@next-bricks/form 1.13.0 → 1.13.2

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 (49) hide show
  1. package/dist/bricks.json +3 -3
  2. package/dist/chunks/4021.954d25ce.js +2 -0
  3. package/dist/chunks/4021.954d25ce.js.map +1 -0
  4. package/dist/chunks/4114.511ea433.js +3 -0
  5. package/dist/chunks/4114.511ea433.js.map +1 -0
  6. package/dist/chunks/5026.1ef46032.js +3 -0
  7. package/dist/chunks/5026.1ef46032.js.map +1 -0
  8. package/dist/chunks/6537.1fc354f4.js +3 -0
  9. package/dist/chunks/6537.1fc354f4.js.map +1 -0
  10. package/dist/chunks/6586.7c0a8144.js +3 -0
  11. package/dist/chunks/{6586.fdcac52b.js.map → 6586.7c0a8144.js.map} +1 -1
  12. package/dist/chunks/9259.07a296e4.js +3 -0
  13. package/dist/chunks/9259.07a296e4.js.map +1 -0
  14. package/dist/chunks/eo-checkbox.f6f6da44.js +3 -0
  15. package/dist/chunks/eo-checkbox.f6f6da44.js.map +1 -0
  16. package/dist/chunks/eo-textarea.d836fa39.js +2 -0
  17. package/dist/chunks/eo-textarea.d836fa39.js.map +1 -0
  18. package/dist/chunks/main.d2b1b88e.js +2 -0
  19. package/dist/chunks/main.d2b1b88e.js.map +1 -0
  20. package/dist/examples.json +3 -3
  21. package/dist/index.cb5f8add.js +2 -0
  22. package/dist/index.cb5f8add.js.map +1 -0
  23. package/dist/manifest.json +98 -98
  24. package/dist/types.json +188 -188
  25. package/dist-types/textarea/index.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/dist/chunks/5026.2b177335.js +0 -3
  28. package/dist/chunks/5026.2b177335.js.map +0 -1
  29. package/dist/chunks/6537.d3dbdd3a.js +0 -3
  30. package/dist/chunks/6537.d3dbdd3a.js.map +0 -1
  31. package/dist/chunks/6586.fdcac52b.js +0 -3
  32. package/dist/chunks/825.5bcac785.js +0 -3
  33. package/dist/chunks/825.5bcac785.js.map +0 -1
  34. package/dist/chunks/9259.d31069e0.js +0 -3
  35. package/dist/chunks/9259.d31069e0.js.map +0 -1
  36. package/dist/chunks/eo-checkbox.64e5ccfd.js +0 -2
  37. package/dist/chunks/eo-checkbox.64e5ccfd.js.map +0 -1
  38. package/dist/chunks/eo-textarea.3ca392a1.js +0 -3
  39. package/dist/chunks/eo-textarea.3ca392a1.js.map +0 -1
  40. package/dist/chunks/main.c6215620.js +0 -2
  41. package/dist/chunks/main.c6215620.js.map +0 -1
  42. package/dist/index.207c3f7a.js +0 -2
  43. package/dist/index.207c3f7a.js.map +0 -1
  44. /package/dist/chunks/{825.5bcac785.js.LICENSE.txt → 4114.511ea433.js.LICENSE.txt} +0 -0
  45. /package/dist/chunks/{5026.2b177335.js.LICENSE.txt → 5026.1ef46032.js.LICENSE.txt} +0 -0
  46. /package/dist/chunks/{6537.d3dbdd3a.js.LICENSE.txt → 6537.1fc354f4.js.LICENSE.txt} +0 -0
  47. /package/dist/chunks/{6586.fdcac52b.js.LICENSE.txt → 6586.7c0a8144.js.LICENSE.txt} +0 -0
  48. /package/dist/chunks/{9259.d31069e0.js.LICENSE.txt → 9259.07a296e4.js.LICENSE.txt} +0 -0
  49. /package/dist/chunks/{eo-textarea.3ca392a1.js.LICENSE.txt → eo-checkbox.f6f6da44.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -2452,194 +2452,6 @@
2452
2452
  }
2453
2453
  ]
2454
2454
  },
