@kubex/zinc 1.1.89 → 1.1.91

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.
@@ -13,6 +13,17 @@
13
13
  }
14
14
  ]
15
15
  },
16
+ {
17
+ "name": "zn-action-bar",
18
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
19
+ "attributes": [],
20
+ "references": [
21
+ {
22
+ "name": "Documentation",
23
+ "url": "https://zinc.style/components/action-bar"
24
+ }
25
+ ]
26
+ },
16
27
  {
17
28
  "name": "zn-alert",
18
29
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -53,17 +64,6 @@
53
64
  }
54
65
  ]
55
66
  },
56
- {
57
- "name": "zn-action-bar",
58
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
59
- "attributes": [],
60
- "references": [
61
- {
62
- "name": "Documentation",
63
- "url": "https://zinc.style/components/action-bar"
64
- }
65
- ]
66
- },
67
67
  {
68
68
  "name": "zn-animated-button",
69
69
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -1428,52 +1428,6 @@
1428
1428
  }
1429
1429
  ]
1430
1430
  },
1431
- {
1432
- "name": "zn-editor",
1433
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1434
- "attributes": [
1435
- { "name": "id", "values": [] },
1436
- { "name": "name", "values": [] },
1437
- { "name": "value", "values": [] },
1438
- {
1439
- "name": "interaction-type",
1440
- "values": [{ "name": "ticket" }, { "name": "chat" }]
1441
- },
1442
- { "name": "attachment-url", "values": [] },
1443
- { "name": "code-blocks", "values": [] },
1444
- { "name": "dividers", "values": [] },
1445
- { "name": "links", "values": [] },
1446
- { "name": "attachments", "values": [] },
1447
- { "name": "images", "values": [] },
1448
- { "name": "videos", "values": [] },
1449
- { "name": "dates", "values": [] },
1450
- { "name": "emojis", "values": [] },
1451
- { "name": "code", "values": [] },
1452
- { "name": "ai", "values": [] },
1453
- { "name": "ai-path", "values": [] },
1454
- {
1455
- "name": "store-key",
1456
- "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
1457
- "values": []
1458
- },
1459
- {
1460
- "name": "store-ttl",
1461
- "description": "Cached-content expiry in seconds. Defaults to 1 day.",
1462
- "values": []
1463
- },
1464
- {
1465
- "name": "local-storage",
1466
- "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
1467
- "values": []
1468
- }
1469
- ],
1470
- "references": [
1471
- {
1472
- "name": "Documentation",
1473
- "url": "https://zinc.style/components/editor"
1474
- }
1475
- ]
1476
- },
1477
1431
  {
1478
1432
  "name": "zn-dropdown",
1479
1433
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **show()** - Opens the dropdown\n- **hide()** - Closes the dropdown\n- **reposition()** - Instructs the dropdown to reposition itself\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -1545,6 +1499,52 @@
1545
1499
  }
1546
1500
  ]
1547
1501
  },
1502
+ {
1503
+ "name": "zn-editor",
1504
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1505
+ "attributes": [
1506
+ { "name": "id", "values": [] },
1507
+ { "name": "name", "values": [] },
1508
+ { "name": "value", "values": [] },
1509
+ {
1510
+ "name": "interaction-type",
1511
+ "values": [{ "name": "ticket" }, { "name": "chat" }]
1512
+ },
1513
+ { "name": "attachment-url", "values": [] },
1514
+ { "name": "code-blocks", "values": [] },
1515
+ { "name": "dividers", "values": [] },
1516
+ { "name": "links", "values": [] },
1517
+ { "name": "attachments", "values": [] },
1518
+ { "name": "images", "values": [] },
1519
+ { "name": "videos", "values": [] },
1520
+ { "name": "dates", "values": [] },
1521
+ { "name": "emojis", "values": [] },
1522
+ { "name": "code", "values": [] },
1523
+ { "name": "ai", "values": [] },
1524
+ { "name": "ai-path", "values": [] },
1525
+ {
1526
+ "name": "store-key",
1527
+ "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
1528
+ "values": []
1529
+ },
1530
+ {
1531
+ "name": "store-ttl",
1532
+ "description": "Cached-content expiry in seconds. Defaults to 1 day.",
1533
+ "values": []
1534
+ },
1535
+ {
1536
+ "name": "local-storage",
1537
+ "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
1538
+ "values": []
1539
+ }
1540
+ ],
1541
+ "references": [
1542
+ {
1543
+ "name": "Documentation",
1544
+ "url": "https://zinc.style/components/editor"
1545
+ }
1546
+ ]
1547
+ },
1548
1548
  {
1549
1549
  "name": "zn-empty-state",
1550
1550
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -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": [
@@ -4684,6 +4704,11 @@
4684
4704
  "description": "The heading shown above the slash menu's items.",
4685
4705
  "values": []
4686
4706
  },
