@kubex/zinc 1.1.115 → 1.1.116

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",
@@ -16633,6 +16633,10 @@
16633
16633
  {
16634
16634
  "description": "The component's base wrapper.",
16635
16635
  "name": "base"
16636
+ },
16637
+ {
16638
+ "description": "The container that wraps the actions slot.",
16639
+ "name": "header-right"
16636
16640
  }
16637
16641
  ],
16638
16642
  "slots": [
@@ -16861,7 +16865,7 @@
16861
16865
  "tagNameWithoutPrefix": "header",
16862
16866
  "tagName": "zn-header",
16863
16867
  "customElement": true,
16864
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/header\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 */",
16868
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/header\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 * @csspart header-right - The container that wraps the actions slot.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
16865
16869
  "documentation": "https://zinc.style/components/header",
16866
16870
  "status": "experimental",
16867
16871
  "since": "1.0",
@@ -37950,6 +37954,10 @@
37950
37954
  "description": "The container that wraps the prefix slot.",
37951
37955
  "name": "prefix"
37952
37956
  },
37957
+ {
37958
+ "description": "The container that wraps the suffix slot.",
37959
+ "name": "suffix"
37960
+ },
37953
37961
  {
37954
37962
  "description": "The element that displays the selected option's label, an `<input>` element.",
37955
37963
  "name": "display-input"
@@ -38012,6 +38020,10 @@
38012
38020
  "description": "Used to prepend a presentational icon or similar element to the combobox.",
38013
38021
  "name": "prefix"
38014
38022
  },
38023
+ {
38024
+ "description": "Used to append a presentational element — a chip marking the selected option's state, for instance — to the combobox, between the value and the clear and expand icons.",
38025
+ "name": "suffix"
38026
+ },
38015
38027
  {
38016
38028
  "description": "An icon to use in lieu of the default clear icon.",
38017
38029
  "name": "clear-icon"
@@ -39462,7 +39474,7 @@
39462
39474
  "tagNameWithoutPrefix": "select",
39463
39475
  "tagName": "zn-select",
39464
39476
  "customElement": true,
39465
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/select\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-opt-group\n * @dependency zn-option\n * @dependency zn-popup\n * @dependency zn-tag\n *\n * @slot - The listbox options. Must be `<zn-option>` elements. You can use `<zn-opt-group>` to group options under a labeled header, or `<zn-divider>` to group items visually.\n * @slot label - The input's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-change - Emitted when the control's value changes.\n * @event zn-clear - Emitted when the control's value is cleared.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-show - Emitted when the select's menu opens.\n * @event zn-after-show - Emitted after the select's menu opens and all animations are complete.\n * @event zn-hide - Emitted when the select's menu closes.\n * @event zn-after-hide - Emitted after the select's menu closes and all animations are complete.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n * @event zn-load - Emitted when options have been successfully loaded from the `src` URL.\n * @event zn-error - Emitted when loading options from the `src` URL fails.\n *\n * @csspart search-loading - The container shown while a remote search request is in flight.\n * @csspart max-results-indicator - The message shown when results are truncated by `max-results`.\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The select's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart combobox - The container the wraps the prefix, combobox, clear icon, and expand button.\n * @csspart prefix - The container that wraps the prefix slot.\n * @csspart display-input - The element that displays the selected option's label, an `<input>` element.\n * @csspart listbox - The listbox container where options are slotted.\n * @csspart tags - The container that houses option tags when `multiselect` is used.\n * @csspart tag - The individual tags that represent each multiselect option.\n * @csspart tag__base - The tag's base part.\n * @csspart tag__content - The tag's content part.\n * @csspart tag__remove-button - The tag's remove button.\n * @csspart tag__remove-button__base - The tag's remove button base part.\n * @csspart clear-button - The clear button.\n * @csspart expand-icon - The container that wraps the expand icon.\n */",
39477
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/select\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-icon\n * @dependency zn-opt-group\n * @dependency zn-option\n * @dependency zn-popup\n * @dependency zn-tag\n *\n * @slot - The listbox options. Must be `<zn-option>` elements. You can use `<zn-opt-group>` to group options under a labeled header, or `<zn-divider>` to group items visually.\n * @slot label - The input's label. Alternatively, you can use the `label` attribute.\n * @slot label-tooltip - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n * @slot context-note - Used to add contextual text that is displayed above the select, on the right. Alternatively, you can use the `context-note` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.\n * @slot suffix - Used to append a presentational element — a chip marking the selected option's state, for\n * instance — to the combobox, between the value and the clear and expand icons.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event zn-change - Emitted when the control's value changes.\n * @event zn-clear - Emitted when the control's value is cleared.\n * @event zn-input - Emitted when the control receives input.\n * @event zn-focus - Emitted when the control gains focus.\n * @event zn-blur - Emitted when the control loses focus.\n * @event zn-show - Emitted when the select's menu opens.\n * @event zn-after-show - Emitted after the select's menu opens and all animations are complete.\n * @event zn-hide - Emitted when the select's menu closes.\n * @event zn-after-hide - Emitted after the select's menu closes and all animations are complete.\n * @event zn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n * @event zn-load - Emitted when options have been successfully loaded from the `src` URL.\n * @event zn-error - Emitted when loading options from the `src` URL fails.\n *\n * @csspart search-loading - The container shown while a remote search request is in flight.\n * @csspart max-results-indicator - The message shown when results are truncated by `max-results`.\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The select's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart combobox - The container the wraps the prefix, combobox, clear icon, and expand button.\n * @csspart prefix - The container that wraps the prefix slot.\n * @csspart suffix - The container that wraps the suffix slot.\n * @csspart display-input - The element that displays the selected option's label, an `<input>` element.\n * @csspart listbox - The listbox container where options are slotted.\n * @csspart tags - The container that houses option tags when `multiselect` is used.\n * @csspart tag - The individual tags that represent each multiselect option.\n * @csspart tag__base - The tag's base part.\n * @csspart tag__content - The tag's content part.\n * @csspart tag__remove-button - The tag's remove button.\n * @csspart tag__remove-button__base - The tag's remove button base part.\n * @csspart clear-button - The clear button.\n * @csspart expand-icon - The container that wraps the expand icon.\n */",
39466
39478
  "documentation": "https://zinc.style/components/select",
39467
39479
  "status": "experimental",
39468
39480
  "since": "1.0",
@@ -49492,11 +49504,23 @@
49492
49504
  "name": "ZnPanel",
49493
49505
  "module": "src/components/panel/panel.component.ts"
49494
49506
  }
