bonkers-ui 1.0.63 → 1.0.65

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 (228) hide show
  1. package/CONSTANTS.d.ts +1 -0
  2. package/CONSTANTS.d.ts.map +1 -0
  3. package/_types/sizing.js.map +1 -1
  4. package/bonkers-ui.umd.js +3 -3
  5. package/bonkers-ui.umd.js.map +1 -1
  6. package/components/ui-alert/_types.d.ts +1 -0
  7. package/components/ui-alert/_types.d.ts.map +1 -0
  8. package/components/ui-alert/index.d.ts +24 -56
  9. package/components/ui-alert/index.d.ts.map +1 -0
  10. package/components/ui-alert/ui-alert.vue.d.ts +3 -2
  11. package/components/ui-alert/ui-alert.vue.d.ts.map +1 -0
  12. package/components/ui-badge/_typings.d.ts +1 -0
  13. package/components/ui-badge/_typings.d.ts.map +1 -0
  14. package/components/ui-badge/index.d.ts +27 -73
  15. package/components/ui-badge/index.d.ts.map +1 -0
  16. package/components/ui-badge/ui-badge.vue.d.ts +3 -4
  17. package/components/ui-badge/ui-badge.vue.d.ts.map +1 -0
  18. package/components/ui-badge/ui-badge.vue.js +33 -37
  19. package/components/ui-badge/ui-badge.vue.js.map +1 -1
  20. package/components/ui-ber-rank/_types.d.ts +1 -0
  21. package/components/ui-ber-rank/_types.d.ts.map +1 -0
  22. package/components/ui-ber-rank/index.d.ts +3 -2
  23. package/components/ui-ber-rank/index.d.ts.map +1 -0
  24. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
  25. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -0
  26. package/components/ui-ber-rank/ui-ber-rank.vue.js +6 -6
  27. package/components/ui-ber-rank/ui-ber-rank.vue.js.map +1 -1
  28. package/components/ui-button/_typings.d.ts +1 -0
  29. package/components/ui-button/_typings.d.ts.map +1 -0
  30. package/components/ui-button/index.d.ts +52 -86
  31. package/components/ui-button/index.d.ts.map +1 -0
  32. package/components/ui-button/ui-button.vue.d.ts +3 -2
  33. package/components/ui-button/ui-button.vue.d.ts.map +1 -0
  34. package/components/ui-card-cta/index.d.ts +40 -75
  35. package/components/ui-card-cta/index.d.ts.map +1 -0
  36. package/components/ui-card-cta/ui-card-cta.vue.d.ts +3 -2
  37. package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -0
  38. package/components/ui-card-result/index.d.ts +40 -75
  39. package/components/ui-card-result/index.d.ts.map +1 -0
  40. package/components/ui-card-result/ui-card-result.vue.d.ts +3 -2
  41. package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -0
  42. package/components/ui-card-result/ui-card-result.vue.js +5 -5
  43. package/components/ui-card-result/ui-card-result.vue2.js +18 -18
  44. package/components/ui-card-simple/index.d.ts +10 -39
  45. package/components/ui-card-simple/index.d.ts.map +1 -0
  46. package/components/ui-card-simple/ui-card-simple.vue.d.ts +3 -2
  47. package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -0
  48. package/components/ui-checkbox/index.d.ts +51 -87
  49. package/components/ui-checkbox/index.d.ts.map +1 -0
  50. package/components/ui-checkbox/ui-checkbox.vue.d.ts +5 -4
  51. package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -0
  52. package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
  53. package/components/ui-checkbox/ui-checkbox.vue2.js +8 -8
  54. package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
  55. package/components/ui-dropdown/_typings.d.ts +1 -0
  56. package/components/ui-dropdown/_typings.d.ts.map +1 -0
  57. package/components/ui-dropdown/index.d.ts +48 -90
  58. package/components/ui-dropdown/index.d.ts.map +1 -0
  59. package/components/ui-dropdown/ui-dropdown.vue.d.ts +3 -5
  60. package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -0
  61. package/components/ui-dropdown/ui-dropdown.vue.js +19 -20
  62. package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
  63. package/components/ui-icon/_typings.d.ts +1 -0
  64. package/components/ui-icon/_typings.d.ts.map +1 -0
  65. package/components/ui-icon/index.d.ts +3 -2
  66. package/components/ui-icon/index.d.ts.map +1 -0
  67. package/components/ui-icon/ui-icon.vue.d.ts +3 -2
  68. package/components/ui-icon/ui-icon.vue.d.ts.map +1 -0
  69. package/components/ui-icon/ui-icon.vue.js +15 -15
  70. package/components/ui-icon-wrapper/_typings.d.ts +1 -0
  71. package/components/ui-icon-wrapper/_typings.d.ts.map +1 -0
  72. package/components/ui-icon-wrapper/index.d.ts +32 -64
  73. package/components/ui-icon-wrapper/index.d.ts.map +1 -0
  74. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +3 -2
  75. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -0
  76. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +3 -3
  77. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +3 -3
  78. package/components/ui-input/_typings.d.ts +3 -2
  79. package/components/ui-input/_typings.d.ts.map +1 -0
  80. package/components/ui-input/index.d.ts +156 -193
  81. package/components/ui-input/index.d.ts.map +1 -0
  82. package/components/ui-input/ui-input.vue.d.ts +6 -2
  83. package/components/ui-input/ui-input.vue.d.ts.map +1 -0
  84. package/components/ui-input/ui-input.vue.js +29 -25
  85. package/components/ui-input/ui-input.vue.js.map +1 -1
  86. package/components/ui-input-range/index.d.ts +5 -4
  87. package/components/ui-input-range/index.d.ts.map +1 -0
  88. package/components/ui-input-range/ui-input-range.vue.d.ts +5 -4
  89. package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -0
  90. package/components/ui-input-range/ui-input-range.vue.js +2 -2
  91. package/components/ui-input-range/ui-input-range.vue2.js +19 -19
  92. package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
  93. package/components/ui-list-item/_types.d.ts +1 -0
  94. package/components/ui-list-item/_types.d.ts.map +1 -0
  95. package/components/ui-list-item/index.d.ts +75 -111
  96. package/components/ui-list-item/index.d.ts.map +1 -0
  97. package/components/ui-list-item/ui-list-item.vue.d.ts +3 -2
  98. package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -0
  99. package/components/ui-list-item/ui-list-item.vue.js +14 -14
  100. package/components/ui-modal/_typings.d.ts +1 -0
  101. package/components/ui-modal/_typings.d.ts.map +1 -0
  102. package/components/ui-modal/index.d.ts +32 -64
  103. package/components/ui-modal/index.d.ts.map +1 -0
  104. package/components/ui-modal/ui-backdrop/index.d.ts +10 -39
  105. package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -0
  106. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +3 -2
  107. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -0
  108. package/components/ui-modal/ui-modal.vue.d.ts +3 -2
  109. package/components/ui-modal/ui-modal.vue.d.ts.map +1 -0
  110. package/components/ui-notification-badge/_types.d.ts +1 -0
  111. package/components/ui-notification-badge/_types.d.ts.map +1 -0
  112. package/components/ui-notification-badge/index.d.ts +23 -54
  113. package/components/ui-notification-badge/index.d.ts.map +1 -0
  114. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +3 -2
  115. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -0
  116. package/components/ui-order-card/_types.d.ts +1 -0
  117. package/components/ui-order-card/_types.d.ts.map +1 -0
  118. package/components/ui-order-card/index.d.ts +30 -62
  119. package/components/ui-order-card/index.d.ts.map +1 -0
  120. package/components/ui-order-card/ui-order-card.vue.d.ts +3 -2
  121. package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -0
  122. package/components/ui-plain-radio/index.d.ts +61 -98
  123. package/components/ui-plain-radio/index.d.ts.map +1 -0
  124. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +3 -2
  125. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -0
  126. package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
  127. package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
  128. package/components/ui-progress/_types.d.ts +1 -0
  129. package/components/ui-progress/_types.d.ts.map +1 -0
  130. package/components/ui-progress/index.d.ts +3 -2
  131. package/components/ui-progress/index.d.ts.map +1 -0
  132. package/components/ui-progress/ui-progress.vue.d.ts +3 -2
  133. package/components/ui-progress/ui-progress.vue.d.ts.map +1 -0
  134. package/components/ui-radio/index.d.ts +61 -98
  135. package/components/ui-radio/index.d.ts.map +1 -0
  136. package/components/ui-radio/ui-radio.vue.d.ts +3 -2
  137. package/components/ui-radio/ui-radio.vue.d.ts.map +1 -0
  138. package/components/ui-radio/ui-radio.vue.js +2 -2
  139. package/components/ui-radio/ui-radio.vue2.js +12 -12
  140. package/components/ui-radio/ui-radio.vue2.js.map +1 -1
  141. package/components/ui-radio-compact/index.d.ts +50 -82
  142. package/components/ui-radio-compact/index.d.ts.map +1 -0
  143. package/components/ui-radio-compact/index.js.map +1 -1
  144. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +3 -2
  145. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -0
  146. package/components/ui-radio-fancy/_typings.d.ts +1 -0
  147. package/components/ui-radio-fancy/_typings.d.ts.map +1 -0
  148. package/components/ui-radio-fancy/index.d.ts +71 -108
  149. package/components/ui-radio-fancy/index.d.ts.map +1 -0
  150. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +3 -2
  151. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -0
  152. package/components/ui-radio-fancy/ui-radio-fancy.vue.js +15 -15
  153. package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
  154. package/components/ui-result-card-range/_types.d.ts +1 -0
  155. package/components/ui-result-card-range/_types.d.ts.map +1 -0
  156. package/components/ui-result-card-range/index.d.ts +20 -78
  157. package/components/ui-result-card-range/index.d.ts.map +1 -0
  158. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +3 -6
  159. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -0
  160. package/components/ui-result-card-range/ui-result-card-range.vue.js +9 -11
  161. package/components/ui-result-card-range/ui-result-card-range.vue.js.map +1 -1
  162. package/components/ui-ripple/index.d.ts +10 -39
  163. package/components/ui-ripple/index.d.ts.map +1 -0
  164. package/components/ui-ripple/ui-ripple.vue.d.ts +3 -2
  165. package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -0
  166. package/components/ui-select/index.d.ts +42 -77
  167. package/components/ui-select/index.d.ts.map +1 -0
  168. package/components/ui-select/ui-select.vue.d.ts +3 -2
  169. package/components/ui-select/ui-select.vue.d.ts.map +1 -0
  170. package/components/ui-skeleton/_typings.d.ts +1 -0
  171. package/components/ui-skeleton/_typings.d.ts.map +1 -0
  172. package/components/ui-skeleton/index.d.ts +3 -2
  173. package/components/ui-skeleton/index.d.ts.map +1 -0
  174. package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
  175. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -0
  176. package/components/ui-snackbar/_types.d.ts +1 -0
  177. package/components/ui-snackbar/_types.d.ts.map +1 -0
  178. package/components/ui-snackbar/index.d.ts +30 -62
  179. package/components/ui-snackbar/index.d.ts.map +1 -0
  180. package/components/ui-snackbar/ui-snackbar.vue.d.ts +3 -2
  181. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -0
  182. package/components/ui-table/_types.d.ts +1 -0
  183. package/components/ui-table/_types.d.ts.map +1 -0
  184. package/components/ui-table/index.d.ts +23 -54
  185. package/components/ui-table/index.d.ts.map +1 -0
  186. package/components/ui-table/ui-table-cell/index.d.ts +22 -54
  187. package/components/ui-table/ui-table-cell/index.d.ts.map +1 -0
  188. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +3 -2
  189. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -0
  190. package/components/ui-table/ui-table-row/_typings.d.ts +1 -0
  191. package/components/ui-table/ui-table-row/_typings.d.ts.map +1 -0
  192. package/components/ui-table/ui-table-row/index.d.ts +17 -48
  193. package/components/ui-table/ui-table-row/index.d.ts.map +1 -0
  194. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +3 -2
  195. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -0
  196. package/components/ui-table/ui-table.vue.d.ts +3 -2
  197. package/components/ui-table/ui-table.vue.d.ts.map +1 -0
  198. package/components/ui-tabs/index.d.ts +3 -2
  199. package/components/ui-tabs/index.d.ts.map +1 -0
  200. package/components/ui-tabs/ui-tabs.vue.d.ts +3 -2
  201. package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -0
  202. package/components/ui-toggle/index.d.ts +66 -104
  203. package/components/ui-toggle/index.d.ts.map +1 -0
  204. package/components/ui-toggle/ui-toggle.vue.d.ts +5 -4
  205. package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -0
  206. package/components/ui-toggle/ui-toggle.vue.js +3 -3
  207. package/components/ui-toggle/ui-toggle.vue2.js +10 -10
  208. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
  209. package/components/ui-typography/_typings.d.ts +1 -0
  210. package/components/ui-typography/_typings.d.ts.map +1 -0
  211. package/components/ui-typography/index.d.ts +62 -100
  212. package/components/ui-typography/index.d.ts.map +1 -0
  213. package/components/ui-typography/ui-typography.vue.d.ts +3 -2
  214. package/components/ui-typography/ui-typography.vue.d.ts.map +1 -0
  215. package/components/ui-typography/ui-typography.vue.js +2 -2
  216. package/components/ui-verification-input/index.d.ts +30 -63
  217. package/components/ui-verification-input/index.d.ts.map +1 -0
  218. package/components/ui-verification-input/ui-verification-input.vue.d.ts +3 -2
  219. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -0
  220. package/index.d.ts +2 -1
  221. package/index.d.ts.map +1 -0
  222. package/index.js +117 -116
  223. package/index.js.map +1 -1
  224. package/package.json +42 -41
  225. package/tsconfig.json +4 -0
  226. package/types.d.ts +1 -0
  227. package/types.d.ts.map +1 -0
  228. package/types.js +6 -6
