-
Notifications
You must be signed in to change notification settings - Fork 97
/
NAMESPACE
119 lines (118 loc) · 2.45 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
# Generated by roxygen2: do not edit by hand
export(COLOR_PALETTE)
export(Progress)
export(SIZE_LEVELS)
export(accordion)
export(actionButton)
export(action_button)
export(button)
export(calendar)
export(card)
export(cards)
export(check_proper_color)
export(checkboxInput)
export(checkbox_input)
export(close_toast)
export(counter_button)
export(create_modal)
export(dateInput)
export(date_input)
export(display_grid)
export(dropdown_input)
export(dropdown_menu)
export(field)
export(fields)
export(fileInput)
export(file_input)
export(flowLayout)
export(flow_layout)
export(form)
export(grid)
export(grid_template)
export(header)
export(hide_modal)
export(horizontal_menu)
export(icon)
export(incProgress)
export(inc_progress)
export(label)
export(list_container)
export(main_panel)
export(menu)
export(menu_divider)
export(menu_header)
export(menu_item)
export(message_box)
export(modal)
export(modalDialog)
export(multiple_checkbox)
export(multiple_radio)
export(numericInput)
export(numeric_input)
export(progress)
export(range_input)
export(rating_input)
export(register_search)
export(removeModal)
export(removeNotification)
export(remove_all_modals)
export(remove_modal)
export(render_menu_link)
export(search_field)
export(search_selection_api)
export(search_selection_choices)
export(segment)
export(selectInput)
export(semanticPage)
export(semantic_DT)
export(semantic_DTOutput)
export(setProgress)
export(set_progress)
export(shiny_input)
export(shiny_text_input)
export(showNotification)
export(show_modal)
export(sidebar_layout)
export(sidebar_panel)
export(single_step)
export(sliderInput)
export(slider_input)
export(splitLayout)
export(split_layout)
export(steps)
export(tabset)
export(textAreaInput)
export(textInput)
export(text_input)
export(theme_selector)
export(toast)
export(toggle)
export(toggle_step_state)
export(uiinput)
export(uirender)
export(updateActionButton)
export(updateNumericInput)
export(updateSelectInput)
export(updateSliderInput)
export(update_action_button)
export(update_calendar)
export(update_dropdown_input)
export(update_multiple_checkbox)
export(update_multiple_radio)
export(update_numeric_input)
export(update_progress)
export(update_range_input)
export(update_rating_input)
export(update_slider)
export(update_tabset)
export(verticalLayout)
export(vertical_layout)
export(withProgress)
export(with_progress)
import(R6)
import(htmlwidgets)
import(magrittr)
import(shiny)
importFrom(grDevices,rainbow)
importFrom(magrittr,"%>%")
importFrom(stats,setNames)