@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.
- package/dist/custom-elements.json +893 -798
- package/dist/vscode.html-custom-data.json +62 -37
- package/dist/web-types.json +154 -104
- package/dist/zn.d.ts +10 -0
- package/dist/zn.min.js +90 -88
- package/package.json +1 -1
- package/src/components/content-block/content-block.component.ts +3 -2
- package/src/components/inline-edit/inline-edit.component.ts +5 -0
- package/src/components/input/input.component.ts +4 -1
- package/src/components/slash-menu/slash-menu.component.ts +4 -1
- package/src/components/textarea/textarea.component.ts +4 -1
- package/src/components/translations/translations.component.ts +4 -0
|
@@ -17694,6 +17694,16 @@
|
|
|
17694
17694
|
"description": "The heading shown above the slash menu's items.",
|
|
17695
17695
|
"attribute": "slash-heading"
|
|
17696
17696
|
},
|
|
17697
|
+
{
|
|
17698
|
+
"kind": "field",
|
|
17699
|
+
"name": "slashHideKeys",
|
|
17700
|
+
"type": {
|
|
17701
|
+
"text": "boolean"
|
|
17702
|
+
},
|
|
17703
|
+
"default": "false",
|
|
17704
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
17705
|
+
"attribute": "slash-hide-keys"
|
|
17706
|
+
},
|
|
17697
17707
|
{
|
|
17698
17708
|
"kind": "field",
|
|
17699
17709
|
"name": "slashItemsProvider",
|
|
@@ -18198,6 +18208,15 @@
|
|
|
18198
18208
|
"description": "The heading shown above the slash menu's items.",
|
|
18199
18209
|
"fieldName": "slashHeading"
|
|
18200
18210
|
},
|
|
18211
|
+
{
|
|
18212
|
+
"name": "slash-hide-keys",
|
|
18213
|
+
"type": {
|
|
18214
|
+
"text": "boolean"
|
|
18215
|
+
},
|
|
18216
|
+
"default": "false",
|
|
18217
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
18218
|
+
"fieldName": "slashHideKeys"
|
|
18219
|
+
},
|
|
18201
18220
|
{
|
|
18202
18221
|
"name": "options",
|
|
18203
18222
|
"type": {
|
|
@@ -18931,6 +18950,16 @@
|
|
|
18931
18950
|
"description": "The heading shown above the slash menu's items.",
|
|
18932
18951
|
"attribute": "slash-heading"
|
|
18933
18952
|
},
|
|
18953
|
+
{
|
|
18954
|
+
"kind": "field",
|
|
18955
|
+
"name": "slashHideKeys",
|
|
18956
|
+
"type": {
|
|
18957
|
+
"text": "boolean"
|
|
18958
|
+
},
|
|
18959
|
+
"default": "false",
|
|
18960
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
18961
|
+
"attribute": "slash-hide-keys"
|
|
18962
|
+
},
|
|
18934
18963
|
{
|
|
18935
18964
|
"kind": "field",
|
|
18936
18965
|
"name": "slashItemsProvider",
|
|
@@ -19793,6 +19822,15 @@
|
|
|
19793
19822
|
"description": "The heading shown above the slash menu's items.",
|
|
19794
19823
|
"fieldName": "slashHeading"
|
|
19795
19824
|
},
|
|
19825
|
+
{
|
|
19826
|
+
"name": "slash-hide-keys",
|
|
19827
|
+
"type": {
|
|
19828
|
+
"text": "boolean"
|
|
19829
|
+
},
|
|
19830
|
+
"default": "false",
|
|
19831
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
19832
|
+
"fieldName": "slashHideKeys"
|
|
19833
|
+
},
|
|
19796
19834
|
{
|
|
19797
19835
|
"name": "trigger-submit",
|
|
19798
19836
|
"type": {
|
|
@@ -37060,6 +37098,16 @@
|
|
|
37060
37098
|
"description": "The most items to render at once. Remaining matches are reported in the footer.",
|
|
37061
37099
|
"attribute": "max-items"
|
|
37062
37100
|
},
|
|
37101
|
+
{
|
|
37102
|
+
"kind": "field",
|
|
37103
|
+
"name": "hideKeys",
|
|
37104
|
+
"type": {
|
|
37105
|
+
"text": "boolean"
|
|
37106
|
+
},
|
|
37107
|
+
"default": "false",
|
|
37108
|
+
"description": "Hides the insertion key (the item's value) normally shown against each item.",
|
|
37109
|
+
"attribute": "hide-keys"
|
|
37110
|
+
},
|
|
37063
37111
|
{
|
|
37064
37112
|
"kind": "field",
|
|
37065
37113
|
"name": "anchor",
|
|
@@ -37307,6 +37355,15 @@
|
|
|
37307
37355
|
"description": "The most items to render at once. Remaining matches are reported in the footer.",
|
|
37308
37356
|
"fieldName": "maxItems"
|
|
37309
37357
|
},
|
|
37358
|
+
{
|
|
37359
|
+
"name": "hide-keys",
|
|
37360
|
+
"type": {
|
|
37361
|
+
"text": "boolean"
|
|
37362
|
+
},
|
|
37363
|
+
"default": "false",
|
|
37364
|
+
"description": "Hides the insertion key (the item's value) normally shown against each item.",
|
|
37365
|
+
"fieldName": "hideKeys"
|
|
37366
|
+
},
|
|
37310
37367
|
{
|
|
37311
37368
|
"name": "placement",
|
|
37312
37369
|
"type": {
|
|
@@ -41431,6 +41488,16 @@
|
|
|
41431
41488
|
"description": "The heading shown above the slash menu's items.",
|
|
41432
41489
|
"attribute": "slash-heading"
|
|
41433
41490
|
},
|
|
41491
|
+
{
|
|
41492
|
+
"kind": "field",
|
|
41493
|
+
"name": "slashHideKeys",
|
|
41494
|
+
"type": {
|
|
41495
|
+
"text": "boolean"
|
|
41496
|
+
},
|
|
41497
|
+
"default": "false",
|
|
41498
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
41499
|
+
"attribute": "slash-hide-keys"
|
|
41500
|
+
},
|
|
41434
41501
|
{
|
|
41435
41502
|
"kind": "field",
|
|
41436
41503
|
"name": "slashItemsProvider",
|
|
@@ -41997,6 +42064,15 @@
|
|
|
41997
42064
|
"description": "The heading shown above the slash menu's items.",
|
|
41998
42065
|
"fieldName": "slashHeading"
|
|
41999
42066
|
},
|
|
42067
|
+
{
|
|
42068
|
+
"name": "slash-hide-keys",
|
|
42069
|
+
"type": {
|
|
42070
|
+
"text": "boolean"
|
|
42071
|
+
},
|
|
42072
|
+
"default": "false",
|
|
42073
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
42074
|
+
"fieldName": "slashHideKeys"
|
|
42075
|
+
},
|
|
42000
42076
|
{
|
|
42001
42077
|
"name": "transparent",
|
|
42002
42078
|
"type": {
|
|
@@ -44278,174 +44354,141 @@
|
|
|
44278
44354
|
},
|
|
44279
44355
|
{
|
|
44280
44356
|
"kind": "javascript-module",
|
|
44281
|
-
"path": "components/
|
|
44357
|
+
"path": "components/tooltip/tooltip.js",
|
|
44282
44358
|
"declarations": [
|
|
44283
44359
|
{
|
|
44284
44360
|
"kind": "class",
|
|
44285
44361
|
"description": "",
|
|
44286
|
-
"name": "
|
|
44287
|
-
"cssParts": [
|
|
44288
|
-
{
|
|
44289
|
-
"description": "The component's base wrapper.",
|
|
44290
|
-
"name": "base",
|
|
44291
|
-
"inheritedFrom": {
|
|
44292
|
-
"name": "ZnPanel",
|
|
44293
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44294
|
-
}
|
|
44295
|
-
}
|
|
44296
|
-
],
|
|
44362
|
+
"name": "ZnTooltip",
|
|
44297
44363
|
"slots": [
|
|
44298
44364
|
{
|
|
44299
|
-
"description": "
|
|
44300
|
-
"name": ""
|
|
44301
|
-
"inheritedFrom": {
|
|
44302
|
-
"name": "ZnPanel",
|
|
44303
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44304
|
-
}
|
|
44305
|
-
},
|
|
44306
|
-
{
|
|
44307
|
-
"description": "Actions displayed in the panel header alongside language buttons.",
|
|
44308
|
-
"name": "actions",
|
|
44309
|
-
"inheritedFrom": {
|
|
44310
|
-
"name": "ZnPanel",
|
|
44311
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44312
|
-
}
|
|
44365
|
+
"description": "The content of the tooltip",
|
|
44366
|
+
"name": ""
|
|
44313
44367
|
},
|
|
44314
44368
|
{
|
|
44315
|
-
"description": "
|
|
44316
|
-
"name": "
|
|
44317
|
-
"inheritedFrom": {
|
|
44318
|
-
"name": "ZnPanel",
|
|
44319
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44320
|
-
}
|
|
44369
|
+
"description": "The anchor the tooltip is attached to.",
|
|
44370
|
+
"name": "anchor"
|
|
44321
44371
|
}
|
|
44322
44372
|
],
|
|
44323
44373
|
"members": [
|
|
44324
44374
|
{
|
|
44325
44375
|
"kind": "field",
|
|
44326
|
-
"name": "
|
|
44376
|
+
"name": "hoverTimeout",
|
|
44327
44377
|
"type": {
|
|
44328
|
-
"text": "
|
|
44378
|
+
"text": "number"
|
|
44329
44379
|
},
|
|
44330
|
-
"
|
|
44331
|
-
"default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-header': ZnHeader, 'zn-menu': ZnMenu }"
|
|
44380
|
+
"privacy": "private"
|
|
44332
44381
|
},
|
|
44333
44382
|
{
|
|
44334
44383
|
"kind": "field",
|
|
44335
|
-
"name": "
|
|
44336
|
-
"
|
|
44337
|
-
|
|
44338
|
-
|
|
44384
|
+
"name": "closeWatcher",
|
|
44385
|
+
"type": {
|
|
44386
|
+
"text": "CloseWatcher | null"
|
|
44387
|
+
},
|
|
44388
|
+
"privacy": "private"
|
|
44339
44389
|
},
|
|
44340
44390
|
{
|
|
44341
44391
|
"kind": "field",
|
|
44342
|
-
"name": "
|
|
44392
|
+
"name": "defaultSlot",
|
|
44343
44393
|
"type": {
|
|
44344
|
-
"text": "
|
|
44345
|
-
}
|
|
44346
|
-
"default": "''",
|
|
44347
|
-
"description": "The group label displayed in the panel header.",
|
|
44348
|
-
"attribute": "label"
|
|
44394
|
+
"text": "HTMLSlotElement"
|
|
44395
|
+
}
|
|
44349
44396
|
},
|
|
44350
44397
|
{
|
|
44351
44398
|
"kind": "field",
|
|
44352
|
-
"name": "
|
|
44399
|
+
"name": "body",
|
|
44353
44400
|
"type": {
|
|
44354
|
-
"text": "
|
|
44355
|
-
}
|
|
44356
|
-
"default": "{ 'en': 'EN' }",
|
|
44357
|
-
"description": "The available languages for the group.",
|
|
44358
|
-
"attribute": "languages"
|
|
44401
|
+
"text": "HTMLElement"
|
|
44402
|
+
}
|
|
44359
44403
|
},
|
|
44360
44404
|
{
|
|
44361
44405
|
"kind": "field",
|
|
44362
|
-
"name": "
|
|
44406
|
+
"name": "popup",
|
|
44363
44407
|
"type": {
|
|
44364
|
-
"text": "
|
|
44365
|
-
}
|
|
44366
|
-
"privacy": "private",
|
|
44367
|
-
"default": "'en'"
|
|
44408
|
+
"text": "Popup"
|
|
44409
|
+
}
|
|
44368
44410
|
},
|
|
44369
44411
|
{
|
|
44370
44412
|
"kind": "field",
|
|
44371
|
-
"name": "
|
|
44413
|
+
"name": "content",
|
|
44372
44414
|
"type": {
|
|
44373
|
-
"text": "string
|
|
44415
|
+
"text": "string"
|
|
44374
44416
|
},
|
|
44375
|
-
"
|
|
44376
|
-
"
|
|
44377
|
-
"description": "Tracks all language codes that have been activated across children."
|
|
44417
|
+
"default": "''",
|
|
44418
|
+
"attribute": "content"
|
|
44378
44419
|
},
|
|
44379
44420
|
{
|
|
44380
44421
|
"kind": "field",
|
|
44381
|
-
"name": "
|
|
44422
|
+
"name": "placement",
|
|
44382
44423
|
"type": {
|
|
44383
|
-
"text": "
|
|
44424
|
+
"text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
44384
44425
|
},
|
|
44385
|
-
"
|
|
44386
|
-
"
|
|
44426
|
+
"default": "'top'",
|
|
44427
|
+
"attribute": "placement"
|
|
44387
44428
|
},
|
|
44388
44429
|
{
|
|
44389
44430
|
"kind": "field",
|
|
44390
|
-
"name": "
|
|
44431
|
+
"name": "disabled",
|
|
44391
44432
|
"type": {
|
|
44392
|
-
"text": "
|
|
44433
|
+
"text": "boolean"
|
|
44393
44434
|
},
|
|
44394
|
-
"
|
|
44395
|
-
"
|
|
44435
|
+
"default": "false",
|
|
44436
|
+
"attribute": "disabled",
|
|
44437
|
+
"reflects": true
|
|
44396
44438
|
},
|
|
44397
44439
|
{
|
|
44398
44440
|
"kind": "field",
|
|
44399
|
-
"name": "
|
|
44441
|
+
"name": "distance",
|
|
44400
44442
|
"type": {
|
|
44401
44443
|
"text": "number"
|
|
44402
44444
|
},
|
|
44403
|
-
"
|
|
44404
|
-
"
|
|
44405
|
-
},
|
|
44406
|
-
{
|
|
44407
|
-
"kind": "method",
|
|
44408
|
-
"name": "_scheduleLangOverflow",
|
|
44409
|
-
"privacy": "private"
|
|
44410
|
-
},
|
|
44411
|
-
{
|
|
44412
|
-
"kind": "method",
|
|
44413
|
-
"name": "_computeLangOverflow",
|
|
44414
|
-
"privacy": "private"
|
|
44445
|
+
"default": "4",
|
|
44446
|
+
"attribute": "distance"
|
|
44415
44447
|
},
|
|
44416
44448
|
{
|
|
44417
|
-
"kind": "
|
|
44418
|
-
"name": "
|
|
44419
|
-
"
|
|
44420
|
-
|
|
44421
|
-
|
|
44422
|
-
|
|
44423
|
-
|
|
44424
|
-
|
|
44449
|
+
"kind": "field",
|
|
44450
|
+
"name": "open",
|
|
44451
|
+
"type": {
|
|
44452
|
+
"text": "boolean"
|
|
44453
|
+
},
|
|
44454
|
+
"default": "false",
|
|
44455
|
+
"attribute": "open",
|
|
44456
|
+
"reflects": true
|
|
44425
44457
|
},
|
|
44426
44458
|
{
|
|
44427
|
-
"kind": "
|
|
44428
|
-
"name": "
|
|
44429
|
-
"
|
|
44430
|
-
|
|
44459
|
+
"kind": "field",
|
|
44460
|
+
"name": "skidding",
|
|
44461
|
+
"type": {
|
|
44462
|
+
"text": "number"
|
|
44463
|
+
},
|
|
44464
|
+
"default": "0",
|
|
44465
|
+
"attribute": "skidding"
|
|
44431
44466
|
},
|
|
44432
44467
|
{
|
|
44433
|
-
"kind": "
|
|
44434
|
-
"name": "
|
|
44435
|
-
"
|
|
44468
|
+
"kind": "field",
|
|
44469
|
+
"name": "trigger",
|
|
44470
|
+
"type": {
|
|
44471
|
+
"text": "string"
|
|
44472
|
+
},
|
|
44473
|
+
"default": "'hover focus'",
|
|
44474
|
+
"attribute": "trigger"
|
|
44436
44475
|
},
|
|
44437
44476
|
{
|
|
44438
44477
|
"kind": "field",
|
|
44439
|
-
"name": "
|
|
44440
|
-
"
|
|
44478
|
+
"name": "hoist",
|
|
44479
|
+
"type": {
|
|
44480
|
+
"text": "boolean"
|
|
44481
|
+
},
|
|
44482
|
+
"default": "true",
|
|
44483
|
+
"attribute": "hoist"
|
|
44441
44484
|
},
|
|
44442
44485
|
{
|
|
44443
44486
|
"kind": "method",
|
|
44444
|
-
"name": "
|
|
44487
|
+
"name": "hasTrigger",
|
|
44445
44488
|
"privacy": "private",
|
|
44446
44489
|
"parameters": [
|
|
44447
44490
|
{
|
|
44448
|
-
"name": "
|
|
44491
|
+
"name": "triggerType",
|
|
44449
44492
|
"type": {
|
|
44450
44493
|
"text": "string"
|
|
44451
44494
|
}
|
|
@@ -44454,1124 +44497,1120 @@
|
|
|
44454
44497
|
},
|
|
44455
44498
|
{
|
|
44456
44499
|
"kind": "field",
|
|
44457
|
-
"name": "
|
|
44500
|
+
"name": "handleBlur",
|
|
44458
44501
|
"privacy": "private"
|
|
44459
44502
|
},
|
|
44460
44503
|
{
|
|
44461
44504
|
"kind": "field",
|
|
44462
|
-
"name": "
|
|
44505
|
+
"name": "handleClick",
|
|
44463
44506
|
"privacy": "private"
|
|
44464
44507
|
},
|
|
44465
44508
|
{
|
|
44466
44509
|
"kind": "field",
|
|
44467
|
-
"name": "
|
|
44468
|
-
"privacy": "private"
|
|
44469
|
-
"readonly": true,
|
|
44470
|
-
"default": "new HasSlotController(this, '[default]', 'actions', 'footer')",
|
|
44471
|
-
"inheritedFrom": {
|
|
44472
|
-
"name": "ZnPanel",
|
|
44473
|
-
"module": "components/panel/panel.js"
|
|
44474
|
-
}
|
|
44510
|
+
"name": "handleFocus",
|
|
44511
|
+
"privacy": "private"
|
|
44475
44512
|
},
|
|
44476
44513
|
{
|
|
44477
44514
|
"kind": "field",
|
|
44478
|
-
"name": "
|
|
44479
|
-
"
|
|
44480
|
-
"text": "number"
|
|
44481
|
-
},
|
|
44482
|
-
"attribute": "basis-px",
|
|
44483
|
-
"inheritedFrom": {
|
|
44484
|
-
"name": "ZnPanel",
|
|
44485
|
-
"module": "components/panel/panel.js"
|
|
44486
|
-
}
|
|
44515
|
+
"name": "handleDocumentKeyDown",
|
|
44516
|
+
"privacy": "private"
|
|
44487
44517
|
},
|
|
44488
44518
|
{
|
|
44489
|
-
"kind": "
|
|
44490
|
-
"name": "
|
|
44491
|
-
"
|
|
44492
|
-
"text": "string"
|
|
44493
|
-
},
|
|
44494
|
-
"attribute": "caption",
|
|
44495
|
-
"inheritedFrom": {
|
|
44496
|
-
"name": "ZnPanel",
|
|
44497
|
-
"module": "components/panel/panel.js"
|
|
44498
|
-
}
|
|
44519
|
+
"kind": "method",
|
|
44520
|
+
"name": "handleMouseOver",
|
|
44521
|
+
"privacy": "private"
|
|
44499
44522
|
},
|
|
44500
44523
|
{
|
|
44501
|
-
"kind": "
|
|
44502
|
-
"name": "
|
|
44524
|
+
"kind": "method",
|
|
44525
|
+
"name": "handleMouseOut",
|
|
44526
|
+
"privacy": "private"
|
|
44527
|
+
},
|
|
44528
|
+
{
|
|
44529
|
+
"kind": "method",
|
|
44530
|
+
"name": "handleOpenChange"
|
|
44531
|
+
},
|
|
44532
|
+
{
|
|
44533
|
+
"kind": "method",
|
|
44534
|
+
"name": "handleOptionsChange"
|
|
44535
|
+
},
|
|
44536
|
+
{
|
|
44537
|
+
"kind": "method",
|
|
44538
|
+
"name": "handleDisabledChange"
|
|
44539
|
+
},
|
|
44540
|
+
{
|
|
44541
|
+
"kind": "method",
|
|
44542
|
+
"name": "show"
|
|
44543
|
+
},
|
|
44544
|
+
{
|
|
44545
|
+
"kind": "method",
|
|
44546
|
+
"name": "hide"
|
|
44547
|
+
}
|
|
44548
|
+
],
|
|
44549
|
+
"events": [
|
|
44550
|
+
{
|
|
44551
|
+
"description": "Emitted when the tooltip is shown.",
|
|
44552
|
+
"name": "zn-show"
|
|
44553
|
+
},
|
|
44554
|
+
{
|
|
44555
|
+
"description": "Emitted after the tooltip is shown.",
|
|
44556
|
+
"name": "zn-after-show"
|
|
44557
|
+
},
|
|
44558
|
+
{
|
|
44559
|
+
"description": "Emitted when the tooltip is hidden.",
|
|
44560
|
+
"name": "zn-hide"
|
|
44561
|
+
},
|
|
44562
|
+
{
|
|
44563
|
+
"description": "Emitted after the tooltip is hidden.",
|
|
44564
|
+
"name": "zn-after-hide"
|
|
44565
|
+
}
|
|
44566
|
+
],
|
|
44567
|
+
"attributes": [
|
|
44568
|
+
{
|
|
44569
|
+
"name": "content",
|
|
44503
44570
|
"type": {
|
|
44504
44571
|
"text": "string"
|
|
44505
44572
|
},
|
|
44506
|
-
"
|
|
44507
|
-
"
|
|
44508
|
-
"name": "ZnPanel",
|
|
44509
|
-
"module": "components/panel/panel.js"
|
|
44510
|
-
}
|
|
44573
|
+
"default": "''",
|
|
44574
|
+
"fieldName": "content"
|
|
44511
44575
|
},
|
|
44512
44576
|
{
|
|
44513
|
-
"
|
|
44514
|
-
"name": "tabbed",
|
|
44577
|
+
"name": "placement",
|
|
44515
44578
|
"type": {
|
|
44516
|
-
"text": "
|
|
44579
|
+
"text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
44517
44580
|
},
|
|
44518
|
-
"
|
|
44519
|
-
"
|
|
44520
|
-
"name": "ZnPanel",
|
|
44521
|
-
"module": "components/panel/panel.js"
|
|
44522
|
-
}
|
|
44581
|
+
"default": "'top'",
|
|
44582
|
+
"fieldName": "placement"
|
|
44523
44583
|
},
|
|
44524
44584
|
{
|
|
44525
|
-
"
|
|
44526
|
-
"name": "headerBorderless",
|
|
44585
|
+
"name": "disabled",
|
|
44527
44586
|
"type": {
|
|
44528
44587
|
"text": "boolean"
|
|
44529
44588
|
},
|
|
44530
|
-
"
|
|
44531
|
-
"
|
|
44532
|
-
"name": "ZnPanel",
|
|
44533
|
-
"module": "components/panel/panel.js"
|
|
44534
|
-
}
|
|
44589
|
+
"default": "false",
|
|
44590
|
+
"fieldName": "disabled"
|
|
44535
44591
|
},
|
|
44536
44592
|
{
|
|
44537
|
-
"
|
|
44538
|
-
"name": "cosmic",
|
|
44593
|
+
"name": "distance",
|
|
44539
44594
|
"type": {
|
|
44540
|
-
"text": "
|
|
44595
|
+
"text": "number"
|
|
44541
44596
|
},
|
|
44542
|
-
"
|
|
44543
|
-
"
|
|
44544
|
-
"name": "ZnPanel",
|
|
44545
|
-
"module": "components/panel/panel.js"
|
|
44546
|
-
}
|
|
44597
|
+
"default": "4",
|
|
44598
|
+
"fieldName": "distance"
|
|
44547
44599
|
},
|
|
44548
44600
|
{
|
|
44549
|
-
"
|
|
44550
|
-
"name": "flush",
|
|
44601
|
+
"name": "open",
|
|
44551
44602
|
"type": {
|
|
44552
44603
|
"text": "boolean"
|
|
44553
44604
|
},
|
|
44554
|
-
"
|
|
44555
|
-
"
|
|
44556
|
-
"name": "ZnPanel",
|
|
44557
|
-
"module": "components/panel/panel.js"
|
|
44558
|
-
}
|
|
44605
|
+
"default": "false",
|
|
44606
|
+
"fieldName": "open"
|
|
44559
44607
|
},
|
|
44560
44608
|
{
|
|
44561
|
-
"
|
|
44562
|
-
"name": "flushX",
|
|
44609
|
+
"name": "skidding",
|
|
44563
44610
|
"type": {
|
|
44564
|
-
"text": "
|
|
44611
|
+
"text": "number"
|
|
44565
44612
|
},
|
|
44566
|
-
"
|
|
44567
|
-
"
|
|
44568
|
-
"name": "ZnPanel",
|
|
44569
|
-
"module": "components/panel/panel.js"
|
|
44570
|
-
}
|
|
44613
|
+
"default": "0",
|
|
44614
|
+
"fieldName": "skidding"
|
|
44571
44615
|
},
|
|
44572
44616
|
{
|
|
44573
|
-
"
|
|
44574
|
-
"name": "flushY",
|
|
44617
|
+
"name": "trigger",
|
|
44575
44618
|
"type": {
|
|
44576
|
-
"text": "
|
|
44619
|
+
"text": "string"
|
|
44577
44620
|
},
|
|
44578
|
-
"
|
|
44579
|
-
"
|
|
44580
|
-
"name": "ZnPanel",
|
|
44581
|
-
"module": "components/panel/panel.js"
|
|
44582
|
-
}
|
|
44621
|
+
"default": "'hover focus'",
|
|
44622
|
+
"fieldName": "trigger"
|
|
44583
44623
|
},
|
|
44584
44624
|
{
|
|
44585
|
-
"
|
|
44586
|
-
"name": "flushFooter",
|
|
44625
|
+
"name": "hoist",
|
|
44587
44626
|
"type": {
|
|
44588
44627
|
"text": "boolean"
|
|
44589
44628
|
},
|
|
44590
|
-
"
|
|
44629
|
+
"default": "true",
|
|
44630
|
+
"fieldName": "hoist"
|
|
44631
|
+
}
|
|
44632
|
+
],
|
|
44633
|
+
"superclass": {
|
|
44634
|
+
"name": "ZincElement",
|
|
44635
|
+
"module": "/src/internal/zinc-element"
|
|
44636
|
+
},
|
|
44637
|
+
"summary": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.",
|
|
44638
|
+
"tagNameWithoutPrefix": "tooltip",
|
|
44639
|
+
"tagName": "zn-tooltip",
|
|
44640
|
+
"customElement": true,
|
|
44641
|
+
"jsDoc": "/**\n * @summary The Tooltip component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/tooltip\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the tooltip is shown.\n * @event zn-after-show - Emitted after the tooltip is shown.\n * @event zn-hide - Emitted when the tooltip is hidden.\n * @event zn-after-hide - Emitted after the tooltip is hidden.\n *\n * @slot - The content of the tooltip\n * @slot anchor - The anchor the tooltip is attached to.\n */",
|
|
44642
|
+
"documentation": "https://zinc.style/components/tooltip",
|
|
44643
|
+
"status": "experimental",
|
|
44644
|
+
"since": "1.0"
|
|
44645
|
+
}
|
|
44646
|
+
],
|
|
44647
|
+
"exports": [
|
|
44648
|
+
{
|
|
44649
|
+
"kind": "js",
|
|
44650
|
+
"name": "default",
|
|
44651
|
+
"declaration": {
|
|
44652
|
+
"name": "ZnTooltip",
|
|
44653
|
+
"module": "components/tooltip/tooltip.js"
|
|
44654
|
+
}
|
|
44655
|
+
}
|
|
44656
|
+
]
|
|
44657
|
+
},
|
|
44658
|
+
{
|
|
44659
|
+
"kind": "javascript-module",
|
|
44660
|
+
"path": "components/translation-group/translation-group.js",
|
|
44661
|
+
"declarations": [
|
|
44662
|
+
{
|
|
44663
|
+
"kind": "class",
|
|
44664
|
+
"description": "",
|
|
44665
|
+
"name": "ZnTranslationGroup",
|
|
44666
|
+
"cssParts": [
|
|
44667
|
+
{
|
|
44668
|
+
"description": "The component's base wrapper.",
|
|
44669
|
+
"name": "base",
|
|
44591
44670
|
"inheritedFrom": {
|
|
44592
44671
|
"name": "ZnPanel",
|
|
44593
|
-
"module": "components/panel/panel.
|
|
44672
|
+
"module": "src/components/panel/panel.component.ts"
|
|
44673
|
+
}
|
|
44674
|
+
}
|
|
44675
|
+
],
|
|
44676
|
+
"slots": [
|
|
44677
|
+
{
|
|
44678
|
+
"description": "Default slot for `<zn-translations>` elements.",
|
|
44679
|
+
"name": "",
|
|
44680
|
+
"inheritedFrom": {
|
|
44681
|
+
"name": "ZnPanel",
|
|
44682
|
+
"module": "src/components/panel/panel.component.ts"
|
|
44594
44683
|
}
|
|
44595
44684
|
},
|
|
44596
44685
|
{
|
|
44597
|
-
"
|
|
44598
|
-
"name": "
|
|
44599
|
-
"type": {
|
|
44600
|
-
"text": "boolean"
|
|
44601
|
-
},
|
|
44602
|
-
"attribute": "transparent",
|
|
44686
|
+
"description": "Actions displayed in the panel header alongside language buttons.",
|
|
44687
|
+
"name": "actions",
|
|
44603
44688
|
"inheritedFrom": {
|
|
44604
44689
|
"name": "ZnPanel",
|
|
44605
|
-
"module": "components/panel/panel.
|
|
44690
|
+
"module": "src/components/panel/panel.component.ts"
|
|
44606
44691
|
}
|
|
44607
44692
|
},
|
|
44608
44693
|
{
|
|
44609
|
-
"
|
|
44610
|
-
"name": "
|
|
44611
|
-
"type": {
|
|
44612
|
-
"text": "boolean"
|
|
44613
|
-
},
|
|
44614
|
-
"attribute": "shadow",
|
|
44694
|
+
"description": "Content displayed in the panel footer.",
|
|
44695
|
+
"name": "footer",
|
|
44615
44696
|
"inheritedFrom": {
|
|
44616
44697
|
"name": "ZnPanel",
|
|
44617
|
-
"module": "components/panel/panel.
|
|
44698
|
+
"module": "src/components/panel/panel.component.ts"
|
|
44618
44699
|
}
|
|
44619
44700
|
}
|
|
44620
44701
|
],
|
|
44621
|
-
"
|
|
44702
|
+
"members": [
|
|
44622
44703
|
{
|
|
44623
|
-
"
|
|
44624
|
-
"name": "
|
|
44625
|
-
|
|
44626
|
-
|
|
44627
|
-
|
|
44704
|
+
"kind": "field",
|
|
44705
|
+
"name": "dependencies",
|
|
44706
|
+
"type": {
|
|
44707
|
+
"text": "object"
|
|
44708
|
+
},
|
|
44709
|
+
"static": true,
|
|
44710
|
+
"default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-header': ZnHeader, 'zn-menu': ZnMenu }"
|
|
44711
|
+
},
|
|
44712
|
+
{
|
|
44713
|
+
"kind": "field",
|
|
44714
|
+
"name": "_slotController",
|
|
44715
|
+
"privacy": "private",
|
|
44716
|
+
"readonly": true,
|
|
44717
|
+
"default": "new HasSlotController(this, 'actions', 'footer')"
|
|
44718
|
+
},
|
|
44628
44719
|
{
|
|
44720
|
+
"kind": "field",
|
|
44629
44721
|
"name": "label",
|
|
44630
44722
|
"type": {
|
|
44631
44723
|
"text": "string"
|
|
44632
44724
|
},
|
|
44633
44725
|
"default": "''",
|
|
44634
44726
|
"description": "The group label displayed in the panel header.",
|
|
44635
|
-
"
|
|
44727
|
+
"attribute": "label"
|
|
44636
44728
|
},
|
|
44637
44729
|
{
|
|
44730
|
+
"kind": "field",
|
|
44638
44731
|
"name": "languages",
|
|
44639
44732
|
"type": {
|
|
44640
44733
|
"text": "Record<string, string>"
|
|
44641
44734
|
},
|
|
44642
44735
|
"default": "{ 'en': 'EN' }",
|
|
44643
44736
|
"description": "The available languages for the group.",
|
|
44644
|
-
"
|
|
44737
|
+
"attribute": "languages"
|
|
44645
44738
|
},
|
|
44646
44739
|
{
|
|
44647
|
-
"
|
|
44740
|
+
"kind": "field",
|
|
44741
|
+
"name": "_activeLanguage",
|
|
44648
44742
|
"type": {
|
|
44649
|
-
"text": "
|
|
44743
|
+
"text": "string"
|
|
44650
44744
|
},
|
|
44651
|
-
"
|
|
44652
|
-
"
|
|
44653
|
-
"name": "ZnPanel",
|
|
44654
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44655
|
-
}
|
|
44745
|
+
"privacy": "private",
|
|
44746
|
+
"default": "'en'"
|
|
44656
44747
|
},
|
|
44657
44748
|
{
|
|
44658
|
-
"
|
|
44749
|
+
"kind": "field",
|
|
44750
|
+
"name": "_activatedLanguages",
|
|
44659
44751
|
"type": {
|
|
44660
|
-
"text": "string"
|
|
44752
|
+
"text": "string[]"
|
|
44661
44753
|
},
|
|
44662
|
-
"
|
|
44663
|
-
"
|
|
44664
|
-
|
|
44665
|
-
|
|
44666
|
-
|
|
44667
|
-
|
|
44754
|
+
"privacy": "private",
|
|
44755
|
+
"default": "['en']",
|
|
44756
|
+
"description": "Tracks all language codes that have been activated across children."
|
|
44757
|
+
},
|
|
44758
|
+
{
|
|
44759
|
+
"kind": "field",
|
|
44760
|
+
"name": "_overflowIndex",
|
|
44761
|
+
"type": {
|
|
44762
|
+
"text": "number"
|
|
44763
|
+
},
|
|
44764
|
+
"privacy": "private",
|
|
44765
|
+
"default": "-1"
|
|
44766
|
+
},
|
|
44767
|
+
{
|
|
44768
|
+
"kind": "field",
|
|
44769
|
+
"name": "_lastObservedWidth",
|
|
44770
|
+
"type": {
|
|
44771
|
+
"text": "number"
|
|
44772
|
+
},
|
|
44773
|
+
"privacy": "private",
|
|
44774
|
+
"default": "0"
|
|
44775
|
+
},
|
|
44776
|
+
{
|
|
44777
|
+
"kind": "field",
|
|
44778
|
+
"name": "_measureRafId",
|
|
44779
|
+
"type": {
|
|
44780
|
+
"text": "number"
|
|
44781
|
+
},
|
|
44782
|
+
"privacy": "private",
|
|
44783
|
+
"default": "0"
|
|
44784
|
+
},
|
|
44785
|
+
{
|
|
44786
|
+
"kind": "method",
|
|
44787
|
+
"name": "_scheduleLangOverflow",
|
|
44788
|
+
"privacy": "private"
|
|
44789
|
+
},
|
|
44790
|
+
{
|
|
44791
|
+
"kind": "method",
|
|
44792
|
+
"name": "_computeLangOverflow",
|
|
44793
|
+
"privacy": "private"
|
|
44794
|
+
},
|
|
44795
|
+
{
|
|
44796
|
+
"kind": "method",
|
|
44797
|
+
"name": "getAllTranslations",
|
|
44798
|
+
"privacy": "private",
|
|
44799
|
+
"return": {
|
|
44800
|
+
"type": {
|
|
44801
|
+
"text": "ZnTranslations[]"
|
|
44802
|
+
}
|
|
44803
|
+
}
|
|
44804
|
+
},
|
|
44805
|
+
{
|
|
44806
|
+
"kind": "method",
|
|
44807
|
+
"name": "syncChildren",
|
|
44808
|
+
"privacy": "private",
|
|
44809
|
+
"description": "Sync grouped state, languages, and active language to all children."
|
|
44810
|
+
},
|
|
44811
|
+
{
|
|
44812
|
+
"kind": "method",
|
|
44813
|
+
"name": "syncChildLanguages",
|
|
44814
|
+
"privacy": "private"
|
|
44815
|
+
},
|
|
44816
|
+
{
|
|
44817
|
+
"kind": "field",
|
|
44818
|
+
"name": "handleSlotChange",
|
|
44819
|
+
"privacy": "private"
|
|
44820
|
+
},
|
|
44821
|
+
{
|
|
44822
|
+
"kind": "method",
|
|
44823
|
+
"name": "switchLanguage",
|
|
44824
|
+
"privacy": "private",
|
|
44825
|
+
"parameters": [
|
|
44826
|
+
{
|
|
44827
|
+
"name": "lang",
|
|
44828
|
+
"type": {
|
|
44829
|
+
"text": "string"
|
|
44830
|
+
}
|
|
44831
|
+
}
|
|
44832
|
+
]
|
|
44833
|
+
},
|
|
44834
|
+
{
|
|
44835
|
+
"kind": "field",
|
|
44836
|
+
"name": "handleLanguageAdd",
|
|
44837
|
+
"privacy": "private"
|
|
44838
|
+
},
|
|
44839
|
+
{
|
|
44840
|
+
"kind": "field",
|
|
44841
|
+
"name": "handleOverflowSelect",
|
|
44842
|
+
"privacy": "private"
|
|
44843
|
+
},
|
|
44844
|
+
{
|
|
44845
|
+
"kind": "field",
|
|
44846
|
+
"name": "hasSlotController",
|
|
44847
|
+
"privacy": "private",
|
|
44848
|
+
"readonly": true,
|
|
44849
|
+
"default": "new HasSlotController(this, '[default]', 'actions', 'footer')",
|
|
44850
|
+
"inheritedFrom": {
|
|
44851
|
+
"name": "ZnPanel",
|
|
44852
|
+
"module": "components/panel/panel.js"
|
|
44853
|
+
}
|
|
44854
|
+
},
|
|
44855
|
+
{
|
|
44856
|
+
"kind": "field",
|
|
44857
|
+
"name": "basis",
|
|
44858
|
+
"type": {
|
|
44859
|
+
"text": "number"
|
|
44860
|
+
},
|
|
44861
|
+
"attribute": "basis-px",
|
|
44862
|
+
"inheritedFrom": {
|
|
44863
|
+
"name": "ZnPanel",
|
|
44864
|
+
"module": "components/panel/panel.js"
|
|
44865
|
+
}
|
|
44866
|
+
},
|
|
44867
|
+
{
|
|
44868
|
+
"kind": "field",
|
|
44869
|
+
"name": "caption",
|
|
44870
|
+
"type": {
|
|
44871
|
+
"text": "string"
|
|
44872
|
+
},
|
|
44873
|
+
"attribute": "caption",
|
|
44874
|
+
"inheritedFrom": {
|
|
44875
|
+
"name": "ZnPanel",
|
|
44876
|
+
"module": "components/panel/panel.js"
|
|
44877
|
+
}
|
|
44878
|
+
},
|
|
44668
44879
|
{
|
|
44880
|
+
"kind": "field",
|
|
44669
44881
|
"name": "icon",
|
|
44670
44882
|
"type": {
|
|
44671
44883
|
"text": "string"
|
|
44672
44884
|
},
|
|
44673
|
-
"
|
|
44885
|
+
"attribute": "icon",
|
|
44674
44886
|
"inheritedFrom": {
|
|
44675
44887
|
"name": "ZnPanel",
|
|
44676
|
-
"module": "
|
|
44888
|
+
"module": "components/panel/panel.js"
|
|
44677
44889
|
}
|
|
44678
44890
|
},
|
|
44679
44891
|
{
|
|
44892
|
+
"kind": "field",
|
|
44680
44893
|
"name": "tabbed",
|
|
44681
44894
|
"type": {
|
|
44682
44895
|
"text": "boolean"
|
|
44683
44896
|
},
|
|
44684
|
-
"
|
|
44897
|
+
"attribute": "tabbed",
|
|
44685
44898
|
"inheritedFrom": {
|
|
44686
44899
|
"name": "ZnPanel",
|
|
44687
|
-
"module": "
|
|
44900
|
+
"module": "components/panel/panel.js"
|
|
44688
44901
|
}
|
|
44689
44902
|
},
|
|
44690
44903
|
{
|
|
44691
|
-
"
|
|
44904
|
+
"kind": "field",
|
|
44905
|
+
"name": "headerBorderless",
|
|
44692
44906
|
"type": {
|
|
44693
44907
|
"text": "boolean"
|
|
44694
44908
|
},
|
|
44695
|
-
"
|
|
44909
|
+
"attribute": "header-borderless",
|
|
44696
44910
|
"inheritedFrom": {
|
|
44697
44911
|
"name": "ZnPanel",
|
|
44698
|
-
"module": "
|
|
44912
|
+
"module": "components/panel/panel.js"
|
|
44699
44913
|
}
|
|
44700
44914
|
},
|
|
44701
44915
|
{
|
|
44916
|
+
"kind": "field",
|
|
44702
44917
|
"name": "cosmic",
|
|
44703
44918
|
"type": {
|
|
44704
44919
|
"text": "boolean"
|
|
44705
44920
|
},
|
|
44706
|
-
"
|
|
44921
|
+
"attribute": "cosmic",
|
|
44707
44922
|
"inheritedFrom": {
|
|
44708
44923
|
"name": "ZnPanel",
|
|
44709
|
-
"module": "
|
|
44924
|
+
"module": "components/panel/panel.js"
|
|
44710
44925
|
}
|
|
44711
44926
|
},
|
|
44712
44927
|
{
|
|
44928
|
+
"kind": "field",
|
|
44713
44929
|
"name": "flush",
|
|
44714
44930
|
"type": {
|
|
44715
44931
|
"text": "boolean"
|
|
44716
44932
|
},
|
|
44717
|
-
"
|
|
44933
|
+
"attribute": "flush",
|
|
44718
44934
|
"inheritedFrom": {
|
|
44719
44935
|
"name": "ZnPanel",
|
|
44720
|
-
"module": "
|
|
44936
|
+
"module": "components/panel/panel.js"
|
|
44721
44937
|
}
|
|
44722
44938
|
},
|
|
44723
44939
|
{
|
|
44724
|
-
"
|
|
44940
|
+
"kind": "field",
|
|
44941
|
+
"name": "flushX",
|
|
44725
44942
|
"type": {
|
|
44726
44943
|
"text": "boolean"
|
|
44727
44944
|
},
|
|
44728
|
-
"
|
|
44945
|
+
"attribute": "flush-x",
|
|
44729
44946
|
"inheritedFrom": {
|
|
44730
44947
|
"name": "ZnPanel",
|
|
44731
|
-
"module": "
|
|
44948
|
+
"module": "components/panel/panel.js"
|
|
44732
44949
|
}
|
|
44733
44950
|
},
|
|
44734
44951
|
{
|
|
44735
|
-
"
|
|
44952
|
+
"kind": "field",
|
|
44953
|
+
"name": "flushY",
|
|
44736
44954
|
"type": {
|
|
44737
44955
|
"text": "boolean"
|
|
44738
44956
|
},
|
|
44739
|
-
"
|
|
44957
|
+
"attribute": "flush-y",
|
|
44740
44958
|
"inheritedFrom": {
|
|
44741
44959
|
"name": "ZnPanel",
|
|
44742
|
-
"module": "
|
|
44960
|
+
"module": "components/panel/panel.js"
|
|
44743
44961
|
}
|
|
44744
44962
|
},
|
|
44745
44963
|
{
|
|
44746
|
-
"
|
|
44964
|
+
"kind": "field",
|
|
44965
|
+
"name": "flushFooter",
|
|
44747
44966
|
"type": {
|
|
44748
44967
|
"text": "boolean"
|
|
44749
44968
|
},
|
|
44750
|
-
"
|
|
44969
|
+
"attribute": "flush-footer",
|
|
44751
44970
|
"inheritedFrom": {
|
|
44752
44971
|
"name": "ZnPanel",
|
|
44753
|
-
"module": "
|
|
44972
|
+
"module": "components/panel/panel.js"
|
|
44754
44973
|
}
|
|
44755
44974
|
},
|
|
44756
44975
|
{
|
|
44976
|
+
"kind": "field",
|
|
44757
44977
|
"name": "transparent",
|
|
44758
44978
|
"type": {
|
|
44759
44979
|
"text": "boolean"
|
|
44760
44980
|
},
|
|
44761
|
-
"
|
|
44981
|
+
"attribute": "transparent",
|
|
44762
44982
|
"inheritedFrom": {
|
|
44763
44983
|
"name": "ZnPanel",
|
|
44764
|
-
"module": "
|
|
44984
|
+
"module": "components/panel/panel.js"
|
|
44765
44985
|
}
|
|
44766
44986
|
},
|
|
44767
44987
|
{
|
|
44988
|
+
"kind": "field",
|
|
44768
44989
|
"name": "shadow",
|
|
44769
44990
|
"type": {
|
|
44770
44991
|
"text": "boolean"
|
|
44771
44992
|
},
|
|
44772
|
-
"
|
|
44993
|
+
"attribute": "shadow",
|
|
44773
44994
|
"inheritedFrom": {
|
|
44774
44995
|
"name": "ZnPanel",
|
|
44775
|
-
"module": "
|
|
44996
|
+
"module": "components/panel/panel.js"
|
|
44776
44997
|
}
|
|
44777
44998
|
}
|
|
44778
44999
|
],
|
|
44779
|
-
"
|
|
44780
|
-
"name": "ZnPanel",
|
|
44781
|
-
"module": "/src/components/panel/panel.component"
|
|
44782
|
-
},
|
|
44783
|
-
"summary": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.",
|
|
44784
|
-
"tagNameWithoutPrefix": "translation-group",
|
|
44785
|
-
"tagName": "zn-translation-group",
|
|
44786
|
-
"customElement": true,
|
|
44787
|
-
"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 */",
|
|
44788
|
-
"dependencies": [
|
|
44789
|
-
"zn-button",
|
|
44790
|
-
"zn-button-group",
|
|
44791
|
-
"zn-dropdown",
|
|
44792
|
-
"zn-menu"
|
|
44793
|
-
],
|
|
44794
|
-
"cssProperties": [
|
|
45000
|
+
"events": [
|
|
44795
45001
|
{
|
|
44796
|
-
"description": "
|
|
44797
|
-
"name": "
|
|
44798
|
-
"inheritedFrom": {
|
|
44799
|
-
"name": "ZnPanel",
|
|
44800
|
-
"module": "src/components/panel/panel.component.ts"
|
|
44801
|
-
}
|
|
45002
|
+
"description": "Emitted when the active language changes. Detail: `{ language: string }`.",
|
|
45003
|
+
"name": "zn-language-change"
|
|
44802
45004
|
}
|
|
44803
|
-
]
|
|
44804
|
-
|
|
44805
|
-
],
|
|
44806
|
-
"exports": [
|
|
44807
|
-
{
|
|
44808
|
-
"kind": "js",
|
|
44809
|
-
"name": "default",
|
|
44810
|
-
"declaration": {
|
|
44811
|
-
"name": "ZnTranslationGroup",
|
|
44812
|
-
"module": "components/translation-group/translation-group.js"
|
|
44813
|
-
}
|
|
44814
|
-
}
|
|
44815
|
-
]
|
|
44816
|
-
},
|
|
44817
|
-
{
|
|
44818
|
-
"kind": "javascript-module",
|
|
44819
|
-
"path": "components/translations/translations.js",
|
|
44820
|
-
"declarations": [
|
|
44821
|
-
{
|
|
44822
|
-
"kind": "class",
|
|
44823
|
-
"description": "",
|
|
44824
|
-
"name": "ZnTranslations",
|
|
44825
|
-
"members": [
|
|
45005
|
+
],
|
|
45006
|
+
"attributes": [
|
|
44826
45007
|
{
|
|
44827
|
-
"
|
|
44828
|
-
"name": "dependencies",
|
|
45008
|
+
"name": "label",
|
|
44829
45009
|
"type": {
|
|
44830
|
-
"text": "
|
|
45010
|
+
"text": "string"
|
|
44831
45011
|
},
|
|
44832
|
-
"
|
|
44833
|
-
"
|
|
45012
|
+
"default": "''",
|
|
45013
|
+
"description": "The group label displayed in the panel header.",
|
|
45014
|
+
"fieldName": "label"
|
|
44834
45015
|
},
|
|
44835
45016
|
{
|
|
44836
|
-
"
|
|
44837
|
-
"name": "formControlController",
|
|
45017
|
+
"name": "languages",
|
|
44838
45018
|
"type": {
|
|
44839
|
-
"text": "
|
|
45019
|
+
"text": "Record<string, string>"
|
|
44840
45020
|
},
|
|
44841
|
-
"
|
|
44842
|
-
"
|
|
44843
|
-
"
|
|
45021
|
+
"default": "{ 'en': 'EN' }",
|
|
45022
|
+
"description": "The available languages for the group.",
|
|
45023
|
+
"fieldName": "languages"
|
|
44844
45024
|
},
|
|
44845
45025
|
{
|
|
44846
|
-
"
|
|
44847
|
-
"name": "hasSlotController",
|
|
44848
|
-
"privacy": "private",
|
|
44849
|
-
"readonly": true,
|
|
44850
|
-
"default": "new HasSlotController(this, 'label', 'expand', 'help-text')"
|
|
44851
|
-
},
|
|
44852
|
-
{
|
|
44853
|
-
"kind": "field",
|
|
44854
|
-
"name": "name",
|
|
45026
|
+
"name": "basis-px",
|
|
44855
45027
|
"type": {
|
|
44856
|
-
"text": "
|
|
45028
|
+
"text": "number"
|
|
44857
45029
|
},
|
|
44858
|
-
"
|
|
44859
|
-
"
|
|
45030
|
+
"fieldName": "basis",
|
|
45031
|
+
"inheritedFrom": {
|
|
45032
|
+
"name": "ZnPanel",
|
|
45033
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45034
|
+
}
|
|
44860
45035
|
},
|
|
44861
45036
|
{
|
|
44862
|
-
"
|
|
44863
|
-
"name": "value",
|
|
45037
|
+
"name": "caption",
|
|
44864
45038
|
"type": {
|
|
44865
45039
|
"text": "string"
|
|
44866
45040
|
},
|
|
44867
|
-
"
|
|
44868
|
-
"
|
|
45041
|
+
"fieldName": "caption",
|
|
45042
|
+
"inheritedFrom": {
|
|
45043
|
+
"name": "ZnPanel",
|
|
45044
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45045
|
+
}
|
|
44869
45046
|
},
|
|
44870
45047
|
{
|
|
44871
|
-
"
|
|
44872
|
-
"name": "label",
|
|
45048
|
+
"name": "icon",
|
|
44873
45049
|
"type": {
|
|
44874
45050
|
"text": "string"
|
|
44875
45051
|
},
|
|
44876
|
-
"
|
|
44877
|
-
"
|
|
45052
|
+
"fieldName": "icon",
|
|
45053
|
+
"inheritedFrom": {
|
|
45054
|
+
"name": "ZnPanel",
|
|
45055
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45056
|
+
}
|
|
44878
45057
|
},
|
|
44879
45058
|
{
|
|
44880
|
-
"
|
|
44881
|
-
"name": "helpText",
|
|
45059
|
+
"name": "tabbed",
|
|
44882
45060
|
"type": {
|
|
44883
|
-
"text": "
|
|
45061
|
+
"text": "boolean"
|
|
44884
45062
|
},
|
|
44885
|
-
"
|
|
44886
|
-
"
|
|
44887
|
-
|
|
45063
|
+
"fieldName": "tabbed",
|
|
45064
|
+
"inheritedFrom": {
|
|
45065
|
+
"name": "ZnPanel",
|
|
45066
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45067
|
+
}
|
|
44888
45068
|
},
|
|
44889
45069
|
{
|
|
44890
|
-
"
|
|
44891
|
-
"name": "disabled",
|
|
45070
|
+
"name": "header-borderless",
|
|
44892
45071
|
"type": {
|
|
44893
45072
|
"text": "boolean"
|
|
44894
45073
|
},
|
|
44895
|
-
"
|
|
44896
|
-
"
|
|
44897
|
-
|
|
45074
|
+
"fieldName": "headerBorderless",
|
|
45075
|
+
"inheritedFrom": {
|
|
45076
|
+
"name": "ZnPanel",
|
|
45077
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45078
|
+
}
|
|
44898
45079
|
},
|
|
44899
45080
|
{
|
|
44900
|
-
"
|
|
44901
|
-
"name": "required",
|
|
45081
|
+
"name": "cosmic",
|
|
44902
45082
|
"type": {
|
|
44903
45083
|
"text": "boolean"
|
|
44904
45084
|
},
|
|
44905
|
-
"
|
|
44906
|
-
"
|
|
44907
|
-
|
|
45085
|
+
"fieldName": "cosmic",
|
|
45086
|
+
"inheritedFrom": {
|
|
45087
|
+
"name": "ZnPanel",
|
|
45088
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45089
|
+
}
|
|
44908
45090
|
},
|
|
44909
45091
|
{
|
|
44910
|
-
"kind": "field",
|
|
44911
45092
|
"name": "flush",
|
|
44912
45093
|
"type": {
|
|
44913
45094
|
"text": "boolean"
|
|
44914
45095
|
},
|
|
44915
|
-
"
|
|
44916
|
-
"
|
|
44917
|
-
|
|
44918
|
-
|
|
44919
|
-
|
|
44920
|
-
"kind": "field",
|
|
44921
|
-
"name": "inputType",
|
|
44922
|
-
"type": {
|
|
44923
|
-
"text": "'select' | 'text' | 'number' | 'textarea'"
|
|
44924
|
-
},
|
|
44925
|
-
"default": "'text'",
|
|
44926
|
-
"attribute": "input-type"
|
|
44927
|
-
},
|
|
44928
|
-
{
|
|
44929
|
-
"kind": "field",
|
|
44930
|
-
"name": "textareaRows",
|
|
44931
|
-
"type": {
|
|
44932
|
-
"text": "number | undefined"
|
|
44933
|
-
},
|
|
44934
|
-
"attribute": "textarea-rows"
|
|
44935
|
-
},
|
|
44936
|
-
{
|
|
44937
|
-
"kind": "field",
|
|
44938
|
-
"name": "slashItems",
|
|
44939
|
-
"type": {
|
|
44940
|
-
"text": "SlashMenuItem[]"
|
|
44941
|
-
},
|
|
44942
|
-
"default": "[]",
|
|
44943
|
-
"description": "Quick insertions offered by the slash menu on `text` and `textarea` inputs. Accepts a JSON array of items, or\nthe shorthand `Brand name={{BRAND_NAME}}, Support email={{SUPPORT_EMAIL}}`. Every language shares the list.",
|
|
44944
|
-
"attribute": "slash-items"
|
|
44945
|
-
},
|
|
44946
|
-
{
|
|
44947
|
-
"kind": "field",
|
|
44948
|
-
"name": "slashPreset",
|
|
44949
|
-
"type": {
|
|
44950
|
-
"text": "string"
|
|
44951
|
-
},
|
|
44952
|
-
"default": "''",
|
|
44953
|
-
"description": "Names of item sets registered with `registerSlashMenuPreset`, comma separated.",
|
|
44954
|
-
"attribute": "slash-preset"
|
|
44955
|
-
},
|
|
44956
|
-
{
|
|
44957
|
-
"kind": "field",
|
|
44958
|
-
"name": "slashTrigger",
|
|
44959
|
-
"type": {
|
|
44960
|
-
"text": "string"
|
|
44961
|
-
},
|
|
44962
|
-
"default": "'/'",
|
|
44963
|
-
"description": "The characters that open the slash menu.",
|
|
44964
|
-
"attribute": "slash-trigger"
|
|
44965
|
-
},
|
|
44966
|
-
{
|
|
44967
|
-
"kind": "field",
|
|
44968
|
-
"name": "slashHeading",
|
|
44969
|
-
"type": {
|
|
44970
|
-
"text": "string"
|
|
44971
|
-
},
|
|
44972
|
-
"default": "'Insert'",
|
|
44973
|
-
"description": "The heading shown above the slash menu's items.",
|
|
44974
|
-
"attribute": "slash-heading"
|
|
44975
|
-
},
|
|
44976
|
-
{
|
|
44977
|
-
"kind": "field",
|
|
44978
|
-
"name": "slashItemsProvider",
|
|
44979
|
-
"type": {
|
|
44980
|
-
"text": "(query: string) => SlashMenuItem[] | Promise<SlashMenuItem[]> | undefined"
|
|
44981
|
-
},
|
|
44982
|
-
"description": "Resolves additional slash menu items each time the menu opens. JavaScript only."
|
|
45096
|
+
"fieldName": "flush",
|
|
45097
|
+
"inheritedFrom": {
|
|
45098
|
+
"name": "ZnPanel",
|
|
45099
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45100
|
+
}
|
|
44983
45101
|
},
|
|
44984
45102
|
{
|
|
44985
|
-
"
|
|
44986
|
-
"name": "grouped",
|
|
45103
|
+
"name": "flush-x",
|
|
44987
45104
|
"type": {
|
|
44988
45105
|
"text": "boolean"
|
|
44989
45106
|
},
|
|
44990
|
-
"
|
|
44991
|
-
"
|
|
44992
|
-
|
|
44993
|
-
|
|
44994
|
-
|
|
44995
|
-
{
|
|
44996
|
-
"kind": "field",
|
|
44997
|
-
"name": "languages",
|
|
44998
|
-
"type": {
|
|
44999
|
-
"text": "Record<string, string>"
|
|
45000
|
-
},
|
|
45001
|
-
"default": "{ 'en': 'EN' }",
|
|
45002
|
-
"attribute": "languages"
|
|
45003
|
-
},
|
|
45004
|
-
{
|
|
45005
|
-
"kind": "field",
|
|
45006
|
-
"name": "values",
|
|
45007
|
-
"type": {
|
|
45008
|
-
"text": "Record<string, string>"
|
|
45009
|
-
},
|
|
45010
|
-
"default": "{}",
|
|
45011
|
-
"attribute": "values"
|
|
45012
|
-
},
|
|
45013
|
-
{
|
|
45014
|
-
"kind": "field",
|
|
45015
|
-
"name": "_activeLanguage",
|
|
45016
|
-
"type": {
|
|
45017
|
-
"text": "string"
|
|
45018
|
-
},
|
|
45019
|
-
"privacy": "private",
|
|
45020
|
-
"default": "'en'"
|
|
45107
|
+
"fieldName": "flushX",
|
|
45108
|
+
"inheritedFrom": {
|
|
45109
|
+
"name": "ZnPanel",
|
|
45110
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45111
|
+
}
|
|
45021
45112
|
},
|
|
45022
45113
|
{
|
|
45023
|
-
"
|
|
45024
|
-
"name": "_overflowIndex",
|
|
45114
|
+
"name": "flush-y",
|
|
45025
45115
|
"type": {
|
|
45026
|
-
"text": "
|
|
45116
|
+
"text": "boolean"
|
|
45027
45117
|
},
|
|
45028
|
-
"
|
|
45029
|
-
"
|
|
45118
|
+
"fieldName": "flushY",
|
|
45119
|
+
"inheritedFrom": {
|
|
45120
|
+
"name": "ZnPanel",
|
|
45121
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45122
|
+
}
|
|
45030
45123
|
},
|
|
45031
45124
|
{
|
|
45032
|
-
"
|
|
45033
|
-
"name": "_lastObservedWidth",
|
|
45125
|
+
"name": "flush-footer",
|
|
45034
45126
|
"type": {
|
|
45035
|
-
"text": "
|
|
45127
|
+
"text": "boolean"
|
|
45036
45128
|
},
|
|
45037
|
-
"
|
|
45038
|
-
"
|
|
45129
|
+
"fieldName": "flushFooter",
|
|
45130
|
+
"inheritedFrom": {
|
|
45131
|
+
"name": "ZnPanel",
|
|
45132
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45133
|
+
}
|
|
45039
45134
|
},
|
|
45040
45135
|
{
|
|
45041
|
-
"
|
|
45042
|
-
"name": "_measureRafId",
|
|
45136
|
+
"name": "transparent",
|
|
45043
45137
|
"type": {
|
|
45044
|
-
"text": "
|
|
45138
|
+
"text": "boolean"
|
|
45045
45139
|
},
|
|
45046
|
-
"
|
|
45047
|
-
"
|
|
45140
|
+
"fieldName": "transparent",
|
|
45141
|
+
"inheritedFrom": {
|
|
45142
|
+
"name": "ZnPanel",
|
|
45143
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45144
|
+
}
|
|
45048
45145
|
},
|
|
45049
45146
|
{
|
|
45050
|
-
"
|
|
45051
|
-
"name": "validity",
|
|
45147
|
+
"name": "shadow",
|
|
45052
45148
|
"type": {
|
|
45053
|
-
"text": "
|
|
45054
|
-
},
|
|
45055
|
-
"readonly": true
|
|
45056
|
-
},
|
|
45057
|
-
{
|
|
45058
|
-
"kind": "field",
|
|
45059
|
-
"name": "validationMessage",
|
|
45060
|
-
"readonly": true
|
|
45061
|
-
},
|
|
45062
|
-
{
|
|
45063
|
-
"kind": "method",
|
|
45064
|
-
"name": "checkValidity"
|
|
45065
|
-
},
|
|
45066
|
-
{
|
|
45067
|
-
"kind": "method",
|
|
45068
|
-
"name": "getForm"
|
|
45069
|
-
},
|
|
45070
|
-
{
|
|
45071
|
-
"kind": "method",
|
|
45072
|
-
"name": "reportValidity"
|
|
45073
|
-
},
|
|
45074
|
-
{
|
|
45075
|
-
"kind": "method",
|
|
45076
|
-
"name": "setCustomValidity"
|
|
45077
|
-
},
|
|
45078
|
-
{
|
|
45079
|
-
"kind": "method",
|
|
45080
|
-
"name": "setActiveLanguage",
|
|
45081
|
-
"privacy": "public",
|
|
45082
|
-
"parameters": [
|
|
45083
|
-
{
|
|
45084
|
-
"name": "language",
|
|
45085
|
-
"type": {
|
|
45086
|
-
"text": "string"
|
|
45087
|
-
}
|
|
45088
|
-
}
|
|
45089
|
-
],
|
|
45090
|
-
"description": "Sets the active language externally. Used by zn-translation-group."
|
|
45091
|
-
},
|
|
45092
|
-
{
|
|
45093
|
-
"kind": "method",
|
|
45094
|
-
"name": "getActiveLanguage",
|
|
45095
|
-
"privacy": "public",
|
|
45096
|
-
"return": {
|
|
45097
|
-
"type": {
|
|
45098
|
-
"text": "string"
|
|
45099
|
-
}
|
|
45100
|
-
},
|
|
45101
|
-
"description": "Returns the currently active language."
|
|
45102
|
-
},
|
|
45103
|
-
{
|
|
45104
|
-
"kind": "method",
|
|
45105
|
-
"name": "addLanguageKey",
|
|
45106
|
-
"privacy": "public",
|
|
45107
|
-
"parameters": [
|
|
45108
|
-
{
|
|
45109
|
-
"name": "languageCode",
|
|
45110
|
-
"type": {
|
|
45111
|
-
"text": "string"
|
|
45112
|
-
}
|
|
45113
|
-
}
|
|
45114
|
-
],
|
|
45115
|
-
"description": "Adds a language key to this component's values if not already present. Used by zn-translation-group."
|
|
45116
|
-
},
|
|
45117
|
-
{
|
|
45118
|
-
"kind": "method",
|
|
45119
|
-
"name": "getValueLanguages",
|
|
45120
|
-
"privacy": "public",
|
|
45121
|
-
"return": {
|
|
45122
|
-
"type": {
|
|
45123
|
-
"text": "string[]"
|
|
45124
|
-
}
|
|
45149
|
+
"text": "boolean"
|
|
45125
45150
|
},
|
|
45126
|
-
"
|
|
45127
|
-
|
|
45128
|
-
|
|
45129
|
-
|
|
45130
|
-
|
|
45131
|
-
|
|
45132
|
-
|
|
45133
|
-
|
|
45134
|
-
|
|
45135
|
-
|
|
45136
|
-
|
|
45137
|
-
|
|
45138
|
-
|
|
45139
|
-
|
|
45140
|
-
|
|
45141
|
-
|
|
45142
|
-
|
|
45143
|
-
|
|
45144
|
-
|
|
45145
|
-
|
|
45146
|
-
|
|
45147
|
-
|
|
45148
|
-
|
|
45149
|
-
"kind": "field",
|
|
45150
|
-
"name": "switchLanguage",
|
|
45151
|
-
"privacy": "private"
|
|
45152
|
-
},
|
|
45153
|
-
{
|
|
45154
|
-
"kind": "field",
|
|
45155
|
-
"name": "handleValueUpdate",
|
|
45156
|
-
"privacy": "private"
|
|
45157
|
-
},
|
|
45151
|
+
"fieldName": "shadow",
|
|
45152
|
+
"inheritedFrom": {
|
|
45153
|
+
"name": "ZnPanel",
|
|
45154
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45155
|
+
}
|
|
45156
|
+
}
|
|
45157
|
+
],
|
|
45158
|
+
"superclass": {
|
|
45159
|
+
"name": "ZnPanel",
|
|
45160
|
+
"module": "/src/components/panel/panel.component"
|
|
45161
|
+
},
|
|
45162
|
+
"summary": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.",
|
|
45163
|
+
"tagNameWithoutPrefix": "translation-group",
|
|
45164
|
+
"tagName": "zn-translation-group",
|
|
45165
|
+
"customElement": true,
|
|
45166
|
+
"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 */",
|
|
45167
|
+
"dependencies": [
|
|
45168
|
+
"zn-button",
|
|
45169
|
+
"zn-button-group",
|
|
45170
|
+
"zn-dropdown",
|
|
45171
|
+
"zn-menu"
|
|
45172
|
+
],
|
|
45173
|
+
"cssProperties": [
|
|
45158
45174
|
{
|
|
45159
|
-
"
|
|
45160
|
-
"name": "
|
|
45161
|
-
"
|
|
45162
|
-
|
|
45175
|
+
"description": "The flex-basis of the panel. Can be set using the basis-px attribute.",
|
|
45176
|
+
"name": "--zn-panel-basis",
|
|
45177
|
+
"inheritedFrom": {
|
|
45178
|
+
"name": "ZnPanel",
|
|
45179
|
+
"module": "src/components/panel/panel.component.ts"
|
|
45180
|
+
}
|
|
45181
|
+
}
|
|
45182
|
+
]
|
|
45183
|
+
}
|
|
45184
|
+
],
|
|
45185
|
+
"exports": [
|
|
45186
|
+
{
|
|
45187
|
+
"kind": "js",
|
|
45188
|
+
"name": "default",
|
|
45189
|
+
"declaration": {
|
|
45190
|
+
"name": "ZnTranslationGroup",
|
|
45191
|
+
"module": "components/translation-group/translation-group.js"
|
|
45192
|
+
}
|
|
45193
|
+
}
|
|
45194
|
+
]
|
|
45195
|
+
},
|
|
45196
|
+
{
|
|
45197
|
+
"kind": "javascript-module",
|
|
45198
|
+
"path": "components/translations/translations.js",
|
|
45199
|
+
"declarations": [
|
|
45200
|
+
{
|
|
45201
|
+
"kind": "class",
|
|
45202
|
+
"description": "",
|
|
45203
|
+
"name": "ZnTranslations",
|
|
45204
|
+
"members": [
|
|
45163
45205
|
{
|
|
45164
45206
|
"kind": "field",
|
|
45165
|
-
"name": "
|
|
45166
|
-
"
|
|
45207
|
+
"name": "dependencies",
|
|
45208
|
+
"type": {
|
|
45209
|
+
"text": "object"
|
|
45210
|
+
},
|
|
45211
|
+
"static": true,
|
|
45212
|
+
"default": "{ 'zn-button': ZnButton, 'zn-button-group': ZnButtonGroup, 'zn-dropdown': ZnDropdown, 'zn-inline-edit': ZnInlineEdit, 'zn-input': ZnInput, 'zn-menu': ZnMenu }"
|
|
45167
45213
|
},
|
|
45168
45214
|
{
|
|
45169
45215
|
"kind": "field",
|
|
45170
|
-
"name": "
|
|
45171
|
-
"
|
|
45216
|
+
"name": "formControlController",
|
|
45217
|
+
"type": {
|
|
45218
|
+
"text": "FormControlController"
|
|
45219
|
+
},
|
|
45220
|
+
"privacy": "private",
|
|
45221
|
+
"readonly": true,
|
|
45222
|
+
"default": "new FormControlController(this)"
|
|
45172
45223
|
},
|
|
45173
45224
|
{
|
|
45174
|
-
"kind": "
|
|
45175
|
-
"name": "
|
|
45225
|
+
"kind": "field",
|
|
45226
|
+
"name": "hasSlotController",
|
|
45176
45227
|
"privacy": "private",
|
|
45177
|
-
"
|
|
45178
|
-
|
|
45179
|
-
|
|
45180
|
-
}
|
|
45181
|
-
},
|
|
45182
|
-
"parameters": [
|
|
45183
|
-
{
|
|
45184
|
-
"name": "languageCode",
|
|
45185
|
-
"type": {
|
|
45186
|
-
"text": "string"
|
|
45187
|
-
}
|
|
45188
|
-
}
|
|
45189
|
-
]
|
|
45190
|
-
}
|
|
45191
|
-
],
|
|
45192
|
-
"attributes": [
|
|
45228
|
+
"readonly": true,
|
|
45229
|
+
"default": "new HasSlotController(this, 'label', 'expand', 'help-text')"
|
|
45230
|
+
},
|
|
45193
45231
|
{
|
|
45232
|
+
"kind": "field",
|
|
45194
45233
|
"name": "name",
|
|
45195
45234
|
"type": {
|
|
45196
45235
|
"text": "string"
|
|
45197
45236
|
},
|
|
45198
45237
|
"default": "''",
|
|
45199
|
-
"
|
|
45238
|
+
"attribute": "name"
|
|
45200
45239
|
},
|
|
45201
45240
|
{
|
|
45241
|
+
"kind": "field",
|
|
45202
45242
|
"name": "value",
|
|
45203
45243
|
"type": {
|
|
45204
45244
|
"text": "string"
|
|
45205
45245
|
},
|
|
45206
45246
|
"default": "'{\"en\":\"\"}'",
|
|
45207
|
-
"
|
|
45247
|
+
"attribute": "value"
|
|
45208
45248
|
},
|
|
45209
45249
|
{
|
|
45250
|
+
"kind": "field",
|
|
45210
45251
|
"name": "label",
|
|
45211
45252
|
"type": {
|
|
45212
45253
|
"text": "string"
|
|
45213
45254
|
},
|
|
45214
45255
|
"default": "''",
|
|
45215
|
-
"
|
|
45256
|
+
"attribute": "label"
|
|
45216
45257
|
},
|
|
45217
45258
|
{
|
|
45218
|
-
"
|
|
45259
|
+
"kind": "field",
|
|
45260
|
+
"name": "helpText",
|
|
45219
45261
|
"type": {
|
|
45220
45262
|
"text": "string"
|
|
45221
45263
|
},
|
|
45222
45264
|
"default": "''",
|
|
45223
45265
|
"description": "Text shown below the field, describing how to fill it in. Applies to every language. If you need HTML, use the\n`help-text` slot instead.",
|
|
45224
|
-
"
|
|
45266
|
+
"attribute": "help-text"
|
|
45225
45267
|
},
|
|
45226
45268
|
{
|
|
45269
|
+
"kind": "field",
|
|
45227
45270
|
"name": "disabled",
|
|
45228
45271
|
"type": {
|
|
45229
45272
|
"text": "boolean"
|
|
45230
45273
|
},
|
|
45231
45274
|
"default": "false",
|
|
45232
|
-
"
|
|
45275
|
+
"attribute": "disabled",
|
|
45276
|
+
"reflects": true
|
|
45233
45277
|
},
|
|
45234
45278
|
{
|
|
45279
|
+
"kind": "field",
|
|
45235
45280
|
"name": "required",
|
|
45236
45281
|
"type": {
|
|
45237
45282
|
"text": "boolean"
|
|
45238
45283
|
},
|
|
45239
45284
|
"default": "false",
|
|
45240
|
-
"
|
|
45285
|
+
"attribute": "required",
|
|
45286
|
+
"reflects": true
|
|
45241
45287
|
},
|
|
45242
45288
|
{
|
|
45289
|
+
"kind": "field",
|
|
45243
45290
|
"name": "flush",
|
|
45244
45291
|
"type": {
|
|
45245
45292
|
"text": "boolean"
|
|
45246
45293
|
},
|
|
45247
45294
|
"default": "false",
|
|
45248
|
-
"
|
|
45295
|
+
"attribute": "flush",
|
|
45296
|
+
"reflects": true
|
|
45249
45297
|
},
|
|
45250
45298
|
{
|
|
45251
|
-
"
|
|
45299
|
+
"kind": "field",
|
|
45300
|
+
"name": "inputType",
|
|
45252
45301
|
"type": {
|
|
45253
45302
|
"text": "'select' | 'text' | 'number' | 'textarea'"
|
|
45254
45303
|
},
|
|
45255
45304
|
"default": "'text'",
|
|
45256
|
-
"
|
|
45305
|
+
"attribute": "input-type"
|
|
45257
45306
|
},
|
|
45258
45307
|
{
|
|
45259
|
-
"
|
|
45308
|
+
"kind": "field",
|
|
45309
|
+
"name": "textareaRows",
|
|
45260
45310
|
"type": {
|
|
45261
45311
|
"text": "number | undefined"
|
|
45262
45312
|
},
|
|
45263
|
-
"
|
|
45313
|
+
"attribute": "textarea-rows"
|
|
45264
45314
|
},
|
|
45265
45315
|
{
|
|
45266
|
-
"
|
|
45316
|
+
"kind": "field",
|
|
45317
|
+
"name": "slashItems",
|
|
45267
45318
|
"type": {
|
|
45268
45319
|
"text": "SlashMenuItem[]"
|
|
45269
45320
|
},
|
|
45270
45321
|
"default": "[]",
|
|
45271
45322
|
"description": "Quick insertions offered by the slash menu on `text` and `textarea` inputs. Accepts a JSON array of items, or\nthe shorthand `Brand name={{BRAND_NAME}}, Support email={{SUPPORT_EMAIL}}`. Every language shares the list.",
|
|
45272
|
-
"
|
|
45323
|
+
"attribute": "slash-items"
|
|
45273
45324
|
},
|
|
45274
45325
|
{
|
|
45275
|
-
"
|
|
45326
|
+
"kind": "field",
|
|
45327
|
+
"name": "slashPreset",
|
|
45276
45328
|
"type": {
|
|
45277
45329
|
"text": "string"
|
|
45278
45330
|
},
|
|
45279
45331
|
"default": "''",
|
|
45280
45332
|
"description": "Names of item sets registered with `registerSlashMenuPreset`, comma separated.",
|
|
45281
|
-
"
|
|
45333
|
+
"attribute": "slash-preset"
|
|
45282
45334
|
},
|
|
45283
45335
|
{
|
|
45284
|
-
"
|
|
45336
|
+
"kind": "field",
|
|
45337
|
+
"name": "slashTrigger",
|
|
45285
45338
|
"type": {
|
|
45286
45339
|
"text": "string"
|
|
45287
45340
|
},
|
|
45288
45341
|
"default": "'/'",
|
|
45289
45342
|
"description": "The characters that open the slash menu.",
|
|
45290
|
-
"
|
|
45343
|
+
"attribute": "slash-trigger"
|
|
45291
45344
|
},
|
|
45292
45345
|
{
|
|
45293
|
-
"
|
|
45346
|
+
"kind": "field",
|
|
45347
|
+
"name": "slashHeading",
|
|
45294
45348
|
"type": {
|
|
45295
45349
|
"text": "string"
|
|
45296
45350
|
},
|
|
45297
45351
|
"default": "'Insert'",
|
|
45298
45352
|
"description": "The heading shown above the slash menu's items.",
|
|
45299
|
-
"
|
|
45353
|
+
"attribute": "slash-heading"
|
|
45300
45354
|
},
|
|
45301
45355
|
{
|
|
45302
|
-
"
|
|
45356
|
+
"kind": "field",
|
|
45357
|
+
"name": "slashHideKeys",
|
|
45303
45358
|
"type": {
|
|
45304
45359
|
"text": "boolean"
|
|
45305
45360
|
},
|
|
45306
45361
|
"default": "false",
|
|
45307
|
-
"description": "
|
|
45308
|
-
"
|
|
45362
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
45363
|
+
"attribute": "slash-hide-keys"
|
|
45309
45364
|
},
|
|
45310
45365
|
{
|
|
45311
|
-
"
|
|
45366
|
+
"kind": "field",
|
|
45367
|
+
"name": "slashItemsProvider",
|
|
45312
45368
|
"type": {
|
|
45313
|
-
"text": "
|
|
45369
|
+
"text": "(query: string) => SlashMenuItem[] | Promise<SlashMenuItem[]> | undefined"
|
|
45314
45370
|
},
|
|
45315
|
-
"
|
|
45316
|
-
"fieldName": "languages"
|
|
45371
|
+
"description": "Resolves additional slash menu items each time the menu opens. JavaScript only."
|
|
45317
45372
|
},
|
|
45318
45373
|
{
|
|
45319
|
-
"
|
|
45374
|
+
"kind": "field",
|
|
45375
|
+
"name": "grouped",
|
|
45320
45376
|
"type": {
|
|
45321
|
-
"text": "
|
|
45377
|
+
"text": "boolean"
|
|
45322
45378
|
},
|
|
45323
|
-
"default": "
|
|
45324
|
-
"
|
|
45325
|
-
|
|
45326
|
-
|
|
45327
|
-
"superclass": {
|
|
45328
|
-
"name": "ZincElement",
|
|
45329
|
-
"module": "/src/internal/zinc-element"
|
|
45330
|
-
},
|
|
45331
|
-
"tagNameWithoutPrefix": "translations",
|
|
45332
|
-
"tagName": "zn-translations",
|
|
45333
|
-
"customElement": true
|
|
45334
|
-
}
|
|
45335
|
-
],
|
|
45336
|
-
"exports": [
|
|
45337
|
-
{
|
|
45338
|
-
"kind": "js",
|
|
45339
|
-
"name": "default",
|
|
45340
|
-
"declaration": {
|
|
45341
|
-
"name": "ZnTranslations",
|
|
45342
|
-
"module": "components/translations/translations.js"
|
|
45343
|
-
}
|
|
45344
|
-
}
|
|
45345
|
-
]
|
|
45346
|
-
},
|
|
45347
|
-
{
|
|
45348
|
-
"kind": "javascript-module",
|
|
45349
|
-
"path": "components/tooltip/tooltip.js",
|
|
45350
|
-
"declarations": [
|
|
45351
|
-
{
|
|
45352
|
-
"kind": "class",
|
|
45353
|
-
"description": "",
|
|
45354
|
-
"name": "ZnTooltip",
|
|
45355
|
-
"slots": [
|
|
45356
|
-
{
|
|
45357
|
-
"description": "The content of the tooltip",
|
|
45358
|
-
"name": ""
|
|
45379
|
+
"default": "false",
|
|
45380
|
+
"description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
|
|
45381
|
+
"attribute": "grouped",
|
|
45382
|
+
"reflects": true
|
|
45359
45383
|
},
|
|
45360
|
-
{
|
|
45361
|
-
"description": "The anchor the tooltip is attached to.",
|
|
45362
|
-
"name": "anchor"
|
|
45363
|
-
}
|
|
45364
|
-
],
|
|
45365
|
-
"members": [
|
|
45366
45384
|
{
|
|
45367
45385
|
"kind": "field",
|
|
45368
|
-
"name": "
|
|
45386
|
+
"name": "languages",
|
|
45369
45387
|
"type": {
|
|
45370
|
-
"text": "
|
|
45388
|
+
"text": "Record<string, string>"
|
|
45371
45389
|
},
|
|
45372
|
-
"
|
|
45390
|
+
"default": "{ 'en': 'EN' }",
|
|
45391
|
+
"attribute": "languages"
|
|
45373
45392
|
},
|
|
45374
45393
|
{
|
|
45375
45394
|
"kind": "field",
|
|
45376
|
-
"name": "
|
|
45395
|
+
"name": "values",
|
|
45377
45396
|
"type": {
|
|
45378
|
-
"text": "
|
|
45397
|
+
"text": "Record<string, string>"
|
|
45379
45398
|
},
|
|
45380
|
-
"
|
|
45399
|
+
"default": "{}",
|
|
45400
|
+
"attribute": "values"
|
|
45381
45401
|
},
|
|
45382
45402
|
{
|
|
45383
45403
|
"kind": "field",
|
|
45384
|
-
"name": "
|
|
45404
|
+
"name": "_activeLanguage",
|
|
45385
45405
|
"type": {
|
|
45386
|
-
"text": "
|
|
45387
|
-
}
|
|
45406
|
+
"text": "string"
|
|
45407
|
+
},
|
|
45408
|
+
"privacy": "private",
|
|
45409
|
+
"default": "'en'"
|
|
45388
45410
|
},
|
|
45389
45411
|
{
|
|
45390
45412
|
"kind": "field",
|
|
45391
|
-
"name": "
|
|
45413
|
+
"name": "_overflowIndex",
|
|
45392
45414
|
"type": {
|
|
45393
|
-
"text": "
|
|
45394
|
-
}
|
|
45415
|
+
"text": "number"
|
|
45416
|
+
},
|
|
45417
|
+
"privacy": "private",
|
|
45418
|
+
"default": "-1"
|
|
45395
45419
|
},
|
|
45396
45420
|
{
|
|
45397
45421
|
"kind": "field",
|
|
45398
|
-
"name": "
|
|
45422
|
+
"name": "_lastObservedWidth",
|
|
45399
45423
|
"type": {
|
|
45400
|
-
"text": "
|
|
45401
|
-
}
|
|
45424
|
+
"text": "number"
|
|
45425
|
+
},
|
|
45426
|
+
"privacy": "private",
|
|
45427
|
+
"default": "0"
|
|
45402
45428
|
},
|
|
45403
45429
|
{
|
|
45404
45430
|
"kind": "field",
|
|
45405
|
-
"name": "
|
|
45431
|
+
"name": "_measureRafId",
|
|
45406
45432
|
"type": {
|
|
45407
|
-
"text": "
|
|
45433
|
+
"text": "number"
|
|
45408
45434
|
},
|
|
45409
|
-
"
|
|
45410
|
-
"
|
|
45435
|
+
"privacy": "private",
|
|
45436
|
+
"default": "0"
|
|
45411
45437
|
},
|
|
45412
45438
|
{
|
|
45413
45439
|
"kind": "field",
|
|
45414
|
-
"name": "
|
|
45440
|
+
"name": "validity",
|
|
45415
45441
|
"type": {
|
|
45416
|
-
"text": "
|
|
45442
|
+
"text": "ValidityState"
|
|
45417
45443
|
},
|
|
45418
|
-
"
|
|
45419
|
-
"attribute": "placement"
|
|
45444
|
+
"readonly": true
|
|
45420
45445
|
},
|
|
45421
45446
|
{
|
|
45422
45447
|
"kind": "field",
|
|
45423
|
-
"name": "
|
|
45424
|
-
"
|
|
45425
|
-
"text": "boolean"
|
|
45426
|
-
},
|
|
45427
|
-
"default": "false",
|
|
45428
|
-
"attribute": "disabled",
|
|
45429
|
-
"reflects": true
|
|
45448
|
+
"name": "validationMessage",
|
|
45449
|
+
"readonly": true
|
|
45430
45450
|
},
|
|
45431
45451
|
{
|
|
45432
|
-
"kind": "
|
|
45433
|
-
"name": "
|
|
45434
|
-
"type": {
|
|
45435
|
-
"text": "number"
|
|
45436
|
-
},
|
|
45437
|
-
"default": "4",
|
|
45438
|
-
"attribute": "distance"
|
|
45452
|
+
"kind": "method",
|
|
45453
|
+
"name": "checkValidity"
|
|
45439
45454
|
},
|
|
45440
45455
|
{
|
|
45441
|
-
"kind": "
|
|
45442
|
-
"name": "
|
|
45443
|
-
"type": {
|
|
45444
|
-
"text": "boolean"
|
|
45445
|
-
},
|
|
45446
|
-
"default": "false",
|
|
45447
|
-
"attribute": "open",
|
|
45448
|
-
"reflects": true
|
|
45456
|
+
"kind": "method",
|
|
45457
|
+
"name": "getForm"
|
|
45449
45458
|
},
|
|
45450
45459
|
{
|
|
45451
|
-
"kind": "
|
|
45452
|
-
"name": "
|
|
45453
|
-
"type": {
|
|
45454
|
-
"text": "number"
|
|
45455
|
-
},
|
|
45456
|
-
"default": "0",
|
|
45457
|
-
"attribute": "skidding"
|
|
45460
|
+
"kind": "method",
|
|
45461
|
+
"name": "reportValidity"
|
|
45458
45462
|
},
|
|
45459
45463
|
{
|
|
45460
|
-
"kind": "
|
|
45461
|
-
"name": "
|
|
45462
|
-
"type": {
|
|
45463
|
-
"text": "string"
|
|
45464
|
-
},
|
|
45465
|
-
"default": "'hover focus'",
|
|
45466
|
-
"attribute": "trigger"
|
|
45464
|
+
"kind": "method",
|
|
45465
|
+
"name": "setCustomValidity"
|
|
45467
45466
|
},
|
|
45468
45467
|
{
|
|
45469
|
-
"kind": "
|
|
45470
|
-
"name": "
|
|
45471
|
-
"
|
|
45472
|
-
|
|
45468
|
+
"kind": "method",
|
|
45469
|
+
"name": "setActiveLanguage",
|
|
45470
|
+
"privacy": "public",
|
|
45471
|
+
"parameters": [
|
|
45472
|
+
{
|
|
45473
|
+
"name": "language",
|
|
45474
|
+
"type": {
|
|
45475
|
+
"text": "string"
|
|
45476
|
+
}
|
|
45477
|
+
}
|
|
45478
|
+
],
|
|
45479
|
+
"description": "Sets the active language externally. Used by zn-translation-group."
|
|
45480
|
+
},
|
|
45481
|
+
{
|
|
45482
|
+
"kind": "method",
|
|
45483
|
+
"name": "getActiveLanguage",
|
|
45484
|
+
"privacy": "public",
|
|
45485
|
+
"return": {
|
|
45486
|
+
"type": {
|
|
45487
|
+
"text": "string"
|
|
45488
|
+
}
|
|
45473
45489
|
},
|
|
45474
|
-
"
|
|
45475
|
-
"attribute": "hoist"
|
|
45490
|
+
"description": "Returns the currently active language."
|
|
45476
45491
|
},
|
|
45477
45492
|
{
|
|
45478
45493
|
"kind": "method",
|
|
45479
|
-
"name": "
|
|
45480
|
-
"privacy": "
|
|
45494
|
+
"name": "addLanguageKey",
|
|
45495
|
+
"privacy": "public",
|
|
45481
45496
|
"parameters": [
|
|
45482
45497
|
{
|
|
45483
|
-
"name": "
|
|
45498
|
+
"name": "languageCode",
|
|
45484
45499
|
"type": {
|
|
45485
45500
|
"text": "string"
|
|
45486
45501
|
}
|
|
45487
45502
|
}
|
|
45488
|
-
]
|
|
45503
|
+
],
|
|
45504
|
+
"description": "Adds a language key to this component's values if not already present. Used by zn-translation-group."
|
|
45489
45505
|
},
|
|
45490
45506
|
{
|
|
45491
|
-
"kind": "
|
|
45492
|
-
"name": "
|
|
45493
|
-
"privacy": "
|
|
45507
|
+
"kind": "method",
|
|
45508
|
+
"name": "getValueLanguages",
|
|
45509
|
+
"privacy": "public",
|
|
45510
|
+
"return": {
|
|
45511
|
+
"type": {
|
|
45512
|
+
"text": "string[]"
|
|
45513
|
+
}
|
|
45514
|
+
},
|
|
45515
|
+
"description": "Returns all language codes that have values."
|
|
45494
45516
|
},
|
|
45495
45517
|
{
|
|
45496
|
-
"kind": "
|
|
45497
|
-
"name": "
|
|
45518
|
+
"kind": "method",
|
|
45519
|
+
"name": "_scheduleLangOverflow",
|
|
45498
45520
|
"privacy": "private"
|
|
45499
45521
|
},
|
|
45500
45522
|
{
|
|
45501
|
-
"kind": "
|
|
45502
|
-
"name": "
|
|
45523
|
+
"kind": "method",
|
|
45524
|
+
"name": "_computeLangOverflow",
|
|
45503
45525
|
"privacy": "private"
|
|
45504
45526
|
},
|
|
45505
45527
|
{
|
|
45506
45528
|
"kind": "field",
|
|
45507
|
-
"name": "
|
|
45529
|
+
"name": "handleLanguageAdd",
|
|
45508
45530
|
"privacy": "private"
|
|
45509
45531
|
},
|
|
45510
45532
|
{
|
|
45511
|
-
"kind": "
|
|
45512
|
-
"name": "
|
|
45533
|
+
"kind": "field",
|
|
45534
|
+
"name": "handleOverflowSelect",
|
|
45513
45535
|
"privacy": "private"
|
|
45514
45536
|
},
|
|
45515
45537
|
{
|
|
45516
|
-
"kind": "
|
|
45517
|
-
"name": "
|
|
45538
|
+
"kind": "field",
|
|
45539
|
+
"name": "switchLanguage",
|
|
45518
45540
|
"privacy": "private"
|
|
45519
45541
|
},
|
|
45520
45542
|
{
|
|
45521
|
-
"kind": "
|
|
45522
|
-
"name": "
|
|
45543
|
+
"kind": "field",
|
|
45544
|
+
"name": "handleValueUpdate",
|
|
45545
|
+
"privacy": "private"
|
|
45523
45546
|
},
|
|
45524
45547
|
{
|
|
45525
45548
|
"kind": "method",
|
|
45526
|
-
"name": "
|
|
45549
|
+
"name": "updateValue",
|
|
45550
|
+
"privacy": "private"
|
|
45527
45551
|
},
|
|
45528
45552
|
{
|
|
45529
|
-
"kind": "
|
|
45530
|
-
"name": "
|
|
45553
|
+
"kind": "field",
|
|
45554
|
+
"name": "handleKeyDown",
|
|
45555
|
+
"privacy": "private"
|
|
45531
45556
|
},
|
|
45532
45557
|
{
|
|
45533
|
-
"kind": "
|
|
45534
|
-
"name": "
|
|
45558
|
+
"kind": "field",
|
|
45559
|
+
"name": "handleSubmit",
|
|
45560
|
+
"privacy": "private"
|
|
45535
45561
|
},
|
|
45536
45562
|
{
|
|
45537
45563
|
"kind": "method",
|
|
45538
|
-
"name": "
|
|
45564
|
+
"name": "isRTLLanguage",
|
|
45565
|
+
"privacy": "private",
|
|
45566
|
+
"return": {
|
|
45567
|
+
"type": {
|
|
45568
|
+
"text": "boolean"
|
|
45569
|
+
}
|
|
45570
|
+
},
|
|
45571
|
+
"parameters": [
|
|
45572
|
+
{
|
|
45573
|
+
"name": "languageCode",
|
|
45574
|
+
"type": {
|
|
45575
|
+
"text": "string"
|
|
45576
|
+
}
|
|
45577
|
+
}
|
|
45578
|
+
]
|
|
45539
45579
|
}
|
|
45540
45580
|
],
|
|
45541
|
-
"
|
|
45542
|
-
{
|
|
45543
|
-
"description": "Emitted when the tooltip is shown.",
|
|
45544
|
-
"name": "zn-show"
|
|
45545
|
-
},
|
|
45581
|
+
"attributes": [
|
|
45546
45582
|
{
|
|
45547
|
-
"
|
|
45548
|
-
"
|
|
45583
|
+
"name": "name",
|
|
45584
|
+
"type": {
|
|
45585
|
+
"text": "string"
|
|
45586
|
+
},
|
|
45587
|
+
"default": "''",
|
|
45588
|
+
"fieldName": "name"
|
|
45549
45589
|
},
|
|
45550
45590
|
{
|
|
45551
|
-
"
|
|
45552
|
-
"
|
|
45591
|
+
"name": "value",
|
|
45592
|
+
"type": {
|
|
45593
|
+
"text": "string"
|
|
45594
|
+
},
|
|
45595
|
+
"default": "'{\"en\":\"\"}'",
|
|
45596
|
+
"fieldName": "value"
|
|
45553
45597
|
},
|
|
45554
45598
|
{
|
|
45555
|
-
"
|
|
45556
|
-
"name": "zn-after-hide"
|
|
45557
|
-
}
|
|
45558
|
-
],
|
|
45559
|
-
"attributes": [
|
|
45560
|
-
{
|
|
45561
|
-
"name": "content",
|
|
45599
|
+
"name": "label",
|
|
45562
45600
|
"type": {
|
|
45563
45601
|
"text": "string"
|
|
45564
45602
|
},
|
|
45565
45603
|
"default": "''",
|
|
45566
|
-
"fieldName": "
|
|
45604
|
+
"fieldName": "label"
|
|
45567
45605
|
},
|
|
45568
45606
|
{
|
|
45569
|
-
"name": "
|
|
45607
|
+
"name": "help-text",
|
|
45570
45608
|
"type": {
|
|
45571
|
-
"text": "
|
|
45609
|
+
"text": "string"
|
|
45572
45610
|
},
|
|
45573
|
-
"default": "'
|
|
45574
|
-
"
|
|
45611
|
+
"default": "''",
|
|
45612
|
+
"description": "Text shown below the field, describing how to fill it in. Applies to every language. If you need HTML, use the\n`help-text` slot instead.",
|
|
45613
|
+
"fieldName": "helpText"
|
|
45575
45614
|
},
|
|
45576
45615
|
{
|
|
45577
45616
|
"name": "disabled",
|
|
@@ -45582,58 +45621,114 @@
|
|
|
45582
45621
|
"fieldName": "disabled"
|
|
45583
45622
|
},
|
|
45584
45623
|
{
|
|
45585
|
-
"name": "
|
|
45624
|
+
"name": "required",
|
|
45586
45625
|
"type": {
|
|
45587
|
-
"text": "
|
|
45626
|
+
"text": "boolean"
|
|
45588
45627
|
},
|
|
45589
|
-
"default": "
|
|
45590
|
-
"fieldName": "
|
|
45628
|
+
"default": "false",
|
|
45629
|
+
"fieldName": "required"
|
|
45591
45630
|
},
|
|
45592
45631
|
{
|
|
45593
|
-
"name": "
|
|
45632
|
+
"name": "flush",
|
|
45594
45633
|
"type": {
|
|
45595
45634
|
"text": "boolean"
|
|
45596
45635
|
},
|
|
45597
45636
|
"default": "false",
|
|
45598
|
-
"fieldName": "
|
|
45637
|
+
"fieldName": "flush"
|
|
45599
45638
|
},
|
|
45600
45639
|
{
|
|
45601
|
-
"name": "
|
|
45640
|
+
"name": "input-type",
|
|
45602
45641
|
"type": {
|
|
45603
|
-
"text": "number"
|
|
45642
|
+
"text": "'select' | 'text' | 'number' | 'textarea'"
|
|
45604
45643
|
},
|
|
45605
|
-
"default": "
|
|
45606
|
-
"fieldName": "
|
|
45644
|
+
"default": "'text'",
|
|
45645
|
+
"fieldName": "inputType"
|
|
45607
45646
|
},
|
|
45608
45647
|
{
|
|
45609
|
-
"name": "
|
|
45648
|
+
"name": "textarea-rows",
|
|
45649
|
+
"type": {
|
|
45650
|
+
"text": "number | undefined"
|
|
45651
|
+
},
|
|
45652
|
+
"fieldName": "textareaRows"
|
|
45653
|
+
},
|
|
45654
|
+
{
|
|
45655
|
+
"name": "slash-items",
|
|
45656
|
+
"type": {
|
|
45657
|
+
"text": "SlashMenuItem[]"
|
|
45658
|
+
},
|
|
45659
|
+
"default": "[]",
|
|
45660
|
+
"description": "Quick insertions offered by the slash menu on `text` and `textarea` inputs. Accepts a JSON array of items, or\nthe shorthand `Brand name={{BRAND_NAME}}, Support email={{SUPPORT_EMAIL}}`. Every language shares the list.",
|
|
45661
|
+
"fieldName": "slashItems"
|
|
45662
|
+
},
|
|
45663
|
+
{
|
|
45664
|
+
"name": "slash-preset",
|
|
45610
45665
|
"type": {
|
|
45611
45666
|
"text": "string"
|
|
45612
45667
|
},
|
|
45613
|
-
"default": "'
|
|
45614
|
-
"
|
|
45668
|
+
"default": "''",
|
|
45669
|
+
"description": "Names of item sets registered with `registerSlashMenuPreset`, comma separated.",
|
|
45670
|
+
"fieldName": "slashPreset"
|
|
45615
45671
|
},
|
|
45616
45672
|
{
|
|
45617
|
-
"name": "
|
|
45673
|
+
"name": "slash-trigger",
|
|
45674
|
+
"type": {
|
|
45675
|
+
"text": "string"
|
|
45676
|
+
},
|
|
45677
|
+
"default": "'/'",
|
|
45678
|
+
"description": "The characters that open the slash menu.",
|
|
45679
|
+
"fieldName": "slashTrigger"
|
|
45680
|
+
},
|
|
45681
|
+
{
|
|
45682
|
+
"name": "slash-heading",
|
|
45683
|
+
"type": {
|
|
45684
|
+
"text": "string"
|
|
45685
|
+
},
|
|
45686
|
+
"default": "'Insert'",
|
|
45687
|
+
"description": "The heading shown above the slash menu's items.",
|
|
45688
|
+
"fieldName": "slashHeading"
|
|
45689
|
+
},
|
|
45690
|
+
{
|
|
45691
|
+
"name": "slash-hide-keys",
|
|
45618
45692
|
"type": {
|
|
45619
45693
|
"text": "boolean"
|
|
45620
45694
|
},
|
|
45621
|
-
"default": "
|
|
45622
|
-
"
|
|
45695
|
+
"default": "false",
|
|
45696
|
+
"description": "Hides the insertion keys normally shown against the slash menu's items.",
|
|
45697
|
+
"fieldName": "slashHideKeys"
|
|
45698
|
+
},
|
|
45699
|
+
{
|
|
45700
|
+
"name": "grouped",
|
|
45701
|
+
"type": {
|
|
45702
|
+
"text": "boolean"
|
|
45703
|
+
},
|
|
45704
|
+
"default": "false",
|
|
45705
|
+
"description": "When true, hides the individual language navbar and defers language control to a parent zn-translation-group.",
|
|
45706
|
+
"fieldName": "grouped"
|
|
45707
|
+
},
|
|
45708
|
+
{
|
|
45709
|
+
"name": "languages",
|
|
45710
|
+
"type": {
|
|
45711
|
+
"text": "Record<string, string>"
|
|
45712
|
+
},
|
|
45713
|
+
"default": "{ 'en': 'EN' }",
|
|
45714
|
+
"fieldName": "languages"
|
|
45715
|
+
},
|
|
45716
|
+
{
|
|
45717
|
+
"name": "values",
|
|
45718
|
+
"type": {
|
|
45719
|
+
"text": "Record<string, string>"
|
|
45720
|
+
},
|
|
45721
|
+
"default": "{}",
|
|
45722
|
+
"fieldName": "values"
|
|
45623
45723
|
}
|
|
45624
45724
|
],
|
|
45625
45725
|
"superclass": {
|
|
45626
45726
|
"name": "ZincElement",
|
|
45627
45727
|
"module": "/src/internal/zinc-element"
|
|
45628
45728
|
},
|
|
45629
|
-
"
|
|
45630
|
-
"
|
|
45631
|
-
"
|
|
45632
|
-
"customElement": true,
|
|
45633
|
-
"jsDoc": "/**\n * @summary The Tooltip component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/tooltip\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the tooltip is shown.\n * @event zn-after-show - Emitted after the tooltip is shown.\n * @event zn-hide - Emitted when the tooltip is hidden.\n * @event zn-after-hide - Emitted after the tooltip is hidden.\n *\n * @slot - The content of the tooltip\n * @slot anchor - The anchor the tooltip is attached to.\n */",
|
|
45634
|
-
"documentation": "https://zinc.style/components/tooltip",
|
|
45635
|
-
"status": "experimental",
|
|
45636
|
-
"since": "1.0"
|
|
45729
|
+
"tagNameWithoutPrefix": "translations",
|
|
45730
|
+
"tagName": "zn-translations",
|
|
45731
|
+
"customElement": true
|
|
45637
45732
|
}
|
|
45638
45733
|
],
|
|
45639
45734
|
"exports": [
|
|
@@ -45641,8 +45736,8 @@
|
|
|
45641
45736
|
"kind": "js",
|
|
45642
45737
|
"name": "default",
|
|
45643
45738
|
"declaration": {
|
|
45644
|
-
"name": "
|
|
45645
|
-
"module": "components/
|
|
45739
|
+
"name": "ZnTranslations",
|
|
45740
|
+
"module": "components/translations/translations.js"
|
|
45646
45741
|
}
|
|
45647
45742
|
}
|
|
45648
45743
|
]
|
|
@@ -45903,7 +45998,7 @@
|
|
|
45903
45998
|
"package": {
|
|
45904
45999
|
"name": "@kubex/zinc",
|
|
45905
46000
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
45906
|
-
"version": "1.1.
|
|
46001
|
+
"version": "1.1.92",
|
|
45907
46002
|
"author": "",
|
|
45908
46003
|
"license": "MIT"
|
|
45909
46004
|
}
|