@kubex/zinc 1.0.105 → 1.0.107

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.
@@ -59,6 +59,79 @@
59
59
  }
60
60
  ]
61
61
  },
62
+ {
63
+ "kind": "javascript-module",
64
+ "path": "components/action-bar/action-bar.js",
65
+ "declarations": [
66
+ {
67
+ "kind": "class",
68
+ "description": "",
69
+ "name": "ZnActionBar",
70
+ "cssProperties": [
71
+ {
72
+ "description": "An example CSS custom property.",
73
+ "name": "--example"
74
+ }
75
+ ],
76
+ "cssParts": [
77
+ {
78
+ "description": "The component's base wrapper.",
79
+ "name": "base"
80
+ }
81
+ ],
82
+ "slots": [
83
+ {
84
+ "description": "The default slot.",
85
+ "name": ""
86
+ },
87
+ {
88
+ "description": "An example slot.",
89
+ "name": "example"
90
+ }
91
+ ],
92
+ "members": [
93
+ {
94
+ "kind": "field",
95
+ "name": "localize",
96
+ "privacy": "private",
97
+ "readonly": true,
98
+ "default": "new LocalizeController(this)"
99
+ }
100
+ ],
101
+ "events": [
102
+ {
103
+ "description": "Emitted as an example.",
104
+ "name": "zn-event-name"
105
+ }
106
+ ],
107
+ "superclass": {
108
+ "name": "ZincElement",
109
+ "module": "/src/internal/zinc-element"
110
+ },
111
+ "summary": "Short summary of the component's intended use.",
112
+ "tagNameWithoutPrefix": "action-bar",
113
+ "tagName": "zn-action-bar",
114
+ "customElement": true,
115
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
116
+ "documentation": "https://zinc.style/components/action-bar",
117
+ "status": "experimental",
118
+ "since": "1.0",
119
+ "dependencies": [
120
+ "zn-example"
121
+ ]
122
+ }
123
+ ],
124
+ "exports": [
125
+ {
126
+ "kind": "js",
127
+ "name": "default",
128
+ "declaration": {
129
+ "name": "ZnActionBar",
130
+ "module": "components/action-bar/action-bar.js"
131
+ }
132
+ }
133
+ ]
134
+ },
62
135
  {
63
136
  "kind": "javascript-module",
64
137
  "path": "components/alert/alert.js",
@@ -217,79 +290,6 @@
217
290
  }
218
291
  ]
219
292
  },
