bonkers-ui 1.0.72 → 1.0.73

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 (178) hide show
  1. package/.eslintrc.js +6 -3
  2. package/CONSTANTS.d.ts +0 -1
  3. package/bonkers-ui.umd.js +7 -7
  4. package/bonkers-ui.umd.js.map +1 -1
  5. package/components/ui-alert/index.d.ts +0 -1
  6. package/components/ui-alert/index.d.ts.map +1 -1
  7. package/components/ui-alert/ui-alert.vue.d.ts +10 -6
  8. package/components/ui-alert/ui-alert.vue.d.ts.map +1 -1
  9. package/components/ui-badge/index.d.ts +0 -1
  10. package/components/ui-badge/index.d.ts.map +1 -1
  11. package/components/ui-badge/ui-badge.vue.d.ts +18 -14
  12. package/components/ui-badge/ui-badge.vue.d.ts.map +1 -1
  13. package/components/ui-ber-rank/_types.d.ts +0 -1
  14. package/components/ui-ber-rank/index.d.ts +2 -3
  15. package/components/ui-ber-rank/index.d.ts.map +1 -1
  16. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +9 -10
  17. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -1
  18. package/components/ui-button/index.d.ts +0 -1
  19. package/components/ui-button/index.d.ts.map +1 -1
  20. package/components/ui-button/ui-button.vue.d.ts +20 -16
  21. package/components/ui-button/ui-button.vue.d.ts.map +1 -1
  22. package/components/ui-card-cta/index.d.ts +0 -1
  23. package/components/ui-card-cta/index.d.ts.map +1 -1
  24. package/components/ui-card-cta/ui-card-cta.vue.d.ts +12 -8
  25. package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -1
  26. package/components/ui-card-order/index.d.ts +3 -0
  27. package/components/ui-card-order/index.d.ts.map +1 -0
  28. package/components/ui-card-order/ui-card-order.vue.d.ts +43 -0
  29. package/components/ui-card-order/ui-card-order.vue.d.ts.map +1 -0
  30. package/components/ui-card-result/index.d.ts +0 -1
  31. package/components/ui-card-result/index.d.ts.map +1 -1
  32. package/components/ui-card-result/ui-card-result.vue.d.ts +11 -6
  33. package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -1
  34. package/components/ui-card-result/ui-card-result.vue.js +2 -2
  35. package/components/ui-card-result/ui-card-result.vue2.js +2 -2
  36. package/components/ui-card-simple/index.d.ts +0 -1
  37. package/components/ui-card-simple/index.d.ts.map +1 -1
  38. package/components/ui-card-simple/ui-card-simple.vue.d.ts +9 -4
  39. package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -1
  40. package/components/ui-card-simple/ui-card-simple.vue.js +1 -1
  41. package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -1
  42. package/components/ui-checkbox/_types.d.ts +5 -0
  43. package/components/ui-checkbox/_types.d.ts.map +1 -0
  44. package/components/ui-checkbox/_types.js +5 -0
  45. package/components/ui-checkbox/_types.js.map +1 -0
  46. package/components/ui-checkbox/index.d.ts +75 -32
  47. package/components/ui-checkbox/index.d.ts.map +1 -1
  48. package/components/ui-checkbox/ui-checkbox.vue.d.ts +37 -7
  49. package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -1
  50. package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
  51. package/components/ui-checkbox/ui-checkbox.vue2.js +54 -47
  52. package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
  53. package/components/ui-dropdown/index.d.ts +21 -22
  54. package/components/ui-dropdown/index.d.ts.map +1 -1
  55. package/components/ui-dropdown/ui-dropdown.vue.d.ts +20 -14
  56. package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
  57. package/components/ui-dropdown/ui-dropdown.vue.js +1 -1
  58. package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
  59. package/components/ui-icon/index.d.ts +0 -1
  60. package/components/ui-icon/index.d.ts.map +1 -1
  61. package/components/ui-icon/ui-icon.vue.d.ts +9 -10
  62. package/components/ui-icon/ui-icon.vue.d.ts.map +1 -1
  63. package/components/ui-icon-wrapper/index.d.ts +0 -1
  64. package/components/ui-icon-wrapper/index.d.ts.map +1 -1
  65. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +18 -14
  66. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -1
  67. package/components/ui-input/index.d.ts +42 -43
  68. package/components/ui-input/index.d.ts.map +1 -1
  69. package/components/ui-input/ui-input.vue.d.ts +23 -19
  70. package/components/ui-input/ui-input.vue.d.ts.map +1 -1
  71. package/components/ui-input-range/index.d.ts +0 -1
  72. package/components/ui-input-range/index.d.ts.map +1 -1
  73. package/components/ui-input-range/ui-input-range.vue.d.ts +3 -3
  74. package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -1
  75. package/components/ui-list-item/index.d.ts +19 -20
  76. package/components/ui-list-item/index.d.ts.map +1 -1
  77. package/components/ui-list-item/ui-list-item.vue.d.ts +20 -16
  78. package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -1
  79. package/components/ui-media-card/index.d.ts +0 -1
  80. package/components/ui-media-card/ui-media-card.vue.d.ts +3 -4
  81. package/components/ui-media-card/ui-media-card.vue.d.ts.map +1 -1
  82. package/components/ui-media-card/ui-media-card.vue.js +1 -1
  83. package/components/ui-modal/index.d.ts +0 -1
  84. package/components/ui-modal/index.d.ts.map +1 -1
  85. package/components/ui-modal/ui-backdrop/index.d.ts +0 -1
  86. package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -1
  87. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +7 -2
  88. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
  89. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +9 -9
  90. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
  91. package/components/ui-modal/ui-modal.vue.d.ts +21 -17
  92. package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
  93. package/components/ui-notification-badge/index.d.ts +0 -1
  94. package/components/ui-notification-badge/index.d.ts.map +1 -1
  95. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +18 -14
  96. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
  97. package/components/ui-order-card/index.d.ts +14 -15
  98. package/components/ui-order-card/index.d.ts.map +1 -1
  99. package/components/ui-order-card/ui-order-card.vue.d.ts +20 -16
  100. package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
  101. package/components/ui-plain-radio/index.d.ts +0 -1
  102. package/components/ui-plain-radio/index.d.ts.map +1 -1
  103. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +11 -6
  104. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
  105. package/components/ui-product-card/ui-product-card.vue.d.ts +12 -7
  106. package/components/ui-product-card/ui-product-card.vue.d.ts.map +1 -1
  107. package/components/ui-product-card/ui-product-card.vue.js +1 -1
  108. package/components/ui-progress/index.d.ts +0 -1
  109. package/components/ui-progress/index.d.ts.map +1 -1
  110. package/components/ui-progress/ui-progress.vue.d.ts +9 -9
  111. package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
  112. package/components/ui-radio/index.d.ts +0 -1
  113. package/components/ui-radio/index.d.ts.map +1 -1
  114. package/components/ui-radio/ui-radio.vue.d.ts +10 -6
  115. package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
  116. package/components/ui-radio-compact/index.d.ts +0 -1
  117. package/components/ui-radio-compact/index.d.ts.map +1 -1
  118. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +10 -5
  119. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
  120. package/components/ui-radio-fancy/index.d.ts +16 -17
  121. package/components/ui-radio-fancy/index.d.ts.map +1 -1
  122. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +18 -14
  123. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
  124. package/components/ui-result-card-range/index.d.ts +0 -1
  125. package/components/ui-result-card-range/index.d.ts.map +1 -1
  126. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +10 -6
  127. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
  128. package/components/ui-ripple/index.d.ts +0 -1
  129. package/components/ui-ripple/index.d.ts.map +1 -1
  130. package/components/ui-ripple/ui-ripple.vue.d.ts +9 -2
  131. package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
  132. package/components/ui-select/index.d.ts +0 -1
  133. package/components/ui-select/index.d.ts.map +1 -1
  134. package/components/ui-select/ui-select.vue.d.ts +13 -8
  135. package/components/ui-select/ui-select.vue.d.ts.map +1 -1
  136. package/components/ui-skeleton/index.d.ts +0 -1
  137. package/components/ui-skeleton/index.d.ts.map +1 -1
  138. package/components/ui-skeleton/ui-skeleton.vue.d.ts +9 -10
  139. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
  140. package/components/ui-snackbar/index.d.ts +13 -14
  141. package/components/ui-snackbar/index.d.ts.map +1 -1
  142. package/components/ui-snackbar/ui-snackbar.vue.d.ts +20 -16
  143. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
  144. package/components/ui-table/index.d.ts +0 -1
  145. package/components/ui-table/index.d.ts.map +1 -1
  146. package/components/ui-table/ui-table-cell/index.d.ts +0 -1
  147. package/components/ui-table/ui-table-cell/index.d.ts.map +1 -1
  148. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +11 -7
  149. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
  150. package/components/ui-table/ui-table-row/index.d.ts +0 -1
  151. package/components/ui-table/ui-table-row/index.d.ts.map +1 -1
  152. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +10 -6
  153. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
  154. package/components/ui-table/ui-table.vue.d.ts +18 -14
  155. package/components/ui-table/ui-table.vue.d.ts.map +1 -1
  156. package/components/ui-tabs/index.d.ts +8 -9
  157. package/components/ui-tabs/index.d.ts.map +1 -1
  158. package/components/ui-tabs/ui-tabs.vue.d.ts +9 -9
  159. package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
  160. package/components/ui-toggle/index.d.ts +0 -1
  161. package/components/ui-toggle/index.d.ts.map +1 -1
  162. package/components/ui-toggle/ui-toggle.vue.d.ts +11 -6
  163. package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
  164. package/components/ui-toggle/ui-toggle.vue.js +3 -3
  165. package/components/ui-toggle/ui-toggle.vue2.js +28 -44
  166. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
  167. package/components/ui-typography/index.d.ts +0 -1
  168. package/components/ui-typography/index.d.ts.map +1 -1
  169. package/components/ui-typography/ui-typography.vue.d.ts +10 -6
  170. package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
  171. package/components/ui-verification-input/index.d.ts +0 -1
  172. package/components/ui-verification-input/index.d.ts.map +1 -1
  173. package/components/ui-verification-input/ui-verification-input.vue.d.ts +12 -5
  174. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
  175. package/index.d.ts +0 -1
  176. package/package.json +35 -33
  177. package/plugin.ts +27 -6
  178. package/src/_styles/_backdropBlur.json +10 -0
