@kubex/zinc 1.1.90 → 1.1.92

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.
@@ -1964,6 +1964,11 @@
1964
1964
  "description": "The heading shown above the slash menu's items.",
1965
1965
  "values": []
1966
1966
  },
1967
+ {
1968
+ "name": "slash-hide-keys",
1969
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
1970
+ "values": []
1971
+ },
1967
1972
  {
1968
1973
  "name": "options",
1969
1974
  "values": [{ "name": "{ [key: string]: string }" }]
@@ -2264,6 +2269,11 @@
2264
2269
  "description": "The heading shown above the slash menu's items.",
2265
2270
  "values": []
2266
2271
  },
2272
+ {
2273
+ "name": "slash-hide-keys",
2274
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
2275
+ "values": []
2276
+ },
2267
2277
  {
2268
2278
  "name": "trigger-submit",
2269
2279
  "description": "When enabled, pressing enter will always submit the surrounding form, even when the form uses\nenter-navigation to move between fields.",
@@ -3823,6 +3833,11 @@
3823
3833
  "description": "The most items to render at once. Remaining matches are reported in the footer.",
3824
3834
  "values": []
3825
3835
  },
3836
+ {
3837
+ "name": "hide-keys",
3838
+ "description": "Hides the insertion key (the item's value) normally shown against each item.",
3839
+ "values": []
3840
+ },
3826
3841
  {
3827
3842
  "name": "placement",
3828
3843
  "description": "The preferred placement of the panel.",
@@ -4338,6 +4353,11 @@
4338
4353
  "description": "The heading shown above the slash menu's items.",
4339
4354
  "values": []
4340
4355
  },
4356
+ {
4357
+ "name": "slash-hide-keys",
4358
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
4359
+ "values": []
4360
+ },
4341
4361
  { "name": "transparent", "values": [] }
4342
4362
  ],
4343
4363
  "references": [
@@ -4568,6 +4588,43 @@
4568
4588
  }
4569
4589
  ]
4570
4590
  },
4591
+ {
4592
+ "name": "zn-tooltip",
4593
+ "description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
4594
+ "attributes": [
4595
+ { "name": "content", "values": [] },
4596
+ {
4597
+ "name": "placement",
4598
+ "values": [
4599
+ { "name": "" },
4600
+ { "name": "top" },
4601
+ { "name": "top-start" },
4602
+ { "name": "top-end" },
4603
+ { "name": "right" },
4604
+ { "name": "right-start" },
4605
+ { "name": "right-end" },
4606
+ { "name": "bottom" },
4607
+ { "name": "bottom-start" },
4608
+ { "name": "bottom-end" },
4609
+ { "name": "left" },
4610
+ { "name": "left-start" },
4611
+ { "name": "left-end" }
4612
+ ]
4613
+ },
4614
+ { "name": "disabled", "values": [] },
4615
+ { "name": "distance", "values": [] },
4616
+ { "name": "open", "values": [] },
4617
+ { "name": "skidding", "values": [] },
4618
+ { "name": "trigger", "values": [] },
4619
+ { "name": "hoist", "values": [] }
4620
+ ],
4621
+ "references": [
4622
+ {
4623
+ "name": "Documentation",
4624
+ "url": "https://zinc.style/components/tooltip"
4625
+ }
4626
+ ]
4627
+ },
4571
4628
  {
4572
4629
  "name": "zn-translation-group",
4573
4630
  "description": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n---\n\n\n### **Events:**\n - **zn-language-change** - Emitted when the active language changes. Detail: `{ language: string }`.\n\n### **Slots:**\n - _default_ - Default slot for `<zn-translations>` elements.\n- **actions** - Actions displayed in the panel header alongside language buttons.\n- **footer** - Content displayed in the panel footer.\n\n### **CSS Properties:**\n - **--zn-panel-basis** - The flex-basis of the panel. Can be set using the basis-px attribute. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -4647,6 +4704,11 @@
4647
4704
  "description": "The heading shown above the slash menu's items.",
4648
4705
  "values": []
4649
4706
  },
4707
+ {
4708
+ "name": "slash-hide-keys",
4709
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
4710
+ "values": []
4711
+ },
4650
4712
  {
4651
4713
  "name": "grouped",
4652
4714
  "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
@@ -4668,43 +4730,6 @@
4668
4730
  }
4669
4731
  ]
4670
4732
  },
