@skyfox2000/webui 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/lib/AceEditor.d.ts +0 -3
  2. package/lib/BasicLayout.d.ts +0 -3
  3. package/lib/Error403.d.ts +0 -3
  4. package/lib/Error404.d.ts +0 -3
  5. package/lib/ExcelForm.d.ts +0 -3
  6. package/lib/UploadForm.d.ts +0 -3
  7. package/lib/assets/modules/{index-FzWSvscZ.js → index-B8vL5FiT.js} +1 -1
  8. package/lib/assets/modules/menuTabs-DQt4U8CY.js +638 -0
  9. package/lib/assets/modules/uploadList-sP-EZUPi.js +182 -0
  10. package/lib/components/content/index.d.ts +0 -4
  11. package/lib/components/content/index.d.ts.map +1 -1
  12. package/lib/components/form/autoComplete/index.vue.d.ts +3 -3
  13. package/lib/components/form/cascader/index.vue.d.ts +3 -3
  14. package/lib/components/form/checkbox/index.vue.d.ts +1 -1
  15. package/lib/components/form/index.d.ts +0 -2
  16. package/lib/components/form/index.d.ts.map +1 -1
  17. package/lib/components/form/radio/index.vue.d.ts +3 -3
  18. package/lib/components/form/select/index.vue.d.ts +3 -3
  19. package/lib/components/form/transfer/index.vue.d.ts +2 -2
  20. package/lib/components/form/treeSelect/index.vue.d.ts +2 -2
  21. package/lib/components/index.d.ts +3 -6
  22. package/lib/components/index.d.ts.map +1 -1
  23. package/lib/components/layout/index.d.ts +0 -2
  24. package/lib/components/layout/index.d.ts.map +1 -1
  25. package/lib/es/AceEditor/index.js +9 -11
  26. package/lib/es/BasicLayout/index.js +94 -2
  27. package/lib/es/Error403/index.js +31 -2
  28. package/lib/es/Error404/index.js +31 -2
  29. package/lib/es/ExcelForm/index.js +315 -3
  30. package/lib/es/UploadForm/index.js +133 -3
  31. package/lib/webui.css +1 -1
  32. package/lib/webui.es.js +1565 -1573
  33. package/package.json +1 -1
  34. package/src/components/content/index.ts +4 -4
  35. package/src/components/form/index.ts +2 -2
  36. package/src/components/index.ts +1 -10
  37. package/src/components/layout/index.ts +2 -2
  38. package/lib/assets/modules/basicLayout-YP_-EySb.js +0 -726
  39. package/lib/assets/modules/error403-Bi0E2twj.js +0 -33
  40. package/lib/assets/modules/error404-BF7vasR_.js +0 -33
  41. package/lib/assets/modules/excelForm-WJVQmaDT.js +0 -317
  42. package/lib/assets/modules/uploadForm-CwXiG05t.js +0 -309
  43. package/lib/components/content/dialog/excelForm.vue.d.ts +0 -31
  44. package/lib/components/content/dialog/excelForm.vue.d.ts.map +0 -1
  45. package/lib/components/content/dialog/uploadForm.vue.d.ts +0 -25
  46. package/lib/components/content/dialog/uploadForm.vue.d.ts.map +0 -1
  47. package/lib/components/error/error403.vue.d.ts +0 -4
  48. package/lib/components/error/error403.vue.d.ts.map +0 -1
  49. package/lib/components/error/error404.vue.d.ts +0 -4
  50. package/lib/components/error/error404.vue.d.ts.map +0 -1
  51. package/lib/components/form/aceEditor/index.vue.d.ts +0 -13
  52. package/lib/components/form/aceEditor/index.vue.d.ts.map +0 -1
  53. package/lib/components/layout/page/basicLayout.vue.d.ts +0 -7
  54. package/lib/components/layout/page/basicLayout.vue.d.ts.map +0 -1
  55. /package/lib/assets/modules/{uploadForm-BahGnrAq.js → index-BahGnrAq.js} +0 -0
  56. /package/lib/assets/modules/{excelForm-Dzndz-SG.js → index-Dzndz-SG.js} +0 -0
