@pusdn/pgz-comp-elep 0.2.13 → 0.2.14

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 (118) hide show
  1. package/lib/adaptive-page/index.d.ts +17096 -0
  2. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  3. package/lib/adaptive-page/src/type.d.ts +9 -0
  4. package/lib/button/index.d.ts +134 -0
  5. package/lib/button/src/index.vue.d.ts +67 -0
  6. package/lib/button/src/type.d.ts +10 -0
  7. package/lib/chart/index.d.ts +164 -0
  8. package/lib/chart/src/index.vue.d.ts +77 -0
  9. package/lib/chart/src/type.d.ts +7 -0
  10. package/lib/checkbox/index.d.ts +206 -0
  11. package/lib/checkbox/src/checkbox.d.ts +5 -0
  12. package/lib/checkbox/src/index.vue.d.ts +91 -0
  13. package/lib/components.d.ts +57 -0
  14. package/lib/date-picker/index.d.ts +170 -0
  15. package/lib/date-picker/src/index.vue.d.ts +77 -0
  16. package/lib/date-picker/src/type.d.ts +10 -0
  17. package/lib/detail/index.d.ts +182 -0
  18. package/lib/detail/src/index.vue.d.ts +88 -0
  19. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  20. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  21. package/lib/detail/src/type.d.ts +27 -0
  22. package/lib/favicon.ico +0 -0
  23. package/lib/form/index.d.ts +308 -0
  24. package/lib/form/src/index.vue.d.ts +125 -0
  25. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  26. package/lib/form/src/renderComp.vue.d.ts +8 -0
  27. package/lib/form/src/type.d.ts +26 -0
  28. package/lib/index.d.ts +42 -0
  29. package/lib/input/index.d.ts +215 -0
  30. package/lib/input/src/index.vue.d.ts +109 -0
  31. package/lib/input/src/type.d.ts +13 -0
  32. package/lib/layout-page/index.d.ts +114 -0
  33. package/lib/layout-page/src/index.vue.d.ts +62 -0
  34. package/lib/layout-page-item/index.d.ts +35 -0
  35. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  36. package/lib/module-form/index.d.ts +530 -0
  37. package/lib/module-form/src/index.vue.d.ts +243 -0
  38. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  39. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  40. package/lib/module-form/src/type.d.ts +19 -0
  41. package/lib/pgz-checkbox/index.d.ts +149 -0
  42. package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
  43. package/lib/pgz-checkbox/src/type.d.ts +12 -0
  44. package/lib/pgz-comp-elep.es.js +39723 -0
  45. package/lib/pgz-comp-elep.es.js.gz +0 -0
  46. package/lib/pgz-comp-elep.umd.js +261 -0
  47. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  48. package/lib/pgz-html-preview-modal/index.d.ts +77 -0
  49. package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
  50. package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
  51. package/lib/pgz-search-select/index.d.ts +5 -0
  52. package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
  53. package/lib/pgz-search-select/src/type.d.ts +16 -0
  54. package/lib/pgz-tdt-mark/index.d.ts +407 -0
  55. package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
  56. package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
  57. package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
  58. package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
  59. package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
  60. package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
  61. package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
  62. package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
  63. package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
  64. package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
  65. package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
  66. package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
  67. package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
  68. package/lib/pgz-video-xg-modal/index.d.ts +181 -0
  69. package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
  70. package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
  71. package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
  72. package/lib/query-condition/index.d.ts +701 -0
  73. package/lib/query-condition/src/index.vue.d.ts +326 -0
  74. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  75. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  76. package/lib/query-condition/src/type.d.ts +21 -0
  77. package/lib/query-condition/src/useComputed.d.ts +27 -0
  78. package/lib/radio/index.d.ts +206 -0
  79. package/lib/radio/src/index.vue.d.ts +91 -0
  80. package/lib/radio/src/radio.d.ts +12 -0
  81. package/lib/select/index.d.ts +371 -0
  82. package/lib/select/src/index.vue.d.ts +200 -0
  83. package/lib/select/src/type.d.ts +42 -0
  84. package/lib/select-icon/index.d.ts +174 -0
  85. package/lib/select-icon/src/index.vue.d.ts +89 -0
  86. package/lib/select-table/index.d.ts +2165 -0
  87. package/lib/select-table/src/index.vue.d.ts +963 -0
  88. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  89. package/lib/select-table/src/type.d.ts +56 -0
  90. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  91. package/lib/step-wizard/index.d.ts +146 -0
  92. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  93. package/lib/step-wizard/src/type.d.ts +25 -0
  94. package/lib/style.css +1 -0
  95. package/lib/style.css.gz +0 -0
  96. package/lib/table/index.d.ts +2540 -0
  97. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  98. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  99. package/lib/table/src/index.vue.d.ts +941 -0
  100. package/lib/table/src/operator.vue.d.ts +80 -0
  101. package/lib/table/src/renderCol.vue.d.ts +20 -0
  102. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  103. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  104. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  105. package/lib/table/src/tableProps.d.ts +100 -0
  106. package/lib/table/src/useExpose.d.ts +16 -0
  107. package/lib/table/src/useVirtualized.d.ts +9 -0
  108. package/lib/tabs/index.d.ts +69 -0
  109. package/lib/tabs/src/index.vue.d.ts +34 -0
  110. package/lib/timer-btn/index.d.ts +92 -0
  111. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  112. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  113. package/lib/utils/http/api.d.ts +76 -0
  114. package/lib/utils/http/index.d.ts +79 -0
  115. package/lib/utils/http/types.d.ts +13 -0
  116. package/lib/utils/index.d.ts +40 -0
  117. package/lib/withInstall.d.ts +4 -0
  118. package/package.json +1 -1
