orion-design 0.1.30 → 0.1.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (199) hide show
  1. package/README.md +5 -5
  2. package/dist/Throne/index.js +30 -14
  3. package/dist/Throne/index.js.map +1 -1
  4. package/dist/_commonjsHelpers-DWwsNxpa.js +9 -0
  5. package/dist/_commonjsHelpers-DWwsNxpa.js.map +1 -0
  6. package/dist/components/Button/index.js +40 -33
  7. package/dist/components/Button/index.js.map +1 -1
  8. package/dist/components/Flex/index.js +122 -89
  9. package/dist/components/Flex/index.js.map +1 -1
  10. package/dist/components/Form/Form.js +2 -2
  11. package/dist/components/Form/Form.js.map +1 -1
  12. package/dist/components/Form/LovInput/LovInput.js +2 -2
  13. package/dist/components/Form/LovInput/LovInput.js.map +1 -1
  14. package/dist/components/Form/LovInput/hooks/useLov.js +5 -5
  15. package/dist/components/Form/LovInput/hooks/useLov.js.map +1 -1
  16. package/dist/components/Form/LovInput/index.js +4 -4
  17. package/dist/components/Form/hooks/FormItemValidateTrigger.js +2 -2
  18. package/dist/components/Form/hooks/FormItemValidateTrigger.js.map +1 -1
  19. package/dist/components/Form/hooks/index.js +128 -66
  20. package/dist/components/Form/hooks/index.js.map +1 -1
  21. package/dist/components/Form/index.js +836 -656
  22. package/dist/components/Form/index.js.map +1 -1
  23. package/dist/components/Form/utils/index.js +30 -18
  24. package/dist/components/Form/utils/index.js.map +1 -1
  25. package/dist/components/LovTable/index.js +179 -105
  26. package/dist/components/LovTable/index.js.map +1 -1
  27. package/dist/components/Modal/index.js +111 -56
  28. package/dist/components/Modal/index.js.map +1 -1
  29. package/dist/components/Modal/types.js +4 -3
  30. package/dist/components/Modal/types.js.map +1 -1
  31. package/dist/components/Modal/useModal.js +5 -5
  32. package/dist/components/Modal/useModal.js.map +1 -1
  33. package/dist/components/Pagetable/hooks/useColumns.js +88 -80
  34. package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
  35. package/dist/components/Pagetable/index.js +687 -542
  36. package/dist/components/Pagetable/index.js.map +1 -1
  37. package/dist/components/Pagetable/utils/index.js +92 -54
  38. package/dist/components/Pagetable/utils/index.js.map +1 -1
  39. package/dist/components/Querytable/hooks/useColumns.js +82 -74
  40. package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
  41. package/dist/components/Querytable/index.js +579 -469
  42. package/dist/components/Querytable/index.js.map +1 -1
  43. package/dist/components/Querytable/utils/index.js +92 -54
  44. package/dist/components/Querytable/utils/index.js.map +1 -1
  45. package/dist/components/RichTextEditor/index.js +100 -74
  46. package/dist/components/RichTextEditor/index.js.map +1 -1
  47. package/dist/components/Tabs/constants.js +2 -2
  48. package/dist/components/Tabs/constants.js.map +1 -1
  49. package/dist/components/Tabs/index.js +603 -358
  50. package/dist/components/Tabs/index.js.map +1 -1
  51. package/dist/components/Tabs/tab-bar.js +6 -6
  52. package/dist/components/Tabs/tab-bar.js.map +1 -1
  53. package/dist/components/Tabs/tab-pane.js +3 -3
  54. package/dist/components/Tabs/tab-pane.js.map +1 -1
  55. package/dist/components/_constants/aria.js +2 -2
  56. package/dist/components/_constants/aria.js.map +1 -1
  57. package/dist/components/_constants/event.js +6 -4
  58. package/dist/components/_constants/event.js.map +1 -1
  59. package/dist/components/_constants/index.js +6 -6
  60. package/dist/components/_hooks/index.js +7 -7
  61. package/dist/components/_hooks/use-namespace/index.js +74 -39
  62. package/dist/components/_hooks/use-namespace/index.js.map +1 -1
  63. package/dist/components/_hooks/use-ordered-children/index.js +29 -19
  64. package/dist/components/_hooks/use-ordered-children/index.js.map +1 -1
  65. package/dist/components/_util/arrays.js +9 -5
  66. package/dist/components/_util/arrays.js.map +1 -1
  67. package/dist/components/_util/browser.js +6 -6
  68. package/dist/components/_util/browser.js.map +1 -1
  69. package/dist/components/_util/classNames.js +22 -17
  70. package/dist/components/_util/classNames.js.map +1 -1
  71. package/dist/components/_util/dom/aria.js +74 -39
  72. package/dist/components/_util/dom/aria.js.map +1 -1
  73. package/dist/components/_util/dom/element.js +9 -8
  74. package/dist/components/_util/dom/element.js.map +1 -1
  75. package/dist/components/_util/dom/event.js +14 -7
  76. package/dist/components/_util/dom/event.js.map +1 -1
  77. package/dist/components/_util/dom/index.js +36 -36
  78. package/dist/components/_util/dom/position.js +49 -25
  79. package/dist/components/_util/dom/position.js.map +1 -1
  80. package/dist/components/_util/dom/scroll.js +103 -61
  81. package/dist/components/_util/dom/scroll.js.map +1 -1
  82. package/dist/components/_util/dom/style.js +65 -50
  83. package/dist/components/_util/dom/style.js.map +1 -1
  84. package/dist/components/_util/easings.js +8 -4
  85. package/dist/components/_util/easings.js.map +1 -1
  86. package/dist/components/_util/error.js +12 -11
  87. package/dist/components/_util/error.js.map +1 -1
  88. package/dist/components/_util/functions.js +3 -3
  89. package/dist/components/_util/i18n.js +2 -2
  90. package/dist/components/_util/i18n.js.map +1 -1
  91. package/dist/components/_util/index.js +137 -137
  92. package/dist/components/_util/isValid.js +4 -2
  93. package/dist/components/_util/isValid.js.map +1 -1
  94. package/dist/components/_util/objects.js +18 -14
  95. package/dist/components/_util/objects.js.map +1 -1
  96. package/dist/components/_util/props-util/index.js +46 -20
  97. package/dist/components/_util/props-util/index.js.map +1 -1
  98. package/dist/components/_util/props-util/initDefaultProps.js +18 -10
  99. package/dist/components/_util/props-util/initDefaultProps.js.map +1 -1
  100. package/dist/components/_util/raf.js +5 -4
  101. package/dist/components/_util/raf.js.map +1 -1
  102. package/dist/components/_util/rand.js +4 -3
  103. package/dist/components/_util/rand.js.map +1 -1
  104. package/dist/components/_util/strings.js +9 -8
  105. package/dist/components/_util/strings.js.map +1 -1
  106. package/dist/components/_util/throttleByRaf.js +16 -10
  107. package/dist/components/_util/throttleByRaf.js.map +1 -1
  108. package/dist/components/_util/type.js +41 -38
  109. package/dist/components/_util/type.js.map +1 -1
  110. package/dist/components/_util/types.js +41 -22
  111. package/dist/components/_util/types.js.map +1 -1
  112. package/dist/components/_util/typescript.js +2 -2
  113. package/dist/components/_util/typescript.js.map +1 -1
  114. package/dist/components/_util/util.js +85 -43
  115. package/dist/components/_util/util.js.map +1 -1
  116. package/dist/components/_util/vue/global-node.js +27 -15
  117. package/dist/components/_util/vue/global-node.js.map +1 -1
  118. package/dist/components/_util/vue/icon.js +29 -25
  119. package/dist/components/_util/vue/icon.js.map +1 -1
  120. package/dist/components/_util/vue/index.js +41 -41
  121. package/dist/components/_util/vue/install.js +35 -18
  122. package/dist/components/_util/vue/install.js.map +1 -1
  123. package/dist/components/_util/vue/props/index.js +6 -6
  124. package/dist/components/_util/vue/props/runtime.js +46 -30
  125. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  126. package/dist/components/_util/vue/refs.js +12 -6
  127. package/dist/components/_util/vue/refs.js.map +1 -1
  128. package/dist/components/_util/vue/size.js +5 -3
  129. package/dist/components/_util/vue/size.js.map +1 -1
  130. package/dist/components/_util/vue/validator.js +5 -4
  131. package/dist/components/_util/vue/validator.js.map +1 -1
  132. package/dist/components/_util/vue/vnode.js +100 -54
  133. package/dist/components/_util/vue/vnode.js.map +1 -1
  134. package/dist/components/_util/vue-types/index.js +231 -220
  135. package/dist/components/_util/vue-types/index.js.map +1 -1
  136. package/dist/components/components.js +20 -20
  137. package/dist/components/index.js +38 -35
  138. package/dist/components/index.js.map +1 -1
  139. package/dist/components-B3d9m_tn.js +27 -0
  140. package/dist/components-B3d9m_tn.js.map +1 -0
  141. package/dist/error/OrionError.js +8 -4
  142. package/dist/error/OrionError.js.map +1 -1
  143. package/dist/functions-BeMkokbY.js +63 -0
  144. package/dist/functions-BeMkokbY.js.map +1 -0
  145. package/dist/index-BOKLZnqH.js +54 -0
  146. package/dist/index-BOKLZnqH.js.map +1 -0
  147. package/dist/index-D1m0KTpK.js +69 -0
  148. package/dist/index-D1m0KTpK.js.map +1 -0
  149. package/dist/index-DR5ZP7mD.js +160 -0
  150. package/dist/index-DR5ZP7mD.js.map +1 -0
  151. package/dist/index-DkwIULcN.js +200 -0
  152. package/dist/index-DkwIULcN.js.map +1 -0
  153. package/dist/index.css +797 -1
  154. package/dist/index.js +36 -36
  155. package/dist/print/LodopFuncs.js +101 -43
  156. package/dist/print/LodopFuncs.js.map +1 -1
  157. package/dist/print/index.js +200 -108
  158. package/dist/print/index.js.map +1 -1
  159. package/dist/request/ErrorHandlerChain.js +17 -14
  160. package/dist/request/ErrorHandlerChain.js.map +1 -1
  161. package/dist/request/RequestFilterChain.js +16 -13
  162. package/dist/request/RequestFilterChain.js.map +1 -1
  163. package/dist/request/ResponseParserChain.js +17 -14
  164. package/dist/request/ResponseParserChain.js.map +1 -1
  165. package/dist/request/disivion/DateSerializer.js +47 -22
  166. package/dist/request/disivion/DateSerializer.js.map +1 -1
  167. package/dist/request/disivion/DivisionErrorHandler.js +40 -25
  168. package/dist/request/disivion/DivisionErrorHandler.js.map +1 -1
  169. package/dist/request/disivion/DivisionResponseParser.js +16 -10
  170. package/dist/request/disivion/DivisionResponseParser.js.map +1 -1
  171. package/dist/request/disivion/index.js +305 -201
  172. package/dist/request/disivion/index.js.map +1 -1
  173. package/dist/request/error/BizExceptionResponseError.js +11 -5
  174. package/dist/request/error/BizExceptionResponseError.js.map +1 -1
  175. package/dist/request/error/ExceptionResponseError.js +11 -5
  176. package/dist/request/error/ExceptionResponseError.js.map +1 -1
  177. package/dist/request/error/ResponseError.js +9 -4
  178. package/dist/request/error/ResponseError.js.map +1 -1
  179. package/dist/request/error/SessionExceptionResponseError.js +11 -5
  180. package/dist/request/error/SessionExceptionResponseError.js.map +1 -1
  181. package/dist/request/index.js +11 -11
  182. package/dist/utils/DateUtil.js +48 -33
  183. package/dist/utils/DateUtil.js.map +1 -1
  184. package/dist/utils/NumberUtil.js +6 -6
  185. package/dist/utils/NumberUtil.js.map +1 -1
  186. package/dist/utils/cloneDeep.js +2 -2
  187. package/dist/utils/delay.js +3 -3
  188. package/dist/utils/delay.js.map +1 -1
  189. package/dist/utils/functions.js +3 -3
  190. package/dist/utils/index.js +12 -12
  191. package/dist/utils/md5.js +191 -93
  192. package/dist/utils/md5.js.map +1 -1
  193. package/dist/utils/uuid.js +35 -25
  194. package/dist/utils/uuid.js.map +1 -1
  195. package/dist/version/index.js +2 -2
  196. package/dist/version/version.d.ts +1 -1
  197. package/dist/version/version.js +2 -2
  198. package/dist/version/version.js.map +1 -1
  199. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Vue 3 + TypeScript + Vite