@@ -1,5 +1,5 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- declare const _default: __VLS_WithTemplateSlots<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
3
3
  default?(_: {}): any;
4
4
  }>;
5
5
  export default _default;
@@ -8,3 +8,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
8
8
  $slots: S;
9
9
  };
10
10
  };
11
+ //# sourceMappingURL=ui-backdrop.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-backdrop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-modal/ui-backdrop/ui-backdrop.vue"],"names":[],"mappings":";;;AA0EA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import { EModalSizes } from "./_typings";
3
3
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  title?: string | undefined;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
6
6
  }>, {
7
7
  title: undefined;
8
8
  modalSize: EModalSizes;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
10
  title?: string | undefined;
11
11
  modalSize?: EModalSizes | undefined;
12
12
  }>, {
@@ -44,3 +44,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
44
44
  $slots: S;
45
45
  };
46
46
  };
47
+ //# sourceMappingURL=ui-modal.vue.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;AAsN1C,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"}
@@ -8,3 +8,4 @@ export declare enum ENotificationBadgeSizes {
8
8
  MEDIUM = "md",
9
9
  LARGE = "lg"
10
10
  }
11
+ //# sourceMappingURL=_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../src/components/ui-notification-badge/_types.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACvB,OAAO,YAAY;IACnB,gBAAgB,qBAAqB;CACrC;AAED,oBAAY,uBAAuB;IAClC,OAAO,YAAY;IACnB,KAAK,OAAO;IACZ,MAAM,OAAO;IACb,KAAK,OAAO;CACZ"}
@@ -1,5 +1,5 @@
1
1
  import { EBadgeOrigin } from './_types';
