@quidgest/ui 0.16.28 → 0.16.29
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/json/api.json +5776 -0
- package/dist/ui.esm.js +130 -128
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +44 -44
- package/dist/ui.scss +1 -1
- package/esm/components/QAccordion/QAccordionItem.vue.js +2 -2
- package/esm/components/QAccordion/types.d.ts +10 -0
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QAvatar/QAvatar.d.ts +1 -1
- package/esm/components/QAvatar/QAvatar.vue.js +3 -3
- package/esm/components/QAvatar/index.d.ts +3 -3
- package/esm/components/QAvatar/types.d.ts +20 -8
- package/esm/components/QAvatar/types.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +1 -1
- package/esm/components/QBadge/types.d.ts +18 -4
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +2 -2
- package/esm/components/QBadgeIndicator/types.d.ts +11 -5
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +3 -3
- package/esm/components/QButton/types.d.ts +30 -8
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -2
- package/esm/components/QButtonGroup/types.d.ts +12 -4
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +3 -3
- package/esm/components/QCard/types.d.ts +26 -8
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCarousel/types.d.ts +55 -11
- package/esm/components/QCarousel/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +3 -3
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +2 -2
- package/esm/components/QCheckbox/index.d.ts +9 -9
- package/esm/components/QCheckbox/types.d.ts +23 -9
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +2 -2
- package/esm/components/QCollapsible/index.d.ts +6 -6
- package/esm/components/QCollapsible/types.d.ts +23 -7
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +14 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +28 -28
- package/esm/components/QCombobox/QCombobox.vue.js +4 -4
- package/esm/components/QCombobox/index.d.ts +43 -43
- package/esm/components/QCombobox/types.d.ts +34 -12
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +4 -4
- package/esm/components/QDateTimePicker/index.d.ts +12 -12
- package/esm/components/QDateTimePicker/types.d.ts +29 -13
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDefaultsProvider/types.d.ts +2 -0
- package/esm/components/QDefaultsProvider/types.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.vue.js +5 -5
- package/esm/components/QDialog/index.d.ts +15 -15
- package/esm/components/QDialog/types.d.ts +46 -18
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +10 -8
- package/esm/components/QDivider/types.d.ts +6 -1
- package/esm/components/QDivider/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +6 -6
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +9 -9
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +6 -6
- package/esm/components/QDropdownMenu/index.d.ts +12 -12
- package/esm/components/QDropdownMenu/types.d.ts +51 -21
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +1 -1
- package/esm/components/QField/types.d.ts +10 -0
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -3
- package/esm/components/QFileUpload/types.d.ts +6 -0
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QGrid/types.d.ts +20 -0
- package/esm/components/QGrid/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.vue.js +2 -2
- package/esm/components/QIcon/types.d.ts +22 -8
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QInputGroup/types.d.ts +4 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +2 -2
- package/esm/components/QLabel/types.d.ts +10 -4
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +4 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +2 -2
- package/esm/components/QList/QList.vue.js +4 -4
- package/esm/components/QList/QListItem.vue.js +1 -1
- package/esm/components/QList/index.d.ts +1 -1
- package/esm/components/QList/types.d.ts +54 -14
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +3 -3
- package/esm/components/QMeter/index.d.ts +4 -4
- package/esm/components/QMeter/types.d.ts +10 -4
- package/esm/components/QMeter/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +2 -2
- package/esm/components/QOverlay/QOverlay.vue.js +9 -9
- package/esm/components/QOverlay/index.d.ts +30 -30
- package/esm/components/QOverlay/types.d.ts +74 -34
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -8
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -8
- package/esm/components/QPasswordField/index.d.ts +4 -4
- package/esm/components/QPasswordField/types.d.ts +12 -0
- package/esm/components/QPasswordField/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +4 -4
- package/esm/components/QPopover/index.d.ts +12 -12
- package/esm/components/QPopover/types.d.ts +32 -14
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
- package/esm/components/QPropertyList/types.d.ts +41 -5
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +6 -6
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +5 -5
- package/esm/components/QRadioGroup/index.d.ts +12 -12
- package/esm/components/QRadioGroup/types.d.ts +57 -27
- package/esm/components/QRadioGroup/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +2 -2
- package/esm/components/QRemoveScrollBar/types.d.ts +10 -6
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +10 -10
- package/esm/components/QSelect/QSelect.vue.js +4 -4
- package/esm/components/QSelect/index.d.ts +17 -17
- package/esm/components/QSelect/types.d.ts +30 -10
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +13 -13
- package/esm/components/QSidebar/index.d.ts +1 -1
- package/esm/components/QSidebar/types.d.ts +29 -9
- package/esm/components/QSidebar/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +2 -2
- package/esm/components/QSkeletonLoader/types.d.ts +10 -4
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +2 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.vue.js +3 -3
- package/esm/components/QSwitch/index.d.ts +4 -4
- package/esm/components/QSwitch/types.d.ts +24 -8
- package/esm/components/QSwitch/types.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -3
- package/esm/components/QTextArea/types.d.ts +14 -0
- package/esm/components/QTextArea/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -4
- package/esm/components/QTextField/types.d.ts +10 -0
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +2 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QToast/QToast.vue.js +4 -4
- package/esm/components/QToast/types.d.ts +34 -12
- package/esm/components/QToast/types.d.ts.map +1 -1
- package/esm/components/QToggle/QToggle.vue.js +3 -3
- package/esm/components/QToggle/index.d.ts +6 -6
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +2 -2
- package/esm/components/QToggleGroup/index.d.ts +3 -3
- package/esm/components/QToggleGroup/types.d.ts +6 -0
- package/esm/components/QToggleGroup/types.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +5 -5
- package/esm/components/QTooltip/index.d.ts +12 -12
- package/esm/components/QTooltip/types.d.ts +40 -16
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +2 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/types.d.ts +4 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/composables/useDialog/index.d.ts +12 -12
- package/esm/composables/useDialog/index.d.ts.map +1 -1
- package/esm/types/component.d.ts +4 -0
- package/esm/types/component.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/ui.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var Ao = (t, e, a) => e in t ? Mo(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var be = (t, e, a) => Ao(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import { getCurrentInstance as $l, computed as $, ref as X, toValue as ta, provide as xl, inject as ja, unref as u, isRef as fn, watch as Ce, defineComponent as ce, mergeModels as Ie, toRef as qe, useModel as Fe, createElementBlock as w, openBlock as m, normalizeClass as ie, renderSlot as q, normalizeStyle as Ye, withModifiers as dt, createCommentVNode as R, createElementVNode as ee, createVNode as ye, createTextVNode as et, toDisplayString as $e, useAttrs as Dl, createBlock as se, resolveDynamicComponent as aa, withCtx as H, Fragment as we, h as pn, mergeProps as De, withKeys as mn, normalizeProps as Re, guardReactiveProps as He, useSlots as Wt, onMounted as Ge, onUnmounted as $t, renderList as Ve, nextTick as Xe, useTemplateRef as Xa, createSlots as ze, withDirectives as Ft, vModelDynamic as Co, vModelText as Tl, useId as Po, readonly as qo, customRef as So, getCurrentScope as zr, onScopeDispose as Ml, shallowRef as rl, reactive as Zt, onBeforeUnmount as Qr, Teleport as Wr, Transition as Yt, render as lr, onBeforeUpdate as Io, vShow as cn, resolveComponent as Oo, vModelCheckbox as Eo, toHandlers as Ro, watchEffect as Lo, TransitionGroup as Bo } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.16.
|
|
6
|
+
* Quidgest UI v0.16.29
|
|
7
7
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -445,14 +445,14 @@ const ai = ["id", "disabled"], ni = {
|
|
|
445
445
|
label: {},
|
|
446
446
|
variant: { default: "outlined" },
|
|
447
447
|
color: { default: "primary" },
|
|
448
|
-
disabled: { type: Boolean },
|
|
449
448
|
borderless: { type: Boolean },
|
|
450
449
|
elevated: { type: Boolean },
|
|
451
450
|
block: { type: Boolean },
|
|
452
|
-
loading: { type: Boolean },
|
|
453
451
|
size: { default: "regular" },
|
|
454
452
|
iconPos: { default: "start" },
|
|
455
|
-
pill: { type: Boolean }
|
|
453
|
+
pill: { type: Boolean },
|
|
454
|
+
disabled: { type: Boolean },
|
|
455
|
+
loading: { type: Boolean }
|
|
456
456
|
},
|
|
457
457
|
emits: ["click"],
|
|
458
458
|
setup(t, { emit: e }) {
|
|
@@ -528,12 +528,12 @@ const ai = ["id", "disabled"], ni = {
|
|
|
528
528
|
title: {},
|
|
529
529
|
subtitle: {},
|
|
530
530
|
href: {},
|
|
531
|
-
disabled: { type: Boolean },
|
|
532
|
-
loading: { type: Boolean },
|
|
533
531
|
borderless: { type: Boolean },
|
|
534
532
|
variant: { default: "default" },
|
|
535
533
|
elevation: { default: "none" },
|
|
536
|
-
width: {}
|
|
534
|
+
width: {},
|
|
535
|
+
disabled: { type: Boolean },
|
|
536
|
+
loading: { type: Boolean }
|
|
537
537
|
},
|
|
538
538
|
setup(t) {
|
|
539
539
|
const e = t, a = $(() => {
|
|
@@ -605,9 +605,9 @@ const ai = ["id", "disabled"], ni = {
|
|
|
605
605
|
id: {},
|
|
606
606
|
class: {},
|
|
607
607
|
icon: {},
|
|
608
|
-
type: { default: "svg" },
|
|
609
608
|
size: {},
|
|
610
|
-
color: {}
|
|
609
|
+
color: {},
|
|
610
|
+
type: { default: "svg" }
|
|
611
611
|
},
|
|
612
612
|
setup(t) {
|
|
613
613
|
const e = t, a = $(() => {
|
|
@@ -641,8 +641,8 @@ const ai = ["id", "disabled"], ni = {
|
|
|
641
641
|
id: {},
|
|
642
642
|
class: {},
|
|
643
643
|
icon: {},
|
|
644
|
-
|
|
645
|
-
|
|
644
|
+
variant: {},
|
|
645
|
+
library: { default: "" }
|
|
646
646
|
},
|
|
647
647
|
setup(t) {
|
|
648
648
|
const e = t, a = $(() => e.variant ? `${e.library}-${e.variant}` : e.library), n = $(() => e.library && e.icon ? `${e.library}-${e.icon}` : e.icon);
|
|
@@ -860,11 +860,11 @@ const ki = /* @__PURE__ */ ce({
|
|
|
860
860
|
class: {},
|
|
861
861
|
title: {},
|
|
862
862
|
subtitle: {},
|
|
863
|
-
|
|
863
|
+
variant: {},
|
|
864
864
|
iconRight: { type: Boolean },
|
|
865
865
|
spacing: {},
|
|
866
|
-
variant: {},
|
|
867
866
|
width: { default: "fit-content" },
|
|
867
|
+
required: { type: Boolean },
|
|
868
868
|
icons: { default: () => zo }
|
|
869
869
|
}, {
|
|
870
870
|
modelValue: { type: Boolean },
|
|
@@ -963,11 +963,11 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
963
963
|
class: {},
|
|
964
964
|
title: {},
|
|
965
965
|
subtitle: {},
|
|
966
|
-
|
|
966
|
+
variant: {},
|
|
967
967
|
iconRight: { type: Boolean },
|
|
968
968
|
spacing: {},
|
|
969
|
-
variant: {},
|
|
970
969
|
width: {},
|
|
970
|
+
required: { type: Boolean },
|
|
971
971
|
icons: {},
|
|
972
972
|
value: {}
|
|
973
973
|
},
|
|
@@ -994,11 +994,11 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
994
994
|
__name: "QAvatar",
|
|
995
995
|
props: {
|
|
996
996
|
src: {},
|
|
997
|
-
|
|
997
|
+
initials: {},
|
|
998
|
+
color: {},
|
|
998
999
|
size: { default: "medium" },
|
|
999
1000
|
shape: { default: "circle" },
|
|
1000
|
-
|
|
1001
|
-
color: {}
|
|
1001
|
+
alt: { default: "Avatar" }
|
|
1002
1002
|
},
|
|
1003
1003
|
setup(t) {
|
|
1004
1004
|
const e = t, a = $(() => ["small", "large"].includes(e.size) ? `q-avatar--${e.size}` : ""), n = $(() => e.shape === "circle" ? void 0 : "q-avatar--square"), { style: l } = Jt(qe(e, "color")), r = $(() => {
|
|
@@ -1034,9 +1034,9 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1034
1034
|
class: {},
|
|
1035
1035
|
variant: { default: "tonal" },
|
|
1036
1036
|
color: { default: "primary" },
|
|
1037
|
-
removable: { type: Boolean },
|
|
1038
1037
|
pill: { type: Boolean },
|
|
1039
1038
|
size: { default: "default" },
|
|
1039
|
+
removable: { type: Boolean },
|
|
1040
1040
|
icons: { default: () => Vi },
|
|
1041
1041
|
texts: { default: () => Fi }
|
|
1042
1042
|
},
|
|
@@ -1106,8 +1106,8 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1106
1106
|
id: {},
|
|
1107
1107
|
class: {},
|
|
1108
1108
|
content: {},
|
|
1109
|
-
|
|
1110
|
-
|
|
1109
|
+
color: {},
|
|
1110
|
+
placement: { default: "top-right" }
|
|
1111
1111
|
},
|
|
1112
1112
|
setup(t) {
|
|
1113
1113
|
const e = t, a = Wt(), n = $(() => !e.content && !a.content), l = $(() => [
|
|
@@ -1142,10 +1142,10 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1142
1142
|
props: {
|
|
1143
1143
|
id: {},
|
|
1144
1144
|
class: {},
|
|
1145
|
-
disabled: { type: Boolean },
|
|
1146
1145
|
block: { type: Boolean },
|
|
1147
1146
|
borderless: { type: Boolean },
|
|
1148
|
-
elevated: { type: Boolean }
|
|
1147
|
+
elevated: { type: Boolean },
|
|
1148
|
+
disabled: { type: Boolean }
|
|
1149
1149
|
},
|
|
1150
1150
|
setup(t) {
|
|
1151
1151
|
const e = t;
|
|
@@ -1185,9 +1185,9 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1185
1185
|
props: {
|
|
1186
1186
|
id: {},
|
|
1187
1187
|
class: {},
|
|
1188
|
-
type: {},
|
|
1189
1188
|
width: {},
|
|
1190
|
-
height: {}
|
|
1189
|
+
height: {},
|
|
1190
|
+
type: {}
|
|
1191
1191
|
},
|
|
1192
1192
|
setup(t) {
|
|
1193
1193
|
const e = t, a = $(() => e.type ? `q-skeleton-loader--${e.type}` : void 0), n = $(() => {
|
|
@@ -1482,14 +1482,14 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1482
1482
|
id: {},
|
|
1483
1483
|
class: {},
|
|
1484
1484
|
label: {},
|
|
1485
|
-
for: {},
|
|
1486
1485
|
required: { type: Boolean },
|
|
1486
|
+
for: {},
|
|
1487
1487
|
labelPlacement: { default: "right" },
|
|
1488
|
+
color: { default: "primary" },
|
|
1489
|
+
size: { default: "regular" },
|
|
1488
1490
|
disabled: { type: Boolean },
|
|
1489
1491
|
readonly: { type: Boolean },
|
|
1490
1492
|
indeterminate: { type: Boolean },
|
|
1491
|
-
color: { default: "primary" },
|
|
1492
|
-
size: { default: "regular" },
|
|
1493
1493
|
icons: { default: () => yu }
|
|
1494
1494
|
}, {
|
|
1495
1495
|
modelValue: { type: Boolean },
|
|
@@ -1583,8 +1583,8 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1583
1583
|
id: {},
|
|
1584
1584
|
class: {},
|
|
1585
1585
|
label: {},
|
|
1586
|
-
|
|
1587
|
-
|
|
1586
|
+
required: { type: Boolean },
|
|
1587
|
+
for: {}
|
|
1588
1588
|
},
|
|
1589
1589
|
setup(t) {
|
|
1590
1590
|
const e = t, a = $(() => [
|
|
@@ -1618,8 +1618,8 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1618
1618
|
id: {},
|
|
1619
1619
|
class: {},
|
|
1620
1620
|
label: {},
|
|
1621
|
-
|
|
1622
|
-
|
|
1621
|
+
required: { type: Boolean },
|
|
1622
|
+
for: {}
|
|
1623
1623
|
},
|
|
1624
1624
|
setup(t) {
|
|
1625
1625
|
const e = t;
|
|
@@ -1657,8 +1657,8 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1657
1657
|
id: {},
|
|
1658
1658
|
class: {},
|
|
1659
1659
|
label: {},
|
|
1660
|
-
for: {},
|
|
1661
1660
|
required: { type: Boolean },
|
|
1661
|
+
for: {},
|
|
1662
1662
|
size: { default: "medium" },
|
|
1663
1663
|
readonly: { type: Boolean },
|
|
1664
1664
|
disabled: { type: Boolean },
|
|
@@ -1759,8 +1759,8 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1759
1759
|
id: {},
|
|
1760
1760
|
class: {},
|
|
1761
1761
|
label: {},
|
|
1762
|
-
for: {},
|
|
1763
1762
|
required: { type: Boolean },
|
|
1763
|
+
for: {},
|
|
1764
1764
|
size: {},
|
|
1765
1765
|
readonly: { type: Boolean },
|
|
1766
1766
|
disabled: { type: Boolean },
|
|
@@ -1970,12 +1970,12 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1970
1970
|
highlighted: {},
|
|
1971
1971
|
items: {},
|
|
1972
1972
|
groups: { default: () => [] },
|
|
1973
|
-
itemValue: { default: "key" },
|
|
1974
|
-
itemLabel: { default: "label" },
|
|
1975
|
-
disabled: { type: Boolean },
|
|
1976
1973
|
selectable: { type: Boolean },
|
|
1977
1974
|
multiple: { type: Boolean },
|
|
1978
|
-
|
|
1975
|
+
disabled: { type: Boolean },
|
|
1976
|
+
required: { type: Boolean },
|
|
1977
|
+
itemValue: { default: "key" },
|
|
1978
|
+
itemLabel: { default: "label" }
|
|
1979
1979
|
},
|
|
1980
1980
|
emits: ["update:modelValue", "click", "mouseenter:item"],
|
|
1981
1981
|
setup(t, { expose: e, emit: a }) {
|
|
@@ -2199,10 +2199,10 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
2199
2199
|
value: {},
|
|
2200
2200
|
label: {},
|
|
2201
2201
|
icon: {},
|
|
2202
|
+
description: {},
|
|
2202
2203
|
selectable: { type: Boolean },
|
|
2203
2204
|
highlighted: { type: Boolean },
|
|
2204
2205
|
disabled: { type: Boolean },
|
|
2205
|
-
description: {},
|
|
2206
2206
|
icons: { default: () => zu }
|
|
2207
2207
|
}, {
|
|
2208
2208
|
modelValue: { type: Boolean },
|
|
@@ -3201,9 +3201,9 @@ const Zd = () => {
|
|
|
3201
3201
|
}, Jd = /* @__PURE__ */ ce({
|
|
3202
3202
|
__name: "QRemoveScrollBar",
|
|
3203
3203
|
props: {
|
|
3204
|
+
gapMode: { default: "margin" },
|
|
3204
3205
|
noRelative: { type: Boolean },
|
|
3205
|
-
noImportant: { type: Boolean }
|
|
3206
|
-
gapMode: { default: "margin" }
|
|
3206
|
+
noImportant: { type: Boolean }
|
|
3207
3207
|
},
|
|
3208
3208
|
setup(t) {
|
|
3209
3209
|
const e = t, a = Zd(), n = () => {
|
|
@@ -3415,23 +3415,23 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
|
|
|
3415
3415
|
anchor: {},
|
|
3416
3416
|
appearance: { default: "regular" },
|
|
3417
3417
|
arrow: { type: Boolean },
|
|
3418
|
-
attach: { default: "body" },
|
|
3419
|
-
inline: { type: Boolean },
|
|
3420
3418
|
backdropBlur: { type: Boolean },
|
|
3421
3419
|
backdropClass: {},
|
|
3420
|
+
offset: { default: 8 },
|
|
3421
|
+
crossOffset: { default: 0 },
|
|
3422
|
+
placement: { default: "right" },
|
|
3423
|
+
transition: { default: "fade" },
|
|
3424
|
+
width: { default: "auto" },
|
|
3425
|
+
centerVertically: { type: Boolean },
|
|
3426
|
+
attach: { default: "body" },
|
|
3427
|
+
inline: { type: Boolean },
|
|
3422
3428
|
delay: { default: 500 },
|
|
3423
3429
|
nonModal: { type: Boolean },
|
|
3424
3430
|
scrollLock: { type: Boolean },
|
|
3425
|
-
offset: { default: 8 },
|
|
3426
|
-
crossOffset: { default: 0 },
|
|
3427
3431
|
persistent: { type: Boolean },
|
|
3428
|
-
placement: { default: "right" },
|
|
3429
3432
|
spy: { type: Boolean },
|
|
3430
|
-
transition: { default: "fade" },
|
|
3431
3433
|
trigger: { default: "click" },
|
|
3432
|
-
|
|
3433
|
-
focusTrap: { type: Boolean },
|
|
3434
|
-
centerVertically: { type: Boolean }
|
|
3434
|
+
focusTrap: { type: Boolean }
|
|
3435
3435
|
}, {
|
|
3436
3436
|
modelValue: { type: Boolean },
|
|
3437
3437
|
modelModifiers: {}
|
|
@@ -3705,8 +3705,8 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
|
|
|
3705
3705
|
id: {},
|
|
3706
3706
|
class: {},
|
|
3707
3707
|
label: {},
|
|
3708
|
-
for: {},
|
|
3709
3708
|
required: { type: Boolean },
|
|
3709
|
+
for: {},
|
|
3710
3710
|
size: {},
|
|
3711
3711
|
readonly: { type: Boolean },
|
|
3712
3712
|
disabled: { type: Boolean },
|
|
@@ -3715,15 +3715,15 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
|
|
|
3715
3715
|
maxLength: {},
|
|
3716
3716
|
clearable: { type: Boolean },
|
|
3717
3717
|
texts: { default: () => Vu },
|
|
3718
|
-
items: {},
|
|
3719
|
-
groups: { default: () => [] },
|
|
3720
3718
|
itemValue: { default: "key" },
|
|
3721
3719
|
itemLabel: { default: "label" },
|
|
3720
|
+
items: {},
|
|
3721
|
+
groups: { default: () => [] },
|
|
3722
3722
|
selectionMode: { default: "automatic" },
|
|
3723
3723
|
filterMode: { default: "builtin" },
|
|
3724
|
+
inline: { type: Boolean },
|
|
3724
3725
|
loading: { type: Boolean },
|
|
3725
3726
|
emptyValue: {},
|
|
3726
|
-
inline: { type: Boolean },
|
|
3727
3727
|
icons: { default: () => Fu }
|
|
3728
3728
|
}, {
|
|
3729
3729
|
modelValue: {},
|
|
@@ -12780,19 +12780,19 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
12780
12780
|
id: {},
|
|
12781
12781
|
class: {},
|
|
12782
12782
|
label: {},
|
|
12783
|
-
for: {},
|
|
12784
12783
|
required: { type: Boolean },
|
|
12784
|
+
for: {},
|
|
12785
12785
|
size: {},
|
|
12786
12786
|
readonly: { type: Boolean },
|
|
12787
12787
|
disabled: { type: Boolean },
|
|
12788
12788
|
invalid: { type: Boolean },
|
|
12789
|
+
placeholder: {},
|
|
12790
|
+
inline: { type: Boolean },
|
|
12791
|
+
closeOnSelect: { type: Boolean },
|
|
12789
12792
|
format: { default: "dd/MM/yyyy HH:mm" },
|
|
12790
12793
|
minTime: {},
|
|
12791
12794
|
maxTime: {},
|
|
12792
12795
|
locale: { default: "en-US" },
|
|
12793
|
-
placeholder: {},
|
|
12794
|
-
inline: { type: Boolean },
|
|
12795
|
-
closeOnSelect: { type: Boolean },
|
|
12796
12796
|
icons: { default: () => bc },
|
|
12797
12797
|
texts: { default: () => wc }
|
|
12798
12798
|
}, {
|
|
@@ -12980,15 +12980,15 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
12980
12980
|
text: {},
|
|
12981
12981
|
icon: { default: () => ih },
|
|
12982
12982
|
buttons: { default: () => oh },
|
|
12983
|
+
backdropBlur: { type: Boolean, default: !0 },
|
|
12984
|
+
size: { default: "small" },
|
|
12985
|
+
centerVertically: { type: Boolean },
|
|
12983
12986
|
attach: { default: "body" },
|
|
12984
12987
|
inline: { type: Boolean },
|
|
12985
|
-
backdropBlur: { type: Boolean, default: !0 },
|
|
12986
12988
|
dismissible: { type: Boolean },
|
|
12987
12989
|
html: { type: Boolean, default: !0 },
|
|
12988
|
-
|
|
12989
|
-
|
|
12990
|
-
centerVertically: { type: Boolean },
|
|
12991
|
-
input: {}
|
|
12990
|
+
input: {},
|
|
12991
|
+
icons: { default: () => uh }
|
|
12992
12992
|
}, {
|
|
12993
12993
|
modelValue: { type: Boolean },
|
|
12994
12994
|
modelModifiers: {}
|
|
@@ -13134,6 +13134,8 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13134
13134
|
}), yo = _e(wh), kh = _e(_h), $h = { class: "q-divider__label" }, xh = /* @__PURE__ */ ce({
|
|
13135
13135
|
__name: "QDivider",
|
|
13136
13136
|
props: {
|
|
13137
|
+
id: {},
|
|
13138
|
+
class: {},
|
|
13137
13139
|
direction: { default: "horizontal" },
|
|
13138
13140
|
inset: { type: Boolean }
|
|
13139
13141
|
},
|
|
@@ -13172,15 +13174,15 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13172
13174
|
id: {},
|
|
13173
13175
|
class: {},
|
|
13174
13176
|
activator: {},
|
|
13177
|
+
itemValue: { default: "key" },
|
|
13178
|
+
itemLabel: { default: "label" },
|
|
13179
|
+
items: {},
|
|
13180
|
+
groups: { default: () => [] },
|
|
13175
13181
|
appearance: { default: "regular" },
|
|
13176
|
-
inline: { type: Boolean },
|
|
13177
|
-
delay: { default: 500 },
|
|
13178
13182
|
placement: { default: "bottom-start" },
|
|
13179
13183
|
transition: { default: "fade" },
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
itemValue: { default: "key" },
|
|
13183
|
-
itemLabel: { default: "label" },
|
|
13184
|
+
inline: { type: Boolean },
|
|
13185
|
+
delay: { default: 500 },
|
|
13184
13186
|
trigger: { default: "hover" },
|
|
13185
13187
|
depth: { default: 0 },
|
|
13186
13188
|
icons: { default: () => Th },
|
|
@@ -13336,15 +13338,15 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13336
13338
|
id: {},
|
|
13337
13339
|
class: {},
|
|
13338
13340
|
activator: {},
|
|
13341
|
+
itemValue: {},
|
|
13342
|
+
itemLabel: {},
|
|
13343
|
+
items: {},
|
|
13344
|
+
groups: {},
|
|
13339
13345
|
appearance: {},
|
|
13340
|
-
inline: { type: Boolean },
|
|
13341
|
-
delay: {},
|
|
13342
13346
|
placement: {},
|
|
13343
13347
|
transition: {},
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
itemValue: {},
|
|
13347
|
-
itemLabel: {},
|
|
13348
|
+
inline: { type: Boolean },
|
|
13349
|
+
delay: {},
|
|
13348
13350
|
trigger: {},
|
|
13349
13351
|
depth: {},
|
|
13350
13352
|
icons: {}
|
|
@@ -13481,8 +13483,8 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13481
13483
|
id: {},
|
|
13482
13484
|
class: {},
|
|
13483
13485
|
label: {},
|
|
13484
|
-
for: {},
|
|
13485
13486
|
required: { type: Boolean },
|
|
13487
|
+
for: {},
|
|
13486
13488
|
size: { default: "large" },
|
|
13487
13489
|
readonly: { type: Boolean },
|
|
13488
13490
|
disabled: { type: Boolean },
|
|
@@ -13719,8 +13721,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13719
13721
|
id: {},
|
|
13720
13722
|
class: {},
|
|
13721
13723
|
label: {},
|
|
13722
|
-
for: {},
|
|
13723
13724
|
required: { type: Boolean },
|
|
13725
|
+
for: {},
|
|
13724
13726
|
size: { default: "large" },
|
|
13725
13727
|
readonly: { type: Boolean },
|
|
13726
13728
|
disabled: { type: Boolean },
|
|
@@ -13802,11 +13804,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13802
13804
|
id: {},
|
|
13803
13805
|
class: {},
|
|
13804
13806
|
label: {},
|
|
13805
|
-
for: {},
|
|
13806
13807
|
required: { type: Boolean },
|
|
13807
|
-
|
|
13808
|
+
for: {},
|
|
13808
13809
|
valueLabel: {},
|
|
13809
|
-
color: {}
|
|
13810
|
+
color: {},
|
|
13811
|
+
max: { default: 100 }
|
|
13810
13812
|
}, {
|
|
13811
13813
|
modelValue: { default: 0 },
|
|
13812
13814
|
modelModifiers: {}
|
|
@@ -13874,23 +13876,23 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13874
13876
|
anchor: {},
|
|
13875
13877
|
appearance: {},
|
|
13876
13878
|
arrow: { type: Boolean },
|
|
13877
|
-
attach: {},
|
|
13878
|
-
inline: { type: Boolean },
|
|
13879
13879
|
backdropBlur: { type: Boolean },
|
|
13880
13880
|
backdropClass: {},
|
|
13881
|
+
offset: {},
|
|
13882
|
+
crossOffset: {},
|
|
13883
|
+
placement: {},
|
|
13884
|
+
transition: {},
|
|
13885
|
+
width: {},
|
|
13886
|
+
centerVertically: { type: Boolean },
|
|
13887
|
+
attach: {},
|
|
13888
|
+
inline: { type: Boolean },
|
|
13881
13889
|
delay: {},
|
|
13882
13890
|
nonModal: { type: Boolean },
|
|
13883
13891
|
scrollLock: { type: Boolean },
|
|
13884
|
-
offset: {},
|
|
13885
|
-
crossOffset: {},
|
|
13886
13892
|
persistent: { type: Boolean },
|
|
13887
|
-
placement: {},
|
|
13888
13893
|
spy: { type: Boolean },
|
|
13889
|
-
transition: {},
|
|
13890
13894
|
trigger: {},
|
|
13891
|
-
width: {},
|
|
13892
13895
|
focusTrap: { type: Boolean },
|
|
13893
|
-
centerVertically: { type: Boolean },
|
|
13894
13896
|
messages: {},
|
|
13895
13897
|
score: {},
|
|
13896
13898
|
levels: {}
|
|
@@ -13953,8 +13955,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13953
13955
|
id: {},
|
|
13954
13956
|
class: {},
|
|
13955
13957
|
label: {},
|
|
13956
|
-
for: {},
|
|
13957
13958
|
required: { type: Boolean },
|
|
13959
|
+
for: {},
|
|
13958
13960
|
size: {},
|
|
13959
13961
|
readonly: { type: Boolean },
|
|
13960
13962
|
disabled: { type: Boolean },
|
|
@@ -14094,14 +14096,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14094
14096
|
id: {},
|
|
14095
14097
|
class: {},
|
|
14096
14098
|
anchor: {},
|
|
14099
|
+
text: {},
|
|
14100
|
+
title: {},
|
|
14097
14101
|
arrow: { type: Boolean, default: !0 },
|
|
14102
|
+
placement: { default: "right" },
|
|
14098
14103
|
attach: { default: "body" },
|
|
14099
14104
|
inline: { type: Boolean },
|
|
14100
|
-
disabled: { type: Boolean },
|
|
14101
14105
|
html: { type: Boolean, default: !0 },
|
|
14102
|
-
|
|
14103
|
-
text: {},
|
|
14104
|
-
title: {}
|
|
14106
|
+
disabled: { type: Boolean }
|
|
14105
14107
|
}, {
|
|
14106
14108
|
modelValue: { type: Boolean },
|
|
14107
14109
|
modelModifiers: {}
|
|
@@ -14159,10 +14161,10 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14159
14161
|
fields: { default: () => [] },
|
|
14160
14162
|
groups: { default: () => [] },
|
|
14161
14163
|
panelPosition: { default: "bottom" },
|
|
14162
|
-
readonly: { type: Boolean },
|
|
14163
14164
|
block: { type: Boolean },
|
|
14164
14165
|
noPanel: { type: Boolean },
|
|
14165
14166
|
noToggle: { type: Boolean },
|
|
14167
|
+
readonly: { type: Boolean },
|
|
14166
14168
|
icons: { default: () => _o },
|
|
14167
14169
|
texts: { default: () => wo }
|
|
14168
14170
|
},
|
|
@@ -14423,16 +14425,16 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14423
14425
|
id: {},
|
|
14424
14426
|
class: {},
|
|
14425
14427
|
label: {},
|
|
14426
|
-
for: {},
|
|
14427
14428
|
required: { type: Boolean },
|
|
14429
|
+
for: {},
|
|
14430
|
+
value: {},
|
|
14431
|
+
name: {},
|
|
14428
14432
|
labelPlacement: { default: "end" },
|
|
14429
|
-
disabled: { type: Boolean },
|
|
14430
|
-
readonly: { type: Boolean },
|
|
14431
14433
|
color: { default: "primary" },
|
|
14432
|
-
value: {},
|
|
14433
14434
|
size: { default: "regular" },
|
|
14434
|
-
|
|
14435
|
-
|
|
14435
|
+
disabled: { type: Boolean },
|
|
14436
|
+
readonly: { type: Boolean },
|
|
14437
|
+
invalid: { type: Boolean }
|
|
14436
14438
|
},
|
|
14437
14439
|
setup(t) {
|
|
14438
14440
|
const e = t, a = vt(qe(e, "id")), n = Dn(e.value);
|
|
@@ -14494,15 +14496,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14494
14496
|
id: {},
|
|
14495
14497
|
class: {},
|
|
14496
14498
|
label: {},
|
|
14497
|
-
for: {},
|
|
14498
14499
|
required: { type: Boolean },
|
|
14500
|
+
for: {},
|
|
14501
|
+
name: {},
|
|
14499
14502
|
orientation: { default: "vertical" },
|
|
14503
|
+
size: { default: "regular" },
|
|
14504
|
+
columns: { default: 1 },
|
|
14500
14505
|
disabled: { type: Boolean },
|
|
14501
14506
|
readonly: { type: Boolean },
|
|
14502
|
-
|
|
14503
|
-
invalid: { type: Boolean },
|
|
14504
|
-
name: {},
|
|
14505
|
-
columns: { default: 1 }
|
|
14507
|
+
invalid: { type: Boolean }
|
|
14506
14508
|
}, {
|
|
14507
14509
|
modelValue: {},
|
|
14508
14510
|
modelModifiers: {}
|
|
@@ -14577,20 +14579,20 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14577
14579
|
id: {},
|
|
14578
14580
|
class: {},
|
|
14579
14581
|
label: {},
|
|
14580
|
-
for: {},
|
|
14581
14582
|
required: { type: Boolean },
|
|
14583
|
+
for: {},
|
|
14582
14584
|
size: {},
|
|
14583
14585
|
readonly: { type: Boolean },
|
|
14584
14586
|
disabled: { type: Boolean },
|
|
14585
14587
|
invalid: { type: Boolean },
|
|
14586
14588
|
items: {},
|
|
14587
14589
|
groups: { default: () => [] },
|
|
14588
|
-
itemValue: { default: "key" },
|
|
14589
|
-
itemLabel: { default: "label" },
|
|
14590
14590
|
clearable: { type: Boolean },
|
|
14591
|
+
inline: { type: Boolean },
|
|
14591
14592
|
loading: { type: Boolean },
|
|
14592
14593
|
emptyValue: {},
|
|
14593
|
-
|
|
14594
|
+
itemValue: { default: "key" },
|
|
14595
|
+
itemLabel: { default: "label" },
|
|
14594
14596
|
icons: { default: () => eg },
|
|
14595
14597
|
texts: { default: () => Jy }
|
|
14596
14598
|
}, {
|
|
@@ -14815,14 +14817,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14815
14817
|
label: {},
|
|
14816
14818
|
variant: {},
|
|
14817
14819
|
color: {},
|
|
14818
|
-
disabled: { type: Boolean },
|
|
14819
14820
|
borderless: { type: Boolean },
|
|
14820
14821
|
elevated: { type: Boolean },
|
|
14821
14822
|
block: { type: Boolean },
|
|
14822
|
-
loading: { type: Boolean },
|
|
14823
14823
|
size: {},
|
|
14824
14824
|
iconPos: {},
|
|
14825
|
-
pill: { type: Boolean }
|
|
14825
|
+
pill: { type: Boolean },
|
|
14826
|
+
disabled: { type: Boolean },
|
|
14827
|
+
loading: { type: Boolean }
|
|
14826
14828
|
}, {
|
|
14827
14829
|
modelValue: { type: Boolean },
|
|
14828
14830
|
modelModifiers: {}
|
|
@@ -15140,14 +15142,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15140
15142
|
class: {},
|
|
15141
15143
|
label: {},
|
|
15142
15144
|
required: { type: Boolean },
|
|
15143
|
-
showStateLabels: { type: Boolean },
|
|
15144
15145
|
trueLabel: { default: "On" },
|
|
15145
15146
|
falseLabel: { default: "Off" },
|
|
15147
|
+
showStateLabels: { type: Boolean },
|
|
15146
15148
|
checkedColor: {},
|
|
15147
15149
|
uncheckedColor: {},
|
|
15150
|
+
size: { default: "medium" },
|
|
15148
15151
|
disabled: { type: Boolean },
|
|
15149
|
-
readonly: { type: Boolean }
|
|
15150
|
-
size: { default: "medium" }
|
|
15152
|
+
readonly: { type: Boolean }
|
|
15151
15153
|
}, {
|
|
15152
15154
|
modelValue: { type: Boolean },
|
|
15153
15155
|
modelModifiers: {}
|
|
@@ -15227,8 +15229,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15227
15229
|
id: {},
|
|
15228
15230
|
class: {},
|
|
15229
15231
|
label: {},
|
|
15230
|
-
for: {},
|
|
15231
15232
|
required: { type: Boolean },
|
|
15233
|
+
for: {},
|
|
15232
15234
|
size: {},
|
|
15233
15235
|
readonly: { type: Boolean },
|
|
15234
15236
|
disabled: { type: Boolean },
|
|
@@ -15356,14 +15358,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15356
15358
|
props: {
|
|
15357
15359
|
id: {},
|
|
15358
15360
|
class: {},
|
|
15361
|
+
title: {},
|
|
15362
|
+
text: {},
|
|
15359
15363
|
block: { type: Boolean },
|
|
15360
15364
|
color: { default: "info" },
|
|
15361
15365
|
elevation: { default: "medium" },
|
|
15362
|
-
|
|
15363
|
-
text: {},
|
|
15366
|
+
variant: { default: "tonal" },
|
|
15364
15367
|
timeout: { default: 5e3 },
|
|
15365
|
-
|
|
15366
|
-
variant: { default: "tonal" }
|
|
15368
|
+
icons: { default: () => Sg }
|
|
15367
15369
|
},
|
|
15368
15370
|
emits: ["dismiss"],
|
|
15369
15371
|
setup(t, { emit: e }) {
|
|
@@ -15554,10 +15556,10 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15554
15556
|
props: /* @__PURE__ */ Ie({
|
|
15555
15557
|
id: {},
|
|
15556
15558
|
class: {},
|
|
15557
|
-
disabled: { type: Boolean },
|
|
15558
15559
|
block: { type: Boolean },
|
|
15559
15560
|
borderless: { type: Boolean },
|
|
15560
15561
|
elevated: { type: Boolean },
|
|
15562
|
+
disabled: { type: Boolean },
|
|
15561
15563
|
multiple: { type: Boolean },
|
|
15562
15564
|
required: { type: Boolean }
|
|
15563
15565
|
}, {
|
|
@@ -15598,14 +15600,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15598
15600
|
label: {},
|
|
15599
15601
|
variant: {},
|
|
15600
15602
|
color: {},
|
|
15601
|
-
disabled: { type: Boolean },
|
|
15602
15603
|
borderless: { type: Boolean },
|
|
15603
15604
|
elevated: { type: Boolean },
|
|
15604
15605
|
block: { type: Boolean },
|
|
15605
|
-
loading: { type: Boolean },
|
|
15606
15606
|
size: {},
|
|
15607
15607
|
iconPos: {},
|
|
15608
15608
|
pill: { type: Boolean },
|
|
15609
|
+
disabled: { type: Boolean },
|
|
15610
|
+
loading: { type: Boolean },
|
|
15609
15611
|
value: {}
|
|
15610
15612
|
},
|
|
15611
15613
|
setup(t) {
|
|
@@ -15631,17 +15633,17 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15631
15633
|
id: {},
|
|
15632
15634
|
class: {},
|
|
15633
15635
|
anchor: {},
|
|
15636
|
+
text: {},
|
|
15637
|
+
icon: {},
|
|
15634
15638
|
appearance: { default: "inverted" },
|
|
15639
|
+
placement: { default: "right" },
|
|
15635
15640
|
arrow: { type: Boolean, default: !0 },
|
|
15636
15641
|
attach: { default: "body" },
|
|
15637
15642
|
inline: { type: Boolean },
|
|
15638
15643
|
delay: { default: 500 },
|
|
15639
|
-
disabled: { type: Boolean },
|
|
15640
15644
|
html: { type: Boolean, default: !0 },
|
|
15641
|
-
|
|
15642
|
-
|
|
15643
|
-
icon: {},
|
|
15644
|
-
trigger: { default: "hover" }
|
|
15645
|
+
trigger: { default: "hover" },
|
|
15646
|
+
disabled: { type: Boolean }
|
|
15645
15647
|
}, {
|
|
15646
15648
|
modelValue: { type: Boolean },
|
|
15647
15649
|
modelModifiers: {}
|