4707
+ {
4708
+ "name": "slash-hide-keys",
4709
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
4710
+ "values": []
4711
+ },
4687
4712
  {
4688
4713
  "name": "grouped",
4689
4714
  "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
@@ -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.89",
4
+ "version": "1.1.91",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,6 +15,28 @@
15
15
  "events": [],
16
16
  "js": { "properties": [], "events": [] }
17
17
  },
18
+ {
19
+ "name": "zn-action-bar",
20
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
21
+ "doc-url": "",
22
+ "attributes": [],
23
+ "slots": [
24
+ { "name": "", "description": "The default slot." },
25
+ { "name": "example", "description": "An example slot." }
26
+ ],
27
+ "events": [
28
+ { "name": "zn-event-name", "description": "Emitted as an example." }
29
+ ],
30
+ "js": {
31
+ "properties": [],
32
+ "events": [
33
+ {
34
+ "name": "zn-event-name",
35
+ "description": "Emitted as an example."
36
+ }
37
+ ]
38
+ }
39
+ },
18
40
  {
19
41
  "name": "zn-alert",
20
42
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -83,28 +105,6 @@
83
105
  ]
84
106
  }
85
107
  },
86
- {
87
- "name": "zn-action-bar",
88
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
89
- "doc-url": "",
90
- "attributes": [],
91
- "slots": [
92
- { "name": "", "description": "The default slot." },
93
- { "name": "example", "description": "An example slot." }
94
- ],
95
- "events": [
96
- { "name": "zn-event-name", "description": "Emitted as an example." }
97
- ],
98
- "js": {
99
- "properties": [],
100
- "events": [
101
- {
102
- "name": "zn-event-name",
103
- "description": "Emitted as an example."
104
- }
105
- ]
106
- }
107
- },
108
108
  {
109
109
  "name": "zn-animated-button",
110
110
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -3304,130 +3304,6 @@
3304
3304
  ]
3305
3305
  }
3306
3306
  },
