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