@quidgest/ui 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/CHANGELOG.md +89 -0
  2. package/dist/json/api.json +1328 -215
  3. package/dist/manifest/components.json +3 -1
  4. package/dist/ui.css +1448 -185
  5. package/dist/ui.esm.js +1448 -825
  6. package/dist/ui.js +1411 -788
  7. package/dist/ui.min.css +2 -1
  8. package/dist/ui.min.js +1411 -788
  9. package/dist/ui.scss +597 -157
  10. package/esm/components/QField/QField.d.ts.map +1 -1
  11. package/esm/components/QField/QField.vue.js +1 -1
  12. package/esm/components/QGrid/QCol.vue.js +1 -1
  13. package/esm/components/QInputGroup/QInputGroup.d.ts +147 -3
  14. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  15. package/esm/components/QInputGroup/QInputGroup.vue.js +32 -23
  16. package/esm/components/QInputGroup/index.d.ts +81 -4
  17. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  18. package/esm/components/QList/QList.d.ts.map +1 -1
  19. package/esm/components/QList/QList.vue.js +3 -1
  20. package/esm/components/QList/QListItem.d.ts.map +1 -1
  21. package/esm/components/QList/QListItem.vue.js +24 -28
  22. package/esm/components/QList/types.d.ts +1 -1
  23. package/esm/components/QOverlay/types.d.ts +3 -1
  24. package/esm/components/QOverlay/types.d.ts.map +1 -1
  25. package/esm/components/QPhoneField/QPhoneField.d.ts +2263 -0
  26. package/esm/components/QPhoneField/QPhoneField.d.ts.map +1 -0
  27. package/esm/components/QPhoneField/QPhoneField.vue.js +478 -0
  28. package/esm/components/QPhoneField/QPhoneField2.vue.js +5 -0
  29. package/esm/components/QPhoneField/constants.d.ts +11 -0
  30. package/esm/components/QPhoneField/constants.d.ts.map +1 -0
  31. package/esm/components/QPhoneField/constants.js +14 -0
  32. package/esm/components/QPhoneField/index.d.ts +1253 -0
  33. package/esm/components/QPhoneField/index.d.ts.map +1 -0
  34. package/esm/components/QPhoneField/index.js +6 -0
  35. package/esm/components/QPhoneField/types.d.ts +108 -0
  36. package/esm/components/QPhoneField/types.d.ts.map +1 -0
  37. package/esm/components/{QGroupBox/QGroupBox.d.ts → QSection/QSection.d.ts} +4 -4
  38. package/esm/components/QSection/QSection.d.ts.map +1 -0
  39. package/esm/components/{QGroupBox/QGroupBox.vue.js → QSection/QSection.vue.js} +8 -8
  40. package/esm/components/QSection/QSection2.vue.js +5 -0
  41. package/esm/components/{QGroupBox → QSection}/index.d.ts +8 -8
  42. package/esm/components/QSection/index.d.ts.map +1 -0
  43. package/esm/components/QSection/index.js +6 -0
  44. package/esm/components/QSection/types.d.ts +32 -0
  45. package/esm/components/QSection/types.d.ts.map +1 -0
  46. package/esm/components/QSelect/QSelect.d.ts +16 -1
  47. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  48. package/esm/components/QSelect/QSelect.vue.js +158 -129
  49. package/esm/components/QSelect/index.d.ts +31 -3
  50. package/esm/components/QSelect/index.d.ts.map +1 -1
  51. package/esm/components/QSelect/types.d.ts +13 -0
  52. package/esm/components/QSelect/types.d.ts.map +1 -1
  53. package/esm/components/QSidebar/QSidebar.d.ts +53 -6
  54. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
  55. package/esm/components/QSidebar/QSidebar.vue.js +76 -106
  56. package/esm/components/QSidebar/QSidebarAnchor.d.ts +24 -210
  57. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
  58. package/esm/components/QSidebar/QSidebarAnchor.vue.js +47 -59
  59. package/esm/components/QSidebar/QSidebarItem.d.ts +213 -0
  60. package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -0
  61. package/esm/components/QSidebar/QSidebarItem.vue.js +130 -0
  62. package/esm/components/QSidebar/QSidebarItem2.vue.js +5 -0
  63. package/esm/components/QSidebar/QSidebarPanel.d.ts +1 -7
  64. package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -1
  65. package/esm/components/QSidebar/QSidebarPanel.vue.js +4 -10
  66. package/esm/components/QSidebar/context.d.ts +108 -0
  67. package/esm/components/QSidebar/context.d.ts.map +1 -0
  68. package/esm/components/QSidebar/context.js +4 -0
  69. package/esm/components/QSidebar/index.d.ts +166 -8
  70. package/esm/components/QSidebar/index.d.ts.map +1 -1
  71. package/esm/components/QSidebar/index.js +3 -2
  72. package/esm/components/QSidebar/types.d.ts +77 -42
  73. package/esm/components/QSidebar/types.d.ts.map +1 -1
  74. package/esm/components/QTabs/QTab.d.ts +1 -0
  75. package/esm/components/QTabs/QTab.d.ts.map +1 -1
  76. package/esm/components/QTabs/QTab.vue.js +2 -1
  77. package/esm/components/QTabs/QTabs.d.ts +2 -0
  78. package/esm/components/QTabs/QTabs.d.ts.map +1 -1
  79. package/esm/components/QTabs/QTabs.vue.js +125 -46
  80. package/esm/components/QTabs/context.d.ts +10 -3
  81. package/esm/components/QTabs/context.d.ts.map +1 -1
  82. package/esm/components/QTabs/index.d.ts +2 -0
  83. package/esm/components/QTabs/index.d.ts.map +1 -1
  84. package/esm/components/QTabs/types.d.ts +3 -1
  85. package/esm/components/QTabs/types.d.ts.map +1 -1
  86. package/esm/components/index.d.ts +2 -1
  87. package/esm/components/index.d.ts.map +1 -1
  88. package/esm/components/index.js +48 -45
  89. package/esm/composables/useDialog/index.d.ts +2 -88
  90. package/esm/composables/useDialog/index.d.ts.map +1 -1
  91. package/esm/composables/useDialog/index.js +6 -6
  92. package/esm/composables/useDialog/types.d.ts +14 -4
  93. package/esm/composables/useDialog/types.d.ts.map +1 -1
  94. package/esm/index.d.ts +3 -1
  95. package/esm/vendors/country-flag-icons/modules/countries.json.js +4 -0
  96. package/esm/vendors/country-flag-icons/modules/hasFlag.js +7 -0
  97. package/esm/vendors/libphonenumber-js/es6/AsYouType.js +312 -0
  98. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +142 -0
  99. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.PatternParser.js +145 -0
  100. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +45 -0
  101. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.js +258 -0
  102. package/esm/vendors/libphonenumber-js/es6/AsYouTypeFormatter.util.js +57 -0
  103. package/esm/vendors/libphonenumber-js/es6/AsYouTypeParser.js +242 -0
  104. package/esm/vendors/libphonenumber-js/es6/AsYouTypeState.js +115 -0
  105. package/esm/vendors/libphonenumber-js/es6/ParseError.js +116 -0
  106. package/esm/vendors/libphonenumber-js/es6/PhoneNumber.js +164 -0
  107. package/esm/vendors/libphonenumber-js/es6/constants.js +4 -0
  108. package/esm/vendors/libphonenumber-js/es6/format.js +77 -0
  109. package/esm/vendors/libphonenumber-js/es6/formatIncompletePhoneNumber.js +7 -0
  110. package/esm/vendors/libphonenumber-js/es6/getCountries.js +7 -0
  111. package/esm/vendors/libphonenumber-js/es6/getExampleNumber.js +7 -0
  112. package/esm/vendors/libphonenumber-js/es6/helpers/RFC3966.js +9 -0
  113. package/esm/vendors/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  114. package/esm/vendors/libphonenumber-js/es6/helpers/checkNumberLength.js +21 -0
  115. package/esm/vendors/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  116. package/esm/vendors/libphonenumber-js/es6/helpers/extension/extractExtension.js +16 -0
  117. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +36 -0
  118. package/esm/vendors/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +21 -0
  119. package/esm/vendors/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +18 -0
  120. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumber.js +27 -0
  121. package/esm/vendors/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +27 -0
  122. package/esm/vendors/libphonenumber-js/es6/helpers/extractPhoneContext.js +15 -0
  123. package/esm/vendors/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +11 -0
  124. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +13 -0
  125. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +12 -0
  126. package/esm/vendors/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +43 -0
  127. package/esm/vendors/libphonenumber-js/es6/helpers/getIddPrefix.js +10 -0
  128. package/esm/vendors/libphonenumber-js/es6/helpers/getNumberType.js +61 -0
  129. package/esm/vendors/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  130. package/esm/vendors/libphonenumber-js/es6/helpers/isCallingCode.js +7 -0
  131. package/esm/vendors/libphonenumber-js/es6/helpers/isCountryCode.js +7 -0
  132. package/esm/vendors/libphonenumber-js/es6/helpers/isObject.js +7 -0
  133. package/esm/vendors/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +12 -0
  134. package/esm/vendors/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  135. package/esm/vendors/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  136. package/esm/vendors/libphonenumber-js/es6/helpers/parseDigits.js +82 -0
  137. package/esm/vendors/libphonenumber-js/es6/helpers/stripIddPrefix.js +18 -0
  138. package/esm/vendors/libphonenumber-js/es6/isPossible.js +32 -0
  139. package/esm/vendors/libphonenumber-js/es6/isValid.js +11 -0
  140. package/esm/vendors/libphonenumber-js/es6/metadata.js +474 -0
  141. package/esm/vendors/libphonenumber-js/es6/normalizeArguments.js +110 -0
  142. package/esm/vendors/libphonenumber-js/es6/parse.js +103 -0
  143. package/esm/vendors/libphonenumber-js/es6/parseIncompletePhoneNumber.js +48 -0
  144. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  145. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumberWithError_.js +58 -0
  146. package/esm/vendors/libphonenumber-js/es6/parsePhoneNumber_.js +66 -0
  147. package/esm/vendors/libphonenumber-js/es6/tools/semver-compare.js +14 -0
  148. package/esm/vendors/libphonenumber-js/examples.mobile.json.js +250 -0
  149. package/esm/vendors/libphonenumber-js/max/exports/AsYouType.js +9 -0
  150. package/esm/vendors/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +8 -0
  151. package/esm/vendors/libphonenumber-js/max/exports/getCountries.js +8 -0
  152. package/esm/vendors/libphonenumber-js/max/exports/getCountryCallingCode.js +8 -0
  153. package/esm/vendors/libphonenumber-js/max/exports/getExampleNumber.js +8 -0
  154. package/esm/vendors/libphonenumber-js/max/exports/isSupportedCountry.js +8 -0
  155. package/esm/vendors/libphonenumber-js/max/exports/parsePhoneNumber.js +8 -0
  156. package/esm/vendors/libphonenumber-js/max/exports/withMetadataArgument.js +8 -0
  157. package/esm/vendors/libphonenumber-js/metadata.max.json.js +10489 -0
  158. package/package.json +9 -6
  159. package/esm/components/QGroupBox/QGroupBox.d.ts.map +0 -1
  160. package/esm/components/QGroupBox/QGroupBox2.vue.js +0 -5
  161. package/esm/components/QGroupBox/index.d.ts.map +0 -1
  162. package/esm/components/QGroupBox/index.js +0 -6
  163. package/esm/components/QGroupBox/types.d.ts +0 -32
  164. package/esm/components/QGroupBox/types.d.ts.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import { QFieldProps } from '../QField';