49507
+ },
49508
+ {
49509
+ "description": "The row of buttons at the bottom of the body.",
49510
+ "name": "actions"
49511
+ },
49512
+ {
49513
+ "description": "The label and select that choose the language every child is editing.",
49514
+ "name": "language-field"
49515
+ },
49516
+ {
49517
+ "description": "The select itself.",
49518
+ "name": "language-select"
49495
49519
  }
49496
49520
  ],
49497
49521
  "slots": [
49498
49522
  {
49499
- "description": "Default slot for `<zn-translations>` elements.",
49523
+ "description": "The `zn-translations` fields the select drives.",
49500
49524
  "name": "",
49501
49525
  "inheritedFrom": {
49502
49526
  "name": "ZnPanel",
@@ -49504,7 +49528,7 @@
49504
49528
  }
49505
49529
  },
49506
49530
  {
49507
- "description": "Actions displayed in the panel header alongside language buttons.",
49531
+ "description": "Buttons for the bottom of the panel, on the white body rather than the grey footer. They sit on the right, as zinc's form action rows do; `align=\"start\"` moves one to the left. Write them in the order they should be read — the sides are set by CSS ordering, so markup order is what a keyboard follows.",
49508
49532
  "name": "actions",
49509
49533
  "inheritedFrom": {
49510
49534
  "name": "ZnPanel",
@@ -49512,7 +49536,7 @@
49512
49536
  }
49513
49537
  },
49514
49538
  {
49515
- "description": "Content displayed in the panel footer.",
49539
+ "description": "Content displayed in the grey panel footer. The header belongs to the language select; nothing else is slotted into it.",
49516
49540
  "name": "footer",
49517
49541
  "inheritedFrom": {
49518
49542
  "name": "ZnPanel",
@@ -49528,7 +49552,7 @@
49528
49552
  "text": "object"
49529
49553
  },
49530
49554
  "static": true,
49531
- "default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-header': ZnHeader, 'zn-menu': ZnMenu }"
49555
+ "default": "{ 'zn-chip': ZnChip, 'zn-header': ZnHeader, 'zn-option': ZnOption, 'zn-select': ZnSelect }"
49532
49556
  },
49533
49557
  {
49534
49558
  "kind": "field",
@@ -49544,95 +49568,119 @@
49544
49568
  "text": "string"
49545
49569
  },
49546
49570
  "default": "''",
49547
- "description": "The group label displayed in the panel header.",
49571
+ "description": "The caption shown in the panel header. An alias for the inherited `caption`, which wins where both are set.",
49548
49572
  "attribute": "label"
49549
49573
  },
49550
49574
  {
49551
49575
  "kind": "field",
49552
- "name": "languages",
49576
+ "name": "inline",
49553
49577
  "type": {
49554
- "text": "Record<string, string>"
49578
+ "text": "boolean"
49555
49579
  },
49556
- "default": "{ 'en': 'EN' }",
49557
- "description": "The available languages for the group.",
49558
- "attribute": "languages"
49580
+ "default": "false",
49581
+ "description": "Drops the panel chrome — border, background and padding — so the group reads as a section of the form around it\nrather than a panel of its own. For groups nested inside another panel, where the fields would otherwise sit\nindented behind a second border.",
49582
+ "attribute": "inline",
49583
+ "reflects": true
49559
49584
  },
49560
49585
  {
49561
49586
  "kind": "field",
49562
- "name": "_activeLanguage",
49587
+ "name": "languageLabel",
49563
49588
  "type": {
49564
49589
  "text": "string"
49565
49590
  },
49566
- "privacy": "private",
49567
- "default": "'en'"
49591
+ "default": "'Edit Languages'",
49592
+ "description": "The select's accessible name. Not shown — the caption is what names the section on screen — but read out by a\nscreen reader, which has nothing else to go on once the visible label is gone.",
49593
+ "attribute": "language-label"
49568
49594
  },