2
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import UiNotificationBadge from "./ui-notification-badge.vue";
4
4
  export { UiNotificationBadge };
5
5
  export { EBadgeOrigin } from "./_types";
@@ -7,65 +7,33 @@ export { EBadgeOrigin } from "./_types";
7
7
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
8
  */
9
9
  declare const deprecatedDefault: {
10
- new (...args: any[]): {
11
- $: ComponentInternalInstance;
12
- $data: {};
13
- $props: Partial<{
14
- origin: EBadgeOrigin;
15
- }> & Omit<{
16
- readonly origin: EBadgeOrigin;
17
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
18
- origin: {
19
- type: PropType<EBadgeOrigin>;
20
- default: EBadgeOrigin;
21
- };
22
- }>>, "origin">;
23
- $attrs: {
24
- [x: string]: unknown;
25
- };
26
- $refs: {
27
- [x: string]: unknown;
10
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
11
+ origin: {
12
+ type: PropType<EBadgeOrigin>;
13
+ default: EBadgeOrigin;
28
14
  };
29
- $slots: Readonly<{
30
- [name: string]: Slot<any> | undefined;
31
- }>;
32
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
33
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
34
- $emit: (event: string, ...args: any[]) => void;
35
- $el: any;
36
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
37
- origin: {
38
- type: PropType<EBadgeOrigin>;
39
- default: EBadgeOrigin;
40
- };
41
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
42
- origin: EBadgeOrigin;
43
- }, {}, string, {}> & {
44
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
45
- created?: ((() => void) | (() => void)[]) | undefined;
46
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
47
- mounted?: ((() => void) | (() => void)[]) | undefined;
48
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
49
- updated?: ((() => void) | (() => void)[]) | undefined;
50
- activated?: ((() => void) | (() => void)[]) | undefined;
51
- deactivated?: ((() => void) | (() => void)[]) | undefined;
52
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
53
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
54
- destroyed?: ((() => void) | (() => void)[]) | undefined;
55
- unmounted?: ((() => void) | (() => void)[]) | undefined;
56
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
57
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
58
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
15
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
16
+ origin: {
17
+ type: PropType<EBadgeOrigin>;
18
+ default: EBadgeOrigin;
59
19
  };
60
- $forceUpdate: () => void;
61
- $nextTick: typeof nextTick;
62
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
63
- } & Readonly<ExtractPropTypes<{
20
+ }>>, {
21
+ origin: EBadgeOrigin;
22
+ }, true, {}, {}, {
23
+ P: {};
24
+ B: {};
25
+ D: {};
26
+ C: {};
27
+ M: {};
28
+ Defaults: {};
29
+ }, Readonly<ExtractPropTypes<{
64
30
  origin: {
65
31
  type: PropType<EBadgeOrigin>;
66
32
  default: EBadgeOrigin;
67
33
  };
68
- }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
34
+ }>>, {}, {}, {}, {}, {
35
+ origin: EBadgeOrigin;
36
+ }>;
69
37
  __isFragment?: undefined;
70
38
  __isTeleport?: undefined;
71
39
  __isSuspense?: undefined;
@@ -82,3 +50,4 @@ declare const deprecatedDefault: {
82
50
  };
83
51
  });