@@ -2,7 +2,6 @@ import { default as UiListItem } from './ui-list-item.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, HTMLAttributes, ComponentOptionsBase } from 'vue';
3
3
  import { EListItemSize, EListItemTypes, EListItemSpacing } from './_types';
4
4
  import { TIconName } from '../ui-icon';
5
-
6
5
  export { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
7
6
  export { UiListItem };
8
7
  /**
@@ -14,10 +13,6 @@ declare const deprecatedDefault: {
14
13
  type: PropType<EListItemSize>;
15
14
  default: EListItemSize;
16
15
  };
17
- title: {
18
- type: PropType<string>;
19
- default: string;
20
- };
21
16
  icon: {
22
17
  type: PropType<TIconName>;
23
18
  default: undefined;
@@ -26,6 +21,10 @@ declare const deprecatedDefault: {
26
21
  type: PropType<EListItemTypes>;
27
22
  default: EListItemTypes;
28
23
  };
24
+ title: {
25
+ type: PropType<string>;
26
+ default: string;
27
+ };
29
28
  spacing: {
30
29
  type: PropType<EListItemSpacing>;
31
30
  default: EListItemSpacing;
@@ -39,10 +38,6 @@ declare const deprecatedDefault: {
39
38
  type: PropType<EListItemSize>;
40
39
  default: EListItemSize;
41
40
  };
42
- title: {
43
- type: PropType<string>;
44
- default: string;
45
- };
46
41
  icon: {
47
42
  type: PropType<TIconName>;
48
43
  default: undefined;
@@ -51,6 +46,10 @@ declare const deprecatedDefault: {
51
46
  type: PropType<EListItemTypes>;
52
47
  default: EListItemTypes;
53
48
  };
49
+ title: {
50
+ type: PropType<string>;
51
+ default: string;
52
+ };
54
53
  spacing: {
55
54
  type: PropType<EListItemSpacing>;
56
55
  default: EListItemSpacing;
@@ -61,9 +60,9 @@ declare const deprecatedDefault: {
61
60
  };
62
61
  }>>, {
63
62
  size: EListItemSize;
64
- title: string;
65
63
  icon: TIconName;
66
64
  kind: EListItemTypes;
65
+ title: string;
67
66
  spacing: EListItemSpacing;
68
67
  iconClass: HTMLAttributes["class"];
69
68
  }, true, {}, {}, {
@@ -78,10 +77,6 @@ declare const deprecatedDefault: {
78
77
  type: PropType<EListItemSize>;
79
78
  default: EListItemSize;
80
79
  };
81
- title: {
82
- type: PropType<string>;
83
- default: string;
84
- };
85
80
  icon: {
86
81
  type: PropType<TIconName>;
87
82
  default: undefined;
@@ -90,6 +85,10 @@ declare const deprecatedDefault: {
90
85
  type: PropType<EListItemTypes>;
91
86
  default: EListItemTypes;
92
87
  };
88
+ title: {
89
+ type: PropType<string>;
90
+ default: string;
91
+ };
93
92
  spacing: {
94
93
  type: PropType<EListItemSpacing>;
95
94
  default: EListItemSpacing;
@@ -100,9 +99,9 @@ declare const deprecatedDefault: {
100
99
  };
101
100
  }>>, {}, {}, {}, {}, {
102
101
  size: EListItemSize;
103
- title: string;
104
102
  icon: TIconName;
105
103
  kind: EListItemTypes;
104
+ title: string;
106
105
  spacing: EListItemSpacing;
107
106
  iconClass: HTMLAttributes["class"];
108
107
  }>;
@@ -114,10 +113,6 @@ declare const deprecatedDefault: {
114
113
  type: PropType<EListItemSize>;
115
114
  default: EListItemSize;
116
115
  };
117
- title: {
118
- type: PropType<string>;
119
- default: string;
120
- };
121
116
  icon: {
122
117
  type: PropType<TIconName>;
123
118
  default: undefined;
@@ -126,6 +121,10 @@ declare const deprecatedDefault: {
126
121
  type: PropType<EListItemTypes>;
127
122
  default: EListItemTypes;
128
123
  };
124
+ title: {
125
+ type: PropType<string>;
126
+ default: string;
127
+ };
129
128
  spacing: {
130
129
  type: PropType<EListItemSpacing>;
131
130
  default: EListItemSpacing;
@@ -136,9 +135,9 @@ declare const deprecatedDefault: {
136
135
  };
137
136
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
138
137
  size: EListItemSize;
139
- title: string;
140
138
  icon: TIconName;
141
139
  kind: EListItemTypes;
140
+ title: string;
142
141
  spacing: EListItemSpacing;
143
142
  iconClass: HTMLAttributes["class"];
144
143
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-list-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-list-item/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
@@ -1,12 +1,16 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
3
3
  import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
-
5
4
  declare function __VLS_template(): {
6
- icon?(_: {}): any;
7
- default?(_: {}): any;
5
+ slots: {
6
+ icon?(_: {}): any;
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
8
11
  };
9
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
14
  icon?: TIconName;
11
15
  title?: string;
12
16
  kind?: EListItemTypes;
@@ -20,7 +24,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
20
24
  title: string;
21
25
  icon: undefined;
22
26
  iconClass: string;
23
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
27
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
24
28
  icon?: TIconName;
25
29
  title?: string;
26
30
  kind?: EListItemTypes;
@@ -36,16 +40,21 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
36
40
  iconClass: string;
37
41
  }>>>, {
38
42
  size: EListItemSize;
39
- title: string;
40
43
  icon: TIconName;
41
44
  kind: EListItemTypes;
45
+ title: string;
42
46
  spacing: EListItemSpacing;
43
47
  iconClass: HTMLAttributes["class"];
44
48
  }, {}>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
50
  export default _default;
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
47
56
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToRuntimeProps<T> = {
57
+ type __VLS_TypePropsToOption<T> = {
49
58
  [K in keyof T]-?: {} extends Pick<T, K> ? {
50
59
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
51
60
  } : {
@@ -53,17 +62,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
53
62
  required: true;
54
63
  };
55
64
  };
56
- type __VLS_WithDefaults<P, D> = {
57
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
58
- default: D[K];
59
- }> : P[K];
60
- };
61
- type __VLS_Prettify<T> = {
62
- [K in keyof T]: T[K];
63
- } & {};
64
65
  type __VLS_WithTemplateSlots<T, S> = T & {
65
66
  new (): {
66
67
  $slots: S;
67
68
  };
68
69
  };
70
+ type __VLS_PrettifyLocal<T> = {
71
+ [K in keyof T]: T[K];
72
+ } & {};
69
73
  //# sourceMappingURL=ui-list-item.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-list-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-list-item/ui-list-item.vue"],"names":[],"mappings":"AAiEA;AAEC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAGpD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAgC3C,iBAAS,cAAc;kBAgII,GAAG;qBACA,GAAG;EAGhC;AAsBD,QAAA,MAAM,eAAe;WAMZ,SAAS;YACR,MAAM;WACP,cAAc;WACd,aAAa;cACV,gBAAgB;gBACd,cAAc,CAAC,OAAO,CAAC;;;;;;;;;WAL5B,SAAS;YACR,MAAM;WACP,cAAc;WACd,aAAa;cACV,gBAAgB;gBACd,cAAc,CAAC,OAAO,CAAC;;;;;;;;;UAF5B,aAAa;WAFZ,MAAM;UADP,SAAS;UAET,cAAc;aAEX,gBAAgB;eACd,cAAc,CAAC,OAAO,CAAC;MAEnC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-list-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-list-item/ui-list-item.vue"],"names":[],"mappings":"AA4FC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAGpD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAkC3C,iBAAS,cAAc;;sBA0FG,GAAG;yBACC,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAnJZ,SAAS;YACR,MAAM;WACP,cAAc;WACd,aAAa;cACV,gBAAgB;gBACd,cAAc,CAAC,OAAO,CAAC;;;;;;;;;WAL5B,SAAS;YACR,MAAM;WACP,cAAc;WACd,aAAa;cACV,gBAAgB;gBACd,cAAc,CAAC,OAAO,CAAC;;;;;;;;;UAF5B,aAAa;UAHb,SAAS;UAET,cAAc;WADb,MAAM;aAGJ,gBAAgB;eACd,cAAc,CAAC,OAAO,CAAC;MAoJnC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,4 +1,3 @@
1
1
  import { default as UiMediaCard } from './ui-media-card.vue';
2
-
3
2
  export { UiMediaCard };
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,11 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ declare const _default: DefineComponent<__VLS_TypePropsToOption<{
5
4
  icon?: TIconName;
6
5
  image?: string;
7
6
  title?: string;
8
7
  description?: string;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
10
9
  icon?: TIconName;
11
10
  image?: string;
12
11
  title?: string;
@@ -14,7 +13,7 @@ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
14
13
  }>>>, {}, {}>;
15
14
  export default _default;
16
15
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
16
+ type __VLS_TypePropsToOption<T> = {
18
17
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
18
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
20
19
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-media-card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-media-card/ui-media-card.vue"],"names":[],"mappings":"AAsDA;AAGC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;;WAwJ5C,SAAS;YACR,MAAM;YACN,MAAM;kBACA,MAAM;;WAHb,SAAS;YACR,MAAM;YACN,MAAM;kBACA,MAAM;;AATtB,wBAWG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-media-card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-media-card/ui-media-card.vue"],"names":[],"mappings":";AAsEC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;;WAK5C,SAAS;YACR,MAAM;YACN,MAAM;kBACA,MAAM;;WAHb,SAAS;YACR,MAAM;YACN,MAAM;kBACA,MAAM;;AAsHtB,wBAMG;AAKH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -2,7 +2,7 @@ import { defineComponent as m, openBlock as o, createElementBlock as r, createCo
2
2
  import l from "../ui-typography/index.js";
3
3
  import u from "../ui-icon/index.js";
4
4
  import { ETypographySizes as c, ETextWeight as h } from "../ui-typography/_typings.js";
5
- const g = { class: "flex-none overflow-hidden rounded-2xl border border-secondary-alt-300 bg-white" }, y = ["src"], x = { class: "relative grid gap-xxxs px-xs py-sm text-secondary-400" }, _ = {
5
+ const g = { class: "flex-none overflow-hidden rounded-2xl border border-secondary-alt-500 bg-white" }, y = ["src"], x = { class: "relative grid gap-xxxs px-xs py-sm text-secondary-400" }, _ = {
6
6
  key: 0,
7
7
  class: "absolute -top-md left-xs flex size-fit rounded-full border-2 border-white bg-gradient-to-b from-primary to-primary-alt p-xxs"
8
8
  }, D = /* @__PURE__ */ m({
@@ -1,7 +1,6 @@
1
1
  import { default as UiModal } from './ui-modal.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EModalSizes } from './_typings';
4
-
5
4
  export { UiModal };
6
5
  export { EModalSizes } from './_typings';
7
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-modal/index.ts"],"names":[],"mappings":";;AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACzC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { default as UiBackdrop } from './ui-backdrop.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
3
  export { UiBackdrop };
5
4
  /**
6
5
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-modal/ui-backdrop/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-modal/ui-backdrop/index.ts"],"names":[],"mappings":";AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
@@ -1,9 +1,14 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5
10
  declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
12
  export default _default;
8
13
  type __VLS_WithTemplateSlots<T, S> = T & {
9
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-backdrop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"names":[],"mappings":"AAOA,iBAAS,cAAc;qBAmDO,GAAG;EAGhC;AAOD,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-backdrop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"names":[],"mappings":";AAuBA,iBAAS,cAAc;;yBAoCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,16 +1,16 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".backdrop-color[data-v-60be34bb]{background-color:#0000007f}")),document.head.appendChild(e)}}catch(c){console.error("vite-plugin-css-injected-by-js",c)}})();
2
- import { openBlock as o, createElementBlock as t, renderSlot as r, pushScopeId as c, popScopeId as d, createElementVNode as n } from "vue";
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".backdrop-color[data-v-b88cb1e9]{background-color:#0000007f}")),document.head.appendChild(e)}}catch(c){console.error("vite-plugin-css-injected-by-js",c)}})();
2
+ import { openBlock as o, createElementBlock as t, renderSlot as c, pushScopeId as r, popScopeId as d, createElementVNode as n } from "vue";
3
3
 
4
- import s from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const a = {}, l = (e) => (c("data-v-60be34bb"), e = e(), d(), e), p = /* @__PURE__ */ l(() => /* @__PURE__ */ n("div", { class: "backdrop-color fixed inset-0 z-0 backdrop-blur-sm transition-all" }, null, -1));
6
- function i(e, _) {
4
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ const l = {}, s = (e) => (r("data-v-b88cb1e9"), e = e(), d(), e), i = /* @__PURE__ */ s(() => /* @__PURE__ */ n("div", { class: "backdrop-color fixed inset-0 z-0 backdrop-blur-min transition-all" }, null, -1));
6
+ function p(e, _) {
7
7
  return o(), t("div", null, [
8
- p,
9
- r(e.$slots, "default", {}, void 0, !0)
8
+ i,
9
+ c(e.$slots, "default", {}, void 0, !0)
10
10
  ]);
11
11
  }
12
- const m = /* @__PURE__ */ s(a, [["render", i], ["__scopeId", "data-v-60be34bb"]]);
12
+ const b = /* @__PURE__ */ a(l, [["render", p], ["__scopeId", "data-v-b88cb1e9"]]);
13
13
  export {
14
- m as default
14
+ b as default
15
15
  };
16
16
  //# sourceMappingURL=ui-backdrop.vue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-backdrop.vue.js","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"sourcesContent":["<template>\n\t<div>\n\t\t<div\n\t\t\tclass=\"backdrop-color fixed inset-0 z-0 backdrop-blur-sm transition-all\"\n\t\t/>\n\n\t\t<slot />\n\t</div>\n</template>\n\n<style lang=\"css\" scoped>\n\t.backdrop-color {\n\t\tbackground-color: rgb(0 0 0 / 50%);\n\t}\n</style>\n"],"names":["_popScopeId","n","_cache","_openBlock","_createElementBlock","_hoisted_1"],"mappings":";;;yDAEEA,EAEE,GAAAC;cAGGC,GAAA;SAHHC,EAAA,GAAAC,EAAA,OAAA,MAAA;AAAA,IAEFC;AAAA;;;;"}
1
+ {"version":3,"file":"ui-backdrop.vue.js","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"sourcesContent":["<template>\n\t<div>\n\t\t<div\n\t\t\tclass=\"backdrop-color fixed inset-0 z-0 backdrop-blur-min transition-all\"\n\t\t/>\n\n\t\t<slot />\n\t</div>\n</template>\n\n<style lang=\"css\" scoped>\n\t.backdrop-color {\n\t\tbackground-color: rgb(0 0 0 / 50%);\n\t}\n</style>\n"],"names":["_popScopeId","n","_cache","_openBlock","_createElementBlock","_hoisted_1"],"mappings":";;;yDAEEA,EAEE,GAAAC;cAGGC,GAAA;SAHHC,EAAA,GAAAC,EAAA,OAAA,MAAA;AAAA,IAEFC;AAAA;;;;"}
@@ -1,19 +1,23 @@
1
1
  import { EModalSizes } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- icon?(_: {}): any;
6
- title?(_: {}): any;
7
- default?(_: {}): any;
8
- footer?(_: {}): any;
4
+ slots: {
5
+ icon?(_: {}): any;
6
+ title?(_: {}): any;
7
+ default?(_: {}): any;
8
+ footer?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
9
12
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
15
  title?: string;
12
16
  modalSize?: EModalSizes;
13
17
  }>, {
14
18
  title: undefined;
15
19
  modalSize: EModalSizes;
16
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
21
  title?: string;
18
22
  modalSize?: EModalSizes;
19
23
  }>, {
@@ -23,10 +27,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
23
27
  title: string;
24
28
  modalSize: EModalSizes;
25
29
  }, {}>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
31
  export default _default;
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
28
37
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
38
+ type __VLS_TypePropsToOption<T> = {
30
39
  [K in keyof T]-?: {} extends Pick<T, K> ? {
31
40
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
41
  } : {
@@ -34,17 +43,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
34
43
  required: true;
35
44
  };
36
45
  };
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
46
  type __VLS_WithTemplateSlots<T, S> = T & {
46
47
  new (): {
47
48
  $slots: S;
48
49
  };
49
50
  };
51
+ type __VLS_PrettifyLocal<T> = {
52
+ [K in keyof T]: T[K];
53
+ } & {};
50
54
  //# sourceMappingURL=ui-modal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-modal/ui-modal.vue"],"names":[],"mappings":"AA8DA;AAIC,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAuB1C,iBAAS,cAAc;kBA4JI,GAAG;mBACF,GAAG;qBACD,GAAG;oBACJ,GAAG;EAG/B;AAgBD,QAAA,MAAM,eAAe;YAMV,MAAM;gBACF,WAAW;;;;;YADf,MAAM;gBACF,WAAW;;;;;WADf,MAAM;eACF,WAAW;MAExB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-modal/ui-modal.vue"],"names":[],"mappings":";AA8FC,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAyB1C,iBAAS,cAAc;;sBAuFG,GAAG;uBACF,GAAG;yBACA,GAAG;wBACJ,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAvIV,MAAM;gBACF,WAAW;;;;;YADf,MAAM;gBACF,WAAW;;;;;WADf,MAAM;eACF,WAAW;MA4IxB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiNotificationBadge } from './ui-notification-badge.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EBadgeOrigin } from './_types';
4
-
5
4
  export { UiNotificationBadge };
6
5
  export { EBadgeOrigin } from './_types';
7
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-notification-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,6BAA6B,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsB,CAAC;AAC9C,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-notification-badge/index.ts"],"names":[],"mappings":";;AAAA,OAAO,mBAAmB,MAAM,6BAA6B,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsB,CAAC;AAC9C,eAAe,iBAAiB,CAAC"}
@@ -1,24 +1,33 @@
1
1
  import { EBadgeOrigin } from './_types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
6
9
  };
7
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
12
  origin?: EBadgeOrigin;
9
13
  }>, {
10
14
  origin: EBadgeOrigin;
11
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
16
  origin?: EBadgeOrigin;
13
17
  }>, {
14
18
  origin: EBadgeOrigin;
15
19
  }>>>, {
16
20
  origin: EBadgeOrigin;
17
21
  }, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
23
  export default _default;
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
20
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
30
+ type __VLS_TypePropsToOption<T> = {
22
31
  [K in keyof T]-?: {} extends Pick<T, K> ? {
23
32
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
24
33
  } : {
@@ -26,17 +35,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
26
35
  required: true;
27
36
  };
28
37
  };
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_Prettify<T> = {
35
- [K in keyof T]: T[K];
36
- } & {};
37
38
  type __VLS_WithTemplateSlots<T, S> = T & {
38
39
  new (): {
39
40
  $slots: S;
40
41
  };
41
42
  };
43
+ type __VLS_PrettifyLocal<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
42
46
  //# sourceMappingURL=ui-notification-badge.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-notification-badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-notification-badge/ui-notification-badge.vue"],"names":[],"mappings":"AAyBA;AAEC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAiBzC,iBAAS,cAAc;qBAwCM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;aAMV,YAAY;;;;aAAZ,YAAY;;;;YAAZ,YAAY;MAErB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-notification-badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-notification-badge/ui-notification-badge.vue"],"names":[],"mappings":";AA4CC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAmBzC,iBAAS,cAAc;;yBA4CM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA/EV,YAAY;;;;aAAZ,YAAY;;;;YAAZ,YAAY;MAqFrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,31 +1,30 @@
1
1
  import { default as UiOrderCard } from './ui-order-card.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
- import { EOrderCardTypes } from './_types';
4
3
  import { TIconName } from '../ui-icon';
5
-
4
+ import { EOrderCardTypes } from './_types';
6
5
  export { UiOrderCard };
7
6
  /**
8
7
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
9
8
  */
10
9
  declare const deprecatedDefault: {
11
10
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
12
- kind: {
13
- type: PropType<EOrderCardTypes>;
14
- default: EOrderCardTypes;
15
- };
16
11
  iconName: {
17
12
  type: PropType<TIconName>;
18
13
  required: true;
19
14
  };
20
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
21
15
  kind: {
22
16
  type: PropType<EOrderCardTypes>;
23
17
  default: EOrderCardTypes;
24
18
  };
19
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
25
20
  iconName: {
26
21
  type: PropType<TIconName>;
27
22
  required: true;
28
23
  };
24
+ kind: {
25
+ type: PropType<EOrderCardTypes>;
26
+ default: EOrderCardTypes;
27
+ };
29
28
  }>>, {
30
29
  kind: EOrderCardTypes;
31
30
  }, true, {}, {}, {
@@ -36,14 +35,14 @@ declare const deprecatedDefault: {
36
35
  M: {};
37
36
  Defaults: {};
38
37
  }, Readonly< ExtractPropTypes<{
39
- kind: {
40
- type: PropType<EOrderCardTypes>;
41
- default: EOrderCardTypes;
42
- };
43
38
  iconName: {
44
39
  type: PropType<TIconName>;
45
40
  required: true;
46
41
  };
42
+ kind: {
43
+ type: PropType<EOrderCardTypes>;
44
+ default: EOrderCardTypes;
45
+ };
47
46
  }>>, {}, {}, {}, {}, {
48
47
  kind: EOrderCardTypes;
49
48
  }>;
@@ -51,14 +50,14 @@ declare const deprecatedDefault: {
51
50
  __isTeleport?: never;
52
51
  __isSuspense?: never;
53
52
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
54
- kind: {
55
- type: PropType<EOrderCardTypes>;
56
- default: EOrderCardTypes;
57
- };
58
53
  iconName: {
59
54
  type: PropType<TIconName>;
60
55
  required: true;
61
56
  };
57
+ kind: {
58
+ type: PropType<EOrderCardTypes>;
59
+ default: EOrderCardTypes;
60
+ };
62
61
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
63
62
  kind: EOrderCardTypes;
64
63
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-order-card/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAc,CAAC;AACtC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-order-card/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAc,CAAC;AACtC,eAAe,iBAAiB,CAAC"}