49569
49595
  {
49570
49596
  "kind": "field",
49571
- "name": "_activatedLanguages",
49572
- "type": {
49573
- "text": "string[]"
49574
- },
49575
- "privacy": "private",
49576
- "default": "['en']",
49577
- "description": "Tracks all language codes that have been activated across children."
49578
- },
49579
- {
49580
- "kind": "field",
49581
- "name": "_overflowIndex",
49597
+ "name": "languages",
49582
49598
  "type": {
49583
- "text": "number"
49599
+ "text": "Record<string, string>"
49584
49600
  },
49585
- "privacy": "private",
49586
- "default": "-1"
49601
+ "default": "{ 'en': 'EN' }",
49602
+ "description": "The languages on offer, as language code to display name — `{\"en\": \"English\", \"fr\": \"French\"}`. Writing the code\nas the name (`{\"en\": \"EN\"}`) is also accepted. `en` is the language every other one falls back to. Set on every\nchild, so they do not need their own copy.",
49603
+ "attribute": "languages"
49587
49604
  },
49588
49605
  {
49589
49606
  "kind": "field",
49590
- "name": "_lastObservedWidth",
49607
+ "name": "_activeLanguage",
49591
49608
  "type": {
49592
- "text": "number"
49609
+ "text": "string"
49593
49610
  },
49594
49611
  "privacy": "private",
49595
- "default": "0"
49612
+ "default": "'en'",
49613
+ "description": "The language every child is currently editing."
49596
49614
  },
49597
49615
  {
49598
49616
  "kind": "field",
49599
- "name": "_measureRafId",
49617
+ "name": "_form",
49600
49618
  "type": {
49601
- "text": "number"
49619
+ "text": "HTMLFormElement | null"
49602
49620
  },
49603
49621
  "privacy": "private",
49604
- "default": "0"
49622
+ "default": "null"
49605
49623
  },
49606
49624
  {
49607
49625
  "kind": "method",
49608
- "name": "_scheduleLangOverflow",
49609
- "privacy": "private"
49626
+ "name": "getAllTranslations",
49627
+ "privacy": "private",
49628
+ "return": {
49629
+ "type": {
49630
+ "text": "ZnTranslations[]"
49631
+ }
49632
+ },
49633
+ "description": "The children the select drives. Read live rather than cached, so markup added later is picked up."
49610
49634
  },
49611
49635
  {
49612
49636
  "kind": "method",
49613
- "name": "_computeLangOverflow",
49614
- "privacy": "private"
49637
+ "name": "syncChildren",
49638
+ "privacy": "private",
49639
+ "description": "Sync grouped state, languages, and active language to all children."
49615
49640
  },
49616
49641
  {
49617
49642
  "kind": "method",
49618
- "name": "getAllTranslations",
49643
+ "name": "languageState",
49619
49644
  "privacy": "private",
49620
49645
  "return": {
49621
49646
  "type": {
49622
- "text": "ZnTranslations[]"
49647
+ "text": "{ type: 'success' | 'warning' | 'error'; label: string }"
49623
49648
  }
49624
- }
49649
+ },
49650
+ "parameters": [
49651
+ {
49652
+ "name": "language",
49653
+ "type": {
49654
+ "text": "string"
49655
+ }
49656
+ }
49657
+ ],
49658
+ "description": "A language is translated once every child carries a value for it, partial while only some do. The chips and the\ncount are read off the children, so a child's edit has to bring the group back round."
49625
49659
  },
49626
49660
  {
49627
49661
  "kind": "method",
49628
- "name": "syncChildren",
49662
+ "name": "displayName",
49629
49663
  "privacy": "private",
49630
- "description": "Sync grouped state, languages, and active language to all children."
49664
+ "return": {
49665
+ "type": {
49666
+ "text": "string"
49667
+ }
49668
+ },
49669
+ "parameters": [
49670
+ {
49671
+ "name": "language",
49672
+ "type": {
49673
+ "text": "string"
49674
+ }
49675
+ }
49676
+ ],
49677
+ "description": "`English (EN)`, or the code alone where the configured name already is the code."
49631
49678
  },
49632
49679
  {
49633
49680
  "kind": "method",
49634
49681
  "name": "syncChildLanguages",
49635
- "privacy": "private"
49682
+ "privacy": "private",
49683
+ "description": "Children take their language list from the group, so a change to `languages` has to reach them."
49636
49684
  },
49637
49685
  {
49638
49686
  "kind": "field",
@@ -49650,18 +49698,32 @@
49650
49698
  "text": "string"
49651
49699
  }
49652
49700
  }
49653
- ]
49701
+ ],
49702
+ "description": "Moves every child onto `lang` and announces it. Does not touch their values."
49654
49703
  },
49655
49704
  {
49656
49705
  "kind": "field",
49657
- "name": "handleLanguageAdd",
49658
- "privacy": "private"
49706
+ "name": "handleLanguageSelect",
49707
+ "privacy": "private",
49708
+ "description": "The select's own change and input events describe the language being browsed, not a translation being edited, so\nthey are stopped rather than allowed to reach a consumer listening for a child's value change."
49659
49709
  },
49660
49710
  {
49661
49711
  "kind": "field",
49662
- "name": "handleOverflowSelect",
49712
+ "name": "handleLanguageInput",
49663
49713
  "privacy": "private"
49664
49714
  },