84
52
  export default deprecatedDefault;
53
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,10 +1,10 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import { EBadgeOrigin } from "./_types";
3
3
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  origin?: EBadgeOrigin | undefined;
5
5
  }>, {
6
6
  origin: EBadgeOrigin;
7
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
8
  origin?: EBadgeOrigin | undefined;
9
9
  }>, {
10
10
  origin: EBadgeOrigin;
@@ -36,3 +36,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
36
36
  $slots: S;
37
37
  };
38
38
  };
39
+ //# sourceMappingURL=ui-notification-badge.vue.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;AAkFzC,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"}
@@ -2,3 +2,4 @@ export declare enum EOrderCardTypes {
2
2
  DEFAULT = "DEFAULT",
3
3
  WARNING = "WARNING"
4
4
  }
5
+ //# sourceMappingURL=_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../src/components/ui-order-card/_types.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IAC1B,OAAO,YAAY;IACnB,OAAO,YAAY;CACnB"}
@@ -1,75 +1,40 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { EOrderCardTypes } from './_types';
3
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
4
4
  import UiOrderCard from "./ui-order-card.vue";
5
5
  export { UiOrderCard };
6
6
  /**
7
7
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
8
  */
9
9
  declare const deprecatedDefault: {
10
- new (...args: any[]): {
11
- $: ComponentInternalInstance;
12
- $data: {};
13
- $props: Partial<{
14
- kind: EOrderCardTypes;
15
- }> & Omit<{
16
- readonly kind: EOrderCardTypes;
17
- readonly iconName: TIconName;
18
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
19
- kind: {
20
- type: PropType<EOrderCardTypes>;
21
- default: EOrderCardTypes;
22
- };
23
- iconName: {
24
- type: PropType<TIconName>;
25
- required: true;
26
- };
27
- }>>, "kind">;
28
- $attrs: {
29
- [x: string]: unknown;
10
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
11
+ kind: {
12
+ type: PropType<EOrderCardTypes>;
13
+ default: EOrderCardTypes;
30
14
  };
31
- $refs: {
32
- [x: string]: unknown;
15
+ iconName: {
16
+ type: PropType<TIconName>;
17
+ required: true;
33
18
  };
34
- $slots: Readonly<{
35
- [name: string]: Slot<any> | undefined;
36
- }>;
37
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
38
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
39
- $emit: (event: string, ...args: any[]) => void;
40
- $el: any;
41
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
42
- kind: {
43
- type: PropType<EOrderCardTypes>;
44
- default: EOrderCardTypes;
45
- };
46
- iconName: {
47
- type: PropType<TIconName>;
48
- required: true;
49
- };
50
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
51
- kind: EOrderCardTypes;
52
- }, {}, string, {}> & {
53
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
54
- created?: ((() => void) | (() => void)[]) | undefined;
55
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
56
- mounted?: ((() => void) | (() => void)[]) | undefined;
57
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
58
- updated?: ((() => void) | (() => void)[]) | undefined;
59
- activated?: ((() => void) | (() => void)[]) | undefined;
60
- deactivated?: ((() => void) | (() => void)[]) | undefined;
61
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
62
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
63
- destroyed?: ((() => void) | (() => void)[]) | undefined;
64
- unmounted?: ((() => void) | (() => void)[]) | undefined;
65
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
66
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
67
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
19
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
20
+ kind: {
21
+ type: PropType<EOrderCardTypes>;
22
+ default: EOrderCardTypes;
23
+ };
24
+ iconName: {
25
+ type: PropType<TIconName>;
26
+ required: true;
68
27
  };
69
- $forceUpdate: () => void;
70
- $nextTick: typeof nextTick;
71
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
72
- } & Readonly<ExtractPropTypes<{
28
+ }>>, {
29
+ kind: EOrderCardTypes;
30
+ }, true, {}, {}, {
31
+ P: {};
32
+ B: {};
33
+ D: {};
34
+ C: {};
35
+ M: {};
36
+ Defaults: {};
37
+ }, Readonly<ExtractPropTypes<{
73
38
  kind: {
74
39
  type: PropType<EOrderCardTypes>;
75
40
  default: EOrderCardTypes;
@@ -78,7 +43,9 @@ declare const deprecatedDefault: {
78
43
  type: PropType<TIconName>;
79
44
  required: true;
80
45
  };
81
- }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
46
+ }>>, {}, {}, {}, {}, {
47
+ kind: EOrderCardTypes;
48
+ }>;
82
49
  __isFragment?: undefined;
83
50
  __isTeleport?: undefined;
84
51
  __isSuspense?: undefined;
@@ -101,3 +68,4 @@ declare const deprecatedDefault: {
101
68
  };
102
69
  });
103
70
  export default deprecatedDefault;
71
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import type { TIconName } from "../ui-icon";
3
3
  import { EOrderCardTypes } from "./_types";
4
4
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
6
6
  kind?: EOrderCardTypes | undefined;
7
7
  }>, {
8
8
  kind: EOrderCardTypes;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
10
  iconName: TIconName;
11
11
  kind?: EOrderCardTypes | undefined;
12
12
  }>, {
@@ -41,3 +41,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
41
41
  $slots: S;
42
42
  };
