@voicenter-team/voicenter-ui-plus 3.0.13 → 3.1.0
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/library/assets/assets/sass/main.css +1 -1
- package/library/assets/components/VcCodeBlock/VcCodeBlock.css +1 -0
- package/library/components/VcCodeBlock/VcCodeBlock.vue.mjs +243 -0
- package/library/components/VcCodeBlock/VcCodeBlock.vue3.mjs +5 -0
- package/library/index.mjs +169 -167
- package/library/index.mjs.br +0 -0
- package/library/index.mjs.gz +0 -0
- package/library/plugin.mjs +186 -182
- package/library/plugin.mjs.br +0 -0
- package/library/plugin.mjs.gz +0 -0
- package/library/style.css +8 -6
- package/library/style.css.br +0 -0
- package/library/style.css.gz +0 -0
- package/library/types/components/VcCodeBlock/VcCodeBlock.vue.d.ts +92 -0
- package/library/types/components/exports.d.ts +3 -1
- package/library/types/directives/click-outside.d.ts +7 -0
- package/library/types/directives/input-mask.d.ts +8 -0
- package/library/types/directives/long-press.d.ts +8 -0
- package/library/types/directives/resize.d.ts +10 -0
- package/library/types/index.d.ts +1 -0
- package/package.json +156 -153
package/library/plugin.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/* empty css */
|
|
2
2
|
import Theme from "./theme/index.mjs";
|
|
3
3
|
import localize from "./localization/index.mjs";
|
|
4
4
|
import { tVU, tVUManage } from "./localization/index.mjs";
|
|
@@ -62,112 +62,114 @@ import _sfc_main$s from "./components/VcOtpInput/VcOtpInput.vue.mjs";
|
|
|
62
62
|
import VcFileUploader from "./components/VcFileUploader/VcFileUploader.vue.mjs";
|
|
63
63
|
import _sfc_main$t from "./components/VcCard/VcCard.vue.mjs";
|
|
64
64
|
/* empty css */
|
|
65
|
-
import _sfc_main$u from "./components/
|
|
65
|
+
import _sfc_main$u from "./components/VcCodeBlock/VcCodeBlock.vue.mjs";
|
|
66
|
+
/* empty css */
|
|
67
|
+
import _sfc_main$v from "./components/VcModal/VcModal.vue.mjs";
|
|
66
68
|
/* empty css */
|
|
67
|
-
import _sfc_main$
|
|
68
|
-
import _sfc_main$
|
|
69
|
+
import _sfc_main$w from "./components/VcModal/VcConfirmModal.vue.mjs";
|
|
70
|
+
import _sfc_main$x from "./components/VcPopover/VcPopover.vue.mjs";
|
|
69
71
|
/* empty css */
|
|
70
|
-
import _sfc_main$
|
|
72
|
+
import _sfc_main$y from "./components/VcPopover/VcConfirmPopover.vue.mjs";
|
|
71
73
|
/* empty css */
|
|
72
|
-
import _sfc_main$
|
|
74
|
+
import _sfc_main$A from "./components/VcPopover/VcSelectPopover.vue.mjs";
|
|
73
75
|
/* empty css */
|
|
74
|
-
import _sfc_main$
|
|
76
|
+
import _sfc_main$B from "./components/VcTabs/VcTabs.vue.mjs";
|
|
75
77
|
/* empty css */
|
|
76
|
-
import _sfc_main$
|
|
78
|
+
import _sfc_main$C from "./components/VcTabs/VcTabNav.vue.mjs";
|
|
77
79
|
/* empty css */
|
|
78
|
-
import _sfc_main$
|
|
80
|
+
import _sfc_main$D from "./components/VcTabs/VcTabPane.vue.mjs";
|
|
79
81
|
/* empty css */
|
|
80
|
-
import _sfc_main$
|
|
82
|
+
import _sfc_main$E from "./components/VcVerticalTabs/VcVerticalTabs.vue.mjs";
|
|
81
83
|
/* empty css */
|
|
82
|
-
import _sfc_main$
|
|
84
|
+
import _sfc_main$F from "./components/VcRadioTabs/VcRadioTabs.vue.mjs";
|
|
83
85
|
/* empty css */
|
|
84
|
-
import _sfc_main$
|
|
86
|
+
import _sfc_main$G from "./components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.mjs";
|
|
85
87
|
/* empty css */
|
|
86
|
-
import _sfc_main$
|
|
87
|
-
import _sfc_main$
|
|
88
|
+
import _sfc_main$H from "./components/VcCollapse/VcCollapse.vue.mjs";
|
|
89
|
+
import _sfc_main$I from "./components/VcCollapse/VcCollapseItem.vue.mjs";
|
|
88
90
|
/* empty css */
|
|
89
|
-
import _sfc_main$
|
|
91
|
+
import _sfc_main$J from "./components/VcWizard/VcWizard.vue.mjs";
|
|
90
92
|
/* empty css */
|
|
91
|
-
import _sfc_main$
|
|
93
|
+
import _sfc_main$K from "./components/VcDropdown/VcDropdown.vue.mjs";
|
|
92
94
|
/* empty css */
|
|
93
|
-
import _sfc_main$
|
|
95
|
+
import _sfc_main$L from "./components/VcDropdown/VcDropdownItem.vue.mjs";
|
|
94
96
|
/* empty css */
|
|
95
|
-
import _sfc_main$
|
|
97
|
+
import _sfc_main$M from "./components/VcTable/VcTable.vue.mjs";
|
|
96
98
|
/* empty css */
|
|
97
99
|
/* empty css */
|
|
98
|
-
import _sfc_main$
|
|
100
|
+
import _sfc_main$N from "./components/VcPagination/VcPagination.vue.mjs";
|
|
99
101
|
/* empty css */
|
|
100
|
-
import _sfc_main$
|
|
102
|
+
import _sfc_main$O from "./components/VcTree/VcTree.vue.mjs";
|
|
101
103
|
/* empty css */
|
|
102
|
-
import _sfc_main$
|
|
104
|
+
import _sfc_main$P from "./components/VcTree/VcTreeSelect.vue.mjs";
|
|
103
105
|
/* empty css */
|
|
104
106
|
/* empty css */
|
|
105
|
-
import _sfc_main$
|
|
107
|
+
import _sfc_main$Q from "./components/VcTransfer/VcTransfer.vue.mjs";
|
|
106
108
|
/* empty css */
|
|
107
|
-
import _sfc_main$
|
|
109
|
+
import _sfc_main$R from "./components/VcTag/VcTag.vue.mjs";
|
|
108
110
|
/* empty css */
|
|
109
|
-
import _sfc_main$
|
|
111
|
+
import _sfc_main$S from "./components/VcDelimitedList/VcDelimitedList.vue.mjs";
|
|
110
112
|
/* empty css */
|
|
111
|
-
import _sfc_main$
|
|
112
|
-
import _sfc_main$
|
|
113
|
+
import _sfc_main$T from "./components/VcSparkline/VcSparkline.vue.mjs";
|
|
114
|
+
import _sfc_main$U from "./components/VcViewSwitcher/VcViewSwitcher.vue.mjs";
|
|
113
115
|
/* empty css */
|
|
114
|
-
import _sfc_main$
|
|
116
|
+
import _sfc_main$V from "./components/VcSegmented/VcSegmented.vue.mjs";
|
|
115
117
|
/* empty css */
|
|
116
118
|
import VcLoading from "./components/VcLoading/VcLoading.vue.mjs";
|
|
117
|
-
import _sfc_main$
|
|
119
|
+
import _sfc_main$W from "./components/VcProgress/VcProgress.vue.mjs";
|
|
118
120
|
/* empty css */
|
|
119
|
-
import _sfc_main$
|
|
121
|
+
import _sfc_main$X from "./components/VcProgress/VcProgressCircular.vue.mjs";
|
|
120
122
|
/* empty css */
|
|
121
|
-
import _sfc_main$
|
|
122
|
-
import _sfc_main$
|
|
123
|
+
import _sfc_main$Y from "./components/VcSkeletonLoader/VcSkeletonLoader.vue.mjs";
|
|
124
|
+
import _sfc_main$Z from "./components/VcNotification/VcNotification.vue.mjs";
|
|
123
125
|
/* empty css */
|
|
124
|
-
import _sfc_main$
|
|
125
|
-
import _sfc_main
|
|
126
|
+
import _sfc_main$_ from "./components/VcForm/VcForm.vue.mjs";
|
|
127
|
+
import _sfc_main$$ from "./components/VcForm/VcFormItem.vue.mjs";
|
|
126
128
|
/* empty css */
|
|
127
|
-
import _sfc_main
|
|
129
|
+
import _sfc_main$10 from "./components/VcSplitButton/VcSplitButton.vue.mjs";
|
|
128
130
|
/* empty css */
|
|
129
|
-
import _sfc_main$
|
|
131
|
+
import _sfc_main$11 from "./components/VcHyperLink/VcHyperLink.vue.mjs";
|
|
130
132
|
/* empty css */
|
|
131
|
-
import _sfc_main$
|
|
133
|
+
import _sfc_main$12 from "./components/VcIconPicker/VcIconPicker.vue.mjs";
|
|
132
134
|
/* empty css */
|
|
133
|
-
import _sfc_main$
|
|
135
|
+
import _sfc_main$13 from "./components/VcMeterGroup/VcMeterGroup.vue.mjs";
|
|
134
136
|
/* empty css */
|
|
135
|
-
import _sfc_main$
|
|
136
|
-
import _sfc_main$
|
|
137
|
-
import _sfc_main$
|
|
137
|
+
import _sfc_main$14 from "./components/VcMeterGroup/VcMeterGroupLabel.vue.mjs";
|
|
138
|
+
import _sfc_main$15 from "./components/VcMdEditor/VcMdEditor.vue.mjs";
|
|
139
|
+
import _sfc_main$16 from "./components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs";
|
|
138
140
|
/* empty css */
|
|
139
|
-
import _sfc_main$
|
|
141
|
+
import _sfc_main$17 from "./components/VcSoundplayer/VcSoundPlayer.vue.mjs";
|
|
140
142
|
/* empty css */
|
|
141
|
-
import _sfc_main$
|
|
143
|
+
import _sfc_main$18 from "./components/VcJsonSchema/VcJsonSchema.vue.mjs";
|
|
142
144
|
/* empty css */
|
|
143
|
-
import _sfc_main$
|
|
145
|
+
import _sfc_main$19 from "./components/VcHtmlEditor/VcHtmlEditor.vue.mjs";
|
|
144
146
|
/* empty css */
|
|
145
|
-
import _sfc_main$
|
|
147
|
+
import _sfc_main$1a from "./components/VcPdfViewer/VcPdfDocument.vue.mjs";
|
|
146
148
|
/* empty css */
|
|
147
|
-
import _sfc_main$
|
|
148
|
-
import _sfc_main$
|
|
149
|
+
import _sfc_main$1b from "./components/VcExcelUploader/VcExcelFileUploader.vue.mjs";
|
|
150
|
+
import _sfc_main$1c from "./components/VcImageUploader/VcImageUploader.vue.mjs";
|
|
149
151
|
/* empty css */
|
|
150
|
-
import _sfc_main$
|
|
152
|
+
import _sfc_main$1d from "./components/VcTour/VcTour.vue.mjs";
|
|
151
153
|
/* empty css */
|
|
152
|
-
import _sfc_main$
|
|
154
|
+
import _sfc_main$1e from "./components/VcSipFlow/VcSipFlow.vue.mjs";
|
|
153
155
|
/* empty css */
|
|
154
|
-
import _sfc_main$
|
|
155
|
-
import _sfc_main$
|
|
156
|
-
import _sfc_main$
|
|
157
|
-
import _sfc_main$
|
|
158
|
-
import _sfc_main$
|
|
159
|
-
import _sfc_main$
|
|
160
|
-
import _sfc_main$
|
|
156
|
+
import _sfc_main$1f from "./entity/components/Button/VcEntityAddButton.vue.mjs";
|
|
157
|
+
import _sfc_main$1g from "./entity/components/Button/VcEntityCancelButton.vue.mjs";
|
|
158
|
+
import _sfc_main$1h from "./entity/components/Button/VcEntityDeleteIconButton.vue.mjs";
|
|
159
|
+
import _sfc_main$1i from "./entity/components/Button/VcEntityEditIconButton.vue.mjs";
|
|
160
|
+
import _sfc_main$1j from "./entity/components/Button/VcEntityRestoreButton.vue.mjs";
|
|
161
|
+
import _sfc_main$1k from "./entity/components/Button/VcEntityStatusButton.vue.mjs";
|
|
162
|
+
import _sfc_main$1l from "./entity/components/Tabs/VcEntityEditableTabs.vue.mjs";
|
|
161
163
|
/* empty css */
|
|
162
|
-
import _sfc_main$
|
|
164
|
+
import _sfc_main$1m from "./entity/components/Table/VcEntityListTable.vue.mjs";
|
|
163
165
|
/* empty css */
|
|
164
|
-
import _sfc_main$
|
|
166
|
+
import _sfc_main$1n from "./entity/components/Form/VcBaseVerticalForm.vue.mjs";
|
|
165
167
|
/* empty css */
|
|
166
|
-
import _sfc_main$
|
|
167
|
-
import _sfc_main$
|
|
168
|
-
import _sfc_main$
|
|
168
|
+
import _sfc_main$1o from "./entity/components/Form/VcEntityVerticalCreateForm.vue.mjs";
|
|
169
|
+
import _sfc_main$1p from "./entity/components/Form/VcEntityVerticalEditForm.vue.mjs";
|
|
170
|
+
import _sfc_main$1q from "./entity/components/Form/VcEntityEditPageForm.vue.mjs";
|
|
169
171
|
/* empty css */
|
|
170
|
-
import _sfc_main$
|
|
172
|
+
import _sfc_main$z from "./components/VcPluginOverlays/VcPluginOverlays.vue.mjs";
|
|
171
173
|
import { mountPluginOverlays } from "./utils/mountPluginOverlays.mjs";
|
|
172
174
|
import { VcCollapseProvideKey, VcEditableTabsDataToken, VcEntityListTableExternalPaginateToken, VcEntityToken, VcSoundPlayerProvideKey, VcTabPaneProvideKey, VcTabsProvideKey } from "./tokens/tokens.mjs";
|
|
173
175
|
import { isIconComponent, isIconString, isVueComponent } from "./types/icons.types.mjs";
|
|
@@ -245,67 +247,68 @@ const install = function installCore(app, config) {
|
|
|
245
247
|
app.component("VcOtpInput", _sfc_main$s);
|
|
246
248
|
app.component("VcFileUploader", VcFileUploader);
|
|
247
249
|
app.component("VcCard", _sfc_main$t);
|
|
248
|
-
app.component("
|
|
249
|
-
app.component("
|
|
250
|
-
app.component("
|
|
251
|
-
app.component("
|
|
252
|
-
app.component("
|
|
253
|
-
app.component("
|
|
254
|
-
app.component("
|
|
255
|
-
app.component("
|
|
256
|
-
app.component("
|
|
257
|
-
app.component("
|
|
258
|
-
app.component("
|
|
259
|
-
app.component("
|
|
260
|
-
app.component("
|
|
261
|
-
app.component("
|
|
262
|
-
app.component("
|
|
263
|
-
app.component("
|
|
264
|
-
app.component("
|
|
265
|
-
app.component("
|
|
266
|
-
app.component("
|
|
267
|
-
app.component("
|
|
268
|
-
app.component("
|
|
269
|
-
app.component("
|
|
270
|
-
app.component("
|
|
271
|
-
app.component("
|
|
272
|
-
app.component("
|
|
273
|
-
app.component("
|
|
274
|
-
app.component("
|
|
250
|
+
app.component("VcCodeBlock", _sfc_main$u);
|
|
251
|
+
app.component("VcModal", _sfc_main$v);
|
|
252
|
+
app.component("VcConfirmModal", _sfc_main$w);
|
|
253
|
+
app.component("VcPopover", _sfc_main$x);
|
|
254
|
+
app.component("VcConfirmPopover", _sfc_main$y);
|
|
255
|
+
app.component("VcPluginOverlays", _sfc_main$z);
|
|
256
|
+
app.component("VcSelectPopover", _sfc_main$A);
|
|
257
|
+
app.component("VcTabs", _sfc_main$B);
|
|
258
|
+
app.component("VcTabNav", _sfc_main$C);
|
|
259
|
+
app.component("VcTabPane", _sfc_main$D);
|
|
260
|
+
app.component("VcVerticalTabs", _sfc_main$E);
|
|
261
|
+
app.component("VcRadioTabs", _sfc_main$F);
|
|
262
|
+
app.component("VcRadioTabsNav", _sfc_main$G);
|
|
263
|
+
app.component("VcCollapse", _sfc_main$H);
|
|
264
|
+
app.component("VcCollapseItem", _sfc_main$I);
|
|
265
|
+
app.component("VcWizard", _sfc_main$J);
|
|
266
|
+
app.component("VcDropdown", _sfc_main$K);
|
|
267
|
+
app.component("VcDropdownItem", _sfc_main$L);
|
|
268
|
+
app.component("VcTable", _sfc_main$M);
|
|
269
|
+
app.component("VcPagination", _sfc_main$N);
|
|
270
|
+
app.component("VcTree", _sfc_main$O);
|
|
271
|
+
app.component("VcTreeSelect", _sfc_main$P);
|
|
272
|
+
app.component("VcTransfer", _sfc_main$Q);
|
|
273
|
+
app.component("VcTag", _sfc_main$R);
|
|
274
|
+
app.component("VcDelimitedList", _sfc_main$S);
|
|
275
|
+
app.component("VcSparkline", _sfc_main$T);
|
|
276
|
+
app.component("VcViewSwitcher", _sfc_main$U);
|
|
277
|
+
app.component("VcSegmented", _sfc_main$V);
|
|
275
278
|
app.component("VcLoading", VcLoading);
|
|
276
|
-
app.component("VcProgress", _sfc_main$
|
|
277
|
-
app.component("VcProgressCircular", _sfc_main$
|
|
278
|
-
app.component("VcSkeletonLoader", _sfc_main$
|
|
279
|
-
app.component("VcNotification", _sfc_main$
|
|
280
|
-
app.component("VcForm", _sfc_main$
|
|
281
|
-
app.component("VcFormItem", _sfc_main
|
|
282
|
-
app.component("VcSplitButton", _sfc_main
|
|
283
|
-
app.component("VcHyperLink", _sfc_main$
|
|
284
|
-
app.component("VcIconPicker", _sfc_main$
|
|
285
|
-
app.component("VcMeterGroup", _sfc_main$
|
|
286
|
-
app.component("VcMeterGroupLabel", _sfc_main$
|
|
287
|
-
app.component("VcMdEditor", _sfc_main$
|
|
288
|
-
app.component("VcSystemUserPrompt", _sfc_main$
|
|
289
|
-
app.component("VcSoundPlayer", _sfc_main$
|
|
290
|
-
app.component("VcJsonSchema", _sfc_main$
|
|
291
|
-
app.component("VcHtmlEditor", _sfc_main$
|
|
292
|
-
app.component("VcPdfDocument", _sfc_main$
|
|
293
|
-
app.component("VcExcelFileUploader", _sfc_main$
|
|
294
|
-
app.component("VcImageUploader", _sfc_main$
|
|
295
|
-
app.component("VcTour", _sfc_main$
|
|
296
|
-
app.component("VcSipFlow", _sfc_main$
|
|
297
|
-
app.component("VcEntityAddButton", _sfc_main$
|
|
298
|
-
app.component("VcEntityCancelButton", _sfc_main$
|
|
299
|
-
app.component("VcEntityDeleteIconButton", _sfc_main$
|
|
300
|
-
app.component("VcEntityEditIconButton", _sfc_main$
|
|
301
|
-
app.component("VcEntityRestoreButton", _sfc_main$
|
|
302
|
-
app.component("VcEntityStatusButton", _sfc_main$
|
|
303
|
-
app.component("VcEntityEditableTabs", _sfc_main$
|
|
304
|
-
app.component("VcEntityListTable", _sfc_main$
|
|
305
|
-
app.component("VcBaseVerticalForm", _sfc_main$
|
|
306
|
-
app.component("VcEntityVerticalCreateForm", _sfc_main$
|
|
307
|
-
app.component("VcEntityVerticalEditForm", _sfc_main$
|
|
308
|
-
app.component("VcEntityEditPageForm", _sfc_main$
|
|
279
|
+
app.component("VcProgress", _sfc_main$W);
|
|
280
|
+
app.component("VcProgressCircular", _sfc_main$X);
|
|
281
|
+
app.component("VcSkeletonLoader", _sfc_main$Y);
|
|
282
|
+
app.component("VcNotification", _sfc_main$Z);
|
|
283
|
+
app.component("VcForm", _sfc_main$_);
|
|
284
|
+
app.component("VcFormItem", _sfc_main$$);
|
|
285
|
+
app.component("VcSplitButton", _sfc_main$10);
|
|
286
|
+
app.component("VcHyperLink", _sfc_main$11);
|
|
287
|
+
app.component("VcIconPicker", _sfc_main$12);
|
|
288
|
+
app.component("VcMeterGroup", _sfc_main$13);
|
|
289
|
+
app.component("VcMeterGroupLabel", _sfc_main$14);
|
|
290
|
+
app.component("VcMdEditor", _sfc_main$15);
|
|
291
|
+
app.component("VcSystemUserPrompt", _sfc_main$16);
|
|
292
|
+
app.component("VcSoundPlayer", _sfc_main$17);
|
|
293
|
+
app.component("VcJsonSchema", _sfc_main$18);
|
|
294
|
+
app.component("VcHtmlEditor", _sfc_main$19);
|
|
295
|
+
app.component("VcPdfDocument", _sfc_main$1a);
|
|
296
|
+
app.component("VcExcelFileUploader", _sfc_main$1b);
|
|
297
|
+
app.component("VcImageUploader", _sfc_main$1c);
|
|
298
|
+
app.component("VcTour", _sfc_main$1d);
|
|
299
|
+
app.component("VcSipFlow", _sfc_main$1e);
|
|
300
|
+
app.component("VcEntityAddButton", _sfc_main$1f);
|
|
301
|
+
app.component("VcEntityCancelButton", _sfc_main$1g);
|
|
302
|
+
app.component("VcEntityDeleteIconButton", _sfc_main$1h);
|
|
303
|
+
app.component("VcEntityEditIconButton", _sfc_main$1i);
|
|
304
|
+
app.component("VcEntityRestoreButton", _sfc_main$1j);
|
|
305
|
+
app.component("VcEntityStatusButton", _sfc_main$1k);
|
|
306
|
+
app.component("VcEntityEditableTabs", _sfc_main$1l);
|
|
307
|
+
app.component("VcEntityListTable", _sfc_main$1m);
|
|
308
|
+
app.component("VcBaseVerticalForm", _sfc_main$1n);
|
|
309
|
+
app.component("VcEntityVerticalCreateForm", _sfc_main$1o);
|
|
310
|
+
app.component("VcEntityVerticalEditForm", _sfc_main$1p);
|
|
311
|
+
app.component("VcEntityEditPageForm", _sfc_main$1q);
|
|
309
312
|
Object.entries(directives).forEach(([name, directive]) => {
|
|
310
313
|
app.directive(name, directive);
|
|
311
314
|
});
|
|
@@ -326,7 +329,7 @@ const install = function installCore(app, config) {
|
|
|
326
329
|
if ((config == null ? void 0 : config.mountOverlays) !== false) {
|
|
327
330
|
mountPluginOverlays(
|
|
328
331
|
app,
|
|
329
|
-
_sfc_main$
|
|
332
|
+
_sfc_main$z,
|
|
330
333
|
{
|
|
331
334
|
notifications: (config == null ? void 0 : config.overlayNotifications) ?? "default",
|
|
332
335
|
appendTo: (config == null ? void 0 : config.overlayAppendTo) ?? "body"
|
|
@@ -370,116 +373,117 @@ export {
|
|
|
370
373
|
default5 as UniqueComponentId,
|
|
371
374
|
VERTICAL_SPACE,
|
|
372
375
|
_sfc_main$c as VcAutocomplete,
|
|
373
|
-
_sfc_main$
|
|
376
|
+
_sfc_main$1n as VcBaseVerticalForm,
|
|
374
377
|
_sfc_main as VcButton,
|
|
375
378
|
_sfc_main$1 as VcButtonIcon,
|
|
376
379
|
_sfc_main$t as VcCard,
|
|
377
380
|
_sfc_main$d as VcCheckbox,
|
|
378
381
|
_sfc_main$e as VcCheckboxGroup,
|
|
379
|
-
_sfc_main$
|
|
380
|
-
_sfc_main$H as
|
|
382
|
+
_sfc_main$u as VcCodeBlock,
|
|
383
|
+
_sfc_main$H as VcCollapse,
|
|
384
|
+
_sfc_main$I as VcCollapseItem,
|
|
381
385
|
VcCollapseProvideKey,
|
|
382
386
|
_sfc_main$k as VcColorPicker,
|
|
383
|
-
_sfc_main$
|
|
384
|
-
_sfc_main$
|
|
387
|
+
_sfc_main$w as VcConfirmModal,
|
|
388
|
+
_sfc_main$y as VcConfirmPopover,
|
|
385
389
|
_sfc_main$l as VcDatePicker,
|
|
386
390
|
_sfc_main$m as VcDatePickerPanel,
|
|
387
391
|
_sfc_main$n as VcDatetimeRangePicker,
|
|
388
|
-
_sfc_main$
|
|
389
|
-
_sfc_main$
|
|
390
|
-
_sfc_main$
|
|
392
|
+
_sfc_main$S as VcDelimitedList,
|
|
393
|
+
_sfc_main$K as VcDropdown,
|
|
394
|
+
_sfc_main$L as VcDropdownItem,
|
|
391
395
|
VcEditableTabsDataToken,
|
|
392
|
-
_sfc_main$
|
|
393
|
-
_sfc_main$
|
|
394
|
-
_sfc_main$
|
|
395
|
-
_sfc_main$
|
|
396
|
-
_sfc_main$
|
|
397
|
-
_sfc_main$
|
|
398
|
-
_sfc_main$
|
|
396
|
+
_sfc_main$1f as VcEntityAddButton,
|
|
397
|
+
_sfc_main$1g as VcEntityCancelButton,
|
|
398
|
+
_sfc_main$1h as VcEntityDeleteIconButton,
|
|
399
|
+
_sfc_main$1i as VcEntityEditIconButton,
|
|
400
|
+
_sfc_main$1q as VcEntityEditPageForm,
|
|
401
|
+
_sfc_main$1l as VcEntityEditableTabs,
|
|
402
|
+
_sfc_main$1m as VcEntityListTable,
|
|
399
403
|
VcEntityListTableExternalPaginateToken,
|
|
400
|
-
_sfc_main$
|
|
401
|
-
_sfc_main$
|
|
404
|
+
_sfc_main$1j as VcEntityRestoreButton,
|
|
405
|
+
_sfc_main$1k as VcEntityStatusButton,
|
|
402
406
|
VcEntityToken,
|
|
403
|
-
_sfc_main$
|
|
404
|
-
_sfc_main$
|
|
405
|
-
_sfc_main$
|
|
407
|
+
_sfc_main$1o as VcEntityVerticalCreateForm,
|
|
408
|
+
_sfc_main$1p as VcEntityVerticalEditForm,
|
|
409
|
+
_sfc_main$1b as VcExcelFileUploader,
|
|
406
410
|
_sfc_main$o as VcExtendedDatetimeRangePicker,
|
|
407
411
|
VcFileUploader,
|
|
408
|
-
_sfc_main$
|
|
409
|
-
_sfc_main
|
|
410
|
-
_sfc_main$
|
|
411
|
-
_sfc_main$
|
|
412
|
+
_sfc_main$_ as VcForm,
|
|
413
|
+
_sfc_main$$ as VcFormItem,
|
|
414
|
+
_sfc_main$19 as VcHtmlEditor,
|
|
415
|
+
_sfc_main$11 as VcHyperLink,
|
|
412
416
|
_sfc_main$3 as VcIcon,
|
|
413
417
|
VcIconList,
|
|
414
|
-
_sfc_main$
|
|
415
|
-
_sfc_main$
|
|
418
|
+
_sfc_main$12 as VcIconPicker,
|
|
419
|
+
_sfc_main$1c as VcImageUploader,
|
|
416
420
|
_sfc_main$b as VcInfiniteScrollSelect,
|
|
417
421
|
_sfc_main$4 as VcInput,
|
|
418
422
|
_sfc_main$6 as VcInputError,
|
|
419
423
|
_sfc_main$7 as VcInputLabel,
|
|
420
424
|
_sfc_main$5 as VcInputNumber,
|
|
421
|
-
_sfc_main$
|
|
425
|
+
_sfc_main$18 as VcJsonSchema,
|
|
422
426
|
VcLoading,
|
|
423
|
-
_sfc_main$
|
|
424
|
-
_sfc_main$
|
|
425
|
-
_sfc_main$
|
|
426
|
-
_sfc_main$
|
|
427
|
-
_sfc_main$
|
|
427
|
+
_sfc_main$15 as VcMdEditor,
|
|
428
|
+
_sfc_main$13 as VcMeterGroup,
|
|
429
|
+
_sfc_main$14 as VcMeterGroupLabel,
|
|
430
|
+
_sfc_main$v as VcModal,
|
|
431
|
+
_sfc_main$Z as VcNotification,
|
|
428
432
|
VcNotifySymbol,
|
|
429
433
|
_sfc_main$s as VcOtpInput,
|
|
430
|
-
_sfc_main$
|
|
431
|
-
_sfc_main$
|
|
434
|
+
_sfc_main$N as VcPagination,
|
|
435
|
+
_sfc_main$1a as VcPdfDocument,
|
|
432
436
|
_sfc_main$q as VcPhoneInput,
|
|
433
437
|
default14 as VcPlayerPlayStopButton,
|
|
434
438
|
default12 as VcPlayerPlaybackRate,
|
|
435
439
|
default13 as VcPlayerPlaybackRatePopup,
|
|
436
440
|
default15 as VcPlayerSkipButtons,
|
|
437
|
-
_sfc_main$
|
|
438
|
-
_sfc_main$
|
|
439
|
-
_sfc_main$
|
|
440
|
-
_sfc_main$
|
|
441
|
+
_sfc_main$z as VcPluginOverlays,
|
|
442
|
+
_sfc_main$x as VcPopover,
|
|
443
|
+
_sfc_main$W as VcProgress,
|
|
444
|
+
_sfc_main$X as VcProgressCircular,
|
|
441
445
|
_sfc_main$f as VcRadio,
|
|
442
446
|
_sfc_main$h as VcRadioButtonsGroup,
|
|
443
447
|
_sfc_main$g as VcRadioGroup,
|
|
444
|
-
_sfc_main$
|
|
445
|
-
_sfc_main$
|
|
446
|
-
_sfc_main$
|
|
448
|
+
_sfc_main$F as VcRadioTabs,
|
|
449
|
+
_sfc_main$G as VcRadioTabsNav,
|
|
450
|
+
_sfc_main$V as VcSegmented,
|
|
447
451
|
_sfc_main$8 as VcSelect,
|
|
448
452
|
_sfc_main$9 as VcSelectGrouped,
|
|
449
453
|
_sfc_main$a as VcSelectOption,
|
|
450
|
-
_sfc_main$
|
|
451
|
-
_sfc_main$
|
|
452
|
-
_sfc_main$
|
|
454
|
+
_sfc_main$A as VcSelectPopover,
|
|
455
|
+
_sfc_main$1e as VcSipFlow,
|
|
456
|
+
_sfc_main$Y as VcSkeletonLoader,
|
|
453
457
|
_sfc_main$j as VcSlider,
|
|
454
458
|
default16 as VcSoundCurrentTime,
|
|
455
459
|
default17 as VcSoundDuration,
|
|
456
|
-
_sfc_main$
|
|
460
|
+
_sfc_main$17 as VcSoundPlayer,
|
|
457
461
|
default18 as VcSoundPlayerError,
|
|
458
462
|
default19 as VcSoundPlayerProgress,
|
|
459
463
|
VcSoundPlayerProvideKey,
|
|
460
464
|
default20 as VcSoundPlayerWrapper,
|
|
461
465
|
default21 as VcSoundVolume,
|
|
462
|
-
_sfc_main$
|
|
463
|
-
_sfc_main
|
|
466
|
+
_sfc_main$T as VcSparkline,
|
|
467
|
+
_sfc_main$10 as VcSplitButton,
|
|
464
468
|
_sfc_main$i as VcSwitch,
|
|
465
|
-
_sfc_main$
|
|
466
|
-
_sfc_main$
|
|
467
|
-
_sfc_main$
|
|
469
|
+
_sfc_main$16 as VcSystemUserPrompt,
|
|
470
|
+
_sfc_main$C as VcTabNav,
|
|
471
|
+
_sfc_main$D as VcTabPane,
|
|
468
472
|
VcTabPaneProvideKey,
|
|
469
|
-
_sfc_main$
|
|
470
|
-
_sfc_main$
|
|
473
|
+
_sfc_main$M as VcTable,
|
|
474
|
+
_sfc_main$B as VcTabs,
|
|
471
475
|
VcTabsProvideKey,
|
|
472
|
-
_sfc_main$
|
|
476
|
+
_sfc_main$R as VcTag,
|
|
473
477
|
_sfc_main$r as VcTagInput,
|
|
474
478
|
_sfc_main$p as VcTimeInput,
|
|
475
479
|
_sfc_main$2 as VcToggleButton,
|
|
476
|
-
_sfc_main$
|
|
477
|
-
_sfc_main$
|
|
478
|
-
_sfc_main$
|
|
479
|
-
_sfc_main$
|
|
480
|
-
_sfc_main$
|
|
481
|
-
_sfc_main$
|
|
482
|
-
_sfc_main$
|
|
480
|
+
_sfc_main$1d as VcTour,
|
|
481
|
+
_sfc_main$Q as VcTransfer,
|
|
482
|
+
_sfc_main$O as VcTree,
|
|
483
|
+
_sfc_main$P as VcTreeSelect,
|
|
484
|
+
_sfc_main$E as VcVerticalTabs,
|
|
485
|
+
_sfc_main$U as VcViewSwitcher,
|
|
486
|
+
_sfc_main$J as VcWizard,
|
|
483
487
|
default9 as ZIndexUtils,
|
|
484
488
|
add,
|
|
485
489
|
addDays,
|
package/library/plugin.mjs.br
CHANGED
|
Binary file
|
package/library/plugin.mjs.gz
CHANGED
|
Binary file
|