49715
+ {
49716
+ "kind": "field",
49717
+ "name": "handleChildChange",
49718
+ "privacy": "private",
49719
+ "description": "A child's edit changes which chips the select shows, and the translated count above it."
49720
+ },
49721
+ {
49722
+ "kind": "field",
49723
+ "name": "handleFormReset",
49724
+ "privacy": "private",
49725
+ "description": "The children restore their own values on the form's reset event without announcing it, and the chips and the\ncount are read off them — so re-read once every listener on that event has run."
49726
+ },
49665
49727
  {
49666
49728
  "kind": "field",
49667
49729
  "name": "hasSlotController",
@@ -49831,16 +49893,34 @@
49831
49893
  "text": "string"
49832
49894
  },
49833
49895
  "default": "''",
49834
- "description": "The group label displayed in the panel header.",
49896
+ "description": "The caption shown in the panel header. An alias for the inherited `caption`, which wins where both are set.",
49835
49897
  "fieldName": "label"
49836
49898
  },
49899
+ {
49900
+ "name": "inline",
49901
+ "type": {
49902
+ "text": "boolean"
49903
+ },
49904
+ "default": "false",
49905
+ "description": "Drops the panel chrome — border, background and padding — so the group reads as a section of the form around it\nrather than a panel of its own. For groups nested inside another panel, where the fields would otherwise sit\nindented behind a second border.",
49906
+ "fieldName": "inline"
49907
+ },
49908
+ {
49909
+ "name": "language-label",
49910
+ "type": {
49911
+ "text": "string"
49912
+ },
49913
+ "default": "'Edit Languages'",
49914
+ "description": "The select's accessible name. Not shown — the caption is what names the section on screen — but read out by a\nscreen reader, which has nothing else to go on once the visible label is gone.",
49915
+ "fieldName": "languageLabel"
49916
+ },
49837
49917
  {
49838
49918
  "name": "languages",
49839
49919
  "type": {
49840
49920
  "text": "Record<string, string>"
49841
49921
  },
49842
49922
  "default": "{ 'en': 'EN' }",
49843
- "description": "The available languages for the group.",
49923
+ "description": "The languages on offer, as language code to display name — `{\"en\": \"English\", \"fr\": \"French\"}`. Writing the code\nas the name (`{\"en\": \"EN\"}`) is also accepted. `en` is the language every other one falls back to. Set on every\nchild, so they do not need their own copy.",
49844
49924
  "fieldName": "languages"
49845
49925
  },
49846
49926
  {
@@ -49980,16 +50060,19 @@
49980
50060
  "name": "ZnPanel",
49981
50061
  "module": "/src/components/panel/panel.component"
49982
50062
  },
49983
- "summary": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.",
50063
+ "summary": "Puts several zn-translations fields behind one language select, so a whole form's worth of copy is\ntranslated a language at a time.",
49984
50064
  "tagNameWithoutPrefix": "translation-group",
49985
50065
  "tagName": "zn-translation-group",
49986
50066
  "customElement": true,
49987
- "jsDoc": "/**\n * @summary A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n *\n * @dependency zn-button\n * @dependency zn-button-group\n * @dependency zn-dropdown\n * @dependency zn-menu\n *\n * @event zn-language-change - Emitted when the active language changes. Detail: `{ language: string }`.\n *\n * @slot - Default slot for `<zn-translations>` elements.\n * @slot actions - Actions displayed in the panel header alongside language buttons.\n *\n * @csspart base - The component's base wrapper.\n */",
50067
+ "jsDoc": "/**\n * @summary Puts several zn-translations fields behind one language select, so a whole form's worth of copy is\n * translated a language at a time.\n * @documentation https://zinc.style/components/translation-group\n * @status experimental\n * @since 1.0\n *\n * The select sits at the top right of the header, opposite the caption. Choosing a language switches every child at\n * once, and each child hides its own select while it is in a group — `grouped` is set on them here.\n *\n * Closed, the select carries how many target languages are done — `1/5`. Its options each carry a chip aggregated\n * across the children:\n *\n * - `Translated` — every child has a value for it\n * - `Partial` — only some children do\n * - `English` — none do, so all of them fall back to the English text\n *\n * `Empty` replaces the last of those for English itself, which has nothing to fall back to. English is the source\n * rather than a translation, so it is also left out of the `n of m translated` count beside the label.\n *\n * The children own their values; this component only chooses which language is shown and reports on what they hold.\n * It reads them back on every child `zn-change`, so the chips and the count follow an edit as it is typed.\n *\n * Extends `zn-panel`, so `caption`, `icon`, `flush`, `transparent` and the `footer` slot behave as they do there.\n * Nested inside another panel, add `inline` to drop the chrome and keep the fields aligned with the surrounding form.\n *\n * @dependency zn-chip\n * @dependency zn-header\n * @dependency zn-option\n * @dependency zn-select\n *\n * @event zn-language-change - Emitted when the active language changes. Detail: `{ language: string }`.\n *\n * @slot - The `zn-translations` fields the select drives.\n * @slot actions - Buttons for the bottom of the panel, on the white body rather than the grey footer. They sit on\n * the right, as zinc's form action rows do; `align=\"start\"` moves one to the left. Write them in the order they\n * should be read — the sides are set by CSS ordering, so markup order is what a keyboard follows.\n * @slot footer - Content displayed in the grey panel footer. The header belongs to the language select; nothing\n * else is slotted into it.\n *\n * @csspart base - The component's base wrapper.\n * @csspart actions - The row of buttons at the bottom of the body.\n * @csspart language-field - The label and select that choose the language every child is editing.\n * @csspart language-select - The select itself.\n */",
50068
+ "documentation": "https://zinc.style/components/translation-group",
50069
+ "status": "experimental",
50070
+ "since": "1.0",
49988
50071
  "dependencies": [
49989
- "zn-button",
49990
- "zn-button-group",
49991
- "zn-dropdown",
49992
- "zn-menu"
50072
+ "zn-chip",
50073
+ "zn-header",
50074
+ "zn-option",
50075
+ "zn-select"
49993
50076
  ],
