@quidgest/ui 0.16.3 → 0.16.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.
Files changed (95) hide show
  1. package/dist/manifest/components.json +6 -0
  2. package/dist/ui.css +809 -31
  3. package/dist/ui.esm.js +5247 -4805
  4. package/dist/ui.js +24 -24
  5. package/dist/ui.min.css +2 -1
  6. package/dist/ui.min.js +959 -933
  7. package/dist/ui.scss +462 -39
  8. package/esm/_virtual/_plugin-vue_export-helper.js +9 -0
  9. package/esm/components/QCombobox/QCombobox.d.ts +14 -0
  10. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  11. package/esm/components/QCombobox/QCombobox.vue.js +9 -8
  12. package/esm/components/QCombobox/index.d.ts +7 -0
  13. package/esm/components/QCombobox/index.d.ts.map +1 -1
  14. package/esm/components/QDialog/QDialog.d.ts +4 -1
  15. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  16. package/esm/components/QDialog/QDialog.vue.js +115 -95
  17. package/esm/components/QDialog/index.d.ts +12 -1
  18. package/esm/components/QDialog/index.d.ts.map +1 -1
  19. package/esm/components/QDialog/types.d.ts +9 -0
  20. package/esm/components/QDialog/types.d.ts.map +1 -1
  21. package/esm/components/QDivider/QDivider.d.ts +21 -0
  22. package/esm/components/QDivider/QDivider.d.ts.map +1 -0
  23. package/esm/components/QDivider/QDivider.vue.js +57 -0
  24. package/esm/components/QDivider/QDivider.vue2.js +4 -0
  25. package/esm/components/QDivider/index.d.ts +25 -0
  26. package/esm/components/QDivider/index.d.ts.map +1 -0
  27. package/esm/components/QDivider/index.js +6 -0
  28. package/esm/components/QDivider/types.d.ts +11 -0
  29. package/esm/components/QDivider/types.d.ts.map +1 -0
  30. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +14 -0
  31. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  32. package/esm/components/QGrid/QCol.d.ts +19 -0
  33. package/esm/components/QGrid/QCol.d.ts.map +1 -0
  34. package/esm/components/QGrid/QCol.vue.js +46 -0
  35. package/esm/components/QGrid/QCol.vue2.js +4 -0
  36. package/esm/components/QGrid/QContainer.d.ts +19 -0
  37. package/esm/components/QGrid/QContainer.d.ts.map +1 -0
  38. package/esm/components/QGrid/QContainer.vue.js +24 -0
  39. package/esm/components/QGrid/QContainer.vue2.js +4 -0
  40. package/esm/components/QGrid/QRow.d.ts +23 -0
  41. package/esm/components/QGrid/QRow.d.ts.map +1 -0
  42. package/esm/components/QGrid/QRow.vue.js +36 -0
  43. package/esm/components/QGrid/QRow.vue2.js +4 -0
  44. package/esm/components/QGrid/QSpacer.d.ts +3 -0
  45. package/esm/components/QGrid/QSpacer.d.ts.map +1 -0
  46. package/esm/components/QGrid/QSpacer.vue.js +10 -0
  47. package/esm/components/QGrid/index.d.ts +66 -0
  48. package/esm/components/QGrid/index.d.ts.map +1 -0
  49. package/esm/components/QGrid/index.js +12 -0
  50. package/esm/components/QGrid/types.d.ts +47 -0
  51. package/esm/components/QGrid/types.d.ts.map +1 -0
  52. package/esm/components/QList/QList.d.ts +1 -0
  53. package/esm/components/QList/QList.d.ts.map +1 -1
  54. package/esm/components/QList/QList.vue.js +130 -120
  55. package/esm/components/QList/QListItem.d.ts.map +1 -1
  56. package/esm/components/QList/QListItem.vue.js +57 -43
  57. package/esm/components/QList/index.d.ts +7 -0
  58. package/esm/components/QList/index.d.ts.map +1 -1
  59. package/esm/components/QList/types.d.ts +8 -0
  60. package/esm/components/QList/types.d.ts.map +1 -1
  61. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  62. package/esm/components/QOverlay/QOverlay.vue.js +29 -27
  63. package/esm/components/QOverlay/index.d.ts +3 -0
  64. package/esm/components/QOverlay/index.d.ts.map +1 -1
  65. package/esm/components/QOverlay/types.d.ts +4 -0
  66. package/esm/components/QOverlay/types.d.ts.map +1 -1
  67. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -7
  68. package/esm/components/QSelect/QSelect.d.ts +14 -0
  69. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  70. package/esm/components/QSelect/QSelect.vue.js +1 -0
  71. package/esm/components/QSelect/index.d.ts +7 -0
  72. package/esm/components/QSelect/index.d.ts.map +1 -1
  73. package/esm/components/QSidebar/QSidebar.d.ts +39 -0
  74. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -0
  75. package/esm/components/QSidebar/QSidebar.vue.js +155 -0
  76. package/esm/components/QSidebar/QSidebar.vue2.js +4 -0
  77. package/esm/components/QSidebar/QSidebarAnchor.d.ts +219 -0
  78. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -0
  79. package/esm/components/QSidebar/QSidebarAnchor.vue.js +110 -0
  80. package/esm/components/QSidebar/QSidebarAnchor.vue2.js +4 -0
  81. package/esm/components/QSidebar/QSidebarPanel.d.ts +41 -0
  82. package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -0
  83. package/esm/components/QSidebar/QSidebarPanel.vue.js +90 -0
  84. package/esm/components/QSidebar/QSidebarPanel.vue2.js +4 -0
  85. package/esm/components/QSidebar/index.d.ts +72 -0
  86. package/esm/components/QSidebar/index.d.ts.map +1 -0
  87. package/esm/components/QSidebar/index.js +6 -0
  88. package/esm/components/QSidebar/types.d.ts +63 -0
  89. package/esm/components/QSidebar/types.d.ts.map +1 -0
  90. package/esm/components/QToggleGroup/types.d.ts +1 -1
  91. package/esm/components/index.d.ts +3 -0
  92. package/esm/components/index.d.ts.map +1 -1
  93. package/esm/components/index.js +71 -62
  94. package/esm/index.d.ts +6 -0
  95. package/package.json +1 -1