2455
- "eo-textarea": {
2456
- "properties": [
2457
- {
2458
- "name": "name",
2459
- "annotation": {
2460
- "type": "keyword",
2461
- "value": "string"
2462
- }
2463
- },
2464
- {
2465
- "name": "label",
2466
- "annotation": {
2467
- "type": "keyword",
2468
- "value": "string"
2469
- }
2470
- },
2471
- {
2472
- "name": "value",
2473
- "annotation": {
2474
- "type": "keyword",
2475
- "value": "string"
2476
- }
2477
- },
2478
- {
2479
- "name": "placeholder",
2480
- "annotation": {
2481
- "type": "keyword",
2482
- "value": "string"
2483
- }
2484
- },
2485
- {
2486
- "name": "disabled",
2487
- "annotation": {
2488
- "type": "keyword",
2489
- "value": "boolean"
2490
- }
2491
- },
2492
- {
2493
- "name": "minLength",
2494
- "annotation": {
2495
- "type": "keyword",
2496
- "value": "number"
2497
- }
2498
- },
2499
- {
2500
- "name": "maxLength",
2501
- "annotation": {
2502
- "type": "keyword",
2503
- "value": "number"
2504
- }
2505
- },
2506
- {
2507
- "name": "autoSize",
2508
- "annotation": {
2509
- "type": "reference",
2510
- "typeName": {
2511
- "type": "identifier",
2512
- "name": "AutoSize"
2513
- }
2514
- }
2515
- },
2516
- {
2517
- "name": "required",
2518
- "annotation": {
2519
- "type": "keyword",
2520
- "value": "boolean"
2521
- }
2522
- },
2523
- {
2524
- "name": "max",
2525
- "annotation": {
2526
- "type": "keyword",
2527
- "value": "number"
2528
- }
2529
- },
2530
- {
2531
- "name": "min",
2532
- "annotation": {
2533
- "type": "keyword",
2534
- "value": "number"
2535
- }
2536
- },
2537
- {
2538
- "name": "message",
2539
- "annotation": {
2540
- "type": "reference",
2541
- "typeName": {
2542
- "type": "identifier",
2543
- "name": "Record"
2544
- },
2545
- "typeParameters": {
2546
- "type": "typeParameterInstantiation",
2547
- "params": [
2548
- {
2549
- "type": "keyword",
2550
- "value": "string"
2551
- },
2552
- {
2553
- "type": "keyword",
2554
- "value": "string"
2555
- }
2556
- ]
2557
- }
2558
- }
2559
- },
2560
- {
2561
- "name": "textareaStyle",
2562
- "annotation": {
2563
- "type": "reference",
2564
- "typeName": {
2565
- "type": "qualifiedName",
2566
- "left": {
2567
- "type": "identifier",
2568
- "name": "React"
2569
- },
2570
- "right": {
2571
- "type": "identifier",
2572
- "name": "CSSProperties"
2573
- }
2574
- }
2575
- }
2576
- }
2577
- ],
2578
- "events": [
2579
- {
2580
- "name": "change",
2581
- "detail": {
2582
- "annotation": {
2583
- "type": "keyword",
2584
- "value": "string"
2585
- }
2586
- }
2587
- }
2588
- ],
2589
- "methods": [
2590
- {
2591
- "name": "focusTextarea",
2592
- "params": [],
2593
- "returns": {}
2594
- }
2595
- ],
2596
- "types": [
2597
- {
2598
- "type": "typeAlias",
2599
- "name": "AutoSize",
2600
- "annotation": {
2601
- "type": "union",
2602
- "types": [
2603
- {
2604
- "type": "keyword",
2605
- "value": "boolean"
2606
- },
2607
- {
2608
- "type": "typeLiteral",
2609
- "members": [
2610
- {
2611
- "type": "propertySignature",
2612
- "key": {
2613
- "type": "identifier",
2614
- "name": "minRows"
2615
- },
2616
- "annotation": {
2617
- "type": "keyword",
2618
- "value": "number"
2619
- },
2620
- "optional": true,
2621
- "computed": false
2622
- },
2623
- {
2624
- "type": "propertySignature",
2625
- "key": {
2626
- "type": "identifier",
2627
- "name": "maxRows"
2628
- },
2629
- "annotation": {
2630
- "type": "keyword",
2631
- "value": "number"
2632
- },
2633
- "optional": true,
2634
- "computed": false
2635
- }
2636
- ]
2637
- }
2638
- ]
2639
- }
2640
- }
2641
- ]
2642
- },
2643
2455
  "eo-form-item": {
2644
2456
  "properties": [
2645
2457
  {
@@ -2860,6 +2672,194 @@
2860
2672
  }
2861
2673
  ]
2862
2674
  },