49994
50077
  "cssProperties": [
49995
50078
  {
@@ -50022,6 +50105,38 @@
50022
50105
  "kind": "class",
50023
50106
  "description": "",
50024
50107
  "name": "ZnTranslations",
50108
+ "cssParts": [
50109
+ {
50110
+ "description": "The form control that wraps the label, the language select, the field and the help text.",
50111
+ "name": "form-control"
50112
+ },
50113
+ {
50114
+ "description": "The label's wrapper.",
50115
+ "name": "form-control-label"
50116
+ },
50117
+ {
50118
+ "description": "The wrapper around the field being edited.",
50119
+ "name": "form-control-input"
50120
+ },
50121
+ {
50122
+ "description": "The help text's wrapper.",
50123
+ "name": "form-control-help-text"
50124
+ },
50125
+ {
50126
+ "description": "The select that chooses the language being edited.",
50127
+ "name": "language-select"
50128
+ }
50129
+ ],
50130
+ "slots": [
50131
+ {
50132
+ "description": "The field's label. Alternatively, use the `label` attribute.",
50133
+ "name": "label"
50134
+ },
50135
+ {
50136
+ "description": "Text describing how to fill the field in, shown below it and shared by every language. Alternatively, use the `help-text` attribute.",
50137
+ "name": "help-text"
50138
+ }
50139
+ ],
50025
50140
  "members": [
50026
50141
  {
50027
50142
  "kind": "field",
@@ -50030,7 +50145,7 @@
50030
50145
  "text": "object"
50031
50146
  },
50032
50147
  "static": true,
50033
- "default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-inline-edit': ZnInlineEdit, 'zn-input': ZnInput, 'zn-menu': ZnMenu }"
50148
+ "default": "{ 'zn-chip': ZnChip, 'zn-inline-edit': ZnInlineEdit, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, 'zn-textarea': ZnTextarea }"
50034
50149
  },
50035
50150
  {
50036
50151
  "kind": "field",
@@ -50047,7 +50162,7 @@
50047
50162
  "name": "hasSlotController",
50048
50163
  "privacy": "private",
50049
50164
  "readonly": true,
50050
- "default": "new HasSlotController(this, 'label', 'expand', 'help-text')"
50165
+ "default": "new HasSlotController(this, 'label', 'help-text')"
50051
50166
  },
50052
50167
  {
50053
50168
  "kind": "field",
@@ -50056,6 +50171,7 @@
50056
50171
  "text": "string"
50057
50172
  },
50058
50173
  "default": "''",
50174
+ "description": "The name submitted with the form.",
50059
50175
  "attribute": "name"
50060
50176
  },
50061
50177
  {
@@ -50065,6 +50181,7 @@
50065
50181
  "text": "string"
50066
50182
  },
50067
50183
  "default": "'{\"en\":\"\"}'",
50184
+ "description": "The translations as a JSON object keyed by language code. The mirror of `values` in attribute form.",
50068
50185
  "attribute": "value"
50069
50186
  },
50070
50187
  {
@@ -50074,6 +50191,7 @@
50074
50191
  "text": "string"
50075
50192
  },
50076
50193
  "default": "''",
50194
+ "description": "The label shown above the field. If you need HTML, use the `label` slot instead.",
50077
50195
  "attribute": "label"
50078
50196
  },
50079
50197
  {
@@ -50093,6 +50211,7 @@
50093
50211
  "text": "boolean"
50094
50212
  },
50095
50213
  "default": "false",
50214
+ "description": "Disables editing in every language.",
50096
50215
  "attribute": "disabled",
50097
50216
  "reflects": true
50098
50217
  },
@@ -50103,6 +50222,7 @@
50103
50222
  "text": "boolean"
50104
50223
  },
50105
50224
  "default": "false",
50225
+ "description": "Marks the label required. Validity is not enforced per language.",
50106
50226
  "attribute": "required",
50107
50227
  "reflects": true
50108
50228
  },
@@ -50113,6 +50233,7 @@
50113
50233
  "text": "boolean"
50114
50234
  },
50115
50235
  "default": "false",
50236
+ "description": "Removes the component's own padding.",
50116
50237
  "attribute": "flush",
50117
50238
  "reflects": true
50118
50239
  },
@@ -50120,9 +50241,10 @@
50120
50241
  "kind": "field",
50121
50242
  "name": "inputType",
50122
50243
  "type": {
50123
- "text": "'select' | 'text' | 'number' | 'textarea'"
50244
+ "text": "'text' | 'number' | 'textarea'"
50124
50245
  },
50125
50246
  "default": "'text'",
50247
+ "description": "The control each translation is edited through.",
50126
50248
  "attribute": "input-type"
50127
50249
  },
