@next-bricks/form 1.7.2 → 1.7.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/dist/bricks.json +34 -34
- package/dist/chunks/{1337.7e9e13e9.js → 1337.c8051a50.js} +2 -2
- package/dist/chunks/{1337.7e9e13e9.js.map → 1337.c8051a50.js.map} +1 -1
- package/dist/chunks/{9061.d00f49db.js → 1860.e250642a.js} +2 -2
- package/dist/chunks/1860.e250642a.js.map +1 -0
- package/dist/chunks/{1972.bf3af78d.js → 1972.d5fc1b3e.js} +2 -2
- package/dist/chunks/{1972.bf3af78d.js.map → 1972.d5fc1b3e.js.map} +1 -1
- package/dist/chunks/{9591.851ec81f.js → 9591.f9213ab2.js} +2 -2
- package/dist/chunks/{9591.851ec81f.js.map → 9591.f9213ab2.js.map} +1 -1
- package/dist/chunks/{eo-color-picker.67e6f403.js → eo-color-picker.66998157.js} +2 -2
- package/dist/chunks/{eo-color-picker.67e6f403.js.map → eo-color-picker.66998157.js.map} +1 -1
- package/dist/chunks/{eo-date-picker.638bb867.js → eo-date-picker.28200038.js} +2 -2
- package/dist/chunks/{eo-date-picker.638bb867.js.map → eo-date-picker.28200038.js.map} +1 -1
- package/dist/chunks/{eo-dynamic-form-item.c5de969e.js → eo-dynamic-form-item.8a6e7a9b.js} +3 -3
- package/dist/chunks/{eo-dynamic-form-item.c5de969e.js.map → eo-dynamic-form-item.8a6e7a9b.js.map} +1 -1
- package/dist/chunks/{eo-form-item.c0c1f58a.js → eo-form-item.b21c297e.js} +3 -3
- package/dist/chunks/{eo-form-item.c0c1f58a.js.map → eo-form-item.b21c297e.js.map} +1 -1
- package/dist/chunks/{eo-radio.9c3eace0.js → eo-radio.0cd3d54c.js} +3 -3
- package/dist/chunks/{eo-radio.9c3eace0.js.map → eo-radio.0cd3d54c.js.map} +1 -1
- package/dist/chunks/{eo-select.90ca4a92.js → eo-select.75b52f12.js} +3 -3
- package/dist/chunks/{eo-select.90ca4a92.js.map → eo-select.75b52f12.js.map} +1 -1
- package/dist/chunks/{eo-time-picker.3bf6748f.js → eo-time-picker.bc8cd0db.js} +2 -2
- package/dist/chunks/{eo-time-picker.3bf6748f.js.map → eo-time-picker.bc8cd0db.js.map} +1 -1
- package/dist/chunks/{eo-time-range-picker.ac31409f.js → eo-time-range-picker.cac818c8.js} +2 -2
- package/dist/chunks/{eo-time-range-picker.ac31409f.js.map → eo-time-range-picker.cac818c8.js.map} +1 -1
- package/dist/chunks/{eo-upload-file.c5b8eb39.js → eo-upload-file.3da8f66f.js} +3 -3
- package/dist/chunks/{eo-upload-file.c5b8eb39.js.map → eo-upload-file.3da8f66f.js.map} +1 -1
- package/dist/chunks/{eo-upload-image.b7988668.js → eo-upload-image.dcec5ea8.js} +3 -3
- package/dist/chunks/{eo-upload-image.b7988668.js.map → eo-upload-image.dcec5ea8.js.map} +1 -1
- package/dist/chunks/{main.0fd836f4.js → main.4570817e.js} +2 -2
- package/dist/chunks/{main.0fd836f4.js.map → main.4570817e.js.map} +1 -1
- package/dist/examples.json +13 -13
- package/dist/{index.1444308e.js → index.254038b0.js} +2 -2
- package/dist/{index.1444308e.js.map → index.254038b0.js.map} +1 -1
- package/dist/manifest.json +403 -403
- package/dist/types.json +589 -589
- package/package.json +2 -2
- package/dist/chunks/9061.d00f49db.js.map +0 -1
- /package/dist/chunks/{eo-dynamic-form-item.c5de969e.js.LICENSE.txt → eo-dynamic-form-item.8a6e7a9b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-form-item.c0c1f58a.js.LICENSE.txt → eo-form-item.b21c297e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.9c3eace0.js.LICENSE.txt → eo-radio.0cd3d54c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.90ca4a92.js.LICENSE.txt → eo-select.75b52f12.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-file.c5b8eb39.js.LICENSE.txt → eo-upload-file.3da8f66f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-image.b7988668.js.LICENSE.txt → eo-upload-image.dcec5ea8.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -2391,6 +2391,186 @@
|
|
|
2391
2391
|
}
|
|
2392
2392
|
]
|
|
2393
2393
|
},
|
|
2394
|
+
"eo-textarea": {
|
|
2395
|
+
"properties": [
|
|
2396
|
+
{
|
|
2397
|
+
"name": "name",
|
|
2398
|
+
"annotation": {
|
|
2399
|
+
"type": "keyword",
|
|
2400
|
+
"value": "string"
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "label",
|
|
2405
|
+
"annotation": {
|
|
2406
|
+
"type": "keyword",
|
|
2407
|
+
"value": "string"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "value",
|
|
2412
|
+
"annotation": {
|
|
2413
|
+
"type": "keyword",
|
|
2414
|
+
"value": "string"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "placeholder",
|
|
2419
|
+
"annotation": {
|
|
2420
|
+
"type": "keyword",
|
|
2421
|
+
"value": "string"
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "disabled",
|
|
2426
|
+
"annotation": {
|
|
2427
|
+
"type": "keyword",
|
|
2428
|
+
"value": "boolean"
|
|
2429
|
+
}
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "minLength",
|
|
2433
|
+
"annotation": {
|
|
2434
|
+
"type": "keyword",
|
|
2435
|
+
"value": "number"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "maxLength",
|
|
2440
|
+
"annotation": {
|
|
2441
|
+
"type": "keyword",
|
|
2442
|
+
"value": "number"
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"name": "autoSize",
|
|
2447
|
+
"annotation": {
|
|
2448
|
+
"type": "reference",
|
|
2449
|
+
"typeName": {
|
|
2450
|
+
"type": "identifier",
|
|
2451
|
+
"name": "AutoSize"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "required",
|
|
2457
|
+
"annotation": {
|
|
2458
|
+
"type": "keyword",
|
|
2459
|
+
"value": "boolean"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "max",
|
|
2464
|
+
"annotation": {
|
|
2465
|
+
"type": "keyword",
|
|
2466
|
+
"value": "number"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "min",
|
|
2471
|
+
"annotation": {
|
|
2472
|
+
"type": "keyword",
|
|
2473
|
+
"value": "number"
|
|
2474
|
+
}
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "message",
|
|
2478
|
+
"annotation": {
|
|
2479
|
+
"type": "reference",
|
|
2480
|
+
"typeName": {
|
|
2481
|
+
"type": "identifier",
|
|
2482
|
+
"name": "Record"
|
|
2483
|
+
},
|
|
2484
|
+
"typeParameters": {
|
|
2485
|
+
"type": "typeParameterInstantiation",
|
|
2486
|
+
"params": [
|
|
2487
|
+
{
|
|
2488
|
+
"type": "keyword",
|
|
2489
|
+
"value": "string"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"type": "keyword",
|
|
2493
|
+
"value": "string"
|
|
2494
|
+
}
|
|
2495
|
+
]
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "textareaStyle",
|
|
2501
|
+
"annotation": {
|
|
2502
|
+
"type": "reference",
|
|
2503
|
+
"typeName": {
|
|
2504
|
+
"type": "qualifiedName",
|
|
2505
|
+
"left": {
|
|
2506
|
+
"type": "identifier",
|
|
2507
|
+
"name": "React"
|
|
2508
|
+
},
|
|
2509
|
+
"right": {
|
|
2510
|
+
"type": "identifier",
|
|
2511
|
+
"name": "CSSProperties"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"events": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "change",
|
|
2520
|
+
"detail": {
|
|
2521
|
+
"annotation": {
|
|
2522
|
+
"type": "keyword",
|
|
2523
|
+
"value": "string"
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"methods": [],
|
|
2529
|
+
"types": [
|
|
2530
|
+
{
|
|
2531
|
+
"type": "typeAlias",
|
|
2532
|
+
"name": "AutoSize",
|
|
2533
|
+
"annotation": {
|
|
2534
|
+
"type": "union",
|
|
2535
|
+
"types": [
|
|
2536
|
+
{
|
|
2537
|
+
"type": "keyword",
|
|
2538
|
+
"value": "boolean"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"type": "typeLiteral",
|
|
2542
|
+
"members": [
|
|
2543
|
+
{
|
|
2544
|
+
"type": "propertySignature",
|
|
2545
|
+
"key": {
|
|
2546
|
+
"type": "identifier",
|
|
2547
|
+
"name": "minRows"
|
|
2548
|
+
},
|
|
2549
|
+
"annotation": {
|
|
2550
|
+
"type": "keyword",
|
|
2551
|
+
"value": "number"
|
|
2552
|
+
},
|
|
2553
|
+
"computed": false
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"type": "propertySignature",
|
|
2557
|
+
"key": {
|
|
2558
|
+
"type": "identifier",
|
|
2559
|
+
"name": "maxRows"
|
|
2560
|
+
},
|
|
2561
|
+
"annotation": {
|
|
2562
|
+
"type": "keyword",
|
|
2563
|
+
"value": "number"
|
|
2564
|
+
},
|
|
2565
|
+
"computed": false
|
|
2566
|
+
}
|
|
2567
|
+
]
|
|
2568
|
+
}
|
|
2569
|
+
]
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
]
|
|
2573
|
+
},
|
|
2394
2574
|
"eo-form-item": {
|
|
2395
2575
|
"properties": [
|
|
2396
2576
|
{
|
|
@@ -2611,7 +2791,7 @@
|
|
|
2611
2791
|
}
|
|
2612
2792
|
]
|
|
2613
2793
|
},
|
|
2614
|
-
"eo-
|
|
2794
|
+
"eo-dynamic-form-item": {
|
|
2615
2795
|
"properties": [
|
|
2616
2796
|
{
|
|
2617
2797
|
"name": "name",
|
|
@@ -2627,51 +2807,6 @@
|
|
|
2627
2807
|
"value": "string"
|
|
2628
2808
|
}
|
|
2629
2809
|
},
|
|
2630
|
-
{
|
|
2631
|
-
"name": "value",
|
|
2632
|
-
"annotation": {
|
|
2633
|
-
"type": "keyword",
|
|
2634
|
-
"value": "string"
|
|
2635
|
-
}
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"name": "placeholder",
|
|
2639
|
-
"annotation": {
|
|
2640
|
-
"type": "keyword",
|
|
2641
|
-
"value": "string"
|
|
2642
|
-
}
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
"name": "disabled",
|
|
2646
|
-
"annotation": {
|
|
2647
|
-
"type": "keyword",
|
|
2648
|
-
"value": "boolean"
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"name": "minLength",
|
|
2653
|
-
"annotation": {
|
|
2654
|
-
"type": "keyword",
|
|
2655
|
-
"value": "number"
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"name": "maxLength",
|
|
2660
|
-
"annotation": {
|
|
2661
|
-
"type": "keyword",
|
|
2662
|
-
"value": "number"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"name": "autoSize",
|
|
2667
|
-
"annotation": {
|
|
2668
|
-
"type": "reference",
|
|
2669
|
-
"typeName": {
|
|
2670
|
-
"type": "identifier",
|
|
2671
|
-
"name": "AutoSize"
|
|
2672
|
-
}
|
|
2673
|
-
}
|
|
2674
|
-
},
|
|
2675
2810
|
{
|
|
2676
2811
|
"name": "required",
|
|
2677
2812
|
"annotation": {
|
|
@@ -2680,17 +2815,16 @@
|
|
|
2680
2815
|
}
|
|
2681
2816
|
},
|
|
2682
2817
|
{
|
|
2683
|
-
"name": "
|
|
2684
|
-
"annotation": {
|
|
2685
|
-
"type": "keyword",
|
|
2686
|
-
"value": "number"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
{
|
|
2690
|
-
"name": "min",
|
|
2818
|
+
"name": "value",
|
|
2691
2819
|
"annotation": {
|
|
2692
|
-
"type": "
|
|
2693
|
-
"
|
|
2820
|
+
"type": "array",
|
|
2821
|
+
"elementType": {
|
|
2822
|
+
"type": "reference",
|
|
2823
|
+
"typeName": {
|
|
2824
|
+
"type": "identifier",
|
|
2825
|
+
"name": "DynamicFormValuesItem"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2694
2828
|
}
|
|
2695
2829
|
},
|
|
2696
2830
|
{
|
|
@@ -2717,141 +2851,7 @@
|
|
|
2717
2851
|
}
|
|
2718
2852
|
},
|
|
2719
2853
|
{
|
|
2720
|
-
"name": "
|
|
2721
|
-
"annotation": {
|
|
2722
|
-
"type": "reference",
|
|
2723
|
-
"typeName": {
|
|
2724
|
-
"type": "qualifiedName",
|
|
2725
|
-
"left": {
|
|
2726
|
-
"type": "identifier",
|
|
2727
|
-
"name": "React"
|
|
2728
|
-
},
|
|
2729
|
-
"right": {
|
|
2730
|
-
"type": "identifier",
|
|
2731
|
-
"name": "CSSProperties"
|
|
2732
|
-
}
|
|
2733
|
-
}
|
|
2734
|
-
}
|
|
2735
|
-
}
|
|
2736
|
-
],
|
|
2737
|
-
"events": [
|
|
2738
|
-
{
|
|
2739
|
-
"name": "change",
|
|
2740
|
-
"detail": {
|
|
2741
|
-
"annotation": {
|
|
2742
|
-
"type": "keyword",
|
|
2743
|
-
"value": "string"
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
}
|
|
2747
|
-
],
|
|
2748
|
-
"methods": [],
|
|
2749
|
-
"types": [
|
|
2750
|
-
{
|
|
2751
|
-
"type": "typeAlias",
|
|
2752
|
-
"name": "AutoSize",
|
|
2753
|
-
"annotation": {
|
|
2754
|
-
"type": "union",
|
|
2755
|
-
"types": [
|
|
2756
|
-
{
|
|
2757
|
-
"type": "keyword",
|
|
2758
|
-
"value": "boolean"
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"type": "typeLiteral",
|
|
2762
|
-
"members": [
|
|
2763
|
-
{
|
|
2764
|
-
"type": "propertySignature",
|
|
2765
|
-
"key": {
|
|
2766
|
-
"type": "identifier",
|
|
2767
|
-
"name": "minRows"
|
|
2768
|
-
},
|
|
2769
|
-
"annotation": {
|
|
2770
|
-
"type": "keyword",
|
|
2771
|
-
"value": "number"
|
|
2772
|
-
},
|
|
2773
|
-
"computed": false
|
|
2774
|
-
},
|
|
2775
|
-
{
|
|
2776
|
-
"type": "propertySignature",
|
|
2777
|
-
"key": {
|
|
2778
|
-
"type": "identifier",
|
|
2779
|
-
"name": "maxRows"
|
|
2780
|
-
},
|
|
2781
|
-
"annotation": {
|
|
2782
|
-
"type": "keyword",
|
|
2783
|
-
"value": "number"
|
|
2784
|
-
},
|
|
2785
|
-
"computed": false
|
|
2786
|
-
}
|
|
2787
|
-
]
|
|
2788
|
-
}
|
|
2789
|
-
]
|
|
2790
|
-
}
|
|
2791
|
-
}
|
|
2792
|
-
]
|
|
2793
|
-
},
|
|
2794
|
-
"eo-dynamic-form-item": {
|
|
2795
|
-
"properties": [
|
|
2796
|
-
{
|
|
2797
|
-
"name": "name",
|
|
2798
|
-
"annotation": {
|
|
2799
|
-
"type": "keyword",
|
|
2800
|
-
"value": "string"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "label",
|
|
2805
|
-
"annotation": {
|
|
2806
|
-
"type": "keyword",
|
|
2807
|
-
"value": "string"
|
|
2808
|
-
}
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"name": "required",
|
|
2812
|
-
"annotation": {
|
|
2813
|
-
"type": "keyword",
|
|
2814
|
-
"value": "boolean"
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
"name": "value",
|
|
2819
|
-
"annotation": {
|
|
2820
|
-
"type": "array",
|
|
2821
|
-
"elementType": {
|
|
2822
|
-
"type": "reference",
|
|
2823
|
-
"typeName": {
|
|
2824
|
-
"type": "identifier",
|
|
2825
|
-
"name": "DynamicFormValuesItem"
|
|
2826
|
-
}
|
|
2827
|
-
}
|
|
2828
|
-
}
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"name": "message",
|
|
2832
|
-
"annotation": {
|
|
2833
|
-
"type": "reference",
|
|
2834
|
-
"typeName": {
|
|
2835
|
-
"type": "identifier",
|
|
2836
|
-
"name": "Record"
|
|
2837
|
-
},
|
|
2838
|
-
"typeParameters": {
|
|
2839
|
-
"type": "typeParameterInstantiation",
|
|
2840
|
-
"params": [
|
|
2841
|
-
{
|
|
2842
|
-
"type": "keyword",
|
|
2843
|
-
"value": "string"
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"type": "keyword",
|
|
2847
|
-
"value": "string"
|
|
2848
|
-
}
|
|
2849
|
-
]
|
|
2850
|
-
}
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"name": "hideRemoveButton",
|
|
2854
|
+
"name": "hideRemoveButton",
|
|
2855
2855
|
"annotation": {
|
|
2856
2856
|
"type": "union",
|
|
2857
2857
|
"types": [
|
|
@@ -3315,7 +3315,7 @@
|
|
|
3315
3315
|
}
|
|
3316
3316
|
]
|
|
3317
3317
|
},
|
|
3318
|
-
"eo-
|
|
3318
|
+
"eo-time-range-picker": {
|
|
3319
3319
|
"properties": [
|
|
3320
3320
|
{
|
|
3321
3321
|
"name": "name",
|
|
@@ -3333,48 +3333,14 @@
|
|
|
3333
3333
|
},
|
|
3334
3334
|
{
|
|
3335
3335
|
"name": "value",
|
|
3336
|
-
"annotation": {
|
|
3337
|
-
"type": "keyword",
|
|
3338
|
-
"value": "string"
|
|
3339
|
-
}
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "placeholder",
|
|
3343
|
-
"annotation": {
|
|
3344
|
-
"type": "keyword",
|
|
3345
|
-
"value": "string"
|
|
3346
|
-
}
|
|
3347
|
-
},
|
|
3348
|
-
{
|
|
3349
|
-
"name": "message",
|
|
3350
3336
|
"annotation": {
|
|
3351
3337
|
"type": "reference",
|
|
3352
3338
|
"typeName": {
|
|
3353
3339
|
"type": "identifier",
|
|
3354
|
-
"name": "
|
|
3355
|
-
},
|
|
3356
|
-
"typeParameters": {
|
|
3357
|
-
"type": "typeParameterInstantiation",
|
|
3358
|
-
"params": [
|
|
3359
|
-
{
|
|
3360
|
-
"type": "keyword",
|
|
3361
|
-
"value": "string"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"type": "keyword",
|
|
3365
|
-
"value": "string"
|
|
3366
|
-
}
|
|
3367
|
-
]
|
|
3340
|
+
"name": "TimeRange"
|
|
3368
3341
|
}
|
|
3369
3342
|
}
|
|
3370
3343
|
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "disabled",
|
|
3373
|
-
"annotation": {
|
|
3374
|
-
"type": "keyword",
|
|
3375
|
-
"value": "boolean"
|
|
3376
|
-
}
|
|
3377
|
-
},
|
|
3378
3344
|
{
|
|
3379
3345
|
"name": "required",
|
|
3380
3346
|
"annotation": {
|
|
@@ -3383,60 +3349,74 @@
|
|
|
3383
3349
|
}
|
|
3384
3350
|
},
|
|
3385
3351
|
{
|
|
3386
|
-
"name": "
|
|
3387
|
-
"annotation": {
|
|
3388
|
-
"type": "keyword",
|
|
3389
|
-
"value": "boolean"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"name": "format",
|
|
3394
|
-
"annotation": {
|
|
3395
|
-
"type": "keyword",
|
|
3396
|
-
"value": "string"
|
|
3397
|
-
}
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"name": "picker",
|
|
3352
|
+
"name": "rangeType",
|
|
3401
3353
|
"annotation": {
|
|
3402
3354
|
"type": "reference",
|
|
3403
3355
|
"typeName": {
|
|
3404
3356
|
"type": "identifier",
|
|
3405
|
-
"name": "
|
|
3357
|
+
"name": "RangeType"
|
|
3406
3358
|
}
|
|
3407
3359
|
}
|
|
3408
3360
|
},
|
|
3409
3361
|
{
|
|
3410
|
-
"name": "
|
|
3362
|
+
"name": "selectNearDays",
|
|
3411
3363
|
"annotation": {
|
|
3412
3364
|
"type": "keyword",
|
|
3413
|
-
"value": "
|
|
3365
|
+
"value": "number"
|
|
3414
3366
|
}
|
|
3415
3367
|
},
|
|
3416
3368
|
{
|
|
3417
|
-
"name": "
|
|
3369
|
+
"name": "emitChangeOnInit",
|
|
3418
3370
|
"annotation": {
|
|
3419
|
-
"type": "
|
|
3420
|
-
"
|
|
3421
|
-
"type": "identifier",
|
|
3422
|
-
"name": "DisabledDateType"
|
|
3423
|
-
}
|
|
3371
|
+
"type": "keyword",
|
|
3372
|
+
"value": "boolean"
|
|
3424
3373
|
}
|
|
3425
3374
|
},
|
|
3426
3375
|
{
|
|
3427
|
-
"name": "
|
|
3376
|
+
"name": "presetRanges",
|
|
3428
3377
|
"annotation": {
|
|
3429
|
-
"type": "
|
|
3430
|
-
"
|
|
3378
|
+
"type": "array",
|
|
3379
|
+
"elementType": {
|
|
3380
|
+
"type": "reference",
|
|
3381
|
+
"typeName": {
|
|
3382
|
+
"type": "identifier",
|
|
3383
|
+
"name": "presetRangeType"
|
|
3384
|
+
}
|
|
3385
|
+
}
|
|
3431
3386
|
}
|
|
3432
3387
|
},
|
|
3433
3388
|
{
|
|
3434
|
-
"name": "
|
|
3389
|
+
"name": "validator",
|
|
3435
3390
|
"annotation": {
|
|
3436
|
-
"type": "
|
|
3437
|
-
"
|
|
3438
|
-
"type": "
|
|
3439
|
-
"
|
|
3391
|
+
"type": "parenthesizedType",
|
|
3392
|
+
"annotation": {
|
|
3393
|
+
"type": "function",
|
|
3394
|
+
"parameters": [
|
|
3395
|
+
{
|
|
3396
|
+
"type": "identifier",
|
|
3397
|
+
"name": "value",
|
|
3398
|
+
"annotation": {
|
|
3399
|
+
"type": "keyword",
|
|
3400
|
+
"value": "any"
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
],
|
|
3404
|
+
"annotation": {
|
|
3405
|
+
"type": "union",
|
|
3406
|
+
"types": [
|
|
3407
|
+
{
|
|
3408
|
+
"type": "reference",
|
|
3409
|
+
"typeName": {
|
|
3410
|
+
"type": "identifier",
|
|
3411
|
+
"name": "MessageBody"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"type": "keyword",
|
|
3416
|
+
"value": "string"
|
|
3417
|
+
}
|
|
3418
|
+
]
|
|
3419
|
+
}
|
|
3440
3420
|
}
|
|
3441
3421
|
}
|
|
3442
3422
|
}
|
|
@@ -3446,26 +3426,73 @@
|
|
|
3446
3426
|
"name": "change",
|
|
3447
3427
|
"detail": {
|
|
3448
3428
|
"annotation": {
|
|
3449
|
-
"type": "
|
|
3450
|
-
"
|
|
3429
|
+
"type": "reference",
|
|
3430
|
+
"typeName": {
|
|
3431
|
+
"type": "identifier",
|
|
3432
|
+
"name": "TimeRange"
|
|
3433
|
+
}
|
|
3451
3434
|
}
|
|
3452
3435
|
}
|
|
3453
|
-
}
|
|
3436
|
+
}
|
|
3437
|
+
],
|
|
3438
|
+
"methods": [],
|
|
3439
|
+
"types": [
|
|
3454
3440
|
{
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
"
|
|
3441
|
+
"type": "interface",
|
|
3442
|
+
"name": "TimeRange",
|
|
3443
|
+
"body": [
|
|
3444
|
+
{
|
|
3445
|
+
"type": "propertySignature",
|
|
3446
|
+
"key": {
|
|
3447
|
+
"type": "identifier",
|
|
3448
|
+
"name": "startTime"
|
|
3449
|
+
},
|
|
3450
|
+
"annotation": {
|
|
3451
|
+
"type": "keyword",
|
|
3452
|
+
"value": "string"
|
|
3453
|
+
},
|
|
3454
|
+
"computed": false
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"type": "propertySignature",
|
|
3458
|
+
"key": {
|
|
3459
|
+
"type": "identifier",
|
|
3460
|
+
"name": "endTime"
|
|
3461
|
+
},
|
|
3462
|
+
"annotation": {
|
|
3463
|
+
"type": "keyword",
|
|
3464
|
+
"value": "string"
|
|
3465
|
+
},
|
|
3466
|
+
"computed": false
|
|
3460
3467
|
}
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"type": "typeAlias",
|
|
3472
|
+
"name": "RangeType",
|
|
3473
|
+
"annotation": {
|
|
3474
|
+
"type": "intersection",
|
|
3475
|
+
"types": [
|
|
3476
|
+
{
|
|
3477
|
+
"type": "reference",
|
|
3478
|
+
"typeName": {
|
|
3479
|
+
"type": "identifier",
|
|
3480
|
+
"name": "PickerType"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"type": "reference",
|
|
3485
|
+
"typeName": {
|
|
3486
|
+
"type": "identifier",
|
|
3487
|
+
"name": "OtherPickerType"
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
]
|
|
3461
3491
|
}
|
|
3462
|
-
}
|
|
3463
|
-
],
|
|
3464
|
-
"methods": [],
|
|
3465
|
-
"types": [
|
|
3492
|
+
},
|
|
3466
3493
|
{
|
|
3467
3494
|
"type": "typeAlias",
|
|
3468
|
-
"name": "
|
|
3495
|
+
"name": "PickerType",
|
|
3469
3496
|
"annotation": {
|
|
3470
3497
|
"type": "union",
|
|
3471
3498
|
"types": [
|
|
@@ -3483,204 +3510,100 @@
|
|
|
3483
3510
|
},
|
|
3484
3511
|
{
|
|
3485
3512
|
"type": "jsLiteral",
|
|
3486
|
-
"value": "
|
|
3513
|
+
"value": "quarter"
|
|
3487
3514
|
},
|
|
3488
3515
|
{
|
|
3489
3516
|
"type": "jsLiteral",
|
|
3490
|
-
"value": "
|
|
3517
|
+
"value": "year"
|
|
3491
3518
|
}
|
|
3492
3519
|
]
|
|
3493
3520
|
}
|
|
3494
3521
|
},
|
|
3495
3522
|
{
|
|
3496
3523
|
"type": "typeAlias",
|
|
3497
|
-
"name": "
|
|
3524
|
+
"name": "OtherPickerType",
|
|
3498
3525
|
"annotation": {
|
|
3499
3526
|
"type": "union",
|
|
3500
3527
|
"types": [
|
|
3501
3528
|
{
|
|
3502
|
-
"type": "
|
|
3503
|
-
"
|
|
3504
|
-
"type": "identifier",
|
|
3505
|
-
"name": "DisabledDate"
|
|
3506
|
-
}
|
|
3529
|
+
"type": "jsLiteral",
|
|
3530
|
+
"value": "dateTime"
|
|
3507
3531
|
},
|
|
3508
3532
|
{
|
|
3509
|
-
"type": "
|
|
3510
|
-
"
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
}
|
|
3516
|
-
}
|
|
3533
|
+
"type": "jsLiteral",
|
|
3534
|
+
"value": "hmTime"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"type": "jsLiteral",
|
|
3538
|
+
"value": "time"
|
|
3517
3539
|
}
|
|
3518
3540
|
]
|
|
3519
3541
|
}
|
|
3520
3542
|
},
|
|
3521
3543
|
{
|
|
3522
|
-
"type": "
|
|
3523
|
-
"name": "
|
|
3524
|
-
"
|
|
3525
|
-
{
|
|
3526
|
-
"type": "propertySignature",
|
|
3527
|
-
"key": {
|
|
3528
|
-
"type": "identifier",
|
|
3529
|
-
"name": "second"
|
|
3530
|
-
},
|
|
3531
|
-
"annotation": {
|
|
3532
|
-
"type": "union",
|
|
3533
|
-
"types": [
|
|
3534
|
-
{
|
|
3535
|
-
"type": "keyword",
|
|
3536
|
-
"value": "string"
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"type": "keyword",
|
|
3540
|
-
"value": "number"
|
|
3541
|
-
}
|
|
3542
|
-
]
|
|
3543
|
-
},
|
|
3544
|
-
"optional": true,
|
|
3545
|
-
"computed": false
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"type": "propertySignature",
|
|
3549
|
-
"key": {
|
|
3550
|
-
"type": "identifier",
|
|
3551
|
-
"name": "minute"
|
|
3552
|
-
},
|
|
3553
|
-
"annotation": {
|
|
3554
|
-
"type": "union",
|
|
3555
|
-
"types": [
|
|
3556
|
-
{
|
|
3557
|
-
"type": "keyword",
|
|
3558
|
-
"value": "string"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"type": "keyword",
|
|
3562
|
-
"value": "number"
|
|
3563
|
-
}
|
|
3564
|
-
]
|
|
3565
|
-
},
|
|
3566
|
-
"optional": true,
|
|
3567
|
-
"computed": false
|
|
3568
|
-
},
|
|
3544
|
+
"type": "enum",
|
|
3545
|
+
"name": "presetRangeType",
|
|
3546
|
+
"members": [
|
|
3569
3547
|
{
|
|
3570
|
-
"type": "
|
|
3571
|
-
"
|
|
3548
|
+
"type": "enumMember",
|
|
3549
|
+
"id": {
|
|
3572
3550
|
"type": "identifier",
|
|
3573
|
-
"name": "
|
|
3574
|
-
},
|
|
3575
|
-
"annotation": {
|
|
3576
|
-
"type": "union",
|
|
3577
|
-
"types": [
|
|
3578
|
-
{
|
|
3579
|
-
"type": "keyword",
|
|
3580
|
-
"value": "string"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"type": "keyword",
|
|
3584
|
-
"value": "number"
|
|
3585
|
-
}
|
|
3586
|
-
]
|
|
3551
|
+
"name": "Today"
|
|
3587
3552
|
},
|
|
3588
|
-
"
|
|
3589
|
-
|
|
3553
|
+
"initializer": {
|
|
3554
|
+
"type": "jsLiteral",
|
|
3555
|
+
"value": "今天"
|
|
3556
|
+
}
|
|
3590
3557
|
},
|
|
3591
3558
|
{
|
|
3592
|
-
"type": "
|
|
3593
|
-
"
|
|
3559
|
+
"type": "enumMember",
|
|
3560
|
+
"id": {
|
|
3594
3561
|
"type": "identifier",
|
|
3595
|
-
"name": "
|
|
3596
|
-
},
|
|
3597
|
-
"annotation": {
|
|
3598
|
-
"type": "union",
|
|
3599
|
-
"types": [
|
|
3600
|
-
{
|
|
3601
|
-
"type": "keyword",
|
|
3602
|
-
"value": "string"
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
"type": "keyword",
|
|
3606
|
-
"value": "number"
|
|
3607
|
-
}
|
|
3608
|
-
]
|
|
3562
|
+
"name": "ThisWeek"
|
|
3609
3563
|
},
|
|
3610
|
-
"
|
|
3611
|
-
|
|
3564
|
+
"initializer": {
|
|
3565
|
+
"type": "jsLiteral",
|
|
3566
|
+
"value": "本周"
|
|
3567
|
+
}
|
|
3612
3568
|
},
|
|
3613
3569
|
{
|
|
3614
|
-
"type": "
|
|
3615
|
-
"
|
|
3570
|
+
"type": "enumMember",
|
|
3571
|
+
"id": {
|
|
3616
3572
|
"type": "identifier",
|
|
3617
|
-
"name": "
|
|
3618
|
-
},
|
|
3619
|
-
"annotation": {
|
|
3620
|
-
"type": "union",
|
|
3621
|
-
"types": [
|
|
3622
|
-
{
|
|
3623
|
-
"type": "keyword",
|
|
3624
|
-
"value": "string"
|
|
3625
|
-
},
|
|
3626
|
-
{
|
|
3627
|
-
"type": "keyword",
|
|
3628
|
-
"value": "number"
|
|
3629
|
-
}
|
|
3630
|
-
]
|
|
3573
|
+
"name": "ThisMonth"
|
|
3631
3574
|
},
|
|
3632
|
-
"
|
|
3633
|
-
|
|
3575
|
+
"initializer": {
|
|
3576
|
+
"type": "jsLiteral",
|
|
3577
|
+
"value": "本月"
|
|
3578
|
+
}
|
|
3634
3579
|
},
|
|
3635
3580
|
{
|
|
3636
|
-
"type": "
|
|
3637
|
-
"
|
|
3581
|
+
"type": "enumMember",
|
|
3582
|
+
"id": {
|
|
3638
3583
|
"type": "identifier",
|
|
3639
|
-
"name": "
|
|
3640
|
-
},
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "union",
|
|
3643
|
-
"types": [
|
|
3644
|
-
{
|
|
3645
|
-
"type": "keyword",
|
|
3646
|
-
"value": "string"
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"type": "keyword",
|
|
3650
|
-
"value": "number"
|
|
3651
|
-
}
|
|
3652
|
-
]
|
|
3584
|
+
"name": "ThisQuarter"
|
|
3653
3585
|
},
|
|
3654
|
-
"
|
|
3655
|
-
|
|
3586
|
+
"initializer": {
|
|
3587
|
+
"type": "jsLiteral",
|
|
3588
|
+
"value": "本季度"
|
|
3589
|
+
}
|
|
3656
3590
|
},
|
|
3657
3591
|
{
|
|
3658
|
-
"type": "
|
|
3659
|
-
"
|
|
3592
|
+
"type": "enumMember",
|
|
3593
|
+
"id": {
|
|
3660
3594
|
"type": "identifier",
|
|
3661
|
-
"name": "
|
|
3662
|
-
},
|
|
3663
|
-
"annotation": {
|
|
3664
|
-
"type": "union",
|
|
3665
|
-
"types": [
|
|
3666
|
-
{
|
|
3667
|
-
"type": "keyword",
|
|
3668
|
-
"value": "string"
|
|
3669
|
-
},
|
|
3670
|
-
{
|
|
3671
|
-
"type": "keyword",
|
|
3672
|
-
"value": "number"
|
|
3673
|
-
}
|
|
3674
|
-
]
|
|
3595
|
+
"name": "ThisYear"
|
|
3675
3596
|
},
|
|
3676
|
-
"
|
|
3677
|
-
|
|
3597
|
+
"initializer": {
|
|
3598
|
+
"type": "jsLiteral",
|
|
3599
|
+
"value": "今年"
|
|
3600
|
+
}
|
|
3678
3601
|
}
|
|
3679
3602
|
]
|
|
3680
3603
|
}
|
|
3681
3604
|
]
|
|
3682
3605
|
},
|
|
3683
|
-
"eo-
|
|
3606
|
+
"eo-date-picker": {
|
|
3684
3607
|
"properties": [
|
|
3685
3608
|
{
|
|
3686
3609
|
"name": "name",
|
|
@@ -3699,165 +3622,138 @@
|
|
|
3699
3622
|
{
|
|
3700
3623
|
"name": "value",
|
|
3701
3624
|
"annotation": {
|
|
3702
|
-
"type": "
|
|
3703
|
-
"
|
|
3704
|
-
"type": "identifier",
|
|
3705
|
-
"name": "TimeRange"
|
|
3706
|
-
}
|
|
3625
|
+
"type": "keyword",
|
|
3626
|
+
"value": "string"
|
|
3707
3627
|
}
|
|
3708
3628
|
},
|
|
3709
3629
|
{
|
|
3710
|
-
"name": "
|
|
3630
|
+
"name": "placeholder",
|
|
3711
3631
|
"annotation": {
|
|
3712
3632
|
"type": "keyword",
|
|
3713
|
-
"value": "
|
|
3633
|
+
"value": "string"
|
|
3714
3634
|
}
|
|
3715
3635
|
},
|
|
3716
3636
|
{
|
|
3717
|
-
"name": "
|
|
3637
|
+
"name": "message",
|
|
3718
3638
|
"annotation": {
|
|
3719
3639
|
"type": "reference",
|
|
3720
3640
|
"typeName": {
|
|
3721
3641
|
"type": "identifier",
|
|
3722
|
-
"name": "
|
|
3642
|
+
"name": "Record"
|
|
3643
|
+
},
|
|
3644
|
+
"typeParameters": {
|
|
3645
|
+
"type": "typeParameterInstantiation",
|
|
3646
|
+
"params": [
|
|
3647
|
+
{
|
|
3648
|
+
"type": "keyword",
|
|
3649
|
+
"value": "string"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"type": "keyword",
|
|
3653
|
+
"value": "string"
|
|
3654
|
+
}
|
|
3655
|
+
]
|
|
3723
3656
|
}
|
|
3724
3657
|
}
|
|
3725
3658
|
},
|
|
3726
3659
|
{
|
|
3727
|
-
"name": "
|
|
3660
|
+
"name": "disabled",
|
|
3728
3661
|
"annotation": {
|
|
3729
3662
|
"type": "keyword",
|
|
3730
|
-
"value": "
|
|
3663
|
+
"value": "boolean"
|
|
3731
3664
|
}
|
|
3732
3665
|
},
|
|
3733
3666
|
{
|
|
3734
|
-
"name": "
|
|
3667
|
+
"name": "required",
|
|
3735
3668
|
"annotation": {
|
|
3736
3669
|
"type": "keyword",
|
|
3737
3670
|
"value": "boolean"
|
|
3738
3671
|
}
|
|
3739
3672
|
},
|
|
3740
3673
|
{
|
|
3741
|
-
"name": "
|
|
3674
|
+
"name": "showTime",
|
|
3742
3675
|
"annotation": {
|
|
3743
|
-
"type": "
|
|
3744
|
-
"
|
|
3745
|
-
"type": "reference",
|
|
3746
|
-
"typeName": {
|
|
3747
|
-
"type": "identifier",
|
|
3748
|
-
"name": "presetRangeType"
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3676
|
+
"type": "keyword",
|
|
3677
|
+
"value": "boolean"
|
|
3751
3678
|
}
|
|
3752
3679
|
},
|
|
3753
3680
|
{
|
|
3754
|
-
"name": "
|
|
3681
|
+
"name": "format",
|
|
3755
3682
|
"annotation": {
|
|
3756
|
-
"type": "
|
|
3757
|
-
"
|
|
3758
|
-
"type": "function",
|
|
3759
|
-
"parameters": [
|
|
3760
|
-
{
|
|
3761
|
-
"type": "identifier",
|
|
3762
|
-
"name": "value",
|
|
3763
|
-
"annotation": {
|
|
3764
|
-
"type": "keyword",
|
|
3765
|
-
"value": "any"
|
|
3766
|
-
}
|
|
3767
|
-
}
|
|
3768
|
-
],
|
|
3769
|
-
"annotation": {
|
|
3770
|
-
"type": "union",
|
|
3771
|
-
"types": [
|
|
3772
|
-
{
|
|
3773
|
-
"type": "reference",
|
|
3774
|
-
"typeName": {
|
|
3775
|
-
"type": "identifier",
|
|
3776
|
-
"name": "MessageBody"
|
|
3777
|
-
}
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"type": "keyword",
|
|
3781
|
-
"value": "string"
|
|
3782
|
-
}
|
|
3783
|
-
]
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3683
|
+
"type": "keyword",
|
|
3684
|
+
"value": "string"
|
|
3786
3685
|
}
|
|
3787
|
-
}
|
|
3788
|
-
],
|
|
3789
|
-
"events": [
|
|
3686
|
+
},
|
|
3790
3687
|
{
|
|
3791
|
-
"name": "
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3794
|
-
|
|
3795
|
-
"
|
|
3796
|
-
|
|
3797
|
-
"name": "TimeRange"
|
|
3798
|
-
}
|
|
3688
|
+
"name": "picker",
|
|
3689
|
+
"annotation": {
|
|
3690
|
+
"type": "reference",
|
|
3691
|
+
"typeName": {
|
|
3692
|
+
"type": "identifier",
|
|
3693
|
+
"name": "PickerMode"
|
|
3799
3694
|
}
|
|
3800
3695
|
}
|
|
3801
|
-
}
|
|
3802
|
-
],
|
|
3803
|
-
"methods": [],
|
|
3804
|
-
"types": [
|
|
3696
|
+
},
|
|
3805
3697
|
{
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
"computed": false
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
"type": "propertySignature",
|
|
3823
|
-
"key": {
|
|
3824
|
-
"type": "identifier",
|
|
3825
|
-
"name": "endTime"
|
|
3826
|
-
},
|
|
3827
|
-
"annotation": {
|
|
3828
|
-
"type": "keyword",
|
|
3829
|
-
"value": "string"
|
|
3830
|
-
},
|
|
3831
|
-
"computed": false
|
|
3698
|
+
"name": "futureDateDisabled",
|
|
3699
|
+
"annotation": {
|
|
3700
|
+
"type": "keyword",
|
|
3701
|
+
"value": "boolean"
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "disabledDate",
|
|
3706
|
+
"annotation": {
|
|
3707
|
+
"type": "reference",
|
|
3708
|
+
"typeName": {
|
|
3709
|
+
"type": "identifier",
|
|
3710
|
+
"name": "DisabledDateType"
|
|
3832
3711
|
}
|
|
3833
|
-
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "useFastSelectBtn",
|
|
3716
|
+
"annotation": {
|
|
3717
|
+
"type": "keyword",
|
|
3718
|
+
"value": "boolean"
|
|
3719
|
+
}
|
|
3834
3720
|
},
|
|
3835
3721
|
{
|
|
3836
|
-
"
|
|
3837
|
-
"name": "RangeType",
|
|
3722
|
+
"name": "inputStyle",
|
|
3838
3723
|
"annotation": {
|
|
3839
|
-
"type": "
|
|
3840
|
-
"
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
]
|
|
3724
|
+
"type": "reference",
|
|
3725
|
+
"typeName": {
|
|
3726
|
+
"type": "identifier",
|
|
3727
|
+
"name": "CSSProperties"
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"events": [
|
|
3733
|
+
{
|
|
3734
|
+
"name": "change",
|
|
3735
|
+
"detail": {
|
|
3736
|
+
"annotation": {
|
|
3737
|
+
"type": "keyword",
|
|
3738
|
+
"value": "string"
|
|
3739
|
+
}
|
|
3856
3740
|
}
|
|
3857
3741
|
},
|
|
3742
|
+
{
|
|
3743
|
+
"name": "ok",
|
|
3744
|
+
"detail": {
|
|
3745
|
+
"annotation": {
|
|
3746
|
+
"type": "keyword",
|
|
3747
|
+
"value": "string"
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
],
|
|
3752
|
+
"methods": [],
|
|
3753
|
+
"types": [
|
|
3858
3754
|
{
|
|
3859
3755
|
"type": "typeAlias",
|
|
3860
|
-
"name": "
|
|
3756
|
+
"name": "PickerMode",
|
|
3861
3757
|
"annotation": {
|
|
3862
3758
|
"type": "union",
|
|
3863
3759
|
"types": [
|
|
@@ -3875,94 +3771,198 @@
|
|
|
3875
3771
|
},
|
|
3876
3772
|
{
|
|
3877
3773
|
"type": "jsLiteral",
|
|
3878
|
-
"value": "
|
|
3774
|
+
"value": "year"
|
|
3879
3775
|
},
|
|
3880
3776
|
{
|
|
3881
3777
|
"type": "jsLiteral",
|
|
3882
|
-
"value": "
|
|
3778
|
+
"value": "quarter"
|
|
3883
3779
|
}
|
|
3884
3780
|
]
|
|
3885
3781
|
}
|
|
3886
3782
|
},
|
|
3887
3783
|
{
|
|
3888
3784
|
"type": "typeAlias",
|
|
3889
|
-
"name": "
|
|
3785
|
+
"name": "DisabledDateType",
|
|
3890
3786
|
"annotation": {
|
|
3891
3787
|
"type": "union",
|
|
3892
3788
|
"types": [
|
|
3893
3789
|
{
|
|
3894
|
-
"type": "
|
|
3895
|
-
"
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
"value": "hmTime"
|
|
3790
|
+
"type": "reference",
|
|
3791
|
+
"typeName": {
|
|
3792
|
+
"type": "identifier",
|
|
3793
|
+
"name": "DisabledDate"
|
|
3794
|
+
}
|
|
3900
3795
|
},
|
|
3901
3796
|
{
|
|
3902
|
-
"type": "
|
|
3903
|
-
"
|
|
3797
|
+
"type": "array",
|
|
3798
|
+
"elementType": {
|
|
3799
|
+
"type": "reference",
|
|
3800
|
+
"typeName": {
|
|
3801
|
+
"type": "identifier",
|
|
3802
|
+
"name": "DisabledDate"
|
|
3803
|
+
}
|
|
3804
|
+
}
|
|
3904
3805
|
}
|
|
3905
3806
|
]
|
|
3906
3807
|
}
|
|
3907
3808
|
},
|
|
3908
3809
|
{
|
|
3909
|
-
"type": "
|
|
3910
|
-
"name": "
|
|
3911
|
-
"
|
|
3810
|
+
"type": "interface",
|
|
3811
|
+
"name": "DisabledDate",
|
|
3812
|
+
"body": [
|
|
3912
3813
|
{
|
|
3913
|
-
"type": "
|
|
3914
|
-
"
|
|
3814
|
+
"type": "propertySignature",
|
|
3815
|
+
"key": {
|
|
3915
3816
|
"type": "identifier",
|
|
3916
|
-
"name": "
|
|
3817
|
+
"name": "second"
|
|
3917
3818
|
},
|
|
3918
|
-
"
|
|
3919
|
-
"type": "
|
|
3920
|
-
"
|
|
3921
|
-
|
|
3819
|
+
"annotation": {
|
|
3820
|
+
"type": "union",
|
|
3821
|
+
"types": [
|
|
3822
|
+
{
|
|
3823
|
+
"type": "keyword",
|
|
3824
|
+
"value": "string"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"type": "keyword",
|
|
3828
|
+
"value": "number"
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3832
|
+
"optional": true,
|
|
3833
|
+
"computed": false
|
|
3922
3834
|
},
|
|
3923
3835
|
{
|
|
3924
|
-
"type": "
|
|
3925
|
-
"
|
|
3836
|
+
"type": "propertySignature",
|
|
3837
|
+
"key": {
|
|
3926
3838
|
"type": "identifier",
|
|
3927
|
-
"name": "
|
|
3839
|
+
"name": "minute"
|
|
3928
3840
|
},
|
|
3929
|
-
"
|
|
3930
|
-
"type": "
|
|
3931
|
-
"
|
|
3932
|
-
|
|
3841
|
+
"annotation": {
|
|
3842
|
+
"type": "union",
|
|
3843
|
+
"types": [
|
|
3844
|
+
{
|
|
3845
|
+
"type": "keyword",
|
|
3846
|
+
"value": "string"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"type": "keyword",
|
|
3850
|
+
"value": "number"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
3853
|
+
},
|
|
3854
|
+
"optional": true,
|
|
3855
|
+
"computed": false
|
|
3933
3856
|
},
|
|
3934
3857
|
{
|
|
3935
|
-
"type": "
|
|
3936
|
-
"
|
|
3858
|
+
"type": "propertySignature",
|
|
3859
|
+
"key": {
|
|
3937
3860
|
"type": "identifier",
|
|
3938
|
-
"name": "
|
|
3861
|
+
"name": "hour"
|
|
3939
3862
|
},
|
|
3940
|
-
"
|
|
3941
|
-
"type": "
|
|
3942
|
-
"
|
|
3943
|
-
|
|
3863
|
+
"annotation": {
|
|
3864
|
+
"type": "union",
|
|
3865
|
+
"types": [
|
|
3866
|
+
{
|
|
3867
|
+
"type": "keyword",
|
|
3868
|
+
"value": "string"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"type": "keyword",
|
|
3872
|
+
"value": "number"
|
|
3873
|
+
}
|
|
3874
|
+
]
|
|
3875
|
+
},
|
|
3876
|
+
"optional": true,
|
|
3877
|
+
"computed": false
|
|
3944
3878
|
},
|
|
3945
3879
|
{
|
|
3946
|
-
"type": "
|
|
3947
|
-
"
|
|
3880
|
+
"type": "propertySignature",
|
|
3881
|
+
"key": {
|
|
3948
3882
|
"type": "identifier",
|
|
3949
|
-
"name": "
|
|
3883
|
+
"name": "date"
|
|
3950
3884
|
},
|
|
3951
|
-
"
|
|
3952
|
-
"type": "
|
|
3953
|
-
"
|
|
3954
|
-
|
|
3885
|
+
"annotation": {
|
|
3886
|
+
"type": "union",
|
|
3887
|
+
"types": [
|
|
3888
|
+
{
|
|
3889
|
+
"type": "keyword",
|
|
3890
|
+
"value": "string"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"type": "keyword",
|
|
3894
|
+
"value": "number"
|
|
3895
|
+
}
|
|
3896
|
+
]
|
|
3897
|
+
},
|
|
3898
|
+
"optional": true,
|
|
3899
|
+
"computed": false
|
|
3955
3900
|
},
|
|
3956
3901
|
{
|
|
3957
|
-
"type": "
|
|
3958
|
-
"
|
|
3902
|
+
"type": "propertySignature",
|
|
3903
|
+
"key": {
|
|
3959
3904
|
"type": "identifier",
|
|
3960
|
-
"name": "
|
|
3905
|
+
"name": "month"
|
|
3961
3906
|
},
|
|
3962
|
-
"
|
|
3963
|
-
"type": "
|
|
3964
|
-
"
|
|
3965
|
-
|
|
3907
|
+
"annotation": {
|
|
3908
|
+
"type": "union",
|
|
3909
|
+
"types": [
|
|
3910
|
+
{
|
|
3911
|
+
"type": "keyword",
|
|
3912
|
+
"value": "string"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"type": "keyword",
|
|
3916
|
+
"value": "number"
|
|
3917
|
+
}
|
|
3918
|
+
]
|
|
3919
|
+
},
|
|
3920
|
+
"optional": true,
|
|
3921
|
+
"computed": false
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"type": "propertySignature",
|
|
3925
|
+
"key": {
|
|
3926
|
+
"type": "identifier",
|
|
3927
|
+
"name": "year"
|
|
3928
|
+
},
|
|
3929
|
+
"annotation": {
|
|
3930
|
+
"type": "union",
|
|
3931
|
+
"types": [
|
|
3932
|
+
{
|
|
3933
|
+
"type": "keyword",
|
|
3934
|
+
"value": "string"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"type": "keyword",
|
|
3938
|
+
"value": "number"
|
|
3939
|
+
}
|
|
3940
|
+
]
|
|
3941
|
+
},
|
|
3942
|
+
"optional": true,
|
|
3943
|
+
"computed": false
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"type": "propertySignature",
|
|
3947
|
+
"key": {
|
|
3948
|
+
"type": "identifier",
|
|
3949
|
+
"name": "weekday"
|
|
3950
|
+
},
|
|
3951
|
+
"annotation": {
|
|
3952
|
+
"type": "union",
|
|
3953
|
+
"types": [
|
|
3954
|
+
{
|
|
3955
|
+
"type": "keyword",
|
|
3956
|
+
"value": "string"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"type": "keyword",
|
|
3960
|
+
"value": "number"
|
|
3961
|
+
}
|
|
3962
|
+
]
|
|
3963
|
+
},
|
|
3964
|
+
"optional": true,
|
|
3965
|
+
"computed": false
|
|
3966
3966
|
}
|
|
3967
3967
|
]
|
|
3968
3968
|
}
|