@pusdn/pgz-comp-elep 5.2.1

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 (94) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +218 -0
  3. package/global.d.ts +150 -0
  4. package/lib/adaptive-page/index.d.ts +17096 -0
  5. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  6. package/lib/adaptive-page/src/type.d.ts +9 -0
  7. package/lib/button/index.d.ts +134 -0
  8. package/lib/button/src/index.vue.d.ts +67 -0
  9. package/lib/button/src/type.d.ts +10 -0
  10. package/lib/chart/index.d.ts +164 -0
  11. package/lib/chart/src/index.vue.d.ts +77 -0
  12. package/lib/chart/src/type.d.ts +7 -0
  13. package/lib/checkbox/index.d.ts +206 -0
  14. package/lib/checkbox/src/checkbox.d.ts +5 -0
  15. package/lib/checkbox/src/index.vue.d.ts +91 -0
  16. package/lib/components.d.ts +45 -0
  17. package/lib/date-picker/index.d.ts +170 -0
  18. package/lib/date-picker/src/index.vue.d.ts +77 -0
  19. package/lib/date-picker/src/type.d.ts +10 -0
  20. package/lib/detail/index.d.ts +182 -0
  21. package/lib/detail/src/index.vue.d.ts +88 -0
  22. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  23. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  24. package/lib/detail/src/type.d.ts +27 -0
  25. package/lib/favicon.ico +0 -0
  26. package/lib/form/index.d.ts +308 -0
  27. package/lib/form/src/index.vue.d.ts +125 -0
  28. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  29. package/lib/form/src/renderComp.vue.d.ts +8 -0
  30. package/lib/form/src/type.d.ts +26 -0
  31. package/lib/index.d.ts +31 -0
  32. package/lib/input/index.d.ts +215 -0
  33. package/lib/input/src/index.vue.d.ts +109 -0
  34. package/lib/input/src/type.d.ts +13 -0
  35. package/lib/layout-page/index.d.ts +114 -0
  36. package/lib/layout-page/src/index.vue.d.ts +62 -0
  37. package/lib/layout-page-item/index.d.ts +35 -0
  38. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  39. package/lib/module-form/index.d.ts +530 -0
  40. package/lib/module-form/src/index.vue.d.ts +243 -0
  41. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  42. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  43. package/lib/module-form/src/type.d.ts +19 -0
  44. package/lib/pgz-comp-elep.es.js +14972 -0
  45. package/lib/pgz-comp-elep.es.js.gz +0 -0
  46. package/lib/pgz-comp-elep.umd.js +16 -0
  47. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  48. package/lib/query-condition/index.d.ts +701 -0
  49. package/lib/query-condition/src/index.vue.d.ts +326 -0
  50. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  51. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  52. package/lib/query-condition/src/type.d.ts +21 -0
  53. package/lib/query-condition/src/useComputed.d.ts +27 -0
  54. package/lib/radio/index.d.ts +206 -0
  55. package/lib/radio/src/index.vue.d.ts +91 -0
  56. package/lib/radio/src/radio.d.ts +12 -0
  57. package/lib/select/index.d.ts +371 -0
  58. package/lib/select/src/index.vue.d.ts +200 -0
  59. package/lib/select/src/type.d.ts +42 -0
  60. package/lib/select-icon/index.d.ts +174 -0
  61. package/lib/select-icon/src/index.vue.d.ts +89 -0
  62. package/lib/select-table/index.d.ts +2165 -0
  63. package/lib/select-table/src/index.vue.d.ts +963 -0
  64. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  65. package/lib/select-table/src/type.d.ts +56 -0
  66. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  67. package/lib/step-wizard/index.d.ts +146 -0
  68. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  69. package/lib/step-wizard/src/type.d.ts +25 -0
  70. package/lib/style.css +1 -0
  71. package/lib/style.css.gz +0 -0
  72. package/lib/table/index.d.ts +2540 -0
  73. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  74. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  75. package/lib/table/src/index.vue.d.ts +941 -0
  76. package/lib/table/src/operator.vue.d.ts +80 -0
  77. package/lib/table/src/renderCol.vue.d.ts +20 -0
  78. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  79. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  80. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  81. package/lib/table/src/tableProps.d.ts +100 -0
  82. package/lib/table/src/useExpose.d.ts +16 -0
  83. package/lib/table/src/useVirtualized.d.ts +9 -0
  84. package/lib/tabs/index.d.ts +69 -0
  85. package/lib/tabs/src/index.vue.d.ts +34 -0
  86. package/lib/timer-btn/index.d.ts +92 -0
  87. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  88. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  89. package/lib/utils/index.d.ts +33 -0
  90. package/lib/weixin.jpg +0 -0
  91. package/lib/withInstall.d.ts +4 -0
  92. package/lib/wocwin.jpg +0 -0
  93. package/package.json +111 -0
  94. package/typings/index.d.ts +161 -0
