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