orion-design 0.1.9 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/README.md +5 -5
  2. package/dist/components/Button/index.js +11 -10
  3. package/dist/components/Button/index.js.map +1 -1
  4. package/dist/components/Form/FileInput/FileInput.vue.d.ts +1 -1
  5. package/dist/components/Form/Form.d.ts +1 -0
  6. package/dist/components/Form/Form.js.map +1 -1
  7. package/dist/components/Form/LovInput/LovInput.d.ts +20 -0
  8. package/dist/components/Form/LovInput/LovInput.js +5 -0
  9. package/dist/components/Form/LovInput/LovInput.js.map +1 -0
  10. package/dist/components/Form/LovInput/LovInput.vue.d.ts +5351 -0
  11. package/dist/components/Form/LovInput/hooks/useLov.d.ts +1 -0
  12. package/dist/components/Form/LovInput/hooks/useLov.js +9 -0
  13. package/dist/components/Form/LovInput/hooks/useLov.js.map +1 -0
  14. package/dist/components/Form/LovInput/index.d.ts +2 -0
  15. package/dist/components/Form/LovInput/index.js +7 -0
  16. package/dist/components/Form/LovInput/index.js.map +1 -0
  17. package/dist/components/Form/hooks/FormItemValidateTrigger.d.ts +15 -0
  18. package/dist/components/Form/hooks/FormItemValidateTrigger.js +18 -0
  19. package/dist/components/Form/hooks/FormItemValidateTrigger.js.map +1 -0
  20. package/dist/components/Form/hooks/index.d.ts +10 -0
  21. package/dist/components/Form/hooks/index.js +83 -0
  22. package/dist/components/Form/hooks/index.js.map +1 -0
  23. package/dist/components/Form/index.d.ts +3 -0
  24. package/dist/components/Form/index.js +328 -244
  25. package/dist/components/Form/index.js.map +1 -1
  26. package/dist/components/Pagetable/Pagetable.d.ts +16 -1
  27. package/dist/components/Pagetable/columns/PagetableCellButton.d.ts +7 -7
  28. package/dist/components/Pagetable/index.d.ts +12 -1
  29. package/dist/components/Pagetable/index.js +243 -236
  30. package/dist/components/Pagetable/index.js.map +1 -1
  31. package/dist/components/Pagetable/utils/index.js +51 -154
  32. package/dist/components/Pagetable/utils/index.js.map +1 -1
  33. package/dist/components/Querytable/Querytable.d.ts +64 -0
  34. package/dist/components/Querytable/columns/QuerytableCellButton.d.ts +24 -0
  35. package/dist/components/Querytable/columns/QuerytableColumnButtongroup.d.ts +78 -0
  36. package/dist/components/Querytable/columns/QuerytableColumnDate.d.ts +101 -0
  37. package/dist/components/Querytable/columns/QuerytableColumnDiy.d.ts +78 -0
  38. package/dist/components/Querytable/columns/QuerytableColumnIndex.d.ts +5 -0
  39. package/dist/components/Querytable/columns/QuerytableColumnMultiselect.d.ts +109 -0
  40. package/dist/components/Querytable/columns/QuerytableColumnNumber.d.ts +114 -0
  41. package/dist/components/Querytable/columns/QuerytableColumnSingleselect.d.ts +109 -0
  42. package/dist/components/Querytable/columns/QuerytableColumnString.d.ts +75 -0
  43. package/dist/components/Querytable/columns/QuerytableColumngroup.d.ts +35 -0
  44. package/dist/components/Querytable/hooks/useColumns.d.ts +1 -0
  45. package/dist/components/Querytable/hooks/useColumns.js +96 -0
  46. package/dist/components/Querytable/hooks/useColumns.js.map +1 -0
  47. package/dist/components/Querytable/index.d.ts +66 -0
  48. package/dist/components/Querytable/index.js +510 -0
  49. package/dist/components/Querytable/index.js.map +1 -0
  50. package/dist/components/Querytable/interface.d.ts +10 -0
  51. package/dist/components/Querytable/interface.js +2 -0
  52. package/dist/components/Querytable/interface.js.map +1 -0
  53. package/dist/components/Querytable/utils/index.d.ts +15 -0
  54. package/dist/components/Querytable/utils/index.js +66 -0
  55. package/dist/components/Querytable/utils/index.js.map +1 -0
  56. package/dist/components/_util/arrays.js.map +1 -1
  57. package/dist/components/_util/browser.js.map +1 -1
  58. package/dist/components/_util/dom/aria.js.map +1 -1
  59. package/dist/components/_util/dom/element.js.map +1 -1
  60. package/dist/components/_util/dom/event.js.map +1 -1
  61. package/dist/components/_util/dom/position.js.map +1 -1
  62. package/dist/components/_util/dom/scroll.js.map +1 -1
  63. package/dist/components/_util/dom/style.js.map +1 -1
  64. package/dist/components/_util/easings.js.map +1 -1
  65. package/dist/components/_util/error.js.map +1 -1
  66. package/dist/components/_util/i18n.js.map +1 -1
  67. package/dist/components/_util/objects.js.map +1 -1
  68. package/dist/components/_util/raf.js.map +1 -1
  69. package/dist/components/_util/rand.js.map +1 -1
  70. package/dist/components/_util/strings.js.map +1 -1
  71. package/dist/components/_util/throttleByRaf.js.map +1 -1
  72. package/dist/components/_util/types.js.map +1 -1
  73. package/dist/components/_util/typescript.js.map +1 -1
  74. package/dist/components/_util/vue/global-node.js.map +1 -1
  75. package/dist/components/_util/vue/icon.js.map +1 -1
  76. package/dist/components/_util/vue/install.js.map +1 -1
  77. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  78. package/dist/components/_util/vue/refs.js.map +1 -1
  79. package/dist/components/_util/vue/size.js.map +1 -1
  80. package/dist/components/_util/vue/validator.js.map +1 -1
  81. package/dist/components/_util/vue/vnode.js.map +1 -1
  82. package/dist/components/components.d.ts +2 -0
  83. package/dist/components/components.js +8 -6
  84. package/dist/components/components.js.map +1 -1
  85. package/dist/components/index.js +15 -13
  86. package/dist/components/index.js.map +1 -1
  87. package/dist/{components-CutWiB7Q.js → components-OIbu7HLW.js} +26 -24
  88. package/dist/{components-CutWiB7Q.js.map → components-OIbu7HLW.js.map} +1 -1
  89. package/dist/index-CC0EuWhe.js +108 -0
  90. package/dist/index-CC0EuWhe.js.map +1 -0
  91. package/dist/index.css +1 -1
  92. package/dist/index.js +14 -12
  93. package/dist/index.js.map +1 -1
  94. package/dist/version/version.d.ts +1 -1
  95. package/dist/version/version.js +1 -1
  96. package/dist/version/version.js.map +1 -1
  97. package/package.json +1 -1
  98. package/dist/components/Form/hooks/useForm.d.ts +0 -10
  99. package/dist/components/Form/hooks/useForm.js +0 -82
  100. package/dist/components/Form/hooks/useForm.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"install.js","sources":["../../../../src/components/_util/vue/install.ts"],"sourcesContent":["import { NOOP } from '../functions'\n\nimport type { App, Directive } from 'vue'\nimport type { SFCInstallWithContext, SFCWithInstall } from './typescript'\n\nexport const withInstall = <T, E extends Record<string, any>>(\n main: T,\n extra?: E\n) => {\n ;(main as SFCWithInstall<T>).install = (app): void => {\n for (const comp of [main, ...Object.values(extra ?? {})]) {\n app.component(comp.name, comp)\n }\n }\n\n if (extra) {\n for (const [key, comp] of Object.entries(extra)) {\n ;(main as any)[key] = comp\n }\n }\n return main as SFCWithInstall<T> & E\n}\n\nexport const withInstallFunction = <T>(fn: T, name: string) => {\n ;(fn as SFCWithInstall<T>).install = (app: App) => {\n ;(fn as SFCInstallWithContext<T>)._context = app._context\n app.config.globalProperties[name] = fn\n }\n\n return fn as SFCInstallWithContext<T>\n}\n\nexport const withInstallDirective = <T extends Directive>(\n directive: T,\n name: string\n) => {\n ;(directive as SFCWithInstall<T>).install = (app: App): void => {\n app.directive(name, directive)\n }\n\n return directive as SFCWithInstall<T>\n}\n\nexport const withNoopInstall = <T>(component: T) => {\n ;(component as SFCWithInstall<T>).install = NOOP\n\n return component as SFCWithInstall<T>\n}\n"],"names":["withInstall","main","extra","app","comp","key","withInstallFunction","fn","name","withInstallDirective","directive","withNoopInstall","component","NOOP"],"mappings":";AAKa,MAAAA,IAAc,CACzBC,GACAC,MACG;AAOH,MANED,EAA2B,UAAU,CAACE,MAAc;AACzC,eAAAC,KAAQ,CAACH,GAAM,GAAG,OAAO,OAAOC,KAAS,CAAE,CAAA,CAAC;AACjD,MAAAC,EAAA,UAAUC,EAAK,MAAMA,CAAI;AAAA,EAC/B,GAGEF;AACF,eAAW,CAACG,GAAKD,CAAI,KAAK,OAAO,QAAQF,CAAK;AAC1C,MAAAD,EAAaI,CAAG,IAAID;AAGnB,SAAAH;AACT,GAEaK,IAAsB,CAAIC,GAAOC,OAC1CD,EAAyB,UAAU,CAACJ,MAAa;AAC/C,EAAAI,EAAgC,WAAWJ,EAAI,UAC7CA,EAAA,OAAO,iBAAiBK,CAAI,IAAID;AAAA,GAG/BA,IAGIE,IAAuB,CAClCC,GACAF,OAEEE,EAAgC,UAAU,CAACP,MAAmB;AAC1D,EAAAA,EAAA,UAAUK,GAAME,CAAS;AAAA,GAGxBA,IAGIC,IAAkB,CAAIC,OAC/BA,EAAgC,UAAUC,GAErCD;"}
