@quidgest/ui 0.20.0 → 0.21.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/CHANGELOG.md +28 -1
- package/README.md +10 -0
- package/dist/json/api.json +312 -14
- package/dist/manifest/components.json +1 -0
- package/dist/ui.css +245 -248
- package/dist/ui.esm.js +805 -683
- package/dist/ui.js +1083 -961
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1083 -961
- package/dist/ui.scss +535 -299
- package/esm/components/QAccordion/QAccordionItem.vue.js +1 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +20 -24
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +32 -29
- package/esm/components/QCheckbox/QCheckbox.vue.js +1 -1
- package/esm/components/QDialog/QDialog.d.ts +4 -2
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +84 -74
- package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
- package/esm/components/QDialog/QDialogProvider.vue.js +21 -12
- package/esm/components/QDialog/index.d.ts +72 -3
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +10 -1
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts.map +1 -1
- package/esm/components/QDismissibleLayer/QDismissibleLayer.vue.js +9 -8
- package/esm/components/QDivider/QDivider.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +3 -3
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QGauge/QGauge.d.ts +56 -0
- package/esm/components/QGauge/QGauge.d.ts.map +1 -0
- package/esm/components/QGauge/QGauge.vue.js +305 -0
- package/esm/components/QGauge/QGauge2.vue.js +5 -0
- package/esm/components/QGauge/constants.d.ts +6 -0
- package/esm/components/QGauge/constants.d.ts.map +1 -0
- package/esm/components/QGauge/constants.js +8 -0
- package/esm/components/QGauge/index.d.ts +124 -0
- package/esm/components/QGauge/index.d.ts.map +1 -0
- package/esm/components/QGauge/index.js +6 -0
- package/esm/components/QGauge/types.d.ts +146 -0
- package/esm/components/QGauge/types.d.ts.map +1 -0
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +5 -2
- package/esm/components/QList/QListItemGroup.vue.js +1 -1
- package/esm/components/QObfuscation/QObfuscation.vue.js +1 -1
- package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -1
- package/esm/components/QPhoneField/QPhoneField.vue.js +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +1 -1
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +2 -2
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.vue.js +19 -10
- package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarItem.vue.js +51 -49
- package/esm/components/QSidebar/context.d.ts +7 -0
- package/esm/components/QSidebar/context.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.vue.js +1 -1
- package/esm/components/QTabs/QTab.d.ts.map +1 -1
- package/esm/components/QTabs/QTab.vue.js +52 -50
- package/esm/components/QTabs/QTabs.d.ts.map +1 -1
- package/esm/components/QTabs/QTabs.vue.js +37 -12
- package/esm/components/QTabs/context.d.ts +7 -0
- package/esm/components/QTabs/context.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +1 -1
- package/esm/components/QToast/QToast.d.ts +4 -2
- package/esm/components/QToast/QToast.d.ts.map +1 -1
- package/esm/components/QToast/QToast.vue.js +80 -67
- package/esm/components/QToast/QToaster.d.ts.map +1 -1
- package/esm/components/QToast/QToaster.vue.js +21 -16
- package/esm/components/QToast/index.d.ts +39 -3
- package/esm/components/QToast/index.d.ts.map +1 -1
- package/esm/components/QToast/types.d.ts +6 -2
- package/esm/components/QToast/types.d.ts.map +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +1 -1
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +64 -62
- package/esm/composables/index.d.ts +2 -2
- package/esm/composables/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.d.ts +49 -12
- package/esm/composables/useColor/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.js +56 -30
- package/esm/composables/useColor/types.d.ts +4 -1
- package/esm/composables/useColor/types.d.ts.map +1 -1
- package/esm/composables/useDialog/_internal.d.ts +2 -0
- package/esm/composables/useDialog/_internal.d.ts.map +1 -0
- package/esm/composables/useDialog/_internal.js +65 -0
- package/esm/composables/useDialog/index.d.ts +11 -3
- package/esm/composables/useDialog/index.d.ts.map +1 -1
- package/esm/composables/useDialog/index.js +38 -22
- package/esm/composables/useDialog/types.d.ts +25 -11
- package/esm/composables/useDialog/types.d.ts.map +1 -1
- package/esm/composables/useDismissibleLayerStack/index.d.ts +17 -2
- package/esm/composables/useDismissibleLayerStack/index.d.ts.map +1 -1
- package/esm/composables/useDismissibleLayerStack/index.js +28 -11
- package/esm/composables/useGroup/index.d.ts.map +1 -1
- package/esm/composables/useGroup/index.js +12 -1
- package/esm/composables/useId/index.d.ts +18 -0
- package/esm/composables/useId/index.d.ts.map +1 -0
- package/esm/composables/useId/index.js +10 -0
- package/esm/composables/useToast/_internal.d.ts +2 -0
- package/esm/composables/useToast/_internal.d.ts.map +1 -0
- package/esm/composables/useToast/_internal.js +142 -0
- package/esm/composables/useToast/index.d.ts +8 -25
- package/esm/composables/useToast/index.d.ts.map +1 -1
- package/esm/composables/useToast/index.js +29 -26
- package/esm/composables/useToast/types.d.ts +31 -17
- package/esm/composables/useToast/types.d.ts.map +1 -1
- package/esm/framework.d.ts.map +1 -1
- package/esm/framework.js +16 -12
- package/esm/index.d.ts +1 -0
- package/esm/templates/theme.js +39 -39
- package/esm/utils/color/contrast.d.ts +11 -4
- package/esm/utils/color/contrast.d.ts.map +1 -1
- package/esm/utils/color/contrast.js +16 -3
- package/esm/utils/color/index.d.ts +1 -0
- package/esm/utils/color/index.d.ts.map +1 -1
- package/esm/utils/color/merge.d.ts +9 -0
- package/esm/utils/color/merge.d.ts.map +1 -1
- package/esm/utils/color/merge.js +21 -22
- package/esm/utils/color/parse.d.ts +21 -5
- package/esm/utils/color/parse.d.ts.map +1 -1
- package/esm/utils/color/parse.js +88 -20
- package/esm/utils/color/theme-colors.d.ts +35 -0
- package/esm/utils/color/theme-colors.d.ts.map +1 -0
- package/esm/utils/color/theme-colors.js +25 -0
- package/esm/utils/index.js +50 -42
- package/package.json +3 -5
- package/esm/composables/uid.d.ts +0 -9
- package/esm/composables/uid.d.ts.map +0 -1
- package/esm/composables/uid.js +0 -8
- package/esm/composables/useToast/types.js +0 -4
- package/esm/vendors/uuid/dist/native.js +0 -3
- package/esm/vendors/uuid/dist/rng.js +0 -11
- package/esm/vendors/uuid/dist/stringify.js +0 -8
- package/esm/vendors/uuid/dist/v4.js +0 -20
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
import { DEFAULT_TEXTS } from './constants';
|
|
3
|
+
/**
|
|
4
|
+
* A colored interval on the gauge scale.
|
|
5
|
+
*/
|
|
6
|
+
export type QGaugeRange = {
|
|
7
|
+
/**
|
|
8
|
+
* Inclusive start of the interval.
|
|
9
|
+
*
|
|
10
|
+
* @category Configuration
|
|
11
|
+
*/
|
|
12
|
+
from: number;
|
|
13
|
+
/**
|
|
14
|
+
* Inclusive end of the interval.
|
|
15
|
+
*
|
|
16
|
+
* @category Configuration
|
|
17
|
+
*/
|
|
18
|
+
to: number;
|
|
19
|
+
/**
|
|
20
|
+
* Theme utility color or CSS color used by the interval.
|
|
21
|
+
*
|
|
22
|
+
* @category Presentation
|
|
23
|
+
*/
|
|
24
|
+
color: string;
|
|
25
|
+
/**
|
|
26
|
+
* Accessible description of the interval.
|
|
27
|
+
*
|
|
28
|
+
* @category Content
|
|
29
|
+
*/
|
|
30
|
+
label?: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Defines how the current value is compared against the target.
|
|
34
|
+
*/
|
|
35
|
+
export type QGaugeTargetComparison = 'at-least' | 'at-most';
|
|
36
|
+
export type QGaugeProps = QBaseComponentProps & {
|
|
37
|
+
/**
|
|
38
|
+
* Lowest value represented by the scale.
|
|
39
|
+
*
|
|
40
|
+
* @category Configuration
|
|
41
|
+
*/
|
|
42
|
+
min?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Highest value represented by the scale.
|
|
45
|
+
*
|
|
46
|
+
* @category Configuration
|
|
47
|
+
*/
|
|
48
|
+
max?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Colored intervals displayed over the neutral gauge track.
|
|
51
|
+
*
|
|
52
|
+
* @category Configuration
|
|
53
|
+
*/
|
|
54
|
+
ranges?: QGaugeRange[];
|
|
55
|
+
/**
|
|
56
|
+
* Explicit values to label on the scale. Overrides tickCount.
|
|
57
|
+
*
|
|
58
|
+
* @category Configuration
|
|
59
|
+
*/
|
|
60
|
+
ticks?: number[];
|
|
61
|
+
/**
|
|
62
|
+
* Number of evenly spaced scale labels generated when ticks is omitted.
|
|
63
|
+
*
|
|
64
|
+
* @category Configuration
|
|
65
|
+
*/
|
|
66
|
+
tickCount?: number;
|
|
67
|
+
/**
|
|
68
|
+
* KPI title displayed above the gauge.
|
|
69
|
+
*
|
|
70
|
+
* @category Content
|
|
71
|
+
*/
|
|
72
|
+
label?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Text or formatter used as the fallback display and as the current-value part
|
|
75
|
+
* of `aria-valuetext`. Set this when the `value` slot changes how the value
|
|
76
|
+
* should be announced, because slot markup cannot be inferred reliably for
|
|
77
|
+
* accessibility. When provided, it is treated as complete current-value text,
|
|
78
|
+
* so the unit is not appended there automatically.
|
|
79
|
+
*
|
|
80
|
+
* @category Content
|
|
81
|
+
*/
|
|
82
|
+
valueLabel?: string | ((value: number, min: number, max: number) => string);
|
|
83
|
+
/**
|
|
84
|
+
* Target value highlighted on the gauge track.
|
|
85
|
+
*
|
|
86
|
+
* @category Configuration
|
|
87
|
+
*/
|
|
88
|
+
target?: number;
|
|
89
|
+
/**
|
|
90
|
+
* Target comparison mode. Use `at-least` when values should reach or exceed
|
|
91
|
+
* the target, and `at-most` when values should stay at or below it.
|
|
92
|
+
*
|
|
93
|
+
* @category Configuration
|
|
94
|
+
*/
|
|
95
|
+
targetComparison?: QGaugeTargetComparison;
|
|
96
|
+
/**
|
|
97
|
+
* Text or formatter used to describe the target value.
|
|
98
|
+
*
|
|
99
|
+
* @category Content
|
|
100
|
+
*/
|
|
101
|
+
targetLabel?: string | ((target: number, min: number, max: number) => string);
|
|
102
|
+
/**
|
|
103
|
+
* Whether the target value label is displayed next to the target marker.
|
|
104
|
+
*
|
|
105
|
+
* @category Presentation
|
|
106
|
+
*/
|
|
107
|
+
showTargetValue?: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Whether the legend is displayed below the gauge.
|
|
110
|
+
*
|
|
111
|
+
* @category Presentation
|
|
112
|
+
*/
|
|
113
|
+
showLegend?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Whether target status items are included in the legend when a target marker
|
|
116
|
+
* is visible. The legend itself must also be enabled with `showLegend`.
|
|
117
|
+
*
|
|
118
|
+
* @category Presentation
|
|
119
|
+
*/
|
|
120
|
+
showTargetLegend?: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* Unit displayed next to the current value.
|
|
123
|
+
*
|
|
124
|
+
* @category Content
|
|
125
|
+
*/
|
|
126
|
+
unit?: string;
|
|
127
|
+
/**
|
|
128
|
+
* Supporting information displayed below the current value.
|
|
129
|
+
*
|
|
130
|
+
* @category Content
|
|
131
|
+
*/
|
|
132
|
+
secondaryLabel?: string;
|
|
133
|
+
/**
|
|
134
|
+
* Custom text configurations.
|
|
135
|
+
*
|
|
136
|
+
* @category Configuration
|
|
137
|
+
*/
|
|
138
|
+
texts?: typeof DEFAULT_TEXTS;
|
|
139
|
+
/**
|
|
140
|
+
* Formatter used for scale labels.
|
|
141
|
+
*
|
|
142
|
+
* @category Configuration
|
|
143
|
+
*/
|
|
144
|
+
tickFormatter?: (value: number) => string;
|
|
145
|
+
};
|
|
146
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QGauge/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACzB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG,SAAS,CAAA;AAE3D,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG;IAC/C;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAA;IAEtB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE3E;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,sBAAsB,CAAA;IAEzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE7E;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAE1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAA;CACzC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"AA0DA;AAuIC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAW3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAA;AAKvC,KAAK,WAAW,GAAG,cAAc,CAAC;AAgEnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA6HT,OAAO,IAA6B;;yBAZrB,GAAG;yBACH,GAAG;wBACH,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;uFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useGroupItem as e } from "../../composables/useGroup/index.js";
|
|
2
2
|
import { QIcon as t } from "../QIcon/index.js";
|
|
3
|
-
import { useId as n } from "../../composables/
|
|
3
|
+
import { useId as n } from "../../composables/useId/index.js";
|
|
4
4
|
import { QCheckbox as r } from "../QCheckbox/index.js";
|
|
5
5
|
import { DEFAULT_ICONS as i } from "./constants.js";
|
|
6
6
|
import { createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, guardReactiveProps as f, mergeModels as p, mergeProps as m, normalizeClass as h, normalizeProps as g, openBlock as _, renderSlot as v, toDisplayString as y, unref as b, useModel as x, watch as S, withModifiers as C } from "vue";
|
|
@@ -68,7 +68,10 @@ var w = [
|
|
|
68
68
|
p.selectable ? (_(), s("div", {
|
|
69
69
|
key: 0,
|
|
70
70
|
class: h(["q-list-item__check-container", { "q-list-item__check-container--top": p.description }])
|
|
71
|
-
}, [p.checkboxless && k.value ? (_(), a(b(t), m({ key: 0 }, p.icons.check, {
|
|
71
|
+
}, [p.checkboxless && k.value ? (_(), a(b(t), m({ key: 0 }, p.icons.check, {
|
|
72
|
+
class: "q-list-item__check",
|
|
73
|
+
"aria-hidden": "true"
|
|
74
|
+
}), null, 16)) : p.checkboxless ? o("v-if", !0) : (_(), a(b(r), {
|
|
72
75
|
key: 1,
|
|
73
76
|
disabled: p.disabled,
|
|
74
77
|
"model-value": k.value,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useId as e } from "../../composables/
|
|
1
|
+
import { useId as e } from "../../composables/useId/index.js";
|
|
2
2
|
import { createCommentVNode as t, createElementBlock as n, defineComponent as r, openBlock as i, renderSlot as a, toDisplayString as o, unref as s } from "vue";
|
|
3
3
|
//#region src/components/QList/QListItemGroup.vue?vue&type=script&setup=true&lang.ts
|
|
4
4
|
var c = ["data-key", "aria-labelledby"], l = ["id"], u = /*@__PURE__*/ r({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QButton as e } from "../QButton/index.js";
|
|
2
2
|
import { QIcon as t } from "../QIcon/index.js";
|
|
3
|
-
import { useId as n } from "../../composables/
|
|
3
|
+
import { useId as n } from "../../composables/useId/index.js";
|
|
4
4
|
import { QField as r } from "../QField/index.js";
|
|
5
5
|
import { DEFAULT_ICONS as i, DEFAULT_TEXTS as a } from "./constants.js";
|
|
6
6
|
import { Fragment as o, computed as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createElementVNode as d, createSlots as f, createTextVNode as p, createVNode as m, defineComponent as h, h as g, mergeModels as _, mergeProps as v, nextTick as y, normalizeClass as b, onBeforeMount as x, onBeforeUnmount as S, openBlock as C, ref as w, renderSlot as T, toDisplayString as E, unref as D, useModel as O, watch as k, withCtx as A } from "vue";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPhoneField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPhoneField/QPhoneField.vue"],"names":[],"mappings":"AAwJA;AA4yBC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAY3C,OAAO,KAAK,EACX,iBAAiB,EAEjB,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,MAAM,SAAS,CAAA;AAehB,OAAO,EAAY,QAAQ,EAA+C,MAAM,KAAK,CAAA;AAWrF,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAmnBrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC1C,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,GAAG,WAAW,CAAC;AAOhB,iBAAS,cAAc;WAiWT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA/
|
|
1
|
+
{"version":3,"file":"QPhoneField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPhoneField/QPhoneField.vue"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useId as e } from "../../composables/
|
|
1
|
+
import { useId as e } from "../../composables/useId/index.js";
|
|
2
2
|
import { QClearButton as t } from "../__internal__/QClearButton/index.js";
|
|
3
3
|
import { QTextField as n } from "../QTextField/index.js";
|
|
4
4
|
import { QInputGroup as r } from "../QInputGroup/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QButton as e } from "../QButton/index.js";
|
|
2
2
|
import { QIcon as t } from "../QIcon/index.js";
|
|
3
|
-
import { useId as n } from "../../composables/
|
|
3
|
+
import { useId as n } from "../../composables/useId/index.js";
|
|
4
4
|
import { DEFAULT_ICONS as r } from "./constants.js";
|
|
5
5
|
import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, guardReactiveProps as f, normalizeClass as p, normalizeProps as m, openBlock as h, ref as g, toDisplayString as _, unref as v, withCtx as y } from "vue";
|
|
6
6
|
//#region src/components/QPropertyList/QPropertyListGroup.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useId as e } from "../../composables/
|
|
1
|
+
import { useId as e } from "../../composables/useId/index.js";
|
|
2
2
|
import { QLabel as t } from "../QLabel/index.js";
|
|
3
3
|
import { computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createVNode as s, defineComponent as c, mergeModels as l, mergeProps as u, normalizeClass as d, openBlock as f, renderSlot as p, resolveDynamicComponent as m, toRef as h, unref as g, useModel as _, withModifiers as v } from "vue";
|
|
4
4
|
//#region src/components/QPropertyList/QPropertyListRow.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;2BASwhR,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAT3qR,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,cAAc,SAAS,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useGroupItem as e } from "../../composables/useGroup/index.js";
|
|
2
|
-
import { useId as t } from "../../composables/
|
|
2
|
+
import { useId as t } from "../../composables/useId/index.js";
|
|
3
3
|
import { QLabel as n } from "../QLabel/index.js";
|
|
4
4
|
import { computed as r, createBlock as i, createCommentVNode as a, createElementVNode as o, createSlots as s, defineComponent as c, mergeProps as l, normalizeClass as u, openBlock as d, renderSlot as f, toRef as p, unref as m, useTemplateRef as h, withCtx as g, withModifiers as _ } from "vue";
|
|
5
5
|
//#region src/components/QRadioGroup/QRadioButton.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { provideDefaults as e } from "../../composables/defaults.js";
|
|
2
2
|
import { useGroup as t } from "../../composables/useGroup/index.js";
|
|
3
|
-
import { useId as n } from "../../composables/
|
|
3
|
+
import { useId as n } from "../../composables/useId/index.js";
|
|
4
4
|
import { QLabel as r } from "../QLabel/index.js";
|
|
5
5
|
import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, defineComponent as l, mergeModels as u, mergeProps as d, normalizeClass as f, openBlock as p, renderSlot as m, toRef as h, unref as g, useModel as _, watch as v } from "vue";
|
|
6
6
|
//#region src/components/QRadioGroup/QRadioGroup.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -41,7 +41,7 @@ var y = ["id"], b = {
|
|
|
41
41
|
v(S, (e) => {
|
|
42
42
|
x.value = e;
|
|
43
43
|
});
|
|
44
|
-
let C = n(h(u, "id")), w = i(() => u.name
|
|
44
|
+
let C = n(h(u, "id")), w = i(() => u.name ?? C.value), T = i(() => [
|
|
45
45
|
"q-radio-group",
|
|
46
46
|
{
|
|
47
47
|
"q-radio-group--horizontal": u.orientation === "horizontal",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAuPA;AA8sBC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAoB1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,GAAG,CAAA;AAGrC,OAAO,EAEN,QAAQ,EAOR,MAAM,KAAK,CAAA;AAEZ,KAAK,WAAW,GAAG,YAAY,CAAC;AAoUhC;;GAEG;AACH,iBAAS,SAAS,SAEjB;AAsHF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA+jBT,OAAO,IAA6B;;yBAzBpB,GAAG;;;;;YACL,GAAG;wBACF,GAAG;wBACH,GAAG;gCACM,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import { QSpinnerLoader as t } from "../QSpinnerLoader/index.js";
|
|
|
3
3
|
import { QButton as n } from "../QButton/index.js";
|
|
4
4
|
import { QIcon as r } from "../QIcon/index.js";
|
|
5
5
|
import { QChevron as i } from "../__internal__/QChevron/index.js";
|
|
6
|
-
import { useId as a } from "../../composables/
|
|
6
|
+
import { useId as a } from "../../composables/useId/index.js";
|
|
7
7
|
import { QBadge as o } from "../QBadge/index.js";
|
|
8
8
|
import { QField as ee } from "../QField/index.js";
|
|
9
9
|
import { QClearButton as te } from "../__internal__/QClearButton/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgBA;
|
|
1
|
+
{"version":3,"file":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgBA;AAuPC,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,WAAW,CAAA;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAuNlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -55,19 +55,27 @@ var y = ["id"], b = { class: "q-sidebar__panels" }, x = /*@__PURE__*/ s({
|
|
|
55
55
|
function I(e) {
|
|
56
56
|
E.value = E.value.filter((t) => t.value !== e);
|
|
57
57
|
}
|
|
58
|
-
function L(e) {
|
|
58
|
+
function L(e, t) {
|
|
59
|
+
if (e === t) return;
|
|
60
|
+
let n = E.value.findIndex((t) => t.value === e);
|
|
61
|
+
n !== -1 && (E.value = E.value.map((e, r) => r === n ? {
|
|
62
|
+
...e,
|
|
63
|
+
value: t
|
|
64
|
+
} : e));
|
|
65
|
+
}
|
|
66
|
+
function R(e) {
|
|
59
67
|
S("click:item", e);
|
|
60
68
|
}
|
|
61
|
-
function
|
|
69
|
+
function z() {
|
|
62
70
|
S("resize:start");
|
|
63
71
|
}
|
|
64
|
-
function
|
|
72
|
+
function B(e) {
|
|
65
73
|
k.value = e, S("resize", e);
|
|
66
74
|
}
|
|
67
|
-
function
|
|
75
|
+
function V(e) {
|
|
68
76
|
S("resize:end", e);
|
|
69
77
|
}
|
|
70
|
-
function
|
|
78
|
+
function H() {
|
|
71
79
|
C.value || (D.value = void 0, A());
|
|
72
80
|
}
|
|
73
81
|
return v(() => x.anchorWidth, A), f(n, {
|
|
@@ -79,11 +87,12 @@ var y = ["id"], b = { class: "q-sidebar__panels" }, x = /*@__PURE__*/ s({
|
|
|
79
87
|
items: E,
|
|
80
88
|
register: F,
|
|
81
89
|
unregister: I,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
90
|
+
updateValue: L,
|
|
91
|
+
onItemClick: R,
|
|
92
|
+
onResizeStart: z,
|
|
93
|
+
onPanelResize: B,
|
|
94
|
+
onResizeEnd: V,
|
|
95
|
+
onPanelAfterLeave: H
|
|
87
96
|
}), (e, n) => (d(), i("div", {
|
|
88
97
|
id: x.id,
|
|
89
98
|
class: l(P.value),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarItem.vue"],"names":[],"mappings":"AAkEA;
|
|
1
|
+
{"version":3,"file":"QSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarItem.vue"],"names":[],"mappings":"AAkEA;AA8LC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA6GjD,iBAAS,cAAc;WAiMT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;wBACb,GAAG;iCACM,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmEqkS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;EAnD1tS;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6BglS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;OArBztS,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useGroupItem as e } from "../../composables/useGroup/index.js";
|
|
2
2
|
import { QIcon as t } from "../QIcon/index.js";
|
|
3
|
-
import { useId as n } from "../../composables/
|
|
3
|
+
import { useId as n } from "../../composables/useId/index.js";
|
|
4
4
|
import { SidebarSymbol as r } from "./context.js";
|
|
5
5
|
import { QToggle as i } from "../QToggle/index.js";
|
|
6
6
|
import a from "./QSidebarPanel2.vue.js";
|
|
7
|
-
import { Fragment as o, Teleport as s, Transition as c, computed as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createSlots as p, createVNode as m, defineComponent as h, inject as g, mergeProps as _, normalizeClass as v, normalizeProps as y, onBeforeMount as b, onBeforeUnmount as x, openBlock as S, renderSlot as C, toRef as w, unref as T, useTemplateRef as E,
|
|
7
|
+
import { Fragment as o, Teleport as s, Transition as c, computed as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createSlots as p, createVNode as m, defineComponent as h, inject as g, mergeProps as _, normalizeClass as v, normalizeProps as y, onBeforeMount as b, onBeforeUnmount as x, openBlock as S, renderSlot as C, toRef as w, unref as T, useTemplateRef as E, watch as D, withCtx as O } from "vue";
|
|
8
8
|
//#region src/components/QSidebar/QSidebarItem.vue?vue&type=script&setup=true&lang.ts
|
|
9
|
-
var
|
|
9
|
+
var k = /*@__PURE__*/ h({
|
|
10
10
|
__name: "QSidebarItem",
|
|
11
11
|
props: {
|
|
12
12
|
id: {},
|
|
@@ -24,45 +24,47 @@ var O = /*@__PURE__*/ h({
|
|
|
24
24
|
maxWidth: { default: "block" }
|
|
25
25
|
},
|
|
26
26
|
setup(h) {
|
|
27
|
-
let
|
|
28
|
-
if (!
|
|
29
|
-
let
|
|
30
|
-
if (!
|
|
31
|
-
let
|
|
32
|
-
function B() {
|
|
33
|
-
F.toggle(), P.onItemClick(A.value);
|
|
34
|
-
}
|
|
27
|
+
let k = h, A = g(r);
|
|
28
|
+
if (!A) throw Error("QSidebarItem: Failed to retrieve sidebar context. Ensure the component is used within a QSidebar context.");
|
|
29
|
+
let j = n(w(k, "value")), M = n(w(k, "id")), N = n(), P = e(j);
|
|
30
|
+
if (!P) throw Error("QSidebarItem: Failed to retrieve group item. Ensure the component is used within a QSidebar context.");
|
|
31
|
+
let F = A, I = P, L = E("anchor"), R = l(() => F.anchorItemsEl.value), z = l(() => F.position.value === "left" ? "right" : "left"), B = l(() => F.position.value === "left" ? "slide-right" : "slide-left");
|
|
35
32
|
function V() {
|
|
36
|
-
|
|
33
|
+
I.toggle(), F.onItemClick(j.value);
|
|
34
|
+
}
|
|
35
|
+
function H() {
|
|
36
|
+
F.onPanelAfterLeave();
|
|
37
37
|
}
|
|
38
38
|
return b(() => {
|
|
39
|
-
|
|
40
|
-
value:
|
|
41
|
-
resizable: w(
|
|
42
|
-
initialWidth: w(
|
|
43
|
-
minWidth: w(
|
|
44
|
-
maxWidth: w(
|
|
45
|
-
anchorRef:
|
|
39
|
+
F.register({
|
|
40
|
+
value: j.value,
|
|
41
|
+
resizable: w(k, "resizable"),
|
|
42
|
+
initialWidth: w(k, "initialWidth"),
|
|
43
|
+
minWidth: w(k, "minWidth"),
|
|
44
|
+
maxWidth: w(k, "maxWidth"),
|
|
45
|
+
anchorRef: L
|
|
46
46
|
});
|
|
47
|
+
}), D(j, (e, t) => {
|
|
48
|
+
e !== t && F.updateValue(t, e);
|
|
47
49
|
}), x(() => {
|
|
48
|
-
|
|
49
|
-
}), (e, n) => (S(), f(o, null, [
|
|
50
|
+
F.unregister(j.value);
|
|
51
|
+
}), (e, n) => (S(), f(o, null, [R.value ? (S(), u(s, {
|
|
50
52
|
key: 0,
|
|
51
|
-
to:
|
|
53
|
+
to: R.value
|
|
52
54
|
}, [m(T(i), {
|
|
53
|
-
id: T(
|
|
55
|
+
id: T(M),
|
|
54
56
|
ref: "anchor",
|
|
55
57
|
"data-testid": "q-sidebar-panel-button",
|
|
56
58
|
borderless: "",
|
|
57
59
|
"icon-pos": "top",
|
|
58
|
-
class: v(["q-sidebar__item",
|
|
59
|
-
"model-value": T(
|
|
60
|
-
"aria-controls": T(
|
|
61
|
-
label: T(
|
|
62
|
-
title: T(
|
|
63
|
-
"onUpdate:modelValue":
|
|
60
|
+
class: v(["q-sidebar__item", k.class]),
|
|
61
|
+
"model-value": T(I).isActive.value,
|
|
62
|
+
"aria-controls": T(N),
|
|
63
|
+
label: T(F).showLabels.value ? k.title : void 0,
|
|
64
|
+
title: T(F).showLabels.value ? void 0 : k.title,
|
|
65
|
+
"onUpdate:modelValue": V
|
|
64
66
|
}, {
|
|
65
|
-
default:
|
|
67
|
+
default: O(() => [C(e.$slots, "anchor", {}, () => [k.icon ? (S(), u(T(t), y(_({ key: 0 }, k.icon)), null, 16)) : d("v-if", !0)])]),
|
|
66
68
|
_: 3
|
|
67
69
|
}, 8, [
|
|
68
70
|
"id",
|
|
@@ -72,43 +74,43 @@ var O = /*@__PURE__*/ h({
|
|
|
72
74
|
"label",
|
|
73
75
|
"title"
|
|
74
76
|
])], 8, ["to"])) : d("v-if", !0), m(c, {
|
|
75
|
-
name:
|
|
76
|
-
css: T(
|
|
77
|
-
onAfterLeave:
|
|
77
|
+
name: B.value,
|
|
78
|
+
css: T(F).animatePanel.value,
|
|
79
|
+
onAfterLeave: H
|
|
78
80
|
}, {
|
|
79
|
-
default:
|
|
81
|
+
default: O(() => [T(I).isActive.value ? (S(), u(a, {
|
|
80
82
|
key: 0,
|
|
81
|
-
id: T(
|
|
82
|
-
"aria-labelledby": T(
|
|
83
|
-
title:
|
|
84
|
-
resizable:
|
|
85
|
-
"show-grip":
|
|
86
|
-
"resize-position":
|
|
87
|
-
"onResize:start": T(
|
|
88
|
-
onResize: T(
|
|
89
|
-
"onResize:end": T(
|
|
83
|
+
id: T(N),
|
|
84
|
+
"aria-labelledby": T(M),
|
|
85
|
+
title: k.title,
|
|
86
|
+
resizable: k.resizable,
|
|
87
|
+
"show-grip": k.showGrip,
|
|
88
|
+
"resize-position": z.value,
|
|
89
|
+
"onResize:start": T(F).onResizeStart,
|
|
90
|
+
onResize: T(F).onPanelResize,
|
|
91
|
+
"onResize:end": T(F).onResizeEnd
|
|
90
92
|
}, p({
|
|
91
|
-
content:
|
|
93
|
+
content: O(() => [C(e.$slots, "default")]),
|
|
92
94
|
_: 2
|
|
93
95
|
}, [
|
|
94
96
|
e.$slots["header.prepend"] ? {
|
|
95
97
|
name: "header.prepend",
|
|
96
|
-
fn:
|
|
98
|
+
fn: O(() => [C(e.$slots, "header.prepend")]),
|
|
97
99
|
key: "0"
|
|
98
100
|
} : void 0,
|
|
99
101
|
e.$slots.header ? {
|
|
100
102
|
name: "header",
|
|
101
|
-
fn:
|
|
103
|
+
fn: O(() => [C(e.$slots, "header")]),
|
|
102
104
|
key: "1"
|
|
103
105
|
} : void 0,
|
|
104
106
|
e.$slots["header.append"] ? {
|
|
105
107
|
name: "header.append",
|
|
106
|
-
fn:
|
|
108
|
+
fn: O(() => [C(e.$slots, "header.append")]),
|
|
107
109
|
key: "2"
|
|
108
110
|
} : void 0,
|
|
109
111
|
e.$slots.footer ? {
|
|
110
112
|
name: "footer",
|
|
111
|
-
fn:
|
|
113
|
+
fn: O(() => [C(e.$slots, "footer")]),
|
|
112
114
|
key: "3"
|
|
113
115
|
} : void 0
|
|
114
116
|
]), 1032, [
|
|
@@ -127,4 +129,4 @@ var O = /*@__PURE__*/ h({
|
|
|
127
129
|
}
|
|
128
130
|
});
|
|
129
131
|
//#endregion
|
|
130
|
-
export {
|
|
132
|
+
export { k as default };
|
|
@@ -73,6 +73,13 @@ export type SidebarContext = {
|
|
|
73
73
|
* @param value - The item `value` to remove.
|
|
74
74
|
*/
|
|
75
75
|
unregister: (value: string) => void;
|
|
76
|
+
/**
|
|
77
|
+
* Updates a registered item's value in place so registry order is preserved.
|
|
78
|
+
*
|
|
79
|
+
* @param oldValue - The previously registered item value.
|
|
80
|
+
* @param newValue - The updated item value.
|
|
81
|
+
*/
|
|
82
|
+
updateValue: (oldValue: string, newValue: string) => void;
|
|
76
83
|
/**
|
|
77
84
|
* Notifies the parent that an anchor item was clicked.
|
|
78
85
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEhD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,SAAS,EAAE,GAAG,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IAEnC;;OAEG;IACH,YAAY,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAEhD;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAE5C;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAE5C;;OAEG;IACH,SAAS,EAAE,GAAG,CAAC;QAAE,GAAG,CAAC,EAAE,WAAW,CAAA;KAAE,GAAG,WAAW,GAAG,IAAI,CAAC,CAAA;CAC1D,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAE9C;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,MAAM,GAAG,OAAO,CAAC,CAAA;IAEvC;;OAEG;IACH,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAEhC;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAE5C;;;;OAIG;IACH,YAAY,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAElC;;OAEG;IACH,KAAK,EAAE,UAAU,CAAC,uBAAuB,EAAE,CAAC,CAAA;IAE5C;;;;OAIG;IACH,QAAQ,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAA;IAEjD;;;;OAIG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnC;;;;OAIG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEpC;;OAEG;IACH,aAAa,EAAE,MAAM,IAAI,CAAA;IAEzB;;;;OAIG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEtC;;;;OAIG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEpC;;;OAGG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,cAAc,CAAuB,CAAA"}
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/context.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAEhD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,SAAS,EAAE,GAAG,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IAEnC;;OAEG;IACH,YAAY,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAEhD;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAE5C;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAA;IAE5C;;OAEG;IACH,SAAS,EAAE,GAAG,CAAC;QAAE,GAAG,CAAC,EAAE,WAAW,CAAA;KAAE,GAAG,WAAW,GAAG,IAAI,CAAC,CAAA;CAC1D,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAE9C;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,MAAM,GAAG,OAAO,CAAC,CAAA;IAEvC;;OAEG;IACH,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAEhC;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAE5C;;;;OAIG;IACH,YAAY,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAElC;;OAEG;IACH,KAAK,EAAE,UAAU,CAAC,uBAAuB,EAAE,CAAC,CAAA;IAE5C;;;;OAIG;IACH,QAAQ,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAA;IAEjD;;;;OAIG;IACH,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnC;;;;;OAKG;IACH,WAAW,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAEzD;;;;OAIG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEpC;;OAEG;IACH,aAAa,EAAE,MAAM,IAAI,CAAA;IAEzB;;;;OAIG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEtC;;;;OAIG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAEpC;;;OAGG;IACH,iBAAiB,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,cAAc,CAAuB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useColor as e } from "../../composables/useColor/index.js";
|
|
2
|
-
import { useId as t } from "../../composables/
|
|
2
|
+
import { useId as t } from "../../composables/useId/index.js";
|
|
3
3
|
import { QLabel as n } from "../QLabel/index.js";
|
|
4
4
|
import { Fragment as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, defineComponent as u, mergeModels as d, mergeProps as f, normalizeClass as p, normalizeStyle as m, openBlock as h, toDisplayString as g, toRef as _, unref as v, useModel as y, vModelCheckbox as b, withDirectives as x, withModifiers as S } from "vue";
|
|
5
5
|
//#region src/components/QSwitch/QSwitch.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/QTab.vue"],"names":[],"mappings":"AA6CA;
|
|
1
|
+
{"version":3,"file":"QTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTabs/QTab.vue"],"names":[],"mappings":"AA6CA;AAuNC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAW3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA+JzC,iBAAS,cAAc;WAwHT,OAAO,IAA6B;;iCAdZ,GAAG;uBACb,GAAG;gCACM,GAAG;yBACV,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmEisW,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;EAnDv1W;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6B6sW,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;OArBt1W,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|