Skip to content

Commit bde703b

Browse files
authored
Added DBC to Dash R package (#273)
* Adding dbc to dashR namespace * updated gitignore * Adding dbc docs and updating gulpfile * Updating test with dbc * Moved misc tests and added dbc snapshot * Fixing test * fixing id * Fixed export and test
1 parent 27b98b3 commit bde703b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+6174
-17
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
.RData
44
.DS_Store
55

6-
dash-core-components/
7-
dash-html-components/
8-
dash-table/
6+
gulp-assets/dash-core-components/
7+
gulp-assets/dash-html-components/
8+
gulp-assets/dash-bootstrap-components/
9+
gulp-assets/dash-table/
10+
gulp-assets/dash/
911
node_modules/
1012
python/
1113
__pycache__/

NAMESPACE

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,72 @@ export(dashDataTable)
2020
export(dashNoUpdate)
2121
export(dash_app)
2222
export(dash_tag)
23+
export(dbcAccordion)
24+
export(dbcAccordionItem)
25+
export(dbcAlert)
26+
export(dbcBadge)
27+
export(dbcBreadcrumb)
28+
export(dbcButton)
29+
export(dbcButtonGroup)
30+
export(dbcCard)
31+
export(dbcCardBody)
32+
export(dbcCardFooter)
33+
export(dbcCardGroup)
34+
export(dbcCardHeader)
35+
export(dbcCardImg)
36+
export(dbcCardImgOverlay)
37+
export(dbcCardLink)
38+
export(dbcCarousel)
39+
export(dbcCheckbox)
40+
export(dbcChecklist)
41+
export(dbcCol)
42+
export(dbcCollapse)
43+
export(dbcContainer)
44+
export(dbcDropdownMenu)
45+
export(dbcDropdownMenuItem)
46+
export(dbcFade)
47+
export(dbcForm)
48+
export(dbcFormFeedback)
49+
export(dbcFormFloating)
50+
export(dbcFormText)
51+
export(dbcIcons)
52+
export(dbcInput)
53+
export(dbcInputGroup)
54+
export(dbcInputGroupText)
55+
export(dbcLabel)
56+
export(dbcListGroup)
57+
export(dbcListGroupItem)
58+
export(dbcModal)
59+
export(dbcModalBody)
60+
export(dbcModalFooter)
61+
export(dbcModalHeader)
62+
export(dbcModalTitle)
63+
export(dbcNav)
64+
export(dbcNavItem)
65+
export(dbcNavLink)
66+
export(dbcNavbar)
67+
export(dbcNavbarBrand)
68+
export(dbcNavbarSimple)
69+
export(dbcNavbarToggler)
70+
export(dbcOffcanvas)
71+
export(dbcPagination)
72+
export(dbcPopover)
73+
export(dbcPopoverBody)
74+
export(dbcPopoverHeader)
75+
export(dbcProgress)
76+
export(dbcRadioButton)
77+
export(dbcRadioItems)
78+
export(dbcRow)
79+
export(dbcSelect)
80+
export(dbcSpinner)
81+
export(dbcSwitch)
82+
export(dbcTab)
83+
export(dbcTable)
84+
export(dbcTabs)
85+
export(dbcTextarea)
86+
export(dbcThemes)
87+
export(dbcToast)
88+
export(dbcTooltip)
2389
export(dccChecklist)
2490
export(dccClipboard)
2591
export(dccConfirmDialog)

0 commit comments

Comments
 (0)