@deot/vc 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +6 -2
- package/dist/index.d.ts +1486 -36
- package/dist/index.iife.js +21234 -422
- package/dist/index.js +7 -3
- package/dist/index.umd.cjs +21234 -422
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -55,6 +55,8 @@ const Components = {
|
|
|
55
55
|
MDebounce: vcComponents.MDebounce,
|
|
56
56
|
Divider: vcComponents.Divider,
|
|
57
57
|
MDivider: vcComponents.MDivider,
|
|
58
|
+
Drawer: vcComponents.Drawer,
|
|
59
|
+
MDrawer: vcComponents.MDrawer,
|
|
58
60
|
DrawerView: vcComponents.DrawerView,
|
|
59
61
|
MDrawerView: vcComponents.MDrawerView,
|
|
60
62
|
Dropdown: vcComponents.Dropdown,
|
|
@@ -99,6 +101,8 @@ const Components = {
|
|
|
99
101
|
MListItem: vcComponents.MListItem,
|
|
100
102
|
Marquee: vcComponents.Marquee,
|
|
101
103
|
MMarquee: vcComponents.MMarquee,
|
|
104
|
+
Modal: vcComponents.Modal,
|
|
105
|
+
MModal: vcComponents.MModal,
|
|
102
106
|
ModalView: vcComponents.ModalView,
|
|
103
107
|
MModalView: vcComponents.MModalView,
|
|
104
108
|
Notice: vcComponents.Notice,
|
|
@@ -155,8 +159,8 @@ const Components = {
|
|
|
155
159
|
MTable: vcComponents.MTable,
|
|
156
160
|
// TableItem,
|
|
157
161
|
// MTableItem,
|
|
158
|
-
|
|
159
|
-
|
|
162
|
+
TableColumn: vcComponents.TableColumn,
|
|
163
|
+
MTableColumn: vcComponents.MTableColumn,
|
|
160
164
|
Tabs: vcComponents.Tabs,
|
|
161
165
|
MTabs: vcComponents.MTabs,
|
|
162
166
|
TabsPane: vcComponents.TabsPane,
|