fengmao-ui 1.3.1 → 1.3.3
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.
- package/lib/adaptive-page/index.d.ts +2389 -0
- package/lib/adaptive-page/src/index.vue.d.ts +774 -0
- package/lib/button/index.d.ts +176 -0
- package/lib/button/src/index.vue.d.ts +48 -0
- package/lib/components.d.ts +35 -0
- package/lib/date-picker/index.d.ts +218 -0
- package/lib/date-picker/src/index.vue.d.ts +73 -0
- package/lib/detail/index.d.ts +184 -0
- package/lib/detail/src/index.vue.d.ts +51 -0
- package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
- package/lib/fengmao-ui.js +8 -7
- package/lib/fengmao-ui.js.gz +0 -0
- package/lib/fengmao-ui.umd.cjs +2 -2
- package/lib/form/index.d.ts +253 -0
- package/lib/form/src/index.vue.d.ts +94 -0
- package/lib/form/src/renderComp.vue.d.ts +8 -0
- package/lib/iconfont/iconfont.css +255 -0
- package/lib/iconfont/iconfont.js +1 -0
- package/lib/iconfont/iconfont.js.gz +0 -0
- package/lib/iconfont/iconfont.json +429 -0
- package/lib/iconfont/iconfont.json.gz +0 -0
- package/lib/iconfont/iconfont.ttf +0 -0
- package/lib/iconfont/iconfont.woff +0 -0
- package/lib/iconfont/iconfont.woff2 +0 -0
- package/lib/index.d.ts +20 -0
- package/lib/layout-page/index.d.ts +136 -0
- package/lib/layout-page/src/index.vue.d.ts +27 -0
- package/lib/layout-page-item/index.d.ts +109 -0
- package/lib/layout-page-item/src/index.vue.d.ts +14 -0
- package/lib/module-form/index.d.ts +486 -0
- package/lib/module-form/src/index.vue.d.ts +168 -0
- package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
- package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
- package/lib/query-condition/index.d.ts +458 -0
- package/lib/query-condition/src/index.vue.d.ts +169 -0
- package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
- package/lib/radio/index.d.ts +217 -0
- package/lib/radio/src/index.vue.d.ts +70 -0
- package/lib/radio/src/radio.d.ts +12 -0
- package/lib/select/index.d.ts +281 -0
- package/lib/select/src/index.vue.d.ts +108 -0
- package/lib/select-table/index.d.ts +1069 -0
- package/lib/select-table/src/index.vue.d.ts +402 -0
- package/lib/select-table/src/renderCol.vue.d.ts +20 -0
- package/lib/step-wizard/index.d.ts +206 -0
- package/lib/step-wizard/src/fixBtn.vue.d.ts +4 -0
- package/lib/step-wizard/src/index.vue.d.ts +64 -0
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/table/index.d.ts +1534 -0
- package/lib/table/src/ColumnSet.vue.d.ts +137 -0
- package/lib/table/src/TTableColumn.vue.d.ts +103 -0
- package/lib/table/src/index.vue.d.ts +560 -0
- package/lib/table/src/renderCol.vue.d.ts +20 -0
- package/lib/table/src/renderHeader.vue.d.ts +16 -0
- package/lib/table/src/singleEditCell.vue.d.ts +83 -0
- package/lib/timer-btn/index.d.ts +156 -0
- package/lib/timer-btn/src/index.vue.d.ts +32 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +6 -1
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "4767874",
|
|
3
|
+
"name": "OA办公pc移动端UI2024.10.24",
|
|
4
|
+
"font_family": "iconfont",
|
|
5
|
+
"css_prefix_text": "icon_",
|
|
6
|
+
"description": "",
|
|
7
|
+
"glyphs": [
|
|
8
|
+
{
|
|
9
|
+
"icon_id": "42676479",
|
|
10
|
+
"name": "icon_che",
|
|
11
|
+
"font_class": "icon_che",
|
|
12
|
+
"unicode": "e67b",
|
|
13
|
+
"unicode_decimal": 59003
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"icon_id": "42676414",
|
|
17
|
+
"name": "icon_on",
|
|
18
|
+
"font_class": "icon_on",
|
|
19
|
+
"unicode": "e674",
|
|
20
|
+
"unicode_decimal": 58996
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"icon_id": "42676413",
|
|
24
|
+
"name": "icon_off",
|
|
25
|
+
"font_class": "icon_off",
|
|
26
|
+
"unicode": "e675",
|
|
27
|
+
"unicode_decimal": 58997
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"icon_id": "42676412",
|
|
31
|
+
"name": "icon_danxuan1",
|
|
32
|
+
"font_class": "icon_danxuan1",
|
|
33
|
+
"unicode": "e676",
|
|
34
|
+
"unicode_decimal": 58998
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"icon_id": "42676411",
|
|
38
|
+
"name": "icon_dx2",
|
|
39
|
+
"font_class": "icon_dx2",
|
|
40
|
+
"unicode": "e677",
|
|
41
|
+
"unicode_decimal": 58999
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"icon_id": "42676410",
|
|
45
|
+
"name": "icon_dx1",
|
|
46
|
+
"font_class": "icon_dx1",
|
|
47
|
+
"unicode": "e678",
|
|
48
|
+
"unicode_decimal": 59000
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"icon_id": "42676409",
|
|
52
|
+
"name": "icon_dx0",
|
|
53
|
+
"font_class": "icon_dx0",
|
|
54
|
+
"unicode": "e679",
|
|
55
|
+
"unicode_decimal": 59001
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"icon_id": "42676408",
|
|
59
|
+
"name": "icon_danxuan0",
|
|
60
|
+
"font_class": "icon_danxuan0",
|
|
61
|
+
"unicode": "e67a",
|
|
62
|
+
"unicode_decimal": 59002
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"icon_id": "42676187",
|
|
66
|
+
"name": "icon_zhongying",
|
|
67
|
+
"font_class": "icon_zhongying",
|
|
68
|
+
"unicode": "e673",
|
|
69
|
+
"unicode_decimal": 58995
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"icon_id": "42675900",
|
|
73
|
+
"name": "icon_cuowu",
|
|
74
|
+
"font_class": "icon_cuowu",
|
|
75
|
+
"unicode": "e640",
|
|
76
|
+
"unicode_decimal": 58944
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"icon_id": "42675901",
|
|
80
|
+
"name": "icon_ai",
|
|
81
|
+
"font_class": "icon_ai",
|
|
82
|
+
"unicode": "e641",
|
|
83
|
+
"unicode_decimal": 58945
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"icon_id": "42675902",
|
|
87
|
+
"name": "icon_bianji",
|
|
88
|
+
"font_class": "icon_bianji",
|
|
89
|
+
"unicode": "e642",
|
|
90
|
+
"unicode_decimal": 58946
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"icon_id": "42675903",
|
|
94
|
+
"name": "icon_daoru",
|
|
95
|
+
"font_class": "icon_daoru",
|
|
96
|
+
"unicode": "e643",
|
|
97
|
+
"unicode_decimal": 58947
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"icon_id": "42675904",
|
|
101
|
+
"name": "icon_anquan",
|
|
102
|
+
"font_class": "icon_anquan",
|
|
103
|
+
"unicode": "e644",
|
|
104
|
+
"unicode_decimal": 58948
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"icon_id": "42675905",
|
|
108
|
+
"name": "icon_daochu",
|
|
109
|
+
"font_class": "icon_daochu",
|
|
110
|
+
"unicode": "e645",
|
|
111
|
+
"unicode_decimal": 58949
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"icon_id": "42675906",
|
|
115
|
+
"name": "icon_fahuo",
|
|
116
|
+
"font_class": "icon_fahuo",
|
|
117
|
+
"unicode": "e646",
|
|
118
|
+
"unicode_decimal": 58950
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"icon_id": "42675907",
|
|
122
|
+
"name": "icon_dayin",
|
|
123
|
+
"font_class": "icon_dayin",
|
|
124
|
+
"unicode": "e647",
|
|
125
|
+
"unicode_decimal": 58951
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"icon_id": "42675908",
|
|
129
|
+
"name": "icon_baobiao",
|
|
130
|
+
"font_class": "icon_baobiao",
|
|
131
|
+
"unicode": "e648",
|
|
132
|
+
"unicode_decimal": 58952
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"icon_id": "42675909",
|
|
136
|
+
"name": "icon_feiyong",
|
|
137
|
+
"font_class": "icon_feiyong",
|
|
138
|
+
"unicode": "e649",
|
|
139
|
+
"unicode_decimal": 58953
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"icon_id": "42675910",
|
|
143
|
+
"name": "icon_gengduo",
|
|
144
|
+
"font_class": "icon_gengduo",
|
|
145
|
+
"unicode": "e64a",
|
|
146
|
+
"unicode_decimal": 58954
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"icon_id": "42675911",
|
|
150
|
+
"name": "icon_fuzhi",
|
|
151
|
+
"font_class": "icon_fuzhi",
|
|
152
|
+
"unicode": "e64b",
|
|
153
|
+
"unicode_decimal": 58955
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"icon_id": "42675912",
|
|
157
|
+
"name": "icon_diaodu",
|
|
158
|
+
"font_class": "icon_diaodu",
|
|
159
|
+
"unicode": "e64c",
|
|
160
|
+
"unicode_decimal": 58956
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"icon_id": "42675913",
|
|
164
|
+
"name": "icon_jichuziliao",
|
|
165
|
+
"font_class": "icon_jichuziliao",
|
|
166
|
+
"unicode": "e64d",
|
|
167
|
+
"unicode_decimal": 58957
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"icon_id": "42675914",
|
|
171
|
+
"name": "icon_dui",
|
|
172
|
+
"font_class": "icon_dui",
|
|
173
|
+
"unicode": "e64e",
|
|
174
|
+
"unicode_decimal": 58958
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"icon_id": "42675915",
|
|
178
|
+
"name": "icon_hetong",
|
|
179
|
+
"font_class": "icon_hetong",
|
|
180
|
+
"unicode": "e64f",
|
|
181
|
+
"unicode_decimal": 58959
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"icon_id": "42675916",
|
|
185
|
+
"name": "icon_jinyong",
|
|
186
|
+
"font_class": "icon_jinyong",
|
|
187
|
+
"unicode": "e650",
|
|
188
|
+
"unicode_decimal": 58960
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"icon_id": "42675917",
|
|
192
|
+
"name": "icon_image",
|
|
193
|
+
"font_class": "icon_image",
|
|
194
|
+
"unicode": "e651",
|
|
195
|
+
"unicode_decimal": 58961
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"icon_id": "42675918",
|
|
199
|
+
"name": "icon_jinyong-2",
|
|
200
|
+
"font_class": "icon_jinyong-2",
|
|
201
|
+
"unicode": "e652",
|
|
202
|
+
"unicode_decimal": 58962
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"icon_id": "42675919",
|
|
206
|
+
"name": "icon_dangan-2",
|
|
207
|
+
"font_class": "icon_dangan-2",
|
|
208
|
+
"unicode": "e653",
|
|
209
|
+
"unicode_decimal": 58963
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"icon_id": "42675920",
|
|
213
|
+
"name": "icon_jichusheshi",
|
|
214
|
+
"font_class": "icon_jichusheshi",
|
|
215
|
+
"unicode": "e654",
|
|
216
|
+
"unicode_decimal": 58964
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"icon_id": "42675921",
|
|
220
|
+
"name": "icon_gb2",
|
|
221
|
+
"font_class": "icon_gb2",
|
|
222
|
+
"unicode": "e655",
|
|
223
|
+
"unicode_decimal": 58965
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"icon_id": "42675922",
|
|
227
|
+
"name": "icon_liebiao",
|
|
228
|
+
"font_class": "icon_liebiao",
|
|
229
|
+
"unicode": "e656",
|
|
230
|
+
"unicode_decimal": 58966
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"icon_id": "42675923",
|
|
234
|
+
"name": "icon_guanbi-2",
|
|
235
|
+
"font_class": "icon_guanbi-2",
|
|
236
|
+
"unicode": "e657",
|
|
237
|
+
"unicode_decimal": 58967
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"icon_id": "42675924",
|
|
241
|
+
"name": "icon_jinggao",
|
|
242
|
+
"font_class": "icon_jinggao",
|
|
243
|
+
"unicode": "e658",
|
|
244
|
+
"unicode_decimal": 58968
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"icon_id": "42675925",
|
|
248
|
+
"name": "icon_oa",
|
|
249
|
+
"font_class": "icon_oa",
|
|
250
|
+
"unicode": "e659",
|
|
251
|
+
"unicode_decimal": 58969
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"icon_id": "42675926",
|
|
255
|
+
"name": "icon_shousuo",
|
|
256
|
+
"font_class": "icon_shousuo",
|
|
257
|
+
"unicode": "e65a",
|
|
258
|
+
"unicode_decimal": 58970
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"icon_id": "42675927",
|
|
262
|
+
"name": "icon_renzi",
|
|
263
|
+
"font_class": "icon_renzi",
|
|
264
|
+
"unicode": "e65b",
|
|
265
|
+
"unicode_decimal": 58971
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"icon_id": "42675928",
|
|
269
|
+
"name": "icon_shijian",
|
|
270
|
+
"font_class": "icon_shijian",
|
|
271
|
+
"unicode": "e65c",
|
|
272
|
+
"unicode_decimal": 58972
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"icon_id": "42675929",
|
|
276
|
+
"name": "icon_sousuo",
|
|
277
|
+
"font_class": "icon_sousuo",
|
|
278
|
+
"unicode": "e65d",
|
|
279
|
+
"unicode_decimal": 58973
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"icon_id": "42675930",
|
|
283
|
+
"name": "icon_shuaxin",
|
|
284
|
+
"font_class": "icon_shuaxin",
|
|
285
|
+
"unicode": "e65e",
|
|
286
|
+
"unicode_decimal": 58974
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"icon_id": "42675931",
|
|
290
|
+
"name": "icon_wenzi",
|
|
291
|
+
"font_class": "icon_wenzi",
|
|
292
|
+
"unicode": "e65f",
|
|
293
|
+
"unicode_decimal": 58975
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"icon_id": "42675932",
|
|
297
|
+
"name": "icon_shanchu",
|
|
298
|
+
"font_class": "icon_shanchu",
|
|
299
|
+
"unicode": "e660",
|
|
300
|
+
"unicode_decimal": 58976
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"icon_id": "42675933",
|
|
304
|
+
"name": "icon_dangan",
|
|
305
|
+
"font_class": "icon_dangan",
|
|
306
|
+
"unicode": "e661",
|
|
307
|
+
"unicode_decimal": 58977
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"icon_id": "42675934",
|
|
311
|
+
"name": "icon_xiala",
|
|
312
|
+
"font_class": "icon_xiala",
|
|
313
|
+
"unicode": "e662",
|
|
314
|
+
"unicode_decimal": 58978
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"icon_id": "42675935",
|
|
318
|
+
"name": "icon_shouye",
|
|
319
|
+
"font_class": "icon_shouye",
|
|
320
|
+
"unicode": "e663",
|
|
321
|
+
"unicode_decimal": 58979
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"icon_id": "42675936",
|
|
325
|
+
"name": "icon_guanbi",
|
|
326
|
+
"font_class": "icon_guanbi",
|
|
327
|
+
"unicode": "e664",
|
|
328
|
+
"unicode_decimal": 58980
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"icon_id": "42675937",
|
|
332
|
+
"name": "icon_qiye",
|
|
333
|
+
"font_class": "icon_qiye",
|
|
334
|
+
"unicode": "e665",
|
|
335
|
+
"unicode_decimal": 58981
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"icon_id": "42675938",
|
|
339
|
+
"name": "icon_xinzeng",
|
|
340
|
+
"font_class": "icon_xinzeng",
|
|
341
|
+
"unicode": "e666",
|
|
342
|
+
"unicode_decimal": 58982
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"icon_id": "42675939",
|
|
346
|
+
"name": "icon_shezhi",
|
|
347
|
+
"font_class": "icon_shezhi",
|
|
348
|
+
"unicode": "e667",
|
|
349
|
+
"unicode_decimal": 58983
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"icon_id": "42675940",
|
|
353
|
+
"name": "icon_zhankai",
|
|
354
|
+
"font_class": "icon_zhankai",
|
|
355
|
+
"unicode": "e668",
|
|
356
|
+
"unicode_decimal": 58984
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"icon_id": "42675941",
|
|
360
|
+
"name": "icon_quanping",
|
|
361
|
+
"font_class": "icon_quanping",
|
|
362
|
+
"unicode": "e669",
|
|
363
|
+
"unicode_decimal": 58985
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"icon_id": "42675942",
|
|
367
|
+
"name": "icon_kanban",
|
|
368
|
+
"font_class": "icon_kanban",
|
|
369
|
+
"unicode": "e66a",
|
|
370
|
+
"unicode_decimal": 58986
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"icon_id": "42675943",
|
|
374
|
+
"name": "icon_xiazai",
|
|
375
|
+
"font_class": "icon_xiazai",
|
|
376
|
+
"unicode": "e66b",
|
|
377
|
+
"unicode_decimal": 58987
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"icon_id": "42675944",
|
|
381
|
+
"name": "icon_you",
|
|
382
|
+
"font_class": "icon_you",
|
|
383
|
+
"unicode": "e66c",
|
|
384
|
+
"unicode_decimal": 58988
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"icon_id": "42675945",
|
|
388
|
+
"name": "icon_xiaoxi",
|
|
389
|
+
"font_class": "icon_xiaoxi",
|
|
390
|
+
"unicode": "e66d",
|
|
391
|
+
"unicode_decimal": 58989
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"icon_id": "42675946",
|
|
395
|
+
"name": "icon_xitong",
|
|
396
|
+
"font_class": "icon_xitong",
|
|
397
|
+
"unicode": "e66e",
|
|
398
|
+
"unicode_decimal": 58990
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"icon_id": "42675947",
|
|
402
|
+
"name": "icon_zhixiang",
|
|
403
|
+
"font_class": "icon_zhixiang",
|
|
404
|
+
"unicode": "e66f",
|
|
405
|
+
"unicode_decimal": 58991
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"icon_id": "42675948",
|
|
409
|
+
"name": "icon_zhengjian",
|
|
410
|
+
"font_class": "icon_zhengjian",
|
|
411
|
+
"unicode": "e670",
|
|
412
|
+
"unicode_decimal": 58992
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"icon_id": "42675949",
|
|
416
|
+
"name": "icon_zhengjian-2",
|
|
417
|
+
"font_class": "icon_zhengjian-2",
|
|
418
|
+
"unicode": "e671",
|
|
419
|
+
"unicode_decimal": 58993
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"icon_id": "42675951",
|
|
423
|
+
"name": "icon_zuo",
|
|
424
|
+
"font_class": "icon_zuo",
|
|
425
|
+
"unicode": "e672",
|
|
426
|
+
"unicode_decimal": 58994
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import TLayoutPage from './layout-page';
|
|
2
|
+
import TLayoutPageItem from './layout-page-item';
|
|
3
|
+
import TQueryCondition from './query-condition';
|
|
4
|
+
import TTable from './table';
|
|
5
|
+
import TForm from './form';
|
|
6
|
+
import TSelect from './select';
|
|
7
|
+
import TSelectTable from './select-table';
|
|
8
|
+
import TDetail from './detail';
|
|
9
|
+
import TButton from './button';
|
|
10
|
+
import TStepWizard from './step-wizard';
|
|
11
|
+
import TTimerBtn from './timer-btn';
|
|
12
|
+
import TModuleForm from './module-form';
|
|
13
|
+
import TAdaptivePage from './adaptive-page';
|
|
14
|
+
import TDatePicker from './date-picker';
|
|
15
|
+
import TRadio from './radio';
|
|
16
|
+
export { TLayoutPage, TLayoutPageItem, TQueryCondition, TTable, TForm, TSelect, TSelectTable, TDetail, TButton, TStepWizard, TTimerBtn, TModuleForm, TAdaptivePage, TDatePicker, TRadio, };
|
|
17
|
+
declare const _default: {
|
|
18
|
+
install: any;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
declare const TLayoutPage: ({
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: {
|
|
6
|
+
keepScrollDisabled?: boolean | undefined;
|
|
7
|
+
isNoMargin?: boolean | undefined;
|
|
8
|
+
key?: string | number | symbol | undefined;
|
|
9
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
10
|
+
ref_for?: boolean | undefined;
|
|
11
|
+
ref_key?: string | undefined;
|
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>) => void)[] | undefined;
|
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>) => void)[] | undefined;
|
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>) => void)[] | undefined;
|
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}>) => void)[] | undefined;
|
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>) => void)[] | undefined;
|
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}>) => void)[] | undefined;
|
|
50
|
+
class?: unknown;
|
|
51
|
+
style?: unknown;
|
|
52
|
+
};
|
|
53
|
+
$attrs: {
|
|
54
|
+
[x: string]: unknown;
|
|
55
|
+
};
|
|
56
|
+
$refs: {
|
|
57
|
+
[x: string]: unknown;
|
|
58
|
+
};
|
|
59
|
+
$slots: Readonly<{
|
|
60
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
63
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
64
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
65
|
+
$el: any;
|
|
66
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
keepScrollDisabled: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
isNoMargin: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
}>>, {
|
|
76
|
+
props: any;
|
|
77
|
+
TLayoutPageRef: import("vue").Ref<null>;
|
|
78
|
+
scrollTop: import("vue").Ref<number>;
|
|
79
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
80
|
+
keepScrollDisabled: boolean;
|
|
81
|
+
isNoMargin: boolean;
|
|
82
|
+
}, {}, string, {}> & {
|
|
83
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
91
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
92
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
93
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
94
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
95
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
96
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
97
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
98
|
+
};
|
|
99
|
+
$forceUpdate: () => void;
|
|
100
|
+
$nextTick: typeof import("vue").nextTick;
|
|
101
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
102
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
103
|
+
keepScrollDisabled: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
isNoMargin: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
|
112
|
+
props: any;
|
|
113
|
+
TLayoutPageRef: import("vue").Ref<null>;
|
|
114
|
+
scrollTop: import("vue").Ref<number>;
|
|
115
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
116
|
+
__isFragment?: undefined;
|
|
117
|
+
__isTeleport?: undefined;
|
|
118
|
+
__isSuspense?: undefined;
|
|
119
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
keepScrollDisabled: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
isNoMargin: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
}>>, {
|
|
129
|
+
props: any;
|
|
130
|
+
TLayoutPageRef: import("vue").Ref<null>;
|
|
131
|
+
scrollTop: import("vue").Ref<number>;
|
|
132
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
133
|
+
keepScrollDisabled: boolean;
|
|
134
|
+
isNoMargin: boolean;
|
|
135
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>) & Record<string, any>;
|
|
136
|
+
export default TLayoutPage;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
keepScrollDisabled: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
isNoMargin: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
props: any;
|
|
12
|
+
TLayoutPageRef: import("vue").Ref<null>;
|
|
13
|
+
scrollTop: import("vue").Ref<number>;
|
|
14
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
keepScrollDisabled: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
isNoMargin: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}>>, {
|
|
24
|
+
keepScrollDisabled: boolean;
|
|
25
|
+
isNoMargin: boolean;
|
|
26
|
+
}, {}>;
|
|
27
|
+
export default _sfc_main;
|