@quidgest/ui 0.15.2 → 0.15.4
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/manifest/components.json +4 -0
- package/dist/ui.css +111 -6
- package/dist/ui.esm.js +6988 -5987
- package/dist/ui.js +33 -26
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1141 -990
- package/dist/ui.scss +119 -9
- package/esm/components/QCombobox/QCombobox.d.ts +18 -14
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/index.d.ts +29 -17
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +3 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +2 -2
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +51 -50
- package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts +35 -0
- package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts.map +1 -0
- package/esm/components/QDismissibleLayer/QDismissibleLayer.vue.js +50 -0
- package/esm/components/QDismissibleLayer/QDismissibleLayer.vue2.js +4 -0
- package/esm/components/QDismissibleLayer/index.d.ts +53 -0
- package/esm/components/QDismissibleLayer/index.d.ts.map +1 -0
- package/esm/components/QDismissibleLayer/index.js +6 -0
- package/esm/components/QDismissibleLayer/types.d.ts +25 -0
- package/esm/components/QDismissibleLayer/types.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +0 -4
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +10 -15
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +10 -15
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +72 -117
- package/esm/components/QDropdownMenu/index.d.ts +0 -3
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +11 -10
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QFocusTrap/QFocusTrap.d.ts +28 -0
- package/esm/components/QFocusTrap/QFocusTrap.d.ts.map +1 -0
- package/esm/components/QFocusTrap/QFocusTrap.vue.js +32 -0
- package/esm/components/QFocusTrap/QFocusTrap.vue2.js +4 -0
- package/esm/components/QFocusTrap/index.d.ts +38 -0
- package/esm/components/QFocusTrap/index.d.ts.map +1 -0
- package/esm/components/QFocusTrap/index.js +6 -0
- package/esm/components/QFocusTrap/types.d.ts +6 -0
- package/esm/components/QFocusTrap/types.d.ts.map +1 -0
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QLabel/QLabel.d.ts +1 -0
- package/esm/components/QLabel/QLabel.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +28 -13
- package/esm/components/QLabel/index.d.ts +1 -0
- package/esm/components/QLabel/index.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts +5 -0
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +0 -9
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +97 -82
- package/esm/components/QList/index.d.ts +0 -3
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +14 -13
- package/esm/components/QMeter/index.d.ts +2 -0
- package/esm/components/QMeter/index.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +2 -0
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +197 -148
- package/esm/components/QOverlay/index.d.ts +4 -0
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +6 -1
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +6 -5
- package/esm/components/QPasswordField/index.d.ts +4 -2
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +23 -23
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +20 -20
- package/esm/components/QPropertyList/index.d.ts +9 -2
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
- package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
- package/esm/components/QRadioGroup/index.d.ts +108 -0
- package/esm/components/QRadioGroup/index.d.ts.map +1 -0
- package/esm/components/QRadioGroup/index.js +8 -0
- package/esm/components/QRadioGroup/types.d.ts +65 -0
- package/esm/components/QRadioGroup/types.d.ts.map +1 -0
- package/esm/components/QSelect/QSelect.d.ts +4 -8
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +107 -126
- package/esm/components/QSelect/index.d.ts +5 -4
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -0
- package/esm/components/QTextArea/index.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 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/index.d.ts +3 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +67 -60
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +1 -1
- package/esm/index.d.ts +4 -0
- package/esm/utils/merge.d.ts.map +1 -1
- package/esm/utils/merge.js +12 -16
- package/esm/vendors/@vueuse/core/index.js +173 -67
- package/esm/vendors/@vueuse/integrations/useFocusTrap/component.js +24 -0
- package/esm/vendors/@vueuse/shared/index.js +36 -15
- package/esm/vendors/focus-trap/dist/focus-trap.esm.js +473 -0
- package/esm/vendors/tabbable/dist/index.esm.js +202 -0
- package/package.json +3 -1
|
@@ -4,6 +4,7 @@ declare const QSelect: {
|
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
label?: string;
|
|
6
6
|
for?: string;
|
|
7
|
+
required?: boolean;
|
|
7
8
|
} & {
|
|
8
9
|
size?: import('..').QFieldSize;
|
|
9
10
|
readonly?: boolean;
|
|
@@ -54,10 +55,10 @@ declare const QSelect: {
|
|
|
54
55
|
readonly class?: string | unknown[] | undefined;
|
|
55
56
|
readonly label?: string | undefined;
|
|
56
57
|
readonly for?: string | undefined;
|
|
58
|
+
readonly required?: boolean | undefined;
|
|
57
59
|
readonly size?: import('..').QFieldSize | undefined;
|
|
58
60
|
readonly readonly?: boolean | undefined;
|
|
59
61
|
readonly disabled?: boolean | undefined;
|
|
60
|
-
readonly required?: boolean | undefined;
|
|
61
62
|
readonly invalid?: boolean | undefined;
|
|
62
63
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
63
64
|
$attrs: {
|
|
@@ -227,7 +228,6 @@ declare const QSelect: {
|
|
|
227
228
|
}> & Readonly<{
|
|
228
229
|
"onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
229
230
|
}>, {
|
|
230
|
-
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
231
231
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
232
232
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
233
233
|
getFirstFocusableItemIndex: () => number;
|
|
@@ -274,8 +274,7 @@ declare const QSelect: {
|
|
|
274
274
|
selectable?: boolean;
|
|
275
275
|
}> & Readonly<{
|
|
276
276
|
"onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
277
|
-
}>, "
|
|
278
|
-
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
277
|
+
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
279
278
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
280
279
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
281
280
|
getFirstFocusableItemIndex: () => number;
|
|
@@ -304,6 +303,7 @@ declare const QSelect: {
|
|
|
304
303
|
} & import('../../types/component').QBaseComponentProps & {
|
|
305
304
|
label?: string;
|
|
306
305
|
for?: string;
|
|
306
|
+
required?: boolean;
|
|
307
307
|
} & {
|
|
308
308
|
size?: import('..').QFieldSize;
|
|
309
309
|
readonly?: boolean;
|
|
@@ -347,6 +347,7 @@ declare const QSelect: {
|
|
|
347
347
|
} & import('../../types/component').QBaseComponentProps & {
|
|
348
348
|
label?: string;
|
|
349
349
|
for?: string;
|
|
350
|
+
required?: boolean;
|
|
350
351
|
} & {
|
|
351
352
|
size?: import('..').QFieldSize;
|
|
352
353
|
readonly?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAI2wzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAJr2zB,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -10,10 +10,10 @@ const H = ["id", "required", "placeholder", "readonly", "disabled", "maxlength",
|
|
|
10
10
|
class: {},
|
|
11
11
|
label: {},
|
|
12
12
|
for: {},
|
|
13
|
+
required: { type: Boolean },
|
|
13
14
|
size: {},
|
|
14
15
|
readonly: { type: Boolean },
|
|
15
16
|
disabled: { type: Boolean },
|
|
16
|
-
required: { type: Boolean },
|
|
17
17
|
invalid: { type: Boolean },
|
|
18
18
|
placeholder: {},
|
|
19
19
|
maxLength: {},
|
|
@@ -4,6 +4,7 @@ declare const QTextArea: {
|
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
label?: string;
|
|
6
6
|
for?: string;
|
|
7
|
+
required?: boolean;
|
|
7
8
|
} & {
|
|
8
9
|
size?: import('..').QFieldSize;
|
|
9
10
|
readonly?: boolean;
|
|
@@ -40,6 +41,7 @@ declare const QTextArea: {
|
|
|
40
41
|
} & import('../../types/component').QBaseComponentProps & {
|
|
41
42
|
label?: string;
|
|
42
43
|
for?: string;
|
|
44
|
+
required?: boolean;
|
|
43
45
|
} & {
|
|
44
46
|
size?: import('..').QFieldSize;
|
|
45
47
|
readonly?: boolean;
|
|
@@ -69,6 +71,7 @@ declare const QTextArea: {
|
|
|
69
71
|
} & import('../../types/component').QBaseComponentProps & {
|
|
70
72
|
label?: string;
|
|
71
73
|
for?: string;
|
|
74
|
+
required?: boolean;
|
|
72
75
|
} & {
|
|
73
76
|
size?: import('..').QFieldSize;
|
|
74
77
|
readonly?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,CAAA"}
|
|
@@ -21,10 +21,10 @@ declare function __VLS_template(): {
|
|
|
21
21
|
readonly class?: string | unknown[] | undefined;
|
|
22
22
|
readonly label?: string | undefined;
|
|
23
23
|
readonly for?: string | undefined;
|
|
24
|
+
readonly required?: boolean | undefined;
|
|
24
25
|
readonly size?: import('../QField').QFieldSize | undefined;
|
|
25
26
|
readonly readonly?: boolean | undefined;
|
|
26
27
|
readonly disabled?: boolean | undefined;
|
|
27
|
-
readonly required?: boolean | undefined;
|
|
28
28
|
readonly invalid?: boolean | undefined;
|
|
29
29
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
30
30
|
$attrs: {
|
|
@@ -108,10 +108,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
108
108
|
readonly class?: string | unknown[] | undefined;
|
|
109
109
|
readonly label?: string | undefined;
|
|
110
110
|
readonly for?: string | undefined;
|
|
111
|
+
readonly required?: boolean | undefined;
|
|
111
112
|
readonly size?: import('../QField').QFieldSize | undefined;
|
|
112
113
|
readonly readonly?: boolean | undefined;
|
|
113
114
|
readonly disabled?: boolean | undefined;
|
|
114
|
-
readonly required?: boolean | undefined;
|
|
115
115
|
readonly invalid?: boolean | undefined;
|
|
116
116
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
117
117
|
$attrs: {
|
|
@@ -10,10 +10,10 @@ const _ = ["id", "type", "required", "placeholder", "readonly", "disabled"], T =
|
|
|
10
10
|
class: {},
|
|
11
11
|
label: {},
|
|
12
12
|
for: {},
|
|
13
|
+
required: { type: Boolean },
|
|
13
14
|
size: {},
|
|
14
15
|
readonly: { type: Boolean },
|
|
15
16
|
disabled: { type: Boolean },
|
|
16
|
-
required: { type: Boolean },
|
|
17
17
|
invalid: { type: Boolean },
|
|
18
18
|
placeholder: {},
|
|
19
19
|
clearable: { type: Boolean },
|
|
@@ -5,6 +5,7 @@ declare const QTextField: {
|
|
|
5
5
|
} & import('../../types/component').QBaseComponentProps & {
|
|
6
6
|
label?: string;
|
|
7
7
|
for?: string;
|
|
8
|
+
required?: boolean;
|
|
8
9
|
} & {
|
|
9
10
|
size?: import('..').QFieldSize;
|
|
10
11
|
readonly?: boolean;
|
|
@@ -37,10 +38,10 @@ declare const QTextField: {
|
|
|
37
38
|
readonly class?: string | unknown[] | undefined;
|
|
38
39
|
readonly label?: string | undefined;
|
|
39
40
|
readonly for?: string | undefined;
|
|
41
|
+
readonly required?: boolean | undefined;
|
|
40
42
|
readonly size?: import('..').QFieldSize | undefined;
|
|
41
43
|
readonly readonly?: boolean | undefined;
|
|
42
44
|
readonly disabled?: boolean | undefined;
|
|
43
|
-
readonly required?: boolean | undefined;
|
|
44
45
|
readonly invalid?: boolean | undefined;
|
|
45
46
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
46
47
|
$attrs: {
|
|
@@ -111,6 +112,7 @@ declare const QTextField: {
|
|
|
111
112
|
} & import('../../types/component').QBaseComponentProps & {
|
|
112
113
|
label?: string;
|
|
113
114
|
for?: string;
|
|
115
|
+
required?: boolean;
|
|
114
116
|
} & {
|
|
115
117
|
size?: import('..').QFieldSize;
|
|
116
118
|
readonly?: boolean;
|
|
@@ -139,6 +141,7 @@ declare const QTextField: {
|
|
|
139
141
|
} & import('../../types/component').QBaseComponentProps & {
|
|
140
142
|
label?: string;
|
|
141
143
|
for?: string;
|
|
144
|
+
required?: boolean;
|
|
142
145
|
} & {
|
|
143
146
|
size?: import('..').QFieldSize;
|
|
144
147
|
readonly?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAK9C,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAK9C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAO+ozB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPtuzB,CAAA;AAG/C,OAAO,EAAE,UAAU,EAAE,CAAA;AAGrB,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -11,9 +11,11 @@ export * from './QColorPicker';
|
|
|
11
11
|
export * from './QCombobox';
|
|
12
12
|
export * from './QDateTimePicker';
|
|
13
13
|
export * from './QDialog';
|
|
14
|
+
export * from './QDismissibleLayer';
|
|
14
15
|
export * from './QDropdownMenu';
|
|
15
16
|
export * from './QField';
|
|
16
17
|
export * from './QFileUpload';
|
|
18
|
+
export * from './QFocusTrap';
|
|
17
19
|
export * from './QIcon';
|
|
18
20
|
export * from './QInputGroup';
|
|
19
21
|
export * from './QLabel';
|
|
@@ -24,6 +26,7 @@ export * from './QOverlay';
|
|
|
24
26
|
export * from './QPasswordField';
|
|
25
27
|
export * from './QPopover';
|
|
26
28
|
export * from './QPropertyList';
|
|
29
|
+
export * from './QRadioGroup';
|
|
27
30
|
export * from './QSelect';
|
|
28
31
|
export * from './QSkeletonLoader';
|
|
29
32
|
export * from './QSpinnerLoader';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
package/esm/components/index.js
CHANGED
|
@@ -2,75 +2,82 @@ import { QAccordion as e } from "./QAccordion/index.js";
|
|
|
2
2
|
import { QBadge as p } from "./QBadge/index.js";
|
|
3
3
|
import { QBadgeIndicator as m } from "./QBadgeIndicator/index.js";
|
|
4
4
|
import { QButton as f } from "./QButton/index.js";
|
|
5
|
-
import { QButtonGroup as
|
|
6
|
-
import { QButtonToggle as
|
|
7
|
-
import { QCard as
|
|
8
|
-
import { QCheckbox as
|
|
9
|
-
import { QCollapsible as
|
|
5
|
+
import { QButtonGroup as a } from "./QButtonGroup/index.js";
|
|
6
|
+
import { QButtonToggle as l } from "./QButtonToggle/index.js";
|
|
7
|
+
import { QCard as s } from "./QCard/index.js";
|
|
8
|
+
import { QCheckbox as c } from "./QCheckbox/index.js";
|
|
9
|
+
import { QCollapsible as P } from "./QCollapsible/index.js";
|
|
10
10
|
import { QColorPicker as g } from "./QColorPicker/index.js";
|
|
11
11
|
import { QCombobox as b } from "./QCombobox/index.js";
|
|
12
12
|
import { QDateTimePicker as B } from "./QDateTimePicker/index.js";
|
|
13
|
-
import { QDialog as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
13
|
+
import { QDialog as C } from "./QDialog/index.js";
|
|
14
|
+
import { QDismissibleLayer as k } from "./QDismissibleLayer/index.js";
|
|
15
|
+
import { QDropdownMenu as D } from "./QDropdownMenu/index.js";
|
|
16
|
+
import { QField as w } from "./QField/index.js";
|
|
17
|
+
import { QFileUpload as h } from "./QFileUpload/index.js";
|
|
18
|
+
import { QFocusTrap as M } from "./QFocusTrap/index.js";
|
|
19
|
+
import { QIcon as U, QIconFont as j, QIconImg as q, QIconSvg as z } from "./QIcon/index.js";
|
|
20
|
+
import { QInputGroup as H } from "./QInputGroup/index.js";
|
|
21
|
+
import { QLabel as K } from "./QLabel/index.js";
|
|
22
|
+
import { QLineLoader as V } from "./QLineLoader/index.js";
|
|
23
|
+
import { QList as X, QListItem as Y, QListItemGroup as Z } from "./QList/index.js";
|
|
24
|
+
import { QMeter as $ } from "./QMeter/index.js";
|
|
25
|
+
import { QOverlay as ro } from "./QOverlay/index.js";
|
|
26
|
+
import { QPasswordField as to } from "./QPasswordField/index.js";
|
|
27
|
+
import { QPopover as Qo } from "./QPopover/index.js";
|
|
28
|
+
import { QPropertyList as xo, QPropertyListGroup as fo, QPropertyListPanel as io, QPropertyListRow as ao } from "./QPropertyList/index.js";
|
|
29
|
+
import { QRadioButton as lo, QRadioGroup as so } from "./QRadioGroup/index.js";
|
|
30
|
+
import { QSelect as co } from "./QSelect/index.js";
|
|
31
|
+
import { QSkeletonLoader as Po } from "./QSkeletonLoader/index.js";
|
|
32
|
+
import { QSpinnerLoader as go } from "./QSpinnerLoader/index.js";
|
|
33
|
+
import { QTextArea as bo } from "./QTextArea/index.js";
|
|
34
|
+
import { QTextField as Bo } from "./QTextField/index.js";
|
|
35
|
+
import { QThemeProvider as Co } from "./QThemeProvider/index.js";
|
|
36
|
+
import { QTooltip as ko } from "./QTooltip/index.js";
|
|
34
37
|
export {
|
|
35
38
|
e as QAccordion,
|
|
36
39
|
p as QBadge,
|
|
37
40
|
m as QBadgeIndicator,
|
|
38
41
|
f as QButton,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
a as QButtonGroup,
|
|
43
|
+
l as QButtonToggle,
|
|
44
|
+
s as QCard,
|
|
45
|
+
c as QCheckbox,
|
|
46
|
+
P as QCollapsible,
|
|
44
47
|
g as QColorPicker,
|
|
45
48
|
b as QCombobox,
|
|
46
49
|
B as QDateTimePicker,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
M as
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
z as
|
|
57
|
-
H as
|
|
58
|
-
K as
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
Z as
|
|
63
|
-
$ as
|
|
64
|
-
ro as
|
|
65
|
-
to as
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
50
|
+
C as QDialog,
|
|
51
|
+
k as QDismissibleLayer,
|
|
52
|
+
D as QDropdownMenu,
|
|
53
|
+
w as QField,
|
|
54
|
+
h as QFileUpload,
|
|
55
|
+
M as QFocusTrap,
|
|
56
|
+
U as QIcon,
|
|
57
|
+
j as QIconFont,
|
|
58
|
+
q as QIconImg,
|
|
59
|
+
z as QIconSvg,
|
|
60
|
+
H as QInputGroup,
|
|
61
|
+
K as QLabel,
|
|
62
|
+
V as QLineLoader,
|
|
63
|
+
X as QList,
|
|
64
|
+
Y as QListItem,
|
|
65
|
+
Z as QListItemGroup,
|
|
66
|
+
$ as QMeter,
|
|
67
|
+
ro as QOverlay,
|
|
68
|
+
to as QPasswordField,
|
|
69
|
+
Qo as QPopover,
|
|
70
|
+
xo as QPropertyList,
|
|
71
|
+
fo as QPropertyListGroup,
|
|
72
|
+
io as QPropertyListPanel,
|
|
73
|
+
ao as QPropertyListRow,
|
|
74
|
+
lo as QRadioButton,
|
|
75
|
+
so as QRadioGroup,
|
|
76
|
+
co as QSelect,
|
|
77
|
+
Po as QSkeletonLoader,
|
|
78
|
+
go as QSpinnerLoader,
|
|
79
|
+
bo as QTextArea,
|
|
80
|
+
Bo as QTextField,
|
|
81
|
+
Co as QThemeProvider,
|
|
82
|
+
ko as QTooltip
|
|
76
83
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../src/composables/group.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAKnE,qDAAqD;AACrD,eAAO,MAAM,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAyB,CAAA;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IAEzB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,KAAK,CAAC,CAAC;IACvB;;;;OAIG;IACH,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC,CAAA;IAEhC;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;IAElB;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../src/composables/group.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAKnE,qDAAqD;AACrD,eAAO,MAAM,WAAW,EAAE,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAyB,CAAA;AAE9E;;;GAGG;AACH,MAAM,WAAW,UAAU,CAAC,CAAC;IAC5B;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IAEzB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAA;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,KAAK,CAAC,CAAC;IACvB;;;;OAIG;IACH,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,CAAC,CAAA;IAEhC;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAA;IAElB;;OAEG;IACH,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CA0B5D;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAyBrE"}
|
package/esm/composables/group.js
CHANGED
|
@@ -2,7 +2,7 @@ import { inject as c, computed as v, unref as t, ref as n, watch as f, provide a
|
|
|
2
2
|
const l = Symbol.for("q-group");
|
|
3
3
|
function g(u) {
|
|
4
4
|
const e = {
|
|
5
|
-
active: n(t(u.active) ?? t(u.multiple) ? [] : void 0),
|
|
5
|
+
active: n(t(u.active) ?? (t(u.multiple) ? [] : void 0)),
|
|
6
6
|
multiple: v(() => t(u.multiple) || !1)
|
|
7
7
|
};
|
|
8
8
|
return f(
|
package/esm/index.d.ts
CHANGED
|
@@ -20,9 +20,11 @@ declare module '@vue/runtime-core' {
|
|
|
20
20
|
QCombobox: typeof import('@quidgest/ui/components')['QCombobox']
|
|
21
21
|
QDateTimePicker: typeof import('@quidgest/ui/components')['QDateTimePicker']
|
|
22
22
|
QDialog: typeof import('@quidgest/ui/components')['QDialog']
|
|
23
|
+
QDismissibleLayer: typeof import('@quidgest/ui/components')['QDismissibleLayer']
|
|
23
24
|
QDropdownMenu: typeof import('@quidgest/ui/components')['QDropdownMenu']
|
|
24
25
|
QField: typeof import('@quidgest/ui/components')['QField']
|
|
25
26
|
QFileUpload: typeof import('@quidgest/ui/components')['QFileUpload']
|
|
27
|
+
QFocusTrap: typeof import('@quidgest/ui/components')['QFocusTrap']
|
|
26
28
|
QIcon: typeof import('@quidgest/ui/components')['QIcon']
|
|
27
29
|
QIconFont: typeof import('@quidgest/ui/components')['QIconFont']
|
|
28
30
|
QIconImg: typeof import('@quidgest/ui/components')['QIconImg']
|
|
@@ -41,6 +43,8 @@ declare module '@vue/runtime-core' {
|
|
|
41
43
|
QPropertyListRow: typeof import('@quidgest/ui/components')['QPropertyListRow']
|
|
42
44
|
QPropertyListGroup: typeof import('@quidgest/ui/components')['QPropertyListGroup']
|
|
43
45
|
QPropertyListPanel: typeof import('@quidgest/ui/components')['QPropertyListPanel']
|
|
46
|
+
QRadioButton: typeof import('@quidgest/ui/components')['QRadioButton']
|
|
47
|
+
QRadioGroup: typeof import('@quidgest/ui/components')['QRadioGroup']
|
|
44
48
|
QSelect: typeof import('@quidgest/ui/components')['QSelect']
|
|
45
49
|
QSkeletonLoader: typeof import('@quidgest/ui/components')['QSkeletonLoader']
|
|
46
50
|
QSpinnerLoader: typeof import('@quidgest/ui/components')['QSpinnerLoader']
|
package/esm/utils/merge.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"merge.d.ts","sourceRoot":"","sources":["../../src/utils/merge.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,
|
|
1
|
+
{"version":3,"file":"merge.d.ts","sourceRoot":"","sources":["../../src/utils/merge.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,CACpB,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,EACpC,MAAM,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,GAClC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CA2BzB"}
|
package/esm/utils/merge.js
CHANGED
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
import { isObject as
|
|
2
|
-
function
|
|
3
|
-
const
|
|
4
|
-
for (const
|
|
5
|
-
t
|
|
6
|
-
for (const o in e) {
|
|
7
|
-
const c = n[o], r = e[o];
|
|
8
|
-
if (i(c) && i(r)) {
|
|
9
|
-
t[o] = f(
|
|
10
|
-
c,
|
|
11
|
-
r
|
|
12
|
-
);
|
|
1
|
+
import { isObject as s } from "./isObject.js";
|
|
2
|
+
function i(n = {}, c = {}) {
|
|
3
|
+
const o = {}, f = /* @__PURE__ */ new Set([...Object.keys(n), ...Object.keys(c)]);
|
|
4
|
+
for (const t of f) {
|
|
5
|
+
if (t === "__proto__" || t === "constructor" || t === "prototype")
|
|
13
6
|
continue;
|
|
14
|
-
|
|
15
|
-
t
|
|
7
|
+
const r = n[t], e = c[t];
|
|
8
|
+
s(r) && s(e) ? o[t] = i(
|
|
9
|
+
r,
|
|
10
|
+
e
|
|
11
|
+
) : o[t] = e !== void 0 ? e : r;
|
|
16
12
|
}
|
|
17
|
-
return
|
|
13
|
+
return o;
|
|
18
14
|
}
|
|
19
15
|
export {
|
|
20
|
-
|
|
16
|
+
i as merge
|
|
21
17
|
};
|