3307
- {
3308
- "name": "zn-editor",
3309
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
3310
- "doc-url": "",
3311
- "attributes": [
3312
- { "name": "id", "value": { "type": "string" } },
3313
- { "name": "name", "value": { "type": "string" } },
3314
- { "name": "value", "value": { "type": "string" } },
3315
- {
3316
- "name": "interaction-type",
3317
- "value": { "type": "'ticket' | 'chat'", "default": "'chat'" }
3318
- },
3319
- { "name": "attachment-url", "value": { "type": "string" } },
3320
- {
3321
- "name": "code-blocks",
3322
- "value": { "type": "boolean", "default": "false" }
3323
- },
3324
- {
3325
- "name": "dividers",
3326
- "value": { "type": "boolean", "default": "false" }
3327
- },
3328
- {
3329
- "name": "links",
3330
- "value": { "type": "boolean", "default": "false" }
3331
- },
3332
- {
3333
- "name": "attachments",
3334
- "value": { "type": "boolean", "default": "false" }
3335
- },
3336
- {
3337
- "name": "images",
3338
- "value": { "type": "boolean", "default": "false" }
3339
- },
3340
- {
3341
- "name": "videos",
3342
- "value": { "type": "boolean", "default": "false" }
3343
- },
3344
- {
3345
- "name": "dates",
3346
- "value": { "type": "boolean", "default": "false" }
3347
- },
3348
- {
3349
- "name": "emojis",
3350
- "value": { "type": "boolean", "default": "false" }
3351
- },
3352
- {
3353
- "name": "code",
3354
- "value": { "type": "boolean", "default": "false" }
3355
- },
3356
- {
3357
- "name": "ai",
3358
- "value": { "type": "boolean", "default": "false" }
3359
- },
3360
- {
3361
- "name": "ai-path",
3362
- "value": { "type": "string", "default": "''" }
3363
- },
3364
- {
3365
- "name": "store-key",
3366
- "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
3367
- "value": { "type": "string", "default": "\"\"" }
3368
- },
3369
- {
3370
- "name": "store-ttl",
3371
- "description": "Cached-content expiry in seconds. Defaults to 1 day.",
3372
- "value": { "type": "number", "default": "86400" }
3373
- },
3374
- {
3375
- "name": "local-storage",
3376
- "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
3377
- "value": { "type": "boolean" }
3378
- }
3379
- ],
3380
- "slots": [
3381
- { "name": "", "description": "The default slot." },
3382
- { "name": "example", "description": "An example slot." }
3383
- ],
3384
- "events": [
3385
- { "name": "zn-event-name", "description": "Emitted as an example." }
3386
- ],
3387
- "js": {
3388
- "properties": [
3389
- { "name": "id", "type": "string" },
3390
- { "name": "name", "type": "string" },
3391
- { "name": "value", "type": "string" },
3392
- { "name": "interactionType", "type": "'ticket' | 'chat'" },
3393
- { "name": "uploadAttachmentUrl", "type": "string" },
3394
- { "name": "codeBlocksEnabled", "type": "boolean" },
3395
- { "name": "dividersEnabled", "type": "boolean" },
3396
- { "name": "linksEnabled", "type": "boolean" },
3397
- { "name": "attachmentsEnabled", "type": "boolean" },
3398
- { "name": "imagesEnabled", "type": "boolean" },
3399
- { "name": "videosEnabled", "type": "boolean" },
3400
- { "name": "datesEnabled", "type": "boolean" },
3401
- { "name": "emojisEnabled", "type": "boolean" },
3402
- { "name": "codeEnabled", "type": "boolean" },
3403
- { "name": "aiEnabled", "type": "boolean" },
3404
- { "name": "aiPath", "type": "string" },
3405
- {
3406
- "name": "storeKey",
3407
- "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
3408
- "type": "string"
3409
- },
3410
- {
3411
- "name": "storeTtl",
3412
- "description": "Cached-content expiry in seconds. Defaults to 1 day.",
3413
- "type": "number"
3414
- },
3415
- {
3416
- "name": "localStorage",
3417
- "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
3418
- "type": "boolean"
3419
- },
3420
- { "name": "validity", "type": "ValidityState" },
3421
- { "name": "validationMessage", "type": "string" }
3422
- ],
3423
- "events": [
3424
- {
3425
- "name": "zn-event-name",
3426
- "description": "Emitted as an example."
3427
- }
3428
- ]
3429
- }
3430
- },
3431
3307
  {
3432
3308
  "name": "zn-dropdown",
3433
3309
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **show()** - Opens the dropdown\n- **hide()** - Closes the dropdown\n- **reposition()** - Instructs the dropdown to reposition itself\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -3554,6 +3430,130 @@
3554
3430
  ]
3555
3431
  }
3556
3432
  },
