orion-design 0.1.29 → 0.1.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (219) hide show
  1. package/dist/Throne/index.js +30 -14
  2. package/dist/Throne/index.js.map +1 -1
  3. package/dist/_commonjsHelpers-DWwsNxpa.js +9 -0
  4. package/dist/_commonjsHelpers-DWwsNxpa.js.map +1 -0
  5. package/dist/components/Button/index.js +40 -33
  6. package/dist/components/Button/index.js.map +1 -1
  7. package/dist/components/Flex/index.js +122 -89
  8. package/dist/components/Flex/index.js.map +1 -1
  9. package/dist/components/Form/Form.js +2 -2
  10. package/dist/components/Form/Form.js.map +1 -1
  11. package/dist/components/Form/LovInput/LovInput.js +2 -2
  12. package/dist/components/Form/LovInput/LovInput.js.map +1 -1
  13. package/dist/components/Form/LovInput/hooks/useLov.js +5 -5
  14. package/dist/components/Form/LovInput/hooks/useLov.js.map +1 -1
  15. package/dist/components/Form/LovInput/index.js +4 -4
  16. package/dist/components/Form/hooks/FormItemValidateTrigger.js +2 -2
  17. package/dist/components/Form/hooks/FormItemValidateTrigger.js.map +1 -1
  18. package/dist/components/Form/hooks/index.js +128 -66
  19. package/dist/components/Form/hooks/index.js.map +1 -1
  20. package/dist/components/Form/index.js +836 -656
  21. package/dist/components/Form/index.js.map +1 -1
  22. package/dist/components/Form/utils/index.js +30 -18
  23. package/dist/components/Form/utils/index.js.map +1 -1
  24. package/dist/components/LovTable/LovPagetable.vue.d.ts +28 -0
  25. package/dist/components/LovTable/index.d.ts +14 -0
  26. package/dist/components/LovTable/index.js +179 -105
  27. package/dist/components/LovTable/index.js.map +1 -1
  28. package/dist/components/Modal/Modal.d.ts +2 -0
  29. package/dist/components/Modal/ModalLocator.vue.d.ts +20 -0
  30. package/dist/components/Modal/index.d.ts +4 -1
  31. package/dist/components/Modal/index.js +127 -0
  32. package/dist/components/Modal/index.js.map +1 -0
  33. package/dist/components/Modal/types.d.ts +18 -0
  34. package/dist/components/Modal/types.js +7 -0
  35. package/dist/components/Modal/types.js.map +1 -0
  36. package/dist/components/Modal/useModal.d.ts +1 -3
  37. package/dist/components/Modal/useModal.js +5 -4
  38. package/dist/components/Modal/useModal.js.map +1 -1
  39. package/dist/components/Pagetable/Pagetable.d.ts +13 -0
  40. package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +13 -0
  41. package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +13 -0
  42. package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +13 -0
  43. package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +13 -0
  44. package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +13 -0
  45. package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +13 -0
  46. package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +13 -0
  47. package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +13 -0
  48. package/dist/components/Pagetable/hooks/useColumns.js +88 -74
  49. package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
  50. package/dist/components/Pagetable/index.d.ts +9 -0
  51. package/dist/components/Pagetable/index.js +697 -491
  52. package/dist/components/Pagetable/index.js.map +1 -1
  53. package/dist/components/Pagetable/utils/index.js +92 -54
  54. package/dist/components/Pagetable/utils/index.js.map +1 -1
  55. package/dist/components/Querytable/hooks/useColumns.js +82 -74
  56. package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
  57. package/dist/components/Querytable/index.js +579 -469
  58. package/dist/components/Querytable/index.js.map +1 -1
  59. package/dist/components/Querytable/utils/index.js +92 -54
  60. package/dist/components/Querytable/utils/index.js.map +1 -1
  61. package/dist/components/RichTextEditor/index.js +100 -74
  62. package/dist/components/RichTextEditor/index.js.map +1 -1
  63. package/dist/components/Tabs/constants.js +2 -2
  64. package/dist/components/Tabs/constants.js.map +1 -1
  65. package/dist/components/Tabs/index.js +603 -358
  66. package/dist/components/Tabs/index.js.map +1 -1
  67. package/dist/components/Tabs/tab-bar.js +6 -6
  68. package/dist/components/Tabs/tab-bar.js.map +1 -1
  69. package/dist/components/Tabs/tab-pane.js +3 -3
  70. package/dist/components/Tabs/tab-pane.js.map +1 -1
  71. package/dist/components/_constants/aria.js +2 -2
  72. package/dist/components/_constants/aria.js.map +1 -1
  73. package/dist/components/_constants/event.js +6 -4
  74. package/dist/components/_constants/event.js.map +1 -1
  75. package/dist/components/_constants/index.js +6 -6
  76. package/dist/components/_hooks/index.js +7 -7
  77. package/dist/components/_hooks/use-namespace/index.js +74 -39
  78. package/dist/components/_hooks/use-namespace/index.js.map +1 -1
  79. package/dist/components/_hooks/use-ordered-children/index.js +29 -19
  80. package/dist/components/_hooks/use-ordered-children/index.js.map +1 -1
  81. package/dist/components/_util/arrays.js +9 -5
  82. package/dist/components/_util/arrays.js.map +1 -1
  83. package/dist/components/_util/browser.js +6 -6
  84. package/dist/components/_util/browser.js.map +1 -1
  85. package/dist/components/_util/classNames.js +22 -17
  86. package/dist/components/_util/classNames.js.map +1 -1
  87. package/dist/components/_util/dom/aria.js +74 -39
  88. package/dist/components/_util/dom/aria.js.map +1 -1
  89. package/dist/components/_util/dom/element.js +9 -8
  90. package/dist/components/_util/dom/element.js.map +1 -1
  91. package/dist/components/_util/dom/event.js +14 -7
  92. package/dist/components/_util/dom/event.js.map +1 -1
  93. package/dist/components/_util/dom/index.js +36 -36
  94. package/dist/components/_util/dom/position.js +49 -25
  95. package/dist/components/_util/dom/position.js.map +1 -1
  96. package/dist/components/_util/dom/scroll.js +103 -61
  97. package/dist/components/_util/dom/scroll.js.map +1 -1
  98. package/dist/components/_util/dom/style.js +65 -50
  99. package/dist/components/_util/dom/style.js.map +1 -1
  100. package/dist/components/_util/easings.js +8 -4
  101. package/dist/components/_util/easings.js.map +1 -1
  102. package/dist/components/_util/error.js +12 -11
  103. package/dist/components/_util/error.js.map +1 -1
  104. package/dist/components/_util/functions.js +3 -3
  105. package/dist/components/_util/i18n.js +2 -2
  106. package/dist/components/_util/i18n.js.map +1 -1
  107. package/dist/components/_util/index.js +137 -137
  108. package/dist/components/_util/isValid.js +4 -2
  109. package/dist/components/_util/isValid.js.map +1 -1
  110. package/dist/components/_util/objects.js +18 -14
  111. package/dist/components/_util/objects.js.map +1 -1
  112. package/dist/components/_util/props-util/index.js +46 -20
  113. package/dist/components/_util/props-util/index.js.map +1 -1
  114. package/dist/components/_util/props-util/initDefaultProps.js +18 -10
  115. package/dist/components/_util/props-util/initDefaultProps.js.map +1 -1
  116. package/dist/components/_util/raf.js +5 -4
  117. package/dist/components/_util/raf.js.map +1 -1
  118. package/dist/components/_util/rand.js +4 -3
  119. package/dist/components/_util/rand.js.map +1 -1
  120. package/dist/components/_util/strings.js +9 -8
  121. package/dist/components/_util/strings.js.map +1 -1
  122. package/dist/components/_util/throttleByRaf.js +16 -10
  123. package/dist/components/_util/throttleByRaf.js.map +1 -1
  124. package/dist/components/_util/type.js +41 -38
  125. package/dist/components/_util/type.js.map +1 -1
  126. package/dist/components/_util/types.js +41 -22
  127. package/dist/components/_util/types.js.map +1 -1
  128. package/dist/components/_util/typescript.js +2 -2
  129. package/dist/components/_util/typescript.js.map +1 -1
  130. package/dist/components/_util/util.js +85 -43
  131. package/dist/components/_util/util.js.map +1 -1
  132. package/dist/components/_util/vue/global-node.js +27 -15
  133. package/dist/components/_util/vue/global-node.js.map +1 -1
  134. package/dist/components/_util/vue/icon.js +29 -25
  135. package/dist/components/_util/vue/icon.js.map +1 -1
  136. package/dist/components/_util/vue/index.js +41 -41
  137. package/dist/components/_util/vue/install.js +35 -18
  138. package/dist/components/_util/vue/install.js.map +1 -1
  139. package/dist/components/_util/vue/props/index.js +6 -6
  140. package/dist/components/_util/vue/props/runtime.js +46 -30
  141. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  142. package/dist/components/_util/vue/refs.js +12 -6
  143. package/dist/components/_util/vue/refs.js.map +1 -1
  144. package/dist/components/_util/vue/size.js +5 -3
  145. package/dist/components/_util/vue/size.js.map +1 -1
  146. package/dist/components/_util/vue/validator.js +5 -4
  147. package/dist/components/_util/vue/validator.js.map +1 -1
  148. package/dist/components/_util/vue/vnode.js +100 -54
  149. package/dist/components/_util/vue/vnode.js.map +1 -1
  150. package/dist/components/_util/vue-types/index.js +231 -220
  151. package/dist/components/_util/vue-types/index.js.map +1 -1
  152. package/dist/components/components.js +20 -20
  153. package/dist/components/index.js +38 -35
  154. package/dist/components/index.js.map +1 -1
  155. package/dist/components-8oZ2kpUC.js +27 -0
  156. package/dist/components-8oZ2kpUC.js.map +1 -0
  157. package/dist/components-B3d9m_tn.js +27 -0
  158. package/dist/components-B3d9m_tn.js.map +1 -0
  159. package/dist/error/OrionError.js +8 -4
  160. package/dist/error/OrionError.js.map +1 -1
  161. package/dist/functions-BeMkokbY.js +63 -0
  162. package/dist/functions-BeMkokbY.js.map +1 -0
  163. package/dist/index-BOKLZnqH.js +54 -0
  164. package/dist/index-BOKLZnqH.js.map +1 -0
  165. package/dist/index-D1m0KTpK.js +69 -0
  166. package/dist/index-D1m0KTpK.js.map +1 -0
  167. package/dist/index-DR5ZP7mD.js +160 -0
  168. package/dist/index-DR5ZP7mD.js.map +1 -0
  169. package/dist/index-DkwIULcN.js +200 -0
  170. package/dist/index-DkwIULcN.js.map +1 -0
  171. package/dist/index.css +797 -1
  172. package/dist/index.js +36 -36
  173. package/dist/print/LodopFuncs.js +101 -43
  174. package/dist/print/LodopFuncs.js.map +1 -1
  175. package/dist/print/index.js +200 -108
  176. package/dist/print/index.js.map +1 -1
  177. package/dist/request/ErrorHandlerChain.js +17 -14
  178. package/dist/request/ErrorHandlerChain.js.map +1 -1
  179. package/dist/request/RequestFilterChain.js +16 -13
  180. package/dist/request/RequestFilterChain.js.map +1 -1
  181. package/dist/request/ResponseParserChain.js +17 -14
  182. package/dist/request/ResponseParserChain.js.map +1 -1
  183. package/dist/request/disivion/DateSerializer.js +47 -22
  184. package/dist/request/disivion/DateSerializer.js.map +1 -1
  185. package/dist/request/disivion/DivisionErrorHandler.js +40 -25
  186. package/dist/request/disivion/DivisionErrorHandler.js.map +1 -1
  187. package/dist/request/disivion/DivisionResponseParser.js +16 -10
  188. package/dist/request/disivion/DivisionResponseParser.js.map +1 -1
  189. package/dist/request/disivion/index.js +305 -201
  190. package/dist/request/disivion/index.js.map +1 -1
  191. package/dist/request/error/BizExceptionResponseError.js +11 -5
  192. package/dist/request/error/BizExceptionResponseError.js.map +1 -1
  193. package/dist/request/error/ExceptionResponseError.js +11 -5
  194. package/dist/request/error/ExceptionResponseError.js.map +1 -1
  195. package/dist/request/error/ResponseError.js +9 -4
  196. package/dist/request/error/ResponseError.js.map +1 -1
  197. package/dist/request/error/SessionExceptionResponseError.js +11 -5
  198. package/dist/request/error/SessionExceptionResponseError.js.map +1 -1
  199. package/dist/request/index.js +11 -11
  200. package/dist/utils/DateUtil.js +48 -33
  201. package/dist/utils/DateUtil.js.map +1 -1
  202. package/dist/utils/NumberUtil.js +6 -6
  203. package/dist/utils/NumberUtil.js.map +1 -1
  204. package/dist/utils/cloneDeep.js +2 -2
  205. package/dist/utils/delay.js +3 -3
  206. package/dist/utils/delay.js.map +1 -1
  207. package/dist/utils/functions.js +3 -3
  208. package/dist/utils/index.js +12 -12
  209. package/dist/utils/md5.js +191 -93
  210. package/dist/utils/md5.js.map +1 -1
  211. package/dist/utils/uuid.js +35 -25
  212. package/dist/utils/uuid.js.map +1 -1
  213. package/dist/version/index.js +2 -2
  214. package/dist/version/version.d.ts +1 -1
  215. package/dist/version/version.js +2 -2
  216. package/dist/version/version.js.map +1 -1
  217. package/package.json +1 -1
  218. package/dist/components-J6-qau6Y.js +0 -73
  219. package/dist/components-J6-qau6Y.js.map +0 -1