2
-
3
- This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
1
+ # Vue 3 + TypeScript + Vite
2
+
3
+ This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
@@ -1,20 +1,36 @@
1
- import o from "../error/OrionError.js";
2
- let t = () => {
3
- throw new o("Throne.hasAuth not configured!");
4
- }, n = (e) => {
5
- throw new o("Throne.getIcon not configured!");
6
- }, r = (e) => {
7
- throw new o("Throne.getCode not configured!");
1
+ import OrionError from "../error/OrionError.js";
2
+ let hasAuth = () => {
3
+ throw new OrionError(`Throne.hasAuth not configured!`);
8
4
  };
9
- const h = {
10
- hasAuth: (e) => t(e),
11
- getIcon: (e) => n(e),
12
- getCode: (e) => r(e),
13
- impl: (e) => {
14
- e.hasAuth && (t = e.hasAuth), e.getIcon && (n = e.getIcon), e.getCode && (r = e.getCode);
5
+ let getIcon = (iconId) => {
6
+ throw new OrionError(`Throne.getIcon not configured!`);
7
+ };
8
+ let getCode = (codeName) => {
9
+ throw new OrionError(`Throne.getCode not configured!`);
10
+ };
11
+ const Throne = {
12
+ hasAuth: (authId) => {
13
+ return hasAuth(authId);
14
+ },
15
+ getIcon: (iconId) => {
16
+ return getIcon(iconId);
17
+ },
18
+ getCode: (codeName) => {
19
+ return getCode(codeName);
20
+ },
21
+ impl: (throne) => {
22
+ if (throne.hasAuth) {
23
+ hasAuth = throne.hasAuth;
24
+ }
25
+ if (throne.getIcon) {
26
+ getIcon = throne.getIcon;
27
+ }
28
+ if (throne.getCode) {
29
+ getCode = throne.getCode;
30
+ }
15
31
  }
16
32
  };
17
33
  export {
18
- h as default
34
+ Throne as default
19
35
  };
20
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/Throne/index.ts"],"sourcesContent":["import OrionError from '../error/OrionError'\r\nimport type { Ref } from 'vue'\r\n\r\nimport type { CodeData } from '../components/types'\r\n\r\nexport interface ThroneType {\r\n hasAuth: (authId: string) => boolean | null\r\n getIcon: (iconId: string) => () => unknown\r\n getCode: (codeName: string) => Ref<CodeData>\r\n impl: (throne: Partial<ThroneType>) => void\r\n}\r\n\r\nlet hasAuth: ThroneType['hasAuth'] = () => {\r\n throw new OrionError(`Throne.hasAuth not configured!`)\r\n}\r\n\r\nlet getIcon: ThroneType['getIcon'] = (iconId) => {\r\n throw new OrionError(`Throne.getIcon not configured!`)\r\n}\r\n\r\nlet getCode: ThroneType['getCode'] = (codeName) => {\r\n throw new OrionError(`Throne.getCode not configured!`)\r\n}\r\n\r\nconst Throne: ThroneType = {\r\n hasAuth: (authId) => {\r\n return hasAuth(authId)\r\n },\r\n getIcon: (iconId) => {\r\n return getIcon(iconId)\r\n },\r\n getCode: (codeName) => {\r\n return getCode(codeName)\r\n },\r\n impl: (throne) => {\r\n if (throne.hasAuth) {\r\n hasAuth = throne.hasAuth\r\n }\r\n\r\n if (throne.getIcon) {\r\n getIcon = throne.getIcon\r\n }\r\n\r\n if (throne.getCode) {\r\n getCode = throne.getCode\r\n }\r\n },\r\n}\r\n\r\nexport default Throne\r\n"],"names":["hasAuth","OrionError","getIcon","iconId","getCode","codeName","Throne","authId","throne"],"mappings":";AAYA,IAAIA,IAAiC,MAAM;AACnC,QAAA,IAAIC,EAAW,gCAAgC;AACvD,GAEIC,IAAiC,CAACC,MAAW;AACzC,QAAA,IAAIF,EAAW,gCAAgC;AACvD,GAEIG,IAAiC,CAACC,MAAa;AAC3C,QAAA,IAAIJ,EAAW,gCAAgC;AACvD;AAEA,MAAMK,IAAqB;AAAA,EACzB,SAAS,CAACC,MACDP,EAAQO,CAAM;AAAA,EAEvB,SAAS,CAACJ,MACDD,EAAQC,CAAM;AAAA,EAEvB,SAAS,CAACE,MACDD,EAAQC,CAAQ;AAAA,EAEzB,MAAM,CAACG,MAAW;AAChB,IAAIA,EAAO,YACTR,IAAUQ,EAAO,UAGfA,EAAO,YACTN,IAAUM,EAAO,UAGfA,EAAO,YACTJ,IAAUI,EAAO;AAAA,EAErB;AACF;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/Throne/index.ts"],"sourcesContent":["import OrionError from '../error/OrionError'\r\nimport type { Ref } from 'vue'\r\n\r\nimport type { CodeData } from '../components/types'\r\n\r\nexport interface ThroneType {\r\n hasAuth: (authId: string) => boolean | null\r\n getIcon: (iconId: string) => () => unknown\r\n getCode: (codeName: string) => Ref<CodeData>\r\n impl: (throne: Partial<ThroneType>) => void\r\n}\r\n\r\nlet hasAuth: ThroneType['hasAuth'] = () => {\r\n throw new OrionError(`Throne.hasAuth not configured!`)\r\n}\r\n\r\nlet getIcon: ThroneType['getIcon'] = (iconId) => {\r\n throw new OrionError(`Throne.getIcon not configured!`)\r\n}\r\n\r\nlet getCode: ThroneType['getCode'] = (codeName) => {\r\n throw new OrionError(`Throne.getCode not configured!`)\r\n}\r\n\r\nconst Throne: ThroneType = {\r\n hasAuth: (authId) => {\r\n return hasAuth(authId)\r\n },\r\n getIcon: (iconId) => {\r\n return getIcon(iconId)\r\n },\r\n getCode: (codeName) => {\r\n return getCode(codeName)\r\n },\r\n impl: (throne) => {\r\n if (throne.hasAuth) {\r\n hasAuth = throne.hasAuth\r\n }\r\n\r\n if (throne.getIcon) {\r\n getIcon = throne.getIcon\r\n }\r\n\r\n if (throne.getCode) {\r\n getCode = throne.getCode\r\n }\r\n },\r\n}\r\n\r\nexport default Throne\r\n"],"names":[],"mappings":";AAYA,IAAI,UAAiC,MAAM;AACnC,QAAA,IAAI,WAAW,gCAAgC;AACvD;AAEA,IAAI,UAAiC,CAAC,WAAW;AACzC,QAAA,IAAI,WAAW,gCAAgC;AACvD;AAEA,IAAI,UAAiC,CAAC,aAAa;AAC3C,QAAA,IAAI,WAAW,gCAAgC;AACvD;AAEA,MAAM,SAAqB;AAAA,EACzB,SAAS,CAAC,WAAW;AACnB,WAAO,QAAQ,MAAM;AAAA,EACvB;AAAA,EACA,SAAS,CAAC,WAAW;AACnB,WAAO,QAAQ,MAAM;AAAA,EACvB;AAAA,EACA,SAAS,CAAC,aAAa;AACrB,WAAO,QAAQ,QAAQ;AAAA,EACzB;AAAA,EACA,MAAM,CAAC,WAAW;AAChB,QAAI,OAAO,SAAS;AAClB,gBAAU,OAAO;AAAA,IACnB;AAEA,QAAI,OAAO,SAAS;AAClB,gBAAU,OAAO;AAAA,IACnB;AAEA,QAAI,OAAO,SAAS;AAClB,gBAAU,OAAO;AAAA,IACnB;AAAA,EACF;AACF;"}
@@ -0,0 +1,9 @@
1
+ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
2
+ function getDefaultExportFromCjs(x) {
3
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4
+ }
5
+ export {
6
+ commonjsGlobal as c,
7
+ getDefaultExportFromCjs as g
8
+ };
9
+ //# sourceMappingURL=_commonjsHelpers-DWwsNxpa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commonjsHelpers-DWwsNxpa.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,46 +1,53 @@
1
1
  import "lodash-es";
2
- import { defineComponent as l, openBlock as o, createBlock as u, unref as r, withCtx as s, renderSlot as i, computed as p, createElementBlock as m, normalizeStyle as c, createVNode as f } from "vue";
3
- import { withInstall as d } from "../_util/vue/install.js";
4
- import { ElButton as a } from "element-plus";
5
- import { S as _ } from "../../index-BbsXWo7C.js";
6
- const g = /* @__PURE__ */ l({
7
- name: "OButton",
2
+ import { defineComponent, openBlock, createBlock, unref, withCtx, renderSlot, computed, createElementBlock, normalizeStyle, createVNode } from "vue";
3
+ import { withInstall } from "../_util/vue/install.js";
4
+ import { ElButton } from "element-plus";
5
+ import { S as Space } from "../../index-BOKLZnqH.js";
6
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
7
+ ...{ name: "OButton" },
8
8
  __name: "Button",
9
- setup(n) {
10
- return (t, e) => t.$slots.default ? (o(), u(r(a), { key: 0 }, {
11
- default: s(() => [
12
- i(t.$slots, "default")
13
- ]),
14
- _: 3
15
- })) : (o(), u(r(a), { key: 1 }));
9
+ setup(__props) {
10
+ return (_ctx, _cache) => {
11
+ return _ctx.$slots.default ? (openBlock(), createBlock(unref(ElButton), { key: 0 }, {
12
+ default: withCtx(() => [
13
+ renderSlot(_ctx.$slots, "default")
14
+ ]),
15
+ _: 3
16
+ })) : (openBlock(), createBlock(unref(ElButton), { key: 1 }));
17
+ };
16
18
  }
17
- }), B = /* @__PURE__ */ l({
18
- name: "OButtongroup",
19
- inheritAttrs: !1,
19
+ });
20
+ const _sfc_main = /* @__PURE__ */ defineComponent({
21
+ ...{ name: "OButtongroup", inheritAttrs: false },
20
22
  __name: "ButtonGroup",
21
23
  props: {
22
24
  gutter: { type: [Boolean, String] },
23
25
  align: { default: "right" }
24
26
  },
25
- setup(n) {
26
- const t = p(() => ({
27
- textAlign: n.align
28
- }));
29
- return (e, h) => (o(), m("div", {
30
- style: c(t.value)
31
- }, [
32
- f(r(_), { gutter: e.gutter }, {
33
- default: s(() => [
34
- i(e.$slots, "default")
35
- ]),
36
- _: 3
37
- }, 8, ["gutter"])
38
- ], 4));
27
+ setup(__props) {
28
+ const style = computed(() => {
29
+ return {
30
+ textAlign: __props.align
31
+ };
32
+ });
33
+ return (_ctx, _cache) => {
34
+ return openBlock(), createElementBlock("div", {
35
+ style: normalizeStyle(style.value)
36
+ }, [
37
+ createVNode(unref(Space), { gutter: _ctx.gutter }, {
38
+ default: withCtx(() => [
39
+ renderSlot(_ctx.$slots, "default")
40
+ ]),
41
+ _: 3
42
+ }, 8, ["gutter"])
43
+ ], 4);
44
+ };
39
45
  }
40
- }), w = d(g, {
41
- ButtonGroup: B
46
+ });
47
+ const index = withInstall(_sfc_main$1, {
48
+ ButtonGroup: _sfc_main
42
49
  });
43
50
  export {
44
- w as default
51
+ index as default
45
52
  };
46
53
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/Button/ButtonGroup/ButtonGroup.vue","../../../src/components/Button/index.ts"],"sourcesContent":["<template>\r\n <div :style=\"style\">\r\n <space :gutter=\"gutter\"> <slot></slot> </space>\r\n </div>\r\n</template>\r\n\r\n<script setup lang=\"ts\">\r\nimport { computed, CSSProperties } from 'vue'\r\nimport type { ButtonGroupProps } from './ButtonGroup'\r\nimport Space from '../../Space'\r\n\r\ndefineOptions({ name: 'OButtongroup', inheritAttrs: false })\r\n\r\nconst { gutter, align = 'right' } = defineProps<ButtonGroupProps>()\r\nconst style = computed<CSSProperties>(() => {\r\n return {\r\n textAlign: align,\r\n }\r\n})\r\n</script>\r\n","import { withInstall } from '../_util'\r\n\r\nimport Button from './Button.vue'\r\nimport ButtonGroup from './ButtonGroup/ButtonGroup.vue'\r\n\r\nexport default withInstall<typeof Button, { ButtonGroup: typeof ButtonGroup }>(Button, {\r\n ButtonGroup\r\n})\r\n"],"names":["style","computed","__props","index","withInstall","Button","ButtonGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAcM,UAAAA,IAAQC,EAAwB,OAC7B;AAAA,MACL,WAAWC,EAAA;AAAA,IAAA,EAEd;;;;;;;;;;;;ICbcC,IAAAC,EAAgEC,GAAQ;AAAA,EAAA,aACrFC;AACF,CAAC;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/components/Button/ButtonGroup/ButtonGroup.vue","../../../src/components/Button/index.ts"],"sourcesContent":["<template>\r\n <div :style=\"style\">\r\n <space :gutter=\"gutter\"> <slot></slot> </space>\r\n </div>\r\n</template>\r\n\r\n<script setup lang=\"ts\">\r\nimport { computed, CSSProperties } from 'vue'\r\nimport type { ButtonGroupProps } from './ButtonGroup'\r\nimport Space from '../../Space'\r\n\r\ndefineOptions({ name: 'OButtongroup', inheritAttrs: false })\r\n\r\nconst { gutter, align = 'right' } = defineProps<ButtonGroupProps>()\r\nconst style = computed<CSSProperties>(() => {\r\n return {\r\n textAlign: align,\r\n }\r\n})\r\n</script>\r\n","import { withInstall } from '../_util'\r\n\r\nimport Button from './Button.vue'\r\nimport ButtonGroup from './ButtonGroup/ButtonGroup.vue'\r\n\r\nexport default withInstall<typeof Button, { ButtonGroup: typeof ButtonGroup }>(Button, {\r\n ButtonGroup\r\n})\r\n"],"names":["Button","ButtonGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAcM,UAAA,QAAQ,SAAwB,MAAM;AACnC,aAAA;AAAA,QACL,WAAW,QAAA;AAAA,MAAA;AAAA,IACb,CACD;;;;;;;;;;;;;;;ACbD,MAAe,QAAA,YAAgEA,aAAQ;AAAA,EAAA,aACrFC;AACF,CAAC;"}
@@ -1,119 +1,152 @@
1
- import { defineComponent as s, computed as h, createVNode as a } from "vue";
2
- import m from "../_util/classNames.js";
3
- import d from "../../error/OrionError.js";
4
- import { anyType as y, booleanType as w } from "../_util/type.js";
5
- const v = () => ({
6
- gutter: y(),
1
+ import { defineComponent, computed, createVNode } from "vue";
2
+ import classNames from "../_util/classNames.js";
3
+ import OrionError from "../../error/OrionError.js";
4
+ import { anyType, booleanType } from "../_util/type.js";
5
+ const rowProps = () => ({
6
+ gutter: anyType(),
7
7
  height: String
8
- }), f = /* @__PURE__ */ s({
8
+ });
9
+ const Row = /* @__PURE__ */ defineComponent({
9
10
  name: "ORowflex",
10
- inheritAttrs: !1,
11
- props: v(),
12
- setup(e, {
13
- slots: i,
14
- attrs: r,
15
- emit: x,
16
- expose: g
11
+ inheritAttrs: false,
12
+ props: rowProps(),
13
+ setup(props, {
14
+ slots,
15
+ attrs,
16
+ emit,
17
+ expose
17
18
  }) {
18
- const o = h(() => {
19
- const t = {};
20
- if (t.gap = e.gutter === !0 || e.gutter === "" ? "var(--orion-flex-gutter)" : e.gutter ? e.gutter : void 0, e.height) {
21
- if (e.height == "fill")
22
- throw new d("ORowflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!");
23
- e.height == "need" || (t.height = e.height);
24
- } else
25
- t.height = "100%";
26
- return t;
19
+ const style = computed(() => {
20
+ const rowStyle = {};
21
+ rowStyle.gap = props.gutter === true || props.gutter === "" ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : void 0;
22
+ if (props.height) {
23
+ if (props.height == "fill") {
24
+ throw new OrionError(`ORowflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`);
25
+ } else if (props.height == "need") ;
26
+ else {
27
+ rowStyle.height = props.height;
28
+ }
29
+ } else {
30
+ rowStyle.height = "100%";
31
+ }
32
+ return rowStyle;
27
33
  });
28
34
  return () => {
29
- var n;
30
- const t = (n = i.default) == null ? void 0 : n.call(i), l = m("orion-flex", "orion-flex-row", "orion-flex-justify-start");
31
- return a("div", {
32
- class: [l, r.class],
33
- style: [o.value, r.style]
34
- }, [t]);
35
+ var _a;
36
+ const children = (_a = slots.default) == null ? void 0 : _a.call(slots);
37
+ const cn = classNames("orion-flex", "orion-flex-row", "orion-flex-justify-start");
38
+ return createVNode("div", {
39
+ "class": [cn, attrs.class],
40
+ "style": [style.value, attrs.style]
41
+ }, [children]);
35
42
  };
36
43
  }
37
- }), B = () => ({
38
- gutter: y(),
44
+ });
45
+ const colProps = () => ({
46
+ gutter: anyType(),
39
47
  height: String
40
- }), c = /* @__PURE__ */ s({
48
+ });
49
+ const Col = /* @__PURE__ */ defineComponent({
41
50
  name: "OColflex",
42
- inheritAttrs: !1,
43
- props: B(),
44
- setup(e, {
45
- slots: i,
46
- attrs: r,
47
- emit: x,
48
- expose: g
51
+ inheritAttrs: false,
52
+ props: colProps(),
53
+ setup(props, {
54
+ slots,
55
+ attrs,
56
+ emit,
57
+ expose
49
58
  }) {
50
- const o = h(() => {
51
- const t = {};
52
- if (t.gap = e.gutter === !0 || e.gutter === "" ? "var(--orion-flex-gutter)" : e.gutter ? e.gutter : void 0, e.height) {
53
- if (e.height == "fill")
54
- throw new d("OColflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!");
55
- e.height == "need" || (t.height = e.height);
56
- } else
57
- t.height = "100%";
58
- return t;
59
+ const style = computed(() => {
60
+ const rowStyle = {};
61
+ rowStyle.gap = props.gutter === true || props.gutter === "" ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : void 0;
62
+ if (props.height) {
63
+ if (props.height == "fill") {
64
+ throw new OrionError(`OColflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`);
65
+ } else if (props.height == "need") ;
66
+ else {
67
+ rowStyle.height = props.height;
68
+ }
69
+ } else {
70
+ rowStyle.height = "100%";
71
+ }
72
+ return rowStyle;
59
73
  });
60
74
  return () => {
61
- var n;
62
- const t = (n = i.default) == null ? void 0 : n.call(i), l = m("orion-flex", "orion-flex-column");
63
- return a("div", {
64
- class: [l, r.class],
65
- style: [o.value, r.style]
66
- }, [t]);
75
+ var _a;
76
+ const children = (_a = slots.default) == null ? void 0 : _a.call(slots);
77
+ const cn = classNames("orion-flex", "orion-flex-column");
78
+ return createVNode("div", {
79
+ "class": [cn, attrs.class],
80
+ "style": [style.value, attrs.style]
81
+ }, [children]);
67
82
  };
68
83
  }
69
- }), C = () => ({
84
+ });
85
+ const itemProps = () => ({
70
86
  flexBasic: String,
71
- hidden: w(!1)
72
- }), u = /* @__PURE__ */ s({
87
+ hidden: booleanType(false)
88
+ });
89
+ const Item = /* @__PURE__ */ defineComponent({
73
90
  name: "OFlexitem",
74
- inheritAttrs: !1,
75
- props: C(),
76
- setup(e, {
77
- slots: i,
78
- attrs: r,
79
- emit: x,
80
- expose: g
91
+ inheritAttrs: false,
92
+ props: itemProps(),
93
+ setup(props, {
94
+ slots,
95
+ attrs,
96
+ emit,
97
+ expose
81
98
  }) {
82
- const o = h(() => {
83
- const l = {};
84
- return e.flexBasic !== "need" && e.flexBasic !== "fill" && (l.flex = `0 0 ${e.flexBasic}`), l;
85
- }), t = h(() => {
99
+ const style = computed(() => {
100
+ const itemStyle = {};
101
+ if (props.flexBasic !== "need" && props.flexBasic !== "fill") {
102
+ itemStyle["flex"] = `0 0 ${props.flexBasic}`;
103
+ }
104
+ return itemStyle;
105
+ });
106
+ const classes = computed(() => {
86
107
  const {
87
- hidden: l
88
- } = e;
89
- let n = "orion-flexitem-fill";
90
- return e.flexBasic && (e.flexBasic == "need" ? n = "orion-flexitem-auto" : e.flexBasic !== "need" && e.flexBasic !== "fill" && (n = "orion-flexitem-fixed")), ["orion-flexitem", n, {
91
- "orion-hidden": l
108
+ hidden
109
+ } = props;
110
+ let flexClass = "orion-flexitem-fill";
111
+ if (props.flexBasic) {
112
+ if (props.flexBasic == "need") {
113
+ flexClass = "orion-flexitem-auto";
114
+ } else if (props.flexBasic !== "need" && props.flexBasic !== "fill") {
115
+ flexClass = "orion-flexitem-fixed";
116
+ }
117
+ }
118
+ return ["orion-flexitem", flexClass, {
119
+ [`orion-hidden`]: hidden
92
120
  }];
93
121
  });
94
122
  return () => {
95
- var n;
96
- const l = (n = i.default) == null ? void 0 : n.call(i);
97
- return a("div", {
98
- class: [t.value, r.class],
99
- style: [o.value, r.style]
100
- }, [l]);
123
+ var _a;
124
+ const children = (_a = slots.default) == null ? void 0 : _a.call(slots);
125
+ return createVNode("div", {
126
+ "class": [classes.value, attrs.class],
127
+ "style": [style.value, attrs.style]
128
+ }, [children]);
101
129
  };
102
130
  }
103
131
  });
104
- f.install = function(e) {
105
- return e.component(f.name, f), e;
132
+ Row.install = function(app) {
133
+ app.component(Row.name, Row);
134
+ return app;
106
135
  };
107
- c.install = function(e) {
108
- return e.component(c.name, c), e;
136
+ Col.install = function(app) {
137
+ app.component(Col.name, Col);
138
+ return app;
109
139
  };
110
- u.install = function(e) {
111
- return e.component(u.name, u), e;
140
+ Item.install = function(app) {
141
+ app.component(Item.name, Item);
142
+ return app;
112
143
  };
113
- const P = f, F = c, N = u;
144
+ const Rowflex = Row;
145
+ const Colflex = Col;
146
+ const Flexitem = Item;
114
147
  export {
115
- F as Colflex,
116
- N as Flexitem,
117
- P as Rowflex
148
+ Colflex,
149
+ Flexitem,
150
+ Rowflex
118
151
  };
119
152
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/Flex/Row.tsx","../../../src/components/Flex/Col.tsx","../../../src/components/Flex/Item.tsx","../../../src/components/Flex/index.ts"],"sourcesContent":["import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const rowProps = () => ({\r\n gutter: anyType<boolean | string>(),\r\n height: String,\r\n})\r\n\r\nexport type RowProps = Partial<ExtractPropTypes<ReturnType<typeof rowProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'ORowflex',\r\n inheritAttrs: false,\r\n props: rowProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const rowStyle: CSSProperties = {}\r\n rowStyle.gap = props.gutter === true || props.gutter === '' ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : undefined\r\n\r\n if (props.height) {\r\n if (props.height == 'fill') {\r\n throw new OrionError(`ORowflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`)\r\n } else if (props.height == 'need') {\r\n } else {\r\n rowStyle.height = props.height\r\n }\r\n } else {\r\n rowStyle.height = '100%'\r\n }\r\n\r\n return rowStyle\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n const cn = classNames('orion-flex', 'orion-flex-row', 'orion-flex-justify-start')\r\n\r\n return (\r\n <div class={[cn, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const colProps = () => ({\r\n gutter: anyType<boolean | string>(),\r\n height: String,\r\n})\r\n\r\nexport type ColProps = Partial<ExtractPropTypes<ReturnType<typeof colProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'OColflex',\r\n inheritAttrs: false,\r\n props: colProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const rowStyle: CSSProperties = {}\r\n rowStyle.gap = props.gutter === true || props.gutter === '' ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : undefined\r\n\r\n if (props.height) {\r\n if (props.height == 'fill') {\r\n throw new OrionError(`OColflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`)\r\n } else if (props.height == 'need') {\r\n } else {\r\n rowStyle.height = props.height\r\n }\r\n } else {\r\n rowStyle.height = '100%'\r\n }\r\n\r\n return rowStyle\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n const cn = classNames('orion-flex', 'orion-flex-column')\r\n\r\n return (\r\n <div class={[cn, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const itemProps = () => ({\r\n flexBasic: String,\r\n hidden: booleanType(false),\r\n})\r\n\r\nexport type ItemProps = Partial<ExtractPropTypes<ReturnType<typeof itemProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'OFlexitem',\r\n inheritAttrs: false,\r\n props: itemProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const itemStyle: CSSProperties = {}\r\n\r\n if (props.flexBasic !== 'need' && props.flexBasic !== 'fill') {\r\n itemStyle['flex'] = `0 0 ${props.flexBasic}`\r\n }\r\n\r\n return itemStyle\r\n })\r\n\r\n const classes = computed(() => {\r\n const { hidden } = props\r\n\r\n let flexClass = 'orion-flexitem-fill'\r\n if (props.flexBasic) {\r\n if (props.flexBasic == 'need') {\r\n flexClass = 'orion-flexitem-auto'\r\n } else if (props.flexBasic !== 'need' && props.flexBasic !== 'fill') {\r\n flexClass = 'orion-flexitem-fixed'\r\n }\r\n }\r\n\r\n return ['orion-flexitem', flexClass, { [`orion-hidden`]: hidden }]\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n return (\r\n <div class={[classes.value, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import type { App, Plugin } from 'vue'\r\n\r\nimport Row from './Row'\r\nimport Col from './Col'\r\nimport Item from './Item'\r\n\r\nRow.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Row.name, Row)\r\n return app\r\n}\r\nCol.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Col.name, Col)\r\n return app\r\n}\r\nItem.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Item.name, Item)\r\n return app\r\n}\r\n\r\nexport const Rowflex = Row as typeof Row & Plugin\r\nexport const Colflex = Col as typeof Col & Plugin\r\nexport const Flexitem = Item as typeof Item & Plugin\r\n\r\nexport type { RowProps as RowflexProps } from './Row'\r\nexport type { ColProps as ColflexProps } from './Col'\r\nexport type { ItemProps as FlexitemProps } from './Item'\r\n"],"names":["rowProps","gutter","anyType","height","String","defineComponent","name","inheritAttrs","props","setup","slots","attrs","emit","expose","style","computed","rowStyle","gap","undefined","OrionError","children","default","cn","classNames","_createVNode","class","value","colProps","itemProps","flexBasic","hidden","booleanType","itemStyle","classes","flexClass","Row","app","Col","Item","Rowflex","Colflex","Flexitem"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/components/Flex/Row.tsx","../../../src/components/Flex/Col.tsx","../../../src/components/Flex/Item.tsx","../../../src/components/Flex/index.ts"],"sourcesContent":["import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const rowProps = () => ({\r\n gutter: anyType<boolean | string>(),\r\n height: String,\r\n})\r\n\r\nexport type RowProps = Partial<ExtractPropTypes<ReturnType<typeof rowProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'ORowflex',\r\n inheritAttrs: false,\r\n props: rowProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const rowStyle: CSSProperties = {}\r\n rowStyle.gap = props.gutter === true || props.gutter === '' ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : undefined\r\n\r\n if (props.height) {\r\n if (props.height == 'fill') {\r\n throw new OrionError(`ORowflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`)\r\n } else if (props.height == 'need') {\r\n } else {\r\n rowStyle.height = props.height\r\n }\r\n } else {\r\n rowStyle.height = '100%'\r\n }\r\n\r\n return rowStyle\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n const cn = classNames('orion-flex', 'orion-flex-row', 'orion-flex-justify-start')\r\n\r\n return (\r\n <div class={[cn, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const colProps = () => ({\r\n gutter: anyType<boolean | string>(),\r\n height: String,\r\n})\r\n\r\nexport type ColProps = Partial<ExtractPropTypes<ReturnType<typeof colProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'OColflex',\r\n inheritAttrs: false,\r\n props: colProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const rowStyle: CSSProperties = {}\r\n rowStyle.gap = props.gutter === true || props.gutter === '' ? `var(--orion-flex-gutter)` : props.gutter ? props.gutter : undefined\r\n\r\n if (props.height) {\r\n if (props.height == 'fill') {\r\n throw new OrionError(`OColflex的height无法配置为['fill'],可以设置的值如['need', '100%', '200px'],请检查!`)\r\n } else if (props.height == 'need') {\r\n } else {\r\n rowStyle.height = props.height\r\n }\r\n } else {\r\n rowStyle.height = '100%'\r\n }\r\n\r\n return rowStyle\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n const cn = classNames('orion-flex', 'orion-flex-column')\r\n\r\n return (\r\n <div class={[cn, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import { computed, defineComponent } from 'vue'\r\nimport type { PropType, ExtractPropTypes, CSSProperties, Plugin, App } from 'vue'\r\nimport classNames from '../_util/classNames'\r\nimport OrionError from '../../error/OrionError'\r\nimport { anyType, booleanType, functionType, objectType, someType, stringType, tuple } from '../_util/type'\r\n\r\nexport const itemProps = () => ({\r\n flexBasic: String,\r\n hidden: booleanType(false),\r\n})\r\n\r\nexport type ItemProps = Partial<ExtractPropTypes<ReturnType<typeof itemProps>>>\r\n\r\nexport default defineComponent({\r\n name: 'OFlexitem',\r\n inheritAttrs: false,\r\n props: itemProps(),\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const style = computed(() => {\r\n const itemStyle: CSSProperties = {}\r\n\r\n if (props.flexBasic !== 'need' && props.flexBasic !== 'fill') {\r\n itemStyle['flex'] = `0 0 ${props.flexBasic}`\r\n }\r\n\r\n return itemStyle\r\n })\r\n\r\n const classes = computed(() => {\r\n const { hidden } = props\r\n\r\n let flexClass = 'orion-flexitem-fill'\r\n if (props.flexBasic) {\r\n if (props.flexBasic == 'need') {\r\n flexClass = 'orion-flexitem-auto'\r\n } else if (props.flexBasic !== 'need' && props.flexBasic !== 'fill') {\r\n flexClass = 'orion-flexitem-fixed'\r\n }\r\n }\r\n\r\n return ['orion-flexitem', flexClass, { [`orion-hidden`]: hidden }]\r\n })\r\n\r\n return () => {\r\n const children = slots.default?.()\r\n\r\n return (\r\n <div class={[classes.value, attrs.class]} style={[style.value, attrs.style as CSSProperties]}>\r\n {children}\r\n </div>\r\n )\r\n }\r\n },\r\n})\r\n","import type { App, Plugin } from 'vue'\r\n\r\nimport Row from './Row'\r\nimport Col from './Col'\r\nimport Item from './Item'\r\n\r\nRow.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Row.name, Row)\r\n return app\r\n}\r\nCol.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Col.name, Col)\r\n return app\r\n}\r\nItem.install = function (app: App) {\r\n // @ts-ignore\r\n app.component(Item.name, Item)\r\n return app\r\n}\r\n\r\nexport const Rowflex = Row as typeof Row & Plugin\r\nexport const Colflex = Col as typeof Col & Plugin\r\nexport const Flexitem = Item as typeof Item & Plugin\r\n\r\nexport type { RowProps as RowflexProps } from './Row'\r\nexport type { ColProps as ColflexProps } from './Col'\r\nexport type { ItemProps as FlexitemProps } from './Item'\r\n"],"names":["rowProps","gutter","anyType","height","String","defineComponent","name","inheritAttrs","props","setup","slots","attrs","emit","expose","style","computed","rowStyle","gap","undefined","OrionError","children","default","cn","classNames","_createVNode","class","value","colProps","itemProps","flexBasic","hidden","booleanType","itemStyle","classes","flexClass"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- const o = Symbol("formContextKey");
1
+ const formContextKey = Symbol("formContextKey");
2
2
  export {
3
- o as formContextKey
3
+ formContextKey
4
4
  };
5
5
  //# sourceMappingURL=Form.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Form.js","sources":["../../../src/components/Form/Form.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\r\nimport type { FormRules as ElFormRules, FormItemRule as ElFormItemRule } from 'element-plus'\r\nimport type { Arrayable as ElArrayable } from 'element-plus/es/utils/typescript'\r\n\r\nexport type FormRules = ElFormRules\r\nexport type FormItemRule = ElFormItemRule\r\nexport type Arrayable<T> = ElArrayable<T>\r\n\r\nexport interface FormProps {\r\n rules?: FormRules\r\n itemSpan?: number\r\n itemLabelWidth?: string | number\r\n disabled?: boolean\r\n modelValue: Record<string, any>\r\n}\r\n\r\nexport interface FormExpose {\r\n validate: () => Promise<boolean>\r\n}\r\n\r\nexport interface FormContext {\r\n modelValue: Record<string, any>\r\n updateModelValue: (name: string, value: any) => void\r\n updateModelValueMulti: (data: Record<string, any>) => void\r\n rules?: FormRules\r\n itemSpan: number\r\n disabled?: boolean\r\n}\r\n\r\nexport const formContextKey: InjectionKey<FormContext> = Symbol('formContextKey')\r\n"],"names":["formContextKey"],"mappings":"AA6Ba,MAAAA,IAA4C,OAAO,gBAAgB;"}
1
+ {"version":3,"file":"Form.js","sources":["../../../src/components/Form/Form.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\r\nimport type { FormRules as ElFormRules, FormItemRule as ElFormItemRule } from 'element-plus'\r\nimport type { Arrayable as ElArrayable } from 'element-plus/es/utils/typescript'\r\n\r\nexport type FormRules = ElFormRules\r\nexport type FormItemRule = ElFormItemRule\r\nexport type Arrayable<T> = ElArrayable<T>\r\n\r\nexport interface FormProps {\r\n rules?: FormRules\r\n itemSpan?: number\r\n itemLabelWidth?: string | number\r\n disabled?: boolean\r\n modelValue: Record<string, any>\r\n}\r\n\r\nexport interface FormExpose {\r\n validate: () => Promise<boolean>\r\n}\r\n\r\nexport interface FormContext {\r\n modelValue: Record<string, any>\r\n updateModelValue: (name: string, value: any) => void\r\n updateModelValueMulti: (data: Record<string, any>) => void\r\n rules?: FormRules\r\n itemSpan: number\r\n disabled?: boolean\r\n}\r\n\r\nexport const formContextKey: InjectionKey<FormContext> = Symbol('formContextKey')\r\n"],"names":[],"mappings":"AA6Ba,MAAA,iBAA4C,OAAO,gBAAgB;"}
@@ -1,5 +1,5 @@
1
- const o = Symbol("lovContextKey");
1
+ const lovContextKey = Symbol("lovContextKey");
2
2
  export {
3
- o as lovContextKey
3
+ lovContextKey
4
4
  };
5
5
  //# sourceMappingURL=LovInput.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LovInput.js","sources":["../../../../src/components/Form/LovInput/LovInput.ts"],"sourcesContent":["import { InjectionKey } from 'vue'\r\nimport { FormItemRule, Arrayable } from '../Form'\r\n\r\nexport interface LovInputProps {\r\n name: string\r\n label?: string\r\n span?: number\r\n labelWidth?: string | number\r\n required?: boolean\r\n rules?: Arrayable<FormItemRule>\r\n maxlength?: string | number\r\n placeholder?: string\r\n disabled?: boolean\r\n readonly?: boolean\r\n fillMapping?: string | ((params: Record<string, any>) => void)\r\n}\r\n\r\nexport type KeydownHandler = (code: string) => void\r\n\r\nexport interface LovContext {\r\n lovValue: any\r\n backfill: (params: Record<string, any>) => void\r\n registerKeydownHandler: (handler: KeydownHandler) => void\r\n}\r\n\r\nexport const lovContextKey: InjectionKey<LovContext> = Symbol('lovContextKey')\r\n"],"names":["lovContextKey"],"mappings":"AAyBa,MAAAA,IAA0C,OAAO,eAAe;"}
1
+ {"version":3,"file":"LovInput.js","sources":["../../../../src/components/Form/LovInput/LovInput.ts"],"sourcesContent":["import { InjectionKey } from 'vue'\r\nimport { FormItemRule, Arrayable } from '../Form'\r\n\r\nexport interface LovInputProps {\r\n name: string\r\n label?: string\r\n span?: number\r\n labelWidth?: string | number\r\n required?: boolean\r\n rules?: Arrayable<FormItemRule>\r\n maxlength?: string | number\r\n placeholder?: string\r\n disabled?: boolean\r\n readonly?: boolean\r\n fillMapping?: string | ((params: Record<string, any>) => void)\r\n}\r\n\r\nexport type KeydownHandler = (code: string) => void\r\n\r\nexport interface LovContext {\r\n lovValue: any\r\n backfill: (params: Record<string, any>) => void\r\n registerKeydownHandler: (handler: KeydownHandler) => void\r\n}\r\n\r\nexport const lovContextKey: InjectionKey<LovContext> = Symbol('lovContextKey')\r\n"],"names":[],"mappings":"AAyBa,MAAA,gBAA0C,OAAO,eAAe;"}
@@ -1,9 +1,9 @@
1
- import { inject as o } from "vue";
2
- import { lovContextKey as t } from "../LovInput.js";
3
- function n() {
4
- return o(t);
1
+ import { inject } from "vue";
2
+ import { lovContextKey } from "../LovInput.js";
3
+ function useLov() {
4
+ return inject(lovContextKey);
5
5
  }
6
6
  export {
7
- n as default
7
+ useLov as default
8
8
  };
9
9
  //# sourceMappingURL=useLov.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLov.js","sources":["../../../../../src/components/Form/LovInput/hooks/useLov.ts"],"sourcesContent":["import { inject } from 'vue'\r\nimport { lovContextKey } from '../LovInput'\r\n\r\nexport default function useLov() {\r\n return inject(lovContextKey)\r\n}\r\n"],"names":["useLov","inject","lovContextKey"],"mappings":";;AAGA,SAAwBA,IAAS;AAC/B,SAAOC,EAAOC,CAAa;AAC7B;"}
1
+ {"version":3,"file":"useLov.js","sources":["../../../../../src/components/Form/LovInput/hooks/useLov.ts"],"sourcesContent":["import { inject } from 'vue'\r\nimport { lovContextKey } from '../LovInput'\r\n\r\nexport default function useLov() {\r\n return inject(lovContextKey)\r\n}\r\n"],"names":[],"mappings":";;AAGA,SAAwB,SAAS;AAC/B,SAAO,OAAO,aAAa;AAC7B;"}
@@ -1,7 +1,7 @@
1
- import { lovContextKey as t } from "./LovInput.js";
2
- import { default as f } from "./hooks/useLov.js";
1
+ import { lovContextKey } from "./LovInput.js";
2
+ import { default as default2 } from "./hooks/useLov.js";
3
3
  export {
4
- t as lovContextKey,
5
- f as useLov
4
+ lovContextKey,
5
+ default2 as useLov
6
6
  };
7
7
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- const r = {
1
+ const formItemValidateTrigger = {
2
2
  OFormString: "blur",
3
3
  OFormSingleselect: "change",
4
4
  OFormMultiselect: "change",
@@ -13,6 +13,6 @@ const r = {
13
13
  OFormDiy: "blur"
14
14
  };
15
15
  export {
16
- r as default
16
+ formItemValidateTrigger as default
17
17
  };
18
18
  //# sourceMappingURL=FormItemValidateTrigger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormItemValidateTrigger.js","sources":["../../../../src/components/Form/hooks/FormItemValidateTrigger.ts"],"sourcesContent":["export default {\r\n OFormString: 'blur',\r\n OFormSingleselect: 'change',\r\n OFormMultiselect: 'change',\r\n OFormRadiogroup: 'change',\r\n OFormCheckboxgroup: 'change',\r\n OFormCheckbox: 'change',\r\n OFormSwitch: 'change',\r\n OFormTextarea: 'blur',\r\n OFormPassword: 'blur',\r\n OFormDate: 'blur',\r\n OFormFile: 'blur',\r\n OFormDiy: 'blur',\r\n}\r\n"],"names":["formItemValidateTrigger"],"mappings":"AAAA,MAAeA,IAAA;AAAA,EACb,aAAa;AAAA,EACb,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AACZ;"}
1
+ {"version":3,"file":"FormItemValidateTrigger.js","sources":["../../../../src/components/Form/hooks/FormItemValidateTrigger.ts"],"sourcesContent":["export default {\r\n OFormString: 'blur',\r\n OFormSingleselect: 'change',\r\n OFormMultiselect: 'change',\r\n OFormRadiogroup: 'change',\r\n OFormCheckboxgroup: 'change',\r\n OFormCheckbox: 'change',\r\n OFormSwitch: 'change',\r\n OFormTextarea: 'blur',\r\n OFormPassword: 'blur',\r\n OFormDate: 'blur',\r\n OFormFile: 'blur',\r\n OFormDiy: 'blur',\r\n}\r\n"],"names":[],"mappings":"AAAA,MAAe,0BAAA;AAAA,EACb,aAAa;AAAA,EACb,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,oBAAoB;AAAA,EACpB,eAAe;AAAA,EACf,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AACZ;"}