220
- {
221
- "kind": "javascript-module",
222
- "path": "components/action-bar/action-bar.js",
223
- "declarations": [
224
- {
225
- "kind": "class",
226
- "description": "",
227
- "name": "ZnActionBar",
228
- "cssProperties": [
229
- {
230
- "description": "An example CSS custom property.",
231
- "name": "--example"
232
- }
233
- ],
234
- "cssParts": [
235
- {
236
- "description": "The component's base wrapper.",
237
- "name": "base"
238
- }
239
- ],
240
- "slots": [
241
- {
242
- "description": "The default slot.",
243
- "name": ""
244
- },
245
- {
246
- "description": "An example slot.",
247
- "name": "example"
248
- }
249
- ],
250
- "members": [
251
- {
252
- "kind": "field",
253
- "name": "localize",
254
- "privacy": "private",
255
- "readonly": true,
256
- "default": "new LocalizeController(this)"
257
- }
258
- ],
259
- "events": [
260
- {
261
- "description": "Emitted as an example.",
262
- "name": "zn-event-name"
263
- }
264
- ],
265
- "superclass": {
266
- "name": "ZincElement",
267
- "module": "/src/internal/zinc-element"
268
- },
269
- "summary": "Short summary of the component's intended use.",
270
- "tagNameWithoutPrefix": "action-bar",
271
- "tagName": "zn-action-bar",
272
- "customElement": true,
273
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
274
- "documentation": "https://zinc.style/components/action-bar",
275
- "status": "experimental",
276
- "since": "1.0",
277
- "dependencies": [
278
- "zn-example"
279
- ]
280
- }
281
- ],
282
- "exports": [
283
- {
284
- "kind": "js",
285
- "name": "default",
286
- "declaration": {
287
- "name": "ZnActionBar",
288
- "module": "components/action-bar/action-bar.js"
289
- }
290
- }
291
- ]
292
- },
293
293
  {
294
294
  "kind": "javascript-module",
295
295
  "path": "components/animated-button/animated-button.js",
@@ -2447,34 +2447,18 @@
2447
2447
  "kind": "class",
2448
2448
  "description": "",
2449
2449
  "name": "ZnChart",
2450
- "cssProperties": [
2451
- {
2452
- "description": "An example CSS custom property.",
2453
- "name": "--example"
2454
- }
2455
- ],
2456
2450
  "cssParts": [
2457
2451
  {
2458
2452
  "description": "The component's base wrapper.",
2459
2453
  "name": "base"
2460
2454
  }
2461
2455
  ],
2462
- "slots": [
2463
- {
2464
- "description": "The default slot.",
2465
- "name": ""
2466
- },
2467
- {
2468
- "description": "An example slot.",
2469
- "name": "example"
2470
- }
2471
- ],
2472
2456
  "members": [
2473
2457
  {
2474
2458
  "kind": "field",
2475
2459
  "name": "type",
2476
2460
  "type": {
2477
- "text": "'area' | 'bar' | 'line'"
2461
+ "text": "ChartType"
2478
2462
  },
2479
2463
  "default": "'bar'",
2480
2464
  "attribute": "type"
@@ -2483,7 +2467,7 @@
2483
2467
  "kind": "field",
2484
2468
  "name": "data",
2485
2469
  "type": {
2486
- "text": "any[]"
2470
+ "text": "SeriesItem[]"
2487
2471
  },
2488
2472
  "default": "[]",
2489
2473
  "attribute": "data"
@@ -2492,18 +2476,18 @@
2492
2476
  "kind": "field",
2493
2477
  "name": "categories",
2494
2478
  "type": {
2495
- "text": "string | string[]"
2479
+ "text": "string[]"
2496
2480
  },
2497
- "default": "''",
2481
+ "default": "[]",
2498
2482
  "attribute": "categories"
2499
2483
  },
2500
2484
  {
2501
2485
  "kind": "field",
2502
2486
  "name": "xAxis",
2503
2487
  "type": {
2504
- "text": "string"
2488
+ "text": "'datetime' | 'category' | 'numeric'"
2505
2489
  },
2506
- "attribute": "xAxis"
2490
+ "attribute": "xaxis"
2507
2491
  },
2508
2492
  {
2509
2493
  "kind": "field",
@@ -2564,7 +2548,7 @@
2564
2548
  "kind": "field",
2565
2549
  "name": "enableAnimations",
2566
2550
  "type": {
2567
- "text": "boolean"
2551
+ "text": "boolean | number"
2568
2552
  },
2569
2553
  "default": "false",
2570
2554
  "attribute": "enable-animations"
@@ -2577,26 +2561,120 @@
2577
2561
  },
2578
2562
  "attribute": "y-axis-append"
2579
2563
  },
2564
+ {
2565
+ "kind": "field",
2566
+ "name": "colors",
2567
+ "type": {
2568
+ "text": "string[] | undefined"
2569
+ },
2570
+ "attribute": "colors"
2571
+ },
2572
+ {
2573
+ "kind": "field",
2574
+ "name": "syncGroup",
2575
+ "type": {
2576
+ "text": "string | undefined"
2577
+ },
2578
+ "attribute": "sync-group"
2579
+ },
2580
+ {
2581
+ "kind": "field",
2582
+ "name": "smooth",
2583
+ "type": {
2584
+ "text": "boolean"
2585
+ },
2586
+ "default": "false",
2587
+ "attribute": "smooth"
2588
+ },
2589
+ {
2590
+ "kind": "field",
2591
+ "name": "scale",
2592
+ "type": {
2593
+ "text": "boolean | number"
2594
+ },
2595
+ "default": "false",
2596
+ "attribute": "scale"
2597
+ },
2580
2598
  {
2581
2599
  "kind": "field",
2582
2600
  "name": "chart",
2583
2601
  "type": {
2584
- "text": "ApexCharts"
2602
+ "text": "ECharts | undefined"
2585
2603
  },
2586
2604
  "privacy": "private"
2587
- }
2588
- ],
2589
- "events": [
2605
+ },
2590
2606
  {
2591
- "description": "Emitted as an example.",
2592
- "name": "zn-event-name"
2607
+ "kind": "field",
2608
+ "name": "resizeObserver",
2609
+ "type": {
2610
+ "text": "ResizeObserver | undefined"
2611
+ },
2612
+ "privacy": "private"
2613
+ },
2614
+ {
2615
+ "kind": "field",
2616
+ "name": "liveTimer",
2617
+ "type": {
2618
+ "text": "number | undefined"
2619
+ },
2620
+ "privacy": "private"
2621
+ },
2622
+ {
2623
+ "kind": "method",
2624
+ "name": "getTheme",
2625
+ "privacy": "private",
2626
+ "return": {
2627
+ "type": {
2628
+ "text": "'light' | 'dark'"
2629
+ }
2630
+ }
2631
+ },
2632
+ {
2633
+ "kind": "method",
2634
+ "name": "getTextColor",
2635
+ "privacy": "private",
2636
+ "return": {
2637
+ "type": {
2638
+ "text": "string | undefined"
2639
+ }
2640
+ }
2641
+ },
2642
+ {
2643
+ "kind": "method",
2644
+ "name": "getBorderColor",
2645
+ "privacy": "private",
2646
+ "return": {
2647
+ "type": {
2648
+ "text": "string | undefined"
2649
+ }
2650
+ }
2651
+ },
2652
+ {
2653
+ "kind": "method",
2654
+ "name": "buildOption",
2655
+ "privacy": "private"
2656
+ },
2657
+ {
2658
+ "kind": "method",
2659
+ "name": "initChart",
2660
+ "privacy": "private"
2661
+ },
2662
+ {
2663
+ "kind": "method",
2664
+ "name": "startLive",
2665
+ "privacy": "private"
2666
+ },
2667
+ {
2668
+ "kind": "method",
2669
+ "name": "reinit",
2670
+ "privacy": "private"
2593
2671
  }