4671
- {
4672
- "name": "zn-tooltip",
4673
- "description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
4674
- "attributes": [
4675
- { "name": "content", "values": [] },
4676
- {
4677
- "name": "placement",
4678
- "values": [
4679
- { "name": "" },
4680
- { "name": "top" },
4681
- { "name": "top-start" },
4682
- { "name": "top-end" },
4683
- { "name": "right" },
4684
- { "name": "right-start" },
4685
- { "name": "right-end" },
4686
- { "name": "bottom" },
4687
- { "name": "bottom-start" },
4688
- { "name": "bottom-end" },
4689
- { "name": "left" },
4690
- { "name": "left-start" },
4691
- { "name": "left-end" }
4692
- ]
4693
- },
4694
- { "name": "disabled", "values": [] },
4695
- { "name": "distance", "values": [] },
4696
- { "name": "open", "values": [] },
4697
- { "name": "skidding", "values": [] },
4698
- { "name": "trigger", "values": [] },
4699
- { "name": "hoist", "values": [] }
4700
- ],
4701
- "references": [
4702
- {
4703
- "name": "Documentation",
4704
- "url": "https://zinc.style/components/tooltip"
4705
- }
4706
- ]
4707
- },
4708
4733
  {
4709
4734
  "name": "zn-vertical-stepper",
4710
4735
  "description": "Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.\n---\n\n\n### **Slots:**\n - **icon** - Optional slot for adding an icon or indicator before the step content.\n\n### **CSS Parts:**\n - **vs** - The main container for the vertical stepper.\n- **vs__left** - The left section containing the icon and connecting line.\n- **vs__icon** - The icon container.\n- **vs__line** - The vertical connecting line between steps.\n- **vs__right** - The right section containing caption and description text.\n- **vs__caption** - The caption/title text element.\n- **vs__description** - The description text element.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.90",
4
+ "version": "1.1.92",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -4601,6 +4601,11 @@
4601
4601
  "description": "The heading shown above the slash menu's items.",
4602
4602
  "value": { "type": "string", "default": "'Insert'" }
4603
4603
  },
4604
+ {
4605
+ "name": "slash-hide-keys",
4606
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
4607
+ "value": { "type": "boolean", "default": "false" }
4608
+ },
4604
4609
  {
4605
4610
  "name": "options",
4606
4611
  "value": { "type": "{ [key: string]: string }", "default": "{}" }
@@ -4716,6 +4721,11 @@
4716
4721
  "description": "The heading shown above the slash menu's items.",
4717
4722
  "type": "string"
4718
4723
  },
4724
+ {
4725
+ "name": "slashHideKeys",
4726
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
4727
+ "type": "boolean"
4728
+ },
4719
4729
  {
4720
4730
  "name": "slashItemsProvider",
4721
4731
  "description": "Resolves additional slash menu items each time the menu opens. JavaScript only.",
@@ -5002,6 +5012,11 @@
5002
5012
  "description": "The heading shown above the slash menu's items.",
5003
5013
  "value": { "type": "string", "default": "'Insert'" }
5004
5014
  },
5015
+ {
5016
+ "name": "slash-hide-keys",
5017
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
5018
+ "value": { "type": "boolean", "default": "false" }
5019
+ },
5005
5020
  {
5006
5021
  "name": "trigger-submit",
5007
5022
  "description": "When enabled, pressing enter will always submit the surrounding form, even when the form uses\nenter-navigation to move between fields.",
@@ -5294,6 +5309,11 @@
5294
5309
  "description": "The heading shown above the slash menu's items.",
5295
5310
  "type": "string"
5296
5311
  },
5312
+ {
5313
+ "name": "slashHideKeys",
5314
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
5315
+ "type": "boolean"
5316
+ },
5297
5317
  {
5298
5318
  "name": "slashItemsProvider",
5299
5319
  "description": "Resolves additional items each time the menu opens, for lists that come from elsewhere (e.g. an\nAPI). Receives the current query and may return a promise. JavaScript only.",
@@ -8959,6 +8979,11 @@
8959
8979
  "description": "The most items to render at once. Remaining matches are reported in the footer.",
8960
8980
  "value": { "type": "number", "default": "25" }
8961
8981
  },
8982
+ {
8983
+ "name": "hide-keys",
8984
+ "description": "Hides the insertion key (the item's value) normally shown against each item.",
8985
+ "value": { "type": "boolean", "default": "false" }
8986
+ },
8962
8987
  {
8963
8988
  "name": "placement",
8964
8989
  "description": "The preferred placement of the panel.",
@@ -9009,6 +9034,11 @@
9009
9034
  "description": "The most items to render at once. Remaining matches are reported in the footer.",
9010
9035
  "type": "number"
9011
9036
  },
