@next-bricks/form 1.15.14 → 1.15.15

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/types.json CHANGED
@@ -2141,194 +2141,6 @@
2141
2141
  }
2142
2142
  ]
2143
2143
  },
2144
- "eo-textarea": {
2145
- "properties": [
2146
- {
2147
- "name": "name",
2148
- "annotation": {
2149
- "type": "keyword",
2150
- "value": "string"
2151
- }
2152
- },
2153
- {
2154
- "name": "label",
2155
- "annotation": {
2156
- "type": "keyword",
2157
- "value": "string"
2158
- }
2159
- },
2160
- {
2161
- "name": "value",
2162
- "annotation": {
2163
- "type": "keyword",
2164
- "value": "string"
2165
- }
2166
- },
2167
- {
2168
- "name": "placeholder",
2169
- "annotation": {
2170
- "type": "keyword",
2171
- "value": "string"
2172
- }
2173
- },
2174
- {
2175
- "name": "disabled",
2176
- "annotation": {
2177
- "type": "keyword",
2178
- "value": "boolean"
2179
- }
2180
- },
2181
- {
2182
- "name": "minLength",
2183
- "annotation": {
2184
- "type": "keyword",
2185
- "value": "number"
2186
- }
2187
- },
2188
- {
2189
- "name": "maxLength",
2190
- "annotation": {
2191
- "type": "keyword",
2192
- "value": "number"
2193
- }
2194
- },
2195
- {
2196
- "name": "autoSize",
2197
- "annotation": {
2198
- "type": "reference",
2199
- "typeName": {
2200
- "type": "identifier",
2201
- "name": "AutoSize"
2202
- }
2203
- }
2204
- },
2205
- {
2206
- "name": "required",
2207
- "annotation": {
2208
- "type": "keyword",
2209
- "value": "boolean"
2210
- }
2211
- },
2212
- {
2213
- "name": "max",
2214
- "annotation": {
2215
- "type": "keyword",
2216
- "value": "number"
2217
- }
2218
- },
2219
- {
2220
- "name": "min",
2221
- "annotation": {
2222
- "type": "keyword",
2223
- "value": "number"
2224
- }
2225
- },
2226
- {
2227
- "name": "message",
2228
- "annotation": {
2229
- "type": "reference",
2230
- "typeName": {
2231
- "type": "identifier",
2232
- "name": "Record"
2233
- },
2234
- "typeParameters": {
2235
- "type": "typeParameterInstantiation",
2236
- "params": [
2237
- {
2238
- "type": "keyword",
2239
- "value": "string"
2240
- },
2241
- {
2242
- "type": "keyword",
2243
- "value": "string"
2244
- }
2245
- ]
2246
- }
2247
- }
2248
- },
2249
- {
2250
- "name": "textareaStyle",
2251
- "annotation": {
2252
- "type": "reference",
2253
- "typeName": {
2254
- "type": "qualifiedName",
2255
- "left": {
2256
- "type": "identifier",
2257
- "name": "React"
2258
- },
2259
- "right": {
2260
- "type": "identifier",
2261
- "name": "CSSProperties"
2262
- }
2263
- }
2264
- }
2265
- }
2266
- ],
2267
- "events": [
2268
- {
2269
- "name": "change",
2270
- "detail": {
2271
- "annotation": {
2272
- "type": "keyword",
2273
- "value": "string"
2274
- }
2275
- }
2276
- }
2277
- ],
2278
- "methods": [
2279
- {
2280
- "name": "focusTextarea",
2281
- "params": [],
2282
- "returns": {}
2283
- }
2284
- ],
2285
- "types": [
2286
- {
2287
- "type": "typeAlias",
2288
- "name": "AutoSize",
2289
- "annotation": {
2290
- "type": "union",
2291
- "types": [
2292
- {
2293
- "type": "keyword",
2294
- "value": "boolean"
2295
- },
2296
- {
2297
- "type": "typeLiteral",
2298
- "members": [
2299
- {
2300
- "type": "propertySignature",
2301
- "key": {
2302
- "type": "identifier",
2303
- "name": "minRows"
2304
- },
2305
- "annotation": {
2306
- "type": "keyword",
2307
- "value": "number"
2308
- },
2309
- "optional": true,
2310
- "computed": false
2311
- },
2312
- {
2313
- "type": "propertySignature",
2314
- "key": {
2315
- "type": "identifier",
2316
- "name": "maxRows"
2317
- },
2318
- "annotation": {
2319
- "type": "keyword",
2320
- "value": "number"
2321
- },
2322
- "optional": true,
2323
- "computed": false
2324
- }
2325
- ]
2326
- }
2327
- ]
2328
- }
2329
- }
2330
- ]
2331
- },
2332
2144
  "eo-dynamic-form-item": {
2333
2145
  "properties": [
2334
2146
  {
@@ -2853,6 +2665,194 @@
2853
2665
  }
2854
2666
  ]
2855
2667
  },