43
43
  };
44
+ //# sourceMappingURL=ui-order-card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-order-card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-order-card/ui-order-card.vue"],"names":[],"mappings":"AA0DA;AAMC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;AAgM5C,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,106 +1,11 @@
1
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
2
  import UiPlainRadio from "./ui-plain-radio.vue";
3
3
  export { UiPlainRadio };
4
4
  /**
5
5
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
6
6
  */
7
7
  declare const deprecatedDefault: {
8
- new (...args: any[]): {
9
- $: ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{}> & Omit<{
12
- readonly modelValue: string | number | boolean;
13
- readonly value: string | number | boolean;
14
- readonly name: string;
15
- readonly header?: string | undefined;
16
- readonly disabled?: boolean | undefined;
17
- readonly subHeader?: string | undefined;
18
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
20
- modelValue: {
21
- type: PropType<string | number | boolean>;
22
- required: true;
23
- };
24
- header: {
25
- type: PropType<string>;
26
- };
27
- subHeader: {
28
- type: PropType<string>;
29
- };
30
- name: {
31
- type: PropType<string>;
32
- required: true;
33
- };
34
- value: {
35
- type: PropType<string | number | boolean>;
36
- required: true;
37
- };
38
- disabled: {
39
- type: PropType<boolean>;
40
- };
41
- }>> & {
42
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
43
- }, never>;
44
- $attrs: {
45
- [x: string]: unknown;
46
- };
47
- $refs: {
48
- [x: string]: unknown;
49
- };
50
- $slots: Readonly<{
51
- [name: string]: Slot<any> | undefined;
52
- }>;
53
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
54
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
55
- $emit: (event: "update:modelValue", ...args: any[]) => void;
56
- $el: any;
57
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
58
- modelValue: {
59
- type: PropType<string | number | boolean>;
60
- required: true;
61
- };
62
- header: {
63
- type: PropType<string>;
64
- };
65
- subHeader: {
66
- type: PropType<string>;
67
- };
68
- name: {
69
- type: PropType<string>;
70
- required: true;
71
- };
72
- value: {
73
- type: PropType<string | number | boolean>;
74
- required: true;
75
- };
76
- disabled: {
77
- type: PropType<boolean>;
78
- };
79
- }>> & {
80
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
81
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
82
- "update:modelValue": (...args: any[]) => void;
83
- }, string, {}, {}, string, {}> & {
84
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
85
- created?: ((() => void) | (() => void)[]) | undefined;
86
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
87
- mounted?: ((() => void) | (() => void)[]) | undefined;
88
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
89
- updated?: ((() => void) | (() => void)[]) | undefined;
90
- activated?: ((() => void) | (() => void)[]) | undefined;
91
- deactivated?: ((() => void) | (() => void)[]) | undefined;
92
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
93
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
94
- destroyed?: ((() => void) | (() => void)[]) | undefined;
95
- unmounted?: ((() => void) | (() => void)[]) | undefined;
96
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
97
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
98
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
99
- };
100
- $forceUpdate: () => void;
101
- $nextTick: typeof nextTick;
102
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
103
- } & Readonly<ExtractPropTypes<{
8
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
104
9
  modelValue: {
105
10
  type: PropType<string | number | boolean>;
106
11
  required: true;
@@ -124,7 +29,64 @@ declare const deprecatedDefault: {
124
29
  };
125
30
  }>> & {
126
31
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
127
- } & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
32
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
33
+ "update:modelValue": (...args: any[]) => void;
34
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
35
+ modelValue: {
36
+ type: PropType<string | number | boolean>;
37
+ required: true;
38
+ };
39
+ header: {
40
+ type: PropType<string>;
41
+ };
42
+ subHeader: {
43
+ type: PropType<string>;
44
+ };
45
+ name: {
46
+ type: PropType<string>;
47
+ required: true;
48
+ };
49
+ value: {
50
+ type: PropType<string | number | boolean>;
51
+ required: true;
52
+ };
53
+ disabled: {
54
+ type: PropType<boolean>;
55
+ };
56
+ }>> & {
57
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
+ }, {}, true, {}, {}, {
59
+ P: {};
60
+ B: {};
61
+ D: {};
62
+ C: {};
63
+ M: {};
64
+ Defaults: {};
65
+ }, Readonly<ExtractPropTypes<{
66
+ modelValue: {
67
+ type: PropType<string | number | boolean>;
68
+ required: true;
69
+ };
70
+ header: {
71
+ type: PropType<string>;
72
+ };
73
+ subHeader: {
74
+ type: PropType<string>;
75
+ };
76
+ name: {
77
+ type: PropType<string>;
78
+ required: true;
79
+ };
80
+ value: {
81
+ type: PropType<string | number | boolean>;
82
+ required: true;
83
+ };
84
+ disabled: {
85
+ type: PropType<boolean>;
86
+ };
87
+ }>> & {
88
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
89
+ }, {}, {}, {}, {}, {}>;
128
90
  __isFragment?: undefined;
