@kubex/zinc 1.1.127 → 1.1.128

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.
@@ -56,79 +56,6 @@
56
56
  }
57
57
  ]
58
58
  },
59
- {
60
- "kind": "javascript-module",
61
- "path": "components/action-bar/action-bar.js",
62
- "declarations": [
63
- {
64
- "kind": "class",
65
- "description": "",
66
- "name": "ZnActionBar",
67
- "cssProperties": [
68
- {
69
- "description": "An example CSS custom property.",
70
- "name": "--example"
71
- }
72
- ],
73
- "cssParts": [
74
- {
75
- "description": "The component's base wrapper.",
76
- "name": "base"
77
- }
78
- ],
79
- "slots": [
80
- {
81
- "description": "The default slot.",
82
- "name": ""
83
- },
84
- {
85
- "description": "An example slot.",
86
- "name": "example"
87
- }
88
- ],
89
- "members": [
90
- {
91
- "kind": "field",
92
- "name": "localize",
93
- "privacy": "private",
94
- "readonly": true,
95
- "default": "new LocalizeController(this)"
96
- }
97
- ],
98
- "events": [
99
- {
100
- "description": "Emitted as an example.",
101
- "name": "zn-event-name"
102
- }
103
- ],
104
- "superclass": {
105
- "name": "ZincElement",
106
- "module": "/src/internal/zinc-element"
107
- },
108
- "summary": "Short summary of the component's intended use.",
109
- "tagNameWithoutPrefix": "action-bar",
110
- "tagName": "zn-action-bar",
111
- "customElement": true,
112
- "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 */",
113
- "documentation": "https://zinc.style/components/action-bar",
114
- "status": "experimental",
115
- "since": "1.0",
116
- "dependencies": [
117
- "zn-example"
118
- ]
119
- }
120
- ],
121
- "exports": [
122
- {
123
- "kind": "js",
124
- "name": "default",
125
- "declaration": {
126
- "name": "ZnActionBar",
127
- "module": "components/action-bar/action-bar.js"
128
- }
129
- }
130
- ]
131
- },
132
59
  {
133
60
  "kind": "javascript-module",
134
61
  "path": "components/alert/alert.js",
@@ -323,6 +250,79 @@
323
250
  }
324
251
  ]
325
252
  },
253
+ {
254
+ "kind": "javascript-module",
255
+ "path": "components/action-bar/action-bar.js",
256
+ "declarations": [
257
+ {
258
+ "kind": "class",
259
+ "description": "",
260
+ "name": "ZnActionBar",
261
+ "cssProperties": [
262
+ {
263
+ "description": "An example CSS custom property.",
264
+ "name": "--example"
265
+ }
266
+ ],
267
+ "cssParts": [
268
+ {
269
+ "description": "The component's base wrapper.",
270
+ "name": "base"
271
+ }
272
+ ],
273
+ "slots": [
274
+ {
275
+ "description": "The default slot.",
276
+ "name": ""
277
+ },
278
+ {
279
+ "description": "An example slot.",
280
+ "name": "example"
281
+ }
282
+ ],
283
+ "members": [
284
+ {
285
+ "kind": "field",
286
+ "name": "localize",
287
+ "privacy": "private",
288
+ "readonly": true,
289
+ "default": "new LocalizeController(this)"
290
+ }
291
+ ],
292
+ "events": [
293
+ {
294
+ "description": "Emitted as an example.",
295
+ "name": "zn-event-name"
296
+ }
297
+ ],
298
+ "superclass": {
299
+ "name": "ZincElement",
300
+ "module": "/src/internal/zinc-element"
301
+ },
302
+ "summary": "Short summary of the component's intended use.",
303
+ "tagNameWithoutPrefix": "action-bar",
304
+ "tagName": "zn-action-bar",
305
+ "customElement": true,
306
+ "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 */",
307
+ "documentation": "https://zinc.style/components/action-bar",
308
+ "status": "experimental",
309
+ "since": "1.0",
310
+ "dependencies": [
311
+ "zn-example"
312
+ ]
313
+ }
314
+ ],
315
+ "exports": [
316
+ {
317
+ "kind": "js",
318
+ "name": "default",
319
+ "declaration": {
320
+ "name": "ZnActionBar",
321
+ "module": "components/action-bar/action-bar.js"
322
+ }
323
+ }
324
+ ]
325
+ },
326
326
  {
327
327
  "kind": "javascript-module",
328
328
  "path": "components/animated-button/animated-button.js",
@@ -25712,224 +25712,6 @@
25712
25712
  }
25713
25713
  ]
25714
25714
  },
