@skyfox2000/webui 1.2.8 → 1.2.10

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 (148) hide show
  1. package/package.json +1 -1
  2. package/scripts/userInput.py +2 -0
  3. package/src/components/common/index.ts +3 -0
  4. package/src/components/common/loading/index.vue +11 -0
  5. package/src/components/content/dialog/index.vue +15 -8
  6. package/src/components/content/dialog/uploadForm.vue +38 -79
  7. package/src/components/content/drawer/index.vue +26 -6
  8. package/src/components/content/form/formItem.vue +21 -5
  9. package/src/components/content/form/index.vue +4 -2
  10. package/src/components/content/search/searchItem.vue +1 -1
  11. package/src/components/form/autoComplete/index.vue +12 -4
  12. package/src/components/form/cascader/index.vue +1 -1
  13. package/src/components/form/datePicker/index.vue +1 -1
  14. package/src/components/form/index.ts +1 -0
  15. package/src/components/form/input/inputIcon.vue +1 -1
  16. package/src/components/form/propEditor/index.vue +113 -33
  17. package/src/components/form/select/index.vue +27 -17
  18. package/src/components/form/upload/uploadList.vue +174 -34
  19. package/src/components/index.ts +13 -1
  20. package/src/directives/permission.ts +2 -2
  21. package/src/index.ts +3 -1
  22. package/src/stores/userInfo.ts +28 -2
  23. package/src/typings/form.d.ts +18 -2
  24. package/src/typings/option.d.ts +16 -2
  25. package/src/typings/page.d.ts +1 -0
  26. package/src/utils/download.ts +1 -1
  27. package/src/utils/eventbus.ts +1 -1
  28. package/src/utils/file-upload.ts +75 -14
  29. package/src/utils/form-excel.ts +50 -1
  30. package/src/utils/form-validate.ts +18 -1
  31. package/src/utils/form.ts +3 -1
  32. package/src/utils/options.ts +38 -12
  33. package/lib/AceEditor.d.ts +0 -1
  34. package/lib/BasicLayout.d.ts +0 -1
  35. package/lib/Error403.d.ts +0 -1
  36. package/lib/Error404.d.ts +0 -1
  37. package/lib/ExcelForm.d.ts +0 -1
  38. package/lib/UploadForm.d.ts +0 -1
  39. package/lib/assets/modules/file-upload-CZO-pMJd.js +0 -176
  40. package/lib/assets/modules/form-excel-N-2OYqKv.js +0 -211
  41. package/lib/assets/modules/index-BnHnS9ug.js +0 -111
  42. package/lib/assets/modules/index-CTVMLeDF.js +0 -109
  43. package/lib/assets/modules/index-D9kzQ23e.js +0 -2213
  44. package/lib/assets/modules/menuTabs-BtOiocOC.js +0 -676
  45. package/lib/assets/modules/toolIcon-B9Mw9Ktm.js +0 -50
  46. package/lib/assets/modules/uploadList-B4LxzsC6.js +0 -210
  47. package/lib/components/common/button/index.vue.d.ts +0 -41
  48. package/lib/components/common/icon/appicon.vue.d.ts +0 -11
  49. package/lib/components/common/icon/fullscreen.vue.d.ts +0 -3
  50. package/lib/components/common/icon/helper.vue.d.ts +0 -22
  51. package/lib/components/common/icon/index.vue.d.ts +0 -243
  52. package/lib/components/common/icon/layoutIcon.vue.d.ts +0 -43
  53. package/lib/components/common/icon/projectIcon.vue.d.ts +0 -59
  54. package/lib/components/common/icon/toolIcon.vue.d.ts +0 -43
  55. package/lib/components/common/index.d.ts +0 -18
  56. package/lib/components/common/tooltip/index.vue.d.ts +0 -21
  57. package/lib/components/content/dialog/index.vue.d.ts +0 -34
  58. package/lib/components/content/drawer/index.vue.d.ts +0 -26
  59. package/lib/components/content/form/formItem.vue.d.ts +0 -25
  60. package/lib/components/content/form/index.vue.d.ts +0 -25
  61. package/lib/components/content/index.d.ts +0 -22
  62. package/lib/components/content/search/index.vue.d.ts +0 -30
  63. package/lib/components/content/search/searchItem.vue.d.ts +0 -23
  64. package/lib/components/content/table/index.vue.d.ts +0 -36
  65. package/lib/components/content/table/tableOperate.vue.d.ts +0 -18
  66. package/lib/components/content/toolbar/icontool.vue.d.ts +0 -7
  67. package/lib/components/content/toolbar/index.vue.d.ts +0 -18
  68. package/lib/components/content/tree/index.vue.d.ts +0 -46
  69. package/lib/components/form/aceEditor/aceConfig.d.ts +0 -8
  70. package/lib/components/form/autoComplete/index.vue.d.ts +0 -139
  71. package/lib/components/form/cascader/index.vue.d.ts +0 -109
  72. package/lib/components/form/checkbox/index.vue.d.ts +0 -128
  73. package/lib/components/form/datePicker/index.vue.d.ts +0 -6
  74. package/lib/components/form/index.d.ts +0 -38
  75. package/lib/components/form/input/index.vue.d.ts +0 -26
  76. package/lib/components/form/input/inputIcon.vue.d.ts +0 -10
  77. package/lib/components/form/input/inputNumber.vue.d.ts +0 -3
  78. package/lib/components/form/input/inputPassword.vue.d.ts +0 -3
  79. package/lib/components/form/propEditor/index.vue.d.ts +0 -12
  80. package/lib/components/form/radio/index.vue.d.ts +0 -133
  81. package/lib/components/form/radio/radioStatus.vue.d.ts +0 -31
  82. package/lib/components/form/rangePicker/index.vue.d.ts +0 -16
  83. package/lib/components/form/select/index.vue.d.ts +0 -142
  84. package/lib/components/form/switch/index.vue.d.ts +0 -43
  85. package/lib/components/form/textarea/index.vue.d.ts +0 -3
  86. package/lib/components/form/transfer/index.vue.d.ts +0 -38
  87. package/lib/components/form/transfer/transferTable.vue.d.ts +0 -38
  88. package/lib/components/form/treeSelect/index.vue.d.ts +0 -38
  89. package/lib/components/form/upload/uploadList.vue.d.ts +0 -476
  90. package/lib/components/index.d.ts +0 -4
  91. package/lib/components/layout/breadcrumb/index.vue.d.ts +0 -3
  92. package/lib/components/layout/content/index.vue.d.ts +0 -22
  93. package/lib/components/layout/datetime/index.vue.d.ts +0 -3
  94. package/lib/components/layout/header/headerExits.vue.d.ts +0 -3
  95. package/lib/components/layout/header/index.vue.d.ts +0 -3
  96. package/lib/components/layout/header/user.vue.d.ts +0 -3
  97. package/lib/components/layout/index.d.ts +0 -14
  98. package/lib/components/layout/menu/index.vue.d.ts +0 -6
  99. package/lib/components/layout/menu/menuTabs.vue.d.ts +0 -3
  100. package/lib/const/options.d.ts +0 -32
  101. package/lib/directives/enter-submit.d.ts +0 -4
  102. package/lib/directives/index.d.ts +0 -2
  103. package/lib/directives/permission.d.ts +0 -5
  104. package/lib/es/AceEditor/index.js +0 -167
  105. package/lib/es/BasicLayout/index.js +0 -101
  106. package/lib/es/Error403/index.js +0 -39
  107. package/lib/es/Error404/index.js +0 -39
  108. package/lib/es/ExcelForm/index.js +0 -321
  109. package/lib/es/UploadForm/index.js +0 -137
  110. package/lib/index.d.ts +0 -45
  111. package/lib/router/index.d.ts +0 -15
  112. package/lib/stores/appInfo.d.ts +0 -31
  113. package/lib/stores/hostInfo.d.ts +0 -9
  114. package/lib/stores/pageInfo.d.ts +0 -18
  115. package/lib/stores/pinia.d.ts +0 -3
  116. package/lib/stores/settingInfo.d.ts +0 -8
  117. package/lib/stores/userInfo.d.ts +0 -24
  118. package/lib/typings/data.d.ts +0 -80
  119. package/lib/typings/form.d.ts +0 -171
  120. package/lib/typings/menu.d.ts +0 -7
  121. package/lib/typings/option.d.ts +0 -175
  122. package/lib/typings/page.d.ts +0 -69
  123. package/lib/typings/table.d.ts +0 -181
  124. package/lib/typings/tools.d.ts +0 -130
  125. package/lib/typings/tree.d.ts +0 -72
  126. package/lib/typings/upload.d.ts +0 -161
  127. package/lib/typings/urls.d.ts +0 -69
  128. package/lib/utils/cache.d.ts +0 -23
  129. package/lib/utils/data.d.ts +0 -6
  130. package/lib/utils/download.d.ts +0 -4
  131. package/lib/utils/eventbus.d.ts +0 -16
  132. package/lib/utils/export-table.d.ts +0 -12
  133. package/lib/utils/file-upload.d.ts +0 -15
  134. package/lib/utils/form-excel.d.ts +0 -30
  135. package/lib/utils/form-validate.d.ts +0 -29
  136. package/lib/utils/form.d.ts +0 -9
  137. package/lib/utils/icon-loader.d.ts +0 -125
  138. package/lib/utils/isEmpty.d.ts +0 -1
  139. package/lib/utils/main-openapis.d.ts +0 -8
  140. package/lib/utils/menu.d.ts +0 -6
  141. package/lib/utils/options.d.ts +0 -10
  142. package/lib/utils/page.d.ts +0 -25
  143. package/lib/utils/table.d.ts +0 -21
  144. package/lib/utils/tools.d.ts +0 -18
  145. package/lib/utils/tree.d.ts +0 -3
  146. package/lib/vite-env.d.ts +0 -8
  147. package/lib/webui.css +0 -1
  148. package/lib/webui.es.js +0 -2240
