@quidgest/ui 0.20.1 → 0.21.1
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 -0
- package/README.md +10 -0
- package/dist/json/api.json +219 -3
- package/dist/manifest/components.json +1 -0
- package/dist/ui.css +239 -248
- package/dist/ui.esm.js +1306 -1139
- package/dist/ui.js +788 -621
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +788 -621
- package/dist/ui.scss +291 -34
- 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.vue.js +1 -1
- 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.d.ts +1 -1
- package/esm/components/QObfuscation/QObfuscation.d.ts.map +1 -1
- package/esm/components/QObfuscation/QObfuscation.vue.js +53 -56
- package/esm/components/QObfuscation/index.d.ts +6 -6
- package/esm/components/QObfuscation/types.d.ts +1 -1
- package/esm/components/QObfuscation/types.d.ts.map +1 -1
- package/esm/components/QOverflow/QOverflow.d.ts +43 -0
- package/esm/components/QOverflow/QOverflow.d.ts.map +1 -0
- package/esm/components/QOverflow/QOverflow.vue.js +281 -0
- package/esm/components/QOverflow/QOverflow2.vue.js +5 -0
- package/esm/components/QOverflow/constants.d.ts +30 -0
- package/esm/components/QOverflow/constants.d.ts.map +1 -0
- package/esm/components/QOverflow/constants.js +12 -0
- package/esm/components/QOverflow/index.d.ts +58 -0
- package/esm/components/QOverflow/index.d.ts.map +1 -0
- package/esm/components/QOverflow/index.js +6 -0
- package/esm/components/QOverflow/types.d.ts +119 -0
- package/esm/components/QOverflow/types.d.ts.map +1 -0
- 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 +58 -56
- package/esm/composables/index.d.ts +2 -2
- package/esm/composables/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.d.ts +46 -17
- package/esm/composables/useColor/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.js +57 -29
- 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,58 @@
|
|
|
1
|
+
declare const QOverflow: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QOverflowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
3
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
4
|
+
texts: import('./constants').QOverflowTexts;
|
|
5
|
+
direction: import('./types').QOverflowDirection;
|
|
6
|
+
arrowPlacement: import('./types').QOverflowArrowPlacement;
|
|
7
|
+
arrowVisibility: import('./types').QOverflowArrowVisibility;
|
|
8
|
+
scrollMode: import('./types').QOverflowScrollMode;
|
|
9
|
+
scrollStep: number;
|
|
10
|
+
remapWheel: boolean;
|
|
11
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
12
|
+
viewportRef: HTMLDivElement;
|
|
13
|
+
contentRef: HTMLDivElement;
|
|
14
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
15
|
+
P: {};
|
|
16
|
+
B: {};
|
|
17
|
+
D: {};
|
|
18
|
+
C: {};
|
|
19
|
+
M: {};
|
|
20
|
+
Defaults: {};
|
|
21
|
+
}, Readonly<import('./types').QOverflowProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
22
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
23
|
+
texts: import('./constants').QOverflowTexts;
|
|
24
|
+
direction: import('./types').QOverflowDirection;
|
|
25
|
+
arrowPlacement: import('./types').QOverflowArrowPlacement;
|
|
26
|
+
arrowVisibility: import('./types').QOverflowArrowVisibility;
|
|
27
|
+
scrollMode: import('./types').QOverflowScrollMode;
|
|
28
|
+
scrollStep: number;
|
|
29
|
+
remapWheel: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
__isFragment?: never;
|
|
32
|
+
__isTeleport?: never;
|
|
33
|
+
__isSuspense?: never;
|
|
34
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').QOverflowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
35
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
36
|
+
texts: import('./constants').QOverflowTexts;
|
|
37
|
+
direction: import('./types').QOverflowDirection;
|
|
38
|
+
arrowPlacement: import('./types').QOverflowArrowPlacement;
|
|
39
|
+
arrowVisibility: import('./types').QOverflowArrowVisibility;
|
|
40
|
+
scrollMode: import('./types').QOverflowScrollMode;
|
|
41
|
+
scrollStep: number;
|
|
42
|
+
remapWheel: boolean;
|
|
43
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
44
|
+
$slots: {
|
|
45
|
+
prev?(_: {
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
onClick: () => void;
|
|
48
|
+
}): any;
|
|
49
|
+
default?(_: {}): any;
|
|
50
|
+
next?(_: {
|
|
51
|
+
disabled: boolean;
|
|
52
|
+
onClick: () => void;
|
|
53
|
+
}): any;
|
|
54
|
+
};
|
|
55
|
+
});
|
|
56
|
+
export { QOverflow };
|
|
57
|
+
export * from './types';
|
|
58
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QOverflow/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,CAAA;AAGpB,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
import { DEFAULT_ICONS, QOverflowTexts } from './constants';
|
|
3
|
+
export type { QOverflowTexts } from './constants';
|
|
4
|
+
/**
|
|
5
|
+
* Scroll axis for {@link QOverflow}.
|
|
6
|
+
*/
|
|
7
|
+
export type QOverflowDirection = 'horizontal' | 'vertical';
|
|
8
|
+
/**
|
|
9
|
+
* Where navigation arrows sit relative to the content track.
|
|
10
|
+
*/
|
|
11
|
+
export type QOverflowArrowPlacement = 'outside' | 'inside';
|
|
12
|
+
/**
|
|
13
|
+
* When navigation arrows are shown (only while content overflows).
|
|
14
|
+
*/
|
|
15
|
+
export type QOverflowArrowVisibility = 'always' | 'hover';
|
|
16
|
+
/**
|
|
17
|
+
* How far each arrow click (or equivalent) advances the scroll position.
|
|
18
|
+
*
|
|
19
|
+
* - `page` — by the visible viewport size
|
|
20
|
+
* - `step` — by a fixed pixel amount (`scrollStep`)
|
|
21
|
+
* - `item` — centers the next or previous **direct** `HTMLElement` child of the
|
|
22
|
+
* content track (`.q-overflow__content`). The track is a plain block — lay out
|
|
23
|
+
* strip children yourself (e.g. a flex row wrapper, or inline-level items).
|
|
24
|
+
* Nested wrappers, transforms, or non-element nodes are not item targets.
|
|
25
|
+
*/
|
|
26
|
+
export type QOverflowScrollMode = 'page' | 'step' | 'item';
|
|
27
|
+
/**
|
|
28
|
+
* Slot props passed to the `prev` and `next` slots on {@link QOverflow}.
|
|
29
|
+
*/
|
|
30
|
+
export type QOverflowNavSlotProps = {
|
|
31
|
+
/**
|
|
32
|
+
* Whether the navigation control is disabled.
|
|
33
|
+
*
|
|
34
|
+
* @category State
|
|
35
|
+
*/
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Handler that scrolls in the slot's direction.
|
|
39
|
+
*
|
|
40
|
+
* @category Behavior
|
|
41
|
+
*/
|
|
42
|
+
onClick: () => void;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Props for the QOverflow component.
|
|
46
|
+
*/
|
|
47
|
+
export type QOverflowProps = QBaseComponentProps & {
|
|
48
|
+
/**
|
|
49
|
+
* Scroll axis of the overflow viewport.
|
|
50
|
+
*
|
|
51
|
+
* Uses physical horizontal/vertical scrolling (`scrollLeft` / `scrollTop`). RTL and
|
|
52
|
+
* logical start/end navigation are out of scope for v1.
|
|
53
|
+
*
|
|
54
|
+
* `vertical` sets `height: 100%` on the root — the host (or an ancestor) must have a
|
|
55
|
+
* definite height, or the track grows with content and overflow never appears.
|
|
56
|
+
*
|
|
57
|
+
* @category Presentation
|
|
58
|
+
*/
|
|
59
|
+
direction?: QOverflowDirection;
|
|
60
|
+
/**
|
|
61
|
+
* Whether arrows sit beside the track (`outside`) or overlay its edges (`inside`).
|
|
62
|
+
*
|
|
63
|
+
* @category Presentation
|
|
64
|
+
*/
|
|
65
|
+
arrowPlacement?: QOverflowArrowPlacement;
|
|
66
|
+
/**
|
|
67
|
+
* Whether arrows stay visible while overflowing, or only appear on hover / focus-within.
|
|
68
|
+
*
|
|
69
|
+
* `hover` is gated with `@media (hover: hover) and (pointer: fine)` so coarse-pointer
|
|
70
|
+
* and touch devices keep arrows visible (panning alone would otherwise leave them hidden).
|
|
71
|
+
*
|
|
72
|
+
* @category Presentation
|
|
73
|
+
*/
|
|
74
|
+
arrowVisibility?: QOverflowArrowVisibility;
|
|
75
|
+
/**
|
|
76
|
+
* How far each navigation action advances the scroll position.
|
|
77
|
+
*
|
|
78
|
+
* For `item`, targets are direct `HTMLElement` children of the content track only
|
|
79
|
+
* (see {@link QOverflowScrollMode}).
|
|
80
|
+
*
|
|
81
|
+
* @category Behavior
|
|
82
|
+
*/
|
|
83
|
+
scrollMode?: QOverflowScrollMode;
|
|
84
|
+
/**
|
|
85
|
+
* Pixel distance used when `scrollMode` is `step`.
|
|
86
|
+
*
|
|
87
|
+
* @category Behavior
|
|
88
|
+
*/
|
|
89
|
+
scrollStep?: number;
|
|
90
|
+
/**
|
|
91
|
+
* When `true` and `direction` is `horizontal`, dominant vertical wheel / trackpad
|
|
92
|
+
* deltas are mapped onto `scrollLeft` (and may `preventDefault` page scroll while
|
|
93
|
+
* the strip can still move). Default `false` so long-page hosts (e.g. future tabs)
|
|
94
|
+
* are not surprised; enable for standalone strips that want trackpad UX.
|
|
95
|
+
*
|
|
96
|
+
* @category Behavior
|
|
97
|
+
*/
|
|
98
|
+
remapWheel?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Custom icon configurations for navigation controls.
|
|
101
|
+
*
|
|
102
|
+
* Icons are chosen from physical `direction` (left/right or up/down), not document
|
|
103
|
+
* `dir` / writing mode. Logical start/end and RTL-aware chevrons are a follow-up.
|
|
104
|
+
*
|
|
105
|
+
* @category Configuration
|
|
106
|
+
*/
|
|
107
|
+
icons?: typeof DEFAULT_ICONS;
|
|
108
|
+
/**
|
|
109
|
+
* Custom accessible strings for navigation controls.
|
|
110
|
+
*
|
|
111
|
+
* Optional `regionLabel` opts into a named landmark (`role="region"` + `aria-label`).
|
|
112
|
+
* Omit it (the default) for a plain root — avoids N generic landmarks and an invalid
|
|
113
|
+
* unnamed `region`.
|
|
114
|
+
*
|
|
115
|
+
* @category Configuration
|
|
116
|
+
*/
|
|
117
|
+
texts?: QOverflowTexts;
|
|
118
|
+
};
|
|
119
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverflow/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEhE,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,SAAS,GAAG,QAAQ,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEzD;;;;;;;;;GASG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IACnC;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,OAAO,EAAE,MAAM,IAAI,CAAA;CACnB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;;;;;;;OAUG;IACH,SAAS,CAAC,EAAE,kBAAkB,CAAA;IAE9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAA;IAExC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,wBAAwB,CAAA;IAE1C;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,mBAAmB,CAAA;IAEhC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,cAAc,CAAA;CACtB,CAAA"}
|
|
@@ -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"}
|