@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,42 @@
1
+ export interface TSelectProps {
2
+ modelValue: string | number | Array<any> | Record<string, any> | undefined;
3
+ multiple?: boolean;
4
+ width?: string;
5
+ valueCustom?: string;
6
+ labelCustom?: string;
7
+ customLabel?: string;
8
+ optionSource?: Array<any>;
9
+ filterable?: boolean;
10
+ isShowPagination?: boolean;
11
+ paginationOption?: {
12
+ pageSize?: number;
13
+ currentPage?: number;
14
+ pagerCount?: number;
15
+ total?: number;
16
+ layout?: string;
17
+ bind?: Record<string, any>;
18
+ };
19
+ useVirtual?: boolean;
20
+ returnObject?: boolean;
21
+ /**
22
+ * 是否缓存选项
23
+ * @default true
24
+ * @type boolean
25
+ * version 1.5.1
26
+ */
27
+ isCached?: boolean;
28
+ /**
29
+ * 是否开启回显不是第一页数据的label
30
+ * @default true
31
+ * @type boolean
32
+ * version 1.5.2
33
+ */
34
+ isRadioEchoLabel?: boolean;
35
+ /**
36
+ * 单选时,回显非第一页数据的label
37
+ * @default ''
38
+ * @type string
39
+ * version 1.5.2
40
+ */
41
+ radioSelectValLabel?: string;
42
+ }
@@ -0,0 +1,174 @@
1
+ declare const TSelectIcon: ({
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ modelValue: {
4
+ type: null;
5
+ required: true;
6
+ default: string;
7
+ };
8
+ prefixIcon: {
9
+ type: StringConstructor;
10
+ required: false;
11
+ default: string;
12
+ };
13
+ selectBind: {
14
+ type: ObjectConstructor;
15
+ required: false;
16
+ default: () => {};
17
+ };
18
+ isShowSearch: {
19
+ type: BooleanConstructor;
20
+ required: false;
21
+ default: boolean;
22
+ };
23
+ isShowIcon: {
24
+ type: BooleanConstructor;
25
+ required: false;
26
+ default: boolean;
27
+ };
28
+ }>> & Readonly<{
29
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
+ onSelect?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ props: any;
33
+ emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
34
+ valueIcon: import("vue").WritableComputedRef<any, any>;
35
+ $attrs: any;
36
+ attrs: import("vue").ComputedRef<any>;
37
+ dialogVisible: import("vue").Ref<boolean, boolean>;
38
+ selectIcon: (item: any) => void;
39
+ inputRef: import("vue").Ref<any, any>;
40
+ clearIcon: () => void;
41
+ inputValue: import("vue").Ref<string, string>;
42
+ customIcons: {
43
+ [key: string]: any;
44
+ };
45
+ iconsList: import("vue").ComputedRef<{
46
+ [key: string]: any;
47
+ }>;
48
+ readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
49
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], import("vue").PublicProps, {
50
+ modelValue: any;
51
+ prefixIcon: string;
52
+ selectBind: Record<string, any>;
53
+ isShowSearch: boolean;
54
+ isShowIcon: boolean;
55
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
56
+ P: {};
57
+ B: {};
58
+ D: {};
59
+ C: {};
60
+ M: {};
61
+ Defaults: {};
62
+ }, Readonly<import("vue").ExtractPropTypes<{
63
+ modelValue: {
64
+ type: null;
65
+ required: true;
66
+ default: string;
67
+ };
68
+ prefixIcon: {
69
+ type: StringConstructor;
70
+ required: false;
71
+ default: string;
72
+ };
73
+ selectBind: {
74
+ type: ObjectConstructor;
75
+ required: false;
76
+ default: () => {};
77
+ };
78
+ isShowSearch: {
79
+ type: BooleanConstructor;
80
+ required: false;
81
+ default: boolean;
82
+ };
83
+ isShowIcon: {
84
+ type: BooleanConstructor;
85
+ required: false;
86
+ default: boolean;
87
+ };
88
+ }>> & Readonly<{
89
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
90
+ onSelect?: ((...args: any[]) => any) | undefined;
91
+ }>, {
92
+ props: any;
93
+ emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
94
+ valueIcon: import("vue").WritableComputedRef<any, any>;
95
+ $attrs: any;
96
+ attrs: import("vue").ComputedRef<any>;
97
+ dialogVisible: import("vue").Ref<boolean, boolean>;
98
+ selectIcon: (item: any) => void;
99
+ inputRef: import("vue").Ref<any, any>;
100
+ clearIcon: () => void;
101
+ inputValue: import("vue").Ref<string, string>;
102
+ customIcons: {
103
+ [key: string]: any;
104
+ };
105
+ iconsList: import("vue").ComputedRef<{
106
+ [key: string]: any;
107
+ }>;
108
+ readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
109
+ }, {}, {}, {}, {
110
+ modelValue: any;
111
+ prefixIcon: string;
112
+ selectBind: Record<string, any>;
113
+ isShowSearch: boolean;
114
+ isShowIcon: boolean;
115
+ }>;
116
+ __isFragment?: undefined;
117
+ __isTeleport?: undefined;
118
+ __isSuspense?: undefined;
119
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
120
+ modelValue: {
121
+ type: null;
122
+ required: true;
123
+ default: string;
124
+ };
125
+ prefixIcon: {
126
+ type: StringConstructor;
127
+ required: false;
128
+ default: string;
129
+ };
130
+ selectBind: {
131
+ type: ObjectConstructor;
132
+ required: false;
133
+ default: () => {};
134
+ };
135
+ isShowSearch: {
136
+ type: BooleanConstructor;
137
+ required: false;
138
+ default: boolean;
139
+ };
140
+ isShowIcon: {
141
+ type: BooleanConstructor;
142
+ required: false;
143
+ default: boolean;
144
+ };
145
+ }>> & Readonly<{
146
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
147
+ onSelect?: ((...args: any[]) => any) | undefined;
148
+ }>, {
149
+ props: any;
150
+ emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
151
+ valueIcon: import("vue").WritableComputedRef<any, any>;
152
+ $attrs: any;
153
+ attrs: import("vue").ComputedRef<any>;
154
+ dialogVisible: import("vue").Ref<boolean, boolean>;
155
+ selectIcon: (item: any) => void;
156
+ inputRef: import("vue").Ref<any, any>;
157
+ clearIcon: () => void;
158
+ inputValue: import("vue").Ref<string, string>;
159
+ customIcons: {
160
+ [key: string]: any;
161
+ };
162
+ iconsList: import("vue").ComputedRef<{
163
+ [key: string]: any;
164
+ }>;
165
+ readonly Icons: typeof import("@element-plus/icons-vue/dist/types");
166
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", {
167
+ modelValue: any;
168
+ prefixIcon: string;
169
+ selectBind: Record<string, any>;
170
+ isShowSearch: boolean;
171
+ isShowIcon: boolean;
172
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
173
+ export default TSelectIcon;
174
+ export type { TSelectIconProps } from "./src/index.vue";
@@ -0,0 +1,89 @@
1
+ import * as Icons from "@element-plus/icons-vue";
2
+ export interface TSelectIconProps {
3
+ modelValue: any;
4
+ prefixIcon?: string;
5
+ selectBind?: Record<string, any>;
6
+ isShowSearch?: boolean;
7
+ isShowIcon?: boolean;
8
+ }
9
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
+ modelValue: {
11
+ type: null;
12
+ required: true;
13
+ default: string;
14
+ };
15
+ prefixIcon: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ default: string;
19
+ };
20
+ selectBind: {
21
+ type: ObjectConstructor;
22
+ required: false;
23
+ default: () => {};
24
+ };
25
+ isShowSearch: {
26
+ type: BooleanConstructor;
27
+ required: false;
28
+ default: boolean;
29
+ };
30
+ isShowIcon: {
31
+ type: BooleanConstructor;
32
+ required: false;
33
+ default: boolean;
34
+ };
35
+ }>, {
36
+ props: any;
37
+ emit: (event: "update:modelValue" | "select", ...args: any[]) => void;
38
+ valueIcon: import("vue").WritableComputedRef<any, any>;
39
+ $attrs: any;
40
+ attrs: import("vue").ComputedRef<any>;
41
+ dialogVisible: import("vue").Ref<boolean, boolean>;
42
+ selectIcon: (item: any) => void;
43
+ inputRef: import("vue").Ref<any, any>;
44
+ clearIcon: () => void;
45
+ inputValue: import("vue").Ref<string, string>;
46
+ customIcons: {
47
+ [key: string]: any;
48
+ };
49
+ iconsList: import("vue").ComputedRef<{
50
+ [key: string]: any;
51
+ }>;
52
+ readonly Icons: typeof Icons;
53
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
+ modelValue: {
55
+ type: null;
56
+ required: true;
57
+ default: string;
58
+ };
59
+ prefixIcon: {
60
+ type: StringConstructor;
61
+ required: false;
62
+ default: string;
63
+ };
64
+ selectBind: {
65
+ type: ObjectConstructor;
66
+ required: false;
67
+ default: () => {};
68
+ };
69
+ isShowSearch: {
70
+ type: BooleanConstructor;
71
+ required: false;
72
+ default: boolean;
73
+ };
74
+ isShowIcon: {
75
+ type: BooleanConstructor;
76
+ required: false;
77
+ default: boolean;
78
+ };
79
+ }>> & Readonly<{
80
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
81
+ onSelect?: ((...args: any[]) => any) | undefined;
82
+ }>, {
83
+ modelValue: any;
84
+ prefixIcon: string;
85
+ selectBind: Record<string, any>;
86
+ isShowSearch: boolean;
87
+ isShowIcon: boolean;
88
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
89
+ export default _sfc_main;