@@ -1,128 +0,0 @@
1
- import { IUrlInfo, ReqParams } from '../../../../../502417_fapi';
2
- import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ExtractPropTypes<{
4
- nodata: {
5
- type: StringConstructor;
6
- default: string;
7
- };
8
- wrap: {
9
- type: NumberConstructor;
10
- };
11
- disabledItems: {
12
- type: () => string[];
13
- };
14
- autoload: {
15
- type: PropType<boolean>;
16
- required: boolean;
17
- default: boolean;
18
- };
19
- all: {
20
- type: PropType<boolean>;
21
- required: boolean;
22
- default: boolean;
23
- };
24
- data: {
25
- type: PropType<Record<string, any>[]>;
26
- required: boolean;
27
- };
28
- fieldMap: {
29
- type: PropType<Record<string, string>>;
30
- required: boolean;
31
- };
32
- url: {
33
- type: PropType<IUrlInfo>;
34
- required: boolean;
35
- };
36
- params: {
37
- type: PropType<ReqParams>;
38
- required: boolean;
39
- };
40
- labels: {
41
- type: PropType<string | number | (string | number)[]>;
42
- required: boolean;
43
- };
44
- formData: {
45
- type: PropType<Record<string, any>>;
46
- required: boolean;
47
- };
48
- outFields: {
49
- type: PropType<Record<string, string>>;
50
- required: boolean;
51
- };
52
- reloadEvent: {
53
- type: PropType<string>;
54
- required: boolean;
55
- };
56
- changeEvent: {
57
- type: PropType<string | string[]>;
58
- required: boolean;
59
- };
60
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
61
- change: (...args: any[]) => void;
62
- "update:labels": (...args: any[]) => void;
63
- }, string, PublicProps, Readonly< ExtractPropTypes<{
64
- nodata: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- wrap: {
69
- type: NumberConstructor;
70
- };
71
- disabledItems: {
72
- type: () => string[];
73
- };
74
- autoload: {
75
- type: PropType<boolean>;
76
- required: boolean;
77
- default: boolean;
78
- };
79
- all: {
80
- type: PropType<boolean>;
81
- required: boolean;
82
- default: boolean;
83
- };
84
- data: {
85
- type: PropType<Record<string, any>[]>;
86
- required: boolean;
87
- };
88
- fieldMap: {
89
- type: PropType<Record<string, string>>;
90
- required: boolean;
91
- };
92
- url: {
93
- type: PropType<IUrlInfo>;
94
- required: boolean;
95
- };
96
- params: {
97
- type: PropType<ReqParams>;
98
- required: boolean;
99
- };
100
- labels: {
101
- type: PropType<string | number | (string | number)[]>;
102
- required: boolean;
103
- };
104
- formData: {
105
- type: PropType<Record<string, any>>;
106
- required: boolean;
107
- };
108
- outFields: {
109
- type: PropType<Record<string, string>>;
110
- required: boolean;
111
- };
112
- reloadEvent: {
113
- type: PropType<string>;
114
- required: boolean;
115
- };
116
- changeEvent: {
117
- type: PropType<string | string[]>;
118
- required: boolean;
119
- };
120
- }>> & Readonly<{
121
- onChange?: ((...args: any[]) => any) | undefined;
122
- "onUpdate:labels"?: ((...args: any[]) => any) | undefined;
123
- }>, {
124
- all: boolean;
125
- autoload: boolean;
126
- nodata: string;
127
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
128
- export default _default;
@@ -1,6 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- valueFormat?: string;
4
- };
5
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6
- export default _default;
@@ -1,38 +0,0 @@
1
- import { default as AutoComplete } from './autoComplete/index.vue';
2
- import { default as Cascader } from './cascader/index.vue';
3
- import { default as Checkbox } from './checkbox/index.vue';
4
- import { default as DatePicker } from './datePicker/index.vue';
5
- import { default as Input } from './input/index.vue';
6
- import { default as InputIcon } from './input/inputIcon.vue';
7
- import { default as InputPassword } from './input/inputPassword.vue';
8
- import { default as InputNumber } from './input/inputNumber.vue';
9
- import { default as PropEditor } from './propEditor/index.vue';
10
- import { default as Radio } from './radio/index.vue';
11
- import { default as RadioStatus } from './radio/radioStatus.vue';
12
- import { default as RangePicker } from './rangePicker/index.vue';
13
- import { default as Select } from './select/index.vue';
14
- import { default as Switch } from './switch/index.vue';
15
- import { default as Textarea } from './textarea/index.vue';
16
- import { default as Transfer } from './transfer/index.vue';
17
- import { default as TransferTable } from './transfer/transferTable.vue';
18
- import { default as TreeSelect } from './treeSelect/index.vue';
19
- import { default as UploadList } from './upload/uploadList.vue';
20
- export { AutoComplete };
21
- export { Cascader };
22
- export { Checkbox };
23
- export { DatePicker };
24
- export { Input };
25
- export { InputIcon };
26
- export { InputPassword };
27
- export { InputNumber };
28
- export { PropEditor };
29
- export { Radio };
30
- export { RadioStatus };
31
- export { RangePicker };
32
- export { Select };
33
- export { Switch };
34
- export { Textarea };
35
- export { Transfer };
36
- export { TransferTable };
37
- export { TreeSelect };
38
- export { UploadList };
@@ -1,26 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- value?: any;
4
- };
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- addonBefore?(_: {}): any;
9
- addonAfter?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: any;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
- "update:value": (...args: any[]) => void;
17
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
18
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
- export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
@@ -1,10 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- value?: string | null;
4
- };
5
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
- "update:value": (...args: any[]) => void;
7
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
8
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
9
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
- export default _default;
@@ -1,3 +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;
@@ -1,3 +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;
@@ -1,12 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- value: Record<string, string>;
4
- labelHolder?: string;
5
- valueHolder: string;
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, {}, HTMLDivElement>;
12
- export default _default;
@@ -1,133 +0,0 @@
1
- import { IUrlInfo, ReqParams } from '../../../../../502417_fapi';
2
- import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ExtractPropTypes<{
4
- value: {
5
- type: (ArrayConstructor | StringConstructor | NumberConstructor | null)[];
6
- default: undefined;
7
- };
8
- nodata: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- wrap: {
13
- type: NumberConstructor;
14
- };
15
- autoload: {
16
- type: PropType<boolean>;
17
- required: boolean;
18
- default: boolean;
19
- };
20
- all: {
21
- type: PropType<boolean>;
22
- required: boolean;
23
- default: boolean;
24
- };
25
- data: {
26
- type: PropType<Record<string, any>[]>;
27
- required: boolean;
28
- };
29
- fieldMap: {
30
- type: PropType<Record<string, string>>;
31
- required: boolean;
32
- };
33
- url: {
34
- type: PropType<IUrlInfo>;
35
- required: boolean;
36
- };
37
- params: {
38
- type: PropType<ReqParams>;
39
- required: boolean;
40
- };
41
- labels: {
42
- type: PropType<string | number | (string | number)[]>;
43
- required: boolean;
44
- };
45
- formData: {
46
- type: PropType<Record<string, any>>;
47
- required: boolean;
48
- };
49
- outFields: {
50
- type: PropType<Record<string, string>>;
51
- required: boolean;
52
- };
53
- reloadEvent: {
54
- type: PropType<string>;
55
- required: boolean;
56
- };
57
- changeEvent: {
58
- type: PropType<string | string[]>;
59
- required: boolean;
60
- };
61
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
62
- change: (...args: any[]) => void;
63
- "update:value": (...args: any[]) => void;
64
- "update:labels": (...args: any[]) => void;
65
- }, string, PublicProps, Readonly< ExtractPropTypes<{
66
- value: {
67
- type: (ArrayConstructor | StringConstructor | NumberConstructor | null)[];
68
- default: undefined;
69
- };
70
- nodata: {
71
- type: StringConstructor;
72
- default: string;
73
- };
74
- wrap: {
75
- type: NumberConstructor;
76
- };
77
- autoload: {
78
- type: PropType<boolean>;
79
- required: boolean;
80
- default: boolean;
81
- };
82
- all: {
83
- type: PropType<boolean>;
84
- required: boolean;
85
- default: boolean;
86
- };
87
- data: {
88
- type: PropType<Record<string, any>[]>;
89
- required: boolean;
90
- };
91
- fieldMap: {
92
- type: PropType<Record<string, string>>;
93
- required: boolean;
94
- };
95
- url: {
96
- type: PropType<IUrlInfo>;
97
- required: boolean;
98
- };
99
- params: {
100
- type: PropType<ReqParams>;
101
- required: boolean;
102
- };
103
- labels: {
104
- type: PropType<string | number | (string | number)[]>;
105
- required: boolean;
106
- };
107
- formData: {
108
- type: PropType<Record<string, any>>;
109
- required: boolean;
110
- };
111
- outFields: {
112
- type: PropType<Record<string, string>>;
113
- required: boolean;
114
- };
115
- reloadEvent: {
116
- type: PropType<string>;
117
- required: boolean;
118
- };
119
- changeEvent: {
120
- type: PropType<string | string[]>;
121
- required: boolean;
122
- };
123
- }>> & Readonly<{
124
- onChange?: ((...args: any[]) => any) | undefined;
125
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
126
- "onUpdate:labels"?: ((...args: any[]) => any) | undefined;
127
- }>, {
128
- value: string | number | unknown[] | null;
129
- all: boolean;
130
- autoload: boolean;
131
- nodata: string;
132
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
133
- export default _default;
@@ -1,31 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- dataKey: {
4
- type: PropType<string>;
5
- default: string;
6
- };
7
- all: {
8
- type: PropType<boolean>;
9
- required: false;
10
- };
11
- allValue: {
12
- type: PropType<string | number | string[] | number[]>;
13
- required: false;
14
- };
15
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
16
- dataKey: {
17
- type: PropType<string>;
18
- default: string;
19
- };
20
- all: {
21
- type: PropType<boolean>;
22
- required: false;
23
- };
24
- allValue: {
25
- type: PropType<string | number | string[] | number[]>;
26
- required: false;
27
- };
28
- }>> & Readonly<{}>, {
29
- dataKey: string;
30
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
31
- export default _default;
@@ -1,16 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
3
- startDate?: string | null;
4
- endDate?: string | null;
5
- valueFormat?: string;
6
- };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
- "update:startDate": (value: string | null) => any;
9
- "update:endDate": (value: string | null) => any;
10
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- "onUpdate:startDate"?: ((value: string | null) => any) | undefined;
12
- "onUpdate:endDate"?: ((value: string | null) => any) | undefined;
13
- }>, {
14
- valueFormat: string;
15
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
- export default _default;
@@ -1,142 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- import { IUrlInfo, ReqParams } from '../../../../../502417_fapi';
3
- type SelectValueType = string | number | string[] | number[] | null;
4
- declare const _default: DefineComponent<ExtractPropTypes<{
5
- value: {
6
- type: PropType<SelectValueType>;
7
- default: undefined;
8
- };
9
- selectFirst: {
10
- type: BooleanConstructor;
11
- default: boolean;
12
- };
13
- dataKey: {
14
- type: PropType<string>;
15
- required: false;
16
- };
17
- all: {
18
- type: PropType<boolean>;
19
- default: boolean;
20
- };
21
- allValue: {
22
- type: PropType<string | number | string[] | number[]>;
23
- required: false;
24
- };
25
- autoload: {
26
- type: PropType<boolean>;
27
- required: boolean;
28
- default: boolean;
29
- };
30
- data: {
31
- type: PropType<Record<string, any>[]>;
32
- required: boolean;
33
- };
34
- fieldMap: {
35
- type: PropType<Record<string, string>>;
36
- required: boolean;
37
- };
38
- url: {
39
- type: PropType<IUrlInfo>;
40
- required: boolean;
41
- };
42
- params: {
43
- type: PropType< ReqParams>;
44
- required: boolean;
45
- };
46
- labels: {
47
- type: PropType<string | number | (string | number)[]>;
48
- required: boolean;
49
- };
50
- formData: {
51
- type: PropType<Record<string, any>>;
52
- required: boolean;
53
- };
54
- outFields: {
55
- type: PropType<Record<string, string>>;
56
- required: boolean;
57
- };
58
- reloadEvent: {
59
- type: PropType<string>;
60
- required: boolean;
61
- };
62
- changeEvent: {
63
- type: PropType<string | string[]>;
64
- required: boolean;
65
- };
66
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
67
- change: (...args: any[]) => void;
68
- "update:value": (...args: any[]) => void;
69
- "update:labels": (...args: any[]) => void;
70
- }, string, PublicProps, Readonly< ExtractPropTypes<{
71
- value: {
72
- type: PropType<SelectValueType>;
73
- default: undefined;
74
- };
75
- selectFirst: {
76
- type: BooleanConstructor;
77
- default: boolean;
78
- };
79
- dataKey: {
80
- type: PropType<string>;
81
- required: false;
82
- };
83
- all: {
84
- type: PropType<boolean>;
85
- default: boolean;
86
- };
87
- allValue: {
88
- type: PropType<string | number | string[] | number[]>;
89
- required: false;
90
- };
91
- autoload: {
92
- type: PropType<boolean>;
93
- required: boolean;
94
- default: boolean;
95
- };
96
- data: {
97
- type: PropType<Record<string, any>[]>;
98
- required: boolean;
99
- };
100
- fieldMap: {
101
- type: PropType<Record<string, string>>;
102
- required: boolean;
103
- };
104
- url: {
105
- type: PropType<IUrlInfo>;
106
- required: boolean;
107
- };
108
- params: {
109
- type: PropType< ReqParams>;
110
- required: boolean;
111
- };
112
- labels: {
113
- type: PropType<string | number | (string | number)[]>;
114
- required: boolean;
115
- };
116
- formData: {
117
- type: PropType<Record<string, any>>;
118
- required: boolean;
119
- };
120
- outFields: {
121
- type: PropType<Record<string, string>>;
122
- required: boolean;
123
- };
124
- reloadEvent: {
125
- type: PropType<string>;
126
- required: boolean;
127
- };
128
- changeEvent: {
129
- type: PropType<string | string[]>;
130
- required: boolean;
131
- };
132
- }>> & Readonly<{
133
- onChange?: ((...args: any[]) => any) | undefined;
134
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
135
- "onUpdate:labels"?: ((...args: any[]) => any) | undefined;
136
- }>, {
137
- value: SelectValueType;
138
- all: boolean;
139
- autoload: boolean;
140
- selectFirst: boolean;
141
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
142
- export default _default;
@@ -1,43 +0,0 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- data: {
4
- type: {
5
- (arrayLength: number): Record<string, any>[];
6
- (...items: Record<string, any>[]): Record<string, any>[];
7
- new (arrayLength: number): Record<string, any>[];
8
- new (...items: Record<string, any>[]): Record<string, any>[];
9
- isArray(arg: any): arg is any[];
10
- readonly prototype: any[];
11
- from<T>(arrayLike: ArrayLike<T>): T[];
12
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
13
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
14
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
15
- of<T>(...items: T[]): T[];
16
- readonly [Symbol.species]: ArrayConstructor;
17
- };
18
- required: true;
19
- };
20
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
21
- change: (checked: string | number | boolean) => any;
22
- }, string, PublicProps, Readonly< ExtractPropTypes<{
23
- data: {
24
- type: {
25
- (arrayLength: number): Record<string, any>[];
26
- (...items: Record<string, any>[]): Record<string, any>[];
27
- new (arrayLength: number): Record<string, any>[];
28
- new (...items: Record<string, any>[]): Record<string, any>[];
29
- isArray(arg: any): arg is any[];
30
- readonly prototype: any[];
31
- from<T>(arrayLike: ArrayLike<T>): T[];
32
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
33
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
34
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
35
- of<T>(...items: T[]): T[];
36
- readonly [Symbol.species]: ArrayConstructor;
37
- };
38
- required: true;
39
- };
40
- }>> & Readonly<{
41
- onChange?: ((checked: string | number | boolean) => any) | undefined;
42
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
43
- export default _default;
@@ -1,3 +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;
@@ -1,38 +0,0 @@
1
- import { IUrlInfo, ReqParams } from '../../../../../502417_fapi';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = {
4
- autoload?: boolean;
5
- url?: IUrlInfo;
6
- params?: ReqParams;
7
- value?: string[];
8
- };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- children?(_: {
13
- direction: any;
14
- disabled: any;
15
- filteredItems: any;
16
- onItemSelectAll: any;
17
- onItemSelect: any;
18
- selectedKeys: any;
19
- }): any;
20
- };
21
- refs: {};
22
- rootEl: any;
23
- };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
- change: (...args: any[]) => void;
27
- "update:value": (...args: any[]) => void;
28
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
29
- onChange?: ((...args: any[]) => any) | undefined;
30
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
31
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
- export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
35
- new (): {
36
- $slots: S;
37
- };
38
- };
@@ -1,38 +0,0 @@
1
- import { AnyData } from '../../../../../502417_fapi';
2
- import { GridControl } from '../../../index';
3
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
- declare const _default: DefineComponent<ExtractPropTypes<{
5
- autoload: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- gridCtrl: {
10
- type: PropType<GridControl<AnyData>>;
11
- required: true;
12
- };
13
- value: {
14
- type: PropType<string[]>;
15
- default: () => never[];
16
- };
17
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
- "update:value": (...args: any[]) => void;
19
- }, string, PublicProps, Readonly< ExtractPropTypes<{
20
- autoload: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- gridCtrl: {
25
- type: PropType<GridControl<AnyData>>;
26
- required: true;
27
- };
28
- value: {
29
- type: PropType<string[]>;
30
- default: () => never[];
31
- };
32
- }>> & Readonly<{
33
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
34
- }>, {
35
- value: string[];
36
- autoload: boolean;
37
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
38
- export default _default;