@@ -1,31 +0,0 @@
1
- import { EditorControl, GridControl, ExcelFileParams } from '@skyfox2000/webbase';
2
- import { AnyData } from '../../../../../502417_fapi';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
- type __VLS_Props = {
5
- title: String;
6
- gridCtrl: GridControl<AnyData>;
7
- excelCtrl: EditorControl<AnyData>;
8
- uploadParams: ExcelFileParams;
9
- excelFieldMap: Record<string, string>;
10
- fileField?: string;
11
- excelBatchField?: string;
12
- saveText?: string;
13
- };
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- default?(_: {}): any;
18
- };
19
- refs: {};
20
- rootEl: any;
21
- };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
- export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
27
- new (): {
28
- $slots: S;
29
- };
30
- };
31
- //# sourceMappingURL=excelForm.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"excelForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/content/dialog/excelForm.vue"],"names":[],"mappings":"AAoeA,OAAO,EACJ,aAAa,EACb,WAAW,EAOX,eAAe,EAGjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAa,MAAM,kBAAkB,CAAC;AAKtD,OAAO,iCAAiC,CAAC;AAKzC,KAAK,WAAW,GAAG;IAIhB,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAI/B,SAAS,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAIlC,YAAY,EAAE,eAAe,CAAC;IAK9B,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAItC,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AA0SF,iBAAS,cAAc;WAgRT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAgCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,25 +0,0 @@
1
- import { EditorControl, GridControl, UploadFile } from '@skyfox2000/webbase';
2
- import { AnyData, IUrlInfo } from '../../../../../502417_fapi';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
- type __VLS_Props = {
5
- mode: 'Row' | 'Page';
6
- fileExt?: string[];
7
- gridCtrl: GridControl<AnyData>;
8
- maxCount?: number;
9
- maxConcurrent?: number;
10
- uploadForm: EditorControl<AnyData>;
11
- uploadUrl?: IUrlInfo;
12
- downloadUrl?: IUrlInfo;
13
- continueOnError?: boolean;
14
- };
15
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
- "before:file-list": (args_0: EditorControl<any>, args_1: UploadFile<AjaxResponse>[]) => any;
17
- "before:upload": (args_0: UploadFile<AjaxResponse>[]) => any;
18
- "after:upload": (args_0: UploadFile<AjaxResponse>[]) => any;
19
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
20
- "onBefore:file-list"?: ((args_0: EditorControl<any>, args_1: UploadFile<AjaxResponse>[]) => any) | undefined;
21
- "onBefore:upload"?: ((args_0: UploadFile<AjaxResponse>[]) => any) | undefined;
22
- "onAfter:upload"?: ((args_0: UploadFile<AjaxResponse>[]) => any) | undefined;
23
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
24
- export default _default;
25
- //# sourceMappingURL=uploadForm.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"uploadForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/content/dialog/uploadForm.vue"],"names":[],"mappings":"AAyOA,OAAO,EAAiB,aAAa,EAAE,WAAW,EAAiB,MAAM,qBAAqB,CAAC;AAC/F,OAAO,EAAE,OAAO,EAAe,QAAQ,EAAa,MAAM,kBAAkB,CAAC;AAE7E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,KAAK,WAAW,GAAG;IAMhB,IAAI,EAAE,KAAK,GAAG,MAAM,CAAC;IAIrB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAInB,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAK/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,aAAa,CAAC,EAAE,MAAM,CAAC;IAIvB,UAAU,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAInC,SAAS,CAAC,EAAE,QAAQ,CAAC;IAIrB,WAAW,CAAC,EAAE,QAAQ,CAAC;IAIvB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;;;;;;;;;;AA8QF,wBAQG"}
@@ -1,4 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
- export default _default;
4
- //# sourceMappingURL=error403.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error403.vue.d.ts","sourceRoot":"","sources":["../../../src/components/error/error403.vue"],"names":[],"mappings":";;AA8FA,wBAMG"}
@@ -1,4 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
- export default _default;
4
- //# sourceMappingURL=error404.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error404.vue.d.ts","sourceRoot":"","sources":["../../../src/components/error/error404.vue"],"names":[],"mappings":";;AA8FA,wBAMG"}
@@ -1,13 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- value?: any;
4
- baseUrl: string;
5
- lang?: 'json' | 'javascript' | 'yaml';
6
- };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
- "update:value": (...args: any[]) => void;
9
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
- export default _default;
13
- //# sourceMappingURL=index.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/aceEditor/index.vue"],"names":[],"mappings":";AAqLA,KAAK,WAAW,GAAG;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC;CACxC,CAAC;;;;;;AAkUF,wBAOG"}
@@ -1,7 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- routes: any;
4
- };
5
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6
- export default _default;
7
- //# sourceMappingURL=basicLayout.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"basicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/page/basicLayout.vue"],"names":[],"mappings":";AAgFA,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,GAAG,CAAA;CAAE,CAAC;;AA0NnC,wBAOG"}