@voicenter-team/voicenter-ui-plus 3.2.0 → 3.3.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.
Files changed (37) hide show
  1. package/README.md +502 -459
  2. package/library/assets/components/VcCheckbox/VcCheckboxButton.css +1 -0
  3. package/library/components/VcCheckbox/VcCheckbox.vue.mjs +1 -1
  4. package/library/components/VcCheckbox/VcCheckboxButton.vue.mjs +101 -0
  5. package/library/components/VcCheckbox/VcCheckboxButton.vue3.mjs +5 -0
  6. package/library/components/VcCheckbox/VcCheckboxButtonGroup.vue.mjs +89 -0
  7. package/library/components/VcCheckbox/VcCheckboxButtonGroup.vue2.mjs +4 -0
  8. package/library/components/VcDatePicker/VcDatePicker.vue.mjs +1 -1
  9. package/library/components/VcDropdown/VcDropdownItem.vue.mjs +1 -1
  10. package/library/components/VcForm/VcForm.vue.mjs +1 -1
  11. package/library/components/VcForm/VcFormItem.vue.mjs +1 -1
  12. package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +1 -1
  13. package/library/components/VcInput/VcInput.vue.mjs +1 -1
  14. package/library/components/VcMdEditor/VcMdEditor.vue.mjs +1 -1
  15. package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +1 -1
  16. package/library/components/VcRadio/VcRadio.vue.mjs +1 -1
  17. package/library/components/VcSelect/VcSelect.vue.mjs +1 -1
  18. package/library/components/VcSlider/VcSlider.vue.mjs +1 -1
  19. package/library/index.mjs +289 -284
  20. package/library/index.mjs.br +0 -0
  21. package/library/index.mjs.gz +0 -0
  22. package/library/plugin-components.gen.mjs +294 -0
  23. package/library/plugin.mjs +291 -377
  24. package/library/plugin.mjs.br +0 -0
  25. package/library/plugin.mjs.gz +0 -0
  26. package/library/style.css +2 -0
  27. package/library/style.css.br +0 -0
  28. package/library/style.css.gz +0 -0
  29. package/library/types/components/VcCheckbox/VcCheckboxButton.vue.d.ts +86 -0
  30. package/library/types/components/VcCheckbox/VcCheckboxButtonGroup.vue.d.ts +86 -0
  31. package/library/types/components/exports.d.ts +48 -2
  32. package/library/types/components.gen.d.ts +105 -0
  33. package/library/types/index.d.ts +1 -103
  34. package/library/types/plugin-components.gen.d.ts +2 -0
  35. package/library/utils/jsonSchema/helpers.mjs +1 -1
  36. package/package.json +10 -2
  37. /package/library/assets/node_modules/element-plus/theme-chalk/src/{dropdown-item.css → tooltip.css} +0 -0