@@ -0,0 +1,243 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ handleType: {
3
+ type: StringConstructor;
4
+ required: false;
5
+ default: string;
6
+ };
7
+ isShowHeader: {
8
+ type: BooleanConstructor;
9
+ required: false;
10
+ default: boolean;
11
+ };
12
+ titleSlot: {
13
+ type: BooleanConstructor;
14
+ required: false;
15
+ default: boolean;
16
+ };
17
+ isShowBack: {
18
+ type: BooleanConstructor;
19
+ required: false;
20
+ default: boolean;
21
+ };
22
+ isGoBackEvent: {
23
+ type: BooleanConstructor;
24
+ required: false;
25
+ default: boolean;
26
+ };
27
+ btnSaveBind: {
28
+ type: ObjectConstructor;
29
+ required: false;
30
+ default: () => {};
31
+ };
32
+ btnCancelBind: {
33
+ type: ObjectConstructor;
34
+ required: false;
35
+ default: () => {};
36
+ };
37
+ isTabMargin: {
38
+ type: BooleanConstructor;
39
+ required: false;
40
+ default: boolean;
41
+ };
42
+ tabMarginNum: {
43
+ type: NumberConstructor;
44
+ required: false;
45
+ default: number;
46
+ };
47
+ footer: {
48
+ type: null;
49
+ required: false;
50
+ };
51
+ title: {
52
+ type: StringConstructor;
53
+ required: false;
54
+ default: string;
55
+ };
56
+ subTitle: {
57
+ type: StringConstructor;
58
+ required: false;
59
+ default: string;
60
+ };
61
+ tabs: {
62
+ type: ArrayConstructor;
63
+ required: false;
64
+ default: () => never[];
65
+ };
66
+ submit: {
67
+ type: FunctionConstructor;
68
+ required: false;
69
+ default: () => Promise<boolean>;
70
+ };
71
+ }>, {
72
+ props: any;
73
+ attrs: any;
74
+ slots: Readonly<{
75
+ [name: string]: import("vue").Slot<any> | undefined;
76
+ }>;
77
+ activeName: import("vue").Ref<any, any>;
78
+ loading: import("vue").Ref<boolean, boolean>;
79
+ saveAttrs: import("vue").ComputedRef<any>;
80
+ cancelAttrs: import("vue").ComputedRef<any>;
81
+ tForm: any;
82
+ emits: (event: "validateError" | "back" | "tabsChange", ...args: any[]) => void;
83
+ saveHandle: () => Promise<void>;
84
+ back: () => void;
85
+ setSelectedTab: (key: any) => void;
86
+ tabsChange: (tab: any) => void;
87
+ resetFormFields: () => void;
88
+ clearValidate: () => void;
89
+ updateFormFields: () => void;
90
+ ModuleDetail: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
91
+ descData: {
92
+ type: ObjectConstructor;
93
+ default: () => {};
94
+ };
95
+ titleBold: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ }>, {
100
+ props: any;
101
+ slots: Readonly<{
102
+ [name: string]: import("vue").Slot<any> | undefined;
103
+ }>;
104
+ attrs: any;
105
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
106
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
107
+ descData: {
108
+ type: ObjectConstructor;
109
+ default: () => {};
110
+ };
111
+ titleBold: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ }>> & Readonly<{}>, {
116
+ descData: Record<string, any>;
117
+ titleBold: boolean;
118
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
119
+ ModuleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
120
+ formOpts: {
121
+ type: ObjectConstructor;
122
+ default: () => {};
123
+ };
124
+ titleBold: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ }>, {
129
+ props: any;
130
+ dashboardRef: any;
131
+ slots: Readonly<{
132
+ [name: string]: import("vue").Slot<any> | undefined;
133
+ }>;
134
+ attrs: any;
135
+ getChildRef: (index: string | number) => any;
136
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
137
+ emits: (event: "handleEvent", ...args: any[]) => void;
138
+ handleEvent: (val: any, type: any) => void;
139
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
140
+ formOpts: {
141
+ type: ObjectConstructor;
142
+ default: () => {};
143
+ };
144
+ titleBold: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ }>> & Readonly<{
149
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
150
+ }>, {
151
+ formOpts: Record<string, any>;
152
+ titleBold: boolean;
153
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
154
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("validateError" | "back" | "tabsChange")[], "validateError" | "back" | "tabsChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
155
+ handleType: {
156
+ type: StringConstructor;
157
+ required: false;
158
+ default: string;
159
+ };
160
+ isShowHeader: {
161
+ type: BooleanConstructor;
162
+ required: false;
163
+ default: boolean;
164
+ };
165
+ titleSlot: {
166
+ type: BooleanConstructor;
167
+ required: false;
168
+ default: boolean;
169
+ };
170
+ isShowBack: {
171
+ type: BooleanConstructor;
172
+ required: false;
173
+ default: boolean;
174
+ };
175
+ isGoBackEvent: {
176
+ type: BooleanConstructor;
177
+ required: false;
178
+ default: boolean;
179
+ };
180
+ btnSaveBind: {
181
+ type: ObjectConstructor;
182
+ required: false;
183
+ default: () => {};
184
+ };
185
+ btnCancelBind: {
186
+ type: ObjectConstructor;
187
+ required: false;
188
+ default: () => {};
189
+ };
190
+ isTabMargin: {
191
+ type: BooleanConstructor;
192
+ required: false;
193
+ default: boolean;
194
+ };
195
+ tabMarginNum: {
196
+ type: NumberConstructor;
197
+ required: false;
198
+ default: number;
199
+ };
200
+ footer: {
201
+ type: null;
202
+ required: false;
203
+ };
204
+ title: {
205
+ type: StringConstructor;
206
+ required: false;
207
+ default: string;
208
+ };
209
+ subTitle: {
210
+ type: StringConstructor;
211
+ required: false;
212
+ default: string;
213
+ };
214
+ tabs: {
215
+ type: ArrayConstructor;
216
+ required: false;
217
+ default: () => never[];
218
+ };
219
+ submit: {
220
+ type: FunctionConstructor;
221
+ required: false;
222
+ default: () => Promise<boolean>;
223
+ };
224
+ }>> & Readonly<{
225
+ onValidateError?: ((...args: any[]) => any) | undefined;
226
+ onBack?: ((...args: any[]) => any) | undefined;
227
+ onTabsChange?: ((...args: any[]) => any) | undefined;
228
+ }>, {
229
+ submit: Function;
230
+ title: string;
231
+ handleType: string;
232
+ isShowHeader: boolean;
233
+ titleSlot: boolean;
234
+ isShowBack: boolean;
235
+ isGoBackEvent: boolean;
236
+ btnSaveBind: Record<string, any>;
237
+ btnCancelBind: Record<string, any>;
238
+ isTabMargin: boolean;
239
+ tabMarginNum: number;
240
+ subTitle: string;
241
+ tabs: unknown[];
242
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
243
+ export default _sfc_main;
@@ -0,0 +1,30 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ descData: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ titleBold: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ }>, {
11
+ props: any;
12
+ slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any> | undefined;
14
+ }>;
15
+ attrs: any;
16
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ descData: {
19
+ type: ObjectConstructor;
20
+ default: () => {};
21
+ };
22
+ titleBold: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ descData: Record<string, any>;
28
+ titleBold: boolean;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ export default _sfc_main;
@@ -0,0 +1,36 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ formOpts: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ titleBold: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ }>, {
11
+ props: any;
12
+ dashboardRef: any;
13
+ slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any> | undefined;
15
+ }>;
16
+ attrs: any;
17
+ getChildRef: (index: string | number) => any;
18
+ defaultActiveKey: import("vue").WritableComputedRef<string[], string[]>;
19
+ emits: (event: "handleEvent", ...args: any[]) => void;
20
+ handleEvent: (val: any, type: any) => void;
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ formOpts: {
23
+ type: ObjectConstructor;
24
+ default: () => {};
25
+ };
26
+ titleBold: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ }>> & Readonly<{
31
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
32
+ }>, {
33
+ formOpts: Record<string, any>;
34
+ titleBold: boolean;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ export default _sfc_main;
@@ -0,0 +1,19 @@
1
+ export interface TModuleFormProps {
2
+ handleType?: "edit" | "desc";
3
+ isShowHeader?: boolean;
4
+ titleSlot?: boolean;
5
+ isShowBack?: boolean;
6
+ isGoBackEvent?: boolean;
7
+ btnSaveBind?: Record<string, any>;
8
+ btnCancelBind?: Record<string, any>;
9
+ isTabMargin?: boolean;
10
+ tabMarginNum?: number;
11
+ footer?: any;
12
+ title?: string;
13
+ subTitle?: string;
14
+ tabs?: Array<{
15
+ key: string;
16
+ title: string;
17
+ }>;
18
+ submit?: (form: Record<string, any>) => Promise<boolean>;
19
+ }