@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/index.mjs
CHANGED
|
@@ -114,93 +114,95 @@ import { default as default60 } from "./components/VcProgress/VcProgressCircular
|
|
|
114
114
|
import { default as default61 } from "./components/VcSkeletonLoader/VcSkeletonLoader.vue.mjs";
|
|
115
115
|
import { default as default62 } from "./components/VcNotification/VcNotification.vue.mjs";
|
|
116
116
|
/* empty css */
|
|
117
|
-
import { default as default63 } from "./components/
|
|
118
|
-
import { default as default64 } from "./components/VcForm/
|
|
117
|
+
import { default as default63 } from "./components/VcPluginOverlays/VcPluginOverlays.vue.mjs";
|
|
118
|
+
import { default as default64 } from "./components/VcForm/VcForm.vue.mjs";
|
|
119
|
+
import { default as default65 } from "./components/VcForm/VcFormItem.vue.mjs";
|
|
119
120
|
/* empty css */
|
|
120
|
-
import { default as
|
|
121
|
+
import { default as default66 } from "./components/VcSplitButton/VcSplitButton.vue.mjs";
|
|
121
122
|
/* empty css */
|
|
122
|
-
import { default as
|
|
123
|
+
import { default as default67 } from "./components/VcHyperLink/VcHyperLink.vue.mjs";
|
|
123
124
|
/* empty css */
|
|
124
|
-
import { default as
|
|
125
|
+
import { default as default68 } from "./components/VcIcon/VcIcon.vue.mjs";
|
|
125
126
|
/* empty css */
|
|
126
|
-
import { default as
|
|
127
|
+
import { default as default69 } from "./components/VcIconPicker/VcIconPicker.vue.mjs";
|
|
127
128
|
/* empty css */
|
|
128
|
-
import { default as
|
|
129
|
+
import { default as default70 } from "./components/VcMeterGroup/VcMeterGroup.vue.mjs";
|
|
129
130
|
/* empty css */
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
131
|
+
import { default as default71 } from "./components/VcMeterGroup/VcMeterGroupLabel.vue.mjs";
|
|
132
|
+
import { default as default72 } from "./components/VcMdEditor/VcMdEditor.vue.mjs";
|
|
133
|
+
import { default as default73 } from "./components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs";
|
|
134
|
+
import { default as default74 } from "./components/VcSoundplayer/VcSoundPlayer.vue.mjs";
|
|
134
135
|
/* empty css */
|
|
135
|
-
import { default as
|
|
136
|
+
import { default as default75 } from "./components/VcJsonSchema/VcJsonSchema.vue.mjs";
|
|
136
137
|
/* empty css */
|
|
137
138
|
import { VcCollapseProvideKey, VcEditableTabsDataToken, VcEntityListTableExternalPaginateToken, VcEntityToken, VcSoundPlayerProvideKey, VcTabPaneProvideKey, VcTabsProvideKey } from "./tokens/tokens.mjs";
|
|
138
139
|
import { isIconComponent, isIconString, isVueComponent } from "./types/icons.types.mjs";
|
|
139
140
|
import { isGroupParameter } from "./types/VcMdEditor.types.mjs";
|
|
140
141
|
import { CHANGE_EVENT, CREATE_TAB_QUERY_VALUE, DEFAULT_COMPONENT_SIZE, EDITABLE_TAB_SUB_SECTION_QUERY_PARAM_NAME, EVENT_CODE, INPUT_EVENT, LIST_TAB_QUERY_VALUE, TEXT_COLORS, UPDATE_MODEL_EVENT, componentColors, componentSizes, iconSizes, isComponentColor, textSizes } from "./enum/constants.mjs";
|
|
141
142
|
import { CLASS_FOR_COLOR, CLASS_FOR_ICON_COLOR, CLASS_FOR_ICON_SIZE, DEFAULT_COLOR, DEFAULT_ICON_SIZE, DEFAULT_SIZE } from "./enum/inputDefaults.mjs";
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
143
|
+
import { default as default76 } from "./enum/dataTestAttributes.mjs";
|
|
144
|
+
import { default as default77 } from "./enum/countries.mjs";
|
|
144
145
|
import { VcIconList } from "./enum/icons.mjs";
|
|
145
|
-
import { default as
|
|
146
|
+
import { default as default78 } from "./utils/makeDataTestAttributeValue.mjs";
|
|
147
|
+
import { mountPluginOverlays } from "./utils/mountPluginOverlays.mjs";
|
|
146
148
|
import { convertToUnit, getFileSize, getRefElement, resolveFieldData } from "./utils/helpers.mjs";
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { isOptionObjectValueType, default as
|
|
149
|
+
import { default as default79 } from "./utils/UniqueComponentId.mjs";
|
|
150
|
+
import { default as default80 } from "./composables/input/useInputColor.mjs";
|
|
151
|
+
import { isOptionObjectValueType, default as default81 } from "./composables/option/useOptionMethods.mjs";
|
|
150
152
|
import { ClickOutside } from "element-plus";
|
|
151
153
|
import { resize } from "./directives/resize.mjs";
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
+
import { default as default82, NotifyService, VcNotifySymbol } from "./services/VcNotifyService.mjs";
|
|
155
|
+
import { default as default83 } from "./utils/ZIndexUtils.mjs";
|
|
154
156
|
import { tVU, tVUManage } from "./localization/index.mjs";
|
|
155
|
-
import { confirmModalState, default as
|
|
156
|
-
import { confirmPopupState, default as
|
|
157
|
+
import { confirmModalState, default as default84 } from "./composables/useConfirmModal.mjs";
|
|
158
|
+
import { confirmPopupState, default as default85 } from "./composables/useConfirmPopup.mjs";
|
|
157
159
|
import { add, addDays, addFp, format, formatDate, getHours, getMinutes, getSeconds, isAfter, isBefore, isSameAfter, isSameBefore, parseDate, setTime, sub, subFp, subtractDays } from "./utils/dateTime.mjs";
|
|
158
160
|
import { useRTL } from "./composables/useRTL.mjs";
|
|
159
|
-
import { default as
|
|
161
|
+
import { default as default86 } from "./components/VcSoundplayer/VcPlayerPlaybackRate.vue.mjs";
|
|
160
162
|
/* empty css */
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
163
|
+
import { default as default87 } from "./components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.mjs";
|
|
164
|
+
import { default as default88 } from "./components/VcSoundplayer/VcPlayerPlayStopButton.vue.mjs";
|
|
165
|
+
import { default as default89 } from "./components/VcSoundplayer/VcPlayerSkipButtons.vue.mjs";
|
|
164
166
|
/* empty css */
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import { default as
|
|
167
|
+
import { default as default90 } from "./components/VcSoundplayer/VcSoundCurrentTime.vue.mjs";
|
|
168
|
+
import { default as default91 } from "./components/VcSoundplayer/VcSoundDuration.vue.mjs";
|
|
169
|
+
import { default as default92 } from "./components/VcSoundplayer/VcSoundPlayerError.vue.mjs";
|
|
170
|
+
import { default as default93 } from "./components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs";
|
|
169
171
|
/* empty css */
|
|
170
|
-
import { default as
|
|
172
|
+
import { default as default94 } from "./components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs";
|
|
171
173
|
/* empty css */
|
|
172
|
-
import { default as
|
|
174
|
+
import { default as default95 } from "./components/VcSoundplayer/VcSoundVolume.vue.mjs";
|
|
173
175
|
/* empty css */
|
|
174
176
|
import { buildMustacheSnippet } from "./components/VcMdEditor/buildMustacheSnippet.mjs";
|
|
175
|
-
import { default as
|
|
177
|
+
import { default as default96 } from "./components/VcHtmlEditor/VcHtmlEditor.vue.mjs";
|
|
176
178
|
/* empty css */
|
|
177
|
-
import { default as
|
|
179
|
+
import { default as default97 } from "./components/VcPdfViewer/VcPdfDocument.vue.mjs";
|
|
178
180
|
/* empty css */
|
|
179
|
-
import { default as
|
|
180
|
-
import { default as
|
|
181
|
+
import { default as default98 } from "./components/VcExcelUploader/VcExcelFileUploader.vue.mjs";
|
|
182
|
+
import { default as default99 } from "./components/VcImageUploader/VcImageUploader.vue.mjs";
|
|
181
183
|
/* empty css */
|
|
182
|
-
import { default as
|
|
184
|
+
import { default as default100 } from "./components/VcTour/VcTour.vue.mjs";
|
|
183
185
|
/* empty css */
|
|
184
|
-
import { default as
|
|
186
|
+
import { default as default101 } from "./components/VcSipFlow/VcSipFlow.vue.mjs";
|
|
185
187
|
/* empty css */
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { default as
|
|
190
|
-
import { default as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
188
|
+
import { default as default102 } from "./entity/components/Button/VcEntityAddButton.vue.mjs";
|
|
189
|
+
import { default as default103 } from "./entity/components/Button/VcEntityCancelButton.vue.mjs";
|
|
190
|
+
import { default as default104 } from "./entity/components/Button/VcEntityDeleteIconButton.vue.mjs";
|
|
191
|
+
import { default as default105 } from "./entity/components/Button/VcEntityEditIconButton.vue.mjs";
|
|
192
|
+
import { default as default106 } from "./entity/components/Button/VcEntityRestoreButton.vue.mjs";
|
|
193
|
+
import { default as default107 } from "./entity/components/Button/VcEntityStatusButton.vue.mjs";
|
|
194
|
+
import { default as default108 } from "./entity/components/Tabs/VcEntityEditableTabs.vue.mjs";
|
|
193
195
|
/* empty css */
|
|
194
|
-
import { default as
|
|
196
|
+
import { default as default109 } from "./entity/components/Table/VcEntityListTable.vue.mjs";
|
|
195
197
|
/* empty css */
|
|
196
|
-
import { default as
|
|
198
|
+
import { default as default110 } from "./entity/components/Form/VcBaseVerticalForm.vue.mjs";
|
|
197
199
|
/* empty css */
|
|
198
|
-
import { default as
|
|
199
|
-
import { default as
|
|
200
|
-
import { default as
|
|
200
|
+
import { default as default111 } from "./entity/components/Form/VcEntityVerticalCreateForm.vue.mjs";
|
|
201
|
+
import { default as default112 } from "./entity/components/Form/VcEntityVerticalEditForm.vue.mjs";
|
|
202
|
+
import { default as default113 } from "./entity/components/Form/VcEntityEditPageForm.vue.mjs";
|
|
201
203
|
/* empty css */
|
|
202
204
|
import { BaseEntityService } from "./entity/services/BaseEntityService.mjs";
|
|
203
|
-
import { default as
|
|
205
|
+
import { default as default114 } from "./entity/composable/useEditableTabs.mjs";
|
|
204
206
|
import { useEntityListTableInject, useEntityListTableProvide } from "./entity/composable/useEntityListTableExternalPaginate.mjs";
|
|
205
207
|
import { useTabsEditableDataInject, useTabsEditableDataProvide } from "./entity/composable/useEntityTabsProvideInject.mjs";
|
|
206
208
|
import { useEntityInject, useEntityProvide } from "./entity/composable/useEntityProvideInject.mjs";
|
|
@@ -231,17 +233,17 @@ export {
|
|
|
231
233
|
LIST_TAB_QUERY_VALUE,
|
|
232
234
|
MIN_HEIGHT,
|
|
233
235
|
MIN_V_WIDTH,
|
|
234
|
-
|
|
236
|
+
default82 as NotificationService,
|
|
235
237
|
NotifyService,
|
|
236
238
|
SERVER_ICONS,
|
|
237
239
|
STATUS_COLORS,
|
|
238
240
|
SVG_BOTTOM_SPACE,
|
|
239
241
|
TEXT_COLORS,
|
|
240
242
|
UPDATE_MODEL_EVENT,
|
|
241
|
-
|
|
243
|
+
default79 as UniqueComponentId,
|
|
242
244
|
VERTICAL_SPACE,
|
|
243
245
|
default13 as VcAutocomplete,
|
|
244
|
-
|
|
246
|
+
default110 as VcBaseVerticalForm,
|
|
245
247
|
default2 as VcButton,
|
|
246
248
|
default3 as VcButtonIcon,
|
|
247
249
|
default31 as VcCard,
|
|
@@ -260,51 +262,52 @@ export {
|
|
|
260
262
|
default46 as VcDropdown,
|
|
261
263
|
default47 as VcDropdownItem,
|
|
262
264
|
VcEditableTabsDataToken,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
265
|
+
default102 as VcEntityAddButton,
|
|
266
|
+
default103 as VcEntityCancelButton,
|
|
267
|
+
default104 as VcEntityDeleteIconButton,
|
|
268
|
+
default105 as VcEntityEditIconButton,
|
|
269
|
+
default113 as VcEntityEditPageForm,
|
|
270
|
+
default108 as VcEntityEditableTabs,
|
|
271
|
+
default109 as VcEntityListTable,
|
|
270
272
|
VcEntityListTableExternalPaginateToken,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
+
default106 as VcEntityRestoreButton,
|
|
274
|
+
default107 as VcEntityStatusButton,
|
|
273
275
|
VcEntityToken,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
276
|
+
default111 as VcEntityVerticalCreateForm,
|
|
277
|
+
default112 as VcEntityVerticalEditForm,
|
|
278
|
+
default98 as VcExcelFileUploader,
|
|
277
279
|
default25 as VcExtendedDatetimeRangePicker,
|
|
278
280
|
default30 as VcFileUploader,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
281
|
+
default64 as VcForm,
|
|
282
|
+
default65 as VcFormItem,
|
|
283
|
+
default96 as VcHtmlEditor,
|
|
284
|
+
default67 as VcHyperLink,
|
|
285
|
+
default68 as VcIcon,
|
|
284
286
|
VcIconList,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
+
default69 as VcIconPicker,
|
|
288
|
+
default99 as VcImageUploader,
|
|
287
289
|
default12 as VcInfiniteScrollSelect,
|
|
288
290
|
default5 as VcInput,
|
|
289
291
|
default7 as VcInputError,
|
|
290
292
|
default8 as VcInputLabel,
|
|
291
293
|
default6 as VcInputNumber,
|
|
292
|
-
|
|
294
|
+
default75 as VcJsonSchema,
|
|
293
295
|
default58 as VcLoading,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
default72 as VcMdEditor,
|
|
297
|
+
default70 as VcMeterGroup,
|
|
298
|
+
default71 as VcMeterGroupLabel,
|
|
297
299
|
default32 as VcModal,
|
|
298
300
|
default62 as VcNotification,
|
|
299
301
|
VcNotifySymbol,
|
|
300
302
|
default29 as VcOtpInput,
|
|
301
303
|
default49 as VcPagination,
|
|
302
|
-
|
|
304
|
+
default97 as VcPdfDocument,
|
|
303
305
|
default27 as VcPhoneInput,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
306
|
+
default88 as VcPlayerPlayStopButton,
|
|
307
|
+
default86 as VcPlayerPlaybackRate,
|
|
308
|
+
default87 as VcPlayerPlaybackRatePopup,
|
|
309
|
+
default89 as VcPlayerSkipButtons,
|
|
310
|
+
default63 as VcPluginOverlays,
|
|
308
311
|
default34 as VcPopover,
|
|
309
312
|
default59 as VcProgress,
|
|
310
313
|
default60 as VcProgressCircular,
|
|
@@ -318,21 +321,21 @@ export {
|
|
|
318
321
|
default10 as VcSelectGrouped,
|
|
319
322
|
default11 as VcSelectOption,
|
|
320
323
|
default36 as VcSelectPopover,
|
|
321
|
-
|
|
324
|
+
default101 as VcSipFlow,
|
|
322
325
|
default61 as VcSkeletonLoader,
|
|
323
326
|
default20 as VcSlider,
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
default90 as VcSoundCurrentTime,
|
|
328
|
+
default91 as VcSoundDuration,
|
|
329
|
+
default74 as VcSoundPlayer,
|
|
330
|
+
default92 as VcSoundPlayerError,
|
|
331
|
+
default93 as VcSoundPlayerProgress,
|
|
329
332
|
VcSoundPlayerProvideKey,
|
|
330
|
-
|
|
331
|
-
|
|
333
|
+
default94 as VcSoundPlayerWrapper,
|
|
334
|
+
default95 as VcSoundVolume,
|
|
332
335
|
default55 as VcSparkline,
|
|
333
|
-
|
|
336
|
+
default66 as VcSplitButton,
|
|
334
337
|
default19 as VcSwitch,
|
|
335
|
-
|
|
338
|
+
default73 as VcSystemUserPrompt,
|
|
336
339
|
default38 as VcTabNav,
|
|
337
340
|
default39 as VcTabPane,
|
|
338
341
|
VcTabPaneProvideKey,
|
|
@@ -343,25 +346,25 @@ export {
|
|
|
343
346
|
default28 as VcTagInput,
|
|
344
347
|
default26 as VcTimeInput,
|
|
345
348
|
default4 as VcToggleButton,
|
|
346
|
-
|
|
349
|
+
default100 as VcTour,
|
|
347
350
|
default52 as VcTransfer,
|
|
348
351
|
default50 as VcTree,
|
|
349
352
|
default51 as VcTreeSelect,
|
|
350
353
|
default40 as VcVerticalTabs,
|
|
351
354
|
default56 as VcViewSwitcher,
|
|
352
355
|
default45 as VcWizard,
|
|
353
|
-
|
|
356
|
+
default83 as ZIndexUtils,
|
|
354
357
|
add,
|
|
355
358
|
addDays,
|
|
356
359
|
addFp,
|
|
357
|
-
|
|
360
|
+
default77 as allCountries,
|
|
358
361
|
buildMustacheSnippet,
|
|
359
362
|
componentColors,
|
|
360
363
|
componentSizes,
|
|
361
364
|
confirmModalState,
|
|
362
365
|
confirmPopupState,
|
|
363
366
|
convertToUnit,
|
|
364
|
-
|
|
367
|
+
default76 as dataTestAttributes,
|
|
365
368
|
defaultOptions,
|
|
366
369
|
format,
|
|
367
370
|
formatDate,
|
|
@@ -381,7 +384,8 @@ export {
|
|
|
381
384
|
isSameAfter,
|
|
382
385
|
isSameBefore,
|
|
383
386
|
isVueComponent,
|
|
384
|
-
|
|
387
|
+
default78 as makeDataTestAttributeValue,
|
|
388
|
+
mountPluginOverlays,
|
|
385
389
|
parseDate,
|
|
386
390
|
resolveFieldData,
|
|
387
391
|
setTime,
|
|
@@ -391,15 +395,15 @@ export {
|
|
|
391
395
|
tVU,
|
|
392
396
|
tVUManage,
|
|
393
397
|
textSizes,
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
398
|
+
default84 as useConfirmModal,
|
|
399
|
+
default85 as useConfirmPopup,
|
|
400
|
+
default114 as useEditableTabs,
|
|
397
401
|
useEntityInject,
|
|
398
402
|
useEntityListTableInject,
|
|
399
403
|
useEntityListTableProvide,
|
|
400
404
|
useEntityProvide,
|
|
401
|
-
|
|
402
|
-
|
|
405
|
+
default80 as useInputColor,
|
|
406
|
+
default81 as useOptionMethods,
|
|
403
407
|
useRTL,
|
|
404
408
|
useTabsEditableDataInject,
|
|
405
409
|
useTabsEditableDataProvide,
|
package/library/index.mjs.br
CHANGED
|
Binary file
|
package/library/index.mjs.gz
CHANGED
|
Binary file
|