2
2
  import { Group, Item } from '../QList/types';
3
+ import { QOverlayAnchor } from '../QOverlay';
3
4
  import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
4
5
  export type QSelectProps = QFieldProps & {
5
6
  /**
@@ -26,6 +27,18 @@ export type QSelectProps = QFieldProps & {
26
27
  * @category Behavior
27
28
  */
28
29
  inline?: boolean;
30
+ /**
31
+ * An alternative element used to anchor and size the options overlay.
32
+ *
33
+ * @category Identification
34
+ */
35
+ overlayAnchor?: QOverlayAnchor;
36
+ /**
37
+ * Whether pressing Tab while an option is focused selects it before focus moves away.
38
+ *
39
+ * @category Behavior
40
+ */
41
+ selectOnTab?: boolean;
29
42
  /**
30
43
  * Whether multiple options can be selected.
31
44
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACxC;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACxC;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,aAAa,CAAC,EAAE,cAAc,CAAA;IAE9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
@@ -1,14 +1,38 @@
1
- import { QSidebarProps } from '.';
1
+ import { SidebarItemRegistration } from './context';
2
+ import { QSidebarProps } from './types';
2
3
  type __VLS_Props = QSidebarProps;
3
4
  type __VLS_PublicProps = {
4
5
  modelValue?: string;
5
6
  } & __VLS_Props;
6
7
  declare function __VLS_template(): {
7
8
  attrs: Partial<{}>;
8
- slots: Partial<Record<`anchor:${string}`, (_: {
9
- item: import('./types').QSidebarAnchorItemConfig;
10
- }) => any>> & Partial<Record<`header.prepend:${string}`, (_: {}) => any>> & Partial<Record<`header:${string}`, (_: {}) => any>> & Partial<Record<`header.append:${string}`, (_: {}) => any>> & Partial<Record<`content:${string}`, (_: {}) => any>> & Partial<Record<`footer:${string}`, (_: {}) => any>>;
11
- refs: {};
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {
13
+ anchor: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
14
+ anchorWidth?: number;
15
+ modelValue?: string;
16
+ items: SidebarItemRegistration[];
17
+ }> & Readonly<{}>, {
18
+ itemsEl: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
20
+ items: HTMLDivElement;
21
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
22
+ P: {};
23
+ B: {};
24
+ D: {};
25
+ C: {};
26
+ M: {};
27
+ Defaults: {};
28
+ }, Readonly<{
29
+ anchorWidth?: number;
30
+ modelValue?: string;
31
+ items: SidebarItemRegistration[];
32
+ }> & Readonly<{}>, {
33
+ itemsEl: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
34
+ }, {}, {}, {}, {}> | null;
35
+ };
12
36
  rootEl: HTMLDivElement;
13
37
  };
14
38
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -28,7 +52,30 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
28
52
  }>, {
29
53
  position: "left" | "right";
30
54
  anchorWidth: number;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
55
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
56
+ anchor: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
57
+ anchorWidth?: number;
58
+ modelValue?: string;
59
+ items: SidebarItemRegistration[];
60
+ }> & Readonly<{}>, {
61
+ itemsEl: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
62
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
63
+ items: HTMLDivElement;
64
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
65
+ P: {};
66
+ B: {};
67
+ D: {};
68
+ C: {};
69
+ M: {};
70
+ Defaults: {};
71
+ }, Readonly<{
72
+ anchorWidth?: number;
73
+ modelValue?: string;
74
+ items: SidebarItemRegistration[];
75
+ }> & Readonly<{}>, {
76
+ itemsEl: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
77
+ }, {}, {}, {}, {}> | null;
78
+ }, HTMLDivElement>;
32
79
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
80
  export default _default;
34
81
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgEA;AAgOC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,GAAG,CAAA;AAKtC,KAAK,WAAW,GAAG,aAAa,CAAC;AAsJlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyKT,OAAO,IAA6B;;;UAhBmC,GAAG,2DACnB,GAAG,mDACH,GAAG,0DACH,GAAG,oDACH,GAAG,mDACH,GAAG;;;EAgBvE;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;wFASnB,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":"QSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebar.vue"],"names":[],"mappings":"AAgBA;AAqOC,OAAO,KAAK,EAAkB,uBAAuB,EAAE,MAAM,WAAW,CAAA;AACxE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAqMlC,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"}
@@ -1,11 +1,13 @@
1
- import e from "./QSidebarAnchor2.vue.js";
2
- import t from "./QSidebarPanel2.vue.js";
3
- import { Transition as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createSlots as s, createVNode as c, defineComponent as l, mergeModels as u, normalizeClass as d, normalizeStyle as f, openBlock as p, ref as m, renderList as h, renderSlot as g, useModel as _, watch as v, withCtx as y } from "vue";
1
+ import { useGroup as e } from "../../composables/useGroup/index.js";
2
+ import t from "./QSidebarAnchor2.vue.js";
3
+ import { SidebarSymbol as n } from "./context.js";
4
+ import { computed as r, createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, mergeModels as c, normalizeClass as l, normalizeStyle as u, openBlock as d, provide as f, ref as p, renderSlot as m, shallowRef as h, useModel as g, useTemplateRef as _, watch as v } from "vue";
4
5
  //#region src/components/QSidebar/QSidebar.vue?vue&type=script&setup=true&lang.ts
5
- var b = /*@__PURE__*/ l({
6
+ var y = ["id"], b = { class: "q-sidebar__panels" }, x = /*@__PURE__*/ s({
6
7
  __name: "QSidebar",
7
- props: /*@__PURE__*/ u({
8
- panels: {},
8
+ props: /*@__PURE__*/ c({
9
+ id: {},
10
+ class: {},
9
11
  anchorWidth: { default: 50 },
10
12
  showLabels: { type: Boolean },
11
13
  position: { default: "left" }
@@ -13,122 +15,90 @@ var b = /*@__PURE__*/ l({
13
15
  modelValue: {},
14
16
  modelModifiers: {}
15
17
  }),
16
- emits: /*@__PURE__*/ u([
18
+ emits: /*@__PURE__*/ c([
17
19
  "click:item",
18
20
  "resize",
19
21
  "resize:start",
20
22
  "resize:end"
21
23
  ], ["update:modelValue"]),
22
- setup(l, { emit: u }) {
23
- let b = l, x = u, S = _(l, "modelValue"), C = m();
24
- v(S, (e) => {
25
- e && (C.value = e);
24
+ setup(s, { emit: c }) {
25
+ let x = s, S = c, C = g(s, "modelValue"), { active: w } = e({
26
+ active: C,
27
+ required: !1
28
+ });
29
+ v(w, (e) => {
30
+ C.value = e;
31
+ });
32
+ let T = _("anchor"), E = h([]), D = p(), O = p(!1), k = p();
33
+ function A() {
34
+ k.value = void 0;
35
+ }
36
+ v(C, (e, t) => {
37
+ O.value = !e || !t, e && t && A(), e && (D.value = e);
26
38
  }, { immediate: !0 });
27
- let w = r(() => b.panels?.find((e) => e.id === C.value)), T = r(() => !!w.value), E = m(), D = r(() => {
28
- if (E.value !== void 0) return T.value ? typeof E.value == "number" ? `${b.anchorWidth + E.value}px` : `calc(${b.anchorWidth}px + ${E.value})` : `${b.anchorWidth}px`;
29
- }), O = r(() => [
39
+ let j = r(() => E.value.find((e) => e.value === D.value)), M = r(() => !!j.value), N = r(() => {
40
+ if (!(!j.value?.resizable.value || k.value === void 0)) return { width: `${(x.anchorWidth ?? 0) + k.value}px` };
41
+ }), P = r(() => [
30
42
  "q-sidebar",
31
- `q-sidebar--${w.value?.initialWidth ?? "small"}`,
32
- `q-sidebar--${b.position}`,
43
+ `q-sidebar--${j.value?.initialWidth.value ?? "small"}`,
44
+ `q-sidebar--${x.position}`,
45
+ x.class,
33
46
  {
34
- "q-sidebar--expanded": T.value,
35
- [`q-sidebar--min-${w.value?.minWidth}`]: w.value?.resizable && w.value?.minWidth !== void 0,
36
- [`q-sidebar--max-${w.value?.maxWidth}`]: w.value?.resizable && w.value?.maxWidth !== void 0
47
+ "q-sidebar--expanded": M.value,
48
+ [`q-sidebar--min-${j.value?.minWidth.value}`]: !!j.value?.resizable.value && j.value?.minWidth.value !== void 0,
49
+ [`q-sidebar--max-${j.value?.maxWidth.value}`]: !!j.value?.resizable.value && j.value?.maxWidth.value !== void 0
37
50
  }
38
- ]), k = r(() => b.position === "left" ? "right" : "left");
39
- function A() {
40
- x("resize:start");
51
+ ]);
52
+ function F(e) {
53
+ E.value = [...E.value, e];
54
+ }
55
+ function I(e) {
56
+ E.value = E.value.filter((t) => t.value !== e);
41
57
  }
42
- function j(e) {
43
- E.value = e, x("resize", e);
58
+ function L(e) {
59
+ S("click:item", e);
44
60
  }
45
- function M() {
46
- x("resize:end", E.value);
61
+ function R() {
62
+ S("resize:start");
47
63
  }
48
- function N(e) {
49
- x("click:item", e);
64
+ function z(e) {
65
+ k.value = e, S("resize", e);
50
66
  }
51
- function P() {
52
- S.value || (C.value = void 0);
67
+ function B(e) {
68
+ S("resize:end", e);
53
69
  }
54
- function F() {
55
- let e = w.value?.initialWidth;
56
- typeof e == "number" ? E.value = e : E.value = void 0;
70
+ function V() {
71
+ C.value || (D.value = void 0, A());
57
72
  }
58
- return v([() => b.anchorWidth, w], F, {
59
- immediate: !0,
60
- deep: !0
61
- }), (r, u) => (p(), o("div", {
62
- class: d(O.value),
63
- style: f({ width: D.value })
64
- }, [c(e, {
65
- modelValue: S.value,
66
- "onUpdate:modelValue": u[0] ||= (e) => S.value = e,
67
- panels: b.panels,
68
- "anchor-width": b.anchorWidth,
69
- "show-labels": b.showLabels,
70
- "onClick:item": N
71
- }, s({ _: 2 }, [h(b.panels, (e) => ({
72
- name: e.id,
73
- fn: y(() => [g(r.$slots, `anchor:${e.id}`, { item: e })])
74
- }))]), 1032, [
75
- "modelValue",
76
- "panels",
73
+ return v(() => x.anchorWidth, A), f(n, {
74
+ anchorItemsEl: r(() => T.value?.itemsEl ?? null),
75
+ position: r(() => x.position ?? "left"),
76
+ showLabels: r(() => !!x.showLabels),
77
+ anchorWidth: r(() => x.anchorWidth),
78
+ animatePanel: r(() => O.value),
79
+ items: E,
80
+ register: F,
81
+ unregister: I,
82
+ onItemClick: L,
83
+ onResizeStart: R,
84
+ onPanelResize: z,
85
+ onResizeEnd: B,
86
+ onPanelAfterLeave: V
87
+ }), (e, n) => (d(), i("div", {
88
+ id: x.id,
89
+ class: l(P.value),
90
+ style: u(N.value)
91
+ }, [o(t, {
92
+ ref: "anchor",
93
+ "anchor-width": x.anchorWidth,
94
+ "model-value": C.value,
95
+ items: E.value
96
+ }, null, 8, [
77
97
  "anchor-width",
78
- "show-labels"
79
- ]), c(n, {
80
- name: l.position === "left" ? "slide-right" : "slide-left",
81
- onAfterLeave: P
82
- }, {
83
- default: y(() => [S.value && w.value ? (p(), i(t, {
84
- key: 0,
85
- "show-grip": "",
86
- title: w.value.title,
87
- "initial-width": w.value.initialWidth,
88
- "min-width": w.value.minWidth,
89
- "max-width": w.value.maxWidth,
90
- resizable: w.value.resizable,
91
- "resize-position": k.value,
92
- "onResize:start": A,
93
- onResize: j,
94
- "onResize:end": M
95
- }, s({ _: 2 }, [
96
- r.$slots[`header.prepend:${S.value}`] ? {
97
- name: "header.prepend",
98
- fn: y(() => [g(r.$slots, `header.prepend:${S.value}`)]),
99
- key: "0"
100
- } : void 0,
101
- r.$slots[`header:${S.value}`] ? {
102
- name: "header",
103
- fn: y(() => [g(r.$slots, `header:${S.value}`)]),
104
- key: "1"
105
- } : void 0,
106
- r.$slots[`header.append:${S.value}`] ? {
107
- name: "header.append",
108
- fn: y(() => [g(r.$slots, `header.append:${S.value}`)]),
109
- key: "2"
110
- } : void 0,
111
- r.$slots[`content:${S.value}`] ? {
112
- name: "content",
113
- fn: y(() => [g(r.$slots, `content:${S.value}`)]),
114
- key: "3"
115
- } : void 0,
116
- r.$slots[`footer:${S.value}`] ? {
117
- name: "footer",
118
- fn: y(() => [g(r.$slots, `footer:${S.value}`)]),
119
- key: "4"
120
- } : void 0
121
- ]), 1032, [
122
- "title",
123
- "initial-width",
124
- "min-width",
125
- "max-width",
126
- "resizable",
127
- "resize-position"
128
- ])) : a("v-if", !0)]),
129
- _: 3
130
- }, 8, ["name"])], 6));
98
+ "model-value",
99
+ "items"
100
+ ]), a("div", b, [m(e.$slots, "default")])], 14, y));
131
101
  }
132
102
  });
133
103
  //#endregion
134
- export { b as default };
104
+ export { x as default };
@@ -1,215 +1,29 @@
1
- import { QSidebarAnchorProps } from '.';
2
- import { nextTick } from 'vue';
3
- type __VLS_Props = QSidebarAnchorProps;
4
- type __VLS_PublicProps = {
1
+ import { SidebarItemRegistration } from './context';
2
+ /** Internal props for the anchor strip (not part of the public package API). */
3
+ type QSidebarAnchorProps = {
4
+ /**
5
+ * Width of the anchor section in pixels.
6
+ *
7
+ * @category Presentation
8
+ */
9
+ anchorWidth?: number;
10
+ /**
11
+ * Currently active sidebar item value.
12
+ *
13
+ * @category State
14
+ */
5
15
  modelValue?: string;
6
- } & __VLS_Props;
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: Partial<Record<string, (_: {
10
- item: import('./types').QSidebarAnchorItemConfig;
11
- }) => any>>;
12
- refs: {
13
- itemRefs: (({
14
- $: import('vue').ComponentInternalInstance;
15
- $data: {};
16
- $props: {
17
- readonly modelValue?: boolean | undefined;
18
- readonly id?: string | undefined;
19
- readonly class?: string | unknown[] | undefined;
20
- readonly label?: string | undefined;
21
- readonly variant?: import('..').QButtonVariant | undefined;
22
- readonly color?: string | undefined;
23
- readonly borderless?: boolean | undefined;
24
- readonly elevated?: boolean | undefined;
25
- readonly block?: boolean | undefined;
26
- readonly size?: import('..').QButtonSize | undefined;
27
- readonly iconPos?: import('..').QButtonIconPosition | undefined;
28
- readonly pill?: boolean | undefined;
29
- readonly disabled?: boolean | undefined;
30
- readonly loading?: boolean | undefined;
31
- readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
32
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
33
- $attrs: import('vue').Attrs;
34
- $refs: {
35
- [x: string]: unknown;
36
- };
37
- $slots: Readonly<{
38
- [name: string]: import('vue').Slot<any> | undefined;
39
- }>;
40
- $root: import('vue').ComponentPublicInstance | null;
41
- $parent: import('vue').ComponentPublicInstance | null;
42
- $host: Element | null;
43
- $emit: (event: "update:modelValue", value: boolean) => void;
44
- $el: HTMLButtonElement;
45
- $options: import('vue').ComponentOptionsBase<Readonly<{
46
- modelValue?: boolean;
47
- } & import('../../types/component').QBaseComponentProps & {
48
- label?: string;
49
- variant?: import('..').QButtonVariant;
50
- color?: string;
51
- borderless?: boolean;
52
- elevated?: boolean;
53
- block?: boolean;
54
- size?: import('..').QButtonSize;
55
- iconPos?: import('..').QButtonIconPosition;
56
- pill?: boolean;
57
- disabled?: boolean;
58
- loading?: boolean;
59
- }> & Readonly<{
60
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
61
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
- "update:modelValue": (value: boolean) => any;
63
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
64
- beforeCreate?: (() => void) | (() => void)[];
65
- created?: (() => void) | (() => void)[];
66
- beforeMount?: (() => void) | (() => void)[];
67
- mounted?: (() => void) | (() => void)[];
68
- beforeUpdate?: (() => void) | (() => void)[];
69
- updated?: (() => void) | (() => void)[];
70
- activated?: (() => void) | (() => void)[];
71
- deactivated?: (() => void) | (() => void)[];
72
- beforeDestroy?: (() => void) | (() => void)[];
73
- beforeUnmount?: (() => void) | (() => void)[];
74
- destroyed?: (() => void) | (() => void)[];
75
- unmounted?: (() => void) | (() => void)[];
76
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
77
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
78
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
79
- };
80
- $forceUpdate: () => void;
81
- $nextTick: typeof nextTick;
82
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
83
- } & Readonly<{}> & Omit<Readonly<{
84
- modelValue?: boolean;
85
- } & import('../../types/component').QBaseComponentProps & {
86
- label?: string;
87
- variant?: import('..').QButtonVariant;
88
- color?: string;
89
- borderless?: boolean;
90
- elevated?: boolean;
91
- block?: boolean;
92
- size?: import('..').QButtonSize;
93
- iconPos?: import('..').QButtonIconPosition;
94
- pill?: boolean;
95
- disabled?: boolean;
96
- loading?: boolean;
97
- }> & Readonly<{
98
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
99
- }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
100
- $slots: {
101
- default?(_: {}): any;
102
- };
103
- }) | null)[];
104
- };
105
- rootEl: HTMLDivElement;
16
+ /**
17
+ * Registered sidebar items used to position the active indicator.
18
+ *
19
+ * @category Configuration
20
+ */
21
+ items: SidebarItemRegistration[];
106
22
  };
107
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
108
- declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
109
- "update:modelValue": (value: string) => any;
110
- } & {
111
- "click:item": (id: string) => any;
112
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
113
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
114
- "onClick:item"?: ((id: string) => any) | undefined;
115
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
116
- itemRefs: (({
117
- $: import('vue').ComponentInternalInstance;
118
- $data: {};
119
- $props: {
120
- readonly modelValue?: boolean | undefined;
121
- readonly id?: string | undefined;
122
- readonly class?: string | unknown[] | undefined;
123
- readonly label?: string | undefined;
124
- readonly variant?: import('..').QButtonVariant | undefined;
125
- readonly color?: string | undefined;
126
- readonly borderless?: boolean | undefined;
127
- readonly elevated?: boolean | undefined;
128
- readonly block?: boolean | undefined;
129
- readonly size?: import('..').QButtonSize | undefined;
130
- readonly iconPos?: import('..').QButtonIconPosition | undefined;
131
- readonly pill?: boolean | undefined;
132
- readonly disabled?: boolean | undefined;
133
- readonly loading?: boolean | undefined;
134
- readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
135
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
136
- $attrs: import('vue').Attrs;
137
- $refs: {
138
- [x: string]: unknown;
139
- };
140
- $slots: Readonly<{
141
- [name: string]: import('vue').Slot<any> | undefined;
142
- }>;
143
- $root: import('vue').ComponentPublicInstance | null;
144
- $parent: import('vue').ComponentPublicInstance | null;
145
- $host: Element | null;
146
- $emit: (event: "update:modelValue", value: boolean) => void;
147
- $el: HTMLButtonElement;
148
- $options: import('vue').ComponentOptionsBase<Readonly<{
149
- modelValue?: boolean;
150
- } & import('../../types/component').QBaseComponentProps & {
151
- label?: string;
152
- variant?: import('..').QButtonVariant;
153
- color?: string;
154
- borderless?: boolean;
155
- elevated?: boolean;
156
- block?: boolean;
157
- size?: import('..').QButtonSize;
158
- iconPos?: import('..').QButtonIconPosition;
159
- pill?: boolean;
160
- disabled?: boolean;
161
- loading?: boolean;
162
- }> & Readonly<{
163
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
164
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
165
- "update:modelValue": (value: boolean) => any;
166
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
167
- beforeCreate?: (() => void) | (() => void)[];
168
- created?: (() => void) | (() => void)[];
169
- beforeMount?: (() => void) | (() => void)[];
170
- mounted?: (() => void) | (() => void)[];
171
- beforeUpdate?: (() => void) | (() => void)[];
172
- updated?: (() => void) | (() => void)[];
173
- activated?: (() => void) | (() => void)[];
174
- deactivated?: (() => void) | (() => void)[];
175
- beforeDestroy?: (() => void) | (() => void)[];
176
- beforeUnmount?: (() => void) | (() => void)[];
177
- destroyed?: (() => void) | (() => void)[];
178
- unmounted?: (() => void) | (() => void)[];
179
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
180
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
181
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
182
- };
183
- $forceUpdate: () => void;
184
- $nextTick: typeof nextTick;
185
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
186
- } & Readonly<{}> & Omit<Readonly<{
187
- modelValue?: boolean;
188
- } & import('../../types/component').QBaseComponentProps & {
189
- label?: string;
190
- variant?: import('..').QButtonVariant;
191
- color?: string;
192
- borderless?: boolean;
193
- elevated?: boolean;
194
- block?: boolean;
195
- size?: import('..').QButtonSize;
196
- iconPos?: import('..').QButtonIconPosition;
197
- pill?: boolean;
198
- disabled?: boolean;
199
- loading?: boolean;
200
- }> & Readonly<{
201
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
202
- }>, never> & {} & import('vue').ComponentCustomProperties & {} & {
203
- $slots: {
204
- default?(_: {}): any;
205
- };
206
- }) | null)[];
23
+ declare const _default: import('vue').DefineComponent<QSidebarAnchorProps, {
24
+ itemsEl: Readonly<import('vue').ShallowRef<HTMLElement | null>>;
25
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QSidebarAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
+ items: HTMLDivElement;
207
27
  }, HTMLDivElement>;
208
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
209
28
  export default _default;
210
- type __VLS_WithTemplateSlots<T, S> = T & {
211
- new (): {
212
- $slots: S;
213
- };
214
- };
215
29
  //# sourceMappingURL=QSidebarAnchor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QSidebarAnchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarAnchor.vue"],"names":[],"mappings":"AA8BA;AA+HC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,GAAG,CAAA;AAG5C,OAAO,EAAE,QAAQ,EAAc,MAAM,KAAK,CAAA;AAE1C,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAmFxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoFT,OAAO,IAA6B;;;UAZoC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyD+qgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;EAxC73gB;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwBmvgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;kBAf53gB,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"}
1
+ {"version":3,"file":"QSidebarAnchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/QSidebarAnchor.vue"],"names":[],"mappings":"AAaA;AAyIC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAKxD,gFAAgF;AAChF,KAAK,mBAAmB,GAAG;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,KAAK,EAAE,uBAAuB,EAAE,CAAA;CAChC,CAAA;;;;;;AAgJF,wBASG"}