50128
50250
  {
@@ -50131,8 +50253,20 @@
50131
50253
  "type": {
50132
50254
  "text": "number | undefined"
50133
50255
  },
50256
+ "description": "Rows of the textarea, when `input-type` is `textarea`.",
50134
50257
  "attribute": "textarea-rows"
50135
50258
  },
50259
+ {
50260
+ "kind": "field",
50261
+ "name": "inlineEdit",
50262
+ "type": {
50263
+ "text": "boolean"
50264
+ },
50265
+ "default": "false",
50266
+ "description": "Edits the translation through a `zn-inline-edit` — the value reads as text until it is clicked — rather than a\nplain input or textarea.",
50267
+ "attribute": "inline-edit",
50268
+ "reflects": true
50269
+ },
50136
50270
  {
50137
50271
  "kind": "field",
50138
50272
  "name": "slashItems",
@@ -50208,7 +50342,7 @@
50208
50342
  "text": "boolean"
50209
50343
  },
50210
50344
  "default": "false",
50211
- "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
50345
+ "description": "Hides this component's own language select and defers the choice to a parent zn-translation-group. The group sets\nthis on its children itself.",
50212
50346
  "attribute": "grouped",
50213
50347
  "reflects": true
50214
50348
  },
@@ -50219,6 +50353,7 @@
50219
50353
  "text": "Record<string, string>"
50220
50354
  },
50221
50355
  "default": "{ 'en': 'EN' }",
50356
+ "description": "The languages on offer, as language code to display name — `{\"en\": \"English\", \"fr\": \"French\"}`. Writing the code\nas the name (`{\"en\": \"EN\"}`) is also accepted. `en` is the language every other one falls back to.",
50222
50357
  "attribute": "languages"
50223
50358
  },
50224
50359
  {
@@ -50228,43 +50363,26 @@
50228
50363
  "text": "Record<string, string>"
50229
50364
  },
50230
50365
  "default": "{}",
50366
+ "description": "The translations as an object keyed by language code. The mirror of `value` in property form.",
50231
50367
  "attribute": "values"
50232
50368
  },
50233
50369
  {
50234
50370
  "kind": "field",
50235
- "name": "_activeLanguage",
50371
+ "name": "defaultValue",
50236
50372
  "type": {
50237
50373
  "text": "string"
50238
50374
  },
50239
- "privacy": "private",
50240
- "default": "'en'"
50241
- },
50242
- {
50243
- "kind": "field",
50244
- "name": "_overflowIndex",
50245
- "type": {
50246
- "text": "number"
50247
- },
50248
- "privacy": "private",
50249
- "default": "-1"
50250
- },
50251
- {
50252
- "kind": "field",
50253
- "name": "_lastObservedWidth",
50254
- "type": {
50255
- "text": "number"
50256
- },
50257
- "privacy": "private",
50258
- "default": "0"
50375
+ "default": "'{\"en\":\"\"}'",
50376
+ "description": "The serialized translations a form reset restores. Taken from the `value` attribute where there is one."
50259
50377
  },
50260
50378
  {
50261
50379
  "kind": "field",
50262
- "name": "_measureRafId",
50380
+ "name": "_activeLanguage",
50263
50381
  "type": {
50264
- "text": "number"
50382
+ "text": "string"
50265
50383
  },
50266
50384
  "privacy": "private",
50267
- "default": "0"
50385
+ "default": "'en'"
50268
50386
  },
50269
50387
  {
50270
50388
  "kind": "field",
@@ -50307,7 +50425,7 @@
50307
50425
  }
50308
50426
  }
50309
50427
  ],
50310
- "description": "Sets the active language externally. Used by zn-translation-group."
50428
+ "description": "Sets the active language externally. Used by zn-translation-group. Browsing to a language does not create a key\nfor it — an untouched language stays absent from `values` so it is not submitted as an empty translation."
50311
50429
  },
50312
50430
  {
50313
50431
  "kind": "method",
@@ -50347,39 +50465,88 @@
50347
50465
  },
50348
50466
  {
50349
50467
  "kind": "method",
50350
- "name": "pendingValues",
50468
+ "name": "hasTranslation",
50469
+ "privacy": "public",
50470
+ "return": {
50471
+ "type": {
50472
+ "text": "boolean"
50473
+ }
50474
+ },
50475
+ "parameters": [
50476
+ {
50477
+ "name": "language",
50478
+ "type": {
50479
+ "text": "string"
50480
+ }
50481
+ }
50482
+ ],
50483
+ "description": "Whether the language carries a translation of its own, rather than falling back to English."
50484
+ },
50485
+ {
50486
+ "kind": "method",
50487
+ "name": "languageState",
50351
50488
  "privacy": "private",
50352
50489
  "return": {
50353
50490
  "type": {
50354
- "text": "Record<string, string>"
50491
+ "text": "{ type: 'success' | 'error'; label: string }"
50355
50492
  }
50356
50493
  },
50357
- "description": "`values`, falling back to the `value` attribute it is built from while that is still pending. A parent\nzn-translation-group syncs its children from its own first update, which runs before theirs, so reading\n`values` alone would see it empty and overwrite the value the server rendered."
50494
+ "parameters": [
50495
+ {
50496
+ "name": "language",
50497
+ "type": {
50498
+ "text": "string"
50499
+ }
50500
+ }
50501
+ ],
50502
+ "description": "The chip shown against a language, in the select's value and against each of its options."
50358
50503
  },