@@ -0,0 +1,148 @@
1
+ export interface Column {
2
+ label: string;
3
+ prop: string;
4
+ checkBoxDisabled?: boolean;
5
+ hidden?: boolean;
6
+ }
7
+ export interface ColumnSetProps {
8
+ columns: Column[];
9
+ title?: string;
10
+ name?: string;
11
+ columnSetBind?: Record<string, any>;
12
+ }
13
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
+ columns: {
15
+ type: ArrayConstructor;
16
+ required: true;
17
+ default: () => never[];
18
+ };
19
+ title: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ default: string;
23
+ };
24
+ name: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ columnSetBind: {
30
+ type: ObjectConstructor;
31
+ required: false;
32
+ default: () => {};
33
+ };
34
+ }>, {
35
+ props: any;
36
+ $attrs: any;
37
+ columnBind: import("vue").ComputedRef<any>;
38
+ getColumnSetCache: () => any;
39
+ initColumnSet: () => any;
40
+ emits: (event: "columnSetting", ...args: any[]) => void;
41
+ state: {
42
+ columnSet: never[];
43
+ };
44
+ reSetColumnSet: () => void;
45
+ checkChanged: (checked: any, index: string | number) => void;
46
+ readonly Draggable: import("vue").DefineComponent<{
47
+ list: {
48
+ type: ArrayConstructor;
49
+ required: boolean;
50
+ default: any;
51
+ };
52
+ modelValue: {
53
+ type: ArrayConstructor;
54
+ required: boolean;
55
+ default: any;
56
+ };
57
+ itemKey: {
58
+ type: (StringConstructor | FunctionConstructor)[];
59
+ required: boolean;
60
+ };
61
+ clone: {
62
+ type: FunctionConstructor;
63
+ default: (original: any) => any;
64
+ };
65
+ tag: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ move: {
70
+ type: FunctionConstructor;
71
+ default: any;
72
+ };
73
+ componentData: {
74
+ type: ObjectConstructor;
75
+ required: boolean;
76
+ default: any;
77
+ };
78
+ }, unknown, {
79
+ error: boolean;
80
+ }, {
81
+ realList(): any;
82
+ getKey(): any;
83
+ }, {
84
+ getUnderlyingVm(domElement: any): any;
85
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
86
+ emitChanges(evt: any): void;
87
+ alterList(onList: any): void;
88
+ spliceList(): void;
89
+ updatePosition(oldIndex: any, newIndex: any): void;
90
+ getRelatedContextFromMoveEvent({ to, related }: {
91
+ to: any;
92
+ related: any;
93
+ }): any;
94
+ getVmIndexFromDomIndex(domIndex: any): any;
95
+ onDragStart(evt: any): void;
96
+ onDragAdd(evt: any): void;
97
+ onDragRemove(evt: any): void;
98
+ onDragUpdate(evt: any): void;
99
+ computeFutureIndex(relatedContext: any, evt: any): any;
100
+ onDragMove(evt: any, originalEvent: any): any;
101
+ onDragEnd(): void;
102
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
103
+ move: Function;
104
+ tag: string;
105
+ clone: Function;
106
+ list: unknown[];
107
+ modelValue: unknown[];
108
+ componentData: Record<string, any>;
109
+ } & {
110
+ itemKey?: string | Function | undefined;
111
+ }>, {
112
+ move: Function;
113
+ tag: string;
114
+ clone: Function;
115
+ list: unknown[];
116
+ modelValue: unknown[];
117
+ componentData: Record<string, any>;
118
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
119
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "columnSetting"[], "columnSetting", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
120
+ columns: {
121
+ type: ArrayConstructor;
122
+ required: true;
123
+ default: () => never[];
124
+ };
125
+ title: {
126
+ type: StringConstructor;
127
+ required: false;
128
+ default: string;
129
+ };
130
+ name: {
131
+ type: StringConstructor;
132
+ required: false;
133
+ default: string;
134
+ };
135
+ columnSetBind: {
136
+ type: ObjectConstructor;
137
+ required: false;
138
+ default: () => {};
139
+ };
140
+ }>> & Readonly<{
141
+ onColumnSetting?: ((...args: any[]) => any) | undefined;
142
+ }>, {
143
+ name: string;
144
+ columns: unknown[];
145
+ title: string;
146
+ columnSetBind: Record<string, any>;
147
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
148
+ export default _sfc_main;
@@ -0,0 +1,173 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ item: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ required: true;
6
+ };
7
+ align: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ sortable: {
12
+ type: (BooleanConstructor | StringConstructor)[];
13
+ };
14
+ }>, {
15
+ emits: (event: "handleEvent", ...args: any[]) => void;
16
+ slots: Readonly<{
17
+ [name: string]: import("vue").Slot<any> | undefined;
18
+ }>;
19
+ SingleEditCell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
20
+ configEdit: {
21
+ type: any;
22
+ default: () => {};
23
+ };
24
+ listTypeInfo: {
25
+ type: ObjectConstructor;
26
+ default: () => {};
27
+ };
28
+ scope: {
29
+ type: ObjectConstructor;
30
+ default: () => {};
31
+ };
32
+ prop: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ isShowRules: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ modelValue: {
41
+ type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
42
+ };
43
+ indexColumns: (NumberConstructor | StringConstructor)[];
44
+ }>, {
45
+ props: any;
46
+ emits: (event: "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", ...args: any[]) => void;
47
+ childValue: any;
48
+ handleEvent: (type: string) => void;
49
+ keyUpHandle: ($event: any) => void;
50
+ cEvent: any;
51
+ selectListType: import("vue").ComputedRef<(item: {
52
+ list: string | number;
53
+ }) => any>;
54
+ compChildName: import("vue").ComputedRef<(configEdit: {
55
+ type: any;
56
+ }) => "el-radio" | "el-checkbox" | "el-option" | undefined>;
57
+ compChildLabel: import("vue").ComputedRef<(configEdit: {
58
+ type: any;
59
+ arrLabel: any;
60
+ }, value: {
61
+ [x: string]: any;
62
+ value: any;
63
+ }) => any>;
64
+ compChildValue: import("vue").ComputedRef<(configEdit: {
65
+ type: any;
66
+ arrKey: any;
67
+ }, value: {
68
+ [x: string]: any;
69
+ value: any;
70
+ }, key: any) => any>;
71
+ compChildShowLabel: import("vue").ComputedRef<(configEdit: {
72
+ type: any;
73
+ arrLabel: any;
74
+ }, value: {
75
+ [x: string]: any;
76
+ label: any;
77
+ }) => any>;
78
+ getRefs: (el: any, item: any) => void;
79
+ tselecttableref: any;
80
+ handleRef: (el: any, item: any) => void;
81
+ resetTselectTableFields: () => void;
82
+ getPlaceholder: (row: any) => any;
83
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle")[], "handleEvent" | "getRefs" | "update:modelValue" | "keyupHandle", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
84
+ configEdit: {
85
+ type: any;
86
+ default: () => {};
87
+ };
88
+ listTypeInfo: {
89
+ type: ObjectConstructor;
90
+ default: () => {};
91
+ };
92
+ scope: {
93
+ type: ObjectConstructor;
94
+ default: () => {};
95
+ };
96
+ prop: {
97
+ type: StringConstructor;
98
+ default: string;
99
+ };
100
+ isShowRules: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ modelValue: {
105
+ type: (BooleanConstructor | NumberConstructor | ObjectConstructor | DateConstructor | StringConstructor | ArrayConstructor)[];
106
+ };
107
+ indexColumns: (NumberConstructor | StringConstructor)[];
108
+ }>> & Readonly<{
109
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
110
+ onGetRefs?: ((...args: any[]) => any) | undefined;
111
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
112
+ onKeyupHandle?: ((...args: any[]) => any) | undefined;
113
+ }>, {
114
+ prop: string;
115
+ configEdit: any;
116
+ listTypeInfo: Record<string, any>;
117
+ scope: Record<string, any>;
118
+ isShowRules: boolean;
119
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
120
+ RenderCol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
121
+ row: ObjectConstructor;
122
+ render: FunctionConstructor;
123
+ index: NumberConstructor;
124
+ column: {
125
+ type: ObjectConstructor;
126
+ default: null;
127
+ };
128
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
129
+ row: ObjectConstructor;
130
+ render: FunctionConstructor;
131
+ index: NumberConstructor;
132
+ column: {
133
+ type: ObjectConstructor;
134
+ default: null;
135
+ };
136
+ }>> & Readonly<{}>, {
137
+ column: Record<string, any>;
138
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
139
+ RenderHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
140
+ render: FunctionConstructor;
141
+ column: {
142
+ type: ObjectConstructor;
143
+ default: null;
144
+ };
145
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
+ render: FunctionConstructor;
147
+ column: {
148
+ type: ObjectConstructor;
149
+ default: null;
150
+ };
151
+ }>> & Readonly<{}>, {
152
+ column: Record<string, any>;
153
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
154
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleEvent"[], "handleEvent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
155
+ item: {
156
+ type: ObjectConstructor;
157
+ default: () => {};
158
+ required: true;
159
+ };
160
+ align: {
161
+ type: StringConstructor;
162
+ default: string;
163
+ };
164
+ sortable: {
165
+ type: (BooleanConstructor | StringConstructor)[];
166
+ };
167
+ }>> & Readonly<{
168
+ onHandleEvent?: ((...args: any[]) => any) | undefined;
169
+ }>, {
170
+ align: string;
171
+ item: Record<string, any>;
172
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
173
+ export default _sfc_main;