bonkers-ui 1.0.71 → 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 (186) 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/index.js +5 -0
  81. package/components/ui-media-card/index.js.map +1 -0
  82. package/components/ui-media-card/ui-media-card.vue.d.ts +24 -0
  83. package/components/ui-media-card/ui-media-card.vue.d.ts.map +1 -0
  84. package/components/ui-media-card/ui-media-card.vue.js +59 -0
  85. package/components/ui-media-card/ui-media-card.vue.js.map +1 -0
  86. package/components/ui-media-card/ui-media-card.vue2.js +5 -0
  87. package/components/ui-media-card/ui-media-card.vue2.js.map +1 -0
  88. package/components/ui-modal/index.d.ts +0 -1
  89. package/components/ui-modal/index.d.ts.map +1 -1
  90. package/components/ui-modal/ui-backdrop/index.d.ts +0 -1
  91. package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -1
  92. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +7 -2
  93. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
  94. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +9 -9
  95. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
  96. package/components/ui-modal/ui-modal.vue.d.ts +21 -17
  97. package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
  98. package/components/ui-notification-badge/index.d.ts +0 -1
  99. package/components/ui-notification-badge/index.d.ts.map +1 -1
  100. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +18 -14
  101. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
  102. package/components/ui-order-card/index.d.ts +14 -15
  103. package/components/ui-order-card/index.d.ts.map +1 -1
  104. package/components/ui-order-card/ui-order-card.vue.d.ts +20 -16
  105. package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
  106. package/components/ui-plain-radio/index.d.ts +0 -1
  107. package/components/ui-plain-radio/index.d.ts.map +1 -1
  108. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +11 -6
  109. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
  110. package/components/ui-product-card/ui-product-card.vue.d.ts +12 -7
  111. package/components/ui-product-card/ui-product-card.vue.d.ts.map +1 -1
  112. package/components/ui-product-card/ui-product-card.vue.js +1 -1
  113. package/components/ui-progress/index.d.ts +0 -1
  114. package/components/ui-progress/index.d.ts.map +1 -1
  115. package/components/ui-progress/ui-progress.vue.d.ts +9 -9
  116. package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
  117. package/components/ui-radio/index.d.ts +0 -1
  118. package/components/ui-radio/index.d.ts.map +1 -1
  119. package/components/ui-radio/ui-radio.vue.d.ts +10 -6
  120. package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
  121. package/components/ui-radio-compact/index.d.ts +0 -1
  122. package/components/ui-radio-compact/index.d.ts.map +1 -1
  123. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +10 -5
  124. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
  125. package/components/ui-radio-fancy/index.d.ts +16 -17
  126. package/components/ui-radio-fancy/index.d.ts.map +1 -1
  127. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +18 -14
  128. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
  129. package/components/ui-result-card-range/index.d.ts +0 -1
  130. package/components/ui-result-card-range/index.d.ts.map +1 -1
  131. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +10 -6
  132. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
  133. package/components/ui-ripple/index.d.ts +0 -1
  134. package/components/ui-ripple/index.d.ts.map +1 -1
  135. package/components/ui-ripple/ui-ripple.vue.d.ts +9 -2
  136. package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
  137. package/components/ui-select/index.d.ts +0 -1
  138. package/components/ui-select/index.d.ts.map +1 -1
  139. package/components/ui-select/ui-select.vue.d.ts +13 -8
  140. package/components/ui-select/ui-select.vue.d.ts.map +1 -1
  141. package/components/ui-skeleton/index.d.ts +0 -1
  142. package/components/ui-skeleton/index.d.ts.map +1 -1
  143. package/components/ui-skeleton/ui-skeleton.vue.d.ts +9 -10
  144. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
  145. package/components/ui-snackbar/index.d.ts +13 -14
  146. package/components/ui-snackbar/index.d.ts.map +1 -1
  147. package/components/ui-snackbar/ui-snackbar.vue.d.ts +20 -16
  148. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
  149. package/components/ui-table/index.d.ts +0 -1
  150. package/components/ui-table/index.d.ts.map +1 -1
  151. package/components/ui-table/ui-table-cell/index.d.ts +0 -1
  152. package/components/ui-table/ui-table-cell/index.d.ts.map +1 -1
  153. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +11 -7
  154. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
  155. package/components/ui-table/ui-table-row/index.d.ts +0 -1
  156. package/components/ui-table/ui-table-row/index.d.ts.map +1 -1
  157. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +10 -6
  158. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
  159. package/components/ui-table/ui-table.vue.d.ts +18 -14
  160. package/components/ui-table/ui-table.vue.d.ts.map +1 -1
  161. package/components/ui-tabs/index.d.ts +8 -9
  162. package/components/ui-tabs/index.d.ts.map +1 -1
  163. package/components/ui-tabs/ui-tabs.vue.d.ts +9 -9
  164. package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
  165. package/components/ui-toggle/index.d.ts +0 -1
  166. package/components/ui-toggle/index.d.ts.map +1 -1
  167. package/components/ui-toggle/ui-toggle.vue.d.ts +11 -6
  168. package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
  169. package/components/ui-toggle/ui-toggle.vue.js +3 -3
  170. package/components/ui-toggle/ui-toggle.vue2.js +28 -44
  171. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
  172. package/components/ui-typography/index.d.ts +0 -1
  173. package/components/ui-typography/index.d.ts.map +1 -1
  174. package/components/ui-typography/ui-typography.vue.d.ts +10 -6
  175. package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
  176. package/components/ui-verification-input/index.d.ts +0 -1
  177. package/components/ui-verification-input/index.d.ts.map +1 -1
  178. package/components/ui-verification-input/ui-verification-input.vue.d.ts +12 -5
  179. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
  180. package/index.d.ts +1 -1
  181. package/index.d.ts.map +1 -1
  182. package/index.js +136 -132
  183. package/index.js.map +1 -1
  184. package/package.json +35 -33
  185. package/plugin.ts +27 -6
  186. package/src/_styles/_backdropBlur.json +10 -0