1
+ {"version":3,"file":"install.js","sources":["../../../../src/components/_util/vue/install.ts"],"sourcesContent":["import { NOOP } from '../functions'\r\n\r\nimport type { App, Directive } from 'vue'\r\nimport type { SFCInstallWithContext, SFCWithInstall } from './typescript'\r\n\r\nexport const withInstall = <T, E extends Record<string, any>>(\r\n main: T,\r\n extra?: E\r\n) => {\r\n ;(main as SFCWithInstall<T>).install = (app): void => {\r\n for (const comp of [main, ...Object.values(extra ?? {})]) {\r\n app.component(comp.name, comp)\r\n }\r\n }\r\n\r\n if (extra) {\r\n for (const [key, comp] of Object.entries(extra)) {\r\n ;(main as any)[key] = comp\r\n }\r\n }\r\n return main as SFCWithInstall<T> & E\r\n}\r\n\r\nexport const withInstallFunction = <T>(fn: T, name: string) => {\r\n ;(fn as SFCWithInstall<T>).install = (app: App) => {\r\n ;(fn as SFCInstallWithContext<T>)._context = app._context\r\n app.config.globalProperties[name] = fn\r\n }\r\n\r\n return fn as SFCInstallWithContext<T>\r\n}\r\n\r\nexport const withInstallDirective = <T extends Directive>(\r\n directive: T,\r\n name: string\r\n) => {\r\n ;(directive as SFCWithInstall<T>).install = (app: App): void => {\r\n app.directive(name, directive)\r\n }\r\n\r\n return directive as SFCWithInstall<T>\r\n}\r\n\r\nexport const withNoopInstall = <T>(component: T) => {\r\n ;(component as SFCWithInstall<T>).install = NOOP\r\n\r\n return component as SFCWithInstall<T>\r\n}\r\n"],"names":["withInstall","main","extra","app","comp","key","withInstallFunction","fn","name","withInstallDirective","directive","withNoopInstall","component","NOOP"],"mappings":";AAKa,MAAAA,IAAc,CACzBC,GACAC,MACG;AAOH,MANED,EAA2B,UAAU,CAACE,MAAc;AACzC,eAAAC,KAAQ,CAACH,GAAM,GAAG,OAAO,OAAOC,KAAS,CAAE,CAAA,CAAC;AACjD,MAAAC,EAAA,UAAUC,EAAK,MAAMA,CAAI;AAAA,EAC/B,GAGEF;AACF,eAAW,CAACG,GAAKD,CAAI,KAAK,OAAO,QAAQF,CAAK;AAC1C,MAAAD,EAAaI,CAAG,IAAID;AAGnB,SAAAH;AACT,GAEaK,IAAsB,CAAIC,GAAOC,OAC1CD,EAAyB,UAAU,CAACJ,MAAa;AAC/C,EAAAI,EAAgC,WAAWJ,EAAI,UAC7CA,EAAA,OAAO,iBAAiBK,CAAI,IAAID;AAAA,GAG/BA,IAGIE,IAAuB,CAClCC,GACAF,OAEEE,EAAgC,UAAU,CAACP,MAAmB;AAC1D,EAAAA,EAAA,UAAUK,GAAME,CAAS;AAAA,GAGxBA,IAGIC,IAAkB,CAAIC,OAC/BA,EAAgC,UAAUC,GAErCD;"}
@@ -1 +1 @@
1
- {"version":3,"file":"runtime.js","sources":["../../../../../src/components/_util/vue/props/runtime.ts"],"sourcesContent":["import { warn } from 'vue'\nimport { fromPairs } from 'lodash-unified'\nimport { isObject } from '../../types'\nimport { hasOwn } from '../../objects'\n\nimport type { PropType } from 'vue'\nimport type {\n EpProp,\n EpPropConvert,\n EpPropFinalized,\n EpPropInput,\n EpPropMergeType,\n IfEpProp,\n IfNativePropType,\n NativePropType,\n} from './types'\n\nexport const epPropKey = '__epPropKey'\n\nexport const definePropType = <T>(val: any): PropType<T> => val\n\nexport const isEpProp = (val: unknown): val is EpProp<any, any, any> =>\n isObject(val) && !!(val as any)[epPropKey]\n\n/**\n * @description Build prop. It can better optimize prop types\n * @description 生成 prop,能更好地优化类型\n * @example\n // limited options\n // the type will be PropType<'light' | 'dark'>\n buildProp({\n type: String,\n values: ['light', 'dark'],\n } as const)\n * @example\n // limited options and other types\n // the type will be PropType<'small' | 'large' | number>\n buildProp({\n type: [String, Number],\n values: ['small', 'large'],\n validator: (val: unknown): val is number => typeof val === 'number',\n } as const)\n @link see more: https://github.com/element-plus/element-plus/pull/3341\n */\nexport const buildProp = <\n Type = never,\n Value = never,\n Validator = never,\n Default extends EpPropMergeType<Type, Value, Validator> = never,\n Required extends boolean = false\n>(\n prop: EpPropInput<Type, Value, Validator, Default, Required>,\n key?: string\n): EpPropFinalized<Type, Value, Validator, Default, Required> => {\n // filter native prop type and nested prop, e.g `null`, `undefined` (from `buildProps`)\n if (!isObject(prop) || isEpProp(prop)) return prop as any\n\n const { values, required, default: defaultValue, type, validator } = prop\n\n const _validator =\n values || validator\n ? (val: unknown) => {\n let valid = false\n let allowedValues: unknown[] = []\n\n if (values) {\n allowedValues = Array.from(values)\n if (hasOwn(prop, 'default')) {\n allowedValues.push(defaultValue)\n }\n valid ||= allowedValues.includes(val)\n }\n if (validator) valid ||= validator(val)\n\n if (!valid && allowedValues.length > 0) {\n const allowValuesText = [...new Set(allowedValues)]\n .map((value) => JSON.stringify(value))\n .join(', ')\n warn(\n `Invalid prop: validation failed${\n key ? ` for prop \"${key}\"` : ''\n }. Expected one of [${allowValuesText}], got value ${JSON.stringify(\n val\n )}.`\n )\n }\n return valid\n }\n : undefined\n\n const epProp: any = {\n type,\n required: !!required,\n validator: _validator,\n [epPropKey]: true,\n }\n if (hasOwn(prop, 'default')) epProp.default = defaultValue\n return epProp\n}\n\nexport const buildProps = <\n Props extends Record<\n string,\n | { [epPropKey]: true }\n | NativePropType\n | EpPropInput<any, any, any, any, any>\n >\n>(\n props: Props\n): {\n [K in keyof Props]: IfEpProp<\n Props[K],\n Props[K],\n IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>\n >\n} =>\n fromPairs(\n Object.entries(props).map(([key, option]) => [\n key,\n buildProp(option as any, key),\n ])\n ) as any\n"],"names":["epPropKey","definePropType","val","isEpProp","isObject","buildProp","prop","key","values","required","defaultValue","type","validator","epProp","valid","allowedValues","hasOwn","allowValuesText","value","warn","buildProps","props","fromPairs","option"],"mappings":";;;AAiBO,MAAMA,IAAY,eAEZC,IAAiB,CAAIC,MAA0BA,GAE/CC,IAAW,CAACD,MACvBE,EAASF,CAAG,KAAK,CAAC,CAAEA,EAAYF,CAAS,GAsB9BK,IAAY,CAOvBC,GACAC,MAC+D;AAE/D,MAAI,CAACH,EAASE,CAAI,KAAKH,EAASG,CAAI,EAAU,QAAAA;AAE9C,QAAM,EAAE,QAAAE,GAAQ,UAAAC,GAAU,SAASC,GAAc,MAAAC,GAAM,WAAAC,EAAc,IAAAN,GAiC/DO,IAAc;AAAA,IAClB,MAAAF;AAAA,IACA,UAAU,CAAC,CAACF;AAAA,IACZ,WAjCAD,KAAUI,IACN,CAACV,MAAiB;AAChB,UAAIY,IAAQ,IACRC,IAA2B,CAAA;AAW/B,UATIP,MACcO,IAAA,MAAM,KAAKP,CAAM,GAC7BQ,EAAOV,GAAM,SAAS,KACxBS,EAAc,KAAKL,CAAY,GAEvBI,UAAAC,EAAc,SAASb,CAAG,KAElCU,MAAqBE,UAAAF,EAAUV,CAAG,KAElC,CAACY,KAASC,EAAc,SAAS,GAAG;AACtC,cAAME,IAAkB,CAAC,GAAG,IAAI,IAAIF,CAAa,CAAC,EAC/C,IAAI,CAACG,MAAU,KAAK,UAAUA,CAAK,CAAC,EACpC,KAAK,IAAI;AACZ,QAAAC;AAAA,UACE,kCACEZ,IAAM,cAAcA,CAAG,MAAM,EAC/B,sBAAsBU,CAAe,gBAAgB,KAAK;AAAA,YACxDf;AAAA,UACD,CAAA;AAAA,QAAA;AAAA,MAEL;AACO,aAAAY;AAAA,IAET,IAAA;AAAA,IAMJ,CAACd,CAAS,GAAG;AAAA,EAAA;AAEf,SAAIgB,EAAOV,GAAM,SAAS,QAAU,UAAUI,IACvCG;AACT,GAEaO,IAAa,CAQxBC,MAQAC;AAAA,EACE,OAAO,QAAQD,CAAK,EAAE,IAAI,CAAC,CAACd,GAAKgB,CAAM,MAAM;AAAA,IAC3ChB;AAAA,IACAF,EAAUkB,GAAehB,CAAG;AAAA,EAAA,CAC7B;AACH;"}
1
+ {"version":3,"file":"runtime.js","sources":["../../../../../src/components/_util/vue/props/runtime.ts"],"sourcesContent":["import { warn } from 'vue'\r\nimport { fromPairs } from 'lodash-unified'\r\nimport { isObject } from '../../types'\r\nimport { hasOwn } from '../../objects'\r\n\r\nimport type { PropType } from 'vue'\r\nimport type {\r\n EpProp,\r\n EpPropConvert,\r\n EpPropFinalized,\r\n EpPropInput,\r\n EpPropMergeType,\r\n IfEpProp,\r\n IfNativePropType,\r\n NativePropType,\r\n} from './types'\r\n\r\nexport const epPropKey = '__epPropKey'\r\n\r\nexport const definePropType = <T>(val: any): PropType<T> => val\r\n\r\nexport const isEpProp = (val: unknown): val is EpProp<any, any, any> =>\r\n isObject(val) && !!(val as any)[epPropKey]\r\n\r\n/**\r\n * @description Build prop. It can better optimize prop types\r\n * @description 生成 prop,能更好地优化类型\r\n * @example\r\n // limited options\r\n // the type will be PropType<'light' | 'dark'>\r\n buildProp({\r\n type: String,\r\n values: ['light', 'dark'],\r\n } as const)\r\n * @example\r\n // limited options and other types\r\n // the type will be PropType<'small' | 'large' | number>\r\n buildProp({\r\n type: [String, Number],\r\n values: ['small', 'large'],\r\n validator: (val: unknown): val is number => typeof val === 'number',\r\n } as const)\r\n @link see more: https://github.com/element-plus/element-plus/pull/3341\r\n */\r\nexport const buildProp = <\r\n Type = never,\r\n Value = never,\r\n Validator = never,\r\n Default extends EpPropMergeType<Type, Value, Validator> = never,\r\n Required extends boolean = false\r\n>(\r\n prop: EpPropInput<Type, Value, Validator, Default, Required>,\r\n key?: string\r\n): EpPropFinalized<Type, Value, Validator, Default, Required> => {\r\n // filter native prop type and nested prop, e.g `null`, `undefined` (from `buildProps`)\r\n if (!isObject(prop) || isEpProp(prop)) return prop as any\r\n\r\n const { values, required, default: defaultValue, type, validator } = prop\r\n\r\n const _validator =\r\n values || validator\r\n ? (val: unknown) => {\r\n let valid = false\r\n let allowedValues: unknown[] = []\r\n\r\n if (values) {\r\n allowedValues = Array.from(values)\r\n if (hasOwn(prop, 'default')) {\r\n allowedValues.push(defaultValue)\r\n }\r\n valid ||= allowedValues.includes(val)\r\n }\r\n if (validator) valid ||= validator(val)\r\n\r\n if (!valid && allowedValues.length > 0) {\r\n const allowValuesText = [...new Set(allowedValues)]\r\n .map((value) => JSON.stringify(value))\r\n .join(', ')\r\n warn(\r\n `Invalid prop: validation failed${\r\n key ? ` for prop \"${key}\"` : ''\r\n }. Expected one of [${allowValuesText}], got value ${JSON.stringify(\r\n val\r\n )}.`\r\n )\r\n }\r\n return valid\r\n }\r\n : undefined\r\n\r\n const epProp: any = {\r\n type,\r\n required: !!required,\r\n validator: _validator,\r\n [epPropKey]: true,\r\n }\r\n if (hasOwn(prop, 'default')) epProp.default = defaultValue\r\n return epProp\r\n}\r\n\r\nexport const buildProps = <\r\n Props extends Record<\r\n string,\r\n | { [epPropKey]: true }\r\n | NativePropType\r\n | EpPropInput<any, any, any, any, any>\r\n >\r\n>(\r\n props: Props\r\n): {\r\n [K in keyof Props]: IfEpProp<\r\n Props[K],\r\n Props[K],\r\n IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>\r\n >\r\n} =>\r\n fromPairs(\r\n Object.entries(props).map(([key, option]) => [\r\n key,\r\n buildProp(option as any, key),\r\n ])\r\n ) as any\r\n"],"names":["epPropKey","definePropType","val","isEpProp","isObject","buildProp","prop","key","values","required","defaultValue","type","validator","epProp","valid","allowedValues","hasOwn","allowValuesText","value","warn","buildProps","props","fromPairs","option"],"mappings":";;;AAiBO,MAAMA,IAAY,eAEZC,IAAiB,CAAIC,MAA0BA,GAE/CC,IAAW,CAACD,MACvBE,EAASF,CAAG,KAAK,CAAC,CAAEA,EAAYF,CAAS,GAsB9BK,IAAY,CAOvBC,GACAC,MAC+D;AAE/D,MAAI,CAACH,EAASE,CAAI,KAAKH,EAASG,CAAI,EAAU,QAAAA;AAE9C,QAAM,EAAE,QAAAE,GAAQ,UAAAC,GAAU,SAASC,GAAc,MAAAC,GAAM,WAAAC,EAAc,IAAAN,GAiC/DO,IAAc;AAAA,IAClB,MAAAF;AAAA,IACA,UAAU,CAAC,CAACF;AAAA,IACZ,WAjCAD,KAAUI,IACN,CAACV,MAAiB;AAChB,UAAIY,IAAQ,IACRC,IAA2B,CAAA;AAW/B,UATIP,MACcO,IAAA,MAAM,KAAKP,CAAM,GAC7BQ,EAAOV,GAAM,SAAS,KACxBS,EAAc,KAAKL,CAAY,GAEvBI,UAAAC,EAAc,SAASb,CAAG,KAElCU,MAAqBE,UAAAF,EAAUV,CAAG,KAElC,CAACY,KAASC,EAAc,SAAS,GAAG;AACtC,cAAME,IAAkB,CAAC,GAAG,IAAI,IAAIF,CAAa,CAAC,EAC/C,IAAI,CAACG,MAAU,KAAK,UAAUA,CAAK,CAAC,EACpC,KAAK,IAAI;AACZ,QAAAC;AAAA,UACE,kCACEZ,IAAM,cAAcA,CAAG,MAAM,EAC/B,sBAAsBU,CAAe,gBAAgB,KAAK;AAAA,YACxDf;AAAA,UACD,CAAA;AAAA,QAAA;AAAA,MAEL;AACO,aAAAY;AAAA,IAET,IAAA;AAAA,IAMJ,CAACd,CAAS,GAAG;AAAA,EAAA;AAEf,SAAIgB,EAAOV,GAAM,SAAS,QAAU,UAAUI,IACvCG;AACT,GAEaO,IAAa,CAQxBC,MAQAC;AAAA,EACE,OAAO,QAAQD,CAAK,EAAE,IAAI,CAAC,CAACd,GAAKgB,CAAM,MAAM;AAAA,IAC3ChB;AAAA,IACAF,EAAUkB,GAAehB,CAAG;AAAA,EAAA,CAC7B;AACH;"}
@@ -1 +1 @@
1
- {"version":3,"file":"refs.js","sources":["../../../../src/components/_util/vue/refs.ts"],"sourcesContent":["import { isFunction } from '../types'\n\nimport type { ComponentPublicInstance, Ref } from 'vue'\n\nexport type RefSetter = (\n el: Element | ComponentPublicInstance | undefined\n) => void\n\nexport const composeRefs = (\n ...refs: (Ref<HTMLElement | undefined> | RefSetter)[]\n) => {\n return (el: Element | ComponentPublicInstance | null) => {\n refs.forEach((ref) => {\n if (isFunction(ref)) {\n ref(el as Element | ComponentPublicInstance)\n } else {\n ref.value = el as HTMLElement | undefined\n }\n })\n }\n}\n"],"names":["composeRefs","refs","el","ref","isFunction"],"mappings":";;;AAQa,MAAAA,IAAc,IACtBC,MAEI,CAACC,MAAiD;AAClD,EAAAD,EAAA,QAAQ,CAACE,MAAQ;AAChB,IAAAC,EAAWD,CAAG,IAChBA,EAAID,CAAuC,IAE3CC,EAAI,QAAQD;AAAA,EACd,CACD;AAAA;"}
1
+ {"version":3,"file":"refs.js","sources":["../../../../src/components/_util/vue/refs.ts"],"sourcesContent":["import { isFunction } from '../types'\r\n\r\nimport type { ComponentPublicInstance, Ref } from 'vue'\r\n\r\nexport type RefSetter = (\r\n el: Element | ComponentPublicInstance | undefined\r\n) => void\r\n\r\nexport const composeRefs = (\r\n ...refs: (Ref<HTMLElement | undefined> | RefSetter)[]\r\n) => {\r\n return (el: Element | ComponentPublicInstance | null) => {\r\n refs.forEach((ref) => {\r\n if (isFunction(ref)) {\r\n ref(el as Element | ComponentPublicInstance)\r\n } else {\r\n ref.value = el as HTMLElement | undefined\r\n }\r\n })\r\n }\r\n}\r\n"],"names":["composeRefs","refs","el","ref","isFunction"],"mappings":";;;AAQa,MAAAA,IAAc,IACtBC,MAEI,CAACC,MAAiD;AAClD,EAAAD,EAAA,QAAQ,CAACE,MAAQ;AAChB,IAAAC,EAAWD,CAAG,IAChBA,EAAID,CAAuC,IAE3CC,EAAI,QAAQD;AAAA,EACd,CACD;AAAA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"size.js","sources":["../../../../src/components/_util/vue/size.ts"],"sourcesContent":["import { componentSizeMap } from 'element-plus'\n\nimport type { ComponentSize } from 'element-plus'\n\nexport const getComponentSize = (size?: ComponentSize) => {\n return componentSizeMap[size || 'default']\n}\n"],"names":["getComponentSize","size","componentSizeMap"],"mappings":";AAIa,MAAAA,IAAmB,CAACC,MACxBC,EAAiBD,KAAQ,SAAS;"}
1
+ {"version":3,"file":"size.js","sources":["../../../../src/components/_util/vue/size.ts"],"sourcesContent":["import { componentSizeMap } from 'element-plus'\r\n\r\nimport type { ComponentSize } from 'element-plus'\r\n\r\nexport const getComponentSize = (size?: ComponentSize) => {\r\n return componentSizeMap[size || 'default']\r\n}\r\n"],"names":["getComponentSize","size","componentSizeMap"],"mappings":";AAIa,MAAAA,IAAmB,CAACC,MACxBC,EAAiBD,KAAQ,SAAS;"}
@@ -1 +1 @@
1
- {"version":3,"file":"validator.js","sources":["../../../../src/components/_util/vue/validator.ts"],"sourcesContent":["import { componentSizes, datePickTypes } from 'element-plus'\nimport type { ComponentSize, DatePickType } from 'element-plus'\n\nexport const isValidComponentSize = (val: string): val is ComponentSize | '' =>\n ['', ...componentSizes].includes(val)\n\nexport const isValidDatePickType = (val: string): val is DatePickType =>\n ([...datePickTypes] as string[]).includes(val)\n"],"names":["isValidComponentSize","val","componentSizes","isValidDatePickType","datePickTypes"],"mappings":";AAGa,MAAAA,IAAuB,CAACC,MACnC,CAAC,IAAI,GAAGC,CAAc,EAAE,SAASD,CAAG,GAEzBE,IAAsB,CAACF,MACjC,CAAC,GAAGG,CAAa,EAAe,SAASH,CAAG;"}
1
+ {"version":3,"file":"validator.js","sources":["../../../../src/components/_util/vue/validator.ts"],"sourcesContent":["import { componentSizes, datePickTypes } from 'element-plus'\r\nimport type { ComponentSize, DatePickType } from 'element-plus'\r\n\r\nexport const isValidComponentSize = (val: string): val is ComponentSize | '' =>\r\n ['', ...componentSizes].includes(val)\r\n\r\nexport const isValidDatePickType = (val: string): val is DatePickType =>\r\n ([...datePickTypes] as string[]).includes(val)\r\n"],"names":["isValidComponentSize","val","componentSizes","isValidDatePickType","datePickTypes"],"mappings":";AAGa,MAAAA,IAAuB,CAACC,MACnC,CAAC,IAAI,GAAGC,CAAc,EAAE,SAASD,CAAG,GAEzBE,IAAsB,CAACF,MACjC,CAAC,GAAGG,CAAa,EAAe,SAASH,CAAG;"}
@@ -1 +1 @@
1
- {"version":3,"file":"vnode.js","sources":["../../../../src/components/_util/vue/vnode.ts"],"sourcesContent":["import {\n Comment,\n Fragment,\n Text,\n createBlock,\n createCommentVNode,\n isVNode,\n openBlock,\n} from 'vue'\nimport { camelize } from '../strings'\nimport { isArray } from '../types'\nimport { hasOwn } from '../objects'\nimport { debugWarn } from '../error'\nimport type {\n VNode,\n VNodeArrayChildren,\n VNodeChild,\n VNodeNormalizedChildren,\n} from 'vue'\n\nconst SCOPE = 'utils/vue/vnode'\n\nexport enum PatchFlags {\n TEXT = 1,\n CLASS = 2,\n STYLE = 4,\n PROPS = 8,\n FULL_PROPS = 16,\n HYDRATE_EVENTS = 32,\n STABLE_FRAGMENT = 64,\n KEYED_FRAGMENT = 128,\n UNKEYED_FRAGMENT = 256,\n NEED_PATCH = 512,\n DYNAMIC_SLOTS = 1024,\n HOISTED = -1,\n BAIL = -2,\n}\n\nexport type VNodeChildAtom = Exclude<VNodeChild, Array<any>>\nexport type RawSlots = Exclude<\n VNodeNormalizedChildren,\n Array<any> | null | string\n>\n\nexport function isFragment(node: VNode): boolean\nexport function isFragment(node: unknown): node is VNode\nexport function isFragment(node: unknown): node is VNode {\n return isVNode(node) && node.type === Fragment\n}\n\nexport function isText(node: VNode): boolean\nexport function isText(node: unknown): node is VNode\nexport function isText(node: unknown): node is VNode {\n return isVNode(node) && node.type === Text\n}\n\nexport function isComment(node: VNode): boolean\nexport function isComment(node: unknown): node is VNode\nexport function isComment(node: unknown): node is VNode {\n return isVNode(node) && node.type === Comment\n}\n\nconst TEMPLATE = 'template'\nexport function isTemplate(node: VNode): boolean\nexport function isTemplate(node: unknown): node is VNode\nexport function isTemplate(node: unknown): node is VNode {\n return isVNode(node) && node.type === TEMPLATE\n}\n\n/**\n * determine if the element is a valid element type rather than fragments and comment e.g. <template> v-if\n * @param node {VNode} node to be tested\n */\nexport function isValidElementNode(node: VNode): boolean\nexport function isValidElementNode(node: unknown): node is VNode\nexport function isValidElementNode(node: unknown): node is VNode {\n return isVNode(node) && !isFragment(node) && !isComment(node)\n}\n\n/**\n * get a valid child node (not fragment nor comment)\n * @param node {VNode} node to be searched\n * @param depth {number} depth to be searched\n */\nfunction getChildren(\n node: VNodeNormalizedChildren | VNodeChild,\n depth: number\n): VNodeNormalizedChildren | VNodeChild {\n if (isComment(node)) return\n if (isFragment(node) || isTemplate(node)) {\n return depth > 0 ? getFirstValidNode(node.children, depth - 1) : undefined\n }\n return node\n}\n\nexport const getFirstValidNode = (\n nodes: VNodeNormalizedChildren,\n maxDepth = 3\n) => {\n if (Array.isArray(nodes)) {\n return getChildren(nodes[0], maxDepth)\n } else {\n return getChildren(nodes, maxDepth)\n }\n}\n\nexport function renderIf(\n condition: boolean,\n ...args: Parameters<typeof createBlock>\n) {\n return condition ? renderBlock(...args) : createCommentVNode('v-if', true)\n}\n\nexport function renderBlock(...args: Parameters<typeof createBlock>) {\n return openBlock(), createBlock(...args)\n}\n\nexport const getNormalizedProps = (node: VNode) => {\n if (!isVNode(node)) {\n debugWarn(SCOPE, '[getNormalizedProps] must be a VNode')\n return {}\n }\n\n const raw = node.props || {}\n const type = (isVNode(node.type) ? node.type.props : undefined) || {}\n const props: Record<string, any> = {}\n\n Object.keys(type).forEach((key) => {\n if (hasOwn(type[key], 'default')) {\n props[key] = type[key].default\n }\n })\n\n Object.keys(raw).forEach((key) => {\n props[camelize(key)] = raw[key]\n })\n\n return props\n}\n\nexport const ensureOnlyChild = (children: VNodeArrayChildren | undefined) => {\n if (!isArray(children) || children.length > 1) {\n throw new Error('expect to receive a single Vue element child')\n }\n return children[0]\n}\n\nexport type FlattenVNodes = Array<VNodeChildAtom | RawSlots>\n\nexport const flattedChildren = (\n children: FlattenVNodes | VNode | VNodeNormalizedChildren\n): FlattenVNodes => {\n const vNodes = isArray(children) ? children : [children]\n const result: FlattenVNodes = []\n\n vNodes.forEach((child) => {\n if (isArray(child)) {\n result.push(...flattedChildren(child))\n } else if (isVNode(child) && isArray(child.children)) {\n result.push(...flattedChildren(child.children))\n } else {\n result.push(child)\n if (isVNode(child) && child.component?.subTree) {\n result.push(...flattedChildren(child.component.subTree))\n }\n }\n })\n return result\n}\n"],"names":["SCOPE","PatchFlags","isFragment","node","isVNode","Fragment","isText","Text","isComment","Comment","TEMPLATE","isTemplate","isValidElementNode","getChildren","depth","getFirstValidNode","nodes","maxDepth","renderIf","condition","args","renderBlock","createCommentVNode","openBlock","createBlock","getNormalizedProps","debugWarn","raw","type","props","key","hasOwn","camelize","ensureOnlyChild","children","isArray","flattedChildren","vNodes","result","child","_a"],"mappings":"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"}
1
+ {"version":3,"file":"vnode.js","sources":["../../../../src/components/_util/vue/vnode.ts"],"sourcesContent":["import {\r\n Comment,\r\n Fragment,\r\n Text,\r\n createBlock,\r\n createCommentVNode,\r\n isVNode,\r\n openBlock,\r\n} from 'vue'\r\nimport { camelize } from '../strings'\r\nimport { isArray } from '../types'\r\nimport { hasOwn } from '../objects'\r\nimport { debugWarn } from '../error'\r\nimport type {\r\n VNode,\r\n VNodeArrayChildren,\r\n VNodeChild,\r\n VNodeNormalizedChildren,\r\n} from 'vue'\r\n\r\nconst SCOPE = 'utils/vue/vnode'\r\n\r\nexport enum PatchFlags {\r\n TEXT = 1,\r\n CLASS = 2,\r\n STYLE = 4,\r\n PROPS = 8,\r\n FULL_PROPS = 16,\r\n HYDRATE_EVENTS = 32,\r\n STABLE_FRAGMENT = 64,\r\n KEYED_FRAGMENT = 128,\r\n UNKEYED_FRAGMENT = 256,\r\n NEED_PATCH = 512,\r\n DYNAMIC_SLOTS = 1024,\r\n HOISTED = -1,\r\n BAIL = -2,\r\n}\r\n\r\nexport type VNodeChildAtom = Exclude<VNodeChild, Array<any>>\r\nexport type RawSlots = Exclude<\r\n VNodeNormalizedChildren,\r\n Array<any> | null | string\r\n>\r\n\r\nexport function isFragment(node: VNode): boolean\r\nexport function isFragment(node: unknown): node is VNode\r\nexport function isFragment(node: unknown): node is VNode {\r\n return isVNode(node) && node.type === Fragment\r\n}\r\n\r\nexport function isText(node: VNode): boolean\r\nexport function isText(node: unknown): node is VNode\r\nexport function isText(node: unknown): node is VNode {\r\n return isVNode(node) && node.type === Text\r\n}\r\n\r\nexport function isComment(node: VNode): boolean\r\nexport function isComment(node: unknown): node is VNode\r\nexport function isComment(node: unknown): node is VNode {\r\n return isVNode(node) && node.type === Comment\r\n}\r\n\r\nconst TEMPLATE = 'template'\r\nexport function isTemplate(node: VNode): boolean\r\nexport function isTemplate(node: unknown): node is VNode\r\nexport function isTemplate(node: unknown): node is VNode {\r\n return isVNode(node) && node.type === TEMPLATE\r\n}\r\n\r\n/**\r\n * determine if the element is a valid element type rather than fragments and comment e.g. <template> v-if\r\n * @param node {VNode} node to be tested\r\n */\r\nexport function isValidElementNode(node: VNode): boolean\r\nexport function isValidElementNode(node: unknown): node is VNode\r\nexport function isValidElementNode(node: unknown): node is VNode {\r\n return isVNode(node) && !isFragment(node) && !isComment(node)\r\n}\r\n\r\n/**\r\n * get a valid child node (not fragment nor comment)\r\n * @param node {VNode} node to be searched\r\n * @param depth {number} depth to be searched\r\n */\r\nfunction getChildren(\r\n node: VNodeNormalizedChildren | VNodeChild,\r\n depth: number\r\n): VNodeNormalizedChildren | VNodeChild {\r\n if (isComment(node)) return\r\n if (isFragment(node) || isTemplate(node)) {\r\n return depth > 0 ? getFirstValidNode(node.children, depth - 1) : undefined\r\n }\r\n return node\r\n}\r\n\r\nexport const getFirstValidNode = (\r\n nodes: VNodeNormalizedChildren,\r\n maxDepth = 3\r\n) => {\r\n if (Array.isArray(nodes)) {\r\n return getChildren(nodes[0], maxDepth)\r\n } else {\r\n return getChildren(nodes, maxDepth)\r\n }\r\n}\r\n\r\nexport function renderIf(\r\n condition: boolean,\r\n ...args: Parameters<typeof createBlock>\r\n) {\r\n return condition ? renderBlock(...args) : createCommentVNode('v-if', true)\r\n}\r\n\r\nexport function renderBlock(...args: Parameters<typeof createBlock>) {\r\n return openBlock(), createBlock(...args)\r\n}\r\n\r\nexport const getNormalizedProps = (node: VNode) => {\r\n if (!isVNode(node)) {\r\n debugWarn(SCOPE, '[getNormalizedProps] must be a VNode')\r\n return {}\r\n }\r\n\r\n const raw = node.props || {}\r\n const type = (isVNode(node.type) ? node.type.props : undefined) || {}\r\n const props: Record<string, any> = {}\r\n\r\n Object.keys(type).forEach((key) => {\r\n if (hasOwn(type[key], 'default')) {\r\n props[key] = type[key].default\r\n }\r\n })\r\n\r\n Object.keys(raw).forEach((key) => {\r\n props[camelize(key)] = raw[key]\r\n })\r\n\r\n return props\r\n}\r\n\r\nexport const ensureOnlyChild = (children: VNodeArrayChildren | undefined) => {\r\n if (!isArray(children) || children.length > 1) {\r\n throw new Error('expect to receive a single Vue element child')\r\n }\r\n return children[0]\r\n}\r\n\r\nexport type FlattenVNodes = Array<VNodeChildAtom | RawSlots>\r\n\r\nexport const flattedChildren = (\r\n children: FlattenVNodes | VNode | VNodeNormalizedChildren\r\n): FlattenVNodes => {\r\n const vNodes = isArray(children) ? children : [children]\r\n const result: FlattenVNodes = []\r\n\r\n vNodes.forEach((child) => {\r\n if (isArray(child)) {\r\n result.push(...flattedChildren(child))\r\n } else if (isVNode(child) && isArray(child.children)) {\r\n result.push(...flattedChildren(child.children))\r\n } else {\r\n result.push(child)\r\n if (isVNode(child) && child.component?.subTree) {\r\n result.push(...flattedChildren(child.component.subTree))\r\n }\r\n }\r\n })\r\n return result\r\n}\r\n"],"names":["SCOPE","PatchFlags","isFragment","node","isVNode","Fragment","isText","Text","isComment","Comment","TEMPLATE","isTemplate","isValidElementNode","getChildren","depth","getFirstValidNode","nodes","maxDepth","renderIf","condition","args","renderBlock","createCommentVNode","openBlock","createBlock","getNormalizedProps","debugWarn","raw","type","props","key","hasOwn","camelize","ensureOnlyChild","children","isArray","flattedChildren","vNodes","result","child","_a"],"mappings":"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"}
@@ -5,6 +5,8 @@ export { Rowflex, Colflex, Flexitem } from './Flex';
5
5
  export type { RowflexProps, ColflexProps, FlexitemProps } from './Flex';
6
6
  export { default as Pagetable } from './Pagetable';
7
7
  export type { PagetableProps } from './Pagetable';
8
+ export { default as Querytable } from './Querytable';
9
+ export type { QuerytableProps } from './Querytable';
8
10
  export { default as Modal } from './Modal';
9
11
  export { default as useOModal } from './Modal/useModal';
10
12
  export { default as Form } from './Form';
@@ -2,18 +2,20 @@ import { default as a } from "./Button/index.js";
2
2
  import { S as t } from "../index-BbsXWo7C.js";
3
3
  import { Colflex as l, Flexitem as x, Rowflex as m } from "./Flex/index.js";
4
4
  import { default as s } from "./Pagetable/index.js";
5
- import { i as u } from "../components-CutWiB7Q.js";
6
- import { default as F } from "./Modal/useModal.js";
7
- import { default as S } from "./Form/index.js";
5
+ import { default as d } from "./Querytable/index.js";
6
+ import { i } from "../components-OIbu7HLW.js";
7
+ import { default as M } from "./Modal/useModal.js";
8
+ import { default as c } from "./Form/index.js";
8
9
  export {
9
10
  a as Button,
10
11
  l as Colflex,
11
12
  x as Flexitem,
12
- S as Form,
13
- u as Modal,
13
+ c as Form,
14
+ i as Modal,
14
15
  s as Pagetable,
16
+ d as Querytable,
15
17
  m as Rowflex,
16
18
  t as Space,
17
- F as useOModal
19
+ M as useOModal
18
20
  };
19
21
  //# sourceMappingURL=components.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
1
+ {"version":3,"file":"components.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -1,11 +1,12 @@
1
- import { c as t } from "../components-CutWiB7Q.js";
2
- import { i as m } from "../components-CutWiB7Q.js";
1
+ import { c as t } from "../components-OIbu7HLW.js";
2
+ import { i as m } from "../components-OIbu7HLW.js";
3
3
  import { default as x } from "./Button/index.js";
4
- import { S as c } from "../index-BbsXWo7C.js";
5
- import { Colflex as i, Flexitem as d, Rowflex as b } from "./Flex/index.js";
6
- import { default as M } from "./Pagetable/index.js";
7
- import { default as S } from "./Modal/useModal.js";
8
- import { default as h } from "./Form/index.js";
4
+ import { S as u } from "../index-BbsXWo7C.js";
5
+ import { Colflex as d, Flexitem as i, Rowflex as b } from "./Flex/index.js";
6
+ import { default as F } from "./Pagetable/index.js";
7
+ import { default as O } from "./Querytable/index.js";
8
+ import { default as g } from "./Modal/useModal.js";
9
+ import { default as j } from "./Form/index.js";
9
10
  const f = function(o) {
10
11
  return Object.keys(t).forEach((r) => {
11
12
  const e = t[r];
@@ -14,14 +15,15 @@ const f = function(o) {
14
15
  };
15
16
  export {
16
17
  x as Button,
17
- i as Colflex,
18
- d as Flexitem,
19
- h as Form,
18
+ d as Colflex,
19
+ i as Flexitem,
20
+ j as Form,
20
21
  m as Modal,
21
- M as Pagetable,
22
+ F as Pagetable,
23
+ O as Querytable,
22
24
  b as Rowflex,
23
- c as Space,
25
+ u as Space,
24
26
  f as install,
25
- S as useOModal
27
+ g as useOModal
26
28
  };
27
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/components/index.ts"],"sourcesContent":["import type { App } from 'vue'\r\n\r\nimport * as components from './components'\r\n\r\nexport * from './components'\r\n\r\nexport type * from './types'\r\n\r\nexport const install = function (app: App) {\r\n Object.keys(components).forEach((key) => {\r\n const component = components[key]\r\n if (component.install) {\r\n app.use(component)\r\n }\r\n })\r\n return app\r\n}\r\n"],"names":["install","app","components","key","component"],"mappings":";;;;;;;;AAQa,MAAAA,IAAU,SAAUC,GAAU;AACzC,gBAAO,KAAKC,CAAU,EAAE,QAAQ,CAACC,MAAQ;AACjC,UAAAC,IAAYF,EAAWC,CAAG;AAChC,IAAIC,EAAU,WACZH,EAAI,IAAIG,CAAS;AAAA,EACnB,CACD,GACMH;AACT;"}
1
+ {"version":3,"file":"index.js","sources":["../../src/components/index.ts"],"sourcesContent":["import type { App } from 'vue'\r\n\r\nimport * as components from './components'\r\n\r\nexport * from './components'\r\n\r\nexport type * from './types'\r\n\r\nexport const install = function (app: App) {\r\n Object.keys(components).forEach((key) => {\r\n const component = components[key]\r\n if (component.install) {\r\n app.use(component)\r\n }\r\n })\r\n return app\r\n}\r\n"],"names":["install","app","components","key","component"],"mappings":";;;;;;;;;AAQa,MAAAA,IAAU,SAAUC,GAAU;AACzC,gBAAO,KAAKC,CAAU,EAAE,QAAQ,CAACC,MAAQ;AACjC,UAAAC,IAAYF,EAAWC,CAAG;AAChC,IAAIC,EAAU,WACZH,EAAI,IAAIG,CAAS;AAAA,EACnB,CACD,GACMH;AACT;"}
@@ -1,25 +1,26 @@
1
1
  import p from "./components/Button/index.js";
2
2
  import { S as h } from "./index-BbsXWo7C.js";
3
3
  import { Colflex as w, Flexitem as g, Rowflex as C } from "./components/Flex/index.js";
4
- import _ from "./components/Pagetable/index.js";
5
- import { defineComponent as x, ref as l, shallowRef as M, provide as P, createVNode as f, Fragment as b } from "vue";
6
- import { ElDialog as O } from "element-plus";
4
+ import x from "./components/Pagetable/index.js";
5
+ import _ from "./components/Querytable/index.js";
6
+ import { defineComponent as M, ref as l, shallowRef as b, provide as P, createVNode as f, Fragment as O } from "vue";
7
+ import { ElDialog as $ } from "element-plus";
7
8
  import "lodash-es";
8
- import { addUnit as $ } from "./components/_util/dom/style.js";
9
- import { withInstall as y } from "./components/_util/vue/install.js";
10
- import S from "./components/Modal/useModal.js";
11
- import j from "./components/Form/index.js";
12
- const F = /* @__PURE__ */ x({
9
+ import { addUnit as y } from "./components/_util/dom/style.js";
10
+ import { withInstall as S } from "./components/_util/vue/install.js";
11
+ import j from "./components/Modal/useModal.js";
12
+ import F from "./components/Form/index.js";
13
+ const E = /* @__PURE__ */ M({
13
14
  name: "OModal",
14
- setup(R, {
15
- slots: V,
16
- attrs: k,
17
- emit: z,
15
+ setup(V, {
16
+ slots: k,
17
+ attrs: z,
18
+ emit: B,
18
19
  expose: m
19
20
  }) {
20
- const o = l(!1), n = l(), a = M(), t = l(), r = l(), s = l(), u = l(), i = l(!0);
21
+ const o = l(!1), n = l(), a = b(), t = l(), r = l(), s = l(), u = l(), i = l(!0);
21
22
  m({
22
- open: async (e) => (o.value = !0, n.value = e.title, a.value = e.content, e.contentProps ? t.value = e.contentProps : t.value = {}, e.width && (r.value = e.width), e.height && (s.value = $(e.height)), e.showClose != null && e.showClose == !1 && (i.value = !1), new Promise((v, D) => {
23
+ open: async (e) => (o.value = !0, n.value = e.title, a.value = e.content, e.contentProps ? t.value = e.contentProps : t.value = {}, e.width && (r.value = e.width), e.height && (s.value = y(e.height)), e.showClose != null && e.showClose == !1 && (i.value = !1), new Promise((v, I) => {
23
24
  u.value = v;
24
25
  }))
25
26
  });
@@ -31,7 +32,7 @@ const F = /* @__PURE__ */ x({
31
32
  close: c
32
33
  }), () => {
33
34
  const e = a.value;
34
- return o.value ? f(O, {
35
+ return o.value ? f($, {
35
36
  title: n.value,
36
37
  width: r.value,
37
38
  modelValue: o.value,
@@ -46,23 +47,24 @@ const F = /* @__PURE__ */ x({
46
47
  }
47
48
  }, {
48
49
  default: () => [f(e, t.value, null)]
49
- }) : f(b, null, null);
50
+ }) : f(O, null, null);
50
51
  };
51
52
  }
52
- }), E = y(F), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53
+ }), R = S(E), X = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53
54
  __proto__: null,
54
55
  Button: p,
55
56
  Colflex: w,
56
57
  Flexitem: g,
57
- Form: j,
58
- Modal: E,
59
- Pagetable: _,
58
+ Form: F,
59
+ Modal: R,
60
+ Pagetable: x,
61
+ Querytable: _,
60
62
  Rowflex: C,
61
63
  Space: h,
62
- useOModal: S
64
+ useOModal: j
63
65
  }, Symbol.toStringTag, { value: "Module" }));
64
66
  export {
65
- Q as c,
66
- E as i
67
+ X as c,
68
+ R as i
67
69
  };
68
- //# sourceMappingURL=components-CutWiB7Q.js.map
70
+ //# sourceMappingURL=components-OIbu7HLW.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"components-CutWiB7Q.js","sources":["../src/components/Modal/index.tsx"],"sourcesContent":["import { defineComponent, provide, ref, shallowRef } from 'vue'\r\nimport type { VNode } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\nimport { addUnit, withInstall } from '../_util'\r\n\r\ninterface ModalOptions {\r\n title: string\r\n content: VNode\r\n contentProps?: Record<string, any>\r\n width?: number | string\r\n height?: number | string\r\n showClose?: boolean\r\n}\r\n\r\nconst Modal = defineComponent({\r\n name: 'OModal',\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const show = ref(false)\r\n const title = ref<string>()\r\n const content = shallowRef()\r\n const contentProps = ref<Record<string, any>>()\r\n const width = ref<number | string>()\r\n const height = ref<number | string>()\r\n const __resolve = ref<(value: Record<string, any> | PromiseLike<Record<string, any>>) => void>()\r\n const showClose = ref(true)\r\n\r\n const _open: (options: ModalOptions) => Promise<Record<string, any>> = async (options) => {\r\n show.value = true\r\n title.value = options.title\r\n content.value = options.content\r\n if (options.contentProps) {\r\n contentProps.value = options.contentProps\r\n } else {\r\n contentProps.value = {}\r\n }\r\n if (options.width) {\r\n width.value = options.width\r\n }\r\n if (options.height) {\r\n height.value = addUnit(options.height)\r\n }\r\n if (options.showClose != undefined && options.showClose == false) {\r\n showClose.value = false\r\n }\r\n\r\n const promise = new Promise<Record<string, any>>((resolve, reject) => {\r\n __resolve.value = resolve\r\n })\r\n\r\n return promise\r\n }\r\n expose({\r\n open: _open\r\n })\r\n\r\n const _close: (options: Record<string, any>) => void = (options) => {\r\n const resolve = __resolve.value\r\n\r\n show.value = false\r\n title.value = undefined\r\n content.value = undefined\r\n contentProps.value = undefined\r\n width.value = undefined\r\n height.value = undefined\r\n __resolve.value = undefined\r\n showClose.value = true\r\n\r\n resolve && resolve(options)\r\n }\r\n provide('$$Modal', { close: _close })\r\n\r\n return () => {\r\n const Children = content.value\r\n return show.value ? (\r\n <ElDialog\r\n title={title.value}\r\n width={width.value}\r\n modelValue={show.value}\r\n beforeClose={_close}\r\n draggable={true}\r\n closeOnClickModal={false}\r\n closeOnPressEscape={false}\r\n showClose={showClose.value}\r\n alignCenter={true}\r\n style={{ height: height.value }}\r\n >\r\n <Children {...contentProps.value}></Children>\r\n </ElDialog>\r\n ) : (\r\n <></>\r\n )\r\n }\r\n }\r\n})\r\n\r\nexport default withInstall<typeof Modal, {}>(Modal)\r\n"],"names":["Modal","defineComponent","name","setup","props","slots","attrs","emit","expose","show","ref","title","content","shallowRef","contentProps","width","height","__resolve","showClose","open","options","value","addUnit","undefined","Promise","resolve","reject","_close","provide","close","Children","_createVNode","ElDialog","default","_Fragment","withInstall"],"mappings":";;;;;;;;;;;AAcA,MAAMA,IAAQC,gBAAAA,EAAgB;AAAA,EAC5BC,MAAM;AAAA,EACNC,MAAMC,GAAO;AAAA,IAAEC,OAAAA;AAAAA,IAAOC,OAAAA;AAAAA,IAAOC,MAAAA;AAAAA,IAAMC,QAAAA;AAAAA,EAAO,GAAG;AAC3C,UAAMC,IAAOC,EAAI,EAAK,GAChBC,IAAQD,KACRE,IAAUC,KACVC,IAAeJ,KACfK,IAAQL,KACRM,IAASN,KACTO,IAAYP,KACZQ,IAAYR,EAAI,EAAI;AA2B1BF,IAAAA,EAAO;AAAA,MACLW,MA1BqE,OAAOC,OAC5EX,EAAKY,QAAQ,IACbV,EAAMU,QAAQD,EAAQT,OACtBC,EAAQS,QAAQD,EAAQR,SACpBQ,EAAQN,eACVA,EAAaO,QAAQD,EAAQN,eAE7BA,EAAaO,QAAQ,IAEnBD,EAAQL,UACVA,EAAMM,QAAQD,EAAQL,QAEpBK,EAAQJ,WACVA,EAAOK,QAAQC,EAAQF,EAAQJ,MAAM,IAEnCI,EAAQF,aAAaK,QAAaH,EAAQF,aAAa,OACzDA,EAAUG,QAAQ,KAGJ,IAAIG,QAA6B,CAACC,GAASC,MAAW;AACpET,QAAAA,EAAUI,QAAQI;AAAAA,MACpB,CAAC;AAAA,IAMH,CAAC;AAED,UAAME,IAAkDP,CAAAA,MAAY;AAClE,YAAMK,IAAUR,EAAUI;AAE1BZ,MAAAA,EAAKY,QAAQ,IACbV,EAAMU,QAAQE,QACdX,EAAQS,QAAQE,QAChBT,EAAaO,QAAQE,QACrBR,EAAMM,QAAQE,QACdP,EAAOK,QAAQE,QACfN,EAAUI,QAAQE,QAClBL,EAAUG,QAAQ,IAElBI,KAAWA,EAAQL,CAAO;AAAA;AAE5BQ,WAAAA,EAAQ,WAAW;AAAA,MAAEC,OAAOF;AAAAA,IAAO,CAAC,GAE7B,MAAM;AACX,YAAMG,IAAWlB,EAAQS;AACzB,aAAOZ,EAAKY,QAAKU,EAAAC,GAAA;AAAA,QAAA,OAENrB,EAAMU;AAAAA,QAAK,OACXN,EAAMM;AAAAA,QAAK,YACNZ,EAAKY;AAAAA,QAAK,aACTM;AAAAA,QAAM,WACR;AAAA,QAAI,mBACI;AAAA,QAAK,oBACJ;AAAA,QAAK,WACdT,EAAUG;AAAAA,QAAK,aACb;AAAA,QAAI,OACV;AAAA,UAAEL,QAAQA,EAAOK;AAAAA,QAAM;AAAA,MAAC,GAAA;AAAA,QAAAY,SAAAA,MAAAF,CAAAA,EAAAD,GAEjBhB,EAAaO,OAAK,IAAA,CAAA;AAAA,MAAAU,CAAAA,IAAAA,EAAAG,GAInC,MAAA,IAAA;AAAA;EAEL;AACF,CAAC,GAEcC,IAAAA,EAA8BnC,CAAK;;;;;;;;;;;;"}
1
+ {"version":3,"file":"components-OIbu7HLW.js","sources":["../src/components/Modal/index.tsx"],"sourcesContent":["import { defineComponent, provide, ref, shallowRef } from 'vue'\r\nimport type { VNode } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\nimport { addUnit, withInstall } from '../_util'\r\n\r\ninterface ModalOptions {\r\n title: string\r\n content: VNode\r\n contentProps?: Record<string, any>\r\n width?: number | string\r\n height?: number | string\r\n showClose?: boolean\r\n}\r\n\r\nconst Modal = defineComponent({\r\n name: 'OModal',\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const show = ref(false)\r\n const title = ref<string>()\r\n const content = shallowRef()\r\n const contentProps = ref<Record<string, any>>()\r\n const width = ref<number | string>()\r\n const height = ref<number | string>()\r\n const __resolve = ref<(value: Record<string, any> | PromiseLike<Record<string, any>>) => void>()\r\n const showClose = ref(true)\r\n\r\n const _open: (options: ModalOptions) => Promise<Record<string, any>> = async (options) => {\r\n show.value = true\r\n title.value = options.title\r\n content.value = options.content\r\n if (options.contentProps) {\r\n contentProps.value = options.contentProps\r\n } else {\r\n contentProps.value = {}\r\n }\r\n if (options.width) {\r\n width.value = options.width\r\n }\r\n if (options.height) {\r\n height.value = addUnit(options.height)\r\n }\r\n if (options.showClose != undefined && options.showClose == false) {\r\n showClose.value = false\r\n }\r\n\r\n const promise = new Promise<Record<string, any>>((resolve, reject) => {\r\n __resolve.value = resolve\r\n })\r\n\r\n return promise\r\n }\r\n expose({\r\n open: _open\r\n })\r\n\r\n const _close: (options: Record<string, any>) => void = (options) => {\r\n const resolve = __resolve.value\r\n\r\n show.value = false\r\n title.value = undefined\r\n content.value = undefined\r\n contentProps.value = undefined\r\n width.value = undefined\r\n height.value = undefined\r\n __resolve.value = undefined\r\n showClose.value = true\r\n\r\n resolve && resolve(options)\r\n }\r\n provide('$$Modal', { close: _close })\r\n\r\n return () => {\r\n const Children = content.value\r\n return show.value ? (\r\n <ElDialog\r\n title={title.value}\r\n width={width.value}\r\n modelValue={show.value}\r\n beforeClose={_close}\r\n draggable={true}\r\n closeOnClickModal={false}\r\n closeOnPressEscape={false}\r\n showClose={showClose.value}\r\n alignCenter={true}\r\n style={{ height: height.value }}\r\n >\r\n <Children {...contentProps.value}></Children>\r\n </ElDialog>\r\n ) : (\r\n <></>\r\n )\r\n }\r\n }\r\n})\r\n\r\nexport default withInstall<typeof Modal, {}>(Modal)\r\n"],"names":["Modal","defineComponent","name","setup","props","slots","attrs","emit","expose","show","ref","title","content","shallowRef","contentProps","width","height","__resolve","showClose","open","options","value","addUnit","undefined","Promise","resolve","reject","_close","provide","close","Children","_createVNode","ElDialog","default","_Fragment","withInstall"],"mappings":";;;;;;;;;;;;AAcA,MAAMA,IAAQC,gBAAAA,EAAgB;AAAA,EAC5BC,MAAM;AAAA,EACNC,MAAMC,GAAO;AAAA,IAAEC,OAAAA;AAAAA,IAAOC,OAAAA;AAAAA,IAAOC,MAAAA;AAAAA,IAAMC,QAAAA;AAAAA,EAAO,GAAG;AAC3C,UAAMC,IAAOC,EAAI,EAAK,GAChBC,IAAQD,KACRE,IAAUC,KACVC,IAAeJ,KACfK,IAAQL,KACRM,IAASN,KACTO,IAAYP,KACZQ,IAAYR,EAAI,EAAI;AA2B1BF,IAAAA,EAAO;AAAA,MACLW,MA1BqE,OAAOC,OAC5EX,EAAKY,QAAQ,IACbV,EAAMU,QAAQD,EAAQT,OACtBC,EAAQS,QAAQD,EAAQR,SACpBQ,EAAQN,eACVA,EAAaO,QAAQD,EAAQN,eAE7BA,EAAaO,QAAQ,IAEnBD,EAAQL,UACVA,EAAMM,QAAQD,EAAQL,QAEpBK,EAAQJ,WACVA,EAAOK,QAAQC,EAAQF,EAAQJ,MAAM,IAEnCI,EAAQF,aAAaK,QAAaH,EAAQF,aAAa,OACzDA,EAAUG,QAAQ,KAGJ,IAAIG,QAA6B,CAACC,GAASC,MAAW;AACpET,QAAAA,EAAUI,QAAQI;AAAAA,MACpB,CAAC;AAAA,IAMH,CAAC;AAED,UAAME,IAAkDP,CAAAA,MAAY;AAClE,YAAMK,IAAUR,EAAUI;AAE1BZ,MAAAA,EAAKY,QAAQ,IACbV,EAAMU,QAAQE,QACdX,EAAQS,QAAQE,QAChBT,EAAaO,QAAQE,QACrBR,EAAMM,QAAQE,QACdP,EAAOK,QAAQE,QACfN,EAAUI,QAAQE,QAClBL,EAAUG,QAAQ,IAElBI,KAAWA,EAAQL,CAAO;AAAA;AAE5BQ,WAAAA,EAAQ,WAAW;AAAA,MAAEC,OAAOF;AAAAA,IAAO,CAAC,GAE7B,MAAM;AACX,YAAMG,IAAWlB,EAAQS;AACzB,aAAOZ,EAAKY,QAAKU,EAAAC,GAAA;AAAA,QAAA,OAENrB,EAAMU;AAAAA,QAAK,OACXN,EAAMM;AAAAA,QAAK,YACNZ,EAAKY;AAAAA,QAAK,aACTM;AAAAA,QAAM,WACR;AAAA,QAAI,mBACI;AAAA,QAAK,oBACJ;AAAA,QAAK,WACdT,EAAUG;AAAAA,QAAK,aACb;AAAA,QAAI,OACV;AAAA,UAAEL,QAAQA,EAAOK;AAAAA,QAAM;AAAA,MAAC,GAAA;AAAA,QAAAY,SAAAA,MAAAF,CAAAA,EAAAD,GAEjBhB,EAAaO,OAAK,IAAA,CAAA;AAAA,MAAAU,CAAAA,IAAAA,EAAAG,GAInC,MAAA,IAAA;AAAA;EAEL;AACF,CAAC,GAEcC,IAAAA,EAA8BnC,CAAK;;;;;;;;;;;;;"}
@@ -0,0 +1,108 @@
1
+ import { c as f } from "./_commonjsHelpers-DaMA6jEr.js";
2
+ var F = {}, _ = {};
3
+ Object.defineProperty(_, "__esModule", { value: !0 });
4
+ _.comma = void 0;
5
+ function N(r, e) {
6
+ e === void 0 && (e = 3);
7
+ var t = String(r).split(".");
8
+ return t[0] = t[0].replace(new RegExp("(\\d)(?=(\\d{" + e + "})+$)", "ig"), "$1,"), t.join(".");
9
+ }
10
+ _.comma = N;
11
+ var d = {}, v = {};
12
+ Object.defineProperty(v, "__esModule", { value: !0 });
13
+ v.precise = void 0;
14
+ function $(r, e) {
15
+ return e === void 0 && (e = 12), parseFloat(r.toPrecision(e));
16
+ }
17
+ v.precise = $;
18
+ Object.defineProperty(d, "__esModule", { value: !0 });
19
+ d.toFixed = void 0;
20
+ var m = v;
21
+ function j(r, e) {
22
+ e === void 0 && (e = 2);
23
+ var t = parseFloat("" + r), n = Math.pow(10, e);
24
+ return t = m.precise(t * n + 0.5), t = parseInt("" + t, 10) / n, m.precise(t).toFixed(e);
25
+ }
26
+ d.toFixed = j;
27
+ var l = {};
28
+ Object.defineProperty(l, "__esModule", { value: !0 });
29
+ l.capital = void 0;
30
+ function O(r) {
31
+ var e = String(r);
32
+ if (!/^(0|[1-9]\d*)(\.\d+)?$/.test(e))
33
+ return "";
34
+ var t = "千百拾亿千百拾万千百拾元角分", n = "";
35
+ e += "00";
36
+ var u = e.indexOf(".");
37
+ u >= 0 && (e = e.substring(0, u) + e.substr(u + 1, 2)), t = t.substr(t.length - e.length);
38
+ for (var a = 0; a < e.length; a++)
39
+ n += "零壹贰叁肆伍陆柒捌玖".charAt(Number(e.charAt(a))) + t.charAt(a);
40
+ return n.replace(/零(千|百|拾|角)/g, "零").replace(/(零)+/g, "零").replace(/零(万|亿|元)/g, "$1").replace(/(亿)万|壹(拾)/g, "$1$2").replace(/^元零?|零分/g, "").replace(/元$/g, "元整");
41
+ }
42
+ l.capital = O;
43
+ var s = {}, c = {}, o = {};
44
+ Object.defineProperty(o, "__esModule", { value: !0 });
45
+ o.MIN_SAFETY_NUMBER = o.MAX_SAFETY_NUMBER = void 0;
46
+ o.MAX_SAFETY_NUMBER = Math.pow(2, 53) - 1;
47
+ o.MIN_SAFETY_NUMBER = -1 * Math.pow(2, 53) + 1;
48
+ Object.defineProperty(c, "__esModule", { value: !0 });
49
+ c.isNumber = void 0;
50
+ var g = o;
51
+ function y(r, e) {
52
+ e === void 0 && (e = !1);
53
+ var t = typeof r == "number" && isFinite(r);
54
+ return t && e ? r <= g.MAX_SAFETY_NUMBER && r >= g.MIN_SAFETY_NUMBER : t;
55
+ }
56
+ c.isNumber = y;
57
+ Object.defineProperty(s, "__esModule", { value: !0 });
58
+ s.percentage = void 0;
59
+ var A = c, P = d;
60
+ function E(r, e) {
61
+ e === void 0 && (e = 2);
62
+ var t = Number(r);
63
+ return A.isNumber(t) ? P.toFixed(t * 100, e) + "%" : r;
64
+ }
65
+ s.percentage = E;
66
+ var p = {};
67
+ Object.defineProperty(p, "__esModule", { value: !0 });
68
+ p.idxList = void 0;
69
+ function h(r, e) {
70
+ return e === void 0 && (e = 0), Array.from(Array(r), function(t, n) {
71
+ return n + e;
72
+ });
73
+ }
74
+ p.idxList = h;
75
+ var M = {};
76
+ Object.defineProperty(M, "__esModule", { value: !0 });
77
+ M.randomInt = void 0;
78
+ function S(r, e) {
79
+ return e === void 0 && (e = r), r = Math.round(r + 0.4999999), e = Math.round(e - 0.5), r < 0 || r > e ? -1 : Math.round((e - r) * Math.random()) + r;
80
+ }
81
+ M.randomInt = S;
82
+ var b = {};
83
+ Object.defineProperty(b, "__esModule", { value: !0 });
84
+ b.sum = void 0;
85
+ function B() {
86
+ for (var r = [], e = 0; e < arguments.length; e++)
87
+ r[e] = arguments[e];
88
+ return r.reduce(function(t, n) {
89
+ return t += n;
90
+ }, 0);
91
+ }
92
+ b.sum = B;
93
+ (function(r) {
94
+ var e = f && f.__createBinding || (Object.create ? function(n, u, a, i) {
95
+ i === void 0 && (i = a), Object.defineProperty(n, i, { enumerable: !0, get: function() {
96
+ return u[a];
97
+ } });
98
+ } : function(n, u, a, i) {
99
+ i === void 0 && (i = a), n[i] = u[a];
100
+ }), t = f && f.__exportStar || function(n, u) {
101
+ for (var a in n) a !== "default" && !u.hasOwnProperty(a) && e(u, n, a);
102
+ };
103
+ Object.defineProperty(r, "__esModule", { value: !0 }), t(_, r), t(d, r), t(l, r), t(s, r), t(p, r), t(M, r), t(v, r), t(c, r), t(b, r);
104
+ })(F);
105
+ export {
106
+ F as l
107
+ };
108
+ //# sourceMappingURL=index-CC0EuWhe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-CC0EuWhe.js","sources":["../node_modules/number-magic/lib/comma.js","../node_modules/number-magic/lib/precise.js","../node_modules/number-magic/lib/toFixed.js","../node_modules/number-magic/lib/capital.js","../node_modules/number-magic/lib/utils/constants.js","../node_modules/number-magic/lib/isNumber.js","../node_modules/number-magic/lib/percentage.js","../node_modules/number-magic/lib/idxList.js","../node_modules/number-magic/lib/randomInt.js","../node_modules/number-magic/lib/sum.js","../node_modules/number-magic/lib/index.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.comma = void 0;\nfunction comma(source, length) {\n if (length === void 0) { length = 3; }\n var arr = String(source).split('.');\n arr[0] = arr[0].replace(new RegExp('(\\\\d)(?=(\\\\d{' + length + '})+$)', 'ig'), '$1,');\n return arr.join('.');\n}\nexports.comma = comma;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.precise = void 0;\nfunction precise(source, precision) {\n if (precision === void 0) { precision = 12; }\n return parseFloat(source.toPrecision(precision));\n}\nexports.precise = precise;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.toFixed = void 0;\nvar precise_1 = require(\"./precise\");\nfunction toFixed(source, digits) {\n if (digits === void 0) { digits = 2; }\n var num = parseFloat(\"\" + source);\n var times = Math.pow(10, digits);\n num = precise_1.precise(num * times + 0.5);\n num = parseInt(\"\" + num, 10) / times;\n return precise_1.precise(num).toFixed(digits);\n}\nexports.toFixed = toFixed;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.capital = void 0;\nfunction capital(source) {\n var numbStr = String(source);\n if (!/^(0|[1-9]\\d*)(\\.\\d+)?$/.test(numbStr))\n return '';\n var unit = '千百拾亿千百拾万千百拾元角分';\n var str = '';\n numbStr += '00';\n var p = numbStr.indexOf('.');\n if (p >= 0)\n numbStr = numbStr.substring(0, p) + numbStr.substr(p + 1, 2);\n unit = unit.substr(unit.length - numbStr.length);\n for (var i = 0; i < numbStr.length; i++) {\n str += '零壹贰叁肆伍陆柒捌玖'.charAt(Number(numbStr.charAt(i))) + unit.charAt(i);\n }\n return str\n .replace(/零(千|百|拾|角)/g, '零')\n .replace(/(零)+/g, '零')\n .replace(/零(万|亿|元)/g, '$1')\n .replace(/(亿)万|壹(拾)/g, '$1$2')\n .replace(/^元零?|零分/g, '')\n .replace(/元$/g, '元整');\n}\nexports.capital = capital;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.MIN_SAFETY_NUMBER = exports.MAX_SAFETY_NUMBER = void 0;\nexports.MAX_SAFETY_NUMBER = Math.pow(2, 53) - 1;\nexports.MIN_SAFETY_NUMBER = -1 * Math.pow(2, 53) + 1;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNumber = void 0;\nvar constants_1 = require(\"./utils/constants\");\nfunction isNumber(source, checkSafetyNumber) {\n if (checkSafetyNumber === void 0) { checkSafetyNumber = false; }\n var isNumb = typeof source === 'number' && isFinite(source);\n if (isNumb && checkSafetyNumber)\n return source <= constants_1.MAX_SAFETY_NUMBER && source >= constants_1.MIN_SAFETY_NUMBER;\n return isNumb;\n}\nexports.isNumber = isNumber;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.percentage = void 0;\nvar isNumber_1 = require(\"./isNumber\");\nvar toFixed_1 = require(\"./toFixed\");\nfunction percentage(source, digits) {\n if (digits === void 0) { digits = 2; }\n var numb = Number(source);\n if (!isNumber_1.isNumber(numb))\n return source;\n return toFixed_1.toFixed(numb * 100, digits) + '%';\n}\nexports.percentage = percentage;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.idxList = void 0;\nfunction idxList(len, delta) {\n if (delta === void 0) { delta = 0; }\n return Array.from(Array(len), function (_v, k) { return k + delta; });\n}\nexports.idxList = idxList;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.randomInt = void 0;\nfunction randomInt(min, max) {\n if (max === void 0) { max = min; }\n min = Math.round(min + 0.4999999);\n max = Math.round(max - 0.5);\n if (min < 0 || min > max)\n return -1;\n return Math.round((max - min) * Math.random()) + min;\n}\nexports.randomInt = randomInt;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.sum = void 0;\nfunction sum() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return args.reduce(function (finalValue, current) {\n return (finalValue += current);\n }, 0);\n}\nexports.sum = sum;\n","\"use strict\";\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n__exportStar(require(\"./comma\"), exports);\n__exportStar(require(\"./toFixed\"), exports);\n__exportStar(require(\"./capital\"), exports);\n__exportStar(require(\"./percentage\"), exports);\n__exportStar(require(\"./idxList\"), exports);\n__exportStar(require(\"./randomInt\"), exports);\n__exportStar(require(\"./precise\"), exports);\n__exportStar(require(\"./isNumber\"), exports);\n__exportStar(require(\"./sum\"), exports);\n"],"names":["comma_1","comma","source","length","arr","precise_1","precise","precision","toFixed_1","require$$0","toFixed","digits","num","times","capital_1","capital","numbStr","unit","str","p","i","constants","isNumber_1","constants_1","isNumber","checkSafetyNumber","isNumb","percentage_1","require$$1","percentage","numb","idxList_1","idxList","len","delta","_v","k","randomInt_1","randomInt","min","max","sum_1","sum","args","_i","finalValue","current","__createBinding","this","o","m","k2","__exportStar","exports","require$$2","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10]}
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- :root{--orion-flex-gutter: 8px;--orion-space-gutter: 8px}.orion-space{display:inline-flex;align-items:center;gap:var(--orion-space-gutter)}.orion-space.vertical{display:flex;flex-direction:column;align-items:center;gap:var(--orion-space-gutter)}.orion-flex{display:flex;outline:none}.orion-flex-row{flex-direction:row;width:100%;overflow:auto}.orion-flex-justify-start{justify-content:start}.orion-flex-column{width:100%;flex-direction:column;overflow:auto}.orion-flex>.orion-flexitem{overflow:auto;outline:none}.orion-flex>.orion-flexitem-auto{flex:0 0 auto}.orion-flex>.orion-flexitem-fixed{flex:none}.orion-flex>.orion-flexitem-fill{flex:1 1 0px}.orion-pagetbale{height:100%;display:flex;flex-direction:column;gap:4px}.orion-pagetbale>.pagetable-wrapper{flex:1 1 0px;overflow:auto}.orion-pagetbale>.pagination-wrapper{flex:0 0 auto}.orion-pagetbale .cell-numbercolumn{text-align:right}
1
+ :root{--orion-flex-gutter: 8px;--orion-space-gutter: 8px}.orion-space{display:inline-flex;align-items:center;gap:var(--orion-space-gutter)}.orion-space.vertical{display:flex;flex-direction:column;align-items:center;gap:var(--orion-space-gutter)}.orion-flex{display:flex;outline:none}.orion-flex-row{flex-direction:row;width:100%;overflow:auto}.orion-flex-justify-start{justify-content:start}.orion-flex-column{width:100%;flex-direction:column;overflow:auto}.orion-flex>.orion-flexitem{overflow:auto;outline:none}.orion-flex>.orion-flexitem-auto{flex:0 0 auto}.orion-flex>.orion-flexitem-fixed{flex:none}.orion-flex>.orion-flexitem-fill{flex:1 1 0px}.orion-pagetbale{min-height:120px;height:100%;display:flex;flex-direction:column;gap:4px}.orion-pagetbale>.pagetable-wrapper{flex:1 1 0px;overflow:auto}.orion-pagetbale>.pagination-wrapper{flex:0 0 auto}.orion-pagetbale .cell-numbercolumn{text-align:right}.orion-querytable{min-height:120px;height:100%;overflow:auto}.orion-querytable .cell-numbercolumn{text-align:right}
package/dist/index.js CHANGED
@@ -1,23 +1,25 @@
1
- import { default as e } from "./error/OrionError.js";
1
+ import { default as r } from "./error/OrionError.js";
2
2
  import { default as a } from "./Throne/index.js";
3
3
  import { install as l } from "./components/index.js";
4
4
  import { default as m } from "./version/version.js";
5
5
  import { default as s } from "./components/Modal/useModal.js";
6
- import { default as u } from "./components/Button/index.js";
6
+ import { default as d } from "./components/Button/index.js";
7
7
  import { S as n } from "./index-BbsXWo7C.js";
8
- import { Colflex as M, Flexitem as O, Rowflex as S } from "./components/Flex/index.js";
8
+ import { Colflex as F, Flexitem as M, Rowflex as O } from "./components/Flex/index.js";
9
9
  import { default as c } from "./components/Pagetable/index.js";
10
- import { i as h } from "./components-CutWiB7Q.js";
11
- import { default as w } from "./components/Form/index.js";
10
+ import { default as h } from "./components/Querytable/index.js";
11
+ import { i as w } from "./components-OIbu7HLW.js";
12
+ import { default as B } from "./components/Form/index.js";
12
13
  export {
13
- u as Button,
14
- M as Colflex,
15
- O as Flexitem,
16
- w as Form,
17
- h as Modal,
18
- e as OrionError,
14
+ d as Button,
15
+ F as Colflex,
16
+ M as Flexitem,
17
+ B as Form,
18
+ w as Modal,
19
+ r as OrionError,
19
20
  c as Pagetable,
20
- S as Rowflex,
21
+ h as Querytable,
22
+ O as Rowflex,
21
23
  n as Space,
22
24
  a as Throne,
23
25
  l as install,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -1,2 +1,2 @@
1
- declare const _default: "0.1.9";
1
+ declare const _default: "0.1.12";
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- const e = "0.1.9";
1
+ const e = "0.1.12";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.9';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
1
+ {"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.12';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orion-design",
3
- "version": "0.1.9",
3
+ "version": "0.1.12",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -1,10 +0,0 @@
1
- import { CodeItem } from '../../types';
2
- declare const useFormContext: () => import('..').FormContext | undefined;
3
- declare const useFormSpan: () => import('vue').ComputedRef<number>;
4
- declare const useFormRules: () => import('vue').ComputedRef<import('element-plus').FormItemRule[]>;
5
- declare const useFormDisabled: () => import('vue').ComputedRef<boolean>;
6
- declare const useFormCode: () => import('vue').ComputedRef<CodeItem[]>;
7
- declare const useFormDirectModel: () => import('vue').WritableComputedRef<string, string>;
8
- declare const useFormMultiModel: () => import('vue').WritableComputedRef<string[] | undefined, string[] | undefined>;
9
- declare const useFormBooleanModel: () => import('vue').WritableComputedRef<boolean, boolean>;
10
- export { useFormContext, useFormSpan, useFormRules, useFormDisabled, useFormCode, useFormDirectModel, useFormMultiModel, useFormBooleanModel };