2594
2672
  ],
2595
2673
  "attributes": [
2596
2674
  {
2597
2675
  "name": "type",
2598
2676
  "type": {
2599
- "text": "'area' | 'bar' | 'line'"
2677
+ "text": "ChartType"
2600
2678
  },
2601
2679
  "default": "'bar'",
2602
2680
  "fieldName": "type"
@@ -2604,7 +2682,7 @@
2604
2682
  {
2605
2683
  "name": "data",
2606
2684
  "type": {
2607
- "text": "any[]"
2685
+ "text": "SeriesItem[]"
2608
2686
  },
2609
2687
  "default": "[]",
2610
2688
  "fieldName": "data"
@@ -2612,15 +2690,15 @@
2612
2690
  {
2613
2691
  "name": "categories",
2614
2692
  "type": {
2615
- "text": "string | string[]"
2693
+ "text": "string[]"
2616
2694
  },
2617
- "default": "''",
2695
+ "default": "[]",
2618
2696
  "fieldName": "categories"
2619
2697
  },
2620
2698
  {
2621
- "name": "xAxis",
2699
+ "name": "xaxis",
2622
2700
  "type": {
2623
- "text": "string"
2701
+ "text": "'datetime' | 'category' | 'numeric'"
2624
2702
  },
2625
2703
  "fieldName": "xAxis"
2626
2704
  },
@@ -2675,7 +2753,7 @@
2675
2753
  {
2676
2754
  "name": "enable-animations",
2677
2755
  "type": {
2678
- "text": "boolean"
2756
+ "text": "boolean | number"
2679
2757
  },
2680
2758
  "default": "false",
2681
2759
  "fieldName": "enableAnimations"
@@ -2686,23 +2764,50 @@
2686
2764
  "text": "string"
2687
2765
  },
2688
2766
  "fieldName": "yAxisAppend"
2767
+ },
2768
+ {
2769
+ "name": "colors",
2770
+ "type": {
2771
+ "text": "string[] | undefined"
2772
+ },
2773
+ "fieldName": "colors"
2774
+ },
2775
+ {
2776
+ "name": "sync-group",
2777
+ "type": {
2778
+ "text": "string | undefined"
2779
+ },
2780
+ "fieldName": "syncGroup"
2781
+ },
2782
+ {
2783
+ "name": "smooth",
2784
+ "type": {
2785
+ "text": "boolean"
2786
+ },
2787
+ "default": "false",
2788
+ "fieldName": "smooth"
2789
+ },
2790
+ {
2791
+ "name": "scale",
2792
+ "type": {
2793
+ "text": "boolean | number"
2794
+ },
2795
+ "default": "false",
2796
+ "fieldName": "scale"
2689
2797
  }
2690
2798
  ],
2691
2799
  "superclass": {
2692
2800
  "name": "ZincElement",
2693
2801
  "module": "/src/internal/zinc-element"
2694
2802
  },
2695
- "summary": "Short summary of the component's intended use.",
2803
+ "summary": "Chart component powered by Apache ECharts.",
2696
2804
  "tagNameWithoutPrefix": "chart",
2697
2805
  "tagName": "zn-chart",
2698
2806
  "customElement": true,
2699
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/data-chart\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
2807
+ "jsDoc": "/**\n * @summary Chart component powered by Apache ECharts.\n * @documentation https://zinc.style/components/data-chart\n * @status experimental\n * @since 1.0\n *\n * @csspart base - The component's base wrapper.\n */",
2700
2808
  "documentation": "https://zinc.style/components/data-chart",
2701
2809
  "status": "experimental",
2702
- "since": "1.0",
2703
- "dependencies": [
2704
- "zn-example"
2705
- ]
2810
+ "since": "1.0"
2706
2811
  }