129
91
  __isTeleport?: undefined;
130
92
  __isSuspense?: undefined;
@@ -161,3 +123,4 @@ declare const deprecatedDefault: {
161
123
  };
162
124
  });
163
125
  export default deprecatedDefault;
126
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-plain-radio/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,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  modelValue: string | number | boolean;
4
4
  header?: string | undefined;
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
8
8
  disabled?: boolean | undefined;
9
9
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
10
  "update:modelValue": (...args: any[]) => void;
11
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
12
  modelValue: string | number | boolean;
13
13
  header?: string | undefined;
14
14
  subHeader?: string | undefined;
@@ -36,3 +36,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
36
36
  $slots: S;
37
37
  };
38
38
  };
39
+ //# sourceMappingURL=ui-plain-radio.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-plain-radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-plain-radio/ui-plain-radio.vue"],"names":[],"mappings":"AA4FA;;;;;;;;;;;;;;;;;;;;;;;AAiMA,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,7 +1,7 @@
1
1
  import { defineComponent as g, computed as k, openBlock as y, createElementBlock as w, withDirectives as x, createElementVNode as t, vModelRadio as S, normalizeClass as V, createVNode as l, unref as r, renderSlot as i, withCtx as s, createTextVNode as n, toDisplayString as p } from "vue";
2
- import E from "../ui-radio/index.js";
2
+ import z from "../ui-radio/index.js";
3
3
  import u from "../ui-typography/index.js";
4
- import { ETypographySizes as b, ETextWeight as z } from "../ui-typography/_typings.js";
4
+ import { ETypographySizes as b, ETextWeight as E } from "../ui-typography/_typings.js";
5
5
  import { EColors as m } from "../../_types/colors.js";
