@vonage/vivid-vue 3.2.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/dist/generated/components/VAccordion.d.ts +9 -44
- package/dist/generated/components/VAccordion.vue2.d.ts +45 -0
- package/dist/generated/components/VAccordion.vue3.d.ts +53 -0
- package/dist/generated/components/VAccordionItem.d.ts +9 -151
- package/dist/generated/components/VAccordionItem.vue2.d.ts +152 -0
- package/dist/generated/components/VAccordionItem.vue3.d.ts +160 -0
- package/dist/generated/components/VActionGroup.d.ts +9 -90
- package/dist/generated/components/VActionGroup.vue2.d.ts +91 -0
- package/dist/generated/components/VActionGroup.vue3.d.ts +98 -0
- package/dist/generated/components/VAlert.d.ts +10 -0
- package/dist/generated/components/VAlert.vue2.d.ts +158 -0
- package/dist/generated/components/VAlert.vue3.d.ts +167 -0
- package/dist/generated/components/VAvatar.d.ts +9 -116
- package/dist/generated/components/VAvatar.vue2.d.ts +117 -0
- package/dist/generated/components/VAvatar.vue3.d.ts +124 -0
- package/dist/generated/components/VBadge.d.ts +9 -119
- package/dist/generated/components/VBadge.vue2.d.ts +120 -0
- package/dist/generated/components/VBadge.vue3.d.ts +127 -0
- package/dist/generated/components/VBanner.d.ts +9 -107
- package/dist/generated/components/VBanner.vue2.d.ts +108 -0
- package/dist/generated/components/VBanner.vue3.d.ts +115 -0
- package/dist/generated/components/VBreadcrumb.d.ts +9 -27
- package/dist/generated/components/VBreadcrumb.vue2.d.ts +28 -0
- package/dist/generated/components/VBreadcrumb.vue3.d.ts +35 -0
- package/dist/generated/components/VBreadcrumbItem.d.ts +9 -156
- package/dist/generated/components/VBreadcrumbItem.vue2.d.ts +157 -0
- package/dist/generated/components/VBreadcrumbItem.vue3.d.ts +164 -0
- package/dist/generated/components/VButton.d.ts +9 -369
- package/dist/generated/components/VButton.vue2.d.ts +370 -0
- package/dist/generated/components/VButton.vue3.d.ts +377 -0
- package/dist/generated/components/VCalendar.d.ts +9 -109
- package/dist/generated/components/VCalendar.vue2.d.ts +110 -0
- package/dist/generated/components/VCalendar.vue3.d.ts +117 -0
- package/dist/generated/components/VCalendarEvent.d.ts +9 -132
- package/dist/generated/components/VCalendarEvent.vue2.d.ts +133 -0
- package/dist/generated/components/VCalendarEvent.vue3.d.ts +140 -0
- package/dist/generated/components/VCard.d.ts +9 -110
- package/dist/generated/components/VCard.vue2.d.ts +111 -0
- package/dist/generated/components/VCard.vue3.d.ts +118 -0
- package/dist/generated/components/VCheckbox.d.ts +9 -180
- package/dist/generated/components/VCheckbox.vue2.d.ts +226 -0
- package/dist/generated/components/VCheckbox.vue3.d.ts +234 -0
- package/dist/generated/components/VCombobox.d.ts +9 -223
- package/dist/generated/components/VCombobox.vue2.d.ts +224 -0
- package/dist/generated/components/VCombobox.vue3.d.ts +232 -0
- package/dist/generated/components/VDataGrid.d.ts +9 -36
- package/dist/generated/components/VDataGrid.vue2.d.ts +37 -0
- package/dist/generated/components/VDataGrid.vue3.d.ts +44 -0
- package/dist/generated/components/VDialog.d.ts +9 -122
- package/dist/generated/components/VDialog.vue2.d.ts +123 -0
- package/dist/generated/components/VDialog.vue3.d.ts +131 -0
- package/dist/generated/components/VDivider.d.ts +9 -57
- package/dist/generated/components/VDivider.vue2.d.ts +58 -0
- package/dist/generated/components/VDivider.vue3.d.ts +65 -0
- package/dist/generated/components/VEmptyState.d.ts +10 -0
- package/dist/generated/components/VEmptyState.vue2.d.ts +60 -0
- package/dist/generated/components/VEmptyState.vue3.d.ts +67 -0
- package/dist/generated/components/VFab.d.ts +9 -309
- package/dist/generated/components/VFab.vue2.d.ts +310 -0
- package/dist/generated/components/VFab.vue3.d.ts +317 -0
- package/dist/generated/components/VHeader.d.ts +9 -57
- package/dist/generated/components/VHeader.vue2.d.ts +58 -0
- package/dist/generated/components/VHeader.vue3.d.ts +65 -0
- package/dist/generated/components/VIcon.d.ts +9 -65
- package/dist/generated/components/VIcon.vue2.d.ts +66 -0
- package/dist/generated/components/VIcon.vue3.d.ts +73 -0
- package/dist/generated/components/VLayout.d.ts +9 -87
- package/dist/generated/components/VLayout.vue2.d.ts +103 -0
- package/dist/generated/components/VLayout.vue3.d.ts +110 -0
- package/dist/generated/components/VMenu.d.ts +9 -72
- package/dist/generated/components/VMenu.vue2.d.ts +73 -0
- package/dist/generated/components/VMenu.vue3.d.ts +80 -0
- package/dist/generated/components/VMenuItem.d.ts +9 -134
- package/dist/generated/components/VMenuItem.vue2.d.ts +135 -0
- package/dist/generated/components/VMenuItem.vue3.d.ts +144 -0
- package/dist/generated/components/VNav.d.ts +9 -28
- package/dist/generated/components/VNav.vue2.d.ts +29 -0
- package/dist/generated/components/VNav.vue3.d.ts +36 -0
- package/dist/generated/components/VNavDisclosure.d.ts +9 -69
- package/dist/generated/components/VNavDisclosure.vue2.d.ts +70 -0
- package/dist/generated/components/VNavDisclosure.vue3.d.ts +77 -0
- package/dist/generated/components/VNavItem.d.ts +9 -180
- package/dist/generated/components/VNavItem.vue2.d.ts +181 -0
- package/dist/generated/components/VNavItem.vue3.d.ts +188 -0
- package/dist/generated/components/VNote.d.ts +9 -68
- package/dist/generated/components/VNote.vue2.d.ts +69 -0
- package/dist/generated/components/VNote.vue3.d.ts +76 -0
- package/dist/generated/components/VNumberField.d.ts +9 -381
- package/dist/generated/components/VNumberField.vue2.d.ts +382 -0
- package/dist/generated/components/VNumberField.vue3.d.ts +390 -0
- package/dist/generated/components/VOption.d.ts +9 -124
- package/dist/generated/components/VOption.vue2.d.ts +125 -0
- package/dist/generated/components/VOption.vue3.d.ts +132 -0
- package/dist/generated/components/VPagination.d.ts +10 -0
- package/dist/generated/components/VPagination.vue2.d.ts +64 -0
- package/dist/generated/components/VPagination.vue3.d.ts +71 -0
- package/dist/generated/components/VPopup.d.ts +9 -132
- package/dist/generated/components/VPopup.vue2.d.ts +133 -0
- package/dist/generated/components/VPopup.vue3.d.ts +140 -0
- package/dist/generated/components/VProgress.d.ts +9 -114
- package/dist/generated/components/VProgress.vue2.d.ts +115 -0
- package/dist/generated/components/VProgress.vue3.d.ts +122 -0
- package/dist/generated/components/VProgressRing.d.ts +9 -105
- package/dist/generated/components/VProgressRing.vue2.d.ts +106 -0
- package/dist/generated/components/VProgressRing.vue3.d.ts +113 -0
- package/dist/generated/components/VRadio.d.ts +9 -180
- package/dist/generated/components/VRadio.vue2.d.ts +181 -0
- package/dist/generated/components/VRadio.vue3.d.ts +189 -0
- package/dist/generated/components/VRadioGroup.d.ts +9 -119
- package/dist/generated/components/VRadioGroup.vue2.d.ts +120 -0
- package/dist/generated/components/VRadioGroup.vue3.d.ts +128 -0
- package/dist/generated/components/VSelect.d.ts +9 -237
- package/dist/generated/components/VSelect.vue2.d.ts +268 -0
- package/dist/generated/components/VSelect.vue3.d.ts +276 -0
- package/dist/generated/components/VSideDrawer.d.ts +9 -87
- package/dist/generated/components/VSideDrawer.vue2.d.ts +88 -0
- package/dist/generated/components/VSideDrawer.vue3.d.ts +95 -0
- package/dist/generated/components/VSlider.d.ts +9 -217
- package/dist/generated/components/VSlider.vue2.d.ts +218 -0
- package/dist/generated/components/VSlider.vue3.d.ts +226 -0
- package/dist/generated/components/VSwitch.d.ts +9 -51
- package/dist/generated/components/VSwitch.vue2.d.ts +52 -0
- package/dist/generated/components/VSwitch.vue3.d.ts +59 -0
- package/dist/generated/components/VTab.d.ts +9 -107
- package/dist/generated/components/VTab.vue2.d.ts +108 -0
- package/dist/generated/components/VTab.vue3.d.ts +115 -0
- package/dist/generated/components/VTabPanel.d.ts +9 -27
- package/dist/generated/components/VTabPanel.vue2.d.ts +28 -0
- package/dist/generated/components/VTabPanel.vue3.d.ts +35 -0
- package/dist/generated/components/VTabs.d.ts +9 -72
- package/dist/generated/components/VTabs.vue2.d.ts +73 -0
- package/dist/generated/components/VTabs.vue3.d.ts +81 -0
- package/dist/generated/components/VTag.d.ts +9 -164
- package/dist/generated/components/VTag.vue2.d.ts +165 -0
- package/dist/generated/components/VTag.vue3.d.ts +172 -0
- package/dist/generated/components/VTagGroup.d.ts +9 -27
- package/dist/generated/components/VTagGroup.vue2.d.ts +28 -0
- package/dist/generated/components/VTagGroup.vue3.d.ts +35 -0
- package/dist/generated/components/VTextArea.d.ts +9 -27
- package/dist/generated/components/VTextArea.vue2.d.ts +28 -0
- package/dist/generated/components/VTextArea.vue3.d.ts +35 -0
- package/dist/generated/components/VTextField.d.ts +9 -381
- package/dist/generated/components/VTextField.vue2.d.ts +382 -0
- package/dist/generated/components/VTextField.vue3.d.ts +390 -0
- package/dist/generated/components/VToggletip.d.ts +10 -0
- package/dist/generated/components/VToggletip.vue2.d.ts +103 -0
- package/dist/generated/components/VToggletip.vue3.d.ts +110 -0
- package/dist/generated/components/VTooltip.d.ts +9 -149
- package/dist/generated/components/VTooltip.vue2.d.ts +72 -0
- package/dist/generated/components/VTooltip.vue3.d.ts +79 -0
- package/dist/generated/components/VTreeItem.d.ts +9 -104
- package/dist/generated/components/VTreeItem.vue2.d.ts +105 -0
- package/dist/generated/components/VTreeItem.vue3.d.ts +114 -0
- package/dist/generated/components/VTreeView.d.ts +9 -44
- package/dist/generated/components/VTreeView.vue2.d.ts +45 -0
- package/dist/generated/components/VTreeView.vue3.d.ts +52 -0
- package/dist/generated/components/index.d.ts +4 -0
- package/dist/index.es.js +880 -301
- package/dist/index.umd.js +1 -1
- package/dist/web-types.json +438 -50
- package/package.json +6 -3
package/dist/index.es.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $,
|
|
3
|
-
const p =
|
|
4
|
-
function
|
|
1
|
+
import { ref as d, version as m, onBeforeMount as v, defineComponent as l, h as n } from "vue";
|
|
2
|
+
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $, registerAlert as k, registerAvatar as g, registerBadge as b, registerBanner as C, registerBreadcrumb as x, registerBreadcrumbItem as S, registerButton as w, registerCalendar as V, registerCalendarEvent as N, registerCard as B, registerCheckbox as T, registerCombobox as K, registerDataGrid as I, registerDialog as z, registerDivider as F, registerEmptyState as q, registerFab as P, registerHeader as L, registerIcon as D, registerLayout as M, registerMenu as A, registerMenuItem as O, registerNav as E, registerNavDisclosure as G, registerNavItem as H, registerNote as R, registerNumberField as W, registerOption as j, registerPagination as U, registerPopup as J, registerProgress as Q, registerProgressRing as X, registerRadio as Y, registerRadioGroup as Z, registerSelect as _, registerSideDrawer as tt, registerSlider as et, registerSwitch as it, registerTab as ot, registerTabs as st, registerTabPanel as nt, registerTextArea as at, registerTextField as rt, registerToggletip as dt, registerTooltip as lt, registerTreeItem as ht, registerTreeView as ut, registerTag as ct, registerTagGroup as pt } from "@vonage/vivid";
|
|
3
|
+
const p = d("vvd3");
|
|
4
|
+
function $t(t) {
|
|
5
5
|
p.value = t;
|
|
6
6
|
}
|
|
7
7
|
const a = m.startsWith("2");
|
|
8
|
-
function
|
|
9
|
-
const s =
|
|
8
|
+
function h(t, o) {
|
|
9
|
+
const s = d(`${p.value}-${t}`);
|
|
10
10
|
return v(() => {
|
|
11
11
|
o(p.value);
|
|
12
12
|
}), s;
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const kt = l({
|
|
15
|
+
name: "VAccordion",
|
|
15
16
|
props: {
|
|
16
17
|
/**
|
|
17
18
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -64,7 +65,7 @@ const vt = d({
|
|
|
64
65
|
"change"
|
|
65
66
|
],
|
|
66
67
|
setup(t, o) {
|
|
67
|
-
const s =
|
|
68
|
+
const s = h("accordion", y), e = d(null);
|
|
68
69
|
return o.expose({
|
|
69
70
|
closeAll() {
|
|
70
71
|
var i;
|
|
@@ -114,7 +115,8 @@ const vt = d({
|
|
|
114
115
|
]
|
|
115
116
|
);
|
|
116
117
|
}
|
|
117
|
-
}),
|
|
118
|
+
}), gt = l({
|
|
119
|
+
name: "VAccordionItem",
|
|
118
120
|
props: {
|
|
119
121
|
/**
|
|
120
122
|
* A decorative icon the custom element should have.
|
|
@@ -197,7 +199,7 @@ const vt = d({
|
|
|
197
199
|
"change"
|
|
198
200
|
],
|
|
199
201
|
setup(t, o) {
|
|
200
|
-
const s =
|
|
202
|
+
const s = h("accordion-item", f), e = d(null);
|
|
201
203
|
return o.expose({}), { componentName: s, element: e };
|
|
202
204
|
},
|
|
203
205
|
render() {
|
|
@@ -258,7 +260,8 @@ const vt = d({
|
|
|
258
260
|
]
|
|
259
261
|
);
|
|
260
262
|
}
|
|
261
|
-
}),
|
|
263
|
+
}), bt = l({
|
|
264
|
+
name: "VActionGroup",
|
|
262
265
|
props: {
|
|
263
266
|
/**
|
|
264
267
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -315,7 +318,7 @@ const vt = d({
|
|
|
315
318
|
"input"
|
|
316
319
|
],
|
|
317
320
|
setup(t, o) {
|
|
318
|
-
const s =
|
|
321
|
+
const s = h("action-group", $), e = d(null);
|
|
319
322
|
return o.expose({}), { componentName: s, element: e };
|
|
320
323
|
},
|
|
321
324
|
render() {
|
|
@@ -367,21 +370,195 @@ const vt = d({
|
|
|
367
370
|
);
|
|
368
371
|
}
|
|
369
372
|
});
|
|
370
|
-
function
|
|
373
|
+
function mt(t, o) {
|
|
371
374
|
return o.forEach((s) => {
|
|
372
375
|
var e;
|
|
373
376
|
s.data || (s.data = {}), s.data.attrs = { ...(e = s.data) == null ? void 0 : e.attrs, slot: t };
|
|
374
377
|
}), o;
|
|
375
378
|
}
|
|
376
|
-
function
|
|
379
|
+
function vt(t, o) {
|
|
377
380
|
return o.forEach((s) => {
|
|
378
381
|
s.props || (s.props = {}), s.props = { ...s.props, slot: t };
|
|
379
382
|
}), o;
|
|
380
383
|
}
|
|
381
|
-
function
|
|
382
|
-
return o ? a ?
|
|
384
|
+
function r(t, o) {
|
|
385
|
+
return o ? a ? mt(t, o) : vt(t, o()) : null;
|
|
383
386
|
}
|
|
384
|
-
const
|
|
387
|
+
const Ct = l({
|
|
388
|
+
name: "VAlert",
|
|
389
|
+
props: {
|
|
390
|
+
/**
|
|
391
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
392
|
+
*/
|
|
393
|
+
ariaCurrent: {
|
|
394
|
+
type: String,
|
|
395
|
+
default: void 0
|
|
396
|
+
},
|
|
397
|
+
/**
|
|
398
|
+
* if the alert is removable
|
|
399
|
+
* accepts boolean
|
|
400
|
+
*/
|
|
401
|
+
removable: { type: Boolean, default: void 0 },
|
|
402
|
+
/**
|
|
403
|
+
* the placement of the alert
|
|
404
|
+
*/
|
|
405
|
+
placement: {
|
|
406
|
+
type: String,
|
|
407
|
+
default: void 0
|
|
408
|
+
},
|
|
409
|
+
/**
|
|
410
|
+
* the text of the alert heading
|
|
411
|
+
* accepts string
|
|
412
|
+
*/
|
|
413
|
+
headline: { type: String, default: void 0 },
|
|
414
|
+
/**
|
|
415
|
+
* the main text of the alert
|
|
416
|
+
* accepts string
|
|
417
|
+
*/
|
|
418
|
+
text: { type: String, default: void 0 },
|
|
419
|
+
/**
|
|
420
|
+
* alert header icon
|
|
421
|
+
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
422
|
+
*/
|
|
423
|
+
icon: {
|
|
424
|
+
type: String,
|
|
425
|
+
default: void 0
|
|
426
|
+
},
|
|
427
|
+
/**
|
|
428
|
+
* the timeout ms to show the alert
|
|
429
|
+
* accepts number
|
|
430
|
+
*/
|
|
431
|
+
timeoutms: { type: Number, default: void 0 },
|
|
432
|
+
/**
|
|
433
|
+
* alert connotation
|
|
434
|
+
*/
|
|
435
|
+
connotation: {
|
|
436
|
+
type: String,
|
|
437
|
+
default: void 0
|
|
438
|
+
},
|
|
439
|
+
/**
|
|
440
|
+
* indicates whether the alert is open
|
|
441
|
+
*/
|
|
442
|
+
open: { type: Boolean, default: void 0 }
|
|
443
|
+
},
|
|
444
|
+
emits: [
|
|
445
|
+
/**
|
|
446
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
447
|
+
* @type {MouseEvent}
|
|
448
|
+
*/
|
|
449
|
+
"click",
|
|
450
|
+
/**
|
|
451
|
+
* Fires when the element receives focus.
|
|
452
|
+
* @type {FocusEvent}
|
|
453
|
+
*/
|
|
454
|
+
"focus",
|
|
455
|
+
/**
|
|
456
|
+
* Fires when the element loses focus.
|
|
457
|
+
* @type {FocusEvent}
|
|
458
|
+
*/
|
|
459
|
+
"blur",
|
|
460
|
+
/**
|
|
461
|
+
* Fires when a key is pressed.
|
|
462
|
+
* @type {KeyboardEvent}
|
|
463
|
+
*/
|
|
464
|
+
"keydown",
|
|
465
|
+
/**
|
|
466
|
+
* Fires when a key is released.
|
|
467
|
+
* @type {KeyboardEvent}
|
|
468
|
+
*/
|
|
469
|
+
"keyup",
|
|
470
|
+
/**
|
|
471
|
+
* Fires when the value of an element has been changed.
|
|
472
|
+
* @type {Event}
|
|
473
|
+
*/
|
|
474
|
+
"input",
|
|
475
|
+
/**
|
|
476
|
+
* Emitted when the alert is opened
|
|
477
|
+
* @type {unknown}
|
|
478
|
+
*/
|
|
479
|
+
"open",
|
|
480
|
+
/**
|
|
481
|
+
* Emitted when the alert is closed
|
|
482
|
+
* @type {unknown}
|
|
483
|
+
*/
|
|
484
|
+
"close"
|
|
485
|
+
],
|
|
486
|
+
setup(t, o) {
|
|
487
|
+
const s = h("alert", k), e = d(null);
|
|
488
|
+
return o.expose({
|
|
489
|
+
openChanged(i, u) {
|
|
490
|
+
var c;
|
|
491
|
+
return (c = e.value) == null ? void 0 : c.openChanged(i, u);
|
|
492
|
+
}
|
|
493
|
+
}), { componentName: s, element: e };
|
|
494
|
+
},
|
|
495
|
+
render() {
|
|
496
|
+
return a ? n(
|
|
497
|
+
this.componentName,
|
|
498
|
+
{
|
|
499
|
+
ref: "element",
|
|
500
|
+
attrs: {
|
|
501
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
502
|
+
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
503
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
504
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
505
|
+
...this.text !== void 0 ? { text: this.text } : {},
|
|
506
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
507
|
+
...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
|
|
508
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
509
|
+
...this.open !== void 0 ? { open: this.open } : {}
|
|
510
|
+
},
|
|
511
|
+
class: "vvd-root",
|
|
512
|
+
on: {
|
|
513
|
+
click: (t) => this.$emit("click", t),
|
|
514
|
+
focus: (t) => this.$emit("focus", t),
|
|
515
|
+
blur: (t) => this.$emit("blur", t),
|
|
516
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
517
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
518
|
+
input: (t) => this.$emit("input", t),
|
|
519
|
+
open: (t) => this.$emit("open", t),
|
|
520
|
+
close: (t) => this.$emit("close", t)
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
[
|
|
524
|
+
// @slot action-items Add action items to alert using this slot.
|
|
525
|
+
r("action-items", this.$slots["action-items"]),
|
|
526
|
+
// @slot main The main content of the alert
|
|
527
|
+
r("main", this.$slots.main)
|
|
528
|
+
]
|
|
529
|
+
) : n(
|
|
530
|
+
this.componentName,
|
|
531
|
+
{
|
|
532
|
+
ref: "element",
|
|
533
|
+
class: "vvd-root",
|
|
534
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
535
|
+
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
536
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
537
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
538
|
+
...this.text !== void 0 ? { text: this.text } : {},
|
|
539
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
540
|
+
...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
|
|
541
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
542
|
+
...this.open !== void 0 ? { open: this.open } : {},
|
|
543
|
+
onClick: (t) => this.$emit("click", t),
|
|
544
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
545
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
546
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
547
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
548
|
+
onInput: (t) => this.$emit("input", t),
|
|
549
|
+
onOpen: (t) => this.$emit("open", t),
|
|
550
|
+
onClose: (t) => this.$emit("close", t)
|
|
551
|
+
},
|
|
552
|
+
[
|
|
553
|
+
// @slot action-items Add action items to alert using this slot.
|
|
554
|
+
r("action-items", this.$slots["action-items"]),
|
|
555
|
+
// @slot main The main content of the alert
|
|
556
|
+
r("main", this.$slots.main)
|
|
557
|
+
]
|
|
558
|
+
);
|
|
559
|
+
}
|
|
560
|
+
}), xt = l({
|
|
561
|
+
name: "VAvatar",
|
|
385
562
|
props: {
|
|
386
563
|
/**
|
|
387
564
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -452,7 +629,7 @@ const $t = d({
|
|
|
452
629
|
"input"
|
|
453
630
|
],
|
|
454
631
|
setup(t, o) {
|
|
455
|
-
const s =
|
|
632
|
+
const s = h("avatar", g), e = d(null);
|
|
456
633
|
return o.expose({}), { componentName: s, element: e };
|
|
457
634
|
},
|
|
458
635
|
render() {
|
|
@@ -481,7 +658,7 @@ const $t = d({
|
|
|
481
658
|
},
|
|
482
659
|
[
|
|
483
660
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
484
|
-
|
|
661
|
+
r("graphic", this.$slots.graphic)
|
|
485
662
|
]
|
|
486
663
|
) : n(
|
|
487
664
|
this.componentName,
|
|
@@ -504,11 +681,12 @@ const $t = d({
|
|
|
504
681
|
},
|
|
505
682
|
[
|
|
506
683
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
507
|
-
|
|
684
|
+
r("graphic", this.$slots.graphic)
|
|
508
685
|
]
|
|
509
686
|
);
|
|
510
687
|
}
|
|
511
|
-
}),
|
|
688
|
+
}), St = l({
|
|
689
|
+
name: "VBadge",
|
|
512
690
|
props: {
|
|
513
691
|
/**
|
|
514
692
|
* A decorative icon the custom element should have.
|
|
@@ -582,7 +760,7 @@ const $t = d({
|
|
|
582
760
|
"input"
|
|
583
761
|
],
|
|
584
762
|
setup(t, o) {
|
|
585
|
-
const s =
|
|
763
|
+
const s = h("badge", b), e = d(null);
|
|
586
764
|
return o.expose({}), { componentName: s, element: e };
|
|
587
765
|
},
|
|
588
766
|
render() {
|
|
@@ -632,7 +810,8 @@ const $t = d({
|
|
|
632
810
|
[]
|
|
633
811
|
);
|
|
634
812
|
}
|
|
635
|
-
}),
|
|
813
|
+
}), wt = l({
|
|
814
|
+
name: "VBanner",
|
|
636
815
|
props: {
|
|
637
816
|
/**
|
|
638
817
|
* A decorative icon the custom element should have.
|
|
@@ -693,7 +872,7 @@ const $t = d({
|
|
|
693
872
|
"input"
|
|
694
873
|
],
|
|
695
874
|
setup(t, o) {
|
|
696
|
-
const s =
|
|
875
|
+
const s = h("banner", C), e = d(null);
|
|
697
876
|
return o.expose({
|
|
698
877
|
remove() {
|
|
699
878
|
var i;
|
|
@@ -729,7 +908,7 @@ const $t = d({
|
|
|
729
908
|
},
|
|
730
909
|
[
|
|
731
910
|
// @slot action-items Add action items to banner using this slot.
|
|
732
|
-
|
|
911
|
+
r("action-items", this.$slots["action-items"])
|
|
733
912
|
]
|
|
734
913
|
) : n(
|
|
735
914
|
this.componentName,
|
|
@@ -754,11 +933,12 @@ const $t = d({
|
|
|
754
933
|
},
|
|
755
934
|
[
|
|
756
935
|
// @slot action-items Add action items to banner using this slot.
|
|
757
|
-
|
|
936
|
+
r("action-items", this.$slots["action-items"])
|
|
758
937
|
]
|
|
759
938
|
);
|
|
760
939
|
}
|
|
761
|
-
}),
|
|
940
|
+
}), Vt = l({
|
|
941
|
+
name: "VBreadcrumb",
|
|
762
942
|
props: {
|
|
763
943
|
/**
|
|
764
944
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -801,7 +981,7 @@ const $t = d({
|
|
|
801
981
|
"input"
|
|
802
982
|
],
|
|
803
983
|
setup(t, o) {
|
|
804
|
-
const s =
|
|
984
|
+
const s = h("breadcrumb", x), e = d(null);
|
|
805
985
|
return o.expose({}), { componentName: s, element: e };
|
|
806
986
|
},
|
|
807
987
|
render() {
|
|
@@ -840,7 +1020,8 @@ const $t = d({
|
|
|
840
1020
|
]
|
|
841
1021
|
);
|
|
842
1022
|
}
|
|
843
|
-
}),
|
|
1023
|
+
}), Nt = l({
|
|
1024
|
+
name: "VBreadcrumbItem",
|
|
844
1025
|
props: {
|
|
845
1026
|
/**
|
|
846
1027
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -916,7 +1097,7 @@ const $t = d({
|
|
|
916
1097
|
"input"
|
|
917
1098
|
],
|
|
918
1099
|
setup(t, o) {
|
|
919
|
-
const s =
|
|
1100
|
+
const s = h("breadcrumb-item", S), e = d(null);
|
|
920
1101
|
return o.expose({}), { componentName: s, element: e };
|
|
921
1102
|
},
|
|
922
1103
|
render() {
|
|
@@ -972,7 +1153,8 @@ const $t = d({
|
|
|
972
1153
|
[]
|
|
973
1154
|
);
|
|
974
1155
|
}
|
|
975
|
-
}),
|
|
1156
|
+
}), Bt = l({
|
|
1157
|
+
name: "VButton",
|
|
976
1158
|
props: {
|
|
977
1159
|
/**
|
|
978
1160
|
* A decorative icon the custom element should have.
|
|
@@ -1112,7 +1294,7 @@ const $t = d({
|
|
|
1112
1294
|
"input"
|
|
1113
1295
|
],
|
|
1114
1296
|
setup(t, o) {
|
|
1115
|
-
const s =
|
|
1297
|
+
const s = h("button", w), e = d(null);
|
|
1116
1298
|
return o.expose({
|
|
1117
1299
|
/**
|
|
1118
1300
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1202,7 +1384,8 @@ const $t = d({
|
|
|
1202
1384
|
[]
|
|
1203
1385
|
);
|
|
1204
1386
|
}
|
|
1205
|
-
}),
|
|
1387
|
+
}), Tt = l({
|
|
1388
|
+
name: "VCalendar",
|
|
1206
1389
|
props: {
|
|
1207
1390
|
/**
|
|
1208
1391
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1272,7 +1455,7 @@ const $t = d({
|
|
|
1272
1455
|
"input"
|
|
1273
1456
|
],
|
|
1274
1457
|
setup(t, o) {
|
|
1275
|
-
const s =
|
|
1458
|
+
const s = h("calendar", V), e = d(null);
|
|
1276
1459
|
return o.expose({
|
|
1277
1460
|
onKeydown(i) {
|
|
1278
1461
|
var u;
|
|
@@ -1307,19 +1490,19 @@ const $t = d({
|
|
|
1307
1490
|
[
|
|
1308
1491
|
this.$slots.default,
|
|
1309
1492
|
// @slot day-0 Assign elements to corresponding day column using this slot.
|
|
1310
|
-
|
|
1493
|
+
r("day-0", this.$slots["day-0"]),
|
|
1311
1494
|
// @slot day-1 Assign elements to corresponding day column using this slot.
|
|
1312
|
-
|
|
1495
|
+
r("day-1", this.$slots["day-1"]),
|
|
1313
1496
|
// @slot day-2 Assign elements to corresponding day column using this slot.
|
|
1314
|
-
|
|
1497
|
+
r("day-2", this.$slots["day-2"]),
|
|
1315
1498
|
// @slot day-3 Assign elements to corresponding day column using this slot.
|
|
1316
|
-
|
|
1499
|
+
r("day-3", this.$slots["day-3"]),
|
|
1317
1500
|
// @slot day-4 Assign elements to corresponding day column using this slot.
|
|
1318
|
-
|
|
1501
|
+
r("day-4", this.$slots["day-4"]),
|
|
1319
1502
|
// @slot day-5 Assign elements to corresponding day column using this slot.
|
|
1320
|
-
|
|
1503
|
+
r("day-5", this.$slots["day-5"]),
|
|
1321
1504
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1322
|
-
|
|
1505
|
+
r("day-6", this.$slots["day-6"])
|
|
1323
1506
|
]
|
|
1324
1507
|
) : n(
|
|
1325
1508
|
this.componentName,
|
|
@@ -1342,23 +1525,24 @@ const $t = d({
|
|
|
1342
1525
|
// @ts-ignore
|
|
1343
1526
|
this.$slots.default && this.$slots.default(),
|
|
1344
1527
|
// @slot day-0 Assign elements to corresponding day column using this slot.
|
|
1345
|
-
|
|
1528
|
+
r("day-0", this.$slots["day-0"]),
|
|
1346
1529
|
// @slot day-1 Assign elements to corresponding day column using this slot.
|
|
1347
|
-
|
|
1530
|
+
r("day-1", this.$slots["day-1"]),
|
|
1348
1531
|
// @slot day-2 Assign elements to corresponding day column using this slot.
|
|
1349
|
-
|
|
1532
|
+
r("day-2", this.$slots["day-2"]),
|
|
1350
1533
|
// @slot day-3 Assign elements to corresponding day column using this slot.
|
|
1351
|
-
|
|
1534
|
+
r("day-3", this.$slots["day-3"]),
|
|
1352
1535
|
// @slot day-4 Assign elements to corresponding day column using this slot.
|
|
1353
|
-
|
|
1536
|
+
r("day-4", this.$slots["day-4"]),
|
|
1354
1537
|
// @slot day-5 Assign elements to corresponding day column using this slot.
|
|
1355
|
-
|
|
1538
|
+
r("day-5", this.$slots["day-5"]),
|
|
1356
1539
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1357
|
-
|
|
1540
|
+
r("day-6", this.$slots["day-6"])
|
|
1358
1541
|
]
|
|
1359
1542
|
);
|
|
1360
1543
|
}
|
|
1361
|
-
}),
|
|
1544
|
+
}), Kt = l({
|
|
1545
|
+
name: "VCalendarEvent",
|
|
1362
1546
|
props: {
|
|
1363
1547
|
/**
|
|
1364
1548
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1432,7 +1616,7 @@ const $t = d({
|
|
|
1432
1616
|
"input"
|
|
1433
1617
|
],
|
|
1434
1618
|
setup(t, o) {
|
|
1435
|
-
const s =
|
|
1619
|
+
const s = h("calendar-event", N), e = d(null);
|
|
1436
1620
|
return o.expose({}), { componentName: s, element: e };
|
|
1437
1621
|
},
|
|
1438
1622
|
render() {
|
|
@@ -1484,7 +1668,8 @@ const $t = d({
|
|
|
1484
1668
|
[]
|
|
1485
1669
|
);
|
|
1486
1670
|
}
|
|
1487
|
-
}),
|
|
1671
|
+
}), It = l({
|
|
1672
|
+
name: "VCard",
|
|
1488
1673
|
props: {
|
|
1489
1674
|
/**
|
|
1490
1675
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1554,7 +1739,7 @@ const $t = d({
|
|
|
1554
1739
|
"input"
|
|
1555
1740
|
],
|
|
1556
1741
|
setup(t, o) {
|
|
1557
|
-
const s =
|
|
1742
|
+
const s = h("card", B), e = d(null);
|
|
1558
1743
|
return o.expose({}), { componentName: s, element: e };
|
|
1559
1744
|
},
|
|
1560
1745
|
render() {
|
|
@@ -1582,15 +1767,15 @@ const $t = d({
|
|
|
1582
1767
|
},
|
|
1583
1768
|
[
|
|
1584
1769
|
// @slot graphic The graphic slot overrides the icon property.
|
|
1585
|
-
|
|
1770
|
+
r("graphic", this.$slots.graphic),
|
|
1586
1771
|
// @slot media The media slot is mainly for images or video content above the card header.
|
|
1587
|
-
|
|
1772
|
+
r("media", this.$slots.media),
|
|
1588
1773
|
// @slot meta The meta slot is for action content in the card header.
|
|
1589
|
-
|
|
1774
|
+
r("meta", this.$slots.meta),
|
|
1590
1775
|
// @slot footer The footer slot is for content in the card footer.
|
|
1591
|
-
|
|
1776
|
+
r("footer", this.$slots.footer),
|
|
1592
1777
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1593
|
-
|
|
1778
|
+
r("main", this.$slots.main)
|
|
1594
1779
|
]
|
|
1595
1780
|
) : n(
|
|
1596
1781
|
this.componentName,
|
|
@@ -1612,24 +1797,41 @@ const $t = d({
|
|
|
1612
1797
|
},
|
|
1613
1798
|
[
|
|
1614
1799
|
// @slot graphic The graphic slot overrides the icon property.
|
|
1615
|
-
|
|
1800
|
+
r("graphic", this.$slots.graphic),
|
|
1616
1801
|
// @slot media The media slot is mainly for images or video content above the card header.
|
|
1617
|
-
|
|
1802
|
+
r("media", this.$slots.media),
|
|
1618
1803
|
// @slot meta The meta slot is for action content in the card header.
|
|
1619
|
-
|
|
1804
|
+
r("meta", this.$slots.meta),
|
|
1620
1805
|
// @slot footer The footer slot is for content in the card footer.
|
|
1621
|
-
|
|
1806
|
+
r("footer", this.$slots.footer),
|
|
1622
1807
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1623
|
-
|
|
1808
|
+
r("main", this.$slots.main)
|
|
1624
1809
|
]
|
|
1625
1810
|
);
|
|
1626
1811
|
}
|
|
1627
|
-
}),
|
|
1812
|
+
}), zt = l({
|
|
1813
|
+
name: "VCheckbox",
|
|
1628
1814
|
model: a ? {
|
|
1629
1815
|
prop: "modelValue",
|
|
1630
1816
|
event: "update:modelValue"
|
|
1631
1817
|
} : void 0,
|
|
1632
1818
|
props: {
|
|
1819
|
+
/**
|
|
1820
|
+
* The success text for the form element.
|
|
1821
|
+
*/
|
|
1822
|
+
successText: { type: String, default: void 0 },
|
|
1823
|
+
/**
|
|
1824
|
+
* The error text for the form element.
|
|
1825
|
+
*/
|
|
1826
|
+
errorText: { type: String, default: void 0 },
|
|
1827
|
+
/**
|
|
1828
|
+
* The helper text for the form element.
|
|
1829
|
+
*/
|
|
1830
|
+
helperText: { type: String, default: void 0 },
|
|
1831
|
+
/**
|
|
1832
|
+
* The label for the form element.
|
|
1833
|
+
*/
|
|
1834
|
+
label: { type: String, default: void 0 },
|
|
1633
1835
|
/**
|
|
1634
1836
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
1635
1837
|
*/
|
|
@@ -1677,11 +1879,7 @@ const $t = d({
|
|
|
1677
1879
|
/**
|
|
1678
1880
|
* When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.
|
|
1679
1881
|
*/
|
|
1680
|
-
readonly: { type: Boolean, default: void 0 }
|
|
1681
|
-
/**
|
|
1682
|
-
* Indicates the checkbox's label.
|
|
1683
|
-
*/
|
|
1684
|
-
label: { type: String, default: void 0 }
|
|
1882
|
+
readonly: { type: Boolean, default: void 0 }
|
|
1685
1883
|
},
|
|
1686
1884
|
emits: [
|
|
1687
1885
|
/**
|
|
@@ -1721,7 +1919,7 @@ const $t = d({
|
|
|
1721
1919
|
"update:modelValue"
|
|
1722
1920
|
],
|
|
1723
1921
|
setup(t, o) {
|
|
1724
|
-
const s =
|
|
1922
|
+
const s = h("checkbox", T), e = d(null);
|
|
1725
1923
|
return o.expose({}), { componentName: s, element: e };
|
|
1726
1924
|
},
|
|
1727
1925
|
render() {
|
|
@@ -1730,6 +1928,10 @@ const $t = d({
|
|
|
1730
1928
|
{
|
|
1731
1929
|
ref: "element",
|
|
1732
1930
|
attrs: {
|
|
1931
|
+
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
1932
|
+
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
1933
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
1934
|
+
...this.label !== void 0 ? { label: this.label } : {},
|
|
1733
1935
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1734
1936
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1735
1937
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -1738,8 +1940,7 @@ const $t = d({
|
|
|
1738
1940
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
1739
1941
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
1740
1942
|
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
1741
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
1742
|
-
...this.label !== void 0 ? { label: this.label } : {}
|
|
1943
|
+
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
1743
1944
|
},
|
|
1744
1945
|
class: "vvd-root",
|
|
1745
1946
|
on: {
|
|
@@ -1758,6 +1959,10 @@ const $t = d({
|
|
|
1758
1959
|
{
|
|
1759
1960
|
ref: "element",
|
|
1760
1961
|
class: "vvd-root",
|
|
1962
|
+
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
1963
|
+
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
1964
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
1965
|
+
...this.label !== void 0 ? { label: this.label } : {},
|
|
1761
1966
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1762
1967
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1763
1968
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -1767,7 +1972,6 @@ const $t = d({
|
|
|
1767
1972
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
1768
1973
|
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
1769
1974
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
1770
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
1771
1975
|
onClick: (t) => this.$emit("click", t),
|
|
1772
1976
|
onFocus: (t) => this.$emit("focus", t),
|
|
1773
1977
|
onBlur: (t) => this.$emit("blur", t),
|
|
@@ -1779,7 +1983,8 @@ const $t = d({
|
|
|
1779
1983
|
[]
|
|
1780
1984
|
);
|
|
1781
1985
|
}
|
|
1782
|
-
}),
|
|
1986
|
+
}), Ft = l({
|
|
1987
|
+
name: "VCombobox",
|
|
1783
1988
|
model: a ? {
|
|
1784
1989
|
prop: "modelValue",
|
|
1785
1990
|
event: "update:modelValue"
|
|
@@ -1890,7 +2095,7 @@ const $t = d({
|
|
|
1890
2095
|
"update:modelValue"
|
|
1891
2096
|
],
|
|
1892
2097
|
setup(t, o) {
|
|
1893
|
-
const s =
|
|
2098
|
+
const s = h("combobox", K), e = d(null);
|
|
1894
2099
|
return o.expose({
|
|
1895
2100
|
/**
|
|
1896
2101
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1993,7 +2198,8 @@ const $t = d({
|
|
|
1993
2198
|
]
|
|
1994
2199
|
);
|
|
1995
2200
|
}
|
|
1996
|
-
}),
|
|
2201
|
+
}), qt = l({
|
|
2202
|
+
name: "VDataGrid",
|
|
1997
2203
|
props: {
|
|
1998
2204
|
/**
|
|
1999
2205
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2037,8 +2243,13 @@ const $t = d({
|
|
|
2037
2243
|
"input"
|
|
2038
2244
|
],
|
|
2039
2245
|
setup(t, o) {
|
|
2040
|
-
const s =
|
|
2041
|
-
return o.expose({
|
|
2246
|
+
const s = h("data-grid", I), e = d(null);
|
|
2247
|
+
return o.expose({
|
|
2248
|
+
selectionModeChanged(i) {
|
|
2249
|
+
var u;
|
|
2250
|
+
return (u = e.value) == null ? void 0 : u.selectionModeChanged(i);
|
|
2251
|
+
}
|
|
2252
|
+
}), { componentName: s, element: e };
|
|
2042
2253
|
},
|
|
2043
2254
|
render() {
|
|
2044
2255
|
return a ? n(
|
|
@@ -2080,7 +2291,8 @@ const $t = d({
|
|
|
2080
2291
|
]
|
|
2081
2292
|
);
|
|
2082
2293
|
}
|
|
2083
|
-
}),
|
|
2294
|
+
}), Pt = l({
|
|
2295
|
+
name: "VDialog",
|
|
2084
2296
|
props: {
|
|
2085
2297
|
/**
|
|
2086
2298
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2147,7 +2359,7 @@ const $t = d({
|
|
|
2147
2359
|
"close"
|
|
2148
2360
|
],
|
|
2149
2361
|
setup(t, o) {
|
|
2150
|
-
const s =
|
|
2362
|
+
const s = h("dialog", z), e = d(null);
|
|
2151
2363
|
return o.expose({
|
|
2152
2364
|
openChanged(i, u) {
|
|
2153
2365
|
var c;
|
|
@@ -2197,13 +2409,13 @@ const $t = d({
|
|
|
2197
2409
|
},
|
|
2198
2410
|
[
|
|
2199
2411
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2200
|
-
|
|
2412
|
+
r("graphic", this.$slots.graphic),
|
|
2201
2413
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2202
|
-
|
|
2414
|
+
r("body", this.$slots.body),
|
|
2203
2415
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2204
|
-
|
|
2416
|
+
r("footer", this.$slots.footer),
|
|
2205
2417
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2206
|
-
|
|
2418
|
+
r("main", this.$slots.main)
|
|
2207
2419
|
]
|
|
2208
2420
|
) : n(
|
|
2209
2421
|
this.componentName,
|
|
@@ -2230,17 +2442,18 @@ const $t = d({
|
|
|
2230
2442
|
},
|
|
2231
2443
|
[
|
|
2232
2444
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2233
|
-
|
|
2445
|
+
r("graphic", this.$slots.graphic),
|
|
2234
2446
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2235
|
-
|
|
2447
|
+
r("body", this.$slots.body),
|
|
2236
2448
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2237
|
-
|
|
2449
|
+
r("footer", this.$slots.footer),
|
|
2238
2450
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2239
|
-
|
|
2451
|
+
r("main", this.$slots.main)
|
|
2240
2452
|
]
|
|
2241
2453
|
);
|
|
2242
2454
|
}
|
|
2243
|
-
}),
|
|
2455
|
+
}), Lt = l({
|
|
2456
|
+
name: "VDivider",
|
|
2244
2457
|
props: {
|
|
2245
2458
|
/**
|
|
2246
2459
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2291,7 +2504,7 @@ const $t = d({
|
|
|
2291
2504
|
"input"
|
|
2292
2505
|
],
|
|
2293
2506
|
setup(t, o) {
|
|
2294
|
-
const s =
|
|
2507
|
+
const s = h("divider", F), e = d(null);
|
|
2295
2508
|
return o.expose({}), { componentName: s, element: e };
|
|
2296
2509
|
},
|
|
2297
2510
|
render() {
|
|
@@ -2333,20 +2546,9 @@ const $t = d({
|
|
|
2333
2546
|
[]
|
|
2334
2547
|
);
|
|
2335
2548
|
}
|
|
2336
|
-
}),
|
|
2549
|
+
}), Dt = l({
|
|
2550
|
+
name: "VEmptyState",
|
|
2337
2551
|
props: {
|
|
2338
|
-
/**
|
|
2339
|
-
* A decorative icon the custom element should have.
|
|
2340
|
-
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
2341
|
-
*/
|
|
2342
|
-
icon: {
|
|
2343
|
-
type: String,
|
|
2344
|
-
default: void 0
|
|
2345
|
-
},
|
|
2346
|
-
/**
|
|
2347
|
-
* Indicates the icon affix alignment.
|
|
2348
|
-
*/
|
|
2349
|
-
iconTrailing: { type: Boolean, default: void 0 },
|
|
2350
2552
|
/**
|
|
2351
2553
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
2352
2554
|
*/
|
|
@@ -2355,58 +2557,181 @@ const $t = d({
|
|
|
2355
2557
|
default: void 0
|
|
2356
2558
|
},
|
|
2357
2559
|
/**
|
|
2358
|
-
*
|
|
2359
|
-
*/
|
|
2360
|
-
disabled: { type: Boolean, default: void 0 },
|
|
2361
|
-
/**
|
|
2362
|
-
* The initial value of the form. This value sets the `value` property
|
|
2363
|
-
* only when the `value` property has not been explicitly set.
|
|
2364
|
-
*/
|
|
2365
|
-
value: { type: String, default: void 0 },
|
|
2366
|
-
/**
|
|
2367
|
-
* The current value of the element. This property serves as a mechanism
|
|
2368
|
-
* to set the `value` property through both property assignment and the
|
|
2369
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
2370
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
2371
|
-
* and don't support IDL attribute binding.
|
|
2372
|
-
*/
|
|
2373
|
-
currentValue: { type: String, default: void 0 },
|
|
2374
|
-
/**
|
|
2375
|
-
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
2376
|
-
*/
|
|
2377
|
-
name: { type: String, default: void 0 },
|
|
2378
|
-
/**
|
|
2379
|
-
* Require the field to be completed prior to form submission.
|
|
2560
|
+
* An optional headline for the empty state.
|
|
2380
2561
|
*/
|
|
2381
|
-
|
|
2562
|
+
headline: { type: String, default: void 0 },
|
|
2382
2563
|
/**
|
|
2383
|
-
*
|
|
2564
|
+
* Icon for the empty state.
|
|
2565
|
+
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
2384
2566
|
*/
|
|
2385
|
-
|
|
2567
|
+
icon: {
|
|
2568
|
+
type: String,
|
|
2569
|
+
default: void 0
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
emits: [
|
|
2386
2573
|
/**
|
|
2387
|
-
*
|
|
2574
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
2575
|
+
* @type {MouseEvent}
|
|
2388
2576
|
*/
|
|
2389
|
-
|
|
2577
|
+
"click",
|
|
2390
2578
|
/**
|
|
2391
|
-
*
|
|
2579
|
+
* Fires when the element receives focus.
|
|
2580
|
+
* @type {FocusEvent}
|
|
2392
2581
|
*/
|
|
2393
|
-
|
|
2582
|
+
"focus",
|
|
2394
2583
|
/**
|
|
2395
|
-
*
|
|
2584
|
+
* Fires when the element loses focus.
|
|
2585
|
+
* @type {FocusEvent}
|
|
2396
2586
|
*/
|
|
2397
|
-
|
|
2587
|
+
"blur",
|
|
2398
2588
|
/**
|
|
2399
|
-
*
|
|
2589
|
+
* Fires when a key is pressed.
|
|
2590
|
+
* @type {KeyboardEvent}
|
|
2400
2591
|
*/
|
|
2401
|
-
|
|
2592
|
+
"keydown",
|
|
2402
2593
|
/**
|
|
2403
|
-
*
|
|
2594
|
+
* Fires when a key is released.
|
|
2595
|
+
* @type {KeyboardEvent}
|
|
2404
2596
|
*/
|
|
2405
|
-
|
|
2597
|
+
"keyup",
|
|
2406
2598
|
/**
|
|
2407
|
-
*
|
|
2599
|
+
* Fires when the value of an element has been changed.
|
|
2600
|
+
* @type {Event}
|
|
2408
2601
|
*/
|
|
2409
|
-
|
|
2602
|
+
"input"
|
|
2603
|
+
],
|
|
2604
|
+
setup(t, o) {
|
|
2605
|
+
const s = h("empty-state", q), e = d(null);
|
|
2606
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2607
|
+
},
|
|
2608
|
+
render() {
|
|
2609
|
+
return a ? n(
|
|
2610
|
+
this.componentName,
|
|
2611
|
+
{
|
|
2612
|
+
ref: "element",
|
|
2613
|
+
attrs: {
|
|
2614
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2615
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
2616
|
+
...this.icon !== void 0 ? { icon: this.icon } : {}
|
|
2617
|
+
},
|
|
2618
|
+
class: "vvd-root",
|
|
2619
|
+
on: {
|
|
2620
|
+
click: (t) => this.$emit("click", t),
|
|
2621
|
+
focus: (t) => this.$emit("focus", t),
|
|
2622
|
+
blur: (t) => this.$emit("blur", t),
|
|
2623
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
2624
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
2625
|
+
input: (t) => this.$emit("input", t)
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
[
|
|
2629
|
+
this.$slots.default,
|
|
2630
|
+
// @slot graphic The graphic slot allows overriding the icon with a custom illustration
|
|
2631
|
+
r("graphic", this.$slots.graphic),
|
|
2632
|
+
// @slot action-items Slot to add action items to the empty state
|
|
2633
|
+
r("action-items", this.$slots["action-items"])
|
|
2634
|
+
]
|
|
2635
|
+
) : n(
|
|
2636
|
+
this.componentName,
|
|
2637
|
+
{
|
|
2638
|
+
ref: "element",
|
|
2639
|
+
class: "vvd-root",
|
|
2640
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2641
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
2642
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2643
|
+
onClick: (t) => this.$emit("click", t),
|
|
2644
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
2645
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
2646
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
2647
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
2648
|
+
onInput: (t) => this.$emit("input", t)
|
|
2649
|
+
},
|
|
2650
|
+
[
|
|
2651
|
+
// @ts-ignore
|
|
2652
|
+
this.$slots.default && this.$slots.default(),
|
|
2653
|
+
// @slot graphic The graphic slot allows overriding the icon with a custom illustration
|
|
2654
|
+
r("graphic", this.$slots.graphic),
|
|
2655
|
+
// @slot action-items Slot to add action items to the empty state
|
|
2656
|
+
r("action-items", this.$slots["action-items"])
|
|
2657
|
+
]
|
|
2658
|
+
);
|
|
2659
|
+
}
|
|
2660
|
+
}), Mt = l({
|
|
2661
|
+
name: "VFab",
|
|
2662
|
+
props: {
|
|
2663
|
+
/**
|
|
2664
|
+
* A decorative icon the custom element should have.
|
|
2665
|
+
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
2666
|
+
*/
|
|
2667
|
+
icon: {
|
|
2668
|
+
type: String,
|
|
2669
|
+
default: void 0
|
|
2670
|
+
},
|
|
2671
|
+
/**
|
|
2672
|
+
* Indicates the icon affix alignment.
|
|
2673
|
+
*/
|
|
2674
|
+
iconTrailing: { type: Boolean, default: void 0 },
|
|
2675
|
+
/**
|
|
2676
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
2677
|
+
*/
|
|
2678
|
+
ariaCurrent: {
|
|
2679
|
+
type: String,
|
|
2680
|
+
default: void 0
|
|
2681
|
+
},
|
|
2682
|
+
/**
|
|
2683
|
+
* Sets the element's disabled state. A disabled element will not be included during form submission.
|
|
2684
|
+
*/
|
|
2685
|
+
disabled: { type: Boolean, default: void 0 },
|
|
2686
|
+
/**
|
|
2687
|
+
* The initial value of the form. This value sets the `value` property
|
|
2688
|
+
* only when the `value` property has not been explicitly set.
|
|
2689
|
+
*/
|
|
2690
|
+
value: { type: String, default: void 0 },
|
|
2691
|
+
/**
|
|
2692
|
+
* The current value of the element. This property serves as a mechanism
|
|
2693
|
+
* to set the `value` property through both property assignment and the
|
|
2694
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
2695
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
2696
|
+
* and don't support IDL attribute binding.
|
|
2697
|
+
*/
|
|
2698
|
+
currentValue: { type: String, default: void 0 },
|
|
2699
|
+
/**
|
|
2700
|
+
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
2701
|
+
*/
|
|
2702
|
+
name: { type: String, default: void 0 },
|
|
2703
|
+
/**
|
|
2704
|
+
* Require the field to be completed prior to form submission.
|
|
2705
|
+
*/
|
|
2706
|
+
required: { type: Boolean, default: void 0 },
|
|
2707
|
+
/**
|
|
2708
|
+
* Determines if the element should receive document focus on page load.
|
|
2709
|
+
*/
|
|
2710
|
+
autofocus: { type: Boolean, default: void 0 },
|
|
2711
|
+
/**
|
|
2712
|
+
* The id of a form to associate the element to.
|
|
2713
|
+
*/
|
|
2714
|
+
form: { type: String, default: void 0 },
|
|
2715
|
+
/**
|
|
2716
|
+
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
2717
|
+
*/
|
|
2718
|
+
formaction: { type: String, default: void 0 },
|
|
2719
|
+
/**
|
|
2720
|
+
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
2721
|
+
*/
|
|
2722
|
+
formenctype: { type: String, default: void 0 },
|
|
2723
|
+
/**
|
|
2724
|
+
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
2725
|
+
*/
|
|
2726
|
+
formmethod: { type: String, default: void 0 },
|
|
2727
|
+
/**
|
|
2728
|
+
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
2729
|
+
*/
|
|
2730
|
+
formnovalidate: { type: Boolean, default: void 0 },
|
|
2731
|
+
/**
|
|
2732
|
+
* See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.
|
|
2733
|
+
*/
|
|
2734
|
+
formtarget: { type: String, default: void 0 },
|
|
2410
2735
|
/**
|
|
2411
2736
|
* The button type.
|
|
2412
2737
|
*/
|
|
@@ -2457,7 +2782,7 @@ const $t = d({
|
|
|
2457
2782
|
"input"
|
|
2458
2783
|
],
|
|
2459
2784
|
setup(t, o) {
|
|
2460
|
-
const s =
|
|
2785
|
+
const s = h("fab", P), e = d(null);
|
|
2461
2786
|
return o.expose({
|
|
2462
2787
|
/**
|
|
2463
2788
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -2539,7 +2864,8 @@ const $t = d({
|
|
|
2539
2864
|
[]
|
|
2540
2865
|
);
|
|
2541
2866
|
}
|
|
2542
|
-
}),
|
|
2867
|
+
}), At = l({
|
|
2868
|
+
name: "VHeader",
|
|
2543
2869
|
props: {
|
|
2544
2870
|
/**
|
|
2545
2871
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2590,7 +2916,7 @@ const $t = d({
|
|
|
2590
2916
|
"input"
|
|
2591
2917
|
],
|
|
2592
2918
|
setup(t, o) {
|
|
2593
|
-
const s =
|
|
2919
|
+
const s = h("header", L), e = d(null);
|
|
2594
2920
|
return o.expose({}), { componentName: s, element: e };
|
|
2595
2921
|
},
|
|
2596
2922
|
render() {
|
|
@@ -2616,9 +2942,9 @@ const $t = d({
|
|
|
2616
2942
|
[
|
|
2617
2943
|
this.$slots.default,
|
|
2618
2944
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2619
|
-
|
|
2945
|
+
r("action-items", this.$slots["action-items"]),
|
|
2620
2946
|
// @slot app-content Content vertically aligned with header.
|
|
2621
|
-
|
|
2947
|
+
r("app-content", this.$slots["app-content"])
|
|
2622
2948
|
]
|
|
2623
2949
|
) : n(
|
|
2624
2950
|
this.componentName,
|
|
@@ -2639,13 +2965,14 @@ const $t = d({
|
|
|
2639
2965
|
// @ts-ignore
|
|
2640
2966
|
this.$slots.default && this.$slots.default(),
|
|
2641
2967
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2642
|
-
|
|
2968
|
+
r("action-items", this.$slots["action-items"]),
|
|
2643
2969
|
// @slot app-content Content vertically aligned with header.
|
|
2644
|
-
|
|
2970
|
+
r("app-content", this.$slots["app-content"])
|
|
2645
2971
|
]
|
|
2646
2972
|
);
|
|
2647
2973
|
}
|
|
2648
|
-
}),
|
|
2974
|
+
}), Ot = l({
|
|
2975
|
+
name: "VIcon",
|
|
2649
2976
|
props: {
|
|
2650
2977
|
/**
|
|
2651
2978
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2704,7 +3031,7 @@ const $t = d({
|
|
|
2704
3031
|
"input"
|
|
2705
3032
|
],
|
|
2706
3033
|
setup(t, o) {
|
|
2707
|
-
const s =
|
|
3034
|
+
const s = h("icon", D), e = d(null);
|
|
2708
3035
|
return o.expose({
|
|
2709
3036
|
nameChanged() {
|
|
2710
3037
|
var i;
|
|
@@ -2756,7 +3083,8 @@ const $t = d({
|
|
|
2756
3083
|
]
|
|
2757
3084
|
);
|
|
2758
3085
|
}
|
|
2759
|
-
}),
|
|
3086
|
+
}), Et = l({
|
|
3087
|
+
name: "VLayout",
|
|
2760
3088
|
props: {
|
|
2761
3089
|
/**
|
|
2762
3090
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2777,6 +3105,10 @@ const $t = d({
|
|
|
2777
3105
|
* sets the initial preferred spacing of a column from predefined available options
|
|
2778
3106
|
*/
|
|
2779
3107
|
columnSpacing: { type: String, default: void 0 },
|
|
3108
|
+
/**
|
|
3109
|
+
* sets the initial preferred spacing of a row from predefined available options
|
|
3110
|
+
*/
|
|
3111
|
+
rowSpacing: { type: String, default: void 0 },
|
|
2780
3112
|
/**
|
|
2781
3113
|
* sets the initial preferred auto-sizing from predefined available options
|
|
2782
3114
|
*/
|
|
@@ -2815,7 +3147,7 @@ const $t = d({
|
|
|
2815
3147
|
"input"
|
|
2816
3148
|
],
|
|
2817
3149
|
setup(t, o) {
|
|
2818
|
-
const s =
|
|
3150
|
+
const s = h("layout", M), e = d(null);
|
|
2819
3151
|
return o.expose({}), { componentName: s, element: e };
|
|
2820
3152
|
},
|
|
2821
3153
|
render() {
|
|
@@ -2828,6 +3160,7 @@ const $t = d({
|
|
|
2828
3160
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2829
3161
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
2830
3162
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
3163
|
+
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
2831
3164
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {}
|
|
2832
3165
|
},
|
|
2833
3166
|
class: "vvd-root",
|
|
@@ -2850,6 +3183,7 @@ const $t = d({
|
|
|
2850
3183
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2851
3184
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
2852
3185
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
3186
|
+
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
2853
3187
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {},
|
|
2854
3188
|
onClick: (t) => this.$emit("click", t),
|
|
2855
3189
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -2864,7 +3198,8 @@ const $t = d({
|
|
|
2864
3198
|
]
|
|
2865
3199
|
);
|
|
2866
3200
|
}
|
|
2867
|
-
}),
|
|
3201
|
+
}), Gt = l({
|
|
3202
|
+
name: "VMenu",
|
|
2868
3203
|
props: {
|
|
2869
3204
|
/**
|
|
2870
3205
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2922,7 +3257,7 @@ const $t = d({
|
|
|
2922
3257
|
"input"
|
|
2923
3258
|
],
|
|
2924
3259
|
setup(t, o) {
|
|
2925
|
-
const s =
|
|
3260
|
+
const s = h("menu", A), e = d(null);
|
|
2926
3261
|
return o.expose({
|
|
2927
3262
|
/**
|
|
2928
3263
|
* Focuses the first item in the menu.
|
|
@@ -2988,7 +3323,8 @@ const $t = d({
|
|
|
2988
3323
|
]
|
|
2989
3324
|
);
|
|
2990
3325
|
}
|
|
2991
|
-
}),
|
|
3326
|
+
}), Ht = l({
|
|
3327
|
+
name: "VMenuItem",
|
|
2992
3328
|
model: a ? {
|
|
2993
3329
|
prop: "modelValue",
|
|
2994
3330
|
event: "update:modelValue"
|
|
@@ -3077,7 +3413,7 @@ const $t = d({
|
|
|
3077
3413
|
"update:modelValue"
|
|
3078
3414
|
],
|
|
3079
3415
|
setup(t, o) {
|
|
3080
|
-
const s =
|
|
3416
|
+
const s = h("menu-item", O), e = d(null);
|
|
3081
3417
|
return o.expose({}), { componentName: s, element: e };
|
|
3082
3418
|
},
|
|
3083
3419
|
render() {
|
|
@@ -3133,7 +3469,8 @@ const $t = d({
|
|
|
3133
3469
|
[]
|
|
3134
3470
|
);
|
|
3135
3471
|
}
|
|
3136
|
-
}),
|
|
3472
|
+
}), Rt = l({
|
|
3473
|
+
name: "VNav",
|
|
3137
3474
|
props: {
|
|
3138
3475
|
/**
|
|
3139
3476
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -3176,7 +3513,7 @@ const $t = d({
|
|
|
3176
3513
|
"input"
|
|
3177
3514
|
],
|
|
3178
3515
|
setup(t, o) {
|
|
3179
|
-
const s =
|
|
3516
|
+
const s = h("nav", E), e = d(null);
|
|
3180
3517
|
return o.expose({}), { componentName: s, element: e };
|
|
3181
3518
|
},
|
|
3182
3519
|
render() {
|
|
@@ -3215,7 +3552,8 @@ const $t = d({
|
|
|
3215
3552
|
]
|
|
3216
3553
|
);
|
|
3217
3554
|
}
|
|
3218
|
-
}),
|
|
3555
|
+
}), Wt = l({
|
|
3556
|
+
name: "VNavDisclosure",
|
|
3219
3557
|
props: {
|
|
3220
3558
|
/**
|
|
3221
3559
|
* A decorative icon the custom element should have.
|
|
@@ -3271,7 +3609,7 @@ const $t = d({
|
|
|
3271
3609
|
"input"
|
|
3272
3610
|
],
|
|
3273
3611
|
setup(t, o) {
|
|
3274
|
-
const s =
|
|
3612
|
+
const s = h("nav-disclosure", G), e = d(null);
|
|
3275
3613
|
return o.expose({}), { componentName: s, element: e };
|
|
3276
3614
|
},
|
|
3277
3615
|
render() {
|
|
@@ -3318,7 +3656,8 @@ const $t = d({
|
|
|
3318
3656
|
]
|
|
3319
3657
|
);
|
|
3320
3658
|
}
|
|
3321
|
-
}),
|
|
3659
|
+
}), jt = l({
|
|
3660
|
+
name: "VNavItem",
|
|
3322
3661
|
props: {
|
|
3323
3662
|
/**
|
|
3324
3663
|
* A decorative icon the custom element should have.
|
|
@@ -3405,7 +3744,7 @@ const $t = d({
|
|
|
3405
3744
|
"input"
|
|
3406
3745
|
],
|
|
3407
3746
|
setup(t, o) {
|
|
3408
|
-
const s =
|
|
3747
|
+
const s = h("nav-item", H), e = d(null);
|
|
3409
3748
|
return o.expose({}), { componentName: s, element: e };
|
|
3410
3749
|
},
|
|
3411
3750
|
render() {
|
|
@@ -3463,7 +3802,8 @@ const $t = d({
|
|
|
3463
3802
|
[]
|
|
3464
3803
|
);
|
|
3465
3804
|
}
|
|
3466
|
-
}),
|
|
3805
|
+
}), Ut = l({
|
|
3806
|
+
name: "VNote",
|
|
3467
3807
|
props: {
|
|
3468
3808
|
/**
|
|
3469
3809
|
* A decorative icon the custom element should have.
|
|
@@ -3522,7 +3862,7 @@ const $t = d({
|
|
|
3522
3862
|
"input"
|
|
3523
3863
|
],
|
|
3524
3864
|
setup(t, o) {
|
|
3525
|
-
const s =
|
|
3865
|
+
const s = h("note", R), e = d(null);
|
|
3526
3866
|
return o.expose({}), { componentName: s, element: e };
|
|
3527
3867
|
},
|
|
3528
3868
|
render() {
|
|
@@ -3569,7 +3909,8 @@ const $t = d({
|
|
|
3569
3909
|
]
|
|
3570
3910
|
);
|
|
3571
3911
|
}
|
|
3572
|
-
}),
|
|
3912
|
+
}), Jt = l({
|
|
3913
|
+
name: "VNumberField",
|
|
3573
3914
|
model: a ? {
|
|
3574
3915
|
prop: "modelValue",
|
|
3575
3916
|
event: "update:modelValue"
|
|
@@ -3717,7 +4058,7 @@ const $t = d({
|
|
|
3717
4058
|
"change"
|
|
3718
4059
|
],
|
|
3719
4060
|
setup(t, o) {
|
|
3720
|
-
const s =
|
|
4061
|
+
const s = h("number-field", W), e = d(null);
|
|
3721
4062
|
return o.expose({
|
|
3722
4063
|
/**
|
|
3723
4064
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3834,7 +4175,8 @@ const $t = d({
|
|
|
3834
4175
|
[]
|
|
3835
4176
|
);
|
|
3836
4177
|
}
|
|
3837
|
-
}),
|
|
4178
|
+
}), Qt = l({
|
|
4179
|
+
name: "VOption",
|
|
3838
4180
|
props: {
|
|
3839
4181
|
/**
|
|
3840
4182
|
* A decorative icon the custom element should have.
|
|
@@ -3904,7 +4246,7 @@ const $t = d({
|
|
|
3904
4246
|
"input"
|
|
3905
4247
|
],
|
|
3906
4248
|
setup(t, o) {
|
|
3907
|
-
const s =
|
|
4249
|
+
const s = h("option", j), e = d(null);
|
|
3908
4250
|
return o.expose({
|
|
3909
4251
|
/**
|
|
3910
4252
|
* Updates the ariaChecked property when the checked property changes.
|
|
@@ -3968,7 +4310,115 @@ const $t = d({
|
|
|
3968
4310
|
[]
|
|
3969
4311
|
);
|
|
3970
4312
|
}
|
|
3971
|
-
}),
|
|
4313
|
+
}), Xt = l({
|
|
4314
|
+
name: "VPagination",
|
|
4315
|
+
props: {
|
|
4316
|
+
/**
|
|
4317
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
4318
|
+
*/
|
|
4319
|
+
ariaCurrent: {
|
|
4320
|
+
type: String,
|
|
4321
|
+
default: void 0
|
|
4322
|
+
},
|
|
4323
|
+
size: { type: String, default: void 0 },
|
|
4324
|
+
navIcons: { type: Boolean, default: void 0 },
|
|
4325
|
+
total: { type: Number, default: void 0 },
|
|
4326
|
+
selectedIndex: { type: Number, default: void 0 }
|
|
4327
|
+
},
|
|
4328
|
+
emits: [
|
|
4329
|
+
/**
|
|
4330
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
4331
|
+
* @type {MouseEvent}
|
|
4332
|
+
*/
|
|
4333
|
+
"click",
|
|
4334
|
+
/**
|
|
4335
|
+
* Fires when the element receives focus.
|
|
4336
|
+
* @type {FocusEvent}
|
|
4337
|
+
*/
|
|
4338
|
+
"focus",
|
|
4339
|
+
/**
|
|
4340
|
+
* Fires when the element loses focus.
|
|
4341
|
+
* @type {FocusEvent}
|
|
4342
|
+
*/
|
|
4343
|
+
"blur",
|
|
4344
|
+
/**
|
|
4345
|
+
* Fires when a key is pressed.
|
|
4346
|
+
* @type {KeyboardEvent}
|
|
4347
|
+
*/
|
|
4348
|
+
"keydown",
|
|
4349
|
+
/**
|
|
4350
|
+
* Fires when a key is released.
|
|
4351
|
+
* @type {KeyboardEvent}
|
|
4352
|
+
*/
|
|
4353
|
+
"keyup",
|
|
4354
|
+
/**
|
|
4355
|
+
* Fires when the value of an element has been changed.
|
|
4356
|
+
* @type {Event}
|
|
4357
|
+
*/
|
|
4358
|
+
"input"
|
|
4359
|
+
],
|
|
4360
|
+
setup(t, o) {
|
|
4361
|
+
const s = h("pagination", U), e = d(null);
|
|
4362
|
+
return o.expose({
|
|
4363
|
+
totalChanged(i, u) {
|
|
4364
|
+
var c;
|
|
4365
|
+
return (c = e.value) == null ? void 0 : c.totalChanged(i, u);
|
|
4366
|
+
},
|
|
4367
|
+
selectedIndexChanged(i, u) {
|
|
4368
|
+
var c;
|
|
4369
|
+
return (c = e.value) == null ? void 0 : c.selectedIndexChanged(i, u);
|
|
4370
|
+
},
|
|
4371
|
+
paginationButtonsChanged(i, u) {
|
|
4372
|
+
var c;
|
|
4373
|
+
return (c = e.value) == null ? void 0 : c.paginationButtonsChanged(i, u);
|
|
4374
|
+
}
|
|
4375
|
+
}), { componentName: s, element: e };
|
|
4376
|
+
},
|
|
4377
|
+
render() {
|
|
4378
|
+
return a ? n(
|
|
4379
|
+
this.componentName,
|
|
4380
|
+
{
|
|
4381
|
+
ref: "element",
|
|
4382
|
+
attrs: {
|
|
4383
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4384
|
+
...this.size !== void 0 ? { size: this.size } : {},
|
|
4385
|
+
...this.navIcons !== void 0 ? { "nav-icons": this.navIcons } : {},
|
|
4386
|
+
...this.total !== void 0 ? { total: this.total } : {},
|
|
4387
|
+
...this.selectedIndex !== void 0 ? { "selected-index": this.selectedIndex } : {}
|
|
4388
|
+
},
|
|
4389
|
+
class: "vvd-root",
|
|
4390
|
+
on: {
|
|
4391
|
+
click: (t) => this.$emit("click", t),
|
|
4392
|
+
focus: (t) => this.$emit("focus", t),
|
|
4393
|
+
blur: (t) => this.$emit("blur", t),
|
|
4394
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
4395
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
4396
|
+
input: (t) => this.$emit("input", t)
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
[]
|
|
4400
|
+
) : n(
|
|
4401
|
+
this.componentName,
|
|
4402
|
+
{
|
|
4403
|
+
ref: "element",
|
|
4404
|
+
class: "vvd-root",
|
|
4405
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4406
|
+
...this.size !== void 0 ? { size: this.size } : {},
|
|
4407
|
+
...this.navIcons !== void 0 ? { "nav-icons": this.navIcons } : {},
|
|
4408
|
+
...this.total !== void 0 ? { total: this.total } : {},
|
|
4409
|
+
...this.selectedIndex !== void 0 ? { "selected-index": this.selectedIndex } : {},
|
|
4410
|
+
onClick: (t) => this.$emit("click", t),
|
|
4411
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
4412
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
4413
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
4414
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
4415
|
+
onInput: (t) => this.$emit("input", t)
|
|
4416
|
+
},
|
|
4417
|
+
[]
|
|
4418
|
+
);
|
|
4419
|
+
}
|
|
4420
|
+
}), Yt = l({
|
|
4421
|
+
name: "VPopup",
|
|
3972
4422
|
props: {
|
|
3973
4423
|
/**
|
|
3974
4424
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4042,7 +4492,7 @@ const $t = d({
|
|
|
4042
4492
|
"input"
|
|
4043
4493
|
],
|
|
4044
4494
|
setup(t, o) {
|
|
4045
|
-
const s =
|
|
4495
|
+
const s = h("popup", J), e = d(null);
|
|
4046
4496
|
return o.expose({
|
|
4047
4497
|
openChanged(i, u) {
|
|
4048
4498
|
var c;
|
|
@@ -4117,7 +4567,8 @@ const $t = d({
|
|
|
4117
4567
|
]
|
|
4118
4568
|
);
|
|
4119
4569
|
}
|
|
4120
|
-
}),
|
|
4570
|
+
}), Zt = l({
|
|
4571
|
+
name: "VProgress",
|
|
4121
4572
|
props: {
|
|
4122
4573
|
/**
|
|
4123
4574
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4179,7 +4630,7 @@ const $t = d({
|
|
|
4179
4630
|
"input"
|
|
4180
4631
|
],
|
|
4181
4632
|
setup(t, o) {
|
|
4182
|
-
const s =
|
|
4633
|
+
const s = h("progress", Q), e = d(null);
|
|
4183
4634
|
return o.expose({}), { componentName: s, element: e };
|
|
4184
4635
|
},
|
|
4185
4636
|
render() {
|
|
@@ -4231,7 +4682,8 @@ const $t = d({
|
|
|
4231
4682
|
[]
|
|
4232
4683
|
);
|
|
4233
4684
|
}
|
|
4234
|
-
}),
|
|
4685
|
+
}), _t = l({
|
|
4686
|
+
name: "VProgressRing",
|
|
4235
4687
|
props: {
|
|
4236
4688
|
/**
|
|
4237
4689
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4292,7 +4744,7 @@ const $t = d({
|
|
|
4292
4744
|
"input"
|
|
4293
4745
|
],
|
|
4294
4746
|
setup(t, o) {
|
|
4295
|
-
const s =
|
|
4747
|
+
const s = h("progress-ring", X), e = d(null);
|
|
4296
4748
|
return o.expose({}), { componentName: s, element: e };
|
|
4297
4749
|
},
|
|
4298
4750
|
render() {
|
|
@@ -4342,7 +4794,8 @@ const $t = d({
|
|
|
4342
4794
|
[]
|
|
4343
4795
|
);
|
|
4344
4796
|
}
|
|
4345
|
-
}),
|
|
4797
|
+
}), te = l({
|
|
4798
|
+
name: "VRadio",
|
|
4346
4799
|
props: {
|
|
4347
4800
|
/**
|
|
4348
4801
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4435,7 +4888,7 @@ const $t = d({
|
|
|
4435
4888
|
"change"
|
|
4436
4889
|
],
|
|
4437
4890
|
setup(t, o) {
|
|
4438
|
-
const s =
|
|
4891
|
+
const s = h("radio", Y), e = d(null);
|
|
4439
4892
|
return o.expose({}), { componentName: s, element: e };
|
|
4440
4893
|
},
|
|
4441
4894
|
render() {
|
|
@@ -4493,7 +4946,8 @@ const $t = d({
|
|
|
4493
4946
|
[]
|
|
4494
4947
|
);
|
|
4495
4948
|
}
|
|
4496
|
-
}),
|
|
4949
|
+
}), ee = l({
|
|
4950
|
+
name: "VRadioGroup",
|
|
4497
4951
|
model: a ? {
|
|
4498
4952
|
prop: "modelValue",
|
|
4499
4953
|
event: "update:modelValue"
|
|
@@ -4573,7 +5027,7 @@ const $t = d({
|
|
|
4573
5027
|
"update:modelValue"
|
|
4574
5028
|
],
|
|
4575
5029
|
setup(t, o) {
|
|
4576
|
-
const s =
|
|
5030
|
+
const s = h("radio-group", Z), e = d(null);
|
|
4577
5031
|
return o.expose({}), { componentName: s, element: e };
|
|
4578
5032
|
},
|
|
4579
5033
|
render() {
|
|
@@ -4628,12 +5082,21 @@ const $t = d({
|
|
|
4628
5082
|
]
|
|
4629
5083
|
);
|
|
4630
5084
|
}
|
|
4631
|
-
}),
|
|
5085
|
+
}), ie = l({
|
|
5086
|
+
name: "VSelect",
|
|
4632
5087
|
model: a ? {
|
|
4633
5088
|
prop: "modelValue",
|
|
4634
5089
|
event: "update:modelValue"
|
|
4635
5090
|
} : void 0,
|
|
4636
5091
|
props: {
|
|
5092
|
+
/**
|
|
5093
|
+
* The success text for the form element.
|
|
5094
|
+
*/
|
|
5095
|
+
successText: { type: String, default: void 0 },
|
|
5096
|
+
/**
|
|
5097
|
+
* The error text for the form element.
|
|
5098
|
+
*/
|
|
5099
|
+
errorText: { type: String, default: void 0 },
|
|
4637
5100
|
/**
|
|
4638
5101
|
* The helper text for the form element.
|
|
4639
5102
|
*/
|
|
@@ -4739,7 +5202,7 @@ const $t = d({
|
|
|
4739
5202
|
"change"
|
|
4740
5203
|
],
|
|
4741
5204
|
setup(t, o) {
|
|
4742
|
-
const s =
|
|
5205
|
+
const s = h("select", _), e = d(null);
|
|
4743
5206
|
return o.expose({
|
|
4744
5207
|
/**
|
|
4745
5208
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
@@ -4777,6 +5240,8 @@ const $t = d({
|
|
|
4777
5240
|
{
|
|
4778
5241
|
ref: "element",
|
|
4779
5242
|
attrs: {
|
|
5243
|
+
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5244
|
+
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
4780
5245
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4781
5246
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4782
5247
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
@@ -4804,12 +5269,18 @@ const $t = d({
|
|
|
4804
5269
|
change: (t) => this.$emit("change", t)
|
|
4805
5270
|
}
|
|
4806
5271
|
},
|
|
4807
|
-
[
|
|
5272
|
+
[
|
|
5273
|
+
this.$slots.default,
|
|
5274
|
+
// @slot meta Slot to add meta content to the select control.
|
|
5275
|
+
r("meta", this.$slots.meta)
|
|
5276
|
+
]
|
|
4808
5277
|
) : n(
|
|
4809
5278
|
this.componentName,
|
|
4810
5279
|
{
|
|
4811
5280
|
ref: "element",
|
|
4812
5281
|
class: "vvd-root",
|
|
5282
|
+
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5283
|
+
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
4813
5284
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4814
5285
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4815
5286
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
@@ -4835,11 +5306,14 @@ const $t = d({
|
|
|
4835
5306
|
},
|
|
4836
5307
|
[
|
|
4837
5308
|
// @ts-ignore
|
|
4838
|
-
this.$slots.default && this.$slots.default()
|
|
5309
|
+
this.$slots.default && this.$slots.default(),
|
|
5310
|
+
// @slot meta Slot to add meta content to the select control.
|
|
5311
|
+
r("meta", this.$slots.meta)
|
|
4839
5312
|
]
|
|
4840
5313
|
);
|
|
4841
5314
|
}
|
|
4842
|
-
}),
|
|
5315
|
+
}), oe = l({
|
|
5316
|
+
name: "VSideDrawer",
|
|
4843
5317
|
props: {
|
|
4844
5318
|
/**
|
|
4845
5319
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4898,7 +5372,7 @@ const $t = d({
|
|
|
4898
5372
|
"input"
|
|
4899
5373
|
],
|
|
4900
5374
|
setup(t, o) {
|
|
4901
|
-
const s =
|
|
5375
|
+
const s = h("side-drawer", tt), e = d(null);
|
|
4902
5376
|
return o.expose({}), { componentName: s, element: e };
|
|
4903
5377
|
},
|
|
4904
5378
|
render() {
|
|
@@ -4926,7 +5400,7 @@ const $t = d({
|
|
|
4926
5400
|
[
|
|
4927
5401
|
this.$slots.default,
|
|
4928
5402
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4929
|
-
|
|
5403
|
+
r("app-content", this.$slots["app-content"])
|
|
4930
5404
|
]
|
|
4931
5405
|
) : n(
|
|
4932
5406
|
this.componentName,
|
|
@@ -4949,11 +5423,12 @@ const $t = d({
|
|
|
4949
5423
|
// @ts-ignore
|
|
4950
5424
|
this.$slots.default && this.$slots.default(),
|
|
4951
5425
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4952
|
-
|
|
5426
|
+
r("app-content", this.$slots["app-content"])
|
|
4953
5427
|
]
|
|
4954
5428
|
);
|
|
4955
5429
|
}
|
|
4956
|
-
}),
|
|
5430
|
+
}), se = l({
|
|
5431
|
+
name: "VSlider",
|
|
4957
5432
|
model: a ? {
|
|
4958
5433
|
prop: "modelValue",
|
|
4959
5434
|
event: "update:modelValue"
|
|
@@ -5058,7 +5533,7 @@ const $t = d({
|
|
|
5058
5533
|
"update:modelValue"
|
|
5059
5534
|
],
|
|
5060
5535
|
setup(t, o) {
|
|
5061
|
-
const s =
|
|
5536
|
+
const s = h("slider", et), e = d(null);
|
|
5062
5537
|
return o.expose({
|
|
5063
5538
|
/**
|
|
5064
5539
|
* Increment the value by the step
|
|
@@ -5144,7 +5619,8 @@ const $t = d({
|
|
|
5144
5619
|
[]
|
|
5145
5620
|
);
|
|
5146
5621
|
}
|
|
5147
|
-
}),
|
|
5622
|
+
}), ne = l({
|
|
5623
|
+
name: "VSwitch",
|
|
5148
5624
|
props: {
|
|
5149
5625
|
/**
|
|
5150
5626
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5192,7 +5668,7 @@ const $t = d({
|
|
|
5192
5668
|
"input"
|
|
5193
5669
|
],
|
|
5194
5670
|
setup(t, o) {
|
|
5195
|
-
const s =
|
|
5671
|
+
const s = h("switch", it), e = d(null);
|
|
5196
5672
|
return o.expose({}), { componentName: s, element: e };
|
|
5197
5673
|
},
|
|
5198
5674
|
render() {
|
|
@@ -5234,7 +5710,8 @@ const $t = d({
|
|
|
5234
5710
|
[]
|
|
5235
5711
|
);
|
|
5236
5712
|
}
|
|
5237
|
-
}),
|
|
5713
|
+
}), ae = l({
|
|
5714
|
+
name: "VTab",
|
|
5238
5715
|
props: {
|
|
5239
5716
|
/**
|
|
5240
5717
|
* A decorative icon the custom element should have.
|
|
@@ -5299,7 +5776,7 @@ const $t = d({
|
|
|
5299
5776
|
"input"
|
|
5300
5777
|
],
|
|
5301
5778
|
setup(t, o) {
|
|
5302
|
-
const s =
|
|
5779
|
+
const s = h("tab", ot), e = d(null);
|
|
5303
5780
|
return o.expose({}), { componentName: s, element: e };
|
|
5304
5781
|
},
|
|
5305
5782
|
render() {
|
|
@@ -5349,7 +5826,8 @@ const $t = d({
|
|
|
5349
5826
|
[]
|
|
5350
5827
|
);
|
|
5351
5828
|
}
|
|
5352
|
-
}),
|
|
5829
|
+
}), re = l({
|
|
5830
|
+
name: "VTabs",
|
|
5353
5831
|
props: {
|
|
5354
5832
|
/**
|
|
5355
5833
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5409,7 +5887,7 @@ const $t = d({
|
|
|
5409
5887
|
"change"
|
|
5410
5888
|
],
|
|
5411
5889
|
setup(t, o) {
|
|
5412
|
-
const s =
|
|
5890
|
+
const s = h("tabs", st), e = d(null);
|
|
5413
5891
|
return o.expose({
|
|
5414
5892
|
/**
|
|
5415
5893
|
* The adjust method for FASTTabs
|
|
@@ -5482,7 +5960,8 @@ const $t = d({
|
|
|
5482
5960
|
]
|
|
5483
5961
|
);
|
|
5484
5962
|
}
|
|
5485
|
-
}),
|
|
5963
|
+
}), de = l({
|
|
5964
|
+
name: "VTabPanel",
|
|
5486
5965
|
props: {
|
|
5487
5966
|
/**
|
|
5488
5967
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5525,7 +6004,7 @@ const $t = d({
|
|
|
5525
6004
|
"input"
|
|
5526
6005
|
],
|
|
5527
6006
|
setup(t, o) {
|
|
5528
|
-
const s =
|
|
6007
|
+
const s = h("tab-panel", nt), e = d(null);
|
|
5529
6008
|
return o.expose({}), { componentName: s, element: e };
|
|
5530
6009
|
},
|
|
5531
6010
|
render() {
|
|
@@ -5564,7 +6043,8 @@ const $t = d({
|
|
|
5564
6043
|
]
|
|
5565
6044
|
);
|
|
5566
6045
|
}
|
|
5567
|
-
}),
|
|
6046
|
+
}), le = l({
|
|
6047
|
+
name: "VTextArea",
|
|
5568
6048
|
model: a ? {
|
|
5569
6049
|
prop: "modelValue",
|
|
5570
6050
|
event: "update:modelValue"
|
|
@@ -5608,7 +6088,7 @@ const $t = d({
|
|
|
5608
6088
|
"update:modelValue"
|
|
5609
6089
|
],
|
|
5610
6090
|
setup(t, o) {
|
|
5611
|
-
const s =
|
|
6091
|
+
const s = h("text-area", at), e = d(null);
|
|
5612
6092
|
return o.expose({}), { componentName: s, element: e };
|
|
5613
6093
|
},
|
|
5614
6094
|
render() {
|
|
@@ -5644,7 +6124,8 @@ const $t = d({
|
|
|
5644
6124
|
[]
|
|
5645
6125
|
);
|
|
5646
6126
|
}
|
|
5647
|
-
}),
|
|
6127
|
+
}), he = l({
|
|
6128
|
+
name: "VTextField",
|
|
5648
6129
|
model: a ? {
|
|
5649
6130
|
prop: "modelValue",
|
|
5650
6131
|
event: "update:modelValue"
|
|
@@ -5792,7 +6273,7 @@ const $t = d({
|
|
|
5792
6273
|
"change"
|
|
5793
6274
|
],
|
|
5794
6275
|
setup(t, o) {
|
|
5795
|
-
const s =
|
|
6276
|
+
const s = h("text-field", rt), e = d(null);
|
|
5796
6277
|
return o.expose({
|
|
5797
6278
|
/**
|
|
5798
6279
|
* Selects all the text in the text field
|
|
@@ -5895,7 +6376,8 @@ const $t = d({
|
|
|
5895
6376
|
[]
|
|
5896
6377
|
);
|
|
5897
6378
|
}
|
|
5898
|
-
}),
|
|
6379
|
+
}), ue = l({
|
|
6380
|
+
name: "VToggletip",
|
|
5899
6381
|
props: {
|
|
5900
6382
|
/**
|
|
5901
6383
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5905,41 +6387,149 @@ const $t = d({
|
|
|
5905
6387
|
default: void 0
|
|
5906
6388
|
},
|
|
5907
6389
|
/**
|
|
5908
|
-
*
|
|
5909
|
-
*/
|
|
5910
|
-
dismissible: { type: Boolean, default: void 0 },
|
|
5911
|
-
/**
|
|
5912
|
-
* adds small triangle to indicate the trigger element
|
|
6390
|
+
* the optional title of the toggletip
|
|
5913
6391
|
*/
|
|
5914
|
-
|
|
6392
|
+
headline: { type: String, default: void 0 },
|
|
5915
6393
|
/**
|
|
5916
|
-
*
|
|
6394
|
+
* toggle color scheme
|
|
5917
6395
|
*/
|
|
5918
6396
|
alternate: { type: Boolean, default: void 0 },
|
|
5919
6397
|
/**
|
|
5920
|
-
*
|
|
6398
|
+
* placement of the toggletip
|
|
5921
6399
|
*/
|
|
5922
6400
|
placement: {
|
|
5923
6401
|
type: String,
|
|
5924
6402
|
default: void 0
|
|
5925
6403
|
},
|
|
5926
6404
|
/**
|
|
5927
|
-
*
|
|
6405
|
+
* id or direct reference to the toggletip's anchor element
|
|
5928
6406
|
*/
|
|
5929
|
-
|
|
6407
|
+
anchor: { type: [String, Object], default: void 0 },
|
|
5930
6408
|
/**
|
|
5931
|
-
* the
|
|
5932
|
-
* accepts string
|
|
6409
|
+
* indicates whether the toggletip is open
|
|
5933
6410
|
*/
|
|
5934
|
-
|
|
6411
|
+
open: { type: Boolean, default: void 0 }
|
|
6412
|
+
},
|
|
6413
|
+
emits: [
|
|
5935
6414
|
/**
|
|
5936
|
-
*
|
|
6415
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
6416
|
+
* @type {MouseEvent}
|
|
5937
6417
|
*/
|
|
5938
|
-
|
|
6418
|
+
"click",
|
|
5939
6419
|
/**
|
|
5940
|
-
*
|
|
6420
|
+
* Fires when the element receives focus.
|
|
6421
|
+
* @type {FocusEvent}
|
|
5941
6422
|
*/
|
|
5942
|
-
|
|
6423
|
+
"focus",
|
|
6424
|
+
/**
|
|
6425
|
+
* Fires when the element loses focus.
|
|
6426
|
+
* @type {FocusEvent}
|
|
6427
|
+
*/
|
|
6428
|
+
"blur",
|
|
6429
|
+
/**
|
|
6430
|
+
* Fires when a key is pressed.
|
|
6431
|
+
* @type {KeyboardEvent}
|
|
6432
|
+
*/
|
|
6433
|
+
"keydown",
|
|
6434
|
+
/**
|
|
6435
|
+
* Fires when a key is released.
|
|
6436
|
+
* @type {KeyboardEvent}
|
|
6437
|
+
*/
|
|
6438
|
+
"keyup",
|
|
6439
|
+
/**
|
|
6440
|
+
* Fires when the value of an element has been changed.
|
|
6441
|
+
* @type {Event}
|
|
6442
|
+
*/
|
|
6443
|
+
"input"
|
|
6444
|
+
],
|
|
6445
|
+
setup(t, o) {
|
|
6446
|
+
const s = h("toggletip", dt), e = d(null);
|
|
6447
|
+
return o.expose({
|
|
6448
|
+
anchorChanged(i, u) {
|
|
6449
|
+
var c;
|
|
6450
|
+
return (c = e.value) == null ? void 0 : c.anchorChanged(i, u);
|
|
6451
|
+
},
|
|
6452
|
+
openChanged(i, u) {
|
|
6453
|
+
var c;
|
|
6454
|
+
return (c = e.value) == null ? void 0 : c.openChanged(i, u);
|
|
6455
|
+
}
|
|
6456
|
+
}), { componentName: s, element: e };
|
|
6457
|
+
},
|
|
6458
|
+
render() {
|
|
6459
|
+
return a ? n(
|
|
6460
|
+
this.componentName,
|
|
6461
|
+
{
|
|
6462
|
+
ref: "element",
|
|
6463
|
+
attrs: {
|
|
6464
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6465
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
6466
|
+
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6467
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6468
|
+
...this.open !== void 0 ? { open: this.open } : {}
|
|
6469
|
+
},
|
|
6470
|
+
class: "vvd-root",
|
|
6471
|
+
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
6472
|
+
on: {
|
|
6473
|
+
click: (t) => this.$emit("click", t),
|
|
6474
|
+
focus: (t) => this.$emit("focus", t),
|
|
6475
|
+
blur: (t) => this.$emit("blur", t),
|
|
6476
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
6477
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
6478
|
+
input: (t) => this.$emit("input", t)
|
|
6479
|
+
}
|
|
6480
|
+
},
|
|
6481
|
+
[
|
|
6482
|
+
this.$slots.default,
|
|
6483
|
+
// @slot action-items The content to display in the toggletip action items
|
|
6484
|
+
r("action-items", this.$slots["action-items"])
|
|
6485
|
+
]
|
|
6486
|
+
) : n(
|
|
6487
|
+
this.componentName,
|
|
6488
|
+
{
|
|
6489
|
+
ref: "element",
|
|
6490
|
+
class: "vvd-root",
|
|
6491
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6492
|
+
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
6493
|
+
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6494
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6495
|
+
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
6496
|
+
...this.open !== void 0 ? { open: this.open } : {},
|
|
6497
|
+
onClick: (t) => this.$emit("click", t),
|
|
6498
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
6499
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
6500
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
6501
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
6502
|
+
onInput: (t) => this.$emit("input", t)
|
|
6503
|
+
},
|
|
6504
|
+
[
|
|
6505
|
+
// @ts-ignore
|
|
6506
|
+
this.$slots.default && this.$slots.default(),
|
|
6507
|
+
// @slot action-items The content to display in the toggletip action items
|
|
6508
|
+
r("action-items", this.$slots["action-items"])
|
|
6509
|
+
]
|
|
6510
|
+
);
|
|
6511
|
+
}
|
|
6512
|
+
}), ce = l({
|
|
6513
|
+
name: "VTooltip",
|
|
6514
|
+
props: {
|
|
6515
|
+
/**
|
|
6516
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
6517
|
+
*/
|
|
6518
|
+
ariaCurrent: {
|
|
6519
|
+
type: String,
|
|
6520
|
+
default: void 0
|
|
6521
|
+
},
|
|
6522
|
+
/**
|
|
6523
|
+
* the text of the tooltip
|
|
6524
|
+
* accepts string
|
|
6525
|
+
*/
|
|
6526
|
+
text: { type: String, default: void 0 },
|
|
6527
|
+
placement: {
|
|
6528
|
+
type: String,
|
|
6529
|
+
default: void 0
|
|
6530
|
+
},
|
|
6531
|
+
open: { type: Boolean, default: void 0 },
|
|
6532
|
+
anchor: { type: [String, Object], default: void 0 }
|
|
5943
6533
|
},
|
|
5944
6534
|
emits: [
|
|
5945
6535
|
/**
|
|
@@ -5974,26 +6564,15 @@ const $t = d({
|
|
|
5974
6564
|
"input"
|
|
5975
6565
|
],
|
|
5976
6566
|
setup(t, o) {
|
|
5977
|
-
const s =
|
|
6567
|
+
const s = h("tooltip", lt), e = d(null);
|
|
5978
6568
|
return o.expose({
|
|
6569
|
+
anchorChanged(i, u) {
|
|
6570
|
+
var c;
|
|
6571
|
+
return (c = e.value) == null ? void 0 : c.anchorChanged(i, u);
|
|
6572
|
+
},
|
|
5979
6573
|
openChanged(i, u) {
|
|
5980
6574
|
var c;
|
|
5981
6575
|
return (c = e.value) == null ? void 0 : c.openChanged(i, u);
|
|
5982
|
-
},
|
|
5983
|
-
/**
|
|
5984
|
-
* Updates popup's position
|
|
5985
|
-
*/
|
|
5986
|
-
updatePosition() {
|
|
5987
|
-
var i;
|
|
5988
|
-
return (i = e.value) == null ? void 0 : i.updatePosition();
|
|
5989
|
-
},
|
|
5990
|
-
show() {
|
|
5991
|
-
var i;
|
|
5992
|
-
return (i = e.value) == null ? void 0 : i.show();
|
|
5993
|
-
},
|
|
5994
|
-
hide() {
|
|
5995
|
-
var i;
|
|
5996
|
-
return (i = e.value) == null ? void 0 : i.hide();
|
|
5997
6576
|
}
|
|
5998
6577
|
}), { componentName: s, element: e };
|
|
5999
6578
|
},
|
|
@@ -6004,12 +6583,8 @@ const $t = d({
|
|
|
6004
6583
|
ref: "element",
|
|
6005
6584
|
attrs: {
|
|
6006
6585
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6007
|
-
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
6008
|
-
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
6009
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6010
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6011
|
-
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
6012
6586
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6587
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6013
6588
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
6014
6589
|
},
|
|
6015
6590
|
class: "vvd-root",
|
|
@@ -6030,12 +6605,8 @@ const $t = d({
|
|
|
6030
6605
|
ref: "element",
|
|
6031
6606
|
class: "vvd-root",
|
|
6032
6607
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6033
|
-
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
6034
|
-
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
6035
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6036
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6037
|
-
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
6038
6608
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6609
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6039
6610
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
6040
6611
|
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
6041
6612
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -6048,7 +6619,8 @@ const $t = d({
|
|
|
6048
6619
|
[]
|
|
6049
6620
|
);
|
|
6050
6621
|
}
|
|
6051
|
-
}),
|
|
6622
|
+
}), pe = l({
|
|
6623
|
+
name: "VTreeItem",
|
|
6052
6624
|
props: {
|
|
6053
6625
|
/**
|
|
6054
6626
|
* A decorative icon the custom element should have.
|
|
@@ -6125,7 +6697,7 @@ const $t = d({
|
|
|
6125
6697
|
"selected-change"
|
|
6126
6698
|
],
|
|
6127
6699
|
setup(t, o) {
|
|
6128
|
-
const s =
|
|
6700
|
+
const s = h("tree-item", ht), e = d(null);
|
|
6129
6701
|
return o.expose({}), { componentName: s, element: e };
|
|
6130
6702
|
},
|
|
6131
6703
|
render() {
|
|
@@ -6155,7 +6727,7 @@ const $t = d({
|
|
|
6155
6727
|
},
|
|
6156
6728
|
[
|
|
6157
6729
|
// @slot item To specify a child tree item.
|
|
6158
|
-
|
|
6730
|
+
r("item", this.$slots.item)
|
|
6159
6731
|
]
|
|
6160
6732
|
) : n(
|
|
6161
6733
|
this.componentName,
|
|
@@ -6179,11 +6751,12 @@ const $t = d({
|
|
|
6179
6751
|
},
|
|
6180
6752
|
[
|
|
6181
6753
|
// @slot item To specify a child tree item.
|
|
6182
|
-
|
|
6754
|
+
r("item", this.$slots.item)
|
|
6183
6755
|
]
|
|
6184
6756
|
);
|
|
6185
6757
|
}
|
|
6186
|
-
}),
|
|
6758
|
+
}), me = l({
|
|
6759
|
+
name: "VTreeView",
|
|
6187
6760
|
props: {
|
|
6188
6761
|
/**
|
|
6189
6762
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6231,7 +6804,7 @@ const $t = d({
|
|
|
6231
6804
|
"input"
|
|
6232
6805
|
],
|
|
6233
6806
|
setup(t, o) {
|
|
6234
|
-
const s =
|
|
6807
|
+
const s = h("tree-view", ut), e = d(null);
|
|
6235
6808
|
return o.expose({}), { componentName: s, element: e };
|
|
6236
6809
|
},
|
|
6237
6810
|
render() {
|
|
@@ -6274,7 +6847,8 @@ const $t = d({
|
|
|
6274
6847
|
]
|
|
6275
6848
|
);
|
|
6276
6849
|
}
|
|
6277
|
-
}),
|
|
6850
|
+
}), ve = l({
|
|
6851
|
+
name: "VTag",
|
|
6278
6852
|
props: {
|
|
6279
6853
|
/**
|
|
6280
6854
|
* A decorative icon the custom element should have.
|
|
@@ -6357,7 +6931,7 @@ const $t = d({
|
|
|
6357
6931
|
"input"
|
|
6358
6932
|
],
|
|
6359
6933
|
setup(t, o) {
|
|
6360
|
-
const s =
|
|
6934
|
+
const s = h("tag", ct), e = d(null);
|
|
6361
6935
|
return o.expose({
|
|
6362
6936
|
remove() {
|
|
6363
6937
|
var i;
|
|
@@ -6426,7 +7000,8 @@ const $t = d({
|
|
|
6426
7000
|
[]
|
|
6427
7001
|
);
|
|
6428
7002
|
}
|
|
6429
|
-
}),
|
|
7003
|
+
}), ye = l({
|
|
7004
|
+
name: "VTagGroup",
|
|
6430
7005
|
props: {
|
|
6431
7006
|
/**
|
|
6432
7007
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6469,7 +7044,7 @@ const $t = d({
|
|
|
6469
7044
|
"input"
|
|
6470
7045
|
],
|
|
6471
7046
|
setup(t, o) {
|
|
6472
|
-
const s =
|
|
7047
|
+
const s = h("tag-group", pt), e = d(null);
|
|
6473
7048
|
return o.expose({}), { componentName: s, element: e };
|
|
6474
7049
|
},
|
|
6475
7050
|
render() {
|
|
@@ -6510,53 +7085,57 @@ const $t = d({
|
|
|
6510
7085
|
}
|
|
6511
7086
|
});
|
|
6512
7087
|
export {
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
de as
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
7088
|
+
kt as VAccordion,
|
|
7089
|
+
gt as VAccordionItem,
|
|
7090
|
+
bt as VActionGroup,
|
|
7091
|
+
Ct as VAlert,
|
|
7092
|
+
xt as VAvatar,
|
|
7093
|
+
St as VBadge,
|
|
7094
|
+
wt as VBanner,
|
|
7095
|
+
Vt as VBreadcrumb,
|
|
7096
|
+
Nt as VBreadcrumbItem,
|
|
7097
|
+
Bt as VButton,
|
|
7098
|
+
Tt as VCalendar,
|
|
7099
|
+
Kt as VCalendarEvent,
|
|
7100
|
+
It as VCard,
|
|
7101
|
+
zt as VCheckbox,
|
|
7102
|
+
Ft as VCombobox,
|
|
7103
|
+
qt as VDataGrid,
|
|
7104
|
+
Pt as VDialog,
|
|
7105
|
+
Lt as VDivider,
|
|
7106
|
+
Dt as VEmptyState,
|
|
7107
|
+
Mt as VFab,
|
|
7108
|
+
At as VHeader,
|
|
7109
|
+
Ot as VIcon,
|
|
7110
|
+
Et as VLayout,
|
|
7111
|
+
Gt as VMenu,
|
|
7112
|
+
Ht as VMenuItem,
|
|
7113
|
+
Rt as VNav,
|
|
7114
|
+
Wt as VNavDisclosure,
|
|
7115
|
+
jt as VNavItem,
|
|
7116
|
+
Ut as VNote,
|
|
7117
|
+
Jt as VNumberField,
|
|
7118
|
+
Qt as VOption,
|
|
7119
|
+
Xt as VPagination,
|
|
7120
|
+
Yt as VPopup,
|
|
7121
|
+
Zt as VProgress,
|
|
7122
|
+
_t as VProgressRing,
|
|
7123
|
+
te as VRadio,
|
|
7124
|
+
ee as VRadioGroup,
|
|
7125
|
+
ie as VSelect,
|
|
7126
|
+
oe as VSideDrawer,
|
|
7127
|
+
se as VSlider,
|
|
7128
|
+
ne as VSwitch,
|
|
7129
|
+
ae as VTab,
|
|
7130
|
+
de as VTabPanel,
|
|
7131
|
+
re as VTabs,
|
|
7132
|
+
ve as VTag,
|
|
7133
|
+
ye as VTagGroup,
|
|
7134
|
+
le as VTextArea,
|
|
7135
|
+
he as VTextField,
|
|
7136
|
+
ue as VToggletip,
|
|
7137
|
+
ce as VTooltip,
|
|
7138
|
+
pe as VTreeItem,
|
|
7139
|
+
me as VTreeView,
|
|
7140
|
+
$t as setCustomComponentPrefix
|
|
6562
7141
|
};
|