2707
2812
  ],
2708
2813
  "exports": [
@@ -13463,6 +13568,14 @@
13463
13568
  "default": "'text'",
13464
13569
  "attribute": "input-type"
13465
13570
  },
13571
+ {
13572
+ "kind": "field",
13573
+ "name": "textareaRows",
13574
+ "type": {
13575
+ "text": "1"
13576
+ },
13577
+ "attribute": "textarea-rows"
13578
+ },
13466
13579
  {
13467
13580
  "kind": "field",
13468
13581
  "name": "options",
@@ -13873,6 +13986,13 @@
13873
13986
  "default": "'text'",
13874
13987
  "fieldName": "inputType"
13875
13988
  },
13989
+ {
13990
+ "name": "textarea-rows",
13991
+ "type": {
13992
+ "text": "1"
13993
+ },
13994
+ "fieldName": "textareaRows"
13995
+ },
13876
13996
  {
13877
13997
  "name": "options",
13878
13998
  "type": {
@@ -26348,34 +26468,12 @@
26348
26468
  "kind": "class",
26349
26469
  "description": "",
26350
26470
  "name": "ZnSimpleChart",
26351
- "cssProperties": [
26352
- {
26353
- "description": "An example CSS custom property.",
26354
- "name": "--example"
26355
- }
26356
- ],
26357
- "cssParts": [
26358
- {
26359
- "description": "The component's base wrapper.",
26360
- "name": "base"
26361
- }
26362
- ],
26363
- "slots": [
26364
- {
26365
- "description": "The default slot.",
26366
- "name": ""
26367
- },
26368
- {
26369
- "description": "An example slot.",
26370
- "name": "example"
26371
- }
26372
- ],
26373
26471
  "members": [
26374
26472
  {
26375
26473
  "kind": "field",
26376
26474
  "name": "datasets",
26377
26475
  "type": {
26378
- "text": "any[]"
26476
+ "text": "{ data: number[] }[] | undefined"
26379
26477
  },
26380
26478
  "attribute": "datasets"
26381
26479
  },
@@ -26383,55 +26481,72 @@
26383
26481
  "kind": "field",
26384
26482
  "name": "labels",
26385
26483
  "type": {
26386
- "text": "any[]"
26484
+ "text": "string[] | undefined"
26387
26485
  },
26388
26486
  "attribute": "labels"
26389
26487
  },
26390
26488
  {
26391
26489
  "kind": "field",
26392
- "name": "myChart",
26490
+ "name": "enableAnimations",
26393
26491
  "type": {
26394
- "text": "Chart"
26395
- }
26396
- }
26397
- ],
26398
- "events": [
26492
+ "text": "boolean | number"
26493
+ },
26494
+ "default": "false",
26495
+ "attribute": "enable-animations"
26496
+ },
26399
26497
  {
26400
- "description": "Emitted as an example.",
26401
- "name": "zn-event-name"
26498
+ "kind": "field",
26499
+ "name": "chart",
26500
+ "type": {
26501
+ "text": "ECharts | undefined"
26502
+ },
26503
+ "privacy": "private"
26504
+ },
26505
+ {
26506
+ "kind": "field",
26507
+ "name": "resizeObserver",
26508
+ "type": {
26509
+ "text": "ResizeObserver | undefined"
26510
+ },
26511
+ "privacy": "private"
26402
26512
  }
