@baosight/er4j 0.1.31 → 0.1.33

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 (24) hide show
  1. package/er4j-dist/er4j.umd.js.map +1 -1
  2. package/er4j-dist/index-DDPqf0Cg.js.map +1 -1
  3. package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +7 -4057
  4. package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +4 -2029
  5. package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +2 -1352
  6. package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +1 -676
  7. package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -676
  8. package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +1 -676
  9. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -676
  10. package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1 -676
  11. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +1 -676
  12. package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +1 -676
  13. package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1 -676
  14. package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +1 -676
  15. package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1 -676
  16. package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1 -676
  17. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +2 -677
  18. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +2 -677
  19. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2 -677
  20. package/er4j-dist/types/utils/theme.d.ts +1 -226
  21. package/package.json +1 -1
  22. package/src/views/JA/ER/JAER01.vue +1 -1
  23. package/src/views/JA/ER/JAER02.vue +2 -2
  24. package/src/views/JA/ER/JAER05.vue +2 -2
@@ -3,682 +3,7 @@ declare const _default: import('vue').DefineComponent<{
3
3
  params?: any;
4
4
  }, {
5
5
  ER: typeof ER;
6
- antdTheme: import('vue').Ref<{
7
- token: {
8
- fontSize: number;
9
- sizeStep: number;
10
- borderRadius: number;
11
- wireframe: boolean;
12
- colorPrimary: string;
13
- };
14
- components: {
15
- Form: {
16
- marginLG: number;
17
- };
18
- Button: {
19
- lineHeight: number;
20
- };
21
- Tabs: {
22
- margin: number;
23
- colorBgContainer: string;
24
- colorPrimary: string;
25
- colorText: string;
26
- colorSplit: string;
27
- colorBorder: string;
28
- colorPrimaryBorder: string;
29
- lineHeight: number;
30
- };
31
- DatePicker: {
32
- colorPrimary: string;
33
- };
34
- };
35
- } | {
36
- token: {
37
- fontSize: number;
38
- sizeStep: number;
39
- borderRadius: number;
40
- wireframe: boolean;
41
- colorBgBase: string;
42
- colorTextBase: string;
43
- colorPrimary: string;
44
- colorPrimaryBorder: string;
45
- colorPrimaryBorderHover: string;
46
- colorPrimaryText: string;
47
- };
48
- components: {
49
- Button: {
50
- colorBgContainer: string;
51
- colorBorder: string;
52
- colorText: string;
53
- lineHeight: number;
54
- };
55
- Form: {
56
- marginLG: number;
57
- colorPrimary: string;
58
- colorTextHeading: string;
59
- colorTextDescription: string;
60
- colorText: string;
61
- colorBorder: string;
62
- controlOutline: string;
63
- colorError: string;
64
- };
65
- Input: {
66
- colorBgContainer: string;
67
- colorBorder: string;
68
- colorIconHover: string;
69
- colorPrimaryActive: string;
70
- colorBgContainerDisabled: string;
71
- colorText: string;
72
- };
73
- Checkbox: {
74
- colorBgContainer: string;
75
- colorBorder: string;
76
- };
77
- InputNumber: {
78
- colorBgContainer: string;
79
- colorBorder: string;
80
- colorIconHover: string;
81
- colorPrimaryActive: string;
82
- colorBgContainerDisabled: string;
83
- colorText: string;
84
- };
85
- Radio: {
86
- colorBgContainer: string;
87
- colorBgContainerDisabled: string;
88
- };
89
- Switch: {
90
- colorPrimary: string;
91
- colorBgContainer: string;
92
- };
93
- TreeSelect: {
94
- colorBgContainer: string;
95
- };
96
- Tabs: {
97
- margin: number;
98
- colorPrimaryActive: string;
99
- colorBgContainer: string;
100
- colorPrimary: string;
101
- colorFillAlter: string;
102
- colorSplit: string;
103
- colorText: string;
104
- lineHeight: number;
105
- };
106
- Select: {
107
- colorBgContainer: string;
108
- colorBgContainerDisabled: string;
109
- colorBgElevated: string;
110
- controlItemBgActive: string;
111
- colorBorder: string;
112
- colorText: string;
113
- };
114
- DatePicker: {
115
- colorBgContainer: string;
116
- colorBgContainerDisabled: string;
117
- colorBorder: string;
118
- colorText: string;
119
- colorBgElevated: string;
120
- colorTextHeading: string;
121
- colorIcon: string;
122
- colorIconHover: string;
123
- colorTextDisabled: string;
124
- controlItemBgHover: string;
125
- controlItemBgActive: string;
126
- };
127
- Calendar: {
128
- colorBgContainer: string;
129
- };
130
- Modal: {
131
- colorBgElevated: string;
132
- colorTextHeading: string;
133
- };
134
- Tree: {
135
- colorBgContainer: string;
136
- };
137
- };
138
- } | {
139
- token: {
140
- fontSize: number;
141
- sizeStep: number;
142
- borderRadius: string;
143
- colorPrimary: string;
144
- colorSuccess: string;
145
- colorWarning: string;
146
- colorError: string;
147
- colorInfo: string;
148
- colorLink: string;
149
- fontFamily: string;
150
- colorBgContainer: string;
151
- colorBgElevated: string;
152
- colorBgLayout: string;
153
- colorBgMask: string;
154
- colorBorder: string;
155
- colorText: string;
156
- colorTextSecondary: string;
157
- colorErrorHover: string;
158
- colorErrorText: string;
159
- colorErrorTextActive: string;
160
- colorErrorTextHover: string;
161
- colorFill: string;
162
- colorLinkActive: string;
163
- colorLinkHover: string;
164
- colorPrimaryActive: string;
165
- colorPrimaryBgHover: string;
166
- colorPrimaryBorder: string;
167
- colorPrimaryBorderHover: string;
168
- colorPrimaryHover: string;
169
- colorPrimaryText: string;
170
- colorPrimaryTextActive: string;
171
- colorPrimaryTextHover: string;
172
- colorSuccessActive: string;
173
- colorSuccessBgHover: string;
174
- colorSuccessBorder: string;
175
- colorSuccessBorderHover: string;
176
- colorSuccessHover: string;
177
- colorSuccessText: string;
178
- colorSuccessTextActive: string;
179
- colorSuccessTextHover: string;
180
- colorWarningActive: string;
181
- colorWarningBgHover: string;
182
- colorWarningBorder: string;
183
- colorWarningBorderHover: string;
184
- colorWarningHover: string;
185
- colorWarningText: string;
186
- colorWarningTextActive: string;
187
- colorWarningTextHover: string;
188
- boxShadow: string;
189
- boxShadowSecondary: string;
190
- boxShadowTertiary: string;
191
- colorBgContainerDisabled: string;
192
- colorBgTextActive: string;
193
- colorBgTextHover: string;
194
- colorBorderBg: string;
195
- colorErrorOutline: string;
196
- colorFillAlter: string;
197
- colorFillContent: string;
198
- colorFillContentHover: string;
199
- colorHighlight: string;
200
- colorIcon: string;
201
- colorIconHover: string;
202
- colorSplit: string;
203
- colorTextDescription: string;
204
- colorTextDisabled: string;
205
- colorTextHeading: string;
206
- colorTextLabel: string;
207
- colorTextPlaceholder: string;
208
- colorWarningOutline: string;
209
- controlItemBgActive: string;
210
- controlItemBgActiveDisabled: string;
211
- controlItemBgActiveHover: string;
212
- controlItemBgHover: string;
213
- controlOutline: string;
214
- controlOutlineWidth: string;
215
- fontWeightStrong: string;
216
- linkDecoration: string;
217
- inkFocusDecoration: string;
218
- linkHoverDecoration: string;
219
- };
220
- components: {
221
- Form: {
222
- marginLG: number;
223
- };
224
- Tabs: {
225
- margin: number;
226
- lineHeight: number;
227
- colorPrimaryBorder: string;
228
- colorSplit: string;
229
- };
230
- };
231
- }, {
232
- token: {
233
- fontSize: number;
234
- sizeStep: number;
235
- borderRadius: number;
236
- wireframe: boolean;
237
- colorPrimary: string;
238
- };
239
- components: {
240
- Form: {
241
- marginLG: number;
242
- };
243
- Button: {
244
- lineHeight: number;
245
- };
246
- Tabs: {
247
- margin: number;
248
- colorBgContainer: string;
249
- colorPrimary: string;
250
- colorText: string;
251
- colorSplit: string;
252
- colorBorder: string;
253
- colorPrimaryBorder: string;
254
- lineHeight: number;
255
- };
256
- DatePicker: {
257
- colorPrimary: string;
258
- };
259
- };
260
- } | {
261
- token: {
262
- fontSize: number;
263
- sizeStep: number;
264
- borderRadius: number;
265
- wireframe: boolean;
266
- colorBgBase: string;
267
- colorTextBase: string;
268
- colorPrimary: string;
269
- colorPrimaryBorder: string;
270
- colorPrimaryBorderHover: string;
271
- colorPrimaryText: string;
272
- };
273
- components: {
274
- Button: {
275
- colorBgContainer: string;
276
- colorBorder: string;
277
- colorText: string;
278
- lineHeight: number;
279
- };
280
- Form: {
281
- marginLG: number;
282
- colorPrimary: string;
283
- colorTextHeading: string;
284
- colorTextDescription: string;
285
- colorText: string;
286
- colorBorder: string;
287
- controlOutline: string;
288
- colorError: string;
289
- };
290
- Input: {
291
- colorBgContainer: string;
292
- colorBorder: string;
293
- colorIconHover: string;
294
- colorPrimaryActive: string;
295
- colorBgContainerDisabled: string;
296
- colorText: string;
297
- };
298
- Checkbox: {
299
- colorBgContainer: string;
300
- colorBorder: string;
301
- };
302
- InputNumber: {
303
- colorBgContainer: string;
304
- colorBorder: string;
305
- colorIconHover: string;
306
- colorPrimaryActive: string;
307
- colorBgContainerDisabled: string;
308
- colorText: string;
309
- };
310
- Radio: {
311
- colorBgContainer: string;
312
- colorBgContainerDisabled: string;
313
- };
314
- Switch: {
315
- colorPrimary: string;
316
- colorBgContainer: string;
317
- };
318
- TreeSelect: {
319
- colorBgContainer: string;
320
- };
321
- Tabs: {
322
- margin: number;
323
- colorPrimaryActive: string;
324
- colorBgContainer: string;
325
- colorPrimary: string;
326
- colorFillAlter: string;
327
- colorSplit: string;
328
- colorText: string;
329
- lineHeight: number;
330
- };
331
- Select: {
332
- colorBgContainer: string;
333
- colorBgContainerDisabled: string;
334
- colorBgElevated: string;
335
- controlItemBgActive: string;
336
- colorBorder: string;
337
- colorText: string;
338
- };
339
- DatePicker: {
340
- colorBgContainer: string;
341
- colorBgContainerDisabled: string;
342
- colorBorder: string;
343
- colorText: string;
344
- colorBgElevated: string;
345
- colorTextHeading: string;
346
- colorIcon: string;
347
- colorIconHover: string;
348
- colorTextDisabled: string;
349
- controlItemBgHover: string;
350
- controlItemBgActive: string;
351
- };
352
- Calendar: {
353
- colorBgContainer: string;
354
- };
355
- Modal: {
356
- colorBgElevated: string;
357
- colorTextHeading: string;
358
- };
359
- Tree: {
360
- colorBgContainer: string;
361
- };
362
- };
363
- } | {
364
- token: {
365
- fontSize: number;
366
- sizeStep: number;
367
- borderRadius: string;
368
- colorPrimary: string;
369
- colorSuccess: string;
370
- colorWarning: string;
371
- colorError: string;
372
- colorInfo: string;
373
- colorLink: string;
374
- fontFamily: string;
375
- colorBgContainer: string;
376
- colorBgElevated: string;
377
- colorBgLayout: string;
378
- colorBgMask: string;
379
- colorBorder: string;
380
- colorText: string;
381
- colorTextSecondary: string;
382
- colorErrorHover: string;
383
- colorErrorText: string;
384
- colorErrorTextActive: string;
385
- colorErrorTextHover: string;
386
- colorFill: string;
387
- colorLinkActive: string;
388
- colorLinkHover: string;
389
- colorPrimaryActive: string;
390
- colorPrimaryBgHover: string;
391
- colorPrimaryBorder: string;
392
- colorPrimaryBorderHover: string;
393
- colorPrimaryHover: string;
394
- colorPrimaryText: string;
395
- colorPrimaryTextActive: string;
396
- colorPrimaryTextHover: string;
397
- colorSuccessActive: string;
398
- colorSuccessBgHover: string;
399
- colorSuccessBorder: string;
400
- colorSuccessBorderHover: string;
401
- colorSuccessHover: string;
402
- colorSuccessText: string;
403
- colorSuccessTextActive: string;
404
- colorSuccessTextHover: string;
405
- colorWarningActive: string;
406
- colorWarningBgHover: string;
407
- colorWarningBorder: string;
408
- colorWarningBorderHover: string;
409
- colorWarningHover: string;
410
- colorWarningText: string;
411
- colorWarningTextActive: string;
412
- colorWarningTextHover: string;
413
- boxShadow: string;
414
- boxShadowSecondary: string;
415
- boxShadowTertiary: string;
416
- colorBgContainerDisabled: string;
417
- colorBgTextActive: string;
418
- colorBgTextHover: string;
419
- colorBorderBg: string;
420
- colorErrorOutline: string;
421
- colorFillAlter: string;
422
- colorFillContent: string;
423
- colorFillContentHover: string;
424
- colorHighlight: string;
425
- colorIcon: string;
426
- colorIconHover: string;
427
- colorSplit: string;
428
- colorTextDescription: string;
429
- colorTextDisabled: string;
430
- colorTextHeading: string;
431
- colorTextLabel: string;
432
- colorTextPlaceholder: string;
433
- colorWarningOutline: string;
434
- controlItemBgActive: string;
435
- controlItemBgActiveDisabled: string;
436
- controlItemBgActiveHover: string;
437
- controlItemBgHover: string;
438
- controlOutline: string;
439
- controlOutlineWidth: string;
440
- fontWeightStrong: string;
441
- linkDecoration: string;
442
- inkFocusDecoration: string;
443
- linkHoverDecoration: string;
444
- };
445
- components: {
446
- Form: {
447
- marginLG: number;
448
- };
449
- Tabs: {
450
- margin: number;
451
- lineHeight: number;
452
- colorPrimaryBorder: string;
453
- colorSplit: string;
454
- };
455
- };
456
- } | {
457
- token: {
458
- fontSize: number;
459
- sizeStep: number;
460
- borderRadius: number;
461
- wireframe: boolean;
462
- colorPrimary: string;
463
- };
464
- components: {
465
- Form: {
466
- marginLG: number;
467
- };
468
- Button: {
469
- lineHeight: number;
470
- };
471
- Tabs: {
472
- margin: number;
473
- colorBgContainer: string;
474
- colorPrimary: string;
475
- colorText: string;
476
- colorSplit: string;
477
- colorBorder: string;
478
- colorPrimaryBorder: string;
479
- lineHeight: number;
480
- };
481
- DatePicker: {
482
- colorPrimary: string;
483
- };
484
- };
485
- } | {
486
- token: {
487
- fontSize: number;
488
- sizeStep: number;
489
- borderRadius: number;
490
- wireframe: boolean;
491
- colorBgBase: string;
492
- colorTextBase: string;
493
- colorPrimary: string;
494
- colorPrimaryBorder: string;
495
- colorPrimaryBorderHover: string;
496
- colorPrimaryText: string;
497
- };
498
- components: {
499
- Button: {
500
- colorBgContainer: string;
501
- colorBorder: string;
502
- colorText: string;
503
- lineHeight: number;
504
- };
505
- Form: {
506
- marginLG: number;
507
- colorPrimary: string;
508
- colorTextHeading: string;
509
- colorTextDescription: string;
510
- colorText: string;
511
- colorBorder: string;
512
- controlOutline: string;
513
- colorError: string;
514
- };
515
- Input: {
516
- colorBgContainer: string;
517
- colorBorder: string;
518
- colorIconHover: string;
519
- colorPrimaryActive: string;
520
- colorBgContainerDisabled: string;
521
- colorText: string;
522
- };
523
- Checkbox: {
524
- colorBgContainer: string;
525
- colorBorder: string;
526
- };
527
- InputNumber: {
528
- colorBgContainer: string;
529
- colorBorder: string;
530
- colorIconHover: string;
531
- colorPrimaryActive: string;
532
- colorBgContainerDisabled: string;
533
- colorText: string;
534
- };
535
- Radio: {
536
- colorBgContainer: string;
537
- colorBgContainerDisabled: string;
538
- };
539
- Switch: {
540
- colorPrimary: string;
541
- colorBgContainer: string;
542
- };
543
- TreeSelect: {
544
- colorBgContainer: string;
545
- };
546
- Tabs: {
547
- margin: number;
548
- colorPrimaryActive: string;
549
- colorBgContainer: string;
550
- colorPrimary: string;
551
- colorFillAlter: string;
552
- colorSplit: string;
553
- colorText: string;
554
- lineHeight: number;
555
- };
556
- Select: {
557
- colorBgContainer: string;
558
- colorBgContainerDisabled: string;
559
- colorBgElevated: string;
560
- controlItemBgActive: string;
561
- colorBorder: string;
562
- colorText: string;
563
- };
564
- DatePicker: {
565
- colorBgContainer: string;
566
- colorBgContainerDisabled: string;
567
- colorBorder: string;
568
- colorText: string;
569
- colorBgElevated: string;
570
- colorTextHeading: string;
571
- colorIcon: string;
572
- colorIconHover: string;
573
- colorTextDisabled: string;
574
- controlItemBgHover: string;
575
- controlItemBgActive: string;
576
- };
577
- Calendar: {
578
- colorBgContainer: string;
579
- };
580
- Modal: {
581
- colorBgElevated: string;
582
- colorTextHeading: string;
583
- };
584
- Tree: {
585
- colorBgContainer: string;
586
- };
587
- };
588
- } | {
589
- token: {
590
- fontSize: number;
591
- sizeStep: number;
592
- borderRadius: string;
593
- colorPrimary: string;
594
- colorSuccess: string;
595
- colorWarning: string;
596
- colorError: string;
597
- colorInfo: string;
598
- colorLink: string;
599
- fontFamily: string;
600
- colorBgContainer: string;
601
- colorBgElevated: string;
602
- colorBgLayout: string;
603
- colorBgMask: string;
604
- colorBorder: string;
605
- colorText: string;
606
- colorTextSecondary: string;
607
- colorErrorHover: string;
608
- colorErrorText: string;
609
- colorErrorTextActive: string;
610
- colorErrorTextHover: string;
611
- colorFill: string;
612
- colorLinkActive: string;
613
- colorLinkHover: string;
614
- colorPrimaryActive: string;
615
- colorPrimaryBgHover: string;
616
- colorPrimaryBorder: string;
617
- colorPrimaryBorderHover: string;
618
- colorPrimaryHover: string;
619
- colorPrimaryText: string;
620
- colorPrimaryTextActive: string;
621
- colorPrimaryTextHover: string;
622
- colorSuccessActive: string;
623
- colorSuccessBgHover: string;
624
- colorSuccessBorder: string;
625
- colorSuccessBorderHover: string;
626
- colorSuccessHover: string;
627
- colorSuccessText: string;
628
- colorSuccessTextActive: string;
629
- colorSuccessTextHover: string;
630
- colorWarningActive: string;
631
- colorWarningBgHover: string;
632
- colorWarningBorder: string;
633
- colorWarningBorderHover: string;
634
- colorWarningHover: string;
635
- colorWarningText: string;
636
- colorWarningTextActive: string;
637
- colorWarningTextHover: string;
638
- boxShadow: string;
639
- boxShadowSecondary: string;
640
- boxShadowTertiary: string;
641
- colorBgContainerDisabled: string;
642
- colorBgTextActive: string;
643
- colorBgTextHover: string;
644
- colorBorderBg: string;
645
- colorErrorOutline: string;
646
- colorFillAlter: string;
647
- colorFillContent: string;
648
- colorFillContentHover: string;
649
- colorHighlight: string;
650
- colorIcon: string;
651
- colorIconHover: string;
652
- colorSplit: string;
653
- colorTextDescription: string;
654
- colorTextDisabled: string;
655
- colorTextHeading: string;
656
- colorTextLabel: string;
657
- colorTextPlaceholder: string;
658
- colorWarningOutline: string;
659
- controlItemBgActive: string;
660
- controlItemBgActiveDisabled: string;
661
- controlItemBgActiveHover: string;
662
- controlItemBgHover: string;
663
- controlOutline: string;
664
- controlOutlineWidth: string;
665
- fontWeightStrong: string;
666
- linkDecoration: string;
667
- inkFocusDecoration: string;
668
- linkHoverDecoration: string;
669
- };
670
- components: {
671
- Form: {
672
- marginLG: number;
673
- };
674
- Tabs: {
675
- margin: number;
676
- lineHeight: number;
677
- colorPrimaryBorder: string;
678
- colorSplit: string;
679
- };
680
- };
681
- }>;
6
+ antdTheme: import('vue').Ref<any, any>;
682
7
  antdLocale: import('vue').Ref<{
683
8
  locale: string;
684
9
  Pagination?: {