@next-bricks/form 1.15.17 → 1.15.18
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 +37 -37
- package/dist/chunks/{5347.e2aed5bb.js → 5347.062653c6.js} +3 -3
- package/dist/chunks/{5347.e2aed5bb.js.map → 5347.062653c6.js.map} +1 -1
- package/dist/chunks/{eo-color-picker.5d90dd14.js → eo-color-picker.ddddea8e.js} +2 -2
- package/dist/chunks/{eo-color-picker.5d90dd14.js.map → eo-color-picker.ddddea8e.js.map} +1 -1
- package/dist/chunks/{main.025109f3.js → main.8f0c9874.js} +2 -2
- package/dist/chunks/{main.025109f3.js.map → main.8f0c9874.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.02c0692b.js +2 -0
- package/dist/{index.0709d264.js.map → index.02c0692b.js.map} +1 -1
- package/dist/manifest.json +352 -352
- package/dist/types.json +345 -345
- package/package.json +2 -2
- package/dist/index.0709d264.js +0 -2
- /package/dist/chunks/{5347.e2aed5bb.js.LICENSE.txt → 5347.062653c6.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1766,194 +1766,6 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
]
|
|
1768
1768
|
},
|
|
1769
|
-
"eo-textarea": {
|
|
1770
|
-
"properties": [
|
|
1771
|
-
{
|
|
1772
|
-
"name": "name",
|
|
1773
|
-
"annotation": {
|
|
1774
|
-
"type": "keyword",
|
|
1775
|
-
"value": "string"
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"name": "label",
|
|
1780
|
-
"annotation": {
|
|
1781
|
-
"type": "keyword",
|
|
1782
|
-
"value": "string"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "value",
|
|
1787
|
-
"annotation": {
|
|
1788
|
-
"type": "keyword",
|
|
1789
|
-
"value": "string"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "placeholder",
|
|
1794
|
-
"annotation": {
|
|
1795
|
-
"type": "keyword",
|
|
1796
|
-
"value": "string"
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"name": "disabled",
|
|
1801
|
-
"annotation": {
|
|
1802
|
-
"type": "keyword",
|
|
1803
|
-
"value": "boolean"
|
|
1804
|
-
}
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "minLength",
|
|
1808
|
-
"annotation": {
|
|
1809
|
-
"type": "keyword",
|
|
1810
|
-
"value": "number"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "maxLength",
|
|
1815
|
-
"annotation": {
|
|
1816
|
-
"type": "keyword",
|
|
1817
|
-
"value": "number"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "autoSize",
|
|
1822
|
-
"annotation": {
|
|
1823
|
-
"type": "reference",
|
|
1824
|
-
"typeName": {
|
|
1825
|
-
"type": "identifier",
|
|
1826
|
-
"name": "AutoSize"
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "required",
|
|
1832
|
-
"annotation": {
|
|
1833
|
-
"type": "keyword",
|
|
1834
|
-
"value": "boolean"
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"name": "max",
|
|
1839
|
-
"annotation": {
|
|
1840
|
-
"type": "keyword",
|
|
1841
|
-
"value": "number"
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"name": "min",
|
|
1846
|
-
"annotation": {
|
|
1847
|
-
"type": "keyword",
|
|
1848
|
-
"value": "number"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "message",
|
|
1853
|
-
"annotation": {
|
|
1854
|
-
"type": "reference",
|
|
1855
|
-
"typeName": {
|
|
1856
|
-
"type": "identifier",
|
|
1857
|
-
"name": "Record"
|
|
1858
|
-
},
|
|
1859
|
-
"typeParameters": {
|
|
1860
|
-
"type": "typeParameterInstantiation",
|
|
1861
|
-
"params": [
|
|
1862
|
-
{
|
|
1863
|
-
"type": "keyword",
|
|
1864
|
-
"value": "string"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"type": "keyword",
|
|
1868
|
-
"value": "string"
|
|
1869
|
-
}
|
|
1870
|
-
]
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"name": "textareaStyle",
|
|
1876
|
-
"annotation": {
|
|
1877
|
-
"type": "reference",
|
|
1878
|
-
"typeName": {
|
|
1879
|
-
"type": "qualifiedName",
|
|
1880
|
-
"left": {
|
|
1881
|
-
"type": "identifier",
|
|
1882
|
-
"name": "React"
|
|
1883
|
-
},
|
|
1884
|
-
"right": {
|
|
1885
|
-
"type": "identifier",
|
|
1886
|
-
"name": "CSSProperties"
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
],
|
|
1892
|
-
"events": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "change",
|
|
1895
|
-
"detail": {
|
|
1896
|
-
"annotation": {
|
|
1897
|
-
"type": "keyword",
|
|
1898
|
-
"value": "string"
|
|
1899
|
-
}
|
|
1900
|
-
}
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"methods": [
|
|
1904
|
-
{
|
|
1905
|
-
"name": "focusTextarea",
|
|
1906
|
-
"params": [],
|
|
1907
|
-
"returns": {}
|
|
1908
|
-
}
|
|
1909
|
-
],
|
|
1910
|
-
"types": [
|
|
1911
|
-
{
|
|
1912
|
-
"type": "typeAlias",
|
|
1913
|
-
"name": "AutoSize",
|
|
1914
|
-
"annotation": {
|
|
1915
|
-
"type": "union",
|
|
1916
|
-
"types": [
|
|
1917
|
-
{
|
|
1918
|
-
"type": "keyword",
|
|
1919
|
-
"value": "boolean"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"type": "typeLiteral",
|
|
1923
|
-
"members": [
|
|
1924
|
-
{
|
|
1925
|
-
"type": "propertySignature",
|
|
1926
|
-
"key": {
|
|
1927
|
-
"type": "identifier",
|
|
1928
|
-
"name": "minRows"
|
|
1929
|
-
},
|
|
1930
|
-
"annotation": {
|
|
1931
|
-
"type": "keyword",
|
|
1932
|
-
"value": "number"
|
|
1933
|
-
},
|
|
1934
|
-
"optional": true,
|
|
1935
|
-
"computed": false
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"type": "propertySignature",
|
|
1939
|
-
"key": {
|
|
1940
|
-
"type": "identifier",
|
|
1941
|
-
"name": "maxRows"
|
|
1942
|
-
},
|
|
1943
|
-
"annotation": {
|
|
1944
|
-
"type": "keyword",
|
|
1945
|
-
"value": "number"
|
|
1946
|
-
},
|
|
1947
|
-
"optional": true,
|
|
1948
|
-
"computed": false
|
|
1949
|
-
}
|
|
1950
|
-
]
|
|
1951
|
-
}
|
|
1952
|
-
]
|
|
1953
|
-
}
|
|
1954
|
-
}
|
|
1955
|
-
]
|
|
1956
|
-
},
|
|
1957
1769
|
"eo-form": {
|
|
1958
1770
|
"properties": [
|
|
1959
1771
|
{
|
|
@@ -2728,7 +2540,7 @@
|
|
|
2728
2540
|
}
|
|
2729
2541
|
]
|
|
2730
2542
|
},
|
|
2731
|
-
"eo-
|
|
2543
|
+
"eo-textarea": {
|
|
2732
2544
|
"properties": [
|
|
2733
2545
|
{
|
|
2734
2546
|
"name": "name",
|
|
@@ -2746,26 +2558,68 @@
|
|
|
2746
2558
|
},
|
|
2747
2559
|
{
|
|
2748
2560
|
"name": "value",
|
|
2561
|
+
"annotation": {
|
|
2562
|
+
"type": "keyword",
|
|
2563
|
+
"value": "string"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"name": "placeholder",
|
|
2568
|
+
"annotation": {
|
|
2569
|
+
"type": "keyword",
|
|
2570
|
+
"value": "string"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "disabled",
|
|
2575
|
+
"annotation": {
|
|
2576
|
+
"type": "keyword",
|
|
2577
|
+
"value": "boolean"
|
|
2578
|
+
}
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "minLength",
|
|
2582
|
+
"annotation": {
|
|
2583
|
+
"type": "keyword",
|
|
2584
|
+
"value": "number"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "maxLength",
|
|
2589
|
+
"annotation": {
|
|
2590
|
+
"type": "keyword",
|
|
2591
|
+
"value": "number"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "autoSize",
|
|
2749
2596
|
"annotation": {
|
|
2750
2597
|
"type": "reference",
|
|
2751
2598
|
"typeName": {
|
|
2752
2599
|
"type": "identifier",
|
|
2753
|
-
"name": "
|
|
2600
|
+
"name": "AutoSize"
|
|
2754
2601
|
}
|
|
2755
2602
|
}
|
|
2756
2603
|
},
|
|
2757
2604
|
{
|
|
2758
|
-
"name": "
|
|
2605
|
+
"name": "required",
|
|
2759
2606
|
"annotation": {
|
|
2760
2607
|
"type": "keyword",
|
|
2761
2608
|
"value": "boolean"
|
|
2762
2609
|
}
|
|
2763
2610
|
},
|
|
2764
2611
|
{
|
|
2765
|
-
"name": "
|
|
2612
|
+
"name": "max",
|
|
2766
2613
|
"annotation": {
|
|
2767
2614
|
"type": "keyword",
|
|
2768
|
-
"value": "
|
|
2615
|
+
"value": "number"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "min",
|
|
2620
|
+
"annotation": {
|
|
2621
|
+
"type": "keyword",
|
|
2622
|
+
"value": "number"
|
|
2769
2623
|
}
|
|
2770
2624
|
},
|
|
2771
2625
|
{
|
|
@@ -2790,22 +2644,168 @@
|
|
|
2790
2644
|
]
|
|
2791
2645
|
}
|
|
2792
2646
|
}
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
|
-
"events": [
|
|
2647
|
+
},
|
|
2796
2648
|
{
|
|
2797
|
-
"name": "
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
|
|
2801
|
-
"
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2649
|
+
"name": "textareaStyle",
|
|
2650
|
+
"annotation": {
|
|
2651
|
+
"type": "reference",
|
|
2652
|
+
"typeName": {
|
|
2653
|
+
"type": "qualifiedName",
|
|
2654
|
+
"left": {
|
|
2655
|
+
"type": "identifier",
|
|
2656
|
+
"name": "React"
|
|
2657
|
+
},
|
|
2658
|
+
"right": {
|
|
2659
|
+
"type": "identifier",
|
|
2660
|
+
"name": "CSSProperties"
|
|
2661
|
+
}
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
],
|
|
2666
|
+
"events": [
|
|
2667
|
+
{
|
|
2668
|
+
"name": "change",
|
|
2669
|
+
"detail": {
|
|
2670
|
+
"annotation": {
|
|
2671
|
+
"type": "keyword",
|
|
2672
|
+
"value": "string"
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"methods": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "focusTextarea",
|
|
2680
|
+
"params": [],
|
|
2681
|
+
"returns": {}
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"types": [
|
|
2685
|
+
{
|
|
2686
|
+
"type": "typeAlias",
|
|
2687
|
+
"name": "AutoSize",
|
|
2688
|
+
"annotation": {
|
|
2689
|
+
"type": "union",
|
|
2690
|
+
"types": [
|
|
2691
|
+
{
|
|
2692
|
+
"type": "keyword",
|
|
2693
|
+
"value": "boolean"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"type": "typeLiteral",
|
|
2697
|
+
"members": [
|
|
2698
|
+
{
|
|
2699
|
+
"type": "propertySignature",
|
|
2700
|
+
"key": {
|
|
2701
|
+
"type": "identifier",
|
|
2702
|
+
"name": "minRows"
|
|
2703
|
+
},
|
|
2704
|
+
"annotation": {
|
|
2705
|
+
"type": "keyword",
|
|
2706
|
+
"value": "number"
|
|
2707
|
+
},
|
|
2708
|
+
"optional": true,
|
|
2709
|
+
"computed": false
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"type": "propertySignature",
|
|
2713
|
+
"key": {
|
|
2714
|
+
"type": "identifier",
|
|
2715
|
+
"name": "maxRows"
|
|
2716
|
+
},
|
|
2717
|
+
"annotation": {
|
|
2718
|
+
"type": "keyword",
|
|
2719
|
+
"value": "number"
|
|
2720
|
+
},
|
|
2721
|
+
"optional": true,
|
|
2722
|
+
"computed": false
|
|
2723
|
+
}
|
|
2724
|
+
]
|
|
2725
|
+
}
|
|
2726
|
+
]
|
|
2727
|
+
}
|
|
2728
|
+
}
|
|
2729
|
+
]
|
|
2730
|
+
},
|
|
2731
|
+
"eo-icon-select": {
|
|
2732
|
+
"properties": [
|
|
2733
|
+
{
|
|
2734
|
+
"name": "name",
|
|
2735
|
+
"annotation": {
|
|
2736
|
+
"type": "keyword",
|
|
2737
|
+
"value": "string"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"name": "label",
|
|
2742
|
+
"annotation": {
|
|
2743
|
+
"type": "keyword",
|
|
2744
|
+
"value": "string"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "value",
|
|
2749
|
+
"annotation": {
|
|
2750
|
+
"type": "reference",
|
|
2751
|
+
"typeName": {
|
|
2752
|
+
"type": "identifier",
|
|
2753
|
+
"name": "Icon"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "disabled",
|
|
2759
|
+
"annotation": {
|
|
2760
|
+
"type": "keyword",
|
|
2761
|
+
"value": "boolean"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "required",
|
|
2766
|
+
"annotation": {
|
|
2767
|
+
"type": "keyword",
|
|
2768
|
+
"value": "boolean"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "message",
|
|
2773
|
+
"annotation": {
|
|
2774
|
+
"type": "reference",
|
|
2775
|
+
"typeName": {
|
|
2776
|
+
"type": "identifier",
|
|
2777
|
+
"name": "Record"
|
|
2778
|
+
},
|
|
2779
|
+
"typeParameters": {
|
|
2780
|
+
"type": "typeParameterInstantiation",
|
|
2781
|
+
"params": [
|
|
2782
|
+
{
|
|
2783
|
+
"type": "keyword",
|
|
2784
|
+
"value": "string"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"type": "keyword",
|
|
2788
|
+
"value": "string"
|
|
2789
|
+
}
|
|
2790
|
+
]
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
],
|
|
2795
|
+
"events": [
|
|
2796
|
+
{
|
|
2797
|
+
"name": "change",
|
|
2798
|
+
"detail": {
|
|
2799
|
+
"annotation": {
|
|
2800
|
+
"type": "union",
|
|
2801
|
+
"types": [
|
|
2802
|
+
{
|
|
2803
|
+
"type": "reference",
|
|
2804
|
+
"typeName": {
|
|
2805
|
+
"type": "identifier",
|
|
2806
|
+
"name": "Icon"
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2809
2809
|
{
|
|
2810
2810
|
"type": "keyword",
|
|
2811
2811
|
"value": "undefined"
|
|
@@ -4312,143 +4312,6 @@
|
|
|
4312
4312
|
}
|
|
4313
4313
|
]
|
|
4314
4314
|
},
|
|
4315
|
-
"eo-upload-image": {
|
|
4316
|
-
"properties": [
|
|
4317
|
-
{
|
|
4318
|
-
"name": "name",
|
|
4319
|
-
"annotation": {
|
|
4320
|
-
"type": "keyword",
|
|
4321
|
-
"value": "string"
|
|
4322
|
-
}
|
|
4323
|
-
},
|
|
4324
|
-
{
|
|
4325
|
-
"name": "label",
|
|
4326
|
-
"annotation": {
|
|
4327
|
-
"type": "keyword",
|
|
4328
|
-
"value": "string"
|
|
4329
|
-
}
|
|
4330
|
-
},
|
|
4331
|
-
{
|
|
4332
|
-
"name": "value",
|
|
4333
|
-
"annotation": {
|
|
4334
|
-
"type": "array",
|
|
4335
|
-
"elementType": {
|
|
4336
|
-
"type": "reference",
|
|
4337
|
-
"typeName": {
|
|
4338
|
-
"type": "identifier",
|
|
4339
|
-
"name": "ImageData"
|
|
4340
|
-
}
|
|
4341
|
-
}
|
|
4342
|
-
}
|
|
4343
|
-
},
|
|
4344
|
-
{
|
|
4345
|
-
"name": "bucketName",
|
|
4346
|
-
"annotation": {
|
|
4347
|
-
"type": "keyword",
|
|
4348
|
-
"value": "string"
|
|
4349
|
-
}
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"name": "maxCount",
|
|
4353
|
-
"annotation": {
|
|
4354
|
-
"type": "keyword",
|
|
4355
|
-
"value": "number"
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"name": "multiple",
|
|
4360
|
-
"annotation": {
|
|
4361
|
-
"type": "keyword",
|
|
4362
|
-
"value": "boolean"
|
|
4363
|
-
}
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
"name": "limitSize",
|
|
4367
|
-
"annotation": {
|
|
4368
|
-
"type": "keyword",
|
|
4369
|
-
"value": "number"
|
|
4370
|
-
}
|
|
4371
|
-
},
|
|
4372
|
-
{
|
|
4373
|
-
"name": "required",
|
|
4374
|
-
"annotation": {
|
|
4375
|
-
"type": "keyword",
|
|
4376
|
-
"value": "boolean"
|
|
4377
|
-
}
|
|
4378
|
-
},
|
|
4379
|
-
{
|
|
4380
|
-
"name": "message",
|
|
4381
|
-
"annotation": {
|
|
4382
|
-
"type": "reference",
|
|
4383
|
-
"typeName": {
|
|
4384
|
-
"type": "identifier",
|
|
4385
|
-
"name": "Record"
|
|
4386
|
-
},
|
|
4387
|
-
"typeParameters": {
|
|
4388
|
-
"type": "typeParameterInstantiation",
|
|
4389
|
-
"params": [
|
|
4390
|
-
{
|
|
4391
|
-
"type": "keyword",
|
|
4392
|
-
"value": "string"
|
|
4393
|
-
},
|
|
4394
|
-
{
|
|
4395
|
-
"type": "keyword",
|
|
4396
|
-
"value": "string"
|
|
4397
|
-
}
|
|
4398
|
-
]
|
|
4399
|
-
}
|
|
4400
|
-
}
|
|
4401
|
-
}
|
|
4402
|
-
],
|
|
4403
|
-
"events": [
|
|
4404
|
-
{
|
|
4405
|
-
"name": "change",
|
|
4406
|
-
"detail": {
|
|
4407
|
-
"annotation": {
|
|
4408
|
-
"type": "array",
|
|
4409
|
-
"elementType": {
|
|
4410
|
-
"type": "reference",
|
|
4411
|
-
"typeName": {
|
|
4412
|
-
"type": "identifier",
|
|
4413
|
-
"name": "ImageData"
|
|
4414
|
-
}
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
-
}
|
|
4418
|
-
}
|
|
4419
|
-
],
|
|
4420
|
-
"methods": [],
|
|
4421
|
-
"types": [
|
|
4422
|
-
{
|
|
4423
|
-
"type": "interface",
|
|
4424
|
-
"name": "ImageData",
|
|
4425
|
-
"body": [
|
|
4426
|
-
{
|
|
4427
|
-
"type": "propertySignature",
|
|
4428
|
-
"key": {
|
|
4429
|
-
"type": "identifier",
|
|
4430
|
-
"name": "url"
|
|
4431
|
-
},
|
|
4432
|
-
"annotation": {
|
|
4433
|
-
"type": "keyword",
|
|
4434
|
-
"value": "string"
|
|
4435
|
-
},
|
|
4436
|
-
"optional": true,
|
|
4437
|
-
"computed": false
|
|
4438
|
-
}
|
|
4439
|
-
],
|
|
4440
|
-
"extends": [
|
|
4441
|
-
{
|
|
4442
|
-
"type": "expressionWithTypeArguments",
|
|
4443
|
-
"expression": {
|
|
4444
|
-
"type": "identifier",
|
|
4445
|
-
"name": "FileData"
|
|
4446
|
-
}
|
|
4447
|
-
}
|
|
4448
|
-
]
|
|
4449
|
-
}
|
|
4450
|
-
]
|
|
4451
|
-
},
|
|
4452
4315
|
"eo-upload-file": {
|
|
4453
4316
|
"properties": [
|
|
4454
4317
|
{
|
|
@@ -4801,6 +4664,143 @@
|
|
|
4801
4664
|
}
|
|
4802
4665
|
]
|
|
4803
4666
|
},
|
|
4667
|
+
"eo-upload-image": {
|
|
4668
|
+
"properties": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "name",
|
|
4671
|
+
"annotation": {
|
|
4672
|
+
"type": "keyword",
|
|
4673
|
+
"value": "string"
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"name": "label",
|
|
4678
|
+
"annotation": {
|
|
4679
|
+
"type": "keyword",
|
|
4680
|
+
"value": "string"
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4683
|
+
{
|
|
4684
|
+
"name": "value",
|
|
4685
|
+
"annotation": {
|
|
4686
|
+
"type": "array",
|
|
4687
|
+
"elementType": {
|
|
4688
|
+
"type": "reference",
|
|
4689
|
+
"typeName": {
|
|
4690
|
+
"type": "identifier",
|
|
4691
|
+
"name": "ImageData"
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "bucketName",
|
|
4698
|
+
"annotation": {
|
|
4699
|
+
"type": "keyword",
|
|
4700
|
+
"value": "string"
|
|
4701
|
+
}
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"name": "maxCount",
|
|
4705
|
+
"annotation": {
|
|
4706
|
+
"type": "keyword",
|
|
4707
|
+
"value": "number"
|
|
4708
|
+
}
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"name": "multiple",
|
|
4712
|
+
"annotation": {
|
|
4713
|
+
"type": "keyword",
|
|
4714
|
+
"value": "boolean"
|
|
4715
|
+
}
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "limitSize",
|
|
4719
|
+
"annotation": {
|
|
4720
|
+
"type": "keyword",
|
|
4721
|
+
"value": "number"
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "required",
|
|
4726
|
+
"annotation": {
|
|
4727
|
+
"type": "keyword",
|
|
4728
|
+
"value": "boolean"
|
|
4729
|
+
}
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"name": "message",
|
|
4733
|
+
"annotation": {
|
|
4734
|
+
"type": "reference",
|
|
4735
|
+
"typeName": {
|
|
4736
|
+
"type": "identifier",
|
|
4737
|
+
"name": "Record"
|
|
4738
|
+
},
|
|
4739
|
+
"typeParameters": {
|
|
4740
|
+
"type": "typeParameterInstantiation",
|
|
4741
|
+
"params": [
|
|
4742
|
+
{
|
|
4743
|
+
"type": "keyword",
|
|
4744
|
+
"value": "string"
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"type": "keyword",
|
|
4748
|
+
"value": "string"
|
|
4749
|
+
}
|
|
4750
|
+
]
|
|
4751
|
+
}
|
|
4752
|
+
}
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"events": [
|
|
4756
|
+
{
|
|
4757
|
+
"name": "change",
|
|
4758
|
+
"detail": {
|
|
4759
|
+
"annotation": {
|
|
4760
|
+
"type": "array",
|
|
4761
|
+
"elementType": {
|
|
4762
|
+
"type": "reference",
|
|
4763
|
+
"typeName": {
|
|
4764
|
+
"type": "identifier",
|
|
4765
|
+
"name": "ImageData"
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4768
|
+
}
|
|
4769
|
+
}
|
|
4770
|
+
}
|
|
4771
|
+
],
|
|
4772
|
+
"methods": [],
|
|
4773
|
+
"types": [
|
|
4774
|
+
{
|
|
4775
|
+
"type": "interface",
|
|
4776
|
+
"name": "ImageData",
|
|
4777
|
+
"body": [
|
|
4778
|
+
{
|
|
4779
|
+
"type": "propertySignature",
|
|
4780
|
+
"key": {
|
|
4781
|
+
"type": "identifier",
|
|
4782
|
+
"name": "url"
|
|
4783
|
+
},
|
|
4784
|
+
"annotation": {
|
|
4785
|
+
"type": "keyword",
|
|
4786
|
+
"value": "string"
|
|
4787
|
+
},
|
|
4788
|
+
"optional": true,
|
|
4789
|
+
"computed": false
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"extends": [
|
|
4793
|
+
{
|
|
4794
|
+
"type": "expressionWithTypeArguments",
|
|
4795
|
+
"expression": {
|
|
4796
|
+
"type": "identifier",
|
|
4797
|
+
"name": "FileData"
|
|
4798
|
+
}
|
|
4799
|
+
}
|
|
4800
|
+
]
|
|
4801
|
+
}
|
|
4802
|
+
]
|
|
4803
|
+
},
|
|
4804
4804
|
"eo-form-item": {
|
|
4805
4805
|
"properties": [
|
|
4806
4806
|
{
|