@unizhen/ui 0.0.5 → 0.0.6
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/components/actionButton/factory.d.ts +2 -0
- package/lib/components/actionButton/interface.d.ts +1 -0
- package/lib/components/form/draggable.vue.d.ts +63 -0
- package/lib/components/form/index.vue.d.ts +63 -0
- package/lib/components/form/interface.d.ts +2 -0
- package/lib/components/searchBar/index.vue.d.ts +12 -0
- package/lib/components/searchBar/mobile.vue.d.ts +12 -0
- package/lib/components/table/drawer.vue.d.ts +1 -2
- package/lib/components/table/factory.d.ts +1 -0
- package/lib/components/table/index.vue.d.ts +21 -0
- package/lib/favicon.png +0 -0
- package/lib/ui.css +1 -1
- package/lib/ui.js +3559 -3568
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare const fnActionSimplify: (button: IUzActionButton[]) => ({
|
|
|
11
11
|
o: string | undefined;
|
|
12
12
|
p: string | undefined;
|
|
13
13
|
s: string | undefined;
|
|
14
|
+
u: string | undefined;
|
|
14
15
|
a: string | number | undefined;
|
|
15
16
|
r: number;
|
|
16
17
|
w: string | undefined;
|
|
@@ -32,6 +33,7 @@ export declare const fnActionSimplify: (button: IUzActionButton[]) => ({
|
|
|
32
33
|
o: string | undefined;
|
|
33
34
|
p: string | undefined;
|
|
34
35
|
s: string | undefined;
|
|
36
|
+
u: string | undefined;
|
|
35
37
|
a: string | number | undefined;
|
|
36
38
|
r: number;
|
|
37
39
|
w: string | undefined;
|
|
@@ -125,6 +125,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
125
125
|
readonly: boolean;
|
|
126
126
|
updateValue: string | Fn;
|
|
127
127
|
createButton: boolean;
|
|
128
|
+
showDays: boolean;
|
|
128
129
|
backfill: boolean;
|
|
129
130
|
rule: {
|
|
130
131
|
required: boolean;
|
|
@@ -207,6 +208,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
207
208
|
readonly: boolean;
|
|
208
209
|
updateValue: string | Fn;
|
|
209
210
|
createButton: boolean;
|
|
211
|
+
showDays: boolean;
|
|
210
212
|
backfill: boolean;
|
|
211
213
|
rule: {
|
|
212
214
|
required: boolean;
|
|
@@ -291,6 +293,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
291
293
|
readonly: boolean;
|
|
292
294
|
updateValue: string | Fn;
|
|
293
295
|
createButton: boolean;
|
|
296
|
+
showDays: boolean;
|
|
294
297
|
backfill: boolean;
|
|
295
298
|
rule: {
|
|
296
299
|
required: boolean;
|
|
@@ -376,6 +379,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
376
379
|
readonly: boolean;
|
|
377
380
|
updateValue: string | Fn;
|
|
378
381
|
createButton: boolean;
|
|
382
|
+
showDays: boolean;
|
|
379
383
|
backfill: boolean;
|
|
380
384
|
rule: {
|
|
381
385
|
required: boolean;
|
|
@@ -462,6 +466,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
462
466
|
readonly: boolean;
|
|
463
467
|
updateValue: string | Fn;
|
|
464
468
|
createButton: boolean;
|
|
469
|
+
showDays: boolean;
|
|
465
470
|
backfill: boolean;
|
|
466
471
|
rule: {
|
|
467
472
|
required: boolean;
|
|
@@ -540,6 +545,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
540
545
|
readonly: boolean;
|
|
541
546
|
updateValue: string | Fn;
|
|
542
547
|
createButton: boolean;
|
|
548
|
+
showDays: boolean;
|
|
543
549
|
backfill: boolean;
|
|
544
550
|
rule: {
|
|
545
551
|
required: boolean;
|
|
@@ -616,6 +622,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
616
622
|
readonly: boolean;
|
|
617
623
|
updateValue: string | Fn;
|
|
618
624
|
createButton: boolean;
|
|
625
|
+
showDays: boolean;
|
|
619
626
|
backfill: boolean;
|
|
620
627
|
rule: {
|
|
621
628
|
required: boolean;
|
|
@@ -691,6 +698,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
691
698
|
readonly: boolean;
|
|
692
699
|
updateValue: string | Fn;
|
|
693
700
|
createButton: boolean;
|
|
701
|
+
showDays: boolean;
|
|
694
702
|
backfill: boolean;
|
|
695
703
|
rule: {
|
|
696
704
|
required: boolean;
|
|
@@ -768,6 +776,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
768
776
|
readonly: boolean;
|
|
769
777
|
updateValue: string | Fn;
|
|
770
778
|
createButton: boolean;
|
|
779
|
+
showDays: boolean;
|
|
771
780
|
backfill: boolean;
|
|
772
781
|
rule: {
|
|
773
782
|
required: boolean;
|
|
@@ -846,6 +855,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
846
855
|
readonly: boolean;
|
|
847
856
|
updateValue: string | Fn;
|
|
848
857
|
createButton: boolean;
|
|
858
|
+
showDays: boolean;
|
|
849
859
|
backfill: boolean;
|
|
850
860
|
rule: {
|
|
851
861
|
required: boolean;
|
|
@@ -922,6 +932,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
922
932
|
readonly: boolean;
|
|
923
933
|
updateValue: string | Fn;
|
|
924
934
|
createButton: boolean;
|
|
935
|
+
showDays: boolean;
|
|
925
936
|
backfill: boolean;
|
|
926
937
|
rule: {
|
|
927
938
|
required: boolean;
|
|
@@ -998,6 +1009,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
998
1009
|
readonly: boolean;
|
|
999
1010
|
updateValue: string | Fn;
|
|
1000
1011
|
createButton: boolean;
|
|
1012
|
+
showDays: boolean;
|
|
1001
1013
|
backfill: boolean;
|
|
1002
1014
|
rule: {
|
|
1003
1015
|
required: boolean;
|
|
@@ -1044,6 +1056,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1044
1056
|
actions: any[];
|
|
1045
1057
|
addButton: boolean;
|
|
1046
1058
|
optionsType?: string | undefined;
|
|
1059
|
+
optionsSource?: string | undefined;
|
|
1047
1060
|
options?: string | undefined;
|
|
1048
1061
|
summary?: (string | ((pageData: any) => any)) | undefined;
|
|
1049
1062
|
deleteFn?: string | undefined;
|
|
@@ -1087,6 +1100,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1087
1100
|
readonly: boolean;
|
|
1088
1101
|
updateValue: string | Fn;
|
|
1089
1102
|
createButton: boolean;
|
|
1103
|
+
showDays: boolean;
|
|
1090
1104
|
backfill: boolean;
|
|
1091
1105
|
rule: {
|
|
1092
1106
|
required: boolean;
|
|
@@ -1163,6 +1177,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1163
1177
|
readonly: boolean;
|
|
1164
1178
|
updateValue: string | Fn;
|
|
1165
1179
|
createButton: boolean;
|
|
1180
|
+
showDays: boolean;
|
|
1166
1181
|
backfill: boolean;
|
|
1167
1182
|
rule: {
|
|
1168
1183
|
required: boolean;
|
|
@@ -1234,6 +1249,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1234
1249
|
readonly: boolean;
|
|
1235
1250
|
updateValue: string | Fn;
|
|
1236
1251
|
createButton: boolean;
|
|
1252
|
+
showDays: boolean;
|
|
1237
1253
|
backfill: boolean;
|
|
1238
1254
|
rule: {
|
|
1239
1255
|
required: boolean;
|
|
@@ -1315,6 +1331,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1315
1331
|
readonly: boolean;
|
|
1316
1332
|
updateValue: string | Fn;
|
|
1317
1333
|
createButton: boolean;
|
|
1334
|
+
showDays: boolean;
|
|
1318
1335
|
backfill: boolean;
|
|
1319
1336
|
rule: {
|
|
1320
1337
|
required: boolean;
|
|
@@ -1397,6 +1414,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1397
1414
|
readonly: boolean;
|
|
1398
1415
|
updateValue: string | Fn;
|
|
1399
1416
|
createButton: boolean;
|
|
1417
|
+
showDays: boolean;
|
|
1400
1418
|
backfill: boolean;
|
|
1401
1419
|
rule: {
|
|
1402
1420
|
required: boolean;
|
|
@@ -1481,6 +1499,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1481
1499
|
readonly: boolean;
|
|
1482
1500
|
updateValue: string | Fn;
|
|
1483
1501
|
createButton: boolean;
|
|
1502
|
+
showDays: boolean;
|
|
1484
1503
|
backfill: boolean;
|
|
1485
1504
|
rule: {
|
|
1486
1505
|
required: boolean;
|
|
@@ -1566,6 +1585,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1566
1585
|
readonly: boolean;
|
|
1567
1586
|
updateValue: string | Fn;
|
|
1568
1587
|
createButton: boolean;
|
|
1588
|
+
showDays: boolean;
|
|
1569
1589
|
backfill: boolean;
|
|
1570
1590
|
rule: {
|
|
1571
1591
|
required: boolean;
|
|
@@ -1652,6 +1672,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1652
1672
|
readonly: boolean;
|
|
1653
1673
|
updateValue: string | Fn;
|
|
1654
1674
|
createButton: boolean;
|
|
1675
|
+
showDays: boolean;
|
|
1655
1676
|
backfill: boolean;
|
|
1656
1677
|
rule: {
|
|
1657
1678
|
required: boolean;
|
|
@@ -1730,6 +1751,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1730
1751
|
readonly: boolean;
|
|
1731
1752
|
updateValue: string | Fn;
|
|
1732
1753
|
createButton: boolean;
|
|
1754
|
+
showDays: boolean;
|
|
1733
1755
|
backfill: boolean;
|
|
1734
1756
|
rule: {
|
|
1735
1757
|
required: boolean;
|
|
@@ -1806,6 +1828,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1806
1828
|
readonly: boolean;
|
|
1807
1829
|
updateValue: string | Fn;
|
|
1808
1830
|
createButton: boolean;
|
|
1831
|
+
showDays: boolean;
|
|
1809
1832
|
backfill: boolean;
|
|
1810
1833
|
rule: {
|
|
1811
1834
|
required: boolean;
|
|
@@ -1881,6 +1904,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1881
1904
|
readonly: boolean;
|
|
1882
1905
|
updateValue: string | Fn;
|
|
1883
1906
|
createButton: boolean;
|
|
1907
|
+
showDays: boolean;
|
|
1884
1908
|
backfill: boolean;
|
|
1885
1909
|
rule: {
|
|
1886
1910
|
required: boolean;
|
|
@@ -1958,6 +1982,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1958
1982
|
readonly: boolean;
|
|
1959
1983
|
updateValue: string | Fn;
|
|
1960
1984
|
createButton: boolean;
|
|
1985
|
+
showDays: boolean;
|
|
1961
1986
|
backfill: boolean;
|
|
1962
1987
|
rule: {
|
|
1963
1988
|
required: boolean;
|
|
@@ -2036,6 +2061,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2036
2061
|
readonly: boolean;
|
|
2037
2062
|
updateValue: string | Fn;
|
|
2038
2063
|
createButton: boolean;
|
|
2064
|
+
showDays: boolean;
|
|
2039
2065
|
backfill: boolean;
|
|
2040
2066
|
rule: {
|
|
2041
2067
|
required: boolean;
|
|
@@ -2112,6 +2138,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2112
2138
|
readonly: boolean;
|
|
2113
2139
|
updateValue: string | Fn;
|
|
2114
2140
|
createButton: boolean;
|
|
2141
|
+
showDays: boolean;
|
|
2115
2142
|
backfill: boolean;
|
|
2116
2143
|
rule: {
|
|
2117
2144
|
required: boolean;
|
|
@@ -2188,6 +2215,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2188
2215
|
readonly: boolean;
|
|
2189
2216
|
updateValue: string | Fn;
|
|
2190
2217
|
createButton: boolean;
|
|
2218
|
+
showDays: boolean;
|
|
2191
2219
|
backfill: boolean;
|
|
2192
2220
|
rule: {
|
|
2193
2221
|
required: boolean;
|
|
@@ -2234,6 +2262,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2234
2262
|
actions: any[];
|
|
2235
2263
|
addButton: boolean;
|
|
2236
2264
|
optionsType?: string | undefined;
|
|
2265
|
+
optionsSource?: string | undefined;
|
|
2237
2266
|
options?: string | undefined;
|
|
2238
2267
|
summary?: (string | ((pageData: any) => any)) | undefined;
|
|
2239
2268
|
deleteFn?: string | undefined;
|
|
@@ -2277,6 +2306,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2277
2306
|
readonly: boolean;
|
|
2278
2307
|
updateValue: string | Fn;
|
|
2279
2308
|
createButton: boolean;
|
|
2309
|
+
showDays: boolean;
|
|
2280
2310
|
backfill: boolean;
|
|
2281
2311
|
rule: {
|
|
2282
2312
|
required: boolean;
|
|
@@ -2353,6 +2383,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2353
2383
|
readonly: boolean;
|
|
2354
2384
|
updateValue: string | Fn;
|
|
2355
2385
|
createButton: boolean;
|
|
2386
|
+
showDays: boolean;
|
|
2356
2387
|
backfill: boolean;
|
|
2357
2388
|
rule: {
|
|
2358
2389
|
required: boolean;
|
|
@@ -2438,6 +2469,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2438
2469
|
readonly: boolean;
|
|
2439
2470
|
updateValue: string | Fn;
|
|
2440
2471
|
createButton: boolean;
|
|
2472
|
+
showDays: boolean;
|
|
2441
2473
|
backfill: boolean;
|
|
2442
2474
|
rule: {
|
|
2443
2475
|
required: boolean;
|
|
@@ -2520,6 +2552,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2520
2552
|
readonly: boolean;
|
|
2521
2553
|
updateValue: string | Fn;
|
|
2522
2554
|
createButton: boolean;
|
|
2555
|
+
showDays: boolean;
|
|
2523
2556
|
backfill: boolean;
|
|
2524
2557
|
rule: {
|
|
2525
2558
|
required: boolean;
|
|
@@ -2604,6 +2637,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2604
2637
|
readonly: boolean;
|
|
2605
2638
|
updateValue: string | Fn;
|
|
2606
2639
|
createButton: boolean;
|
|
2640
|
+
showDays: boolean;
|
|
2607
2641
|
backfill: boolean;
|
|
2608
2642
|
rule: {
|
|
2609
2643
|
required: boolean;
|
|
@@ -2689,6 +2723,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2689
2723
|
readonly: boolean;
|
|
2690
2724
|
updateValue: string | Fn;
|
|
2691
2725
|
createButton: boolean;
|
|
2726
|
+
showDays: boolean;
|
|
2692
2727
|
backfill: boolean;
|
|
2693
2728
|
rule: {
|
|
2694
2729
|
required: boolean;
|
|
@@ -2775,6 +2810,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2775
2810
|
readonly: boolean;
|
|
2776
2811
|
updateValue: string | Fn;
|
|
2777
2812
|
createButton: boolean;
|
|
2813
|
+
showDays: boolean;
|
|
2778
2814
|
backfill: boolean;
|
|
2779
2815
|
rule: {
|
|
2780
2816
|
required: boolean;
|
|
@@ -2853,6 +2889,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2853
2889
|
readonly: boolean;
|
|
2854
2890
|
updateValue: string | Fn;
|
|
2855
2891
|
createButton: boolean;
|
|
2892
|
+
showDays: boolean;
|
|
2856
2893
|
backfill: boolean;
|
|
2857
2894
|
rule: {
|
|
2858
2895
|
required: boolean;
|
|
@@ -2929,6 +2966,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2929
2966
|
readonly: boolean;
|
|
2930
2967
|
updateValue: string | Fn;
|
|
2931
2968
|
createButton: boolean;
|
|
2969
|
+
showDays: boolean;
|
|
2932
2970
|
backfill: boolean;
|
|
2933
2971
|
rule: {
|
|
2934
2972
|
required: boolean;
|
|
@@ -3004,6 +3042,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3004
3042
|
readonly: boolean;
|
|
3005
3043
|
updateValue: string | Fn;
|
|
3006
3044
|
createButton: boolean;
|
|
3045
|
+
showDays: boolean;
|
|
3007
3046
|
backfill: boolean;
|
|
3008
3047
|
rule: {
|
|
3009
3048
|
required: boolean;
|
|
@@ -3081,6 +3120,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3081
3120
|
readonly: boolean;
|
|
3082
3121
|
updateValue: string | Fn;
|
|
3083
3122
|
createButton: boolean;
|
|
3123
|
+
showDays: boolean;
|
|
3084
3124
|
backfill: boolean;
|
|
3085
3125
|
rule: {
|
|
3086
3126
|
required: boolean;
|
|
@@ -3159,6 +3199,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3159
3199
|
readonly: boolean;
|
|
3160
3200
|
updateValue: string | Fn;
|
|
3161
3201
|
createButton: boolean;
|
|
3202
|
+
showDays: boolean;
|
|
3162
3203
|
backfill: boolean;
|
|
3163
3204
|
rule: {
|
|
3164
3205
|
required: boolean;
|
|
@@ -3235,6 +3276,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3235
3276
|
readonly: boolean;
|
|
3236
3277
|
updateValue: string | Fn;
|
|
3237
3278
|
createButton: boolean;
|
|
3279
|
+
showDays: boolean;
|
|
3238
3280
|
backfill: boolean;
|
|
3239
3281
|
rule: {
|
|
3240
3282
|
required: boolean;
|
|
@@ -3311,6 +3353,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3311
3353
|
readonly: boolean;
|
|
3312
3354
|
updateValue: string | Fn;
|
|
3313
3355
|
createButton: boolean;
|
|
3356
|
+
showDays: boolean;
|
|
3314
3357
|
backfill: boolean;
|
|
3315
3358
|
rule: {
|
|
3316
3359
|
required: boolean;
|
|
@@ -3357,6 +3400,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3357
3400
|
actions: any[];
|
|
3358
3401
|
addButton: boolean;
|
|
3359
3402
|
optionsType?: string | undefined;
|
|
3403
|
+
optionsSource?: string | undefined;
|
|
3360
3404
|
options?: string | undefined;
|
|
3361
3405
|
summary?: (string | ((pageData: any) => any)) | undefined;
|
|
3362
3406
|
deleteFn?: string | undefined;
|
|
@@ -3400,6 +3444,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3400
3444
|
readonly: boolean;
|
|
3401
3445
|
updateValue: string | Fn;
|
|
3402
3446
|
createButton: boolean;
|
|
3447
|
+
showDays: boolean;
|
|
3403
3448
|
backfill: boolean;
|
|
3404
3449
|
rule: {
|
|
3405
3450
|
required: boolean;
|
|
@@ -3476,6 +3521,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3476
3521
|
readonly: boolean;
|
|
3477
3522
|
updateValue: string | Fn;
|
|
3478
3523
|
createButton: boolean;
|
|
3524
|
+
showDays: boolean;
|
|
3479
3525
|
backfill: boolean;
|
|
3480
3526
|
rule: {
|
|
3481
3527
|
required: boolean;
|
|
@@ -3547,6 +3593,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3547
3593
|
readonly: boolean;
|
|
3548
3594
|
updateValue: string | Fn;
|
|
3549
3595
|
createButton: boolean;
|
|
3596
|
+
showDays: boolean;
|
|
3550
3597
|
backfill: boolean;
|
|
3551
3598
|
rule: {
|
|
3552
3599
|
required: boolean;
|
|
@@ -3628,6 +3675,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3628
3675
|
readonly: boolean;
|
|
3629
3676
|
updateValue: string | Fn;
|
|
3630
3677
|
createButton: boolean;
|
|
3678
|
+
showDays: boolean;
|
|
3631
3679
|
backfill: boolean;
|
|
3632
3680
|
rule: {
|
|
3633
3681
|
required: boolean;
|
|
@@ -3710,6 +3758,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3710
3758
|
readonly: boolean;
|
|
3711
3759
|
updateValue: string | Fn;
|
|
3712
3760
|
createButton: boolean;
|
|
3761
|
+
showDays: boolean;
|
|
3713
3762
|
backfill: boolean;
|
|
3714
3763
|
rule: {
|
|
3715
3764
|
required: boolean;
|
|
@@ -3794,6 +3843,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3794
3843
|
readonly: boolean;
|
|
3795
3844
|
updateValue: string | Fn;
|
|
3796
3845
|
createButton: boolean;
|
|
3846
|
+
showDays: boolean;
|
|
3797
3847
|
backfill: boolean;
|
|
3798
3848
|
rule: {
|
|
3799
3849
|
required: boolean;
|
|
@@ -3879,6 +3929,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3879
3929
|
readonly: boolean;
|
|
3880
3930
|
updateValue: string | Fn;
|
|
3881
3931
|
createButton: boolean;
|
|
3932
|
+
showDays: boolean;
|
|
3882
3933
|
backfill: boolean;
|
|
3883
3934
|
rule: {
|
|
3884
3935
|
required: boolean;
|
|
@@ -3965,6 +4016,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3965
4016
|
readonly: boolean;
|
|
3966
4017
|
updateValue: string | Fn;
|
|
3967
4018
|
createButton: boolean;
|
|
4019
|
+
showDays: boolean;
|
|
3968
4020
|
backfill: boolean;
|
|
3969
4021
|
rule: {
|
|
3970
4022
|
required: boolean;
|
|
@@ -4043,6 +4095,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4043
4095
|
readonly: boolean;
|
|
4044
4096
|
updateValue: string | Fn;
|
|
4045
4097
|
createButton: boolean;
|
|
4098
|
+
showDays: boolean;
|
|
4046
4099
|
backfill: boolean;
|
|
4047
4100
|
rule: {
|
|
4048
4101
|
required: boolean;
|
|
@@ -4119,6 +4172,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4119
4172
|
readonly: boolean;
|
|
4120
4173
|
updateValue: string | Fn;
|
|
4121
4174
|
createButton: boolean;
|
|
4175
|
+
showDays: boolean;
|
|
4122
4176
|
backfill: boolean;
|
|
4123
4177
|
rule: {
|
|
4124
4178
|
required: boolean;
|
|
@@ -4194,6 +4248,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4194
4248
|
readonly: boolean;
|
|
4195
4249
|
updateValue: string | Fn;
|
|
4196
4250
|
createButton: boolean;
|
|
4251
|
+
showDays: boolean;
|
|
4197
4252
|
backfill: boolean;
|
|
4198
4253
|
rule: {
|
|
4199
4254
|
required: boolean;
|
|
@@ -4271,6 +4326,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4271
4326
|
readonly: boolean;
|
|
4272
4327
|
updateValue: string | Fn;
|
|
4273
4328
|
createButton: boolean;
|
|
4329
|
+
showDays: boolean;
|
|
4274
4330
|
backfill: boolean;
|
|
4275
4331
|
rule: {
|
|
4276
4332
|
required: boolean;
|
|
@@ -4349,6 +4405,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4349
4405
|
readonly: boolean;
|
|
4350
4406
|
updateValue: string | Fn;
|
|
4351
4407
|
createButton: boolean;
|
|
4408
|
+
showDays: boolean;
|
|
4352
4409
|
backfill: boolean;
|
|
4353
4410
|
rule: {
|
|
4354
4411
|
required: boolean;
|
|
@@ -4425,6 +4482,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4425
4482
|
readonly: boolean;
|
|
4426
4483
|
updateValue: string | Fn;
|
|
4427
4484
|
createButton: boolean;
|
|
4485
|
+
showDays: boolean;
|
|
4428
4486
|
backfill: boolean;
|
|
4429
4487
|
rule: {
|
|
4430
4488
|
required: boolean;
|
|
@@ -4501,6 +4559,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4501
4559
|
readonly: boolean;
|
|
4502
4560
|
updateValue: string | Fn;
|
|
4503
4561
|
createButton: boolean;
|
|
4562
|
+
showDays: boolean;
|
|
4504
4563
|
backfill: boolean;
|
|
4505
4564
|
rule: {
|
|
4506
4565
|
required: boolean;
|
|
@@ -4547,6 +4606,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4547
4606
|
actions: any[];
|
|
4548
4607
|
addButton: boolean;
|
|
4549
4608
|
optionsType?: string | undefined;
|
|
4609
|
+
optionsSource?: string | undefined;
|
|
4550
4610
|
options?: string | undefined;
|
|
4551
4611
|
summary?: (string | ((pageData: any) => any)) | undefined;
|
|
4552
4612
|
deleteFn?: string | undefined;
|
|
@@ -4590,6 +4650,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4590
4650
|
readonly: boolean;
|
|
4591
4651
|
updateValue: string | Fn;
|
|
4592
4652
|
createButton: boolean;
|
|
4653
|
+
showDays: boolean;
|
|
4593
4654
|
backfill: boolean;
|
|
4594
4655
|
rule: {
|
|
4595
4656
|
required: boolean;
|
|
@@ -4666,6 +4727,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4666
4727
|
readonly: boolean;
|
|
4667
4728
|
updateValue: string | Fn;
|
|
4668
4729
|
createButton: boolean;
|
|
4730
|
+
showDays: boolean;
|
|
4669
4731
|
backfill: boolean;
|
|
4670
4732
|
rule: {
|
|
4671
4733
|
required: boolean;
|
|
@@ -4702,6 +4764,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4702
4764
|
link: Ref<string, string>;
|
|
4703
4765
|
linkFn: Ref<string, string>;
|
|
4704
4766
|
formItemIndex: Ref<[number, number], [number, number]>;
|
|
4767
|
+
diffDay: (date: number, cls?: boolean) => string;
|
|
4705
4768
|
onDragChange: () => void;
|
|
4706
4769
|
onModeClick: (item: IUzFormItem, index: number, indexChild?: number) => void;
|
|
4707
4770
|
onCancel: () => void;
|