25715
- {
25716
- "kind": "javascript-module",
25717
- "path": "components/option/option.js",
25718
- "declarations": [
25719
- {
25720
- "kind": "class",
25721
- "description": "",
25722
- "name": "ZnOption",
25723
- "cssParts": [
25724
- {
25725
- "description": "The checked option icon, an `<zn-icon>` element.",
25726
- "name": "checked-option-icon"
25727
- },
25728
- {
25729
- "description": "The component's base wrapper.",
25730
- "name": "base"
25731
- },
25732
- {
25733
- "description": "The option's label.",
25734
- "name": "label"
25735
- },
25736
- {
25737
- "description": "The container that wraps the prefix.",
25738
- "name": "prefix"
25739
- },
25740
- {
25741
- "description": "The container that wraps the suffix.",
25742
- "name": "suffix"
25743
- }
25744
- ],
25745
- "slots": [
25746
- {
25747
- "description": "The option's label.",
25748
- "name": ""
25749
- },
25750
- {
25751
- "description": "Used to prepend an icon or similar element to the menu item.",
25752
- "name": "prefix"
25753
- },
25754
- {
25755
- "description": "Used to append an icon or similar element to the menu item.",
25756
- "name": "suffix"
25757
- }
25758
- ],
25759
- "members": [
25760
- {
25761
- "kind": "field",
25762
- "name": "dependencies",
25763
- "type": {
25764
- "text": "object"
25765
- },
25766
- "static": true,
25767
- "default": "{ 'zn-icon': ZnIcon }"
25768
- },
25769
- {
25770
- "kind": "field",
25771
- "name": "cachedTextLabel",
25772
- "type": {
25773
- "text": "string"
25774
- },
25775
- "privacy": "private"
25776
- },
25777
- {
25778
- "kind": "field",
25779
- "name": "localize",
25780
- "privacy": "private",
25781
- "readonly": true,
25782
- "default": "new LocalizeController(this)"
25783
- },
25784
- {
25785
- "kind": "field",
25786
- "name": "multiple",
25787
- "type": {
25788
- "text": "boolean"
25789
- },
25790
- "privacy": "public",
25791
- "default": "false"
25792
- },
25793
- {
25794
- "kind": "field",
25795
- "name": "defaultSlot",
25796
- "type": {
25797
- "text": "HTMLSlotElement"
25798
- }
25799
- },
25800
- {
25801
- "kind": "field",
25802
- "name": "current",
25803
- "type": {
25804
- "text": "boolean"
25805
- },
25806
- "default": "false"
25807
- },
25808
- {
25809
- "kind": "field",
25810
- "name": "hasHover",
25811
- "type": {
25812
- "text": "boolean"
25813
- },
25814
- "default": "false"
25815
- },
25816
- {
25817
- "kind": "field",
25818
- "name": "value",
25819
- "type": {
25820
- "text": "string"
25821
- },
25822
- "default": "''",
25823
- "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
25824
- "attribute": "value",
25825
- "reflects": true
25826
- },
25827
- {
25828
- "kind": "field",
25829
- "name": "disabled",
25830
- "type": {
25831
- "text": "boolean"
25832
- },
25833
- "default": "false",
25834
- "description": "Draws the option in a disabled state, preventing selection.",
25835
- "attribute": "disabled",
25836
- "reflects": true
25837
- },
25838
- {
25839
- "kind": "field",
25840
- "name": "selected",
25841
- "type": {
25842
- "text": "boolean"
25843
- },
25844
- "default": "false",
25845
- "attribute": "selected",
25846
- "reflects": true
25847
- },
25848
- {
25849
- "kind": "method",
25850
- "name": "handleDefaultSlotChange",
25851
- "privacy": "private"
25852
- },
25853
- {
25854
- "kind": "method",
25855
- "name": "handleMouseEnter",
25856
- "privacy": "private"
25857
- },
25858
- {
25859
- "kind": "method",
25860
- "name": "handleMouseLeave",
25861
- "privacy": "private"
25862
- },
25863
- {
25864
- "kind": "method",
25865
- "name": "handleDisabledChange"
25866
- },
25867
- {
25868
- "kind": "method",
25869
- "name": "handleSelectedChange"
25870
- },
25871
- {
25872
- "kind": "method",
25873
- "name": "getTextLabel",
25874
- "description": "Returns a plain text label based on the option's content."
25875
- }
25876
- ],
25877
- "attributes": [
25878
- {
25879
- "name": "value",
25880
- "type": {
25881
- "text": "string"
25882
- },
25883
- "default": "''",
25884
- "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
25885
- "fieldName": "value"
25886
- },
25887
- {
25888
- "name": "disabled",
25889
- "type": {
25890
- "text": "boolean"
25891
- },
25892
- "default": "false",
25893
- "description": "Draws the option in a disabled state, preventing selection.",
25894
- "fieldName": "disabled"
25895
- },
25896
- {
25897
- "name": "selected",
25898
- "type": {
25899
- "text": "boolean"
25900
- },
25901
- "default": "false",
25902
- "fieldName": "selected"
25903
- }
25904
- ],
25905
- "superclass": {
25906
- "name": "ZincElement",
25907
- "module": "/src/internal/zinc-element"
25908
- },
25909
- "summary": "Short summary of the component's intended use.",
25910
- "tagNameWithoutPrefix": "option",
25911
- "tagName": "zn-option",
25912
- "customElement": true,
25913
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/option\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The option's label.\n * @slot prefix - Used to prepend an icon or similar element to the menu item.\n * @slot suffix - Used to append an icon or similar element to the menu item.\n *\n * @csspart checked-option-icon - The checked option icon, an `<zn-icon>` element.\n * @csspart base - The component's base wrapper.\n * @csspart label - The option's label.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n */",
25914
- "documentation": "https://zinc.style/components/option",
25915
- "status": "experimental",
25916
- "since": "1.0",
25917
- "dependencies": [
25918
- "zn-icon"
25919
- ]
25920
- }
25921
- ],
25922
- "exports": [
25923
- {
25924
- "kind": "js",
25925
- "name": "default",
25926
- "declaration": {
25927
- "name": "ZnOption",
25928
- "module": "components/option/option.js"
25929
- }
25930
- }
25931
- ]
25932
- },
25933
25715
  {
25934
25716
  "kind": "javascript-module",
25935
25717
  "path": "components/opt-group/opt-group.js",
@@ -26040,6 +25822,224 @@
26040
25822
  }
26041
25823
  ]
26042
25824
  },