2675
+ "eo-textarea": {
2676
+ "properties": [
2677
+ {
2678
+ "name": "name",
2679
+ "annotation": {
2680
+ "type": "keyword",
2681
+ "value": "string"
2682
+ }
2683
+ },
2684
+ {
2685
+ "name": "label",
2686
+ "annotation": {
2687
+ "type": "keyword",
2688
+ "value": "string"
2689
+ }
2690
+ },
2691
+ {
2692
+ "name": "value",
2693
+ "annotation": {
2694
+ "type": "keyword",
2695
+ "value": "string"
2696
+ }
2697
+ },
2698
+ {
2699
+ "name": "placeholder",
2700
+ "annotation": {
2701
+ "type": "keyword",
2702
+ "value": "string"
2703
+ }
2704
+ },
2705
+ {
2706
+ "name": "disabled",
2707
+ "annotation": {
2708
+ "type": "keyword",
2709
+ "value": "boolean"
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "minLength",
2714
+ "annotation": {
2715
+ "type": "keyword",
2716
+ "value": "number"
2717
+ }
2718
+ },
2719
+ {
2720
+ "name": "maxLength",
2721
+ "annotation": {
2722
+ "type": "keyword",
2723
+ "value": "number"
2724
+ }
2725
+ },
2726
+ {
2727
+ "name": "autoSize",
2728
+ "annotation": {
2729
+ "type": "reference",
2730
+ "typeName": {
2731
+ "type": "identifier",
2732
+ "name": "AutoSize"
2733
+ }
2734
+ }
2735
+ },
2736
+ {
2737
+ "name": "required",
2738
+ "annotation": {
2739
+ "type": "keyword",
2740
+ "value": "boolean"
2741
+ }
2742
+ },
2743
+ {
2744
+ "name": "max",
2745
+ "annotation": {
2746
+ "type": "keyword",
2747
+ "value": "number"
2748
+ }
2749
+ },
2750
+ {
2751
+ "name": "min",
2752
+ "annotation": {
2753
+ "type": "keyword",
2754
+ "value": "number"
2755
+ }
2756
+ },
2757
+ {
2758
+ "name": "message",
2759
+ "annotation": {
2760
+ "type": "reference",
2761
+ "typeName": {
2762
+ "type": "identifier",
2763
+ "name": "Record"
2764
+ },
2765
+ "typeParameters": {
2766
+ "type": "typeParameterInstantiation",
2767
+ "params": [
2768
+ {
2769
+ "type": "keyword",
2770
+ "value": "string"
2771
+ },
2772
+ {
2773
+ "type": "keyword",
2774
+ "value": "string"
2775
+ }
2776
+ ]
2777
+ }
2778
+ }
2779
+ },
2780
+ {
2781
+ "name": "textareaStyle",
2782
+ "annotation": {
2783
+ "type": "reference",
2784
+ "typeName": {
2785
+ "type": "qualifiedName",
2786
+ "left": {
2787
+ "type": "identifier",
2788
+ "name": "React"
2789
+ },
2790
+ "right": {
2791
+ "type": "identifier",
2792
+ "name": "CSSProperties"
2793
+ }
2794
+ }
2795
+ }
2796
+ }
2797
+ ],
2798
+ "events": [
2799
+ {
2800
+ "name": "change",
2801
+ "detail": {
2802
+ "annotation": {
2803
+ "type": "keyword",
2804
+ "value": "string"
2805
+ }
2806
+ }
2807
+ }
2808
+ ],
2809
+ "methods": [
2810
+ {
2811
+ "name": "focusTextarea",
2812
+ "params": [],
2813
+ "returns": {}
2814
+ }
2815
+ ],
2816
+ "types": [
2817
+ {
2818
+ "type": "typeAlias",
2819
+ "name": "AutoSize",
2820
+ "annotation": {
2821
+ "type": "union",
2822
+ "types": [
2823
+ {
2824
+ "type": "keyword",
2825
+ "value": "boolean"
2826
+ },
2827
+ {
2828
+ "type": "typeLiteral",
2829
+ "members": [
2830
+ {
2831
+ "type": "propertySignature",
2832
+ "key": {
2833
+ "type": "identifier",
2834
+ "name": "minRows"
2835
+ },
2836
+ "annotation": {
2837
+ "type": "keyword",
2838
+ "value": "number"
2839
+ },
2840
+ "optional": true,
2841
+ "computed": false
2842
+ },
2843
+ {
2844
+ "type": "propertySignature",
2845
+ "key": {
2846
+ "type": "identifier",
2847
+ "name": "maxRows"
2848
+ },
2849
+ "annotation": {
2850
+ "type": "keyword",
2851
+ "value": "number"
2852
+ },
2853
+ "optional": true,
2854
+ "computed": false
2855
+ }
2856
+ ]
2857
+ }
2858
+ ]
2859
+ }
2860
+ }
2861
+ ]
2862
+ },
2863
2863
  "eo-dynamic-form-item": {
2864
2864
  "properties": [
2865
2865
  {
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { FormItemElementBase } from "@next-shared/form";
3
- import type { FormItemProps } from "../form-item/index.jsx";
4
3
  import "@next-core/theme";
4
+ import type { FormItemProps } from "../form-item/index.jsx";
5
5
  type AutoSize = boolean | {
6
6
  minRows?: number;
7
7
  maxRows?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/form",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "homepage": "https://github.com/easyops-cn/next-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": "335feb47aaac064bae50636ca4e212006965d018"
47
+ "gitHead": "a2a6d9882bcb2f992b443f4fa6135bb76dce4a70"
48
48
  }