-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
181 lines (180 loc) · 4.46 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
S3method(affix,default)
S3method(affix,rlang_box_splice)
S3method(affix,shiny.tag)
S3method(affix,yonder_style_pronoun)
S3method(background,default)
S3method(background,rlang_box_splice)
S3method(background,shiny.tag)
S3method(background,yonder_alert)
S3method(background,yonder_badge)
S3method(background,yonder_button)
S3method(background,yonder_button_group)
S3method(background,yonder_checkbar)
S3method(background,yonder_checkbox)
S3method(background,yonder_dropdown)
S3method(background,yonder_list_group)
S3method(background,yonder_menu)
S3method(background,yonder_radio)
S3method(background,yonder_radiobar)
S3method(background,yonder_style_pronoun)
S3method(background,yonder_switch)
S3method(border,default)
S3method(border,rlang_box_splice)
S3method(border,shiny.tag)
S3method(display,default)
S3method(display,rlang_box_splice)
S3method(display,shiny.tag)
S3method(display,yonder_style_pronoun)
S3method(flex,default)
S3method(flex,rlang_box_splice)
S3method(flex,shiny.tag)
S3method(flex,yonder_style_pronoun)
S3method(float,default)
S3method(float,rlang_box_splice)
S3method(float,shiny.tag)
S3method(float,yonder_style_pronoun)
S3method(font,default)
S3method(font,rlang_box_splice)
S3method(font,shiny.tag)
S3method(font,yonder_style_pronoun)
S3method(height,default)
S3method(height,rlang_box_splice)
S3method(height,shiny.tag)
S3method(height,yonder_style_pronoun)
S3method(margin,default)
S3method(margin,rlang_box_splice)
S3method(margin,shiny.tag)
S3method(margin,yonder_style_pronoun)
S3method(padding,default)
S3method(padding,rlang_box_splice)
S3method(padding,shiny.tag)
S3method(padding,yonder_style_pronoun)
S3method(scroll,default)
S3method(scroll,rlang_box_splice)
S3method(scroll,shiny.tag)
S3method(scroll,yonder_style_pronoun)
S3method(shadow,default)
S3method(shadow,rlang_box_splice)
S3method(shadow,shiny.tag)
S3method(shadow,yonder_style_pronoun)
S3method(width,default)
S3method(width,rlang_box_splice)
S3method(width,shiny.tag)
S3method(width,yonder_style_pronoun)
export("%>%")
export(.style)
export(active)
export(affix)
export(alert)
export(background)
export(badge)
export(blockquote)
export(border)
export(buttonGroupInput)
export(buttonInput)
export(card)
export(checkbarInput)
export(checkboxInput)
export(chipInput)
export(closeModal)
export(closePopover)
export(closeToast)
export(collapsePane)
export(column)
export(columns)
export(container)
export(d1)
export(d2)
export(d3)
export(d4)
export(deck)
export(display)
export(dropdown)
export(fieldset)
export(figure)
export(fileInput)
export(flex)
export(float)
export(font)
export(formGroup)
export(formInput)
export(formRow)
export(formSubmit)
export(groupSelectInput)
export(groupTextInput)
export(height)
export(hideCollapsePane)
export(hideNavPane)
export(img)
export(jumbotron)
export(linkInput)
export(listGroupInput)
export(margin)
export(menuInput)
export(modal)
export(navContent)
export(navInput)
export(navPane)
export(navbar)
export(numberInput)
export(padding)
export(popover)
export(pre)
export(radioInput)
export(radiobarInput)
export(rangeInput)
export(removeContent)
export(replaceContent)
export(scroll)
export(selectInput)
export(shadow)
export(showCollapsePane)
export(showModal)
export(showNavPane)
export(showPopover)
export(showToast)
export(switchInput)
export(textInput)
export(toast)
export(toggleCollapsePane)
export(tooltip)
export(updateButtonGroupInput)
export(updateButtonInput)
export(updateCheckbarInput)
export(updateCheckboxInput)
export(updateChipInput)
export(updateFormInput)
export(updateGroupSelectInput)
export(updateGroupTextInput)
export(updateLinkInput)
export(updateListGroupInput)
export(updateMenuInput)
export(updateNavInput)
export(updateRadioInput)
export(updateRadiobarInput)
export(updateRangeInput)
export(updateSelectInput)
export(updateSwitchInput)
export(updateTextInput)
export(webpage)
export(width)
import(rlang)
importFrom(htmltools,HTML)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,div)
importFrom(htmltools,findDependencies)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,resolveDependencies)
importFrom(htmltools,suppressDependencies)
importFrom(htmltools,surroundSingletons)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagAppendChildren)
importFrom(htmltools,tags)
importFrom(htmltools,takeSingletons)
importFrom(magrittr,"%>%")
importFrom(shiny,createRenderFunction)
importFrom(shiny,createWebDependency)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,installExprFunction)
importFrom(shiny,observe)