25825
+ {
25826
+ "kind": "javascript-module",
25827
+ "path": "components/option/option.js",
25828
+ "declarations": [
25829
+ {
25830
+ "kind": "class",
25831
+ "description": "",
25832
+ "name": "ZnOption",
25833
+ "cssParts": [
25834
+ {
25835
+ "description": "The checked option icon, an `<zn-icon>` element.",
25836
+ "name": "checked-option-icon"
25837
+ },
25838
+ {
25839
+ "description": "The component's base wrapper.",
25840
+ "name": "base"
25841
+ },
25842
+ {
25843
+ "description": "The option's label.",
25844
+ "name": "label"
25845
+ },
25846
+ {
25847
+ "description": "The container that wraps the prefix.",
25848
+ "name": "prefix"
25849
+ },
25850
+ {
25851
+ "description": "The container that wraps the suffix.",
25852
+ "name": "suffix"
25853
+ }
25854
+ ],
25855
+ "slots": [
25856
+ {
25857
+ "description": "The option's label.",
25858
+ "name": ""
25859
+ },
25860
+ {
25861
+ "description": "Used to prepend an icon or similar element to the menu item.",
25862
+ "name": "prefix"
25863
+ },
25864
+ {
25865
+ "description": "Used to append an icon or similar element to the menu item.",
25866
+ "name": "suffix"
25867
+ }
25868
+ ],
25869
+ "members": [
25870
+ {
25871
+ "kind": "field",
25872
+ "name": "dependencies",
25873
+ "type": {
25874
+ "text": "object"
25875
+ },
25876
+ "static": true,
25877
+ "default": "{ 'zn-icon': ZnIcon }"
25878
+ },
25879
+ {
25880
+ "kind": "field",
25881
+ "name": "cachedTextLabel",
25882
+ "type": {
25883
+ "text": "string"
25884
+ },
25885
+ "privacy": "private"
25886
+ },
25887
+ {
25888
+ "kind": "field",
25889
+ "name": "localize",
25890
+ "privacy": "private",
25891
+ "readonly": true,
25892
+ "default": "new LocalizeController(this)"
25893
+ },
25894
+ {
25895
+ "kind": "field",
25896
+ "name": "multiple",
25897
+ "type": {
25898
+ "text": "boolean"
25899
+ },
25900
+ "privacy": "public",
25901
+ "default": "false"
25902
+ },
25903
+ {
25904
+ "kind": "field",
25905
+ "name": "defaultSlot",
25906
+ "type": {
25907
+ "text": "HTMLSlotElement"
25908
+ }
25909
+ },
25910
+ {
25911
+ "kind": "field",
25912
+ "name": "current",
25913
+ "type": {
25914
+ "text": "boolean"
25915
+ },
25916
+ "default": "false"
25917
+ },
25918
+ {
25919
+ "kind": "field",
25920
+ "name": "hasHover",
25921
+ "type": {
25922
+ "text": "boolean"
25923
+ },
25924
+ "default": "false"
25925
+ },
25926
+ {
25927
+ "kind": "field",
25928
+ "name": "value",
25929
+ "type": {
25930
+ "text": "string"
25931
+ },
25932
+ "default": "''",
25933
+ "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
25934
+ "attribute": "value",
25935
+ "reflects": true
25936
+ },
25937
+ {
25938
+ "kind": "field",
25939
+ "name": "disabled",
25940
+ "type": {
25941
+ "text": "boolean"
25942
+ },
25943
+ "default": "false",
25944
+ "description": "Draws the option in a disabled state, preventing selection.",
25945
+ "attribute": "disabled",
25946
+ "reflects": true
25947
+ },
25948
+ {
25949
+ "kind": "field",
25950
+ "name": "selected",
25951
+ "type": {
25952
+ "text": "boolean"
25953
+ },
25954
+ "default": "false",
25955
+ "attribute": "selected",
25956
+ "reflects": true
25957
+ },
25958
+ {
25959
+ "kind": "method",
25960
+ "name": "handleDefaultSlotChange",
25961
+ "privacy": "private"
25962
+ },
25963
+ {
25964
+ "kind": "method",
25965
+ "name": "handleMouseEnter",
25966
+ "privacy": "private"
25967
+ },
25968
+ {
25969
+ "kind": "method",
25970
+ "name": "handleMouseLeave",
25971
+ "privacy": "private"
25972
+ },
25973
+ {
25974
+ "kind": "method",
25975
+ "name": "handleDisabledChange"
25976
+ },
25977
+ {
25978
+ "kind": "method",
25979
+ "name": "handleSelectedChange"
25980
+ },
25981
+ {
25982
+ "kind": "method",
25983
+ "name": "getTextLabel",
25984
+ "description": "Returns a plain text label based on the option's content."
25985
+ }
25986
+ ],
25987
+ "attributes": [
25988
+ {
25989
+ "name": "value",
25990
+ "type": {
25991
+ "text": "string"
25992
+ },
25993
+ "default": "''",
25994
+ "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may contain spaces when using JSON array syntax on the parent select.",
25995
+ "fieldName": "value"
25996
+ },
25997
+ {
25998
+ "name": "disabled",
25999
+ "type": {
26000
+ "text": "boolean"
26001
+ },
26002
+ "default": "false",
26003
+ "description": "Draws the option in a disabled state, preventing selection.",
26004
+ "fieldName": "disabled"
26005
+ },
26006
+ {
26007
+ "name": "selected",
26008
+ "type": {
26009
+ "text": "boolean"
26010
+ },
26011
+ "default": "false",
26012
+ "fieldName": "selected"
26013
+ }
26014
+ ],
26015
+ "superclass": {
26016
+ "name": "ZincElement",
26017
+ "module": "/src/internal/zinc-element"
26018
+ },
26019
+ "summary": "Short summary of the component's intended use.",
26020
+ "tagNameWithoutPrefix": "option",
26021
+ "tagName": "zn-option",
26022
+ "customElement": true,
26023
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/option\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n *\n * @slot - The option's label.\n * @slot prefix - Used to prepend an icon or similar element to the menu item.\n * @slot suffix - Used to append an icon or similar element to the menu item.\n *\n * @csspart checked-option-icon - The checked option icon, an `<zn-icon>` element.\n * @csspart base - The component's base wrapper.\n * @csspart label - The option's label.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n */",
26024
+ "documentation": "https://zinc.style/components/option",
26025
+ "status": "experimental",
26026
+ "since": "1.0",
26027
+ "dependencies": [
26028
+ "zn-icon"
26029
+ ]
26030
+ }
26031
+ ],
26032
+ "exports": [
26033
+ {
26034
+ "kind": "js",
26035
+ "name": "default",
26036
+ "declaration": {
26037
+ "name": "ZnOption",
26038
+ "module": "components/option/option.js"
26039
+ }
26040
+ }
26041
+ ]
26042
+ },
26043
26043
  {
26044
26044
  "kind": "javascript-module",
26045
26045
  "path": "components/order-table/order-table.js",
@@ -34580,6 +34580,505 @@
34580
34580
  }
34581
34581
  ]
34582
34582
  },