2668
+ "eo-textarea": {
2669
+ "properties": [
2670
+ {
2671
+ "name": "name",
2672
+ "annotation": {
2673
+ "type": "keyword",
2674
+ "value": "string"
2675
+ }
2676
+ },
2677
+ {
2678
+ "name": "label",
2679
+ "annotation": {
2680
+ "type": "keyword",
2681
+ "value": "string"
2682
+ }
2683
+ },
2684
+ {
2685
+ "name": "value",
2686
+ "annotation": {
2687
+ "type": "keyword",
2688
+ "value": "string"
2689
+ }
2690
+ },
2691
+ {
2692
+ "name": "placeholder",
2693
+ "annotation": {
2694
+ "type": "keyword",
2695
+ "value": "string"
2696
+ }
2697
+ },
2698
+ {
2699
+ "name": "disabled",
2700
+ "annotation": {
2701
+ "type": "keyword",
2702
+ "value": "boolean"
2703
+ }
2704
+ },
2705
+ {
2706
+ "name": "minLength",
2707
+ "annotation": {
2708
+ "type": "keyword",
2709
+ "value": "number"
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "maxLength",
2714
+ "annotation": {
2715
+ "type": "keyword",
2716
+ "value": "number"
2717
+ }
2718
+ },
2719
+ {
2720
+ "name": "autoSize",
2721
+ "annotation": {
2722
+ "type": "reference",
2723
+ "typeName": {
2724
+ "type": "identifier",
2725
+ "name": "AutoSize"
2726
+ }
2727
+ }
2728
+ },
2729
+ {
2730
+ "name": "required",
2731
+ "annotation": {
2732
+ "type": "keyword",
2733
+ "value": "boolean"
2734
+ }
2735
+ },
2736
+ {
2737
+ "name": "max",
2738
+ "annotation": {
2739
+ "type": "keyword",
2740
+ "value": "number"
2741
+ }
2742
+ },
2743
+ {
2744
+ "name": "min",
2745
+ "annotation": {
2746
+ "type": "keyword",
2747
+ "value": "number"
2748
+ }
2749
+ },
2750
+ {
2751
+ "name": "message",
2752
+ "annotation": {
2753
+ "type": "reference",
2754
+ "typeName": {
2755
+ "type": "identifier",
2756
+ "name": "Record"
2757
+ },
2758
+ "typeParameters": {
2759
+ "type": "typeParameterInstantiation",
2760
+ "params": [
2761
+ {
2762
+ "type": "keyword",
2763
+ "value": "string"
2764
+ },
2765
+ {
2766
+ "type": "keyword",
2767
+ "value": "string"
2768
+ }
2769
+ ]
2770
+ }
2771
+ }
2772
+ },
2773
+ {
2774
+ "name": "textareaStyle",
2775
+ "annotation": {
2776
+ "type": "reference",
2777
+ "typeName": {
2778
+ "type": "qualifiedName",
2779
+ "left": {
2780
+ "type": "identifier",
2781
+ "name": "React"
2782
+ },
2783
+ "right": {
2784
+ "type": "identifier",
2785
+ "name": "CSSProperties"
2786
+ }
2787
+ }
2788
+ }
2789
+ }
2790
+ ],
2791
+ "events": [
2792
+ {
2793
+ "name": "change",
2794
+ "detail": {
2795
+ "annotation": {
2796
+ "type": "keyword",
2797
+ "value": "string"
2798
+ }
2799
+ }
2800
+ }
2801
+ ],
2802
+ "methods": [
2803
+ {
2804
+ "name": "focusTextarea",
2805
+ "params": [],
2806
+ "returns": {}
2807
+ }
2808
+ ],
2809
+ "types": [
2810
+ {
2811
+ "type": "typeAlias",
2812
+ "name": "AutoSize",
2813
+ "annotation": {
2814
+ "type": "union",
2815
+ "types": [
2816
+ {
2817
+ "type": "keyword",
2818
+ "value": "boolean"
2819
+ },
2820
+ {
2821
+ "type": "typeLiteral",
2822
+ "members": [
2823
+ {
2824
+ "type": "propertySignature",
2825
+ "key": {
2826
+ "type": "identifier",
2827
+ "name": "minRows"
2828
+ },
2829
+ "annotation": {
2830
+ "type": "keyword",
2831
+ "value": "number"
2832
+ },
2833
+ "optional": true,
2834
+ "computed": false
2835
+ },
2836
+ {
2837
+ "type": "propertySignature",
2838
+ "key": {
2839
+ "type": "identifier",
2840
+ "name": "maxRows"
2841
+ },
2842
+ "annotation": {
2843
+ "type": "keyword",
2844
+ "value": "number"
2845
+ },
2846
+ "optional": true,
2847
+ "computed": false
2848
+ }
2849
+ ]
2850
+ }
2851
+ ]
2852
+ }
2853
+ }
2854
+ ]
2855
+ },
2856
2856
  "eo-date-picker": {
2857
2857
  "properties": [
2858
2858
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/form",
3
- "version": "1.15.14",
3
+ "version": "1.15.15",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/form",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,5 +44,5 @@
44
44
  "@next-bricks/icons": "*",
45
45
  "@next-bricks/illustrations": "*"
46
46
  },
47
- "gitHead": "0aa0f91552094a6b73c5879eac6d2b21c86973b8"
47
+ "gitHead": "dce917dc4eb1f827013dc5d259d1cf6993266f38"
48
48
  }