26403
26513
  ],
26404
26514
  "attributes": [
26405
26515
  {
26406
26516
  "name": "datasets",
26407
26517
  "type": {
26408
- "text": "any[]"
26518
+ "text": "{ data: number[] }[] | undefined"
26409
26519
  },
26410
26520
  "fieldName": "datasets"
26411
26521
  },
26412
26522
  {
26413
26523
  "name": "labels",
26414
26524
  "type": {
26415
- "text": "any[]"
26525
+ "text": "string[] | undefined"
26416
26526
  },
26417
26527
  "fieldName": "labels"
26528
+ },
26529
+ {
26530
+ "name": "enable-animations",
26531
+ "type": {
26532
+ "text": "boolean | number"
26533
+ },
26534
+ "default": "false",
26535
+ "fieldName": "enableAnimations"
26418
26536
  }
26419
26537
  ],
26420
26538
  "superclass": {
26421
26539
  "name": "ZincElement",
26422
26540
  "module": "/src/internal/zinc-element"
26423
26541
  },
26424
- "summary": "Short summary of the component's intended use.",
26542
+ "summary": "A simple, pre-styled bar chart.",
26425
26543
  "tagNameWithoutPrefix": "simple-chart",
26426
26544
  "tagName": "zn-simple-chart",
26427
26545
  "customElement": true,
26428
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/simple-chart\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
26546
+ "jsDoc": "/**\n * @summary A simple, pre-styled bar chart.\n * @documentation https://zinc.style/components/simple-chart\n * @status experimental\n * @since 1.0\n */",
26429
26547
  "documentation": "https://zinc.style/components/simple-chart",
26430
26548
  "status": "experimental",
26431
- "since": "1.0",
26432
- "dependencies": [
26433
- "zn-example"
26434
- ]
26549
+ "since": "1.0"
26435
26550
  }
26436
26551
  ],
26437
26552
  "exports": [
@@ -31876,6 +31991,51 @@
31876
31991
  "default": "['en']",
31877
31992
  "description": "Tracks all language codes that have been activated across children."
31878
31993
  },
31994
+ {
31995
+ "kind": "field",
31996
+ "name": "_overflowIndex",
31997
+ "type": {
31998
+ "text": "number"
31999
+ },
32000
+ "privacy": "private",
32001
+ "default": "-1"
32002
+ },
32003
+ {
32004
+ "kind": "field",
32005
+ "name": "_resizeObserver",
32006
+ "type": {
32007
+ "text": "ResizeObserver | undefined"
32008
+ },
32009
+ "privacy": "private"
32010
+ },
32011
+ {
32012
+ "kind": "field",
32013
+ "name": "_lastObservedWidth",
32014
+ "type": {
32015
+ "text": "number"
32016
+ },
32017
+ "privacy": "private",
32018
+ "default": "0"
32019
+ },
32020
+ {
32021
+ "kind": "field",
32022
+ "name": "_measureRafId",
32023
+ "type": {
32024
+ "text": "number"
32025
+ },
32026
+ "privacy": "private",
32027
+ "default": "0"
32028
+ },
32029
+ {
32030
+ "kind": "method",
32031
+ "name": "_scheduleLangOverflow",
32032
+ "privacy": "private"
32033
+ },
32034
+ {
32035
+ "kind": "method",
32036
+ "name": "_computeLangOverflow",
32037
+ "privacy": "private"
32038
+ },
31879
32039
  {
31880
32040
  "kind": "method",
31881
32041
  "name": "getAllTranslations",
@@ -31920,6 +32080,11 @@
31920
32080
  "name": "handleLanguageAdd",
31921
32081
  "privacy": "private"
31922
32082
  },