@@ -1,21 +1,25 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { EAlertTypes } from './_types';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
-
5
4
  declare function __VLS_template(): {
6
- default?(_: {}): any;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
7
10
  };
8
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
9
13
  icon: TIconName;
10
14
  kind?: EAlertTypes;
11
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
15
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
12
16
  icon: TIconName;
13
17
  kind?: EAlertTypes;
14
18
  }>>>, {}, {}>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
20
  export default _default;
17
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
22
+ type __VLS_TypePropsToOption<T> = {
19
23
  [K in keyof T]-?: {} extends Pick<T, K> ? {
20
24
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
21
25
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-alert/ui-alert.vue"],"names":[],"mappings":"AA4BA;AAGC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAYxC,iBAAS,cAAc;qBAqFO,GAAG;EAKhC;AAgBD,QAAA,MAAM,eAAe;UAMb,SAAS;WACR,WAAW;;UADZ,SAAS;WACR,WAAW;aAElB,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-alert/ui-alert.vue"],"names":[],"mappings":";AA2CC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAcxC,iBAAS,cAAc;;yBA8DO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAhGb,SAAS;WACR,WAAW;;UADZ,SAAS;WACR,WAAW;aAqGlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,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"}
@@ -2,7 +2,6 @@ import { default as UiBadge } from './ui-badge.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EBadgeSize, EBadgeKind } from './_typings';
4
4
  import { TIconName } from '../ui-icon';
5
-
6
5
  export { UiBadge };
7
6
  /**
8
7
  * @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-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC;AAEjC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-badge/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC;AAEjC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
@@ -1,11 +1,15 @@
1
1
  import { EBadgeKind, EBadgeSize } from './_typings';
2
2
  import { TIconName } from '../ui-icon';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
-
5
4
  declare function __VLS_template(): {
6
- default?(_: {}): any;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
7
10
  };
8
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
13
  size?: EBadgeSize;
10
14
  kind?: EBadgeKind;
11
15
  icon?: TIconName;
@@ -14,7 +18,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
14
18
  size: EBadgeSize;
15
19
  kind: EBadgeKind;
16
20
  rounded: boolean;
17
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
22
  size?: EBadgeSize;
19
23
  kind?: EBadgeKind;
20
24
  icon?: TIconName;
@@ -28,10 +32,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
28
32
  kind: EBadgeKind;
29
33
  rounded: boolean;
30
34
  }, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
36
  export default _default;
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
33
42
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
43
+ type __VLS_TypePropsToOption<T> = {
35
44
  [K in keyof T]-?: {} extends Pick<T, K> ? {
36
45
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
37
46
  } : {
@@ -39,17 +48,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
39
48
  required: true;
40
49
  };
41
50
  };
42
- type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
- default: D[K];
45
- }> : P[K];
46
- };
47
- type __VLS_Prettify<T> = {
48
- [K in keyof T]: T[K];
49
- } & {};
50
51
  type __VLS_WithTemplateSlots<T, S> = T & {
51
52
  new (): {
52
53
  $slots: S;
53
54
  };
54
55
  };
56
+ type __VLS_PrettifyLocal<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
55
59
  //# sourceMappingURL=ui-badge.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-badge/ui-badge.vue"],"names":[],"mappings":"AAqCA;AAGC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,KAAK,SAAS,EAAU,MAAM,YAAY,CAAC;AAuCrD,iBAAS,cAAc;qBA4FO,GAAG;EAGhC;AAoBD,QAAA,MAAM,eAAe;WAMZ,UAAU;WACV,UAAU;WACV,SAAS;cACN,OAAO;;;;;;WAHV,UAAU;WACV,UAAU;WACV,SAAS;cACN,OAAO;;;;;;UAHV,UAAU;UACV,UAAU;aAEP,OAAO;MAEjB,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-badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-badge/ui-badge.vue"],"names":[],"mappings":";AAyEC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,KAAK,SAAS,EAAU,MAAM,YAAY,CAAC;AAyCrD,iBAAS,cAAc;;yBAsFO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAnJZ,UAAU;WACV,UAAU;WACV,SAAS;cACN,OAAO;;;;;;WAHV,UAAU;WACV,UAAU;WACV,SAAS;cACN,OAAO;;;;;;UAHV,UAAU;UACV,UAAU;aAEP,OAAO;MAsJjB,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,5 +1,4 @@
1
1
  import { EColors } from '../../_types/colors';
2
-
3
2
  type Ran<T extends number> = number extends T ? number : _Range<T, []>;
4
3
  type _Range<T extends number, R extends unknown[]> = R["length"] extends T ? R[number] : _Range<T, [R["length"], ...R]>;
5
4
  export type TBerPropNumber = Ran<typeof berRankDictionary.length>;
@@ -1,7 +1,6 @@
1
1
  import { default as UiBerRank } from './ui-ber-rank.vue';
2
2
  import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
  import { EBerSize } from './_types';
4
-
5
4
  export { UiBerRank };
6
5
  export { EBerSize } from './_types';
7
6
  /**
@@ -13,7 +12,7 @@ declare const deprecatedDefault: DefineComponent<{
13
12
  default: EBerSize;
14
13
  };
15
14
  rank: {
16
- type: PropType<number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15">;
15
+ type: PropType<number | "0" | "2" | "1" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15">;
17
16
  required: true;
18
17
  };
19
18
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
@@ -22,7 +21,7 @@ declare const deprecatedDefault: DefineComponent<{
22
21
  default: EBerSize;
23
22
  };
24
23
  rank: {
25
- type: PropType<number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15">;
24
+ type: PropType<number | "0" | "2" | "1" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15">;
26
25
  required: true;
27
26
  };
28
27
  }>>, {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ber-rank/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ber-rank/index.ts"],"names":[],"mappings":";;AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
@@ -1,12 +1,11 @@
1
1
  import { TBerPropNumber, TBerPropString, EBerSize } from './_types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
4
  rank: TBerPropNumber | TBerPropString | number;
6
5
  size?: EBerSize;
7
6
  }>, {
8
7
  size: EBerSize;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
9
  rank: TBerPropNumber | TBerPropString | number;
11
10
  size?: EBerSize;
12
11
  }>, {
@@ -15,8 +14,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
15
14
  size: EBerSize;
16
15
  }, {}>;
17
16
  export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
18
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToRuntimeProps<T> = {
23
+ type __VLS_TypePropsToOption<T> = {
20
24
  [K in keyof T]-?: {} extends Pick<T, K> ? {
21
25
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
22
26
  } : {
@@ -24,12 +28,7 @@ type __VLS_TypePropsToRuntimeProps<T> = {
24
28
  required: true;
25
29
  };
26
30
  };
27
- type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- type __VLS_Prettify<T> = {
31
+ type __VLS_PrettifyLocal<T> = {
33
32
  [K in keyof T]: T[K];
34
33
  } & {};
35
34
  //# sourceMappingURL=ui-ber-rank.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-ber-rank.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ber-rank/ui-ber-rank.vue"],"names":[],"mappings":"AA6DA;AAKC,OAAO,EAAqB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;;UA0L1F,cAAc,GAAG,cAAc,GAAG,MAAM;WACvC,QAAQ;;;;UADT,cAAc,GAAG,cAAc,GAAG,MAAM;WACvC,QAAQ;;;;UAAR,QAAQ;;AAPjB,wBASG;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;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"}
1
+ {"version":3,"file":"ui-ber-rank.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ber-rank/ui-ber-rank.vue"],"names":[],"mappings":";AAqGC,OAAO,EAAqB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;;UAK1F,cAAc,GAAG,cAAc,GAAG,MAAM;WACvC,QAAQ;;;;UADT,cAAc,GAAG,cAAc,GAAG,MAAM;WACvC,QAAQ;;;;UAAR,QAAQ;;AAoIjB,wBAMG;AAKH,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,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 UiButton } from './ui-button.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EButtonSizes, EButtonTypes } from './_typings';
4
-
5
4
  export { UiButton };
6
5
  export { EButtonSizes, EButtonTypes } from './_typings';
7
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAExD;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/index.ts"],"names":[],"mappings":";;AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAExD;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { EButtonSizes, EButtonTypes } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  type TProps = {
5
4
  kind?: EButtonTypes;
6
5
  size?: EButtonSizes;
@@ -8,16 +7,21 @@ type TProps = {
8
7
  disabled?: boolean;
9
8
  };
10
9
  declare function __VLS_template(): {
11
- prefix?(_: {}): any;
12
- default?(_: {}): any;
13
- postfix?(_: {}): any;
10
+ slots: {
11
+ prefix?(_: {}): any;
12
+ default?(_: {}): any;
13
+ postfix?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ attrs: Partial<{}>;
14
17
  };
15
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
16
20
  kind: EButtonTypes;
17
21
  size: EButtonSizes;
18
22
  fullWidth: boolean;
19
23
  disabled: boolean;
20
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
24
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
21
25
  kind: EButtonTypes;
22
26
  size: EButtonSizes;
23
27
  fullWidth: boolean;
@@ -28,10 +32,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
28
32
  fullWidth: boolean;
29
33
  disabled: boolean;
30
34
  }, {}>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
36
  export default _default;
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
33
42
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
43
+ type __VLS_TypePropsToOption<T> = {
35
44
  [K in keyof T]-?: {} extends Pick<T, K> ? {
36
45
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
37
46
  } : {
@@ -39,17 +48,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
39
48
  required: true;
40
49
  };
41
50
  };
42
- type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
- default: D[K];
45
- }> : P[K];
46
- };
47
- type __VLS_Prettify<T> = {
48
- [K in keyof T]: T[K];
49
- } & {};
50
51
  type __VLS_WithTemplateSlots<T, S> = T & {
51
52
  new (): {
52
53
  $slots: S;
53
54
  };
54
55
  };
56
+ type __VLS_PrettifyLocal<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
55
59
  //# sourceMappingURL=ui-button.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/ui-button.vue"],"names":[],"mappings":"AA0DA;AAEC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIzD,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAsBF,iBAAS,cAAc;oBAsFK,GAAG;qBACD,GAAG;qBACH,GAAG;EAKhC;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;UAnIZ,YAAY;UADZ,YAAY;eAEP,OAAO;cACR,OAAO;MAuIlB,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-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/ui-button.vue"],"names":[],"mappings":";AAkFC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIzD,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAwBF,iBAAS,cAAc;;wBA0EK,GAAG;yBACF,GAAG;yBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;UAhIZ,YAAY;UADZ,YAAY;eAEP,OAAO;cACR,OAAO;MAoIlB,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 UiCardCta } from './ui-card-cta.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { TIconName } from '../ui-icon';
4
-
5
4
  export { UiCardCta };
6
5
  /**
7
6
  * @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-card-cta/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/index.ts"],"names":[],"mappings":";;AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
@@ -1,28 +1,32 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- iconSlot?(_: {}): any;
6
- titleSlot?(_: {}): any;
7
- descriptionSlot?(_: {}): any;
4
+ slots: {
5
+ iconSlot?(_: {}): any;
6
+ titleSlot?(_: {}): any;
7
+ descriptionSlot?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
8
11
  };
9
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
10
14
  invertOrder?: boolean;
11
15
  disabled?: boolean;
12
16
  iconName?: TIconName;
13
17
  title?: string;
14
18
  description?: string;
15
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
19
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
16
20
  invertOrder?: boolean;
17
21
  disabled?: boolean;
18
22
  iconName?: TIconName;
19
23
  title?: string;
20
24
  description?: string;
21
25
  }>>>, {}, {}>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
27
  export default _default;
24
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
29
+ type __VLS_TypePropsToOption<T> = {
26
30
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
31
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
28
32
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-card-cta.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/ui-card-cta.vue"],"names":[],"mappings":"AAkEA;AAOC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB7C,iBAAS,cAAc;sBA2IQ,GAAG;uBACF,GAAG;6BACG,GAAG;EAKxC;AAoBD,QAAA,MAAM,eAAe;kBAML,OAAO;eACV,OAAO;eACP,SAAS;YACZ,MAAM;kBACA,MAAM;;kBAJN,OAAO;eACV,OAAO;eACP,SAAS;YACZ,MAAM;kBACA,MAAM;aAEpB,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-card-cta.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/ui-card-cta.vue"],"names":[],"mappings":";AA2FC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAkB7C,iBAAS,cAAc;;0BA8FO,GAAG;2BACD,GAAG;iCACG,GAAG;;;WAS3B,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBAtIL,OAAO;eACV,OAAO;eACP,SAAS;YACZ,MAAM;kBACA,MAAM;;kBAJN,OAAO;eACV,OAAO;eACP,SAAS;YACZ,MAAM;kBACA,MAAM;aAwIpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,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"}
@@ -0,0 +1,3 @@
1
+ import { default as UiCardOrder } from './ui-card-order.vue';
2
+ export { UiCardOrder };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-order/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAQ,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { TIconName } from '../ui-icon';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ declare function __VLS_template(): {
4
+ slots: {
5
+ title?(_: {}): any;
6
+ subtitle?(_: {}): any;
7
+ providersImage?(_: {}): any;
8
+ contentHeader?(_: {}): any;
9
+ descriptions?(_: {}): any;
10
+ footer?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ attrs: Partial<{}>;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
17
+ icon: TIconName;
18
+ title?: string;
19
+ contentHeader?: string;
20
+ description?: string;
21
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
22
+ icon: TIconName;
23
+ title?: string;
24
+ contentHeader?: string;
25
+ description?: string;
26
+ }>>>, {}, {}>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToOption<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=ui-card-order.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-card-order.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-order/ui-card-order.vue"],"names":[],"mappings":";AAuFC,OAAe,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAkBrD,iBAAS,cAAc;;uBAoGK,GAAG;0BACA,GAAG;gCACG,GAAG;+BACJ,GAAG;8BACJ,GAAG;wBACT,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA/Ib,SAAS;YACP,MAAM;oBACE,MAAM;kBACR,MAAM;;UAHd,SAAS;YACP,MAAM;oBACE,MAAM;kBACR,MAAM;aAkJpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,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"}
@@ -1,6 +1,5 @@
1
1
  import { default as UiCardResult } from './ui-card-result.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
3
  export { UiCardResult };
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-card-result/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/index.ts"],"names":[],"mappings":";AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
@@ -1,25 +1,30 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
- sidebar?(_: {}): any;
4
- default?(_: {}): any;
3
+ slots: {
4
+ sidebar?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
7
12
  header?: string;
8
13
  exclusiveText?: string;
9
14
  exclusiveTextBottom?: string;
10
15
  exclusiveClickAction?: () => void;
11
16
  exclusiveBottomClickAction?: () => void;
12
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
17
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
13
18
  header?: string;
14
19
  exclusiveText?: string;
15
20
  exclusiveTextBottom?: string;
16
21
  exclusiveClickAction?: () => void;
17
22
  exclusiveBottomClickAction?: () => void;
18
23
  }>>>, {}, {}>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
25
  export default _default;
21
26
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToRuntimeProps<T> = {
27
+ type __VLS_TypePropsToOption<T> = {
23
28
  [K in keyof T]-?: {} extends Pick<T, K> ? {
24
29
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
25
30
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-card-result.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/ui-card-result.vue"],"names":[],"mappings":"AAwFA;AAmBA,iBAAS,cAAc;qBA2LO,GAAG;qBACH,GAAG;EAGhC;AAmBD,QAAA,MAAM,eAAe;aAMV,MAAM;oBACC,MAAM;0BACA,MAAM;2BACL,MAAM,IAAI;iCACJ,MAAM,IAAI;;aAJ9B,MAAM;oBACC,MAAM;0BACA,MAAM;2BACL,MAAM,IAAI;iCACJ,MAAM,IAAI;aAEvC,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-card-result.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/ui-card-result.vue"],"names":[],"mappings":";AAwIA,iBAAS,cAAc;;yBA2GO,GAAG;yBACH,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAlJV,MAAM;oBACC,MAAM;0BACA,MAAM;2BACL,MAAM,IAAI;iCACJ,MAAM,IAAI;;aAJ9B,MAAM;oBACC,MAAM;0BACA,MAAM;2BACL,MAAM,IAAI;iCACJ,MAAM,IAAI;aAoJvC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,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"}
@@ -1,8 +1,8 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-bb3d632d]{grid-template-columns:1fr auto}.line-clamp[data-v-bb3d632d]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-9bdcca83]{grid-template-columns:1fr auto}.line-clamp[data-v-9bdcca83]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
2
  import o from "./ui-card-result.vue2.js";
3
3
 
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-bb3d632d"]]);
5
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9bdcca83"]]);
6
6
  export {
7
7
  m as default
8
8
  };
@@ -2,7 +2,7 @@ import { defineComponent as k, openBlock as o, createElementBlock as l, createVN
2
2
  import u from "../ui-typography/ui-typography.vue.js";
3
3
  import { ETypographySizes as m, ETextAlign as h, ETextWeight as v } from "../ui-typography/_typings.js";
4
4
  import { EColors as x } from "../../_types/colors.js";
5
- const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidden rounded-2xl border border-secondary-alt-400 bg-white" }, b = { class: "ui-card-result__header m-xxs mb-sm grid items-center justify-between gap-xxs rounded-xl bg-secondary-alt-200 p-xxs" }, E = { class: "w-full overflow-hidden bg-white p-sm pt-0" }, N = /* @__PURE__ */ k({
5
+ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidden rounded-2xl border border-secondary-alt-500 bg-white" }, b = { class: "ui-card-result__header m-xxs mb-sm grid items-center justify-between gap-xxs rounded-xl bg-secondary-alt-200 p-xxs" }, E = { class: "w-full overflow-hidden bg-white p-sm pt-0" }, N = /* @__PURE__ */ k({
6
6
  __name: "ui-card-result",
7
7
  props: {
8
8
  header: {},
@@ -56,7 +56,7 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
56
56
  ]),
57
57
  i.exclusiveTextBottom ? (o(), l("div", {
58
58
  key: 1,
59
- class: "-mt-xl rounded-2xl border border-secondary-alt-400 bg-secondary-alt-200 px-sm pt-xl",
59
+ class: "-mt-xl rounded-2xl border border-secondary-alt-500 bg-secondary-alt-200 px-sm pt-xl",
60
60
  onClick: t[1] || (t[1] = //@ts-ignore
61
61
  (...s) => i.exclusiveBottomClickAction && i.exclusiveBottomClickAction(...s))
62
62
  }, [
@@ -1,6 +1,5 @@
1
1
  import { default as UiCardSimple } from './ui-card-simple.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
3
  export { UiCardSimple };
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-card-simple/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-simple/index.ts"],"names":[],"mappings":";AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
@@ -1,11 +1,16 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  declare function __VLS_template(): {
3
- title?(_: {}): any;
4
- default?(_: {}): any;
5
- footer?(_: {}): any;
3
+ slots: {
4
+ title?(_: {}): any;
5
+ default?(_: {}): any;
6
+ footer?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
6
10
  };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
12
  declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
8
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
14
  export default _default;
10
15
  type __VLS_WithTemplateSlots<T, S> = T & {
11
16
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-card-simple.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-simple/ui-card-simple.vue"],"names":[],"mappings":"AAgCA;AAYA,iBAAS,cAAc;mBAsFK,GAAG;qBACD,GAAG;oBACJ,GAAG;EAG/B;AAWD,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-card-simple.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-simple/ui-card-simple.vue"],"names":[],"mappings":";AAoDA,iBAAS,cAAc;;uBA0DI,GAAG;yBACD,GAAG;wBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,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,7 +1,7 @@
1
1
  import { defineComponent as m, useSlots as c, openBlock as o, createElementBlock as u, unref as e, createBlock as i, withCtx as s, renderSlot as r, createCommentVNode as a } from "vue";
2
2
  import n from "../ui-typography/index.js";
3
3
  import { ETextWeight as p, ETextAlign as d } from "../ui-typography/_typings.js";
4
- const f = { class: "ui-card-simple relative grid gap-sm rounded-3xl border border-secondary-alt-300 bg-white p-sm" }, C = /* @__PURE__ */ m({
4
+ const f = { class: "ui-card-simple relative grid gap-sm rounded-3xl border border-secondary-alt-500 bg-white p-sm" }, C = /* @__PURE__ */ m({
5
5
  __name: "ui-card-simple",
6
6
  setup(g) {
7
7
  const l = c();
@@ -1 +1 @@
1
- {"version":3,"file":"ui-card-simple.vue.js","sources":["../../../src/components/ui-card-simple/ui-card-simple.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"\n\t\t\tui-card-simple\n\t\t\trelative\n\t\t\tgrid\n\t\t\tgap-sm\n\t\t\trounded-3xl\n\t\t\tborder\n\t\t\tborder-secondary-alt-300\n\t\t\tbg-white\n\t\t\tp-sm\n\t\t\t\"\n\t>\n\t\t<ui-typography\n\t\t\tv-if=\"slots.title\"\n\t\t\t:weight=\"ETextWeight.BOLD\"\n\t\t\t:align=\"ETextAlign.CENTER\"\n\t\t>\n\t\t\t<slot name=\"title\" />\n\t\t</ui-typography>\n\n\t\t<slot />\n\n\t\t<ui-typography\n\t\t\tv-if=\"slots.footer\"\n\t\t\t:align=\"ETextAlign.CENTER\"\n\t\t>\n\t\t\t<slot name=\"footer\" />\n\t\t</ui-typography>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport UiTypography, { ETextWeight, ETextAlign } from \"../ui-typography\";\n\timport { useSlots } from \"vue\";\n\n\tconst slots = useSlots();\n</script>\n"],"names":["slots","useSlots"],"mappings":";;;;;;AAqCC,UAAMA,IAAQC;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ui-card-simple.vue.js","sources":["../../../src/components/ui-card-simple/ui-card-simple.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"\n\t\t\tui-card-simple\n\t\t\trelative\n\t\t\tgrid\n\t\t\tgap-sm\n\t\t\trounded-3xl\n\t\t\tborder\n\t\t\tborder-secondary-alt-500\n\t\t\tbg-white\n\t\t\tp-sm\n\t\t\t\"\n\t>\n\t\t<ui-typography\n\t\t\tv-if=\"slots.title\"\n\t\t\t:weight=\"ETextWeight.BOLD\"\n\t\t\t:align=\"ETextAlign.CENTER\"\n\t\t>\n\t\t\t<slot name=\"title\" />\n\t\t</ui-typography>\n\n\t\t<slot />\n\n\t\t<ui-typography\n\t\t\tv-if=\"slots.footer\"\n\t\t\t:align=\"ETextAlign.CENTER\"\n\t\t>\n\t\t\t<slot name=\"footer\" />\n\t\t</ui-typography>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport UiTypography, { ETextWeight, ETextAlign } from \"../ui-typography\";\n\timport { useSlots } from \"vue\";\n\n\tconst slots = useSlots();\n</script>\n"],"names":["slots","useSlots"],"mappings":";;;;;;AAqCC,UAAMA,IAAQC;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ export declare enum ECheckboxSizes {
2
+ SM = "SM",
3
+ MD = "MD"
4
+ }
5
+ //# sourceMappingURL=_types.d.ts.map