9037
+ {
9038
+ "name": "hideKeys",
9039
+ "description": "Hides the insertion key (the item's value) normally shown against each item.",
9040
+ "type": "boolean"
9041
+ },
9012
9042
  {
9013
9043
  "name": "anchor",
9014
9044
  "description": "The element or caret rect the panel is positioned against.",
@@ -10019,6 +10049,11 @@
10019
10049
  "description": "The heading shown above the slash menu's items.",
10020
10050
  "value": { "type": "string", "default": "'Insert'" }
10021
10051
  },
10052
+ {
10053
+ "name": "slash-hide-keys",
10054
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
10055
+ "value": { "type": "boolean", "default": "false" }
10056
+ },
10022
10057
  {
10023
10058
  "name": "transparent",
10024
10059
  "value": { "type": "boolean", "default": "false" }
@@ -10223,6 +10258,11 @@
10223
10258
  "description": "The heading shown above the slash menu's items.",
10224
10259
  "type": "string"
10225
10260
  },
10261
+ {
10262
+ "name": "slashHideKeys",
10263
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
10264
+ "type": "boolean"
10265
+ },
10226
10266
  {
10227
10267
  "name": "slashItemsProvider",
10228
10268
  "description": "Resolves additional items each time the menu opens, for lists that come from elsewhere (e.g. an\nAPI). Receives the current query and may return a promise. JavaScript only.",
@@ -10800,6 +10840,109 @@
10800
10840
  ]
10801
10841
  }
10802
10842
  },
10843
+ {
10844
+ "name": "zn-tooltip",
10845
+ "description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
10846
+ "doc-url": "",
10847
+ "attributes": [
10848
+ {
10849
+ "name": "content",
10850
+ "value": { "type": "string", "default": "''" }
10851
+ },
10852
+ {
10853
+ "name": "placement",
10854
+ "value": {
10855
+ "type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
10856
+ "default": "'top'"
10857
+ }
10858
+ },
10859
+ {
10860
+ "name": "disabled",
10861
+ "value": { "type": "boolean", "default": "false" }
10862
+ },
10863
+ {
10864
+ "name": "distance",
10865
+ "value": { "type": "number", "default": "4" }
10866
+ },
10867
+ {
10868
+ "name": "open",
10869
+ "value": { "type": "boolean", "default": "false" }
10870
+ },
10871
+ {
10872
+ "name": "skidding",
10873
+ "value": { "type": "number", "default": "0" }
10874
+ },
10875
+ {
10876
+ "name": "trigger",
10877
+ "value": { "type": "string", "default": "'hover focus'" }
10878
+ },
10879
+ {
10880
+ "name": "hoist",
10881
+ "value": { "type": "boolean", "default": "true" }
10882
+ }
10883
+ ],
10884
+ "slots": [
10885
+ { "name": "", "description": "The content of the tooltip" },
10886
+ {
10887
+ "name": "anchor",
10888
+ "description": "The anchor the tooltip is attached to."
10889
+ }
10890
+ ],
10891
+ "events": [
10892
+ {
10893
+ "name": "zn-show",
10894
+ "description": "Emitted when the tooltip is shown."
10895
+ },
10896
+ {
10897
+ "name": "zn-after-show",
10898
+ "description": "Emitted after the tooltip is shown."
10899
+ },
10900
+ {
10901
+ "name": "zn-hide",
10902
+ "description": "Emitted when the tooltip is hidden."
10903
+ },
10904
+ {
10905
+ "name": "zn-after-hide",
10906
+ "description": "Emitted after the tooltip is hidden."
10907
+ }
10908
+ ],
10909
+ "js": {
10910
+ "properties": [
10911
+ { "name": "defaultSlot", "type": "HTMLSlotElement" },
10912
+ { "name": "body", "type": "HTMLElement" },
10913
+ { "name": "popup", "type": "Popup" },
10914
+ { "name": "content", "type": "string" },
10915
+ {
10916
+ "name": "placement",
10917
+ "type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
10918
+ },
10919
+ { "name": "disabled", "type": "boolean" },
10920
+ { "name": "distance", "type": "number" },
10921
+ { "name": "open", "type": "boolean" },
10922
+ { "name": "skidding", "type": "number" },
10923
+ { "name": "trigger", "type": "string" },
10924
+ { "name": "hoist", "type": "boolean" }
10925
+ ],
10926
+ "events": [
10927
+ {
10928
+ "name": "zn-show",
10929
+ "description": "Emitted when the tooltip is shown."
10930
+ },
10931
+ {
10932
+ "name": "zn-after-show",
10933
+ "description": "Emitted after the tooltip is shown."
10934
+ },
10935
+ {
10936
+ "name": "zn-hide",
10937
+ "description": "Emitted when the tooltip is hidden."
10938
+ },
10939
+ {
10940
+ "name": "zn-after-hide",
10941
+ "description": "Emitted after the tooltip is hidden."
10942
+ }
10943
+ ]
10944
+ }
10945
+ },
10803
10946
  {
10804
10947
  "name": "zn-translation-group",
10805
10948
  "description": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n---\n\n\n### **Events:**\n - **zn-language-change** - Emitted when the active language changes. Detail: `{ language: string }`.\n\n### **Slots:**\n - _default_ - Default slot for `<zn-translations>` elements.\n- **actions** - Actions displayed in the panel header alongside language buttons.\n- **footer** - Content displayed in the panel footer.\n\n### **CSS Properties:**\n - **--zn-panel-basis** - The flex-basis of the panel. Can be set using the basis-px attribute. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -10943,6 +11086,11 @@
10943
11086
  "description": "The heading shown above the slash menu's items.",
10944
11087
  "value": { "type": "string", "default": "'Insert'" }
10945
11088
  },
