@voicenter-team/voicenter-ui-plus 3.3.3 → 3.4.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/VcSoundplayer/VcSoundPlayerMarker.css +1 -0
- package/library/assets/components/VcSoundplayer/VcSoundPlayerProgress.css +1 -1
- package/library/components/VcCheckbox/VcCheckbox.vue.mjs +1 -1
- package/library/components/VcCheckbox/VcCheckboxButton.vue.mjs +1 -1
- package/library/components/VcDatePicker/VcDatePicker.vue.mjs +1 -1
- package/library/components/VcDropdown/VcDropdownItem.vue.mjs +1 -1
- package/library/components/VcForm/VcForm.vue.mjs +1 -1
- package/library/components/VcForm/VcFormItem.vue.mjs +1 -1
- package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +1 -1
- package/library/components/VcInput/VcInput.vue.mjs +1 -1
- package/library/components/VcMdEditor/VcMdEditor.vue.mjs +1 -1
- package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +1 -1
- package/library/components/VcPdfViewer/VcPdfDocument.vue.mjs +2 -2
- package/library/components/VcPdfViewer/VcPdfDocumentPage.vue.mjs +3 -3
- package/library/components/VcPdfViewer/pdf.worker.min.js +4 -4
- package/library/components/VcPdfViewer/pdfjslib.mjs +2 -2
- package/library/components/VcRadio/VcRadio.vue.mjs +1 -1
- package/library/components/VcSelect/VcSelect.vue.mjs +1 -1
- package/library/components/VcSlider/VcSlider.vue.mjs +1 -1
- package/library/components/VcSoundplayer/VcSoundPlayer.vue.mjs +54 -14
- package/library/components/VcSoundplayer/VcSoundPlayerMarker.vue.mjs +131 -0
- package/library/components/VcSoundplayer/VcSoundPlayerMarker.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcSoundPlayerMarkers.vue.mjs +49 -0
- package/library/components/VcSoundplayer/VcSoundPlayerMarkers.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs +13 -3
- package/library/components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs +17 -1
- package/library/index.mjs +53 -48
- package/library/index.mjs.br +0 -0
- package/library/index.mjs.gz +0 -0
- package/library/plugin-components.gen.mjs +47 -42
- package/library/plugin.mjs +53 -48
- package/library/plugin.mjs.br +0 -0
- package/library/plugin.mjs.gz +0 -0
- package/library/style.css +4 -2
- package/library/style.css.br +0 -0
- package/library/style.css.gz +0 -0
- package/library/types/components/VcModal/VcModal.vue.d.ts +1 -1
- package/library/types/components/VcNotification/VcNotification.vue.d.ts +1 -1
- package/library/types/components/VcPdfViewer/VcPdfDocument.vue.d.ts +2 -2
- package/library/types/components/VcPdfViewer/VcPdfDocumentPage.vue.d.ts +1 -1
- package/library/types/components/VcPdfViewer/pdfjslib.d.ts +2 -2
- package/library/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +3 -3
- package/library/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +43 -3
- package/library/types/components/VcSoundplayer/VcSoundPlayerMarker.vue.d.ts +95 -0
- package/library/types/components/VcSoundplayer/VcSoundPlayerMarkers.vue.d.ts +52 -0
- package/library/types/components/VcSoundplayer/VcSoundPlayerProgress.vue.d.ts +10 -2
- package/library/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +2 -0
- package/library/types/components/VcSoundplayer/soundPlayerParts.d.ts +3 -1
- package/library/types/components/exports.d.ts +5 -1
- package/library/types/components.gen.d.ts +2 -0
- package/library/types/types/VcSoundPlayer.types.d.ts +36 -1
- package/package.json +3 -3
- /package/library/assets/node_modules/element-plus/theme-chalk/src/{tooltip.css → date-picker.css} +0 -0
package/library/index.mjs.gz
CHANGED
|
Binary file
|
|
@@ -149,38 +149,41 @@ import _sfc_main$1e from "./components/VcSoundplayer/VcPlayerSkipButtons.vue.mjs
|
|
|
149
149
|
import _sfc_main$1f from "./components/VcSoundplayer/VcSoundCurrentTime.vue.mjs";
|
|
150
150
|
import _sfc_main$1g from "./components/VcSoundplayer/VcSoundDuration.vue.mjs";
|
|
151
151
|
import _sfc_main$1h from "./components/VcSoundplayer/VcSoundPlayerError.vue.mjs";
|
|
152
|
-
import _sfc_main$1i from "./components/VcSoundplayer/
|
|
152
|
+
import _sfc_main$1i from "./components/VcSoundplayer/VcSoundPlayerMarker.vue.mjs";
|
|
153
|
+
/* empty css */
|
|
154
|
+
import _sfc_main$1j from "./components/VcSoundplayer/VcSoundPlayerMarkers.vue.mjs";
|
|
155
|
+
import _sfc_main$1k from "./components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs";
|
|
153
156
|
/* empty css */
|
|
154
|
-
import _sfc_main$
|
|
157
|
+
import _sfc_main$1l from "./components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs";
|
|
155
158
|
/* empty css */
|
|
156
|
-
import _sfc_main$
|
|
159
|
+
import _sfc_main$1m from "./components/VcSoundplayer/VcSoundVolume.vue.mjs";
|
|
157
160
|
/* empty css */
|
|
158
|
-
import _sfc_main$
|
|
161
|
+
import _sfc_main$1n from "./components/VcHtmlEditor/VcHtmlEditor.vue.mjs";
|
|
159
162
|
/* empty css */
|
|
160
|
-
import _sfc_main$
|
|
163
|
+
import _sfc_main$1o from "./components/VcPdfViewer/VcPdfDocument.vue.mjs";
|
|
161
164
|
/* empty css */
|
|
162
|
-
import _sfc_main$
|
|
163
|
-
import _sfc_main$
|
|
165
|
+
import _sfc_main$1p from "./components/VcExcelUploader/VcExcelFileUploader.vue.mjs";
|
|
166
|
+
import _sfc_main$1q from "./components/VcImageUploader/VcImageUploader.vue.mjs";
|
|
164
167
|
/* empty css */
|
|
165
|
-
import _sfc_main$
|
|
168
|
+
import _sfc_main$1r from "./components/VcTour/VcTour.vue.mjs";
|
|
166
169
|
/* empty css */
|
|
167
|
-
import _sfc_main$
|
|
170
|
+
import _sfc_main$1s from "./components/VcSipFlow/VcSipFlow.vue.mjs";
|
|
168
171
|
/* empty css */
|
|
169
|
-
import _sfc_main$
|
|
170
|
-
import _sfc_main$
|
|
171
|
-
import _sfc_main$
|
|
172
|
-
import _sfc_main$
|
|
173
|
-
import _sfc_main$
|
|
174
|
-
import _sfc_main$
|
|
175
|
-
import _sfc_main$
|
|
172
|
+
import _sfc_main$1t from "./entity/components/Button/VcEntityAddButton.vue.mjs";
|
|
173
|
+
import _sfc_main$1u from "./entity/components/Button/VcEntityCancelButton.vue.mjs";
|
|
174
|
+
import _sfc_main$1v from "./entity/components/Button/VcEntityDeleteIconButton.vue.mjs";
|
|
175
|
+
import _sfc_main$1w from "./entity/components/Button/VcEntityEditIconButton.vue.mjs";
|
|
176
|
+
import _sfc_main$1x from "./entity/components/Button/VcEntityRestoreButton.vue.mjs";
|
|
177
|
+
import _sfc_main$1y from "./entity/components/Button/VcEntityStatusButton.vue.mjs";
|
|
178
|
+
import _sfc_main$1z from "./entity/components/Tabs/VcEntityEditableTabs.vue.mjs";
|
|
176
179
|
/* empty css */
|
|
177
|
-
import _sfc_main$
|
|
180
|
+
import _sfc_main$1A from "./entity/components/Table/VcEntityListTable.vue.mjs";
|
|
178
181
|
/* empty css */
|
|
179
|
-
import _sfc_main$
|
|
182
|
+
import _sfc_main$1B from "./entity/components/Form/VcBaseVerticalForm.vue.mjs";
|
|
180
183
|
/* empty css */
|
|
181
|
-
import _sfc_main$
|
|
182
|
-
import _sfc_main$
|
|
183
|
-
import _sfc_main$
|
|
184
|
+
import _sfc_main$1C from "./entity/components/Form/VcEntityVerticalCreateForm.vue.mjs";
|
|
185
|
+
import _sfc_main$1D from "./entity/components/Form/VcEntityVerticalEditForm.vue.mjs";
|
|
186
|
+
import _sfc_main$1E from "./entity/components/Form/VcEntityEditPageForm.vue.mjs";
|
|
184
187
|
/* empty css */
|
|
185
188
|
function registerComponents(app) {
|
|
186
189
|
app.component("VcButton", _sfc_main);
|
|
@@ -267,27 +270,29 @@ function registerComponents(app) {
|
|
|
267
270
|
app.component("VcSoundCurrentTime", _sfc_main$1f);
|
|
268
271
|
app.component("VcSoundDuration", _sfc_main$1g);
|
|
269
272
|
app.component("VcSoundPlayerError", _sfc_main$1h);
|
|
270
|
-
app.component("
|
|
271
|
-
app.component("
|
|
272
|
-
app.component("
|
|
273
|
-
app.component("
|
|
274
|
-
app.component("
|
|
275
|
-
app.component("
|
|
276
|
-
app.component("
|
|
277
|
-
app.component("
|
|
278
|
-
app.component("
|
|
279
|
-
app.component("
|
|
280
|
-
app.component("
|
|
281
|
-
app.component("
|
|
282
|
-
app.component("
|
|
283
|
-
app.component("
|
|
284
|
-
app.component("
|
|
285
|
-
app.component("
|
|
286
|
-
app.component("
|
|
287
|
-
app.component("
|
|
288
|
-
app.component("
|
|
289
|
-
app.component("
|
|
290
|
-
app.component("
|
|
273
|
+
app.component("VcSoundPlayerMarker", _sfc_main$1i);
|
|
274
|
+
app.component("VcSoundPlayerMarkers", _sfc_main$1j);
|
|
275
|
+
app.component("VcSoundPlayerProgress", _sfc_main$1k);
|
|
276
|
+
app.component("VcSoundPlayerWrapper", _sfc_main$1l);
|
|
277
|
+
app.component("VcSoundVolume", _sfc_main$1m);
|
|
278
|
+
app.component("VcHtmlEditor", _sfc_main$1n);
|
|
279
|
+
app.component("VcPdfDocument", _sfc_main$1o);
|
|
280
|
+
app.component("VcExcelFileUploader", _sfc_main$1p);
|
|
281
|
+
app.component("VcImageUploader", _sfc_main$1q);
|
|
282
|
+
app.component("VcTour", _sfc_main$1r);
|
|
283
|
+
app.component("VcSipFlow", _sfc_main$1s);
|
|
284
|
+
app.component("VcEntityAddButton", _sfc_main$1t);
|
|
285
|
+
app.component("VcEntityCancelButton", _sfc_main$1u);
|
|
286
|
+
app.component("VcEntityDeleteIconButton", _sfc_main$1v);
|
|
287
|
+
app.component("VcEntityEditIconButton", _sfc_main$1w);
|
|
288
|
+
app.component("VcEntityRestoreButton", _sfc_main$1x);
|
|
289
|
+
app.component("VcEntityStatusButton", _sfc_main$1y);
|
|
290
|
+
app.component("VcEntityEditableTabs", _sfc_main$1z);
|
|
291
|
+
app.component("VcEntityListTable", _sfc_main$1A);
|
|
292
|
+
app.component("VcBaseVerticalForm", _sfc_main$1B);
|
|
293
|
+
app.component("VcEntityVerticalCreateForm", _sfc_main$1C);
|
|
294
|
+
app.component("VcEntityVerticalEditForm", _sfc_main$1D);
|
|
295
|
+
app.component("VcEntityEditPageForm", _sfc_main$1E);
|
|
291
296
|
}
|
|
292
297
|
export {
|
|
293
298
|
registerComponents
|
package/library/plugin.mjs
CHANGED
|
@@ -171,54 +171,57 @@ import { default as default90 } from "./components/VcSoundplayer/VcSoundDuration
|
|
|
171
171
|
import { default as default91 } from "./components/VcSoundplayer/VcSoundPlayer.vue.mjs";
|
|
172
172
|
/* empty css */
|
|
173
173
|
import { default as default92 } from "./components/VcSoundplayer/VcSoundPlayerError.vue.mjs";
|
|
174
|
-
import { default as default93 } from "./components/VcSoundplayer/
|
|
174
|
+
import { default as default93 } from "./components/VcSoundplayer/VcSoundPlayerMarker.vue.mjs";
|
|
175
|
+
/* empty css */
|
|
176
|
+
import { default as default94 } from "./components/VcSoundplayer/VcSoundPlayerMarkers.vue.mjs";
|
|
177
|
+
import { default as default95 } from "./components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs";
|
|
175
178
|
/* empty css */
|
|
176
|
-
import { default as
|
|
179
|
+
import { default as default96 } from "./components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs";
|
|
177
180
|
/* empty css */
|
|
178
|
-
import { default as
|
|
181
|
+
import { default as default97 } from "./components/VcSoundplayer/VcSoundVolume.vue.mjs";
|
|
179
182
|
/* empty css */
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
183
|
+
import { default as default98 } from "./components/VcSparkline/VcSparkline.vue.mjs";
|
|
184
|
+
import { default as default99 } from "./components/VcSplitButton/VcSplitButton.vue.mjs";
|
|
182
185
|
/* empty css */
|
|
183
|
-
import { default as
|
|
186
|
+
import { default as default100 } from "./components/VcSwitch/VcSwitch.vue.mjs";
|
|
184
187
|
/* empty css */
|
|
185
|
-
import { default as
|
|
188
|
+
import { default as default101 } from "./components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs";
|
|
186
189
|
/* empty css */
|
|
187
|
-
import { default as
|
|
190
|
+
import { default as default102 } from "./components/VcTabs/VcTabNav.vue.mjs";
|
|
188
191
|
/* empty css */
|
|
189
|
-
import { default as
|
|
192
|
+
import { default as default103 } from "./components/VcTabs/VcTabPane.vue.mjs";
|
|
190
193
|
/* empty css */
|
|
191
|
-
import { default as
|
|
194
|
+
import { default as default104 } from "./components/VcTable/VcTable.vue.mjs";
|
|
192
195
|
/* empty css */
|
|
193
196
|
/* empty css */
|
|
194
|
-
import { default as
|
|
197
|
+
import { default as default105 } from "./components/VcTabs/VcTabs.vue.mjs";
|
|
195
198
|
/* empty css */
|
|
196
|
-
import { default as
|
|
199
|
+
import { default as default106 } from "./components/VcTag/VcTag.vue.mjs";
|
|
197
200
|
/* empty css */
|
|
198
|
-
import { default as
|
|
201
|
+
import { default as default107 } from "./components/VcTagInput/VcTagInput.vue.mjs";
|
|
199
202
|
/* empty css */
|
|
200
|
-
import { default as
|
|
203
|
+
import { default as default108 } from "./components/VcTimeInput/VcTimeInput.vue.mjs";
|
|
201
204
|
/* empty css */
|
|
202
|
-
import { default as
|
|
205
|
+
import { default as default109 } from "./components/VcButton/VcToggleButton.vue.mjs";
|
|
203
206
|
/* empty css */
|
|
204
|
-
import { default as
|
|
207
|
+
import { default as default110 } from "./components/VcTour/VcTour.vue.mjs";
|
|
205
208
|
/* empty css */
|
|
206
|
-
import { default as
|
|
209
|
+
import { default as default111 } from "./components/VcTransfer/VcTransfer.vue.mjs";
|
|
207
210
|
/* empty css */
|
|
208
|
-
import { default as
|
|
211
|
+
import { default as default112 } from "./components/VcTree/VcTree.vue.mjs";
|
|
209
212
|
/* empty css */
|
|
210
|
-
import { default as
|
|
213
|
+
import { default as default113 } from "./components/VcTree/VcTreeSelect.vue.mjs";
|
|
211
214
|
/* empty css */
|
|
212
215
|
/* empty css */
|
|
213
|
-
import { default as
|
|
216
|
+
import { default as default114 } from "./components/VcVerticalTabs/VcVerticalTabs.vue.mjs";
|
|
214
217
|
/* empty css */
|
|
215
|
-
import { default as
|
|
218
|
+
import { default as default115 } from "./components/VcViewSwitcher/VcViewSwitcher.vue.mjs";
|
|
216
219
|
/* empty css */
|
|
217
|
-
import { default as
|
|
220
|
+
import { default as default116 } from "./components/VcWizard/VcWizard.vue.mjs";
|
|
218
221
|
/* empty css */
|
|
219
222
|
export * from "element-plus/es/components/form/src/constants";
|
|
220
|
-
import { default as
|
|
221
|
-
import { default as
|
|
223
|
+
import { default as default117 } from "./components/VcFileUploader/VcFileUploader.vue.mjs";
|
|
224
|
+
import { default as default118 } from "./components/VcLoading/VcLoading.vue.mjs";
|
|
222
225
|
const install = function installCore(app, config) {
|
|
223
226
|
registerComponents(app);
|
|
224
227
|
Object.entries(directives).forEach(([name, directive]) => {
|
|
@@ -322,7 +325,7 @@ export {
|
|
|
322
325
|
default44 as VcEntityVerticalEditForm,
|
|
323
326
|
default45 as VcExcelFileUploader,
|
|
324
327
|
default46 as VcExtendedDatetimeRangePicker,
|
|
325
|
-
|
|
328
|
+
default117 as VcFileUploader,
|
|
326
329
|
default47 as VcForm,
|
|
327
330
|
default48 as VcFormItem,
|
|
328
331
|
default49 as VcHtmlEditor,
|
|
@@ -337,7 +340,7 @@ export {
|
|
|
337
340
|
default57 as VcInputLabel,
|
|
338
341
|
default58 as VcInputNumber,
|
|
339
342
|
default59 as VcJsonSchema,
|
|
340
|
-
|
|
343
|
+
default118 as VcLoading,
|
|
341
344
|
default60 as VcMdEditor,
|
|
342
345
|
default61 as VcMeterGroup,
|
|
343
346
|
default62 as VcMeterGroupLabel,
|
|
@@ -373,31 +376,33 @@ export {
|
|
|
373
376
|
default90 as VcSoundDuration,
|
|
374
377
|
default91 as VcSoundPlayer,
|
|
375
378
|
default92 as VcSoundPlayerError,
|
|
376
|
-
default93 as
|
|
379
|
+
default93 as VcSoundPlayerMarker,
|
|
380
|
+
default94 as VcSoundPlayerMarkers,
|
|
381
|
+
default95 as VcSoundPlayerProgress,
|
|
377
382
|
VcSoundPlayerProvideKey,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
383
|
+
default96 as VcSoundPlayerWrapper,
|
|
384
|
+
default97 as VcSoundVolume,
|
|
385
|
+
default98 as VcSparkline,
|
|
386
|
+
default99 as VcSplitButton,
|
|
387
|
+
default100 as VcSwitch,
|
|
388
|
+
default101 as VcSystemUserPrompt,
|
|
389
|
+
default102 as VcTabNav,
|
|
390
|
+
default103 as VcTabPane,
|
|
386
391
|
VcTabPaneProvideKey,
|
|
387
|
-
|
|
388
|
-
|
|
392
|
+
default104 as VcTable,
|
|
393
|
+
default105 as VcTabs,
|
|
389
394
|
VcTabsProvideKey,
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
395
|
+
default106 as VcTag,
|
|
396
|
+
default107 as VcTagInput,
|
|
397
|
+
default108 as VcTimeInput,
|
|
398
|
+
default109 as VcToggleButton,
|
|
399
|
+
default110 as VcTour,
|
|
400
|
+
default111 as VcTransfer,
|
|
401
|
+
default112 as VcTree,
|
|
402
|
+
default113 as VcTreeSelect,
|
|
403
|
+
default114 as VcVerticalTabs,
|
|
404
|
+
default115 as VcViewSwitcher,
|
|
405
|
+
default116 as VcWizard,
|
|
401
406
|
default9 as ZIndexUtils,
|
|
402
407
|
add,
|
|
403
408
|
addDays,
|
package/library/plugin.mjs.br
CHANGED
|
Binary file
|
package/library/plugin.mjs.gz
CHANGED
|
Binary file
|