32083
+ {
32084
+ "kind": "field",
32085
+ "name": "handleOverflowSelect",
32086
+ "privacy": "private"
32087
+ },
31923
32088
  {
31924
32089
  "kind": "field",
31925
32090
  "name": "hasSlotController",
@@ -32396,6 +32561,14 @@
32396
32561
  "default": "'text'",
32397
32562
  "attribute": "input-type"
32398
32563
  },
32564
+ {
32565
+ "kind": "field",
32566
+ "name": "textareaRows",
32567
+ "type": {
32568
+ "text": "number | undefined"
32569
+ },
32570
+ "attribute": "textarea-rows"
32571
+ },
32399
32572
  {
32400
32573
  "kind": "field",
32401
32574
  "name": "grouped",
@@ -32434,6 +32607,41 @@
32434
32607
  "privacy": "private",
32435
32608
  "default": "'en'"
32436
32609
  },
32610
+ {
32611
+ "kind": "field",
32612
+ "name": "_overflowIndex",
32613
+ "type": {
32614
+ "text": "number"
32615
+ },
32616
+ "privacy": "private",
32617
+ "default": "-1"
32618
+ },
32619
+ {
32620
+ "kind": "field",
32621
+ "name": "_resizeObserver",
32622
+ "type": {
32623
+ "text": "ResizeObserver | undefined"
32624
+ },
32625
+ "privacy": "private"
32626
+ },
32627
+ {
32628
+ "kind": "field",
32629
+ "name": "_lastObservedWidth",
32630
+ "type": {
32631
+ "text": "number"
32632
+ },
32633
+ "privacy": "private",
32634
+ "default": "0"
32635
+ },
32636
+ {
32637
+ "kind": "field",
32638
+ "name": "_measureRafId",
32639
+ "type": {
32640
+ "text": "number"
32641
+ },
32642
+ "privacy": "private",
32643
+ "default": "0"
32644
+ },
32437
32645
  {
32438
32646
  "kind": "field",
32439
32647
  "name": "validity",
@@ -32513,11 +32721,26 @@
32513
32721
  },
32514
32722
  "description": "Returns all language codes that have values."
32515
32723
  },
32724
+ {
32725
+ "kind": "method",
32726
+ "name": "_scheduleLangOverflow",
32727
+ "privacy": "private"
32728
+ },
32729
+ {
32730
+ "kind": "method",
32731
+ "name": "_computeLangOverflow",
32732
+ "privacy": "private"
32733
+ },
32516
32734
  {
32517
32735
  "kind": "field",
32518
32736
  "name": "handleLanguageAdd",
32519
32737
  "privacy": "private"
32520
32738
  },
32739
+ {
32740
+ "kind": "field",
32741
+ "name": "handleOverflowSelect",
32742
+ "privacy": "private"
32743
+ },
32521
32744
  {
32522
32745
  "kind": "field",
32523
32746
  "name": "switchLanguage",
@@ -32619,6 +32842,13 @@
32619
32842
  "default": "'text'",
32620
32843
  "fieldName": "inputType"
32621
32844
  },
32845
+ {
32846
+ "name": "textarea-rows",
32847
+ "type": {
32848
+ "text": "number | undefined"
32849
+ },
32850
+ "fieldName": "textareaRows"
32851
+ },
32622
32852
  {
32623
32853
  "name": "grouped",
32624
32854
  "type": {
@@ -32921,7 +33151,7 @@
32921
33151
  "package": {
32922
33152
  "name": "@kubex/zinc",
32923
33153
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
32924
- "version": "1.0.105",
33154
+ "version": "1.0.107",
32925
33155
  "author": "",
32926
33156
  "license": "MIT"
32927
33157
  }