@@ -1,26 +1,52 @@
1
- import { Fragment as p, isVNode as u, Comment as a, Text as y } from "vue";
2
- import m from "../isValid.js";
3
- import { default as C } from "./initDefaultProps.js";
4
- const i = Symbol("skipFlatten"), o = (r = [], s = !0) => {
5
- const t = Array.isArray(r) ? r : [r], n = [];
6
- return t.forEach((e) => {
7
- Array.isArray(e) ? n.push(...o(e, s)) : e && e.type === p ? e.key === i ? n.push(e) : n.push(...o(e.children, s)) : e && u(e) ? s && !f(e) ? n.push(e) : s || n.push(e) : m(e) && n.push(e);
8
- }), n;
1
+ import { Fragment, isVNode, Comment, Text } from "vue";
2
+ import isValid from "../isValid.js";
3
+ import { default as default2 } from "./initDefaultProps.js";
4
+ const skipFlattenKey = Symbol("skipFlatten");
5
+ const flattenChildren = (children = [], filterEmpty2 = true) => {
6
+ const temp = Array.isArray(children) ? children : [children];
7
+ const res = [];
8
+ temp.forEach((child) => {
9
+ if (Array.isArray(child)) {
10
+ res.push(...flattenChildren(child, filterEmpty2));
11
+ } else if (child && child.type === Fragment) {
12
+ if (child.key === skipFlattenKey) {
13
+ res.push(child);
14
+ } else {
15
+ res.push(...flattenChildren(child.children, filterEmpty2));
16
+ }
17
+ } else if (child && isVNode(child)) {
18
+ if (filterEmpty2 && !isEmptyElement(child)) {
19
+ res.push(child);
20
+ } else if (!filterEmpty2) {
21
+ res.push(child);
22
+ }
23
+ } else if (isValid(child)) {
24
+ res.push(child);
25
+ }
26
+ });
27
+ return res;
9
28
  };
10
- function A(r = []) {
11
- const s = [];
12
- return r.forEach((t) => {
13
- Array.isArray(t) ? s.push(...t) : (t == null ? void 0 : t.type) === p ? s.push(...A(t.children)) : s.push(t);
14
- }), s.filter((t) => !f(t));
29
+ function filterEmpty(children = []) {
30
+ const res = [];
31
+ children.forEach((child) => {
32
+ if (Array.isArray(child)) {
33
+ res.push(...child);
34
+ } else if ((child == null ? void 0 : child.type) === Fragment) {
35
+ res.push(...filterEmpty(child.children));
36
+ } else {
37
+ res.push(child);
38
+ }
39
+ });
40
+ return res.filter((c) => !isEmptyElement(c));
15
41
  }
16
- function f(r) {
17
- return r && (r.type === a || r.type === p && r.children.length === 0 || r.type === y && r.children.trim() === "");
42
+ function isEmptyElement(c) {
43
+ return c && (c.type === Comment || c.type === Fragment && c.children.length === 0 || c.type === Text && c.children.trim() === "");
18
44
  }
19
45
  export {
20
- A as filterEmpty,
21
- o as flattenChildren,
22
- C as initDefaultProps,
23
- f as isEmptyElement,
24
- i as skipFlattenKey
46
+ filterEmpty,
47
+ flattenChildren,
48
+ default2 as initDefaultProps,
49
+ isEmptyElement,
50
+ skipFlattenKey
25
51
  };
26
52
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/components/_util/props-util/index.ts"],"sourcesContent":["import { isVNode, Fragment, Comment, Text } from 'vue'\r\nimport isValid from '../isValid'\r\nimport initDefaultProps from './initDefaultProps'\r\n\r\nexport const skipFlattenKey = Symbol('skipFlatten')\r\n\r\nexport const flattenChildren = (children = [], filterEmpty = true) => {\r\n const temp = Array.isArray(children) ? children : [children]\r\n const res = []\r\n temp.forEach((child) => {\r\n if (Array.isArray(child)) {\r\n res.push(...flattenChildren(child, filterEmpty))\r\n // @ts-ignore\r\n } else if (child && child.type === Fragment) {\r\n // @ts-ignore\r\n if (child.key === skipFlattenKey) {\r\n res.push(child)\r\n } else {\r\n // @ts-ignore\r\n res.push(...flattenChildren(child.children, filterEmpty))\r\n }\r\n } else if (child && isVNode(child)) {\r\n if (filterEmpty && !isEmptyElement(child)) {\r\n res.push(child)\r\n } else if (!filterEmpty) {\r\n res.push(child)\r\n }\r\n } else if (isValid(child)) {\r\n res.push(child)\r\n }\r\n })\r\n return res\r\n}\r\n\r\nexport function filterEmpty(children = []) {\r\n const res = []\r\n children.forEach((child) => {\r\n if (Array.isArray(child)) {\r\n // @ts-ignore\r\n res.push(...child)\r\n // @ts-ignore\r\n } else if (child?.type === Fragment) {\r\n // @ts-ignore\r\n res.push(...filterEmpty(child.children))\r\n } else {\r\n res.push(child)\r\n }\r\n })\r\n return res.filter((c) => !isEmptyElement(c))\r\n}\r\n\r\nexport function isEmptyElement(c: any) {\r\n return c && (c.type === Comment || (c.type === Fragment && c.children.length === 0) || (c.type === Text && c.children.trim() === ''))\r\n}\r\n\r\nexport { initDefaultProps }\r\n"],"names":["skipFlattenKey","flattenChildren","children","filterEmpty","temp","res","child","Fragment","isVNode","isEmptyElement","isValid","c","Comment","Text"],"mappings":";;;AAIa,MAAAA,IAAiB,OAAO,aAAa,GAErCC,IAAkB,CAACC,IAAW,IAAIC,IAAc,OAAS;AACpE,QAAMC,IAAO,MAAM,QAAQF,CAAQ,IAAIA,IAAW,CAACA,CAAQ,GACrDG,IAAM,CAAA;AACP,SAAAD,EAAA,QAAQ,CAACE,MAAU;AAClB,IAAA,MAAM,QAAQA,CAAK,IACrBD,EAAI,KAAK,GAAGJ,EAAgBK,GAAOH,CAAW,CAAC,IAEtCG,KAASA,EAAM,SAASC,IAE7BD,EAAM,QAAQN,IAChBK,EAAI,KAAKC,CAAK,IAGdD,EAAI,KAAK,GAAGJ,EAAgBK,EAAM,UAAUH,CAAW,CAAC,IAEjDG,KAASE,EAAQF,CAAK,IAC3BH,KAAe,CAACM,EAAeH,CAAK,IACtCD,EAAI,KAAKC,CAAK,IACJH,KACVE,EAAI,KAAKC,CAAK,IAEPI,EAAQJ,CAAK,KACtBD,EAAI,KAAKC,CAAK;AAAA,EAChB,CACD,GACMD;AACT;AAEgB,SAAAF,EAAYD,IAAW,IAAI;AACzC,QAAMG,IAAM,CAAA;AACH,SAAAH,EAAA,QAAQ,CAACI,MAAU;AACtB,IAAA,MAAM,QAAQA,CAAK,IAEjBD,EAAA,KAAK,GAAGC,CAAK,KAERA,KAAA,gBAAAA,EAAO,UAASC,IAEzBF,EAAI,KAAK,GAAGF,EAAYG,EAAM,QAAQ,CAAC,IAEvCD,EAAI,KAAKC,CAAK;AAAA,EAChB,CACD,GACMD,EAAI,OAAO,CAACM,MAAM,CAACF,EAAeE,CAAC,CAAC;AAC7C;AAEO,SAASF,EAAeE,GAAQ;AACrC,SAAOA,MAAMA,EAAE,SAASC,KAAYD,EAAE,SAASJ,KAAYI,EAAE,SAAS,WAAW,KAAOA,EAAE,SAASE,KAAQF,EAAE,SAAS,WAAW;AACnI;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../src/components/_util/props-util/index.ts"],"sourcesContent":["import { isVNode, Fragment, Comment, Text } from 'vue'\r\nimport isValid from '../isValid'\r\nimport initDefaultProps from './initDefaultProps'\r\n\r\nexport const skipFlattenKey = Symbol('skipFlatten')\r\n\r\nexport const flattenChildren = (children = [], filterEmpty = true) => {\r\n const temp = Array.isArray(children) ? children : [children]\r\n const res = []\r\n temp.forEach((child) => {\r\n if (Array.isArray(child)) {\r\n res.push(...flattenChildren(child, filterEmpty))\r\n // @ts-ignore\r\n } else if (child && child.type === Fragment) {\r\n // @ts-ignore\r\n if (child.key === skipFlattenKey) {\r\n res.push(child)\r\n } else {\r\n // @ts-ignore\r\n res.push(...flattenChildren(child.children, filterEmpty))\r\n }\r\n } else if (child && isVNode(child)) {\r\n if (filterEmpty && !isEmptyElement(child)) {\r\n res.push(child)\r\n } else if (!filterEmpty) {\r\n res.push(child)\r\n }\r\n } else if (isValid(child)) {\r\n res.push(child)\r\n }\r\n })\r\n return res\r\n}\r\n\r\nexport function filterEmpty(children = []) {\r\n const res = []\r\n children.forEach((child) => {\r\n if (Array.isArray(child)) {\r\n // @ts-ignore\r\n res.push(...child)\r\n // @ts-ignore\r\n } else if (child?.type === Fragment) {\r\n // @ts-ignore\r\n res.push(...filterEmpty(child.children))\r\n } else {\r\n res.push(child)\r\n }\r\n })\r\n return res.filter((c) => !isEmptyElement(c))\r\n}\r\n\r\nexport function isEmptyElement(c: any) {\r\n return c && (c.type === Comment || (c.type === Fragment && c.children.length === 0) || (c.type === Text && c.children.trim() === ''))\r\n}\r\n\r\nexport { initDefaultProps }\r\n"],"names":["filterEmpty"],"mappings":";;;AAIa,MAAA,iBAAiB,OAAO,aAAa;AAE3C,MAAM,kBAAkB,CAAC,WAAW,IAAIA,eAAc,SAAS;AACpE,QAAM,OAAO,MAAM,QAAQ,QAAQ,IAAI,WAAW,CAAC,QAAQ;AAC3D,QAAM,MAAM,CAAA;AACP,OAAA,QAAQ,CAAC,UAAU;AAClB,QAAA,MAAM,QAAQ,KAAK,GAAG;AACxB,UAAI,KAAK,GAAG,gBAAgB,OAAOA,YAAW,CAAC;AAAA,IAEtC,WAAA,SAAS,MAAM,SAAS,UAAU;AAEvC,UAAA,MAAM,QAAQ,gBAAgB;AAChC,YAAI,KAAK,KAAK;AAAA,MAAA,OACT;AAEL,YAAI,KAAK,GAAG,gBAAgB,MAAM,UAAUA,YAAW,CAAC;AAAA,MAC1D;AAAA,IACS,WAAA,SAAS,QAAQ,KAAK,GAAG;AAClC,UAAIA,gBAAe,CAAC,eAAe,KAAK,GAAG;AACzC,YAAI,KAAK,KAAK;AAAA,MAAA,WACL,CAACA,cAAa;AACvB,YAAI,KAAK,KAAK;AAAA,MAChB;AAAA,IAAA,WACS,QAAQ,KAAK,GAAG;AACzB,UAAI,KAAK,KAAK;AAAA,IAChB;AAAA,EAAA,CACD;AACM,SAAA;AACT;AAEgB,SAAA,YAAY,WAAW,IAAI;AACzC,QAAM,MAAM,CAAA;AACH,WAAA,QAAQ,CAAC,UAAU;AACtB,QAAA,MAAM,QAAQ,KAAK,GAAG;AAEpB,UAAA,KAAK,GAAG,KAAK;AAAA,IAAA,YAER,+BAAO,UAAS,UAAU;AAEnC,UAAI,KAAK,GAAG,YAAY,MAAM,QAAQ,CAAC;AAAA,IAAA,OAClC;AACL,UAAI,KAAK,KAAK;AAAA,IAChB;AAAA,EAAA,CACD;AACD,SAAO,IAAI,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;AAC7C;AAEO,SAAS,eAAe,GAAQ;AACrC,SAAO,MAAM,EAAE,SAAS,WAAY,EAAE,SAAS,YAAY,EAAE,SAAS,WAAW,KAAO,EAAE,SAAS,QAAQ,EAAE,SAAS,WAAW;AACnI;"}
@@ -1,14 +1,22 @@
1
- const p = (f, o) => {
2
- const r = { ...f };
3
- return Object.keys(o).forEach((t) => {
4
- const e = r[t];
5
- if (e)
6
- e.type || e.default ? e.default = o[t] : e.def ? e.def(o[t]) : r[t] = { type: e, default: o[t] };
7
- else
8
- throw new Error(`not have ${t} prop`);
9
- }), r;
1
+ const initDefaultProps = (types, defaultProps) => {
2
+ const propTypes = { ...types };
3
+ Object.keys(defaultProps).forEach((k) => {
4
+ const prop = propTypes[k];
5
+ if (prop) {
6
+ if (prop.type || prop.default) {
7
+ prop.default = defaultProps[k];
8
+ } else if (prop.def) {
9
+ prop.def(defaultProps[k]);
10
+ } else {
11
+ propTypes[k] = { type: prop, default: defaultProps[k] };
12
+ }
13
+ } else {
14
+ throw new Error(`not have ${k} prop`);
15
+ }
16
+ });
17
+ return propTypes;
10
18
  };
11
19
  export {
12
- p as default
20
+ initDefaultProps as default
13
21
  };
14
22
  //# sourceMappingURL=initDefaultProps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"initDefaultProps.js","sources":["../../../../src/components/_util/props-util/initDefaultProps.ts"],"sourcesContent":["import type { PropType } from 'vue'\r\nimport type { VueTypeValidableDef, VueTypeDef } from 'vue-types'\r\n\r\nconst initDefaultProps = <T>(\r\n types: T,\r\n defaultProps: {\r\n [K in keyof T]?: T[K] extends VueTypeValidableDef<infer U> ? U : T[K] extends VueTypeDef<infer U> ? U : T[K] extends { type: PropType<infer U> } ? U : any\r\n }\r\n): T => {\r\n const propTypes: T = { ...types }\r\n Object.keys(defaultProps).forEach((k) => {\r\n const prop = propTypes[k] as VueTypeValidableDef\r\n if (prop) {\r\n if (prop.type || prop.default) {\r\n prop.default = defaultProps[k]\r\n } else if (prop.def) {\r\n prop.def(defaultProps[k])\r\n } else {\r\n propTypes[k] = { type: prop, default: defaultProps[k] }\r\n }\r\n } else {\r\n throw new Error(`not have ${k} prop`)\r\n }\r\n })\r\n return propTypes\r\n}\r\n\r\nexport default initDefaultProps\r\n"],"names":["initDefaultProps","types","defaultProps","propTypes","k","prop"],"mappings":"AAGM,MAAAA,IAAmB,CACvBC,GACAC,MAGM;AACA,QAAAC,IAAe,EAAE,GAAGF;AAC1B,gBAAO,KAAKC,CAAY,EAAE,QAAQ,CAACE,MAAM;AACjC,UAAAC,IAAOF,EAAUC,CAAC;AACxB,QAAIC;AACE,MAAAA,EAAK,QAAQA,EAAK,UACfA,EAAA,UAAUH,EAAaE,CAAC,IACpBC,EAAK,MACTA,EAAA,IAAIH,EAAaE,CAAC,CAAC,IAEdD,EAAAC,CAAC,IAAI,EAAE,MAAMC,GAAM,SAASH,EAAaE,CAAC;;AAGtD,YAAM,IAAI,MAAM,YAAYA,CAAC,OAAO;AAAA,EACtC,CACD,GACMD;AACT;"}
1
+ {"version":3,"file":"initDefaultProps.js","sources":["../../../../src/components/_util/props-util/initDefaultProps.ts"],"sourcesContent":["import type { PropType } from 'vue'\r\nimport type { VueTypeValidableDef, VueTypeDef } from 'vue-types'\r\n\r\nconst initDefaultProps = <T>(\r\n types: T,\r\n defaultProps: {\r\n [K in keyof T]?: T[K] extends VueTypeValidableDef<infer U> ? U : T[K] extends VueTypeDef<infer U> ? U : T[K] extends { type: PropType<infer U> } ? U : any\r\n }\r\n): T => {\r\n const propTypes: T = { ...types }\r\n Object.keys(defaultProps).forEach((k) => {\r\n const prop = propTypes[k] as VueTypeValidableDef\r\n if (prop) {\r\n if (prop.type || prop.default) {\r\n prop.default = defaultProps[k]\r\n } else if (prop.def) {\r\n prop.def(defaultProps[k])\r\n } else {\r\n propTypes[k] = { type: prop, default: defaultProps[k] }\r\n }\r\n } else {\r\n throw new Error(`not have ${k} prop`)\r\n }\r\n })\r\n return propTypes\r\n}\r\n\r\nexport default initDefaultProps\r\n"],"names":[],"mappings":"AAGM,MAAA,mBAAmB,CACvB,OACA,iBAGM;AACA,QAAA,YAAe,EAAE,GAAG;AAC1B,SAAO,KAAK,YAAY,EAAE,QAAQ,CAAC,MAAM;AACjC,UAAA,OAAO,UAAU,CAAC;AACxB,QAAI,MAAM;AACJ,UAAA,KAAK,QAAQ,KAAK,SAAS;AACxB,aAAA,UAAU,aAAa,CAAC;AAAA,MAAA,WACpB,KAAK,KAAK;AACd,aAAA,IAAI,aAAa,CAAC,CAAC;AAAA,MAAA,OACnB;AACK,kBAAA,CAAC,IAAI,EAAE,MAAM,MAAM,SAAS,aAAa,CAAC;MACtD;AAAA,IAAA,OACK;AACL,YAAM,IAAI,MAAM,YAAY,CAAC,OAAO;AAAA,IACtC;AAAA,EAAA,CACD;AACM,SAAA;AACT;"}
@@ -1,7 +1,8 @@
1
- import { i as o } from "../../index-C9tCD90X.js";
2
- const e = (i) => o ? window.requestAnimationFrame(i) : setTimeout(i, 16), m = (i) => o ? window.cancelAnimationFrame(i) : clearTimeout(i);
1
+ import { i as isClient } from "../../index-D1m0KTpK.js";
2
+ const rAF = (fn) => isClient ? window.requestAnimationFrame(fn) : setTimeout(fn, 16);
3
+ const cAF = (handle) => isClient ? window.cancelAnimationFrame(handle) : clearTimeout(handle);
3
4
  export {
4
- m as cAF,
5
- e as rAF
5
+ cAF,
6
+ rAF
6
7
  };
7
8
  //# sourceMappingURL=raf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"raf.js","sources":["../../../src/components/_util/raf.ts"],"sourcesContent":["import { isClient } from './browser'\n\nexport const rAF = (fn: () => void) =>\n isClient\n ? window.requestAnimationFrame(fn)\n : (setTimeout(fn, 16) as unknown as number)\n\nexport const cAF = (handle: number) =>\n isClient ? window.cancelAnimationFrame(handle) : clearTimeout(handle)\n"],"names":["rAF","fn","isClient","cAF","handle"],"mappings":";AAEa,MAAAA,IAAM,CAACC,MAClBC,IACI,OAAO,sBAAsBD,CAAE,IAC9B,WAAWA,GAAI,EAAE,GAEXE,IAAM,CAACC,MAClBF,IAAW,OAAO,qBAAqBE,CAAM,IAAI,aAAaA,CAAM;"}
1
+ {"version":3,"file":"raf.js","sources":["../../../src/components/_util/raf.ts"],"sourcesContent":["import { isClient } from './browser'\r\n\r\nexport const rAF = (fn: () => void) =>\r\n isClient\r\n ? window.requestAnimationFrame(fn)\r\n : (setTimeout(fn, 16) as unknown as number)\r\n\r\nexport const cAF = (handle: number) =>\r\n isClient ? window.cancelAnimationFrame(handle) : clearTimeout(handle)\r\n"],"names":[],"mappings":";AAEa,MAAA,MAAM,CAAC,OAClB,WACI,OAAO,sBAAsB,EAAE,IAC9B,WAAW,IAAI,EAAE;AAEX,MAAA,MAAM,CAAC,WAClB,WAAW,OAAO,qBAAqB,MAAM,IAAI,aAAa,MAAM;"}
@@ -1,6 +1,7 @@
1
- const t = () => Math.floor(Math.random() * 1e4), a = (o) => Math.floor(Math.random() * Math.floor(o));
1
+ const generateId = () => Math.floor(Math.random() * 1e4);
2
+ const getRandomInt = (max) => Math.floor(Math.random() * Math.floor(max));
2
3
  export {
3
- t as generateId,
4
- a as getRandomInt
4
+ generateId,
5
+ getRandomInt
5
6
  };
6
7
  //# sourceMappingURL=rand.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"rand.js","sources":["../../../src/components/_util/rand.ts"],"sourcesContent":["/**\n * @deprecated Use `useId` `useIdInjection` instead\n * Generate random number in range [0, 1000]\n * Maybe replace with [uuid](https://www.npmjs.com/package/uuid)\n */\nexport const generateId = (): number => Math.floor(Math.random() * 10000)\n\n/**\n * @deprecated\n * Generating a random int in range (0, max - 1)\n * @param max {number}\n */\nexport const getRandomInt = (max: number) =>\n Math.floor(Math.random() * Math.floor(max))\n"],"names":["generateId","getRandomInt","max"],"mappings":"AAKO,MAAMA,IAAa,MAAc,KAAK,MAAM,KAAK,WAAW,GAAK,GAO3DC,IAAe,CAACC,MAC3B,KAAK,MAAM,KAAK,WAAW,KAAK,MAAMA,CAAG,CAAC;"}
1
+ {"version":3,"file":"rand.js","sources":["../../../src/components/_util/rand.ts"],"sourcesContent":["/**\r\n * @deprecated Use `useId` `useIdInjection` instead\r\n * Generate random number in range [0, 1000]\r\n * Maybe replace with [uuid](https://www.npmjs.com/package/uuid)\r\n */\r\nexport const generateId = (): number => Math.floor(Math.random() * 10000)\r\n\r\n/**\r\n * @deprecated\r\n * Generating a random int in range (0, max - 1)\r\n * @param max {number}\r\n */\r\nexport const getRandomInt = (max: number) =>\r\n Math.floor(Math.random() * Math.floor(max))\r\n"],"names":[],"mappings":"AAKO,MAAM,aAAa,MAAc,KAAK,MAAM,KAAK,WAAW,GAAK;AAO3D,MAAA,eAAe,CAAC,QAC3B,KAAK,MAAM,KAAK,WAAW,KAAK,MAAM,GAAG,CAAC;"}
@@ -1,11 +1,12 @@
1
- import { l as a } from "../../functions-DzLqXvGt.js";
2
- import { c as i, a as o, a as l } from "../../functions-DzLqXvGt.js";
3
- const c = (e = "") => e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d"), t = (e) => a(e);
1
+ import { l as capitalize$1 } from "../../functions-BeMkokbY.js";
2
+ import { c, a, a as a2 } from "../../functions-BeMkokbY.js";
3
+ const escapeStringRegexp = (string = "") => string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
4
+ const capitalize = (str) => capitalize$1(str);
4
5
  export {
5
- i as camelize,
6
- t as capitalize,
7
- c as escapeStringRegexp,
8
- o as hyphenate,
9
- l as kebabCase
6
+ c as camelize,
7
+ capitalize,
8
+ escapeStringRegexp,
9
+ a as hyphenate,
10
+ a2 as kebabCase
10
11
  };
11
12
  //# sourceMappingURL=strings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"strings.js","sources":["../../../src/components/_util/strings.ts"],"sourcesContent":["import { capitalize as toCapitalize } from '@vue/shared'\nexport {\n camelize,\n hyphenate,\n hyphenate as kebabCase, // alias\n} from '@vue/shared'\n\n/**\n * fork from {@link https://github.com/sindresorhus/escape-string-regexp}\n */\nexport const escapeStringRegexp = (string = '') =>\n string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d')\n\n// NOTE: improve capitalize types. Restore previous code after the [PR](https://github.com/vuejs/core/pull/6212) merge\nexport const capitalize = <T extends string>(str: T) =>\n toCapitalize(str) as Capitalize<T>\n"],"names":["escapeStringRegexp","string","capitalize","str","toCapitalize"],"mappings":";;AAUa,MAAAA,IAAqB,CAACC,IAAS,OAC1CA,EAAO,QAAQ,uBAAuB,MAAM,EAAE,QAAQ,MAAM,OAAO,GAGxDC,IAAa,CAAmBC,MAC3CC,EAAaD,CAAG;"}
1
+ {"version":3,"file":"strings.js","sources":["../../../src/components/_util/strings.ts"],"sourcesContent":["import { capitalize as toCapitalize } from '@vue/shared'\r\nexport {\r\n camelize,\r\n hyphenate,\r\n hyphenate as kebabCase, // alias\r\n} from '@vue/shared'\r\n\r\n/**\r\n * fork from {@link https://github.com/sindresorhus/escape-string-regexp}\r\n */\r\nexport const escapeStringRegexp = (string = '') =>\r\n string.replace(/[|\\\\{}()[\\]^$+*?.]/g, '\\\\$&').replace(/-/g, '\\\\x2d')\r\n\r\n// NOTE: improve capitalize types. Restore previous code after the [PR](https://github.com/vuejs/core/pull/6212) merge\r\nexport const capitalize = <T extends string>(str: T) =>\r\n toCapitalize(str) as Capitalize<T>\r\n"],"names":["toCapitalize"],"mappings":";;AAUa,MAAA,qBAAqB,CAAC,SAAS,OAC1C,OAAO,QAAQ,uBAAuB,MAAM,EAAE,QAAQ,MAAM,OAAO;AAG9D,MAAM,aAAa,CAAmB,QAC3CA,aAAa,GAAG;"}
@@ -1,16 +1,22 @@
1
- import { cAF as e, rAF as n } from "./raf.js";
2
- function i(o) {
3
- let t = 0;
4
- const r = (...c) => {
5
- t && e(t), t = n(() => {
6
- o(...c), t = 0;
1
+ import { cAF, rAF } from "./raf.js";
2
+ function throttleByRaf(cb) {
3
+ let timer = 0;
4
+ const throttle = (...args) => {
5
+ if (timer) {
6
+ cAF(timer);
7
+ }
8
+ timer = rAF(() => {
9
+ cb(...args);
10
+ timer = 0;
7
11
  });
8
12
  };
9
- return r.cancel = () => {
10
- e(t), t = 0;
11
- }, r;
13
+ throttle.cancel = () => {
14
+ cAF(timer);
15
+ timer = 0;
16
+ };
17
+ return throttle;
12
18
  }
13
19
  export {
14
- i as throttleByRaf
20
+ throttleByRaf
15
21
  };
16
22
  //# sourceMappingURL=throttleByRaf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"throttleByRaf.js","sources":["../../../src/components/_util/throttleByRaf.ts"],"sourcesContent":["import { cAF, rAF } from './raf'\n\nexport function throttleByRaf(cb: (...args: any[]) => void) {\n let timer = 0\n\n const throttle = (...args: any[]): void => {\n if (timer) {\n cAF(timer)\n }\n timer = rAF(() => {\n cb(...args)\n timer = 0\n })\n }\n\n throttle.cancel = () => {\n cAF(timer)\n timer = 0\n }\n\n return throttle\n}\n"],"names":["throttleByRaf","cb","timer","throttle","args","cAF","rAF"],"mappings":";AAEO,SAASA,EAAcC,GAA8B;AAC1D,MAAIC,IAAQ;AAEN,QAAAC,IAAW,IAAIC,MAAsB;AACzC,IAAIF,KACFG,EAAIH,CAAK,GAEXA,IAAQI,EAAI,MAAM;AAChB,MAAAL,EAAG,GAAGG,CAAI,GACFF,IAAA;AAAA,IAAA,CACT;AAAA,EAAA;AAGH,SAAAC,EAAS,SAAS,MAAM;AACtB,IAAAE,EAAIH,CAAK,GACDA,IAAA;AAAA,EAAA,GAGHC;AACT;"}
1
+ {"version":3,"file":"throttleByRaf.js","sources":["../../../src/components/_util/throttleByRaf.ts"],"sourcesContent":["import { cAF, rAF } from './raf'\r\n\r\nexport function throttleByRaf(cb: (...args: any[]) => void) {\r\n let timer = 0\r\n\r\n const throttle = (...args: any[]): void => {\r\n if (timer) {\r\n cAF(timer)\r\n }\r\n timer = rAF(() => {\r\n cb(...args)\r\n timer = 0\r\n })\r\n }\r\n\r\n throttle.cancel = () => {\r\n cAF(timer)\r\n timer = 0\r\n }\r\n\r\n return throttle\r\n}\r\n"],"names":[],"mappings":";AAEO,SAAS,cAAc,IAA8B;AAC1D,MAAI,QAAQ;AAEN,QAAA,WAAW,IAAI,SAAsB;AACzC,QAAI,OAAO;AACT,UAAI,KAAK;AAAA,IACX;AACA,YAAQ,IAAI,MAAM;AAChB,SAAG,GAAG,IAAI;AACF,cAAA;AAAA,IAAA,CACT;AAAA,EAAA;AAGH,WAAS,SAAS,MAAM;AACtB,QAAI,KAAK;AACD,YAAA;AAAA,EAAA;AAGH,SAAA;AACT;"}
@@ -1,53 +1,56 @@
1
- const r = (...t) => t, o = (...t) => t, y = (t) => {
2
- const n = t;
3
- return n.install = function(e) {
4
- e.component(n.displayName || n.name, t);
5
- }, t;
1
+ const tuple = (...args) => args;
2
+ const tupleNum = (...args) => args;
3
+ const withInstall = (comp) => {
4
+ const c = comp;
5
+ c.install = function(app) {
6
+ app.component(c.displayName || c.name, comp);
7
+ };
8
+ return comp;
6
9
  };
7
- function a() {
10
+ function eventType() {
8
11
  return { type: [Function, Array] };
9
12
  }
10
- function c(t) {
11
- return { type: Object, default: t };
13
+ function objectType(defaultVal) {
14
+ return { type: Object, default: defaultVal };
12
15
  }
13
- function i(t) {
14
- return { type: Boolean, default: t };
16
+ function booleanType(defaultVal) {
17
+ return { type: Boolean, default: defaultVal };
15
18
  }
16
- function p(t) {
17
- return { type: Function, default: t };
19
+ function functionType(defaultVal) {
20
+ return { type: Function, default: defaultVal };
18
21
  }
19
- function u(t, n) {
20
- const e = { validator: () => !0, default: t };
21
- return e;
22
+ function anyType(defaultVal, required) {
23
+ const type = { validator: () => true, default: defaultVal };
24
+ return required ? type : type;
22
25
  }
23
- function f() {
24
- return { validator: () => !0 };
26
+ function vNodeType() {
27
+ return { validator: () => true };
25
28
  }
26
- function l(t) {
27
- return { type: Array, default: t };
29
+ function arrayType(defaultVal) {
30
+ return { type: Array, default: defaultVal };
28
31
  }
29
- function d(t) {
30
- return { type: String, default: t };
32
+ function stringType(defaultVal) {
33
+ return { type: String, default: defaultVal };
31
34
  }
32
- function T(t) {
33
- return { type: Number, default: t };
35
+ function numberType(defaultVal) {
36
+ return { type: Number, default: defaultVal };
34
37
  }
35
- function s(t, n) {
36
- return t ? { type: t, default: n } : u(n);
38
+ function someType(types, defaultVal) {
39
+ return types ? { type: types, default: defaultVal } : anyType(defaultVal);
37
40
  }
38
41
  export {
39
- u as anyType,
40
- l as arrayType,
41
- i as booleanType,
42
- a as eventType,
43
- p as functionType,
44
- T as numberType,
45
- c as objectType,
46
- s as someType,
47
- d as stringType,
48
- r as tuple,
49
- o as tupleNum,
50
- f as vNodeType,
51
- y as withInstall
42
+ anyType,
43
+ arrayType,
44
+ booleanType,
45
+ eventType,
46
+ functionType,
47
+ numberType,
48
+ objectType,
49
+ someType,
50
+ stringType,
51
+ tuple,
52
+ tupleNum,
53
+ vNodeType,
54
+ withInstall
52
55
  };
53
56
  //# sourceMappingURL=type.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.js","sources":["../../../src/components/_util/type.ts"],"sourcesContent":["// @ts-ignore\r\nimport type { App, PropType, Plugin, Ref, VNode, SlotsType } from 'vue'\r\n\r\n// https://stackoverflow.com/questions/46176165/ways-to-get-string-literal-type-of-array-values-without-enum-overhead\r\nexport const tuple = <T extends string[]>(...args: T) => args\r\n\r\nexport const tupleNum = <T extends number[]>(...args: T) => args\r\n\r\n/**\r\n * https://stackoverflow.com/a/59187769\r\n * Extract the type of an element of an array/tuple without performing indexing\r\n */\r\nexport type ElementOf<T> = T extends (infer E)[] ? E : T extends readonly (infer F)[] ? F : never\r\n\r\n/**\r\n * https://github.com/Microsoft/TypeScript/issues/29729\r\n */\r\nexport type LiteralUnion<T extends string> = T | (string & {})\r\n\r\nexport type Data = Record<string, unknown>\r\n\r\nexport type Key = string | number\r\n\r\ntype DefaultFactory<T> = (props: Data) => T | null | undefined\r\n\r\nexport interface PropOptions<T = any, D = T> {\r\n type?: PropType<T> | true | null\r\n required?: boolean\r\n default?: D | DefaultFactory<D> | null | undefined | object\r\n validator?(value: unknown): boolean\r\n}\r\n\r\ndeclare type VNodeChildAtom = VNode | string | number | boolean | null | undefined | void\r\n\r\n// eslint-disable-next-line no-undef\r\nexport type VueNode = VNodeChildAtom | VNodeChildAtom[] | VNode\r\n\r\nexport const withInstall = <T>(comp: T) => {\r\n const c = comp as any\r\n c.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(c.displayName || c.name, comp)\r\n }\r\n\r\n return comp as T & Plugin\r\n}\r\n\r\nexport type MaybeRef<T> = T | Ref<T>\r\n\r\nexport function eventType<T>() {\r\n return { type: [Function, Array] as PropType<T | T[]> }\r\n}\r\n\r\nexport function objectType<T = {}>(defaultVal?: T) {\r\n return { type: Object as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function booleanType(defaultVal?: boolean) {\r\n return { type: Boolean, default: defaultVal as boolean }\r\n}\r\n\r\nexport function functionType<T = () => {}>(defaultVal?: T) {\r\n return { type: Function as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function anyType<T = any>(defaultVal?: T, required?: boolean) {\r\n const type = { validator: () => true, default: defaultVal as T } as unknown\r\n return required\r\n ? (type as {\r\n type: PropType<T>\r\n default: T\r\n required: true\r\n })\r\n : (type as {\r\n default: T\r\n type: PropType<T>\r\n })\r\n}\r\nexport function vNodeType<T = VueNode>() {\r\n return { validator: () => true } as unknown as { type: PropType<T> }\r\n}\r\n\r\nexport function arrayType<T extends any[]>(defaultVal?: T) {\r\n return { type: Array as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function stringType<T extends string = string>(defaultVal?: T) {\r\n return { type: String as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function numberType<T extends number = number>(defaultVal?: T) {\r\n return { type: Number as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function someType<T>(types?: any[], defaultVal?: T) {\r\n return types ? { type: types as PropType<T>, default: defaultVal as T } : anyType<T>(defaultVal)\r\n}\r\n\r\n// @ts-ignore\r\nexport type CustomSlotsType<T> = SlotsType<T>\r\n\r\nexport type AnyObject = Record<PropertyKey, any>\r\n"],"names":["tuple","args","tupleNum","withInstall","comp","c","app","eventType","objectType","defaultVal","booleanType","functionType","anyType","required","type","vNodeType","arrayType","stringType","numberType","someType","types"],"mappings":"AAIa,MAAAA,IAAQ,IAAwBC,MAAYA,GAE5CC,IAAW,IAAwBD,MAAYA,GA+B/CE,IAAc,CAAIC,MAAY;AACzC,QAAMC,IAAID;AACR,SAAAC,EAAA,UAAU,SAAUC,GAAU;AAE9B,IAAAA,EAAI,UAAUD,EAAE,eAAeA,EAAE,MAAMD,CAAI;AAAA,EAAA,GAGtCA;AACT;AAIO,SAASG,IAAe;AAC7B,SAAO,EAAE,MAAM,CAAC,UAAU,KAAK,EAAuB;AACxD;AAEO,SAASC,EAAmBC,GAAgB;AACjD,SAAO,EAAE,MAAM,QAAuB,SAASA,EAAgB;AACjE;AAEO,SAASC,EAAYD,GAAsB;AAChD,SAAO,EAAE,MAAM,SAAS,SAASA,EAAsB;AACzD;AAEO,SAASE,EAA2BF,GAAgB;AACzD,SAAO,EAAE,MAAM,UAAyB,SAASA,EAAgB;AACnE;AAEgB,SAAAG,EAAiBH,GAAgBI,GAAoB;AACnE,QAAMC,IAAO,EAAE,WAAW,MAAM,IAAM,SAASL;AAC/C,SACKK;AASP;AACO,SAASC,IAAyB;AAChC,SAAA,EAAE,WAAW,MAAM;AAC5B;AAEO,SAASC,EAA2BP,GAAgB;AACzD,SAAO,EAAE,MAAM,OAAiC,SAASA,EAAgB;AAC3E;AAEO,SAASQ,EAAsCR,GAAgB;AACpE,SAAO,EAAE,MAAM,QAAkC,SAASA,EAAgB;AAC5E;AAEO,SAASS,EAAsCT,GAAgB;AACpE,SAAO,EAAE,MAAM,QAAkC,SAASA,EAAgB;AAC5E;AAEgB,SAAAU,EAAYC,GAAeX,GAAgB;AAClD,SAAAW,IAAQ,EAAE,MAAMA,GAAsB,SAASX,EAAgB,IAAIG,EAAWH,CAAU;AACjG;"}
1
+ {"version":3,"file":"type.js","sources":["../../../src/components/_util/type.ts"],"sourcesContent":["// @ts-ignore\r\nimport type { App, PropType, Plugin, Ref, VNode, SlotsType } from 'vue'\r\n\r\n// https://stackoverflow.com/questions/46176165/ways-to-get-string-literal-type-of-array-values-without-enum-overhead\r\nexport const tuple = <T extends string[]>(...args: T) => args\r\n\r\nexport const tupleNum = <T extends number[]>(...args: T) => args\r\n\r\n/**\r\n * https://stackoverflow.com/a/59187769\r\n * Extract the type of an element of an array/tuple without performing indexing\r\n */\r\nexport type ElementOf<T> = T extends (infer E)[] ? E : T extends readonly (infer F)[] ? F : never\r\n\r\n/**\r\n * https://github.com/Microsoft/TypeScript/issues/29729\r\n */\r\nexport type LiteralUnion<T extends string> = T | (string & {})\r\n\r\nexport type Data = Record<string, unknown>\r\n\r\nexport type Key = string | number\r\n\r\ntype DefaultFactory<T> = (props: Data) => T | null | undefined\r\n\r\nexport interface PropOptions<T = any, D = T> {\r\n type?: PropType<T> | true | null\r\n required?: boolean\r\n default?: D | DefaultFactory<D> | null | undefined | object\r\n validator?(value: unknown): boolean\r\n}\r\n\r\ndeclare type VNodeChildAtom = VNode | string | number | boolean | null | undefined | void\r\n\r\n// eslint-disable-next-line no-undef\r\nexport type VueNode = VNodeChildAtom | VNodeChildAtom[] | VNode\r\n\r\nexport const withInstall = <T>(comp: T) => {\r\n const c = comp as any\r\n c.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(c.displayName || c.name, comp)\r\n }\r\n\r\n return comp as T & Plugin\r\n}\r\n\r\nexport type MaybeRef<T> = T | Ref<T>\r\n\r\nexport function eventType<T>() {\r\n return { type: [Function, Array] as PropType<T | T[]> }\r\n}\r\n\r\nexport function objectType<T = {}>(defaultVal?: T) {\r\n return { type: Object as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function booleanType(defaultVal?: boolean) {\r\n return { type: Boolean, default: defaultVal as boolean }\r\n}\r\n\r\nexport function functionType<T = () => {}>(defaultVal?: T) {\r\n return { type: Function as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function anyType<T = any>(defaultVal?: T, required?: boolean) {\r\n const type = { validator: () => true, default: defaultVal as T } as unknown\r\n return required\r\n ? (type as {\r\n type: PropType<T>\r\n default: T\r\n required: true\r\n })\r\n : (type as {\r\n default: T\r\n type: PropType<T>\r\n })\r\n}\r\nexport function vNodeType<T = VueNode>() {\r\n return { validator: () => true } as unknown as { type: PropType<T> }\r\n}\r\n\r\nexport function arrayType<T extends any[]>(defaultVal?: T) {\r\n return { type: Array as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function stringType<T extends string = string>(defaultVal?: T) {\r\n return { type: String as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function numberType<T extends number = number>(defaultVal?: T) {\r\n return { type: Number as unknown as PropType<T>, default: defaultVal as T }\r\n}\r\n\r\nexport function someType<T>(types?: any[], defaultVal?: T) {\r\n return types ? { type: types as PropType<T>, default: defaultVal as T } : anyType<T>(defaultVal)\r\n}\r\n\r\n// @ts-ignore\r\nexport type CustomSlotsType<T> = SlotsType<T>\r\n\r\nexport type AnyObject = Record<PropertyKey, any>\r\n"],"names":[],"mappings":"AAIa,MAAA,QAAQ,IAAwB,SAAY;AAE5C,MAAA,WAAW,IAAwB,SAAY;AA+B/C,MAAA,cAAc,CAAI,SAAY;AACzC,QAAM,IAAI;AACR,IAAA,UAAU,SAAU,KAAU;AAE9B,QAAI,UAAU,EAAE,eAAe,EAAE,MAAM,IAAI;AAAA,EAAA;AAGtC,SAAA;AACT;AAIO,SAAS,YAAe;AAC7B,SAAO,EAAE,MAAM,CAAC,UAAU,KAAK,EAAuB;AACxD;AAEO,SAAS,WAAmB,YAAgB;AACjD,SAAO,EAAE,MAAM,QAAuB,SAAS,WAAgB;AACjE;AAEO,SAAS,YAAY,YAAsB;AAChD,SAAO,EAAE,MAAM,SAAS,SAAS,WAAsB;AACzD;AAEO,SAAS,aAA2B,YAAgB;AACzD,SAAO,EAAE,MAAM,UAAyB,SAAS,WAAgB;AACnE;AAEgB,SAAA,QAAiB,YAAgB,UAAoB;AACnE,QAAM,OAAO,EAAE,WAAW,MAAM,MAAM,SAAS;AAC/C,SAAO,WACF,OAKA;AAIP;AACO,SAAS,YAAyB;AAChC,SAAA,EAAE,WAAW,MAAM;AAC5B;AAEO,SAAS,UAA2B,YAAgB;AACzD,SAAO,EAAE,MAAM,OAAiC,SAAS,WAAgB;AAC3E;AAEO,SAAS,WAAsC,YAAgB;AACpE,SAAO,EAAE,MAAM,QAAkC,SAAS,WAAgB;AAC5E;AAEO,SAAS,WAAsC,YAAgB;AACpE,SAAO,EAAE,MAAM,QAAkC,SAAS,WAAgB;AAC5E;AAEgB,SAAA,SAAY,OAAe,YAAgB;AAClD,SAAA,QAAQ,EAAE,MAAM,OAAsB,SAAS,WAAgB,IAAI,QAAW,UAAU;AACjG;"}
@@ -1,25 +1,44 @@
1
- import { i as s, d as t, e as i } from "../../functions-DzLqXvGt.js";
2
- import { f as l, b as g, k as j, g as E, j as w } from "../../functions-DzLqXvGt.js";
3
- import { isNil as n } from "lodash-es";
4
- import { isVNode as O } from "vue";
5
- const m = (e) => e === void 0, f = (e) => typeof e == "boolean", c = (e) => typeof e == "number", u = (e) => !e && e !== 0 || s(e) && e.length === 0 || t(e) && !Object.keys(e).length, b = (e) => typeof Element > "u" ? !1 : e instanceof Element, a = (e) => n(e), p = (e) => i(e) ? !Number.isNaN(Number(e)) : !1, d = (e) => e === window;
1
+ import { i as isArray, d as isObject, e as isString } from "../../functions-BeMkokbY.js";
2
+ import { f, b, k, g, j } from "../../functions-BeMkokbY.js";
3
+ import { isNil } from "lodash-es";
4
+ import { isVNode } from "vue";
5
+ const isUndefined = (val) => val === void 0;
6
+ const isBoolean = (val) => typeof val === "boolean";
7
+ const isNumber = (val) => typeof val === "number";
8
+ const isEmpty = (val) => !val && val !== 0 || isArray(val) && val.length === 0 || isObject(val) && !Object.keys(val).length;
9
+ const isElement = (e) => {
10
+ if (typeof Element === "undefined") return false;
11
+ return e instanceof Element;
12
+ };
13
+ const isPropAbsent = (prop) => {
14
+ return isNil(prop);
15
+ };
16
+ const isStringNumber = (val) => {
17
+ if (!isString(val)) {
18
+ return false;
19
+ }
20
+ return !Number.isNaN(Number(val));
21
+ };
22
+ const isWindow = (val) => {
23
+ return val === window;
24
+ };
6
25
  export {
7
- s as isArray,
8
- f as isBoolean,
9
- l as isDate,
10
- b as isElement,
11
- u as isEmpty,
12
- g as isFunction,
13
- c as isNumber,
14
- t as isObject,
15
- j as isPlainObject,
16
- E as isPromise,
17
- a as isPropAbsent,
18
- i as isString,
19
- p as isStringNumber,
20
- w as isSymbol,
21
- m as isUndefined,
22
- O as isVNode,
23
- d as isWindow
26
+ isArray,
27
+ isBoolean,
28
+ f as isDate,
29
+ isElement,
30
+ isEmpty,
31
+ b as isFunction,
32
+ isNumber,
33
+ isObject,
34
+ k as isPlainObject,
35
+ g as isPromise,
36
+ isPropAbsent,
37
+ isString,
38
+ isStringNumber,
39
+ j as isSymbol,
40
+ isUndefined,
41
+ isVNode,
42
+ isWindow
24
43
  };
25
44
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sources":["../../../src/components/_util/types.ts"],"sourcesContent":["import { isArray, isObject, isString } from '@vue/shared'\nimport { isNil } from 'lodash-unified'\n\nexport {\n isArray,\n isFunction,\n isObject,\n isString,\n isDate,\n isPromise,\n isSymbol,\n isPlainObject,\n} from '@vue/shared'\nexport { isVNode } from 'vue'\n\nexport const isUndefined = (val: any): val is undefined => val === undefined\nexport const isBoolean = (val: any): val is boolean => typeof val === 'boolean'\nexport const isNumber = (val: any): val is number => typeof val === 'number'\n\nexport const isEmpty = (val: unknown) =>\n (!val && val !== 0) ||\n (isArray(val) && val.length === 0) ||\n (isObject(val) && !Object.keys(val).length)\n\nexport const isElement = (e: unknown): e is Element => {\n if (typeof Element === 'undefined') return false\n return e instanceof Element\n}\n\nexport const isPropAbsent = (prop: unknown): prop is null | undefined => {\n return isNil(prop)\n}\n\nexport const isStringNumber = (val: string): boolean => {\n if (!isString(val)) {\n return false\n }\n return !Number.isNaN(Number(val))\n}\n\nexport const isWindow = (val: unknown): val is Window => {\n return val === window\n}\n"],"names":["isUndefined","val","isBoolean","isNumber","isEmpty","isArray","isObject","isElement","isPropAbsent","prop","isNil","isStringNumber","isString","isWindow"],"mappings":";;;;AAea,MAAAA,IAAc,CAACC,MAA+BA,MAAQ,QACtDC,IAAY,CAACD,MAA6B,OAAOA,KAAQ,WACzDE,IAAW,CAACF,MAA4B,OAAOA,KAAQ,UAEvDG,IAAU,CAACH,MACrB,CAACA,KAAOA,MAAQ,KAChBI,EAAQJ,CAAG,KAAKA,EAAI,WAAW,KAC/BK,EAASL,CAAG,KAAK,CAAC,OAAO,KAAKA,CAAG,EAAE,QAEzBM,IAAY,CAAC,MACpB,OAAO,UAAY,MAAoB,KACpC,aAAa,SAGTC,IAAe,CAACC,MACpBC,EAAMD,CAAI,GAGNE,IAAiB,CAACV,MACxBW,EAASX,CAAG,IAGV,CAAC,OAAO,MAAM,OAAOA,CAAG,CAAC,IAFvB,IAKEY,IAAW,CAACZ,MAChBA,MAAQ;"}
1
+ {"version":3,"file":"types.js","sources":["../../../src/components/_util/types.ts"],"sourcesContent":["import { isArray, isObject, isString } from '@vue/shared'\r\nimport { isNil } from 'lodash-unified'\r\n\r\nexport {\r\n isArray,\r\n isFunction,\r\n isObject,\r\n isString,\r\n isDate,\r\n isPromise,\r\n isSymbol,\r\n isPlainObject,\r\n} from '@vue/shared'\r\nexport { isVNode } from 'vue'\r\n\r\nexport const isUndefined = (val: any): val is undefined => val === undefined\r\nexport const isBoolean = (val: any): val is boolean => typeof val === 'boolean'\r\nexport const isNumber = (val: any): val is number => typeof val === 'number'\r\n\r\nexport const isEmpty = (val: unknown) =>\r\n (!val && val !== 0) ||\r\n (isArray(val) && val.length === 0) ||\r\n (isObject(val) && !Object.keys(val).length)\r\n\r\nexport const isElement = (e: unknown): e is Element => {\r\n if (typeof Element === 'undefined') return false\r\n return e instanceof Element\r\n}\r\n\r\nexport const isPropAbsent = (prop: unknown): prop is null | undefined => {\r\n return isNil(prop)\r\n}\r\n\r\nexport const isStringNumber = (val: string): boolean => {\r\n if (!isString(val)) {\r\n return false\r\n }\r\n return !Number.isNaN(Number(val))\r\n}\r\n\r\nexport const isWindow = (val: unknown): val is Window => {\r\n return val === window\r\n}\r\n"],"names":[],"mappings":";;;;AAea,MAAA,cAAc,CAAC,QAA+B,QAAQ;AAC5D,MAAM,YAAY,CAAC,QAA6B,OAAO,QAAQ;AAC/D,MAAM,WAAW,CAAC,QAA4B,OAAO,QAAQ;AAEvD,MAAA,UAAU,CAAC,QACrB,CAAC,OAAO,QAAQ,KAChB,QAAQ,GAAG,KAAK,IAAI,WAAW,KAC/B,SAAS,GAAG,KAAK,CAAC,OAAO,KAAK,GAAG,EAAE;AAEzB,MAAA,YAAY,CAAC,MAA6B;AACjD,MAAA,OAAO,YAAY,YAAoB,QAAA;AAC3C,SAAO,aAAa;AACtB;AAEa,MAAA,eAAe,CAAC,SAA4C;AACvE,SAAO,MAAM,IAAI;AACnB;AAEa,MAAA,iBAAiB,CAAC,QAAyB;AAClD,MAAA,CAAC,SAAS,GAAG,GAAG;AACX,WAAA;AAAA,EACT;AACA,SAAO,CAAC,OAAO,MAAM,OAAO,GAAG,CAAC;AAClC;AAEa,MAAA,WAAW,CAAC,QAAgC;AACvD,SAAO,QAAQ;AACjB;"}
@@ -1,5 +1,5 @@
1
- const e = (t) => t;
1
+ const mutable = (val) => val;
2
2
  export {
3
- e as mutable
3
+ mutable
4
4
  };
5
5
  //# sourceMappingURL=typescript.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"typescript.js","sources":["../../../src/components/_util/typescript.ts"],"sourcesContent":["export const mutable = <T extends readonly any[] | Record<string, unknown>>(\n val: T\n) => val as Mutable<typeof val>\nexport type Mutable<T> = { -readonly [P in keyof T]: T[P] }\n\nexport type HTMLElementCustomized<T> = HTMLElement & T\n\n/**\n * @deprecated stop to use null\n * @see {@link https://github.com/sindresorhus/meta/discussions/7}\n */\nexport type Nullable<T> = T | null\n\nexport type Arrayable<T> = T | T[]\nexport type Awaitable<T> = Promise<T> | T\n"],"names":["mutable","val"],"mappings":"AAAa,MAAAA,IAAU,CACrBC,MACGA;"}
1
+ {"version":3,"file":"typescript.js","sources":["../../../src/components/_util/typescript.ts"],"sourcesContent":["export const mutable = <T extends readonly any[] | Record<string, unknown>>(\r\n val: T\r\n) => val as Mutable<typeof val>\r\nexport type Mutable<T> = { -readonly [P in keyof T]: T[P] }\r\n\r\nexport type HTMLElementCustomized<T> = HTMLElement & T\r\n\r\n/**\r\n * @deprecated stop to use null\r\n * @see {@link https://github.com/sindresorhus/meta/discussions/7}\r\n */\r\nexport type Nullable<T> = T | null\r\n\r\nexport type Arrayable<T> = T | T[]\r\nexport type Awaitable<T> = Promise<T> | T\r\n"],"names":[],"mappings":"AAAa,MAAA,UAAU,CACrB,QACG;"}
@@ -1,55 +1,97 @@
1
- const u = (t) => typeof t == "function", y = Symbol("controlDefaultValue"), b = Array.isArray, d = (t) => typeof t == "string", m = (t) => typeof t == "symbol", O = (t) => t !== null && typeof t == "object", f = /^on[^a-z]/, P = (t) => f.test(t), i = (t) => {
2
- const n = /* @__PURE__ */ Object.create(null);
3
- return (e) => n[e] || (n[e] = t(e));
4
- }, l = /-(\w)/g, w = i((t) => t.replace(l, (n, e) => e ? e.toUpperCase() : "")), p = /\B([A-Z])/g, A = i((t) => t.replace(p, "-$1").toLowerCase()), g = i((t) => t.charAt(0).toUpperCase() + t.slice(1)), h = Object.prototype.hasOwnProperty, a = (t, n) => h.call(t, n);
5
- function j(t, n, e, o) {
6
- const r = t[e];
7
- if (r != null) {
8
- const c = a(r, "default");
9
- if (c && o === void 0) {
10
- const s = r.default;
11
- o = r.type !== Function && u(s) ? s() : s;
1
+ const isFunction = (val) => typeof val === "function";
2
+ const controlDefaultValue = Symbol("controlDefaultValue");
3
+ const isArray = Array.isArray;
4
+ const isString = (val) => typeof val === "string";
5
+ const isSymbol = (val) => typeof val === "symbol";
6
+ const isObject = (val) => val !== null && typeof val === "object";
7
+ const onRE = /^on[^a-z]/;
8
+ const isOn = (key) => onRE.test(key);
9
+ const cacheStringFunction = (fn) => {
10
+ const cache = /* @__PURE__ */ Object.create(null);
11
+ return (str) => {
12
+ const hit = cache[str];
13
+ return hit || (cache[str] = fn(str));
14
+ };
15
+ };
16
+ const camelizeRE = /-(\w)/g;
17
+ const camelize = cacheStringFunction((str) => {
18
+ return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : "");
19
+ });
20
+ const hyphenateRE = /\B([A-Z])/g;
21
+ const hyphenate = cacheStringFunction((str) => {
22
+ return str.replace(hyphenateRE, "-$1").toLowerCase();
23
+ });
24
+ const capitalize = cacheStringFunction((str) => {
25
+ return str.charAt(0).toUpperCase() + str.slice(1);
26
+ });
27
+ const hasOwnProperty = Object.prototype.hasOwnProperty;
28
+ const hasOwn = (val, key) => hasOwnProperty.call(val, key);
29
+ function resolvePropValue(options, props, key, value) {
30
+ const opt = options[key];
31
+ if (opt != null) {
32
+ const hasDefault = hasOwn(opt, "default");
33
+ if (hasDefault && value === void 0) {
34
+ const defaultValue = opt.default;
35
+ value = opt.type !== Function && isFunction(defaultValue) ? defaultValue() : defaultValue;
36
+ }
37
+ if (opt.type === Boolean) {
38
+ if (!hasOwn(props, key) && !hasDefault) {
39
+ value = false;
40
+ } else if (value === "") {
41
+ value = true;
42
+ }
12
43
  }
13
- r.type === Boolean && (!a(n, e) && !c ? o = !1 : o === "" && (o = !0));
14
44
  }
15
- return o;
45
+ return value;
16
46
  }
17
- function z(t) {
18
- return Object.keys(t).reduce((n, e) => ((e.startsWith("data-") || e.startsWith("aria-")) && (n[e] = t[e]), n), {});
47
+ function getDataAndAriaProps(props) {
48
+ return Object.keys(props).reduce((memo, key) => {
49
+ if (key.startsWith("data-") || key.startsWith("aria-")) {
50
+ memo[key] = props[key];
51
+ }
52
+ return memo;
53
+ }, {});
19
54
  }
20
- function D(t) {
21
- return typeof t == "number" ? `${t}px` : t;
55
+ function toPx(val) {
56
+ if (typeof val === "number") return `${val}px`;
57
+ return val;
22
58
  }
23
- function S(t, n = {}, e) {
24
- return typeof t == "function" ? t(n) : t ?? e;
59
+ function renderHelper(v, props = {}, defaultV) {
60
+ if (typeof v === "function") {
61
+ return v(props);
62
+ }
63
+ return v ?? defaultV;
25
64
  }
26
- function V(t) {
27
- let n;
28
- const e = new Promise((r) => {
29
- n = t(() => {
30
- r(!0);
65
+ function wrapPromiseFn(openFn) {
66
+ let closeFn;
67
+ const closePromise = new Promise((resolve) => {
68
+ closeFn = openFn(() => {
69
+ resolve(true);
31
70
  });
32
- }), o = () => {
33
- n == null || n();
71
+ });
72
+ const result = () => {
73
+ closeFn == null ? void 0 : closeFn();
34
74
  };
35
- return o.then = (r, c) => e.then(r, c), o.promise = e, o;
75
+ result.then = (filled, rejected) => closePromise.then(filled, rejected);
76
+ result.promise = closePromise;
77
+ return result;
36
78
  }
37
79
  export {
38
- i as cacheStringFunction,
39
- w as camelize,
40
- g as capitalize,
41
- y as controlDefaultValue,
42
- z as getDataAndAriaProps,
43
- A as hyphenate,
44
- b as isArray,
45
- u as isFunction,
46
- O as isObject,
47
- P as isOn,
48
- d as isString,
49
- m as isSymbol,
50
- S as renderHelper,
51
- j as resolvePropValue,
52
- D as toPx,
53
- V as wrapPromiseFn
80
+ cacheStringFunction,
81
+ camelize,
82
+ capitalize,
83
+ controlDefaultValue,
84
+ getDataAndAriaProps,
85
+ hyphenate,
86
+ isArray,
87
+ isFunction,
88
+ isObject,
89
+ isOn,
90
+ isString,
91
+ isSymbol,
92
+ renderHelper,
93
+ resolvePropValue,
94
+ toPx,
95
+ wrapPromiseFn
54
96
  };
55
97
  //# sourceMappingURL=util.js.map