3433
+ {
3434
+ "name": "zn-editor",
3435
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
3436
+ "doc-url": "",
3437
+ "attributes": [
3438
+ { "name": "id", "value": { "type": "string" } },
3439
+ { "name": "name", "value": { "type": "string" } },
3440
+ { "name": "value", "value": { "type": "string" } },
3441
+ {
3442
+ "name": "interaction-type",
3443
+ "value": { "type": "'ticket' | 'chat'", "default": "'chat'" }
3444
+ },
3445
+ { "name": "attachment-url", "value": { "type": "string" } },
3446
+ {
3447
+ "name": "code-blocks",
3448
+ "value": { "type": "boolean", "default": "false" }
3449
+ },
3450
+ {
3451
+ "name": "dividers",
3452
+ "value": { "type": "boolean", "default": "false" }
3453
+ },
3454
+ {
3455
+ "name": "links",
3456
+ "value": { "type": "boolean", "default": "false" }
3457
+ },
3458
+ {
3459
+ "name": "attachments",
3460
+ "value": { "type": "boolean", "default": "false" }
3461
+ },
3462
+ {
3463
+ "name": "images",
3464
+ "value": { "type": "boolean", "default": "false" }
3465
+ },
3466
+ {
3467
+ "name": "videos",
3468
+ "value": { "type": "boolean", "default": "false" }
3469
+ },
3470
+ {
3471
+ "name": "dates",
3472
+ "value": { "type": "boolean", "default": "false" }
3473
+ },
3474
+ {
3475
+ "name": "emojis",
3476
+ "value": { "type": "boolean", "default": "false" }
3477
+ },
3478
+ {
3479
+ "name": "code",
3480
+ "value": { "type": "boolean", "default": "false" }
3481
+ },
3482
+ {
3483
+ "name": "ai",
3484
+ "value": { "type": "boolean", "default": "false" }
3485
+ },
3486
+ {
3487
+ "name": "ai-path",
3488
+ "value": { "type": "string", "default": "''" }
3489
+ },
3490
+ {
3491
+ "name": "store-key",
3492
+ "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
3493
+ "value": { "type": "string", "default": "\"\"" }
3494
+ },
3495
+ {
3496
+ "name": "store-ttl",
3497
+ "description": "Cached-content expiry in seconds. Defaults to 1 day.",
3498
+ "value": { "type": "number", "default": "86400" }
3499
+ },
3500
+ {
3501
+ "name": "local-storage",
3502
+ "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
3503
+ "value": { "type": "boolean" }
3504
+ }
3505
+ ],
3506
+ "slots": [
3507
+ { "name": "", "description": "The default slot." },
3508
+ { "name": "example", "description": "An example slot." }
3509
+ ],
3510
+ "events": [
3511
+ { "name": "zn-event-name", "description": "Emitted as an example." }
3512
+ ],
3513
+ "js": {
3514
+ "properties": [
3515
+ { "name": "id", "type": "string" },
3516
+ { "name": "name", "type": "string" },
3517
+ { "name": "value", "type": "string" },
3518
+ { "name": "interactionType", "type": "'ticket' | 'chat'" },
3519
+ { "name": "uploadAttachmentUrl", "type": "string" },
3520
+ { "name": "codeBlocksEnabled", "type": "boolean" },
3521
+ { "name": "dividersEnabled", "type": "boolean" },
3522
+ { "name": "linksEnabled", "type": "boolean" },
3523
+ { "name": "attachmentsEnabled", "type": "boolean" },
3524
+ { "name": "imagesEnabled", "type": "boolean" },
3525
+ { "name": "videosEnabled", "type": "boolean" },
3526
+ { "name": "datesEnabled", "type": "boolean" },
3527
+ { "name": "emojisEnabled", "type": "boolean" },
3528
+ { "name": "codeEnabled", "type": "boolean" },
3529
+ { "name": "aiEnabled", "type": "boolean" },
3530
+ { "name": "aiPath", "type": "string" },
3531
+ {
3532
+ "name": "storeKey",
3533
+ "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
3534
+ "type": "string"
3535
+ },
3536
+ {
3537
+ "name": "storeTtl",
3538
+ "description": "Cached-content expiry in seconds. Defaults to 1 day.",
3539
+ "type": "number"
3540
+ },
3541
+ {
3542
+ "name": "localStorage",
3543
+ "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
3544
+ "type": "boolean"
3545
+ },
3546
+ { "name": "validity", "type": "ValidityState" },
3547
+ { "name": "validationMessage", "type": "string" }
3548
+ ],
3549
+ "events": [
3550
+ {
3551
+ "name": "zn-event-name",
3552
+ "description": "Emitted as an example."
3553
+ }
3554
+ ]
3555
+ }
3556
+ },
3557
3557
  {
3558
3558
  "name": "zn-empty-state",
3559
3559
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -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.",
@@ -11046,6 +11086,11 @@
11046
11086
  "description": "The heading shown above the slash menu's items.",
11047
11087
  "value": { "type": "string", "default": "'Insert'" }
11048
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
+ },
11049
11094
  {
11050
11095
  "name": "grouped",
11051
11096
  "description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
@@ -11102,6 +11147,11 @@
11102
11147
  "description": "The heading shown above the slash menu's items.",
11103
11148
  "type": "string"
11104
11149
  },
11150
+ {
11151
+ "name": "slashHideKeys",
11152
+ "description": "Hides the insertion keys normally shown against the slash menu's items.",
11153
+ "type": "boolean"
11154
+ },
11105
11155
  {
11106
11156
  "name": "slashItemsProvider",
11107
11157
  "description": "Resolves additional slash menu items each time the menu opens. JavaScript only.",