50359
50504
  {
50360
50505
  "kind": "method",
50361
- "name": "_scheduleLangOverflow",
50362
- "privacy": "private"
50506
+ "name": "languageLabel",
50507
+ "privacy": "private",
50508
+ "return": {
50509
+ "type": {
50510
+ "text": "string"
50511
+ }
50512
+ },
50513
+ "parameters": [
50514
+ {
50515
+ "name": "language",
50516
+ "type": {
50517
+ "text": "string"
50518
+ }
50519
+ }
50520
+ ],
50521
+ "description": "`English (EN)` — the configured name plus its code, unless the name already is the code, in which case the code\nalone. `languages` is written both ways: `{\"en\": \"English\"}` and `{\"en\": \"EN\"}`."
50363
50522
  },
50364
50523
  {
50365
50524
  "kind": "method",
50366
- "name": "_computeLangOverflow",
50367
- "privacy": "private"
50525
+ "name": "pendingValues",
50526
+ "privacy": "private",
50527
+ "return": {
50528
+ "type": {
50529
+ "text": "Record<string, string>"
50530
+ }
50531
+ },
50532
+ "description": "`values`, falling back to the `value` attribute it is built from while that is still pending. A parent\nzn-translation-group syncs its children from its own first update, which runs before theirs, so reading\n`values` alone would see it empty and overwrite the value the server rendered."
50368
50533
  },
50369
50534
  {
50370
50535
  "kind": "field",
50371
- "name": "handleLanguageAdd",
50372
- "privacy": "private"
50536
+ "name": "handleLanguageSelect",
50537
+ "privacy": "private",
50538
+ "description": "The select's own change and input events are stopped here: they describe the language being browsed, not the\ntranslation being edited, and a consumer listening on zn-translations reads either as a value change."
50373
50539
  },
50374
50540
  {
50375
50541
  "kind": "field",
50376
- "name": "handleOverflowSelect",
50542
+ "name": "handleLanguageInput",
50377
50543
  "privacy": "private"
50378
50544
  },
50379
50545
  {
50380
50546
  "kind": "field",
50381
50547
  "name": "switchLanguage",
50382
- "privacy": "private"
50548
+ "privacy": "private",
50549
+ "description": "The language shown in the field, without touching `values`."
50383
50550
  },
50384
50551
  {
50385
50552
  "kind": "field",
@@ -50401,6 +50568,32 @@
50401
50568
  "name": "handleSubmit",
50402
50569
  "privacy": "private"
50403
50570
  },
50571
+ {
50572
+ "kind": "method",
50573
+ "name": "renderField",
50574
+ "privacy": "private",
50575
+ "parameters": [
50576
+ {
50577
+ "name": "value",
50578
+ "type": {
50579
+ "text": "string"
50580
+ }
50581
+ },
50582
+ {
50583
+ "name": "placeholder",
50584
+ "type": {
50585
+ "text": "string"
50586
+ }
50587
+ },
50588
+ {
50589
+ "name": "isRTL",
50590
+ "type": {
50591
+ "text": "boolean"
50592
+ }
50593
+ }
50594
+ ],
50595
+ "description": "The control the active language's translation is edited through."
50596
+ },
50404
50597
  {
50405
50598
  "kind": "method",
50406
50599
  "name": "isRTLLanguage",
@@ -50417,7 +50610,18 @@
50417
50610
  "text": "string"
50418
50611
  }
50419
50612
  }
50420
- ]
50613
+ ],
50614
+ "description": "Arabic and Hebrew read right to left, so the field's `dir` follows the language being edited."
50615
+ }
50616
+ ],
50617
+ "events": [
50618
+ {
50619
+ "description": "Emitted when a translation's value changes.",
50620
+ "name": "zn-change"
50621
+ },
50622
+ {
50623
+ "description": "Emitted when a translation receives input.",
50624
+ "name": "zn-input"
50421
50625
  }
50422
50626
  ],
50423
50627
  "attributes": [
@@ -50427,6 +50631,7 @@
50427
50631
  "text": "string"
50428
50632
  },
50429
50633
  "default": "''",
50634
+ "description": "The name submitted with the form.",
50430
50635
  "fieldName": "name"
50431
50636
  },
50432
50637
  {
@@ -50435,6 +50640,7 @@
50435
50640
  "text": "string"
50436
50641
  },
50437
50642
  "default": "'{\"en\":\"\"}'",
50643
+ "description": "The translations as a JSON object keyed by language code. The mirror of `values` in attribute form.",
50438
50644
  "fieldName": "value"
50439
50645
  },
50440
50646
  {
@@ -50443,6 +50649,7 @@
50443
50649
  "text": "string"
50444
50650
  },
50445
50651
  "default": "''",
50652
+ "description": "The label shown above the field. If you need HTML, use the `label` slot instead.",
50446
50653
  "fieldName": "label"
50447
50654
  },
50448
50655
  {
@@ -50460,6 +50667,7 @@
50460
50667
  "text": "boolean"
50461
50668
  },
50462
50669
  "default": "false",
50670
+ "description": "Disables editing in every language.",
50463
50671
  "fieldName": "disabled"
50464
50672
  },
50465
50673
  {
@@ -50468,6 +50676,7 @@
50468
50676
  "text": "boolean"
50469
50677
  },
50470
50678
  "default": "false",
50679
+ "description": "Marks the label required. Validity is not enforced per language.",
50471
50680
  "fieldName": "required"