6
6
  const D = ["for"], N = ["id", "value", "disabled"], H = /* @__PURE__ */ g({
7
7
  __name: "ui-plain-radio",
@@ -39,9 +39,9 @@ const D = ["for"], N = ["id", "value", "disabled"], H = /* @__PURE__ */ g({
39
39
  [S, o.value]
40
40
  ]),
41
41
  t("div", {
42
- class: V(["ui-plain-radio__content box-border grid h-full w-full cursor-pointer grid-flow-col items-center justify-start gap-sm rounded-xl border border-secondary-alt-500 bg-white p-sm before:absolute before:-z-10 before:box-border before:rounded-[16px] before:bg-primary-300 hover:border-secondary-alt-700 peer-checked:border-transparent peer-checked:shadow-selected-shadow peer-checked:hover:shadow-border-selected peer-checked:active:shadow-border-primary peer-checked:active:before:-bottom-xs peer-checked:active:before:-left-xs peer-checked:active:before:-right-xs peer-checked:active:before:-top-xs peer-focus:before:-bottom-xs peer-focus:before:-left-xs peer-focus:before:-right-xs peer-focus:before:-top-xs peer-active:before:-bottom-xxs peer-active:before:-left-xxs peer-active:before:-right-xxs peer-active:before:-top-xxs", e.disabled && "pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled"])
42
+ class: V(["ui-plain-radio__content box-border grid size-full cursor-pointer grid-flow-col items-center justify-start gap-sm rounded-xl border border-secondary-alt-500 bg-white p-sm before:absolute before:-z-10 before:box-border before:rounded-[16px] before:bg-primary-300 hover:border-secondary-alt-700 peer-checked:border-transparent peer-checked:shadow-selected-shadow peer-checked:hover:shadow-border-selected peer-checked:active:shadow-border-primary peer-checked:active:before:-bottom-xs peer-checked:active:before:-left-xs peer-checked:active:before:-right-xs peer-checked:active:before:-top-xs peer-focus:before:-bottom-xs peer-focus:before:-left-xs peer-focus:before:-right-xs peer-focus:before:-top-xs peer-active:before:-bottom-xxs peer-active:before:-left-xxs peer-active:before:-right-xxs peer-active:before:-top-xxs", e.disabled && "pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled"])
43
43
  }, [
44
- l(r(E), {
44
+ l(r(z), {
45
45
  modelValue: o.value,
46
46
  "onUpdate:modelValue": a[1] || (a[1] = (d) => o.value = d),
47
47
  value: e.value.toString(),
@@ -54,7 +54,7 @@ const D = ["for"], N = ["id", "value", "disabled"], H = /* @__PURE__ */ g({
54
54
  l(r(u), {
55
55
  size: r(b).SM,
56
56
  kind: r(m).SECONDARY,
57
- weight: r(z).SEMI_BOLD,
57
+ weight: r(E).SEMI_BOLD,
58
58
  "line-height": ""
59
59
  }, {
60
60
  default: s(() => [
@@ -1 +1 @@
1
- {"version":3,"file":"ui-plain-radio.vue.js","sources":["../../../src/components/ui-plain-radio/ui-plain-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-plain-radio relative mb-sm\"\n\t\t:for=\"name + value\"\n\t>\n\n\t\t<input\n\t\t\t:id=\"name + value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\t:value=\"value\"\n\t\t\tname=\"ui-plain-radio\"\n\t\t\ttype=\"radio\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\n\t\t<div\n\t\t\tclass=\"ui-plain-radio__content\n\t\t\t\tbox-border\n\t\t\t\tgrid\n\t\t\t\th-full\n\t\t\t\tw-full\n\t\t\t\tcursor-pointer\n\t\t\t\tgrid-flow-col\n\t\t\t\titems-center\n\t\t\t\tjustify-start\n\t\t\t\tgap-sm rounded-xl\n\t\t\t\tborder\n\t\t\t\tborder-secondary-alt-500\n\t\t\t\tbg-white\n\t\t\t\tp-sm\n\t\t\t\tbefore:absolute\n\t\t\t\tbefore:-z-10\n\n\t\t\t\tbefore:box-border\n\t\t\t\tbefore:rounded-[16px]\n\t\t\t\tbefore:bg-primary-300\n\t\t\t\thover:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-transparent\n\n\t\t\t\tpeer-checked:shadow-selected-shadow\n\t\t\t\tpeer-checked:hover:shadow-border-selected\n\t\t\t\tpeer-checked:active:shadow-border-primary\n\t\t\t\tpeer-checked:active:before:-bottom-xs\n\t\t\t\tpeer-checked:active:before:-left-xs\n\t\t\t\tpeer-checked:active:before:-right-xs\n\n\t\t\t\tpeer-checked:active:before:-top-xs\n\t\t\t\tpeer-focus:before:-bottom-xs\n\n\t\t\t\tpeer-focus:before:-left-xs\n\t\t\t\tpeer-focus:before:-right-xs\n\t\t\t\tpeer-focus:before:-top-xs\n\t\t\t\tpeer-active:before:-bottom-xxs\n\n\t\t\t\tpeer-active:before:-left-xxs\n\t\t\t\tpeer-active:before:-right-xxs\n\t\t\t\tpeer-active:before:-top-xxs\"\n\t\t\t:class=\"disabled\n\t\t\t\t&& 'pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled'\"\n\t\t>\n\t\t\t<ui-radio\n\t\t\t\tv-model=\"radioModel\"\n\t\t\t\t:value=\"value.toString()\"\n\t\t\t\t:name=\"name\"\n\t\t\t\t:disabled=\"disabled\"\n\t\t\t\tclass=\"pointer-events-none\"\n\t\t\t/>\n\n\t\t\t<span>\n\t\t\t\t<slot name=\"header\">\n\t\t\t\t\t<ui-typography\n\t\t\t\t\t\t:size=\"ETypographySizes.SM\"\n\t\t\t\t\t\t:kind=\"EColors.SECONDARY\"\n\t\t\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t\t\t\tline-height\n\t\t\t\t\t>\n\t\t\t\t\t\t{{ header }}\n\t\t\t\t\t</ui-typography>\n\t\t\t\t</slot>\n\n\t\t\t\t<slot name=\"subHeader\">\n\t\t\t\t\t<ui-typography\n\t\t\t\t\t\t:size=\"ETypographySizes.XS\"\n\t\t\t\t\t\t:kind=\"EColors.SECONDARY_ALT\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{{ subHeader }}\n\t\t\t\t\t</ui-typography>\n\t\t\t\t</slot>\n\t\t\t</span>\n\t\t</div>\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed } from \"vue\";\n\timport UiRadio from \"../ui-radio\";\n\timport UiTypography, { ETypographySizes, EColors, ETextWeight } from \"../ui-typography\";\n\n\tconst props = defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\theader?: string;\n\t\tsubHeader?: string;\n\t\tname: string;\n\t\tvalue: string | number | boolean;\n\t\tdisabled?: boolean;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit (\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n"],"names":["props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;;AAmGC,UAAMA,IAAQC,GASRC,IAAOC,GAEPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAM,qBAAqBI,CAAK;AAAA,MACjC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ui-plain-radio.vue.js","sources":["../../../src/components/ui-plain-radio/ui-plain-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-plain-radio relative mb-sm\"\n\t\t:for=\"name + value\"\n\t>\n\n\t\t<input\n\t\t\t:id=\"name + value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\t:value=\"value\"\n\t\t\tname=\"ui-plain-radio\"\n\t\t\ttype=\"radio\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\n\t\t<div\n\t\t\tclass=\"ui-plain-radio__content\n\t\t\t\tbox-border\n\t\t\t\tgrid\n\t\t\t\tsize-full\n\t\t\t\tcursor-pointer\n\t\t\t\tgrid-flow-col\n\t\t\t\titems-center\n\t\t\t\tjustify-start\n\t\t\t\tgap-sm\n\t\t\t\trounded-xl border\n\t\t\t\tborder-secondary-alt-500\n\t\t\t\tbg-white\n\t\t\t\tp-sm\n\t\t\t\tbefore:absolute\n\t\t\t\tbefore:-z-10\n\t\t\t\tbefore:box-border\n\n\t\t\t\tbefore:rounded-[16px]\n\t\t\t\tbefore:bg-primary-300\n\t\t\t\thover:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-transparent\n\t\t\t\tpeer-checked:shadow-selected-shadow\n\n\t\t\t\tpeer-checked:hover:shadow-border-selected\n\t\t\t\tpeer-checked:active:shadow-border-primary\n\t\t\t\tpeer-checked:active:before:-bottom-xs\n\t\t\t\tpeer-checked:active:before:-left-xs\n\t\t\t\tpeer-checked:active:before:-right-xs\n\t\t\t\tpeer-checked:active:before:-top-xs\n\n\t\t\t\tpeer-focus:before:-bottom-xs\n\t\t\t\tpeer-focus:before:-left-xs\n\n\t\t\t\tpeer-focus:before:-right-xs\n\t\t\t\tpeer-focus:before:-top-xs\n\t\t\t\tpeer-active:before:-bottom-xxs\n\t\t\t\tpeer-active:before:-left-xxs\n\n\t\t\t\tpeer-active:before:-right-xxs\n\t\t\t\tpeer-active:before:-top-xxs\"\n\t\t\t:class=\"disabled\n\t\t\t\t&& 'pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled'\"\n\t\t>\n\t\t\t<ui-radio\n\t\t\t\tv-model=\"radioModel\"\n\t\t\t\t:value=\"value.toString()\"\n\t\t\t\t:name=\"name\"\n\t\t\t\t:disabled=\"disabled\"\n\t\t\t\tclass=\"pointer-events-none\"\n\t\t\t/>\n\n\t\t\t<span>\n\t\t\t\t<slot name=\"header\">\n\t\t\t\t\t<ui-typography\n\t\t\t\t\t\t:size=\"ETypographySizes.SM\"\n\t\t\t\t\t\t:kind=\"EColors.SECONDARY\"\n\t\t\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD\"\n\t\t\t\t\t\tline-height\n\t\t\t\t\t>\n\t\t\t\t\t\t{{ header }}\n\t\t\t\t\t</ui-typography>\n\t\t\t\t</slot>\n\n\t\t\t\t<slot name=\"subHeader\">\n\t\t\t\t\t<ui-typography\n\t\t\t\t\t\t:size=\"ETypographySizes.XS\"\n\t\t\t\t\t\t:kind=\"EColors.SECONDARY_ALT\"\n\t\t\t\t\t>\n\t\t\t\t\t\t{{ subHeader }}\n\t\t\t\t\t</ui-typography>\n\t\t\t\t</slot>\n\t\t\t</span>\n\t\t</div>\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed } from \"vue\";\n\timport UiRadio from \"../ui-radio\";\n\timport UiTypography, { ETypographySizes, EColors, ETextWeight } from \"../ui-typography\";\n\n\tconst props = defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\theader?: string;\n\t\tsubHeader?: string;\n\t\tname: string;\n\t\tvalue: string | number | boolean;\n\t\tdisabled?: boolean;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit (\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n"],"names":["props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;;AAkGC,UAAMA,IAAQC,GASRC,IAAOC,GAEPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAM,qBAAqBI,CAAK;AAAA,MACjC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=_types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../src/components/ui-progress/_types.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  import UiProgress from "./ui-progress.vue";
3
3
  export { UiProgress };
4
4
  /**
@@ -20,7 +20,7 @@ declare const deprecatedDefault: DefineComponent<{
20
20
  required: true;
21
21
  default: number;
22
22
  };
23
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
23
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
24
24
  min: {
25
25
  type: PropType<number>;
26
26
  required: true;
@@ -42,3 +42,4 @@ declare const deprecatedDefault: DefineComponent<{
42
42
  current: number;
43
43
  }, {}>;
44
44
  export default deprecatedDefault;
45
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-progress/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}