34583
+ {
34584
+ "kind": "javascript-module",
34585
+ "path": "components/radio-group/radio-group.js",
34586
+ "declarations": [
34587
+ {
34588
+ "kind": "class",
34589
+ "description": "",
34590
+ "name": "ZnRadioGroup",
34591
+ "cssProperties": [
34592
+ {
34593
+ "description": "Minimum column width used by the horizontal contained grid, or the card basis when `wrap` is set.",
34594
+ "name": "--zn-radio-group-column-width"
34595
+ }
34596
+ ],
34597
+ "cssParts": [
34598
+ {
34599
+ "description": "The component's base wrapper.",
34600
+ "name": "base"
34601
+ }
34602
+ ],
34603
+ "slots": [
34604
+ {
34605
+ "description": "The default slot.",
34606
+ "name": ""
34607
+ },
34608
+ {
34609
+ "description": "An example slot.",
34610
+ "name": "example"
34611
+ }
34612
+ ],
34613
+ "members": [
34614
+ {
34615
+ "kind": "field",
34616
+ "name": "formControlController",
34617
+ "privacy": "protected",
34618
+ "readonly": true,
34619
+ "default": "new FormControlController(this)"
34620
+ },
34621
+ {
34622
+ "kind": "field",
34623
+ "name": "hasSlotController",
34624
+ "privacy": "private",
34625
+ "readonly": true,
34626
+ "default": "new HasSlotController(this, 'help-text', 'label')"
34627
+ },
34628
+ {
34629
+ "kind": "field",
34630
+ "name": "customValidityMessage",
34631
+ "type": {
34632
+ "text": "string"
34633
+ },
34634
+ "privacy": "private",
34635
+ "default": "''"
34636
+ },
34637
+ {
34638
+ "kind": "field",
34639
+ "name": "validationTimeout",
34640
+ "type": {
34641
+ "text": "number"
34642
+ },
34643
+ "privacy": "private"
34644
+ },
34645
+ {
34646
+ "kind": "field",
34647
+ "name": "defaultSlot",
34648
+ "type": {
34649
+ "text": "HTMLSlotElement"
34650
+ }
34651
+ },
34652
+ {
34653
+ "kind": "field",
34654
+ "name": "validationInput",
34655
+ "type": {
34656
+ "text": "HTMLInputElement"
34657
+ }
34658
+ },
34659
+ {
34660
+ "kind": "field",
34661
+ "name": "errorMessage",
34662
+ "type": {
34663
+ "text": "string"
34664
+ },
34665
+ "privacy": "private",
34666
+ "default": "''"
34667
+ },
34668
+ {
34669
+ "kind": "field",
34670
+ "name": "defaultValue",
34671
+ "type": {
34672
+ "text": "string"
34673
+ },
34674
+ "default": "''"
34675
+ },
34676
+ {
34677
+ "kind": "field",
34678
+ "name": "label",
34679
+ "type": {
34680
+ "text": "string"
34681
+ },
34682
+ "default": "''",
34683
+ "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
34684
+ "attribute": "label"
34685
+ },
34686
+ {
34687
+ "kind": "field",
34688
+ "name": "labelTooltip",
34689
+ "type": {
34690
+ "text": "string"
34691
+ },
34692
+ "default": "''",
34693
+ "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
34694
+ "attribute": "label-tooltip"
34695
+ },
34696
+ {
34697
+ "kind": "field",
34698
+ "name": "helpText",
34699
+ "type": {
34700
+ "text": "string"
34701
+ },
34702
+ "default": "''",
34703
+ "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
34704
+ "attribute": "help-text"
34705
+ },
34706
+ {
34707
+ "kind": "field",
34708
+ "name": "name",
34709
+ "type": {
34710
+ "text": "string"
34711
+ },
34712
+ "default": "''",
34713
+ "description": "The name of the radio group, submitted as a name/value pair with form data.",
34714
+ "attribute": "name"
34715
+ },
34716
+ {
34717
+ "kind": "field",
34718
+ "name": "value",
34719
+ "type": {
34720
+ "text": "string"
34721
+ },
34722
+ "default": "''",
34723
+ "description": "The current value of the radio group, submitted as a name/value pair with form data.",
34724
+ "attribute": "value",
34725
+ "reflects": true
34726
+ },
34727
+ {
34728
+ "kind": "field",
34729
+ "name": "size",
34730
+ "type": {
34731
+ "text": "'small' | 'medium' | 'large'"
34732
+ },
34733
+ "default": "'medium'",
34734
+ "description": "The radio group's size. This size will be applied to all child radios",
34735
+ "attribute": "size",
34736
+ "reflects": true
34737
+ },
34738
+ {
34739
+ "kind": "field",
34740
+ "name": "horizontal",
34741
+ "type": {
34742
+ "text": "boolean"
34743
+ },
34744
+ "default": "false",
34745
+ "description": "The radio group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
34746
+ "attribute": "horizontal",
34747
+ "reflects": true
34748
+ },
34749
+ {
34750
+ "kind": "field",
34751
+ "name": "contained",
34752
+ "type": {
34753
+ "text": "boolean"
34754
+ },
34755
+ "default": "false",
34756
+ "description": "The radio group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child radios.",
34757
+ "attribute": "contained",
34758
+ "reflects": true
34759
+ },
34760
+ {
34761
+ "kind": "field",
34762
+ "name": "square",
34763
+ "type": {
34764
+ "text": "boolean"
34765
+ },
34766
+ "default": "false",
34767
+ "description": "Squares off the corners of every contained radio in the group, which are rounded by default.",
34768
+ "attribute": "square",
34769
+ "reflects": true
34770
+ },
34771
+ {
34772
+ "kind": "field",
34773
+ "name": "wrap",
34774
+ "type": {
34775
+ "text": "boolean"
34776
+ },
34777
+ "default": "false",
34778
+ "description": "Lays horizontal contained radios out as a wrapping row instead of an equal-width grid, so each one sizes from\n`--zn-radio-group-column-width` (set it to `auto` to size from content) and wraps onto a new line when needed.",
34779
+ "attribute": "wrap",
34780
+ "reflects": true
34781
+ },
34782
+ {
34783
+ "kind": "field",
34784
+ "name": "form",
34785
+ "type": {
34786
+ "text": "string"
34787
+ },
34788
+ "default": "''",
34789
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
34790
+ "attribute": "form",
34791
+ "reflects": true
34792
+ },
34793
+ {
34794
+ "kind": "field",
34795
+ "name": "required",
34796
+ "type": {
34797
+ "text": "boolean"
34798
+ },
34799
+ "default": "false",
34800
+ "description": "Ensures a child radio is checked before allowing the containing form to submit.",
34801
+ "attribute": "required",
34802
+ "reflects": true
34803
+ },
34804
+ {
34805
+ "kind": "field",
34806
+ "name": "validity",
34807
+ "readonly": true
34808
+ },
34809
+ {
34810
+ "kind": "field",
34811
+ "name": "validationMessage",
34812
+ "description": "Gets the validation message",
34813
+ "readonly": true
34814
+ },
34815
+ {
34816
+ "kind": "method",
34817
+ "name": "getAllRadios",
34818
+ "privacy": "private"
34819
+ },
34820
+ {
34821
+ "kind": "method",
34822
+ "name": "handleRadioClick",
34823
+ "privacy": "private",
34824
+ "parameters": [
34825
+ {
34826
+ "name": "event",
34827
+ "type": {
34828
+ "text": "MouseEvent"
34829
+ }
34830
+ }
34831
+ ]
34832
+ },
34833
+ {
34834
+ "kind": "method",
34835
+ "name": "handleKeyDown",
34836
+ "privacy": "private",
34837
+ "parameters": [
34838
+ {
34839
+ "name": "event",
34840
+ "type": {
34841
+ "text": "KeyboardEvent"
34842
+ }
34843
+ }
34844
+ ]
34845
+ },
34846
+ {
34847
+ "kind": "method",
34848
+ "name": "handleLabelClick",
34849
+ "privacy": "private"
34850
+ },
34851
+ {
34852
+ "kind": "method",
34853
+ "name": "handleInvalid",
34854
+ "privacy": "private",
34855
+ "parameters": [
34856
+ {
34857
+ "name": "event",
34858
+ "type": {
34859
+ "text": "Event"
34860
+ }
34861
+ }
34862
+ ]
34863
+ },
34864
+ {
34865
+ "kind": "method",
34866
+ "name": "syncRadioElements",
34867
+ "privacy": "private"
34868
+ },
34869
+ {
34870
+ "kind": "method",
34871
+ "name": "syncRadios",
34872
+ "privacy": "private"
34873
+ },
34874
+ {
34875
+ "kind": "method",
34876
+ "name": "updateCheckedRadio",
34877
+ "privacy": "private"
34878
+ },
34879
+ {
34880
+ "kind": "method",
34881
+ "name": "handleSizeChange"
34882
+ },
34883
+ {
34884
+ "kind": "method",
34885
+ "name": "handleValueChange"
34886
+ },
34887
+ {
34888
+ "kind": "method",
34889
+ "name": "checkValidity",
34890
+ "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
34891
+ },
34892
+ {
34893
+ "kind": "method",
34894
+ "name": "getForm",
34895
+ "return": {
34896
+ "type": {
34897
+ "text": "HTMLFormElement | null"
34898
+ }
34899
+ },
34900
+ "description": "Gets the associated form, if one exists."
34901
+ },
34902
+ {
34903
+ "kind": "method",
34904
+ "name": "reportValidity",
34905
+ "return": {
34906
+ "type": {
34907
+ "text": "boolean"
34908
+ }
34909
+ },
34910
+ "description": "Checks for validity and shows the browser's validation message if the control is invalid."
34911
+ },
34912
+ {
34913
+ "kind": "method",
34914
+ "name": "setCustomValidity",
34915
+ "parameters": [
34916
+ {
34917
+ "name": "message",
34918
+ "default": "''"
34919
+ }
34920
+ ],
34921
+ "description": "Sets a custom validation message. Pass an empty string to restore validity."
34922
+ },
34923
+ {
34924
+ "kind": "method",
34925
+ "name": "focus",
34926
+ "privacy": "public",
34927
+ "parameters": [
34928
+ {
34929
+ "name": "options",
34930
+ "optional": true,
34931
+ "type": {
34932
+ "text": "FocusOptions"
34933
+ }
34934
+ }
34935
+ ]
34936
+ }
34937
+ ],
34938
+ "events": [
34939
+ {
34940
+ "description": "Emitted as an example.",
34941
+ "name": "zn-event-name"
34942
+ }
34943
+ ],
34944
+ "attributes": [
34945
+ {
34946
+ "name": "label",
34947
+ "type": {
34948
+ "text": "string"
34949
+ },
34950
+ "default": "''",
34951
+ "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
34952
+ "fieldName": "label"
34953
+ },
34954
+ {
34955
+ "name": "label-tooltip",
34956
+ "type": {
34957
+ "text": "string"
34958
+ },
34959
+ "default": "''",
34960
+ "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
34961
+ "fieldName": "labelTooltip"
34962
+ },
34963
+ {
34964
+ "name": "help-text",
34965
+ "type": {
34966
+ "text": "string"
34967
+ },
34968
+ "default": "''",
34969
+ "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
34970
+ "fieldName": "helpText"
34971
+ },
34972
+ {
34973
+ "name": "name",
34974
+ "type": {
34975
+ "text": "string"
34976
+ },
34977
+ "default": "''",
34978
+ "description": "The name of the radio group, submitted as a name/value pair with form data.",
34979
+ "fieldName": "name"
34980
+ },
34981
+ {
34982
+ "name": "value",
34983
+ "type": {
34984
+ "text": "string"
34985
+ },
34986
+ "default": "''",
34987
+ "description": "The current value of the radio group, submitted as a name/value pair with form data.",
34988
+ "fieldName": "value"
34989
+ },
34990
+ {
34991
+ "name": "size",
34992
+ "type": {
34993
+ "text": "'small' | 'medium' | 'large'"
34994
+ },
34995
+ "default": "'medium'",
34996
+ "description": "The radio group's size. This size will be applied to all child radios",
34997
+ "fieldName": "size"
34998
+ },
34999
+ {
35000
+ "name": "horizontal",
35001
+ "type": {
35002
+ "text": "boolean"
35003
+ },
35004
+ "default": "false",
35005
+ "description": "The radio group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
35006
+ "fieldName": "horizontal"
35007
+ },
35008
+ {
35009
+ "name": "contained",
35010
+ "type": {
35011
+ "text": "boolean"
35012
+ },
35013
+ "default": "false",
35014
+ "description": "The radio group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child radios.",
35015
+ "fieldName": "contained"
35016
+ },
35017
+ {
35018
+ "name": "square",
35019
+ "type": {
35020
+ "text": "boolean"
35021
+ },
35022
+ "default": "false",
35023
+ "description": "Squares off the corners of every contained radio in the group, which are rounded by default.",
35024
+ "fieldName": "square"
35025
+ },
35026
+ {
35027
+ "name": "wrap",
35028
+ "type": {
35029
+ "text": "boolean"
35030
+ },
35031
+ "default": "false",
35032
+ "description": "Lays horizontal contained radios out as a wrapping row instead of an equal-width grid, so each one sizes from\n`--zn-radio-group-column-width` (set it to `auto` to size from content) and wraps onto a new line when needed.",
35033
+ "fieldName": "wrap"
35034
+ },
35035
+ {
35036
+ "name": "form",
35037
+ "type": {
35038
+ "text": "string"
35039
+ },
35040
+ "default": "''",
35041
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
35042
+ "fieldName": "form"
35043
+ },
35044
+ {
35045
+ "name": "required",
35046
+ "type": {
35047
+ "text": "boolean"
35048
+ },
35049
+ "default": "false",
35050
+ "description": "Ensures a child radio is checked before allowing the containing form to submit.",
35051
+ "fieldName": "required"
35052
+ }
35053
+ ],
35054
+ "superclass": {
35055
+ "name": "ZincElement",
35056
+ "module": "/src/internal/zinc-element"
35057
+ },
35058
+ "summary": "Short summary of the component's intended use.",
35059
+ "tagNameWithoutPrefix": "radio-group",
35060
+ "tagName": "zn-radio-group",
35061
+ "customElement": true,
35062
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/radio-group\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 --zn-radio-group-column-width - Minimum column width used by the horizontal contained grid, or the card basis when `wrap` is set.\n */",
35063
+ "documentation": "https://zinc.style/components/radio-group",
35064
+ "status": "experimental",
35065
+ "since": "1.0",
35066
+ "dependencies": [
35067
+ "zn-example"
35068
+ ]
35069
+ }
35070
+ ],
35071
+ "exports": [
35072
+ {
35073
+ "kind": "js",
35074
+ "name": "default",
35075
+ "declaration": {
35076
+ "name": "ZnRadioGroup",
35077
+ "module": "components/radio-group/radio-group.js"
35078
+ }
35079
+ }
35080
+ ]
35081
+ },
34583
35082
  {
34584
35083
  "kind": "javascript-module",
34585
35084
  "path": "components/rating/rating.js",
@@ -37163,505 +37662,6 @@
37163
37662
  }