50472
50681
  },
50473
50682
  {
@@ -50476,14 +50685,16 @@
50476
50685
  "text": "boolean"
50477
50686
  },
50478
50687
  "default": "false",
50688
+ "description": "Removes the component's own padding.",
50479
50689
  "fieldName": "flush"
50480
50690
  },
50481
50691
  {
50482
50692
  "name": "input-type",
50483
50693
  "type": {
50484
- "text": "'select' | 'text' | 'number' | 'textarea'"
50694
+ "text": "'text' | 'number' | 'textarea'"
50485
50695
  },
50486
50696
  "default": "'text'",
50697
+ "description": "The control each translation is edited through.",
50487
50698
  "fieldName": "inputType"
50488
50699
  },
50489
50700
  {
@@ -50491,8 +50702,18 @@
50491
50702
  "type": {
50492
50703
  "text": "number | undefined"
50493
50704
  },
50705
+ "description": "Rows of the textarea, when `input-type` is `textarea`.",
50494
50706
  "fieldName": "textareaRows"
50495
50707
  },
50708
+ {
50709
+ "name": "inline-edit",
50710
+ "type": {
50711
+ "text": "boolean"
50712
+ },
50713
+ "default": "false",
50714
+ "description": "Edits the translation through a `zn-inline-edit` — the value reads as text until it is clicked — rather than a\nplain input or textarea.",
50715
+ "fieldName": "inlineEdit"
50716
+ },
50496
50717
  {
50497
50718
  "name": "slash-items",
50498
50719
  "type": {
@@ -50553,7 +50774,7 @@
50553
50774
  "text": "boolean"
50554
50775
  },
50555
50776
  "default": "false",
50556
- "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
50777
+ "description": "Hides this component's own language select and defers the choice to a parent zn-translation-group. The group sets\nthis on its children itself.",
50557
50778
  "fieldName": "grouped"
50558
50779
  },
50559
50780
  {
@@ -50562,6 +50783,7 @@
50562
50783
  "text": "Record<string, string>"
50563
50784
  },
50564
50785
  "default": "{ 'en': 'EN' }",
50786
+ "description": "The languages on offer, as language code to display name — `{\"en\": \"English\", \"fr\": \"French\"}`. Writing the code\nas the name (`{\"en\": \"EN\"}`) is also accepted. `en` is the language every other one falls back to.",
50565
50787
  "fieldName": "languages"
50566
50788
  },
50567
50789
  {
@@ -50570,6 +50792,7 @@
50570
50792
  "text": "Record<string, string>"
50571
50793
  },
50572
50794
  "default": "{}",
50795
+ "description": "The translations as an object keyed by language code. The mirror of `value` in property form.",
50573
50796
  "fieldName": "values"
50574
50797
  }
50575
50798
  ],
@@ -50577,9 +50800,22 @@
50577
50800
  "name": "ZincElement",
50578
50801
  "module": "/src/internal/zinc-element"
50579
50802
  },
50803
+ "summary": "Collects one piece of text in several languages, one language at a time.",
50580
50804
  "tagNameWithoutPrefix": "translations",
50581
50805
  "tagName": "zn-translations",
50582
- "customElement": true
50806
+ "customElement": true,
50807
+ "jsDoc": "/**\n * @summary Collects one piece of text in several languages, one language at a time.\n * @documentation https://zinc.style/components/translations\n * @status experimental\n * @since 1.0\n *\n * A select above the field chooses the language being edited. Closed, it carries how many languages are translated —\n * `1/5`; open, every language it offers carries a chip saying whether it has a translation of its own or falls back\n * to English. Blank languages fall back to English at render\n * time, so a blank field shows the English text as its placeholder rather than looking empty.\n *\n * The value submitted is a JSON object keyed by language code. A language stays out of it until it is typed into, so\n * browsing the languages does not pad the payload with empty translations.\n *\n * Put several of these in a `zn-translation-group` to have one select drive all of them.\n *\n * @dependency zn-chip\n * @dependency zn-inline-edit\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-select\n * @dependency zn-textarea\n *\n * @slot label - The field's label. Alternatively, use the `label` attribute.\n * @slot help-text - Text describing how to fill the field in, shown below it and shared by every language.\n * Alternatively, use the `help-text` attribute.\n *\n * @event zn-change - Emitted when a translation's value changes.\n * @event zn-input - Emitted when a translation receives input.\n *\n * @csspart form-control - The form control that wraps the label, the language select, the field and the help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The wrapper around the field being edited.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart language-select - The select that chooses the language being edited.\n */",
50808
+ "documentation": "https://zinc.style/components/translations",
50809
+ "status": "experimental",
50810
+ "since": "1.0",
50811
+ "dependencies": [
50812
+ "zn-chip",
50813
+ "zn-inline-edit",
50814
+ "zn-input",
50815
+ "zn-option",
50816
+ "zn-select",
50817
+ "zn-textarea"
50818
+ ]
50583
50819
  }
50584
50820
  ],
50585
50821
  "exports": [
@@ -50889,7 +51125,7 @@
50889
51125
  "package": {
50890
51126
  "name": "@kubex/zinc",
50891
51127
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
50892
- "version": "1.1.115",
51128
+ "version": "1.1.116",
50893
51129
  "author": "",
50894
51130
  "license": "MIT"
50895
51131
  }