Binary file
Binary file
@@ -0,0 +1,294 @@
1
+ import _sfc_main from "./components/VcButton/VcButton.vue.mjs";
2
+ /* empty css */
3
+ import _sfc_main$1 from "./components/VcButton/VcButtonIcon.vue.mjs";
4
+ /* empty css */
5
+ import _sfc_main$2 from "./components/VcButton/VcToggleButton.vue.mjs";
6
+ /* empty css */
7
+ import _sfc_main$3 from "./components/VcInput/VcInput.vue.mjs";
8
+ /* empty css */
9
+ import _sfc_main$4 from "./components/VcInputNumber/VcInputNumber.vue.mjs";
10
+ /* empty css */
11
+ import _sfc_main$5 from "./components/VcForm/UiComponents/VcInputError.vue.mjs";
12
+ /* empty css */
13
+ import _sfc_main$6 from "./components/VcForm/UiComponents/VcInputLabel.vue.mjs";
14
+ /* empty css */
15
+ import _sfc_main$7 from "./components/VcSelect/VcSelect.vue.mjs";
16
+ /* empty css */
17
+ import _sfc_main$8 from "./components/VcSelect/VcSelectGrouped.vue.mjs";
18
+ import _sfc_main$9 from "./components/VcSelect/VcSelectOption.vue.mjs";
19
+ /* empty css */
20
+ import _sfc_main$a from "./components/VcSelect/VcInfiniteScrollSelect.vue.mjs";
21
+ import _sfc_main$b from "./components/VcAutocomplete/VcAutocomplete.vue.mjs";
22
+ /* empty css */
23
+ import _sfc_main$c from "./components/VcCheckbox/VcCheckbox.vue.mjs";
24
+ /* empty css */
25
+ import _sfc_main$d from "./components/VcCheckbox/VcCheckboxButton.vue.mjs";
26
+ /* empty css */
27
+ import _sfc_main$e from "./components/VcCheckbox/VcCheckboxButtonGroup.vue.mjs";
28
+ import _sfc_main$f from "./components/VcCheckboxGroup/VcCheckboxGroup.vue.mjs";
29
+ import _sfc_main$g from "./components/VcRadio/VcRadio.vue.mjs";
30
+ /* empty css */
31
+ import _sfc_main$h from "./components/VcRadioGroup/VcRadioGroup.vue.mjs";
32
+ /* empty css */
33
+ import _sfc_main$i from "./components/VcRadioButtons/VcRadioButtonsGroup.vue.mjs";
34
+ /* empty css */
35
+ import _sfc_main$j from "./components/VcSwitch/VcSwitch.vue.mjs";
36
+ /* empty css */
37
+ import _sfc_main$k from "./components/VcSlider/VcSlider.vue.mjs";
38
+ /* empty css */
39
+ import _sfc_main$l from "./components/VcColorPicker/VcColorPicker.vue.mjs";
40
+ /* empty css */
41
+ import _sfc_main$m from "./components/VcDatePicker/VcDatePicker.vue.mjs";
42
+ /* empty css */
43
+ import _sfc_main$n from "./components/VcDatePickerPanel/VcDatePickerPanel.vue.mjs";
44
+ /* empty css */
45
+ import _sfc_main$o from "./components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.mjs";
46
+ /* empty css */
47
+ import _sfc_main$p from "./components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.mjs";
48
+ /* empty css */
49
+ import _sfc_main$q from "./components/VcTimeInput/VcTimeInput.vue.mjs";
50
+ /* empty css */
51
+ import _sfc_main$r from "./components/VcPhoneInput/VcPhoneInput.vue.mjs";
52
+ /* empty css */
53
+ import _sfc_main$s from "./components/VcTagInput/VcTagInput.vue.mjs";
54
+ /* empty css */
55
+ import _sfc_main$t from "./components/VcOtpInput/VcOtpInput.vue.mjs";
56
+ /* empty css */
57
+ import VcFileUploader from "./components/VcFileUploader/VcFileUploader.vue.mjs";
58
+ import _sfc_main$u from "./components/VcCard/VcCard.vue.mjs";
59
+ /* empty css */
60
+ import _sfc_main$v from "./components/VcCodeBlock/VcCodeBlock.vue.mjs";
61
+ /* empty css */
62
+ import _sfc_main$w from "./components/VcModal/VcModal.vue.mjs";
63
+ /* empty css */
64
+ import _sfc_main$x from "./components/VcModal/VcConfirmModal.vue.mjs";
65
+ import _sfc_main$y from "./components/VcPopover/VcPopover.vue.mjs";
66
+ /* empty css */
67
+ import _sfc_main$z from "./components/VcPopover/VcConfirmPopover.vue.mjs";
68
+ /* empty css */
69
+ import _sfc_main$A from "./components/VcPopover/VcSelectPopover.vue.mjs";
70
+ /* empty css */
71
+ import _sfc_main$B from "./components/VcTabs/VcTabs.vue.mjs";
72
+ /* empty css */
73
+ import _sfc_main$C from "./components/VcTabs/VcTabNav.vue.mjs";
74
+ /* empty css */
75
+ import _sfc_main$D from "./components/VcTabs/VcTabPane.vue.mjs";
76
+ /* empty css */
77
+ import _sfc_main$E from "./components/VcVerticalTabs/VcVerticalTabs.vue.mjs";
78
+ /* empty css */
79
+ import _sfc_main$F from "./components/VcRadioTabs/VcRadioTabs.vue.mjs";
80
+ /* empty css */
81
+ import _sfc_main$G from "./components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.mjs";
82
+ /* empty css */
83
+ import _sfc_main$H from "./components/VcCollapse/VcCollapse.vue.mjs";
84
+ import _sfc_main$I from "./components/VcCollapse/VcCollapseItem.vue.mjs";
85
+ /* empty css */
86
+ import _sfc_main$J from "./components/VcWizard/VcWizard.vue.mjs";
87
+ /* empty css */
88
+ import _sfc_main$K from "./components/VcDropdown/VcDropdown.vue.mjs";
89
+ /* empty css */
90
+ import _sfc_main$L from "./components/VcDropdown/VcDropdownItem.vue.mjs";
91
+ /* empty css */
92
+ import _sfc_main$M from "./components/VcTable/VcTable.vue.mjs";
93
+ /* empty css */
94
+ /* empty css */
95
+ import _sfc_main$N from "./components/VcPagination/VcPagination.vue.mjs";
96
+ /* empty css */
97
+ import _sfc_main$O from "./components/VcTree/VcTree.vue.mjs";
98
+ /* empty css */
99
+ import _sfc_main$P from "./components/VcTree/VcTreeSelect.vue.mjs";
100
+ /* empty css */
101
+ /* empty css */
102
+ import _sfc_main$Q from "./components/VcTransfer/VcTransfer.vue.mjs";
103
+ /* empty css */
104
+ import _sfc_main$R from "./components/VcTag/VcTag.vue.mjs";
105
+ /* empty css */
106
+ import _sfc_main$S from "./components/VcDelimitedList/VcDelimitedList.vue.mjs";
107
+ /* empty css */
108
+ import _sfc_main$T from "./components/VcSparkline/VcSparkline.vue.mjs";
109
+ import _sfc_main$U from "./components/VcViewSwitcher/VcViewSwitcher.vue.mjs";
110
+ /* empty css */
111
+ import _sfc_main$V from "./components/VcSegmented/VcSegmented.vue.mjs";
112
+ /* empty css */
113
+ import VcLoading from "./components/VcLoading/VcLoading.vue.mjs";
114
+ import _sfc_main$W from "./components/VcProgress/VcProgress.vue.mjs";
115
+ /* empty css */
116
+ import _sfc_main$X from "./components/VcProgress/VcProgressCircular.vue.mjs";
117
+ /* empty css */
118
+ import _sfc_main$Y from "./components/VcSkeletonLoader/VcSkeletonLoader.vue.mjs";
119
+ import _sfc_main$Z from "./components/VcNotification/VcNotification.vue.mjs";
120
+ /* empty css */
121
+ import _sfc_main$_ from "./components/VcPluginOverlays/VcPluginOverlays.vue.mjs";
122
+ import _sfc_main$$ from "./components/VcForm/VcForm.vue.mjs";
123
+ import _sfc_main$10 from "./components/VcForm/VcFormItem.vue.mjs";
124
+ /* empty css */
125
+ import _sfc_main$11 from "./components/VcSplitButton/VcSplitButton.vue.mjs";
126
+ /* empty css */
127
+ import _sfc_main$12 from "./components/VcHyperLink/VcHyperLink.vue.mjs";
128
+ /* empty css */
129
+ import _sfc_main$13 from "./components/VcIcon/VcIcon.vue.mjs";
130
+ /* empty css */
131
+ import _sfc_main$14 from "./components/VcIconPicker/VcIconPicker.vue.mjs";
132
+ /* empty css */
133
+ import _sfc_main$15 from "./components/VcMeterGroup/VcMeterGroup.vue.mjs";
134
+ /* empty css */
135
+ import _sfc_main$16 from "./components/VcMeterGroup/VcMeterGroupLabel.vue.mjs";
136
+ import _sfc_main$17 from "./components/VcMdEditor/VcMdEditor.vue.mjs";
137
+ import _sfc_main$18 from "./components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs";
138
+ /* empty css */
139
+ import _sfc_main$19 from "./components/VcSoundplayer/VcSoundPlayer.vue.mjs";
140
+ /* empty css */
141
+ import _sfc_main$1a from "./components/VcJsonSchema/VcJsonSchema.vue.mjs";
142
+ /* empty css */
143
+ import _sfc_main$1b from "./components/VcSoundplayer/VcPlayerPlaybackRate.vue.mjs";
144
+ /* empty css */
145
+ import _sfc_main$1c from "./components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.mjs";
146
+ import _sfc_main$1d from "./components/VcSoundplayer/VcPlayerPlayStopButton.vue.mjs";
147
+ import _sfc_main$1e from "./components/VcSoundplayer/VcPlayerSkipButtons.vue.mjs";
148
+ /* empty css */
149
+ import _sfc_main$1f from "./components/VcSoundplayer/VcSoundCurrentTime.vue.mjs";
150
+ import _sfc_main$1g from "./components/VcSoundplayer/VcSoundDuration.vue.mjs";
151
+ import _sfc_main$1h from "./components/VcSoundplayer/VcSoundPlayerError.vue.mjs";
152
+ import _sfc_main$1i from "./components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs";
153
+ /* empty css */
154
+ import _sfc_main$1j from "./components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs";
155
+ /* empty css */
156
+ import _sfc_main$1k from "./components/VcSoundplayer/VcSoundVolume.vue.mjs";
157
+ /* empty css */
158
+ import _sfc_main$1l from "./components/VcHtmlEditor/VcHtmlEditor.vue.mjs";
159
+ /* empty css */
160
+ import _sfc_main$1m from "./components/VcPdfViewer/VcPdfDocument.vue.mjs";
161
+ /* empty css */
162
+ import _sfc_main$1n from "./components/VcExcelUploader/VcExcelFileUploader.vue.mjs";
163
+ import _sfc_main$1o from "./components/VcImageUploader/VcImageUploader.vue.mjs";
164
+ /* empty css */
165
+ import _sfc_main$1p from "./components/VcTour/VcTour.vue.mjs";
166
+ /* empty css */
167
+ import _sfc_main$1q from "./components/VcSipFlow/VcSipFlow.vue.mjs";
168
+ /* empty css */
169
+ import _sfc_main$1r from "./entity/components/Button/VcEntityAddButton.vue.mjs";
170
+ import _sfc_main$1s from "./entity/components/Button/VcEntityCancelButton.vue.mjs";
171
+ import _sfc_main$1t from "./entity/components/Button/VcEntityDeleteIconButton.vue.mjs";
172
+ import _sfc_main$1u from "./entity/components/Button/VcEntityEditIconButton.vue.mjs";
173
+ import _sfc_main$1v from "./entity/components/Button/VcEntityRestoreButton.vue.mjs";
174
+ import _sfc_main$1w from "./entity/components/Button/VcEntityStatusButton.vue.mjs";
175
+ import _sfc_main$1x from "./entity/components/Tabs/VcEntityEditableTabs.vue.mjs";
176
+ /* empty css */
177
+ import _sfc_main$1y from "./entity/components/Table/VcEntityListTable.vue.mjs";
178
+ /* empty css */
179
+ import _sfc_main$1z from "./entity/components/Form/VcBaseVerticalForm.vue.mjs";
180
+ /* empty css */
181
+ import _sfc_main$1A from "./entity/components/Form/VcEntityVerticalCreateForm.vue.mjs";
182
+ import _sfc_main$1B from "./entity/components/Form/VcEntityVerticalEditForm.vue.mjs";
183
+ import _sfc_main$1C from "./entity/components/Form/VcEntityEditPageForm.vue.mjs";
184
+ /* empty css */
185
+ function registerComponents(app) {
186
+ app.component("VcButton", _sfc_main);
187
+ app.component("VcButtonIcon", _sfc_main$1);
188
+ app.component("VcToggleButton", _sfc_main$2);
189
+ app.component("VcInput", _sfc_main$3);
190
+ app.component("VcInputNumber", _sfc_main$4);
191
+ app.component("VcInputError", _sfc_main$5);
192
+ app.component("VcInputLabel", _sfc_main$6);
193
+ app.component("VcSelect", _sfc_main$7);
194
+ app.component("VcSelectGrouped", _sfc_main$8);
195
+ app.component("VcSelectOption", _sfc_main$9);
196
+ app.component("VcInfiniteScrollSelect", _sfc_main$a);
197
+ app.component("VcAutocomplete", _sfc_main$b);
198
+ app.component("VcCheckbox", _sfc_main$c);
199
+ app.component("VcCheckboxButton", _sfc_main$d);
200
+ app.component("VcCheckboxButtonGroup", _sfc_main$e);
201
+ app.component("VcCheckboxGroup", _sfc_main$f);
202
+ app.component("VcRadio", _sfc_main$g);
203
+ app.component("VcRadioGroup", _sfc_main$h);
204
+ app.component("VcRadioButtonsGroup", _sfc_main$i);
205
+ app.component("VcSwitch", _sfc_main$j);
206
+ app.component("VcSlider", _sfc_main$k);
207
+ app.component("VcColorPicker", _sfc_main$l);
208
+ app.component("VcDatePicker", _sfc_main$m);
209
+ app.component("VcDatePickerPanel", _sfc_main$n);
210
+ app.component("VcDatetimeRangePicker", _sfc_main$o);
211
+ app.component("VcExtendedDatetimeRangePicker", _sfc_main$p);
212
+ app.component("VcTimeInput", _sfc_main$q);
213
+ app.component("VcPhoneInput", _sfc_main$r);
214
+ app.component("VcTagInput", _sfc_main$s);
215
+ app.component("VcOtpInput", _sfc_main$t);
216
+ app.component("VcFileUploader", VcFileUploader);
217
+ app.component("VcCard", _sfc_main$u);
218
+ app.component("VcCodeBlock", _sfc_main$v);
219
+ app.component("VcModal", _sfc_main$w);
220
+ app.component("VcConfirmModal", _sfc_main$x);
221
+ app.component("VcPopover", _sfc_main$y);
222
+ app.component("VcConfirmPopover", _sfc_main$z);
223
+ app.component("VcSelectPopover", _sfc_main$A);
224
+ app.component("VcTabs", _sfc_main$B);
225
+ app.component("VcTabNav", _sfc_main$C);
226
+ app.component("VcTabPane", _sfc_main$D);
227
+ app.component("VcVerticalTabs", _sfc_main$E);
228
+ app.component("VcRadioTabs", _sfc_main$F);
229
+ app.component("VcRadioTabsNav", _sfc_main$G);
230
+ app.component("VcCollapse", _sfc_main$H);
231
+ app.component("VcCollapseItem", _sfc_main$I);
232
+ app.component("VcWizard", _sfc_main$J);
233
+ app.component("VcDropdown", _sfc_main$K);
234
+ app.component("VcDropdownItem", _sfc_main$L);
235
+ app.component("VcTable", _sfc_main$M);
236
+ app.component("VcPagination", _sfc_main$N);
237
+ app.component("VcTree", _sfc_main$O);
238
+ app.component("VcTreeSelect", _sfc_main$P);
239
+ app.component("VcTransfer", _sfc_main$Q);
240
+ app.component("VcTag", _sfc_main$R);
241
+ app.component("VcDelimitedList", _sfc_main$S);
242
+ app.component("VcSparkline", _sfc_main$T);
243
+ app.component("VcViewSwitcher", _sfc_main$U);
244
+ app.component("VcSegmented", _sfc_main$V);
245
+ app.component("VcLoading", VcLoading);
246
+ app.component("VcProgress", _sfc_main$W);
247
+ app.component("VcProgressCircular", _sfc_main$X);
248
+ app.component("VcSkeletonLoader", _sfc_main$Y);
249
+ app.component("VcNotification", _sfc_main$Z);
250
+ app.component("VcPluginOverlays", _sfc_main$_);
251
+ app.component("VcForm", _sfc_main$$);
252
+ app.component("VcFormItem", _sfc_main$10);
253
+ app.component("VcSplitButton", _sfc_main$11);
254
+ app.component("VcHyperLink", _sfc_main$12);
255
+ app.component("VcIcon", _sfc_main$13);
256
+ app.component("VcIconPicker", _sfc_main$14);
257
+ app.component("VcMeterGroup", _sfc_main$15);
258
+ app.component("VcMeterGroupLabel", _sfc_main$16);
259
+ app.component("VcMdEditor", _sfc_main$17);
260
+ app.component("VcSystemUserPrompt", _sfc_main$18);
261
+ app.component("VcSoundPlayer", _sfc_main$19);
262
+ app.component("VcJsonSchema", _sfc_main$1a);
263
+ app.component("VcPlayerPlaybackRate", _sfc_main$1b);
264
+ app.component("VcPlayerPlaybackRatePopup", _sfc_main$1c);
265
+ app.component("VcPlayerPlayStopButton", _sfc_main$1d);
266
+ app.component("VcPlayerSkipButtons", _sfc_main$1e);
267
+ app.component("VcSoundCurrentTime", _sfc_main$1f);
268
+ app.component("VcSoundDuration", _sfc_main$1g);
269
+ app.component("VcSoundPlayerError", _sfc_main$1h);
270
+ app.component("VcSoundPlayerProgress", _sfc_main$1i);
271
+ app.component("VcSoundPlayerWrapper", _sfc_main$1j);
272
+ app.component("VcSoundVolume", _sfc_main$1k);
273
+ app.component("VcHtmlEditor", _sfc_main$1l);
274
+ app.component("VcPdfDocument", _sfc_main$1m);
275
+ app.component("VcExcelFileUploader", _sfc_main$1n);
276
+ app.component("VcImageUploader", _sfc_main$1o);
277
+ app.component("VcTour", _sfc_main$1p);
278
+ app.component("VcSipFlow", _sfc_main$1q);
279
+ app.component("VcEntityAddButton", _sfc_main$1r);
280
+ app.component("VcEntityCancelButton", _sfc_main$1s);
281
+ app.component("VcEntityDeleteIconButton", _sfc_main$1t);
282
+ app.component("VcEntityEditIconButton", _sfc_main$1u);
283
+ app.component("VcEntityRestoreButton", _sfc_main$1v);
284
+ app.component("VcEntityStatusButton", _sfc_main$1w);
285
+ app.component("VcEntityEditableTabs", _sfc_main$1x);
286
+ app.component("VcEntityListTable", _sfc_main$1y);
287
+ app.component("VcBaseVerticalForm", _sfc_main$1z);
288
+ app.component("VcEntityVerticalCreateForm", _sfc_main$1A);
289
+ app.component("VcEntityVerticalEditForm", _sfc_main$1B);
290
+ app.component("VcEntityEditPageForm", _sfc_main$1C);
291
+ }
292
+ export {
293
+ registerComponents
294
+ };