@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,215 @@
1
+ import Input from "./src/index.vue";
2
+ declare const TInput: ({
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ modelValue: {
5
+ type: (NumberConstructor | StringConstructor)[];
6
+ required: true;
7
+ default: string;
8
+ };
9
+ placeholder: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ decimalLimit: {
15
+ type: NumberConstructor;
16
+ required: false;
17
+ default: number;
18
+ };
19
+ inputType: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ default: string;
23
+ };
24
+ appendTitle: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ showThousands: {
30
+ type: BooleanConstructor;
31
+ required: false;
32
+ default: boolean;
33
+ };
34
+ isTip: {
35
+ type: BooleanConstructor;
36
+ required: false;
37
+ default: boolean;
38
+ };
39
+ isShowErrorTip: {
40
+ type: BooleanConstructor;
41
+ required: false;
42
+ default: boolean;
43
+ };
44
+ }>> & Readonly<{
45
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
46
+ }>, {
47
+ props: any;
48
+ emits: (event: "update:modelValue", ...args: any[]) => void;
49
+ slots: Readonly<{
50
+ [name: string]: import("vue").Slot<any> | undefined;
51
+ }>;
52
+ internalValue: import("vue").WritableComputedRef<any, any>;
53
+ handleBlur: () => void;
54
+ validatePhone: (value: string) => string;
55
+ validateIdCard: (value: string) => string;
56
+ validateInteger: (value: string) => string;
57
+ formatAmount: (value: number, decimalLimit: number) => string;
58
+ currencyFilter: (num: any, n?: number) => string;
59
+ digitUppercase: (num: any) => string;
60
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").PublicProps, {
61
+ modelValue: string | number;
62
+ placeholder: string;
63
+ decimalLimit: number;
64
+ inputType: string;
65
+ appendTitle: string;
66
+ showThousands: boolean;
67
+ isTip: boolean;
68
+ isShowErrorTip: boolean;
69
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
70
+ P: {};
71
+ B: {};
72
+ D: {};
73
+ C: {};
74
+ M: {};
75
+ Defaults: {};
76
+ }, Readonly<import("vue").ExtractPropTypes<{
77
+ modelValue: {
78
+ type: (NumberConstructor | StringConstructor)[];
79
+ required: true;
80
+ default: string;
81
+ };
82
+ placeholder: {
83
+ type: StringConstructor;
84
+ required: false;
85
+ default: string;
86
+ };
87
+ decimalLimit: {
88
+ type: NumberConstructor;
89
+ required: false;
90
+ default: number;
91
+ };
92
+ inputType: {
93
+ type: StringConstructor;
94
+ required: false;
95
+ default: string;
96
+ };
97
+ appendTitle: {
98
+ type: StringConstructor;
99
+ required: false;
100
+ default: string;
101
+ };
102
+ showThousands: {
103
+ type: BooleanConstructor;
104
+ required: false;
105
+ default: boolean;
106
+ };
107
+ isTip: {
108
+ type: BooleanConstructor;
109
+ required: false;
110
+ default: boolean;
111
+ };
112
+ isShowErrorTip: {
113
+ type: BooleanConstructor;
114
+ required: false;
115
+ default: boolean;
116
+ };
117
+ }>> & Readonly<{
118
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
119
+ }>, {
120
+ props: any;
121
+ emits: (event: "update:modelValue", ...args: any[]) => void;
122
+ slots: Readonly<{
123
+ [name: string]: import("vue").Slot<any> | undefined;
124
+ }>;
125
+ internalValue: import("vue").WritableComputedRef<any, any>;
126
+ handleBlur: () => void;
127
+ validatePhone: (value: string) => string;
128
+ validateIdCard: (value: string) => string;
129
+ validateInteger: (value: string) => string;
130
+ formatAmount: (value: number, decimalLimit: number) => string;
131
+ currencyFilter: (num: any, n?: number) => string;
132
+ digitUppercase: (num: any) => string;
133
+ }, {}, {}, {}, {
134
+ modelValue: string | number;
135
+ placeholder: string;
136
+ decimalLimit: number;
137
+ inputType: string;
138
+ appendTitle: string;
139
+ showThousands: boolean;
140
+ isTip: boolean;
141
+ isShowErrorTip: boolean;
142
+ }>;
143
+ __isFragment?: undefined;
144
+ __isTeleport?: undefined;
145
+ __isSuspense?: undefined;
146
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
147
+ modelValue: {
148
+ type: (NumberConstructor | StringConstructor)[];
149
+ required: true;
150
+ default: string;
151
+ };
152
+ placeholder: {
153
+ type: StringConstructor;
154
+ required: false;
155
+ default: string;
156
+ };
157
+ decimalLimit: {
158
+ type: NumberConstructor;
159
+ required: false;
160
+ default: number;
161
+ };
162
+ inputType: {
163
+ type: StringConstructor;
164
+ required: false;
165
+ default: string;
166
+ };
167
+ appendTitle: {
168
+ type: StringConstructor;
169
+ required: false;
170
+ default: string;
171
+ };
172
+ showThousands: {
173
+ type: BooleanConstructor;
174
+ required: false;
175
+ default: boolean;
176
+ };
177
+ isTip: {
178
+ type: BooleanConstructor;
179
+ required: false;
180
+ default: boolean;
181
+ };
182
+ isShowErrorTip: {
183
+ type: BooleanConstructor;
184
+ required: false;
185
+ default: boolean;
186
+ };
187
+ }>> & Readonly<{
188
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
189
+ }>, {
190
+ props: any;
191
+ emits: (event: "update:modelValue", ...args: any[]) => void;
192
+ slots: Readonly<{
193
+ [name: string]: import("vue").Slot<any> | undefined;
194
+ }>;
195
+ internalValue: import("vue").WritableComputedRef<any, any>;
196
+ handleBlur: () => void;
197
+ validatePhone: (value: string) => string;
198
+ validateIdCard: (value: string) => string;
199
+ validateInteger: (value: string) => string;
200
+ formatAmount: (value: number, decimalLimit: number) => string;
201
+ currencyFilter: (num: any, n?: number) => string;
202
+ digitUppercase: (num: any) => string;
203
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
204
+ modelValue: string | number;
205
+ placeholder: string;
206
+ decimalLimit: number;
207
+ inputType: string;
208
+ appendTitle: string;
209
+ showThousands: boolean;
210
+ isTip: boolean;
211
+ isShowErrorTip: boolean;
212
+ }, {}, 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>;
213
+ export default TInput;
214
+ export type TInputInstance = InstanceType<typeof Input>;
215
+ export * from './src/type';
@@ -0,0 +1,109 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelValue: {
3
+ type: (NumberConstructor | StringConstructor)[];
4
+ required: true;
5
+ default: string;
6
+ };
7
+ placeholder: {
8
+ type: StringConstructor;
9
+ required: false;
10
+ default: string;
11
+ };
12
+ decimalLimit: {
13
+ type: NumberConstructor;
14
+ required: false;
15
+ default: number;
16
+ };
17
+ inputType: {
18
+ type: StringConstructor;
19
+ required: false;
20
+ default: string;
21
+ };
22
+ appendTitle: {
23
+ type: StringConstructor;
24
+ required: false;
25
+ default: string;
26
+ };
27
+ showThousands: {
28
+ type: BooleanConstructor;
29
+ required: false;
30
+ default: boolean;
31
+ };
32
+ isTip: {
33
+ type: BooleanConstructor;
34
+ required: false;
35
+ default: boolean;
36
+ };
37
+ isShowErrorTip: {
38
+ type: BooleanConstructor;
39
+ required: false;
40
+ default: boolean;
41
+ };
42
+ }>, {
43
+ props: any;
44
+ emits: (event: "update:modelValue", ...args: any[]) => void;
45
+ slots: Readonly<{
46
+ [name: string]: import("vue").Slot<any> | undefined;
47
+ }>;
48
+ internalValue: import("vue").WritableComputedRef<any, any>;
49
+ handleBlur: () => void;
50
+ validatePhone: (value: string) => string;
51
+ validateIdCard: (value: string) => string;
52
+ validateInteger: (value: string) => string;
53
+ formatAmount: (value: number, decimalLimit: number) => string;
54
+ currencyFilter: (num: any, n?: number) => string;
55
+ digitUppercase: (num: any) => string;
56
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
57
+ modelValue: {
58
+ type: (NumberConstructor | StringConstructor)[];
59
+ required: true;
60
+ default: string;
61
+ };
62
+ placeholder: {
63
+ type: StringConstructor;
64
+ required: false;
65
+ default: string;
66
+ };
67
+ decimalLimit: {
68
+ type: NumberConstructor;
69
+ required: false;
70
+ default: number;
71
+ };
72
+ inputType: {
73
+ type: StringConstructor;
74
+ required: false;
75
+ default: string;
76
+ };
77
+ appendTitle: {
78
+ type: StringConstructor;
79
+ required: false;
80
+ default: string;
81
+ };
82
+ showThousands: {
83
+ type: BooleanConstructor;
84
+ required: false;
85
+ default: boolean;
86
+ };
87
+ isTip: {
88
+ type: BooleanConstructor;
89
+ required: false;
90
+ default: boolean;
91
+ };
92
+ isShowErrorTip: {
93
+ type: BooleanConstructor;
94
+ required: false;
95
+ default: boolean;
96
+ };
97
+ }>> & Readonly<{
98
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
99
+ }>, {
100
+ modelValue: string | number;
101
+ placeholder: string;
102
+ decimalLimit: number;
103
+ inputType: string;
104
+ appendTitle: string;
105
+ showThousands: boolean;
106
+ isTip: boolean;
107
+ isShowErrorTip: boolean;
108
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
109
+ export default _sfc_main;
@@ -0,0 +1,13 @@
1
+ import type { InputProps } from 'element-plus';
2
+ import type { Mutable } from 'element-plus/es/utils';
3
+ export interface TInputSelfProps {
4
+ modelValue: string | number;
5
+ placeholder?: string;
6
+ decimalLimit?: number;
7
+ inputType?: "text" | "amount" | "decimal" | "phone" | "integer" | "idCard";
8
+ appendTitle?: string;
9
+ showThousands?: boolean;
10
+ isTip?: boolean;
11
+ isShowErrorTip?: boolean;
12
+ }
13
+ export type TInputProps = TInputSelfProps & Partial<Mutable<InputProps>>;
@@ -0,0 +1,114 @@
1
+ declare const TLayoutPage: ({
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ keepScrollDisabled: {
4
+ type: BooleanConstructor;
5
+ required: false;
6
+ default: boolean;
7
+ };
8
+ isNoMargin: {
9
+ type: BooleanConstructor;
10
+ required: false;
11
+ default: boolean;
12
+ };
13
+ showGoTopButton: {
14
+ type: BooleanConstructor;
15
+ required: false;
16
+ default: boolean;
17
+ };
18
+ scrollToTop: {
19
+ type: NumberConstructor;
20
+ required: false;
21
+ default: number;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ props: any;
25
+ isShowGoTopButton: import("vue").Ref<boolean, boolean>;
26
+ TLayoutPageRef: import("vue").Ref<null, null>;
27
+ scrollTop: import("vue").Ref<number, number>;
28
+ backToTop: () => void;
29
+ readonly CaretTop: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
31
+ keepScrollDisabled: boolean;
32
+ isNoMargin: boolean;
33
+ showGoTopButton: boolean;
34
+ scrollToTop: number;
35
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
36
+ P: {};
37
+ B: {};
38
+ D: {};
39
+ C: {};
40
+ M: {};
41
+ Defaults: {};
42
+ }, Readonly<import("vue").ExtractPropTypes<{
43
+ keepScrollDisabled: {
44
+ type: BooleanConstructor;
45
+ required: false;
46
+ default: boolean;
47
+ };
48
+ isNoMargin: {
49
+ type: BooleanConstructor;
50
+ required: false;
51
+ default: boolean;
52
+ };
53
+ showGoTopButton: {
54
+ type: BooleanConstructor;
55
+ required: false;
56
+ default: boolean;
57
+ };
58
+ scrollToTop: {
59
+ type: NumberConstructor;
60
+ required: false;
61
+ default: number;
62
+ };
63
+ }>> & Readonly<{}>, {
64
+ props: any;
65
+ isShowGoTopButton: import("vue").Ref<boolean, boolean>;
66
+ TLayoutPageRef: import("vue").Ref<null, null>;
67
+ scrollTop: import("vue").Ref<number, number>;
68
+ backToTop: () => void;
69
+ readonly CaretTop: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
+ }, {}, {}, {}, {
71
+ keepScrollDisabled: boolean;
72
+ isNoMargin: boolean;
73
+ showGoTopButton: boolean;
74
+ scrollToTop: number;
75
+ }>;
76
+ __isFragment?: undefined;
77
+ __isTeleport?: undefined;
78
+ __isSuspense?: undefined;
79
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
80
+ keepScrollDisabled: {
81
+ type: BooleanConstructor;
82
+ required: false;
83
+ default: boolean;
84
+ };
85
+ isNoMargin: {
86
+ type: BooleanConstructor;
87
+ required: false;
88
+ default: boolean;
89
+ };
90
+ showGoTopButton: {
91
+ type: BooleanConstructor;
92
+ required: false;
93
+ default: boolean;
94
+ };
95
+ scrollToTop: {
96
+ type: NumberConstructor;
97
+ required: false;
98
+ default: number;
99
+ };
100
+ }>> & Readonly<{}>, {
101
+ props: any;
102
+ isShowGoTopButton: import("vue").Ref<boolean, boolean>;
103
+ TLayoutPageRef: import("vue").Ref<null, null>;
104
+ scrollTop: import("vue").Ref<number, number>;
105
+ backToTop: () => void;
106
+ readonly CaretTop: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
107
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
108
+ keepScrollDisabled: boolean;
109
+ isNoMargin: boolean;
110
+ showGoTopButton: boolean;
111
+ scrollToTop: number;
112
+ }, {}, 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>;
113
+ export default TLayoutPage;
114
+ export type { TLayoutPageProps } from "./src/index.vue";
@@ -0,0 +1,62 @@
1
+ export interface TLayoutPageProps {
2
+ keepScrollDisabled?: boolean;
3
+ isNoMargin?: boolean;
4
+ showGoTopButton?: boolean;
5
+ scrollToTop?: number;
6
+ }
7
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ keepScrollDisabled: {
9
+ type: BooleanConstructor;
10
+ required: false;
11
+ default: boolean;
12
+ };
13
+ isNoMargin: {
14
+ type: BooleanConstructor;
15
+ required: false;
16
+ default: boolean;
17
+ };
18
+ showGoTopButton: {
19
+ type: BooleanConstructor;
20
+ required: false;
21
+ default: boolean;
22
+ };
23
+ scrollToTop: {
24
+ type: NumberConstructor;
25
+ required: false;
26
+ default: number;
27
+ };
28
+ }>, {
29
+ props: any;
30
+ isShowGoTopButton: import("vue").Ref<boolean, boolean>;
31
+ TLayoutPageRef: import("vue").Ref<null, null>;
32
+ scrollTop: import("vue").Ref<number, number>;
33
+ backToTop: () => void;
34
+ readonly CaretTop: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ keepScrollDisabled: {
37
+ type: BooleanConstructor;
38
+ required: false;
39
+ default: boolean;
40
+ };
41
+ isNoMargin: {
42
+ type: BooleanConstructor;
43
+ required: false;
44
+ default: boolean;
45
+ };
46
+ showGoTopButton: {
47
+ type: BooleanConstructor;
48
+ required: false;
49
+ default: boolean;
50
+ };
51
+ scrollToTop: {
52
+ type: NumberConstructor;
53
+ required: false;
54
+ default: number;
55
+ };
56
+ }>> & Readonly<{}>, {
57
+ keepScrollDisabled: boolean;
58
+ isNoMargin: boolean;
59
+ showGoTopButton: boolean;
60
+ scrollToTop: number;
61
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
+ export default _sfc_main;
@@ -0,0 +1,35 @@
1
+ declare const TLayoutPageItem: ({
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
+ isNoMargin: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
8
+ isNoMargin: boolean;
9
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
10
+ P: {};
11
+ B: {};
12
+ D: {};
13
+ C: {};
14
+ M: {};
15
+ Defaults: {};
16
+ }, Readonly<import("vue").ExtractPropTypes<{
17
+ isNoMargin: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
22
+ isNoMargin: boolean;
23
+ }>;
24
+ __isFragment?: undefined;
25
+ __isTeleport?: undefined;
26
+ __isSuspense?: undefined;
27
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
28
+ isNoMargin: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
33
+ isNoMargin: boolean;
34
+ }, {}, 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>;
35
+ export default TLayoutPageItem;
@@ -0,0 +1,14 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ isNoMargin: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ isNoMargin: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ isNoMargin: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _sfc_main;