11089
+ {
11090
+ "name": "slash-hide-keys",
11091
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
11092
+ "value": { "type": "boolean", "default": "false" }
11093
+ },
10946
11094
  {
10947
11095
  "name": "grouped",
10948
11096
  "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
@@ -10999,6 +11147,11 @@
10999
11147
  "description": "The heading shown above the slash menu's items.",
11000
11148
  "type": "string"
11001
11149
  },
11150
+ {
11151
+ "name": "slashHideKeys",
11152
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
11153
+ "type": "boolean"
11154
+ },
11002
11155
  {
11003
11156
  "name": "slashItemsProvider",
11004
11157
  "description": "Resolves additional slash menu items each time the menu opens. JavaScript only.",
@@ -11017,109 +11170,6 @@
11017
11170
  "events": []
11018
11171
  }
11019
11172
  },
11020
- {
11021
- "name": "zn-tooltip",
11022
- "description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
11023
- "doc-url": "",
11024
- "attributes": [
11025
- {
11026
- "name": "content",
11027
- "value": { "type": "string", "default": "''" }
11028
- },
11029
- {
11030
- "name": "placement",
11031
- "value": {
11032
- "type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
11033
- "default": "'top'"
11034
- }
11035
- },
11036
- {
11037
- "name": "disabled",
11038
- "value": { "type": "boolean", "default": "false" }
11039
- },
11040
- {
11041
- "name": "distance",
11042
- "value": { "type": "number", "default": "4" }
11043
- },
11044
- {
11045
- "name": "open",
11046
- "value": { "type": "boolean", "default": "false" }
11047
- },
11048
- {
11049
- "name": "skidding",
11050
- "value": { "type": "number", "default": "0" }
11051
- },
11052
- {
11053
- "name": "trigger",
11054
- "value": { "type": "string", "default": "'hover focus'" }
11055
- },
11056
- {
11057
- "name": "hoist",
11058
- "value": { "type": "boolean", "default": "true" }
11059
- }
11060
- ],
11061
- "slots": [
11062
- { "name": "", "description": "The content of the tooltip" },
11063
- {
11064
- "name": "anchor",
11065
- "description": "The anchor the tooltip is attached to."
11066
- }
11067
- ],
11068
- "events": [
11069
- {
11070
- "name": "zn-show",
11071
- "description": "Emitted when the tooltip is shown."
11072
- },
11073
- {
11074
- "name": "zn-after-show",
11075
- "description": "Emitted after the tooltip is shown."
11076
- },
11077
- {
11078
- "name": "zn-hide",
11079
- "description": "Emitted when the tooltip is hidden."
11080
- },
11081
- {
11082
- "name": "zn-after-hide",
11083
- "description": "Emitted after the tooltip is hidden."
11084
- }
11085
- ],
11086
- "js": {
11087
- "properties": [
11088
- { "name": "defaultSlot", "type": "HTMLSlotElement" },
11089
- { "name": "body", "type": "HTMLElement" },
11090
- { "name": "popup", "type": "Popup" },
11091
- { "name": "content", "type": "string" },
11092
- {
11093
- "name": "placement",
11094
- "type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
11095
- },
11096
- { "name": "disabled", "type": "boolean" },
11097
- { "name": "distance", "type": "number" },
11098
- { "name": "open", "type": "boolean" },
11099
- { "name": "skidding", "type": "number" },
11100
- { "name": "trigger", "type": "string" },
11101
- { "name": "hoist", "type": "boolean" }
11102
- ],
11103
- "events": [
11104
- {
11105
- "name": "zn-show",
11106
- "description": "Emitted when the tooltip is shown."
11107
- },
11108
- {
11109
- "name": "zn-after-show",
11110
- "description": "Emitted after the tooltip is shown."
11111
- },
11112
- {
11113
- "name": "zn-hide",
11114
- "description": "Emitted when the tooltip is hidden."
11115
- },
11116
- {
11117
- "name": "zn-after-hide",
11118
- "description": "Emitted after the tooltip is hidden."
11119
- }
11120
- ]
11121
- }
11122
- },
11123
11173
  {
11124
11174
  "name": "zn-vertical-stepper",
11125
11175
  "description": "Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.\n---\n\n\n### **Slots:**\n - **icon** - Optional slot for adding an icon or indicator before the step content.\n\n### **CSS Parts:**\n - **vs** - The main container for the vertical stepper.\n- **vs__left** - The left section containing the icon and connecting line.\n- **vs__icon** - The icon container.\n- **vs__line** - The vertical connecting line between steps.\n- **vs__right** - The right section containing caption and description text.\n- **vs__caption** - The caption/title text element.\n- **vs__description** - The description text element.",
package/dist/zn.d.ts CHANGED
@@ -1969,6 +1969,8 @@ declare module "components/slash-menu/slash-menu.component" {
1969
1969
  emptyText: string;
1970
1970
  /** The most items to render at once. Remaining matches are reported in the footer. */
1971
1971
  maxItems: number;
1972
+ /** Hides the insertion key (the item's value) normally shown against each item. */
1973
+ hideKeys: boolean;
1972
1974
  /** The element or caret rect the panel is positioned against. */
1973
1975
  anchor: Element | VirtualElement | null;
1974
1976
  /** The preferred placement of the panel. */
@@ -2336,6 +2338,8 @@ declare module "components/input/input.component" {
2336
2338
  slashTrigger: string;
2337
2339
  /** The heading shown above the slash menu's items. */
2338
2340
  slashHeading: string;
2341
+ /** Hides the insertion keys normally shown against the slash menu's items. */
2342
+ slashHideKeys: boolean;
2339
2343
  /**
2340
2344
  * Resolves additional items each time the menu opens, for lists that come from elsewhere (e.g. an
2341
2345
  * API). Receives the current query and may return a promise. JavaScript only.
@@ -5230,6 +5234,8 @@ declare module "components/inline-edit/inline-edit.component" {
5230
5234
  slashTrigger: string;
5231
5235
  /** The heading shown above the slash menu's items. */
5232
5236
  slashHeading: string;
5237
+ /** Hides the insertion keys normally shown against the slash menu's items. */
5238
+ slashHideKeys: boolean;
5233
5239
  /** Resolves additional slash menu items each time the menu opens. JavaScript only. */
5234
5240
  slashItemsProvider?: (query: string) => SlashMenuItem[] | Promise<SlashMenuItem[]>;
5235
5241
  options: {
@@ -6675,6 +6681,8 @@ declare module "components/textarea/textarea.component" {
6675
6681
  slashTrigger: string;
6676
6682
  /** The heading shown above the slash menu's items. */
6677
6683
  slashHeading: string;
6684
+ /** Hides the insertion keys normally shown against the slash menu's items. */
6685
+ slashHideKeys: boolean;
6678
6686
  /**
6679
6687
  * Resolves additional items each time the menu opens, for lists that come from elsewhere (e.g. an
6680
6688
  * API). Receives the current query and may return a promise. JavaScript only.
@@ -8713,6 +8721,8 @@ declare module "components/translations/translations.component" {
8713
8721
  slashTrigger: string;
8714
8722
  /** The heading shown above the slash menu's items. */
8715
8723
  slashHeading: string;
8724
+ /** Hides the insertion keys normally shown against the slash menu's items. */
8725
+ slashHideKeys: boolean;
8716
8726
  /** Resolves additional slash menu items each time the menu opens. JavaScript only. */
8717
8727
  slashItemsProvider?: (query: string) => SlashMenuItem[] | Promise<SlashMenuItem[]>;
8718
8728
  /** When true, hides the individual language navbar and defers language control to a parent zn-translation-group. */