@@ -31,6 +31,8 @@ declare function __VLS_template(): {
31
31
  readonly itemLabel?: string | undefined;
32
32
  readonly disabled?: boolean | undefined;
33
33
  readonly selectable?: boolean | undefined;
34
+ readonly multiple?: boolean | undefined;
35
+ readonly required?: boolean | undefined;
34
36
  readonly onClick?: ((key: any) => any) | undefined;
35
37
  readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
36
38
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -135,6 +137,8 @@ declare function __VLS_template(): {
135
137
  itemLabel?: string;
136
138
  disabled?: boolean;
137
139
  selectable?: boolean;
140
+ multiple?: boolean;
141
+ required?: boolean;
138
142
  }> & Readonly<{
139
143
  onClick?: ((key: any) => any) | undefined;
140
144
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -185,6 +189,8 @@ declare function __VLS_template(): {
185
189
  itemLabel?: string;
186
190
  disabled?: boolean;
187
191
  selectable?: boolean;
192
+ multiple?: boolean;
193
+ required?: boolean;
188
194
  }> & Readonly<{
189
195
  onClick?: ((key: any) => any) | undefined;
190
196
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -195,6 +201,7 @@ declare function __VLS_template(): {
195
201
  getLastFocusableItemIndex: () => number;
196
202
  }> & {} & import('vue').ComponentCustomProperties & {} & {
197
203
  $slots: {
204
+ default?(_: {}): any;
198
205
  item?(_: {
199
206
  item: Item;
200
207
  element: HTMLLIElement | undefined;
@@ -246,6 +253,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
246
253
  readonly itemLabel?: string | undefined;
247
254
  readonly disabled?: boolean | undefined;
248
255
  readonly selectable?: boolean | undefined;
256
+ readonly multiple?: boolean | undefined;
257
+ readonly required?: boolean | undefined;
249
258
  readonly onClick?: ((key: any) => any) | undefined;
250
259
  readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
251
260
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -350,6 +359,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
350
359
  itemLabel?: string;
351
360
  disabled?: boolean;
352
361
  selectable?: boolean;
362
+ multiple?: boolean;
363
+ required?: boolean;
353
364
  }> & Readonly<{
354
365
  onClick?: ((key: any) => any) | undefined;
355
366
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -400,6 +411,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
400
411
  itemLabel?: string;
401
412
  disabled?: boolean;
402
413
  selectable?: boolean;
414
+ multiple?: boolean;
415
+ required?: boolean;
403
416
  }> & Readonly<{
404
417
  onClick?: ((key: any) => any) | undefined;
405
418
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -410,6 +423,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
410
423
  getLastFocusableItemIndex: () => number;
411
424
  }> & {} & import('vue').ComponentCustomProperties & {} & {
412
425
  $slots: {
426
+ default?(_: {}): any;
413
427
  item?(_: {
414
428
  item: Item;
415
429
  element: HTMLLIElement | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAiDA;AA2IC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAY,QAAQ,EAAO,MAAM,KAAK,CAAA;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAwF9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA8HT,OAAO,IAA6B;;;;YAZvB,GAAG;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAmEs+Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAnDloa;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+Bw/Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBjoa,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
+ {"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAiDA;AA2IC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAY,QAAQ,EAAO,MAAM,KAAK,CAAA;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAwF9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA8HT,OAAO,IAA6B;;;;YAZvB,GAAG;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAmEs+Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAnDloa;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+Bw/Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBjoa,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"}
@@ -0,0 +1,19 @@
1
+ import { QColProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<QColProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QColProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=QCol.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QCol.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/QCol.vue"],"names":[],"mappings":"AAKA;AA0DC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA4CzC,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,ySAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { defineComponent as c, computed as t, createElementBlock as u, openBlock as a, normalizeClass as m, renderSlot as d } from "vue";
2
+ import { provideDefaults as i } from "../../composables/defaults.js";
3
+ const p = /* @__PURE__ */ c({
4
+ __name: "QCol",
5
+ props: {
6
+ cols: {},
7
+ sm: {},
8
+ md: {},
9
+ lg: {},
10
+ xl: {},
11
+ xxl: {}
12
+ },
13
+ setup(n) {
14
+ const e = n, r = t(() => [
15
+ "q-col",
16
+ o("", e.cols),
17
+ o("sm", e.sm),
18
+ o("md", e.md),
19
+ o("lg", e.lg),
20
+ o("xl", e.xl),
21
+ o("xxl", e.xxl)
22
+ ].filter(Boolean));
23
+ function o(l, s) {
24
+ if (s)
25
+ return s === "auto" ? `q-col${l ? `-${l}` : ""}-auto` : `q-col${l ? `-${l}` : ""}-${s}`;
26
+ }
27
+ return i({
28
+ QField: {
29
+ size: t(() => e.cols === "auto" ? void 0 : "block")
30
+ }
31
+ }), (l, s) => (a(), u(
32
+ "div",
33
+ {
34
+ class: m(r.value)
35
+ },
36
+ [
37
+ d(l.$slots, "default")
38
+ ],
39
+ 2
40
+ /* CLASS */
41
+ ));
42
+ }
43
+ });
44
+ export {
45
+ p as default
46
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./QCol.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,19 @@
1
+ import { QContainerProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<QContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=QContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/QContainer.vue"],"names":[],"mappings":"AAKA;AAoBC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;WAuBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,qTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { defineComponent as a, computed as r, createElementBlock as s, openBlock as l, normalizeClass as c, renderSlot as i } from "vue";
2
+ const d = /* @__PURE__ */ a({
3
+ __name: "QContainer",
4
+ props: {
5
+ fluid: { type: Boolean }
6
+ },
7
+ setup(e) {
8
+ const n = e, o = r(() => ["q-container", { "q-container--fluid": n.fluid }]);
9
+ return (t, p) => (l(), s(
10
+ "div",
11
+ {
12
+ class: c(o.value)
13
+ },
14
+ [
15
+ i(t.$slots, "default")
16
+ ],
17
+ 2
18
+ /* CLASS */
19
+ ));
20
+ }
21
+ });
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./QContainer.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,23 @@
1
+ import { QRowProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<QRowProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QRowProps> & Readonly<{}>, {
12
+ gutter: number;
13
+ justify: "start" | "center" | "end" | "between" | "around" | "evenly";
14
+ align: "start" | "center" | "end" | "baseline" | "stretch";
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
23
+ //# sourceMappingURL=QRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/QRow.vue"],"names":[],"mappings":"AAOA;AA4CC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAqCzC,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,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"}
@@ -0,0 +1,36 @@
1
+ import { defineComponent as a, computed as s, createElementBlock as n, openBlock as u, normalizeStyle as c, normalizeClass as i, renderSlot as f } from "vue";
2
+ const m = /* @__PURE__ */ a({
3
+ __name: "QRow",
4
+ props: {
5
+ gutter: { default: 16 },
6
+ justify: { default: "start" },
7
+ align: { default: "stretch" }
8
+ },
9
+ setup(r) {
10
+ const t = r, l = s(() => [
11
+ "q-row",
12
+ {
13
+ [`q-row--justify-${t.justify}`]: t.justify !== "start",
14
+ [`q-row--align-${t.align}`]: t.align !== "stretch"
15
+ }
16
+ ]), o = s(() => {
17
+ const e = {};
18
+ return t.gutter !== 16 && (e["--q-row-gutter"] = `${t.gutter}px`), e;
19
+ });
20
+ return (e, p) => (u(), n(
21
+ "div",
22
+ {
23
+ class: i(l.value),
24
+ style: c(o.value)
25
+ },
26
+ [
27
+ f(e.$slots, "default")
28
+ ],
29
+ 6
30
+ /* CLASS, STYLE */
31
+ ));
32
+ }
33
+ });
34
+ export {
35
+ m as default
36
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./QRow.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,3 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
+ export default _default;
3
+ //# sourceMappingURL=QSpacer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QSpacer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/QSpacer.vue"],"names":[],"mappings":";AAyCA,wBAMG"}
@@ -0,0 +1,10 @@
1
+ import { createElementBlock as e, openBlock as c } from "vue";
2
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
3
+ const o = {}, t = { class: "q-spacer" };
4
+ function n(s, _) {
5
+ return c(), e("div", t);
6
+ }
7
+ const p = /* @__PURE__ */ r(o, [["render", n]]);
8
+ export {
9
+ p as default
10
+ };
@@ -0,0 +1,66 @@
1
+ declare const QCol: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QColProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import('./types').QColProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QColProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ });
18
+ declare const QContainer: {
19
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QContainerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
20
+ P: {};
21
+ B: {};
22
+ D: {};
23
+ C: {};
24
+ M: {};
25
+ Defaults: {};
26
+ }, Readonly<import('./types').QContainerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
27
+ __isFragment?: never;
28
+ __isTeleport?: never;
29
+ __isSuspense?: never;
30
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QContainerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
31
+ $slots: {
32
+ default?(_: {}): any;
33
+ };
34
+ });
35
+ declare const QRow: {
36
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QRowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
37
+ gutter: number;
38
+ justify: "start" | "center" | "end" | "between" | "around" | "evenly";
39
+ align: "start" | "center" | "end" | "baseline" | "stretch";
40
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<import('./types').QRowProps> & Readonly<{}>, {}, {}, {}, {}, {
48
+ gutter: number;
49
+ justify: "start" | "center" | "end" | "between" | "around" | "evenly";
50
+ align: "start" | "center" | "end" | "baseline" | "stretch";
51
+ }>;
52
+ __isFragment?: never;
53
+ __isTeleport?: never;
54
+ __isSuspense?: never;
55
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QRowProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
56
+ gutter: number;
57
+ justify: "start" | "center" | "end" | "between" | "around" | "evenly";
58
+ align: "start" | "center" | "end" | "baseline" | "stretch";
59
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
60
+ $slots: {
61
+ default?(_: {}): any;
62
+ };
63
+ });
64
+ declare const QSpacer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
65
+ export { QCol, QContainer, QRow, QSpacer };
66
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/index.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;EAAyB,CAAA;AACnC,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;EAA+B,CAAA;AAC/C,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyB,CAAA;AACnC,QAAA,MAAM,OAAO,0RAA4B,CAAA;AAGzC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import r from "./QCol.vue.js";
2
+ import m from "./QContainer.vue.js";
3
+ import t from "./QRow.vue.js";
4
+ import p from "./QSpacer.vue.js";
5
+ import { setupPropsProxy as o } from "../../utils/setupPropsProxy.js";
6
+ const _ = o(r), a = o(m), e = o(t), Q = o(p);
7
+ export {
8
+ _ as QCol,
9
+ a as QContainer,
10
+ e as QRow,
11
+ Q as QSpacer
12
+ };
@@ -0,0 +1,47 @@
1
+ export type QContainerProps = {
2
+ /**
3
+ * If true, container spans full width, otherwise constrained by breakpoints.
4
+ */
5
+ fluid?: boolean;
6
+ };
7
+ export type QRowProps = {
8
+ /**
9
+ * Space between columns in pixels.
10
+ */
11
+ gutter?: number;
12
+ /**
13
+ * Horizontal alignment.
14
+ */
15
+ justify?: 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
16
+ /**
17
+ * Vertical alignment.
18
+ */
19
+ align?: 'start' | 'center' | 'end' | 'baseline' | 'stretch';
20
+ };
21
+ export type QColProps = {
22
+ /**
23
+ * Number of columns (1–12) or 'auto'.
24
+ */
25
+ cols?: number | 'auto';
26
+ /**
27
+ * Small breakpoint columns.
28
+ */
29
+ sm?: number | 'auto';
30
+ /**
31
+ * Medium breakpoint columns.
32
+ */
33
+ md?: number | 'auto';
34
+ /**
35
+ * Large breakpoint columns.
36
+ */
37
+ lg?: number | 'auto';
38
+ /**
39
+ * Extra-large breakpoint columns.
40
+ */
41
+ xl?: number | 'auto';
42
+ /**
43
+ * Extra-extra-large breakpoint columns.
44
+ */
45
+ xxl?: number | 'auto';
46
+ };
47
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QGrid/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;CACf,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACvB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAEtE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,CAAA;CAC3D,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEtB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACrB,CAAA"}
@@ -33,6 +33,7 @@ type __VLS_PublicProps = {
33
33
  declare function __VLS_template(): {
34
34
  attrs: Partial<{}>;
35
35
  slots: {
36
+ default?(_: {}): any;
36
37
  item?(_: {
37
38
  item: import('./types').Item;
38
39
  element: HTMLLIElement | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA6CA;AA6aC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAKhD,KAAK,WAAW,GAAG,UAAU,CAAC;AAyN9B,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAmCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AAoDF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;;;;YAbvB,GAAG;;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAxEL,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;;;EAoFb;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAlHa,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;OAwHZ,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
+ {"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA6CA;AAibC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAMhD,KAAK,WAAW,GAAG,UAAU,CAAC;AAoN9B,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAmCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA4DF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsIT,OAAO,IAA6B;;yBAdpB,GAAG;;;;YACN,GAAG;;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCApEb,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;;;EAgFL;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA5GK,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;OAkHJ,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"}