37164
37663
  ]
37165
37664
  },
37166
- {
37167
- "kind": "javascript-module",
37168
- "path": "components/radio-group/radio-group.js",
37169
- "declarations": [
37170
- {
37171
- "kind": "class",
37172
- "description": "",
37173
- "name": "ZnRadioGroup",
37174
- "cssProperties": [
37175
- {
37176
- "description": "Minimum column width used by the horizontal contained grid, or the card basis when `wrap` is set.",
37177
- "name": "--zn-radio-group-column-width"
37178
- }
37179
- ],
37180
- "cssParts": [
37181
- {
37182
- "description": "The component's base wrapper.",
37183
- "name": "base"
37184
- }
37185
- ],
37186
- "slots": [
37187
- {
37188
- "description": "The default slot.",
37189
- "name": ""
37190
- },
37191
- {
37192
- "description": "An example slot.",
37193
- "name": "example"
37194
- }
37195
- ],
37196
- "members": [
37197
- {
37198
- "kind": "field",
37199
- "name": "formControlController",
37200
- "privacy": "protected",
37201
- "readonly": true,
37202
- "default": "new FormControlController(this)"
37203
- },
37204
- {
37205
- "kind": "field",
37206
- "name": "hasSlotController",
37207
- "privacy": "private",
37208
- "readonly": true,
37209
- "default": "new HasSlotController(this, 'help-text', 'label')"
37210
- },
37211
- {
37212
- "kind": "field",
37213
- "name": "customValidityMessage",
37214
- "type": {
37215
- "text": "string"
37216
- },
37217
- "privacy": "private",
37218
- "default": "''"
37219
- },
37220
- {
37221
- "kind": "field",
37222
- "name": "validationTimeout",
37223
- "type": {
37224
- "text": "number"
37225
- },
37226
- "privacy": "private"
37227
- },
37228
- {
37229
- "kind": "field",
37230
- "name": "defaultSlot",
37231
- "type": {
37232
- "text": "HTMLSlotElement"
37233
- }
37234
- },
37235
- {
37236
- "kind": "field",
37237
- "name": "validationInput",
37238
- "type": {
37239
- "text": "HTMLInputElement"
37240
- }
37241
- },
37242
- {
37243
- "kind": "field",
37244
- "name": "errorMessage",
37245
- "type": {
37246
- "text": "string"
37247
- },
37248
- "privacy": "private",
37249
- "default": "''"
37250
- },
37251
- {
37252
- "kind": "field",
37253
- "name": "defaultValue",
37254
- "type": {
37255
- "text": "string"
37256
- },
37257
- "default": "''"
37258
- },
37259
- {
37260
- "kind": "field",
37261
- "name": "label",
37262
- "type": {
37263
- "text": "string"
37264
- },
37265
- "default": "''",
37266
- "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
37267
- "attribute": "label"
37268
- },
37269
- {
37270
- "kind": "field",
37271
- "name": "labelTooltip",
37272
- "type": {
37273
- "text": "string"
37274
- },
37275
- "default": "''",
37276
- "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
37277
- "attribute": "label-tooltip"
37278
- },
37279
- {
37280
- "kind": "field",
37281
- "name": "helpText",
37282
- "type": {
37283
- "text": "string"
37284
- },
37285
- "default": "''",
37286
- "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
37287
- "attribute": "help-text"
37288
- },
37289
- {
37290
- "kind": "field",
37291
- "name": "name",
37292
- "type": {
37293
- "text": "string"
37294
- },
37295
- "default": "''",
37296
- "description": "The name of the radio group, submitted as a name/value pair with form data.",
37297
- "attribute": "name"
37298
- },
37299
- {
37300
- "kind": "field",
37301
- "name": "value",
37302
- "type": {
37303
- "text": "string"
37304
- },
37305
- "default": "''",
37306
- "description": "The current value of the radio group, submitted as a name/value pair with form data.",
37307
- "attribute": "value",
37308
- "reflects": true
37309
- },
37310
- {
37311
- "kind": "field",
37312
- "name": "size",
37313
- "type": {
37314
- "text": "'small' | 'medium' | 'large'"
37315
- },
37316
- "default": "'medium'",
37317
- "description": "The radio group's size. This size will be applied to all child radios",
37318
- "attribute": "size",
37319
- "reflects": true
37320
- },
37321
- {
37322
- "kind": "field",
37323
- "name": "horizontal",
37324
- "type": {
37325
- "text": "boolean"
37326
- },
37327
- "default": "false",
37328
- "description": "The radio group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
37329
- "attribute": "horizontal",
37330
- "reflects": true
37331
- },
37332
- {
37333
- "kind": "field",
37334
- "name": "contained",
37335
- "type": {
37336
- "text": "boolean"
37337
- },
37338
- "default": "false",
37339
- "description": "The radio group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child radios.",
37340
- "attribute": "contained",
37341
- "reflects": true
37342
- },
37343
- {
37344
- "kind": "field",
37345
- "name": "square",
37346
- "type": {
37347
- "text": "boolean"
37348
- },
37349
- "default": "false",
37350
- "description": "Squares off the corners of every contained radio in the group, which are rounded by default.",
37351
- "attribute": "square",
37352
- "reflects": true
37353
- },
37354
- {
37355
- "kind": "field",
37356
- "name": "wrap",
37357
- "type": {
37358
- "text": "boolean"
37359
- },
37360
- "default": "false",
37361
- "description": "Lays horizontal contained radios out as a wrapping row instead of an equal-width grid, so each one sizes from\n`--zn-radio-group-column-width` (set it to `auto` to size from content) and wraps onto a new line when needed.",
37362
- "attribute": "wrap",
37363
- "reflects": true
37364
- },
37365
- {
37366
- "kind": "field",
37367
- "name": "form",
37368
- "type": {
37369
- "text": "string"
37370
- },
37371
- "default": "''",
37372
- "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
37373
- "attribute": "form",
37374
- "reflects": true
37375
- },
37376
- {
37377
- "kind": "field",
37378
- "name": "required",
37379
- "type": {
37380
- "text": "boolean"
37381
- },
37382
- "default": "false",
37383
- "description": "Ensures a child radio is checked before allowing the containing form to submit.",
37384
- "attribute": "required",
37385
- "reflects": true
37386
- },
37387
- {
37388
- "kind": "field",
37389
- "name": "validity",
37390
- "readonly": true
37391
- },
37392
- {
37393
- "kind": "field",
37394
- "name": "validationMessage",
37395
- "description": "Gets the validation message",
37396
- "readonly": true
37397
- },
37398
- {
37399
- "kind": "method",
37400
- "name": "getAllRadios",
37401
- "privacy": "private"
37402
- },
37403
- {
37404
- "kind": "method",
37405
- "name": "handleRadioClick",
37406
- "privacy": "private",
37407
- "parameters": [
37408
- {
37409
- "name": "event",
37410
- "type": {
37411
- "text": "MouseEvent"
37412
- }
37413
- }
37414
- ]
37415
- },
37416
- {
37417
- "kind": "method",
37418
- "name": "handleKeyDown",
37419
- "privacy": "private",
37420
- "parameters": [
37421
- {
37422
- "name": "event",
37423
- "type": {
37424
- "text": "KeyboardEvent"
37425
- }
37426
- }
37427
- ]
37428
- },
37429
- {
37430
- "kind": "method",
37431
- "name": "handleLabelClick",
37432
- "privacy": "private"
37433
- },
37434
- {
37435
- "kind": "method",
37436
- "name": "handleInvalid",
37437
- "privacy": "private",
37438
- "parameters": [
37439
- {
37440
- "name": "event",
37441
- "type": {
37442
- "text": "Event"
37443
- }
37444
- }
37445
- ]
37446
- },
37447
- {
37448
- "kind": "method",
37449
- "name": "syncRadioElements",
37450
- "privacy": "private"
37451
- },
37452
- {
37453
- "kind": "method",
37454
- "name": "syncRadios",
37455
- "privacy": "private"
37456
- },
37457
- {
37458
- "kind": "method",
37459
- "name": "updateCheckedRadio",
37460
- "privacy": "private"
37461
- },
37462
- {
37463
- "kind": "method",
37464
- "name": "handleSizeChange"
37465
- },
37466
- {
37467
- "kind": "method",
37468
- "name": "handleValueChange"
37469
- },
37470
- {
37471
- "kind": "method",
37472
- "name": "checkValidity",
37473
- "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
37474
- },
37475
- {
37476
- "kind": "method",
37477
- "name": "getForm",
37478
- "return": {
37479
- "type": {
37480
- "text": "HTMLFormElement | null"
37481
- }
37482
- },
37483
- "description": "Gets the associated form, if one exists."
37484
- },
37485
- {
37486
- "kind": "method",
37487
- "name": "reportValidity",
37488
- "return": {
37489
- "type": {
37490
- "text": "boolean"
37491
- }
37492
- },
37493
- "description": "Checks for validity and shows the browser's validation message if the control is invalid."
37494
- },
37495
- {
37496
- "kind": "method",
37497
- "name": "setCustomValidity",
37498
- "parameters": [
37499
- {
37500
- "name": "message",
37501
- "default": "''"
37502
- }
37503
- ],
37504
- "description": "Sets a custom validation message. Pass an empty string to restore validity."
37505
- },
37506
- {
37507
- "kind": "method",
37508
- "name": "focus",
37509
- "privacy": "public",
37510
- "parameters": [
37511
- {
37512
- "name": "options",
37513
- "optional": true,
37514
- "type": {
37515
- "text": "FocusOptions"
37516
- }
37517
- }
37518
- ]
37519
- }
37520
- ],
37521
- "events": [
37522
- {
37523
- "description": "Emitted as an example.",
37524
- "name": "zn-event-name"
37525
- }
37526
- ],
37527
- "attributes": [
37528
- {
37529
- "name": "label",
37530
- "type": {
37531
- "text": "string"
37532
- },
37533
- "default": "''",
37534
- "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
37535
- "fieldName": "label"
37536
- },
37537
- {
37538
- "name": "label-tooltip",
37539
- "type": {
37540
- "text": "string"
37541
- },
37542
- "default": "''",
37543
- "description": "Text that appears in a tooltip next to the label. If you need to display HTML in the tooltip, use the `label-tooltip` slot instead.",
37544
- "fieldName": "labelTooltip"
37545
- },
37546
- {
37547
- "name": "help-text",
37548
- "type": {
37549
- "text": "string"
37550
- },
37551
- "default": "''",
37552
- "description": "The radio groups' help text. If you need to display HTML, use the `help-text` slot instead.",
37553
- "fieldName": "helpText"
37554
- },
37555
- {
37556
- "name": "name",
37557
- "type": {
37558
- "text": "string"
37559
- },
37560
- "default": "''",
37561
- "description": "The name of the radio group, submitted as a name/value pair with form data.",
37562
- "fieldName": "name"
37563
- },
37564
- {
37565
- "name": "value",
37566
- "type": {
37567
- "text": "string"
37568
- },
37569
- "default": "''",
37570
- "description": "The current value of the radio group, submitted as a name/value pair with form data.",
37571
- "fieldName": "value"
37572
- },
37573
- {
37574
- "name": "size",
37575
- "type": {
37576
- "text": "'small' | 'medium' | 'large'"
37577
- },
37578
- "default": "'medium'",
37579
- "description": "The radio group's size. This size will be applied to all child radios",
37580
- "fieldName": "size"
37581
- },
37582
- {
37583
- "name": "horizontal",
37584
- "type": {
37585
- "text": "boolean"
37586
- },
37587
- "default": "false",
37588
- "description": "The radio group's orientation. Changes the group's layout from the default (vertical) to horizontal.",
37589
- "fieldName": "horizontal"
37590
- },
37591
- {
37592
- "name": "contained",
37593
- "type": {
37594
- "text": "boolean"
37595
- },
37596
- "default": "false",
37597
- "description": "The radio group's style. Changes the group's style from the default (plain) style to the 'contained' style. This style will be applied to all child radios.",
37598
- "fieldName": "contained"
37599
- },
37600
- {
37601
- "name": "square",
37602
- "type": {
37603
- "text": "boolean"
37604
- },
37605
- "default": "false",
37606
- "description": "Squares off the corners of every contained radio in the group, which are rounded by default.",
37607
- "fieldName": "square"
37608
- },
37609
- {
37610
- "name": "wrap",
37611
- "type": {
37612
- "text": "boolean"
37613
- },
37614
- "default": "false",
37615
- "description": "Lays horizontal contained radios out as a wrapping row instead of an equal-width grid, so each one sizes from\n`--zn-radio-group-column-width` (set it to `auto` to size from content) and wraps onto a new line when needed.",
37616
- "fieldName": "wrap"
37617
- },
37618
- {
37619
- "name": "form",
37620
- "type": {
37621
- "text": "string"
37622
- },
37623
- "default": "''",
37624
- "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
37625
- "fieldName": "form"
37626
- },
37627
- {
37628
- "name": "required",
37629
- "type": {
37630
- "text": "boolean"
37631
- },
37632
- "default": "false",
37633
- "description": "Ensures a child radio is checked before allowing the containing form to submit.",
37634
- "fieldName": "required"
37635
- }
37636
- ],
37637
- "superclass": {
37638
- "name": "ZincElement",
37639
- "module": "/src/internal/zinc-element"
37640
- },
37641
- "summary": "Short summary of the component's intended use.",
37642
- "tagNameWithoutPrefix": "radio-group",
37643
- "tagName": "zn-radio-group",
37644
- "customElement": true,
37645
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/radio-group\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 --zn-radio-group-column-width - Minimum column width used by the horizontal contained grid, or the card basis when `wrap` is set.\n */",
37646
- "documentation": "https://zinc.style/components/radio-group",
37647
- "status": "experimental",
37648
- "since": "1.0",
37649
- "dependencies": [
37650
- "zn-example"
37651
- ]
37652
- }
37653
- ],
37654
- "exports": [
37655
- {
37656
- "kind": "js",
37657
- "name": "default",
37658
- "declaration": {
37659
- "name": "ZnRadioGroup",
37660
- "module": "components/radio-group/radio-group.js"
37661
- }
37662
- }
37663
- ]
37664
- },
37665
37665
  {
37666
37666
  "kind": "javascript-module",
37667
37667
  "path": "components/schedule-builder/schedule-builder.js",
@@ -52681,7 +52681,7 @@
52681
52681
  "package": {
52682
52682
  "name": "@kubex/zinc",
52683
52683
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
52684
- "version": "1.1.127",
52684
+ "version": "1.1.128",
52685
52685
  "author": "",
52686
52686
  "license": "MIT"
52687
52687
  }