@kubex/zinc 1.1.89 → 1.1.90
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.
- package/dist/custom-elements.json +837 -805
- package/dist/vscode.html-custom-data.json +94 -94
- package/dist/web-types.json +250 -250
- package/dist/zn.d.ts +7 -1
- package/dist/zn.min.js +5 -5
- package/docs/pages/components/editor.md +0 -1
- package/package.json +1 -1
- package/src/components/absolute-container/absolute-container.component.ts +23 -4
- package/src/components/scroll-container/scroll-container.component.ts +31 -6
package/dist/web-types.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.1.90",
|
|
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.",
|
|
@@ -10800,109 +10800,6 @@
|
|
|
10800
10800
|
]
|
|
10801
10801
|
}
|
|
10802
10802
|
},
|
|
10803
|
-
{
|
|
10804
|
-
"name": "zn-tooltip",
|
|
10805
|
-
"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.",
|
|
10806
|
-
"doc-url": "",
|
|
10807
|
-
"attributes": [
|
|
10808
|
-
{
|
|
10809
|
-
"name": "content",
|
|
10810
|
-
"value": { "type": "string", "default": "''" }
|
|
10811
|
-
},
|
|
10812
|
-
{
|
|
10813
|
-
"name": "placement",
|
|
10814
|
-
"value": {
|
|
10815
|
-
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
|
|
10816
|
-
"default": "'top'"
|
|
10817
|
-
}
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"name": "disabled",
|
|
10821
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10822
|
-
},
|
|
10823
|
-
{
|
|
10824
|
-
"name": "distance",
|
|
10825
|
-
"value": { "type": "number", "default": "4" }
|
|
10826
|
-
},
|
|
10827
|
-
{
|
|
10828
|
-
"name": "open",
|
|
10829
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10830
|
-
},
|
|
10831
|
-
{
|
|
10832
|
-
"name": "skidding",
|
|
10833
|
-
"value": { "type": "number", "default": "0" }
|
|
10834
|
-
},
|
|
10835
|
-
{
|
|
10836
|
-
"name": "trigger",
|
|
10837
|
-
"value": { "type": "string", "default": "'hover focus'" }
|
|
10838
|
-
},
|
|
10839
|
-
{
|
|
10840
|
-
"name": "hoist",
|
|
10841
|
-
"value": { "type": "boolean", "default": "true" }
|
|
10842
|
-
}
|
|
10843
|
-
],
|
|
10844
|
-
"slots": [
|
|
10845
|
-
{ "name": "", "description": "The content of the tooltip" },
|
|
10846
|
-
{
|
|
10847
|
-
"name": "anchor",
|
|
10848
|
-
"description": "The anchor the tooltip is attached to."
|
|
10849
|
-
}
|
|
10850
|
-
],
|
|
10851
|
-
"events": [
|
|
10852
|
-
{
|
|
10853
|
-
"name": "zn-show",
|
|
10854
|
-
"description": "Emitted when the tooltip is shown."
|
|
10855
|
-
},
|
|
10856
|
-
{
|
|
10857
|
-
"name": "zn-after-show",
|
|
10858
|
-
"description": "Emitted after the tooltip is shown."
|
|
10859
|
-
},
|
|
10860
|
-
{
|
|
10861
|
-
"name": "zn-hide",
|
|
10862
|
-
"description": "Emitted when the tooltip is hidden."
|
|
10863
|
-
},
|
|
10864
|
-
{
|
|
10865
|
-
"name": "zn-after-hide",
|
|
10866
|
-
"description": "Emitted after the tooltip is hidden."
|
|
10867
|
-
}
|
|
10868
|
-
],
|
|
10869
|
-
"js": {
|
|
10870
|
-
"properties": [
|
|
10871
|
-
{ "name": "defaultSlot", "type": "HTMLSlotElement" },
|
|
10872
|
-
{ "name": "body", "type": "HTMLElement" },
|
|
10873
|
-
{ "name": "popup", "type": "Popup" },
|
|
10874
|
-
{ "name": "content", "type": "string" },
|
|
10875
|
-
{
|
|
10876
|
-
"name": "placement",
|
|
10877
|
-
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
10878
|
-
},
|
|
10879
|
-
{ "name": "disabled", "type": "boolean" },
|
|
10880
|
-
{ "name": "distance", "type": "number" },
|
|
10881
|
-
{ "name": "open", "type": "boolean" },
|
|
10882
|
-
{ "name": "skidding", "type": "number" },
|
|
10883
|
-
{ "name": "trigger", "type": "string" },
|
|
10884
|
-
{ "name": "hoist", "type": "boolean" }
|
|
10885
|
-
],
|
|
10886
|
-
"events": [
|
|
10887
|
-
{
|
|
10888
|
-
"name": "zn-show",
|
|
10889
|
-
"description": "Emitted when the tooltip is shown."
|
|
10890
|
-
},
|
|
10891
|
-
{
|
|
10892
|
-
"name": "zn-after-show",
|
|
10893
|
-
"description": "Emitted after the tooltip is shown."
|
|
10894
|
-
},
|
|
10895
|
-
{
|
|
10896
|
-
"name": "zn-hide",
|
|
10897
|
-
"description": "Emitted when the tooltip is hidden."
|
|
10898
|
-
},
|
|
10899
|
-
{
|
|
10900
|
-
"name": "zn-after-hide",
|
|
10901
|
-
"description": "Emitted after the tooltip is hidden."
|
|
10902
|
-
}
|
|
10903
|
-
]
|
|
10904
|
-
}
|
|
10905
|
-
},
|
|
10906
10803
|
{
|
|
10907
10804
|
"name": "zn-translation-group",
|
|
10908
10805
|
"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.",
|
|
@@ -11120,6 +11017,109 @@
|
|
|
11120
11017
|
"events": []
|
|
11121
11018
|
}
|
|
11122
11019
|
},
|
|
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
11123
|
{
|
|
11124
11124
|
"name": "zn-vertical-stepper",
|
|
11125
11125
|
"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
|
@@ -1267,8 +1267,10 @@ declare module "components/absolute-container/absolute-container.component" {
|
|
|
1267
1267
|
*
|
|
1268
1268
|
*/
|
|
1269
1269
|
export default class ZnAbsoluteContainer extends ZincElement {
|
|
1270
|
+
private _resizeFrame;
|
|
1270
1271
|
constructor();
|
|
1271
1272
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
1273
|
+
disconnectedCallback(): void;
|
|
1272
1274
|
resize(): void;
|
|
1273
1275
|
createRenderRoot(): this;
|
|
1274
1276
|
}
|
|
@@ -5857,7 +5859,7 @@ declare module "components/stat/index" {
|
|
|
5857
5859
|
}
|
|
5858
5860
|
}
|
|
5859
5861
|
declare module "components/scroll-container/scroll-container.component" {
|
|
5860
|
-
import { type CSSResultGroup, PropertyValues } from 'lit';
|
|
5862
|
+
import { type CSSResultGroup, type PropertyValues } from 'lit';
|
|
5861
5863
|
import ZincElement from "internal/zinc-element";
|
|
5862
5864
|
/**
|
|
5863
5865
|
* @summary Short summary of the component's intended use.
|
|
@@ -5881,8 +5883,12 @@ declare module "components/scroll-container/scroll-container.component" {
|
|
|
5881
5883
|
startScrolled: boolean;
|
|
5882
5884
|
private container;
|
|
5883
5885
|
private footer;
|
|
5886
|
+
private _footerObserved;
|
|
5887
|
+
private _footerHeightFrame;
|
|
5884
5888
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
5889
|
+
disconnectedCallback(): void;
|
|
5885
5890
|
scrollEnd(): void;
|
|
5891
|
+
private _syncFooterHeight;
|
|
5886
5892
|
private readonly _footerResizeObserver;
|
|
5887
5893
|
private readonly _domObserver;
|
|
5888
5894
|
connectedCallback(): void;
|