@redvars/peacock 3.6.1 → 3.6.2
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/assets/styles.css +1 -1
- package/dist/assets/styles.css.map +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/tokens.css.map +1 -1
- package/dist/{button-colors-Ccys3hvS.js → button-colors-AvGh22Zn.js} +18 -18
- package/dist/{button-colors-Ccys3hvS.js.map → button-colors-AvGh22Zn.js.map} +1 -1
- package/dist/button-group.js +2 -2
- package/dist/button.js +2 -3
- package/dist/button.js.map +1 -1
- package/dist/card.js +1 -1
- package/dist/card.js.map +1 -1
- package/dist/code-highlighter.js +34 -9
- package/dist/code-highlighter.js.map +1 -1
- package/dist/custom-elements-jsdocs.json +661 -73
- package/dist/custom-elements.json +718 -80
- package/dist/flow-designer.js +1402 -8
- package/dist/flow-designer.js.map +1 -1
- package/dist/icon-CueRR7wx.js +260 -0
- package/dist/icon-CueRR7wx.js.map +1 -0
- package/dist/{icon-button-CK1ZuE-2.js → icon-button-ohxHhy4t.js} +2 -2
- package/dist/{icon-button-CK1ZuE-2.js.map → icon-button-ohxHhy4t.js.map} +1 -1
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/modal.js +11 -11
- package/dist/modal.js.map +1 -1
- package/dist/{navigation-rail-DTTkqohi.js → navigation-rail-CD7IrqbN.js} +247 -123
- package/dist/navigation-rail-CD7IrqbN.js.map +1 -0
- package/dist/peacock-loader.js +30 -30
- package/dist/peacock-loader.js.map +1 -1
- package/dist/{popover-NC7b1lTq.js → popover-DUPmMVWS.js} +9 -4
- package/dist/{popover-NC7b1lTq.js.map → popover-DUPmMVWS.js.map} +1 -1
- package/dist/popover.js +1 -1
- package/dist/src/__controllers/floating-controller.d.ts +1 -0
- package/dist/src/avatar/avatar.d.ts +1 -1
- package/dist/src/breadcrumb/breadcrumb/breadcrumb.d.ts +0 -1
- package/dist/src/chip/chip/chip.d.ts +14 -11
- package/dist/src/chip/chip-set/chip-set.d.ts +20 -0
- package/dist/src/chip/chip-set/index.d.ts +1 -0
- package/dist/src/code-highlighter/code-highlighter.d.ts +4 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/menu/menu/menu.d.ts +1 -0
- package/dist/src/modal/modal.d.ts +1 -1
- package/dist/test/chip.test.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
- package/scss/styles.scss +3 -3
- package/scss/tokens.css +1 -1
- package/src/__controllers/floating-controller.ts +9 -3
- package/src/avatar/avatar.scss +4 -4
- package/src/avatar/avatar.ts +1 -1
- package/src/breadcrumb/breadcrumb/breadcrumb.ts +0 -1
- package/src/button/button/button.scss +17 -17
- package/src/button/button/button.ts +1 -2
- package/src/card/card.ts +1 -1
- package/src/chip/chip/chip.scss +119 -45
- package/src/chip/chip/chip.ts +97 -38
- package/src/chip/chip-set/chip-set.scss +13 -0
- package/src/chip/chip-set/chip-set.ts +25 -0
- package/src/chip/chip-set/index.ts +1 -0
- package/src/code-highlighter/code-highlighter.ts +33 -6
- package/src/field/field.scss +1 -1
- package/src/index.ts +1 -0
- package/src/menu/menu/menu.ts +11 -0
- package/src/modal/modal.scss +10 -10
- package/src/modal/modal.ts +1 -1
- package/src/peacock-loader.ts +24 -22
- package/dist/flow-designer-DvTUrDp5.js +0 -1656
- package/dist/flow-designer-DvTUrDp5.js.map +0 -1
- package/dist/navigation-rail-DTTkqohi.js.map +0 -1
- package/src/chip/chip/chip-colors.scss +0 -31
|
@@ -456,6 +456,14 @@
|
|
|
456
456
|
"module": "./chip/chip/index.js"
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "js",
|
|
461
|
+
"name": "ChipSet",
|
|
462
|
+
"declaration": {
|
|
463
|
+
"name": "ChipSet",
|
|
464
|
+
"module": "./chip/chip-set/index.js"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
459
467
|
{
|
|
460
468
|
"kind": "js",
|
|
461
469
|
"name": "LinearProgress",
|
|
@@ -1303,6 +1311,25 @@
|
|
|
1303
1311
|
"name": "handleFocusOut",
|
|
1304
1312
|
"privacy": "private"
|
|
1305
1313
|
},
|
|
1314
|
+
{
|
|
1315
|
+
"kind": "method",
|
|
1316
|
+
"name": "isEventInsideElement",
|
|
1317
|
+
"privacy": "private",
|
|
1318
|
+
"parameters": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "event",
|
|
1321
|
+
"type": {
|
|
1322
|
+
"text": "Event"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "element",
|
|
1327
|
+
"type": {
|
|
1328
|
+
"text": "HTMLElement"
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1306
1333
|
{
|
|
1307
1334
|
"kind": "field",
|
|
1308
1335
|
"name": "handleOutsideClick",
|
|
@@ -1335,26 +1362,6 @@
|
|
|
1335
1362
|
}
|
|
1336
1363
|
]
|
|
1337
1364
|
},
|
|
1338
|
-
{
|
|
1339
|
-
"kind": "javascript-module",
|
|
1340
|
-
"path": "src/__directive/spread.ts",
|
|
1341
|
-
"declarations": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "variable",
|
|
1344
|
-
"name": "spread"
|
|
1345
|
-
}
|
|
1346
|
-
],
|
|
1347
|
-
"exports": [
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "js",
|
|
1350
|
-
"name": "spread",
|
|
1351
|
-
"declaration": {
|
|
1352
|
-
"name": "spread",
|
|
1353
|
-
"module": "src/__directive/spread.ts"
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
]
|
|
1357
|
-
},
|
|
1358
1365
|
{
|
|
1359
1366
|
"kind": "javascript-module",
|
|
1360
1367
|
"path": "src/__mixins/BaseButtonMixin.ts",
|
|
@@ -1643,6 +1650,26 @@
|
|
|
1643
1650
|
"declarations": [],
|
|
1644
1651
|
"exports": []
|
|
1645
1652
|
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "javascript-module",
|
|
1655
|
+
"path": "src/__directive/spread.ts",
|
|
1656
|
+
"declarations": [
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "variable",
|
|
1659
|
+
"name": "spread"
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"exports": [
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "js",
|
|
1665
|
+
"name": "spread",
|
|
1666
|
+
"declaration": {
|
|
1667
|
+
"name": "spread",
|
|
1668
|
+
"module": "src/__directive/spread.ts"
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
]
|
|
1672
|
+
},
|
|
1646
1673
|
{
|
|
1647
1674
|
"kind": "javascript-module",
|
|
1648
1675
|
"path": "src/__utils/cache-fetch.ts",
|
|
@@ -2334,8 +2361,8 @@
|
|
|
2334
2361
|
"name": "--avatar-border-radius"
|
|
2335
2362
|
},
|
|
2336
2363
|
{
|
|
2337
|
-
"description": "Controls the color of the avatar.",
|
|
2338
|
-
"name": "--avatar-
|
|
2364
|
+
"description": "Controls the color of the avatar container.",
|
|
2365
|
+
"name": "--avatar-container-color"
|
|
2339
2366
|
},
|
|
2340
2367
|
{
|
|
2341
2368
|
"description": "Controls the size of the avatar.",
|
|
@@ -7752,6 +7779,17 @@
|
|
|
7752
7779
|
"description": "",
|
|
7753
7780
|
"name": "CodeHighlighter",
|
|
7754
7781
|
"members": [
|
|
7782
|
+
{
|
|
7783
|
+
"kind": "field",
|
|
7784
|
+
"name": "COPY_FEEDBACK_DURATION",
|
|
7785
|
+
"type": {
|
|
7786
|
+
"text": "number"
|
|
7787
|
+
},
|
|
7788
|
+
"privacy": "private",
|
|
7789
|
+
"static": true,
|
|
7790
|
+
"readonly": true,
|
|
7791
|
+
"default": "3000"
|
|
7792
|
+
},
|
|
7755
7793
|
{
|
|
7756
7794
|
"kind": "field",
|
|
7757
7795
|
"name": "language",
|
|
@@ -7809,6 +7847,15 @@
|
|
|
7809
7847
|
"privacy": "private",
|
|
7810
7848
|
"default": "null"
|
|
7811
7849
|
},
|
|
7850
|
+
{
|
|
7851
|
+
"kind": "field",
|
|
7852
|
+
"name": "_copied",
|
|
7853
|
+
"type": {
|
|
7854
|
+
"text": "boolean"
|
|
7855
|
+
},
|
|
7856
|
+
"privacy": "private",
|
|
7857
|
+
"default": "false"
|
|
7858
|
+
},
|
|
7812
7859
|
{
|
|
7813
7860
|
"kind": "field",
|
|
7814
7861
|
"name": "parsedCode",
|
|
@@ -7818,6 +7865,15 @@
|
|
|
7818
7865
|
"privacy": "private",
|
|
7819
7866
|
"default": "null"
|
|
7820
7867
|
},
|
|
7868
|
+
{
|
|
7869
|
+
"kind": "field",
|
|
7870
|
+
"name": "_copyFeedbackTimeout",
|
|
7871
|
+
"type": {
|
|
7872
|
+
"text": "number | null"
|
|
7873
|
+
},
|
|
7874
|
+
"privacy": "private",
|
|
7875
|
+
"default": "null"
|
|
7876
|
+
},
|
|
7821
7877
|
{
|
|
7822
7878
|
"kind": "method",
|
|
7823
7879
|
"name": "decode",
|
|
@@ -15657,7 +15713,7 @@
|
|
|
15657
15713
|
"customElement": true,
|
|
15658
15714
|
"summary": "A Material Design 3 dialog/modal for displaying content in a layer above the page, with optional header, body, and footer slots.",
|
|
15659
15715
|
"rawTag": {
|
|
15660
|
-
"name": "modal
|
|
15716
|
+
"name": "modal",
|
|
15661
15717
|
"description": ""
|
|
15662
15718
|
}
|
|
15663
15719
|
}
|
|
@@ -27615,45 +27671,39 @@
|
|
|
27615
27671
|
},
|
|
27616
27672
|
{
|
|
27617
27673
|
"kind": "field",
|
|
27618
|
-
"name": "
|
|
27674
|
+
"name": "configAria",
|
|
27619
27675
|
"type": {
|
|
27620
|
-
"text": "
|
|
27676
|
+
"text": "{ [key: string]: any } | undefined"
|
|
27621
27677
|
},
|
|
27622
|
-
"
|
|
27623
|
-
"
|
|
27624
|
-
"attribute": "color",
|
|
27678
|
+
"description": "Additional ARIA attributes to pass to the inner button/anchor element.",
|
|
27679
|
+
"attribute": "configAria",
|
|
27625
27680
|
"reflects": true
|
|
27626
27681
|
},
|
|
27627
27682
|
{
|
|
27628
27683
|
"kind": "field",
|
|
27629
|
-
"name": "
|
|
27684
|
+
"name": "_hasIconSlotContent",
|
|
27630
27685
|
"type": {
|
|
27631
|
-
"text": "
|
|
27686
|
+
"text": "boolean"
|
|
27632
27687
|
},
|
|
27633
|
-
"
|
|
27634
|
-
"
|
|
27635
|
-
"attribute": "value",
|
|
27636
|
-
"reflects": true
|
|
27688
|
+
"privacy": "private",
|
|
27689
|
+
"default": "false"
|
|
27637
27690
|
},
|
|
27638
27691
|
{
|
|
27639
27692
|
"kind": "field",
|
|
27640
|
-
"name": "
|
|
27693
|
+
"name": "_isPressed",
|
|
27641
27694
|
"type": {
|
|
27642
27695
|
"text": "boolean"
|
|
27643
27696
|
},
|
|
27644
|
-
"
|
|
27645
|
-
"
|
|
27646
|
-
"attribute": "selected",
|
|
27647
|
-
"reflects": true
|
|
27697
|
+
"privacy": "private",
|
|
27698
|
+
"default": "false"
|
|
27648
27699
|
},
|
|
27649
27700
|
{
|
|
27650
|
-
"kind": "
|
|
27651
|
-
"name": "
|
|
27652
|
-
|
|
27653
|
-
|
|
27654
|
-
|
|
27655
|
-
"
|
|
27656
|
-
"attribute": "imageSrc"
|
|
27701
|
+
"kind": "method",
|
|
27702
|
+
"name": "focus"
|
|
27703
|
+
},
|
|
27704
|
+
{
|
|
27705
|
+
"kind": "method",
|
|
27706
|
+
"name": "blur"
|
|
27657
27707
|
},
|
|
27658
27708
|
{
|
|
27659
27709
|
"kind": "method",
|
|
@@ -27675,68 +27725,589 @@
|
|
|
27675
27725
|
},
|
|
27676
27726
|
{
|
|
27677
27727
|
"kind": "method",
|
|
27678
|
-
"name": "
|
|
27679
|
-
|
|
27680
|
-
}
|
|
27681
|
-
],
|
|
27682
|
-
"events": [
|
|
27728
|
+
"name": "renderChipContent"
|
|
27729
|
+
},
|
|
27683
27730
|
{
|
|
27684
|
-
"
|
|
27731
|
+
"kind": "field",
|
|
27732
|
+
"name": "htmlType",
|
|
27685
27733
|
"type": {
|
|
27686
|
-
"text": "
|
|
27734
|
+
"text": "'button' | 'submit' | 'reset'"
|
|
27735
|
+
},
|
|
27736
|
+
"default": "'button'",
|
|
27737
|
+
"description": "The type of the underlying `<button>` element. Maps to the native `type` attribute.\nPossible values are `\"button\"`, `\"submit\"`, `\"reset\"`. Defaults to `\"button\"`.",
|
|
27738
|
+
"attribute": "htmlType",
|
|
27739
|
+
"inheritedFrom": {
|
|
27740
|
+
"name": "BaseButton",
|
|
27741
|
+
"module": "src/button/BaseButton.ts"
|
|
27687
27742
|
}
|
|
27688
|
-
}
|
|
27689
|
-
],
|
|
27690
|
-
"attributes": [
|
|
27743
|
+
},
|
|
27691
27744
|
{
|
|
27692
|
-
"
|
|
27745
|
+
"kind": "field",
|
|
27746
|
+
"name": "disabled",
|
|
27693
27747
|
"type": {
|
|
27694
27748
|
"text": "boolean"
|
|
27695
27749
|
},
|
|
27696
27750
|
"default": "false",
|
|
27697
|
-
"description": "
|
|
27698
|
-
"
|
|
27751
|
+
"description": "When `true`, the button is disabled and cannot be interacted with. Reflects to the `disabled` attribute. Defaults to `false`.",
|
|
27752
|
+
"attribute": "disabled",
|
|
27753
|
+
"reflects": true,
|
|
27754
|
+
"inheritedFrom": {
|
|
27755
|
+
"name": "BaseButton",
|
|
27756
|
+
"module": "src/button/BaseButton.ts"
|
|
27757
|
+
}
|
|
27699
27758
|
},
|
|
27700
27759
|
{
|
|
27701
|
-
"
|
|
27760
|
+
"kind": "field",
|
|
27761
|
+
"name": "softDisabled",
|
|
27702
27762
|
"type": {
|
|
27703
|
-
"text": "
|
|
27763
|
+
"text": "boolean"
|
|
27704
27764
|
},
|
|
27705
|
-
"default": "
|
|
27706
|
-
"description": "
|
|
27707
|
-
"
|
|
27765
|
+
"default": "false",
|
|
27766
|
+
"description": "When `true`, the button is visually styled as disabled and cannot be interacted with, but remains focusable.\nUse this in combination with `disabledReason` to communicate why the button is unavailable.\nReflects to the `soft-disabled` attribute. Defaults to `false`.",
|
|
27767
|
+
"attribute": "soft-disabled",
|
|
27768
|
+
"reflects": true,
|
|
27769
|
+
"inheritedFrom": {
|
|
27770
|
+
"name": "BaseButton",
|
|
27771
|
+
"module": "src/button/BaseButton.ts"
|
|
27772
|
+
}
|
|
27773
|
+
},
|
|
27774
|
+
{
|
|
27775
|
+
"kind": "field",
|
|
27776
|
+
"name": "disabledReason",
|
|
27777
|
+
"type": {
|
|
27778
|
+
"text": "string"
|
|
27779
|
+
},
|
|
27780
|
+
"default": "''",
|
|
27781
|
+
"description": "A human-readable explanation of why the button is disabled or soft-disabled.\nRendered as a visually hidden tooltip and linked via `aria-describedby` for accessibility.\nMaps to the `disabled-reason` attribute.",
|
|
27782
|
+
"attribute": "disabled-reason",
|
|
27783
|
+
"inheritedFrom": {
|
|
27784
|
+
"name": "BaseButton",
|
|
27785
|
+
"module": "src/button/BaseButton.ts"
|
|
27786
|
+
}
|
|
27787
|
+
},
|
|
27788
|
+
{
|
|
27789
|
+
"kind": "field",
|
|
27790
|
+
"name": "form",
|
|
27791
|
+
"type": {
|
|
27792
|
+
"text": "string"
|
|
27793
|
+
},
|
|
27794
|
+
"default": "''",
|
|
27795
|
+
"description": "The `id` of the `<form>` element to associate the button with.\nIf omitted, the button is associated with its nearest ancestor form.\nMaps to the native `form` attribute.",
|
|
27796
|
+
"attribute": "form",
|
|
27797
|
+
"inheritedFrom": {
|
|
27798
|
+
"name": "BaseButton",
|
|
27799
|
+
"module": "src/button/BaseButton.ts"
|
|
27800
|
+
}
|
|
27801
|
+
},
|
|
27802
|
+
{
|
|
27803
|
+
"kind": "field",
|
|
27804
|
+
"name": "name",
|
|
27805
|
+
"type": {
|
|
27806
|
+
"text": "string"
|
|
27807
|
+
},
|
|
27808
|
+
"default": "''",
|
|
27809
|
+
"description": "The name of the button, submitted as part of a name/value pair when the associated form is submitted.\nMaps to the native `name` attribute.",
|
|
27810
|
+
"attribute": "name",
|
|
27811
|
+
"inheritedFrom": {
|
|
27812
|
+
"name": "BaseButton",
|
|
27813
|
+
"module": "src/button/BaseButton.ts"
|
|
27814
|
+
}
|
|
27708
27815
|
},
|
|
27709
27816
|
{
|
|
27817
|
+
"kind": "field",
|
|
27710
27818
|
"name": "value",
|
|
27711
27819
|
"type": {
|
|
27712
27820
|
"text": "string"
|
|
27713
27821
|
},
|
|
27714
27822
|
"default": "''",
|
|
27715
|
-
"description": "
|
|
27716
|
-
"
|
|
27823
|
+
"description": "The value of the button, submitted as part of a name/value pair when the associated form is submitted.\nMaps to the native `value` attribute.",
|
|
27824
|
+
"attribute": "value",
|
|
27825
|
+
"inheritedFrom": {
|
|
27826
|
+
"name": "BaseButton",
|
|
27827
|
+
"module": "src/button/BaseButton.ts"
|
|
27828
|
+
}
|
|
27717
27829
|
},
|
|
27718
27830
|
{
|
|
27719
|
-
"
|
|
27831
|
+
"kind": "field",
|
|
27832
|
+
"name": "href",
|
|
27720
27833
|
"type": {
|
|
27721
|
-
"text": "
|
|
27834
|
+
"text": "string | undefined"
|
|
27722
27835
|
},
|
|
27723
|
-
"
|
|
27724
|
-
"
|
|
27725
|
-
"
|
|
27836
|
+
"description": "The URL that the hyperlink points to. When set, the component renders as an `<a>` element.\nMaps to the native `href` attribute.",
|
|
27837
|
+
"attribute": "href",
|
|
27838
|
+
"reflects": true,
|
|
27839
|
+
"inheritedFrom": {
|
|
27840
|
+
"name": "BaseButton",
|
|
27841
|
+
"module": "src/button/BaseButton.ts"
|
|
27842
|
+
}
|
|
27843
|
+
},
|
|
27844
|
+
{
|
|
27845
|
+
"kind": "field",
|
|
27846
|
+
"name": "target",
|
|
27847
|
+
"type": {
|
|
27848
|
+
"text": "'_self' | '_parent' | '_blank' | '_top' | string"
|
|
27849
|
+
},
|
|
27850
|
+
"default": "'_self'",
|
|
27851
|
+
"description": "Where to display the linked URL. Maps to the native `target` attribute.\nPossible values are `\"_self\"`, `\"_blank\"`, `\"_parent\"`, `\"_top\"`, or a custom frame name.\nWhen using `\"_blank\"`, consider setting `rel=\"noopener noreferrer\"` for security. Defaults to `\"_self\"`.",
|
|
27852
|
+
"attribute": "target",
|
|
27853
|
+
"inheritedFrom": {
|
|
27854
|
+
"name": "BaseButton",
|
|
27855
|
+
"module": "src/button/BaseButton.ts"
|
|
27856
|
+
}
|
|
27726
27857
|
},
|
|
27727
27858
|
{
|
|
27728
|
-
"
|
|
27859
|
+
"kind": "field",
|
|
27860
|
+
"name": "rel",
|
|
27729
27861
|
"type": {
|
|
27730
27862
|
"text": "string | undefined"
|
|
27731
27863
|
},
|
|
27732
|
-
"description": "
|
|
27733
|
-
"
|
|
27734
|
-
|
|
27735
|
-
|
|
27736
|
-
|
|
27737
|
-
|
|
27738
|
-
|
|
27739
|
-
|
|
27864
|
+
"description": "The relationship between the current document and the linked URL.\nMaps to the native `rel` attribute on the rendered `<a>` element.\nWhen `target=\"_blank\"`, use `\"noopener noreferrer\"` to prevent tab-napping attacks.",
|
|
27865
|
+
"attribute": "rel",
|
|
27866
|
+
"inheritedFrom": {
|
|
27867
|
+
"name": "BaseButton",
|
|
27868
|
+
"module": "src/button/BaseButton.ts"
|
|
27869
|
+
}
|
|
27870
|
+
},
|
|
27871
|
+
{
|
|
27872
|
+
"kind": "field",
|
|
27873
|
+
"name": "download",
|
|
27874
|
+
"type": {
|
|
27875
|
+
"text": "string | undefined"
|
|
27876
|
+
},
|
|
27877
|
+
"description": "Causes the browser to download the linked URL instead of navigating to it.\nIf a string value is provided, it is used as the suggested filename.\nOmit or leave undefined to preserve normal navigation behaviour.\nMaps to the native `download` attribute. Only applies when `href` is set.",
|
|
27878
|
+
"attribute": "download",
|
|
27879
|
+
"inheritedFrom": {
|
|
27880
|
+
"name": "BaseButton",
|
|
27881
|
+
"module": "src/button/BaseButton.ts"
|
|
27882
|
+
}
|
|
27883
|
+
},
|
|
27884
|
+
{
|
|
27885
|
+
"kind": "method",
|
|
27886
|
+
"name": "__isLink",
|
|
27887
|
+
"return": {
|
|
27888
|
+
"type": {
|
|
27889
|
+
"text": "boolean"
|
|
27890
|
+
}
|
|
27891
|
+
},
|
|
27892
|
+
"description": "Returns `true` when `href` is set, indicating the component should render as a link.",
|
|
27893
|
+
"inheritedFrom": {
|
|
27894
|
+
"name": "BaseButton",
|
|
27895
|
+
"module": "src/button/BaseButton.ts"
|
|
27896
|
+
}
|
|
27897
|
+
},
|
|
27898
|
+
{
|
|
27899
|
+
"kind": "field",
|
|
27900
|
+
"name": "DISABLED_REASON_ID",
|
|
27901
|
+
"type": {
|
|
27902
|
+
"text": "string"
|
|
27903
|
+
},
|
|
27904
|
+
"privacy": "protected",
|
|
27905
|
+
"static": true,
|
|
27906
|
+
"readonly": true,
|
|
27907
|
+
"default": "'disabled-reason'",
|
|
27908
|
+
"inheritedFrom": {
|
|
27909
|
+
"name": "BaseButton",
|
|
27910
|
+
"module": "src/button/BaseButton.ts"
|
|
27911
|
+
}
|
|
27912
|
+
},
|
|
27913
|
+
{
|
|
27914
|
+
"kind": "field",
|
|
27915
|
+
"name": "color",
|
|
27916
|
+
"type": {
|
|
27917
|
+
"text": "string | undefined"
|
|
27918
|
+
},
|
|
27919
|
+
"inheritedFrom": {
|
|
27920
|
+
"name": "BaseButton",
|
|
27921
|
+
"module": "src/button/BaseButton.ts"
|
|
27922
|
+
}
|
|
27923
|
+
},
|
|
27924
|
+
{
|
|
27925
|
+
"kind": "field",
|
|
27926
|
+
"name": "variant",
|
|
27927
|
+
"type": {
|
|
27928
|
+
"text": "string | undefined"
|
|
27929
|
+
},
|
|
27930
|
+
"inheritedFrom": {
|
|
27931
|
+
"name": "BaseButton",
|
|
27932
|
+
"module": "src/button/BaseButton.ts"
|
|
27933
|
+
}
|
|
27934
|
+
},
|
|
27935
|
+
{
|
|
27936
|
+
"kind": "field",
|
|
27937
|
+
"name": "skeleton",
|
|
27938
|
+
"type": {
|
|
27939
|
+
"text": "boolean"
|
|
27940
|
+
},
|
|
27941
|
+
"default": "false",
|
|
27942
|
+
"attribute": "skeleton",
|
|
27943
|
+
"reflects": true,
|
|
27944
|
+
"inheritedFrom": {
|
|
27945
|
+
"name": "BaseButton",
|
|
27946
|
+
"module": "src/button/BaseButton.ts"
|
|
27947
|
+
}
|
|
27948
|
+
},
|
|
27949
|
+
{
|
|
27950
|
+
"kind": "field",
|
|
27951
|
+
"name": "toggle",
|
|
27952
|
+
"type": {
|
|
27953
|
+
"text": "boolean"
|
|
27954
|
+
},
|
|
27955
|
+
"default": "false",
|
|
27956
|
+
"attribute": "toggle",
|
|
27957
|
+
"reflects": true,
|
|
27958
|
+
"inheritedFrom": {
|
|
27959
|
+
"name": "BaseButton",
|
|
27960
|
+
"module": "src/button/BaseButton.ts"
|
|
27961
|
+
}
|
|
27962
|
+
},
|
|
27963
|
+
{
|
|
27964
|
+
"kind": "field",
|
|
27965
|
+
"name": "selected",
|
|
27966
|
+
"type": {
|
|
27967
|
+
"text": "boolean"
|
|
27968
|
+
},
|
|
27969
|
+
"default": "false",
|
|
27970
|
+
"attribute": "selected",
|
|
27971
|
+
"reflects": true,
|
|
27972
|
+
"inheritedFrom": {
|
|
27973
|
+
"name": "BaseButton",
|
|
27974
|
+
"module": "src/button/BaseButton.ts"
|
|
27975
|
+
}
|
|
27976
|
+
},
|
|
27977
|
+
{
|
|
27978
|
+
"kind": "field",
|
|
27979
|
+
"name": "throttleDelay",
|
|
27980
|
+
"type": {
|
|
27981
|
+
"text": "number"
|
|
27982
|
+
},
|
|
27983
|
+
"default": "200",
|
|
27984
|
+
"description": "Sets the delay for throttle in milliseconds. Defaults to 200 milliseconds.",
|
|
27985
|
+
"attribute": "throttleDelay",
|
|
27986
|
+
"inheritedFrom": {
|
|
27987
|
+
"name": "BaseButton",
|
|
27988
|
+
"module": "src/button/BaseButton.ts"
|
|
27989
|
+
}
|
|
27990
|
+
},
|
|
27991
|
+
{
|
|
27992
|
+
"kind": "field",
|
|
27993
|
+
"name": "tooltip",
|
|
27994
|
+
"type": {
|
|
27995
|
+
"text": "string | undefined"
|
|
27996
|
+
},
|
|
27997
|
+
"attribute": "tooltip",
|
|
27998
|
+
"inheritedFrom": {
|
|
27999
|
+
"name": "BaseButton",
|
|
28000
|
+
"module": "src/button/BaseButton.ts"
|
|
28001
|
+
}
|
|
28002
|
+
},
|
|
28003
|
+
{
|
|
28004
|
+
"kind": "field",
|
|
28005
|
+
"name": "isPressed",
|
|
28006
|
+
"type": {
|
|
28007
|
+
"text": "boolean"
|
|
28008
|
+
},
|
|
28009
|
+
"default": "false",
|
|
28010
|
+
"description": "States",
|
|
28011
|
+
"inheritedFrom": {
|
|
28012
|
+
"name": "BaseButton",
|
|
28013
|
+
"module": "src/button/BaseButton.ts"
|
|
28014
|
+
}
|
|
28015
|
+
},
|
|
28016
|
+
{
|
|
28017
|
+
"kind": "field",
|
|
28018
|
+
"name": "buttonElement",
|
|
28019
|
+
"type": {
|
|
28020
|
+
"text": "HTMLElement | null"
|
|
28021
|
+
},
|
|
28022
|
+
"readonly": true,
|
|
28023
|
+
"inheritedFrom": {
|
|
28024
|
+
"name": "BaseButton",
|
|
28025
|
+
"module": "src/button/BaseButton.ts"
|
|
28026
|
+
}
|
|
28027
|
+
},
|
|
28028
|
+
{
|
|
28029
|
+
"kind": "field",
|
|
28030
|
+
"name": "__handlePress",
|
|
28031
|
+
"inheritedFrom": {
|
|
28032
|
+
"name": "BaseButton",
|
|
28033
|
+
"module": "src/button/BaseButton.ts"
|
|
28034
|
+
}
|
|
28035
|
+
},
|
|
28036
|
+
{
|
|
28037
|
+
"kind": "field",
|
|
28038
|
+
"name": "__dispatchClickWithThrottle",
|
|
28039
|
+
"type": {
|
|
28040
|
+
"text": "(event: MouseEvent | KeyboardEvent) => void"
|
|
28041
|
+
},
|
|
28042
|
+
"inheritedFrom": {
|
|
28043
|
+
"name": "BaseButton",
|
|
28044
|
+
"module": "src/button/BaseButton.ts"
|
|
28045
|
+
}
|
|
28046
|
+
},
|
|
28047
|
+
{
|
|
28048
|
+
"kind": "field",
|
|
28049
|
+
"name": "__dispatchClick",
|
|
28050
|
+
"inheritedFrom": {
|
|
28051
|
+
"name": "BaseButton",
|
|
28052
|
+
"module": "src/button/BaseButton.ts"
|
|
28053
|
+
}
|
|
28054
|
+
},
|
|
28055
|
+
{
|
|
28056
|
+
"kind": "method",
|
|
28057
|
+
"name": "__renderDisabledReason",
|
|
28058
|
+
"parameters": [
|
|
28059
|
+
{
|
|
28060
|
+
"name": "softDisabled",
|
|
28061
|
+
"type": {
|
|
28062
|
+
"text": "boolean"
|
|
28063
|
+
}
|
|
28064
|
+
}
|
|
28065
|
+
],
|
|
28066
|
+
"inheritedFrom": {
|
|
28067
|
+
"name": "BaseButton",
|
|
28068
|
+
"module": "src/button/BaseButton.ts"
|
|
28069
|
+
}
|
|
28070
|
+
},
|
|
28071
|
+
{
|
|
28072
|
+
"kind": "method",
|
|
28073
|
+
"name": "__renderTooltip",
|
|
28074
|
+
"inheritedFrom": {
|
|
28075
|
+
"name": "BaseButton",
|
|
28076
|
+
"module": "src/button/BaseButton.ts"
|
|
28077
|
+
}
|
|
28078
|
+
}
|
|
28079
|
+
],
|
|
28080
|
+
"events": [
|
|
28081
|
+
{
|
|
28082
|
+
"name": "tag--dismiss",
|
|
28083
|
+
"type": {
|
|
28084
|
+
"text": "CustomEvent"
|
|
28085
|
+
}
|
|
28086
|
+
}
|
|
28087
|
+
],
|
|
28088
|
+
"attributes": [
|
|
28089
|
+
{
|
|
28090
|
+
"name": "dismissible",
|
|
28091
|
+
"type": {
|
|
28092
|
+
"text": "boolean"
|
|
28093
|
+
},
|
|
28094
|
+
"default": "false",
|
|
28095
|
+
"description": "If true, the tag will have a close icon.",
|
|
28096
|
+
"fieldName": "dismissible"
|
|
28097
|
+
},
|
|
28098
|
+
{
|
|
28099
|
+
"name": "configAria",
|
|
28100
|
+
"type": {
|
|
28101
|
+
"text": "{ [key: string]: any } | undefined"
|
|
28102
|
+
},
|
|
28103
|
+
"description": "Additional ARIA attributes to pass to the inner button/anchor element.",
|
|
28104
|
+
"fieldName": "configAria"
|
|
28105
|
+
},
|
|
28106
|
+
{
|
|
28107
|
+
"name": "htmlType",
|
|
28108
|
+
"type": {
|
|
28109
|
+
"text": "'button' | 'submit' | 'reset'"
|
|
28110
|
+
},
|
|
28111
|
+
"default": "'button'",
|
|
28112
|
+
"description": "The type of the underlying `<button>` element. Maps to the native `type` attribute.\nPossible values are `\"button\"`, `\"submit\"`, `\"reset\"`. Defaults to `\"button\"`.",
|
|
28113
|
+
"fieldName": "htmlType",
|
|
28114
|
+
"inheritedFrom": {
|
|
28115
|
+
"name": "BaseButton",
|
|
28116
|
+
"module": "src/button/BaseButton.ts"
|
|
28117
|
+
}
|
|
28118
|
+
},
|
|
28119
|
+
{
|
|
28120
|
+
"name": "disabled",
|
|
28121
|
+
"type": {
|
|
28122
|
+
"text": "boolean"
|
|
28123
|
+
},
|
|
28124
|
+
"default": "false",
|
|
28125
|
+
"description": "When `true`, the button is disabled and cannot be interacted with. Reflects to the `disabled` attribute. Defaults to `false`.",
|
|
28126
|
+
"fieldName": "disabled",
|
|
28127
|
+
"inheritedFrom": {
|
|
28128
|
+
"name": "BaseButton",
|
|
28129
|
+
"module": "src/button/BaseButton.ts"
|
|
28130
|
+
}
|
|
28131
|
+
},
|
|
28132
|
+
{
|
|
28133
|
+
"name": "soft-disabled",
|
|
28134
|
+
"type": {
|
|
28135
|
+
"text": "boolean"
|
|
28136
|
+
},
|
|
28137
|
+
"default": "false",
|
|
28138
|
+
"description": "When `true`, the button is visually styled as disabled and cannot be interacted with, but remains focusable.\nUse this in combination with `disabledReason` to communicate why the button is unavailable.\nReflects to the `soft-disabled` attribute. Defaults to `false`.",
|
|
28139
|
+
"fieldName": "softDisabled",
|
|
28140
|
+
"inheritedFrom": {
|
|
28141
|
+
"name": "BaseButton",
|
|
28142
|
+
"module": "src/button/BaseButton.ts"
|
|
28143
|
+
}
|
|
28144
|
+
},
|
|
28145
|
+
{
|
|
28146
|
+
"name": "disabled-reason",
|
|
28147
|
+
"type": {
|
|
28148
|
+
"text": "string"
|
|
28149
|
+
},
|
|
28150
|
+
"default": "''",
|
|
28151
|
+
"description": "A human-readable explanation of why the button is disabled or soft-disabled.\nRendered as a visually hidden tooltip and linked via `aria-describedby` for accessibility.\nMaps to the `disabled-reason` attribute.",
|
|
28152
|
+
"fieldName": "disabledReason",
|
|
28153
|
+
"inheritedFrom": {
|
|
28154
|
+
"name": "BaseButton",
|
|
28155
|
+
"module": "src/button/BaseButton.ts"
|
|
28156
|
+
}
|
|
28157
|
+
},
|
|
28158
|
+
{
|
|
28159
|
+
"name": "form",
|
|
28160
|
+
"type": {
|
|
28161
|
+
"text": "string"
|
|
28162
|
+
},
|
|
28163
|
+
"default": "''",
|
|
28164
|
+
"description": "The `id` of the `<form>` element to associate the button with.\nIf omitted, the button is associated with its nearest ancestor form.\nMaps to the native `form` attribute.",
|
|
28165
|
+
"fieldName": "form",
|
|
28166
|
+
"inheritedFrom": {
|
|
28167
|
+
"name": "BaseButton",
|
|
28168
|
+
"module": "src/button/BaseButton.ts"
|
|
28169
|
+
}
|
|
28170
|
+
},
|
|
28171
|
+
{
|
|
28172
|
+
"name": "name",
|
|
28173
|
+
"type": {
|
|
28174
|
+
"text": "string"
|
|
28175
|
+
},
|
|
28176
|
+
"default": "''",
|
|
28177
|
+
"description": "The name of the button, submitted as part of a name/value pair when the associated form is submitted.\nMaps to the native `name` attribute.",
|
|
28178
|
+
"fieldName": "name",
|
|
28179
|
+
"inheritedFrom": {
|
|
28180
|
+
"name": "BaseButton",
|
|
28181
|
+
"module": "src/button/BaseButton.ts"
|
|
28182
|
+
}
|
|
28183
|
+
},
|
|
28184
|
+
{
|
|
28185
|
+
"name": "value",
|
|
28186
|
+
"type": {
|
|
28187
|
+
"text": "string"
|
|
28188
|
+
},
|
|
28189
|
+
"default": "''",
|
|
28190
|
+
"description": "The value of the button, submitted as part of a name/value pair when the associated form is submitted.\nMaps to the native `value` attribute.",
|
|
28191
|
+
"fieldName": "value",
|
|
28192
|
+
"inheritedFrom": {
|
|
28193
|
+
"name": "BaseButton",
|
|
28194
|
+
"module": "src/button/BaseButton.ts"
|
|
28195
|
+
}
|
|
28196
|
+
},
|
|
28197
|
+
{
|
|
28198
|
+
"name": "href",
|
|
28199
|
+
"type": {
|
|
28200
|
+
"text": "string | undefined"
|
|
28201
|
+
},
|
|
28202
|
+
"description": "The URL that the hyperlink points to. When set, the component renders as an `<a>` element.\nMaps to the native `href` attribute.",
|
|
28203
|
+
"fieldName": "href",
|
|
28204
|
+
"inheritedFrom": {
|
|
28205
|
+
"name": "BaseButton",
|
|
28206
|
+
"module": "src/button/BaseButton.ts"
|
|
28207
|
+
}
|
|
28208
|
+
},
|
|
28209
|
+
{
|
|
28210
|
+
"name": "target",
|
|
28211
|
+
"type": {
|
|
28212
|
+
"text": "'_self' | '_parent' | '_blank' | '_top' | string"
|
|
28213
|
+
},
|
|
28214
|
+
"default": "'_self'",
|
|
28215
|
+
"description": "Where to display the linked URL. Maps to the native `target` attribute.\nPossible values are `\"_self\"`, `\"_blank\"`, `\"_parent\"`, `\"_top\"`, or a custom frame name.\nWhen using `\"_blank\"`, consider setting `rel=\"noopener noreferrer\"` for security. Defaults to `\"_self\"`.",
|
|
28216
|
+
"fieldName": "target",
|
|
28217
|
+
"inheritedFrom": {
|
|
28218
|
+
"name": "BaseButton",
|
|
28219
|
+
"module": "src/button/BaseButton.ts"
|
|
28220
|
+
}
|
|
28221
|
+
},
|
|
28222
|
+
{
|
|
28223
|
+
"name": "rel",
|
|
28224
|
+
"type": {
|
|
28225
|
+
"text": "string | undefined"
|
|
28226
|
+
},
|
|
28227
|
+
"description": "The relationship between the current document and the linked URL.\nMaps to the native `rel` attribute on the rendered `<a>` element.\nWhen `target=\"_blank\"`, use `\"noopener noreferrer\"` to prevent tab-napping attacks.",
|
|
28228
|
+
"fieldName": "rel",
|
|
28229
|
+
"inheritedFrom": {
|
|
28230
|
+
"name": "BaseButton",
|
|
28231
|
+
"module": "src/button/BaseButton.ts"
|
|
28232
|
+
}
|
|
28233
|
+
},
|
|
28234
|
+
{
|
|
28235
|
+
"name": "download",
|
|
28236
|
+
"type": {
|
|
28237
|
+
"text": "string | undefined"
|
|
28238
|
+
},
|
|
28239
|
+
"description": "Causes the browser to download the linked URL instead of navigating to it.\nIf a string value is provided, it is used as the suggested filename.\nOmit or leave undefined to preserve normal navigation behaviour.\nMaps to the native `download` attribute. Only applies when `href` is set.",
|
|
28240
|
+
"fieldName": "download",
|
|
28241
|
+
"inheritedFrom": {
|
|
28242
|
+
"name": "BaseButton",
|
|
28243
|
+
"module": "src/button/BaseButton.ts"
|
|
28244
|
+
}
|
|
28245
|
+
},
|
|
28246
|
+
{
|
|
28247
|
+
"name": "skeleton",
|
|
28248
|
+
"type": {
|
|
28249
|
+
"text": "boolean"
|
|
28250
|
+
},
|
|
28251
|
+
"default": "false",
|
|
28252
|
+
"fieldName": "skeleton",
|
|
28253
|
+
"inheritedFrom": {
|
|
28254
|
+
"name": "BaseButton",
|
|
28255
|
+
"module": "src/button/BaseButton.ts"
|
|
28256
|
+
}
|
|
28257
|
+
},
|
|
28258
|
+
{
|
|
28259
|
+
"name": "toggle",
|
|
28260
|
+
"type": {
|
|
28261
|
+
"text": "boolean"
|
|
28262
|
+
},
|
|
28263
|
+
"default": "false",
|
|
28264
|
+
"fieldName": "toggle",
|
|
28265
|
+
"inheritedFrom": {
|
|
28266
|
+
"name": "BaseButton",
|
|
28267
|
+
"module": "src/button/BaseButton.ts"
|
|
28268
|
+
}
|
|
28269
|
+
},
|
|
28270
|
+
{
|
|
28271
|
+
"name": "selected",
|
|
28272
|
+
"type": {
|
|
28273
|
+
"text": "boolean"
|
|
28274
|
+
},
|
|
28275
|
+
"default": "false",
|
|
28276
|
+
"fieldName": "selected",
|
|
28277
|
+
"inheritedFrom": {
|
|
28278
|
+
"name": "BaseButton",
|
|
28279
|
+
"module": "src/button/BaseButton.ts"
|
|
28280
|
+
}
|
|
28281
|
+
},
|
|
28282
|
+
{
|
|
28283
|
+
"name": "throttleDelay",
|
|
28284
|
+
"type": {
|
|
28285
|
+
"text": "number"
|
|
28286
|
+
},
|
|
28287
|
+
"default": "200",
|
|
28288
|
+
"description": "Sets the delay for throttle in milliseconds. Defaults to 200 milliseconds.",
|
|
28289
|
+
"fieldName": "throttleDelay",
|
|
28290
|
+
"inheritedFrom": {
|
|
28291
|
+
"name": "BaseButton",
|
|
28292
|
+
"module": "src/button/BaseButton.ts"
|
|
28293
|
+
}
|
|
28294
|
+
},
|
|
28295
|
+
{
|
|
28296
|
+
"name": "tooltip",
|
|
28297
|
+
"type": {
|
|
28298
|
+
"text": "string | undefined"
|
|
28299
|
+
},
|
|
28300
|
+
"fieldName": "tooltip",
|
|
28301
|
+
"inheritedFrom": {
|
|
28302
|
+
"name": "BaseButton",
|
|
28303
|
+
"module": "src/button/BaseButton.ts"
|
|
28304
|
+
}
|
|
28305
|
+
}
|
|
28306
|
+
],
|
|
28307
|
+
"superclass": {
|
|
28308
|
+
"name": "BaseButton",
|
|
28309
|
+
"package": "@/button/BaseButton.js"
|
|
28310
|
+
},
|
|
27740
28311
|
"tagName": "wc-chip",
|
|
27741
28312
|
"customElement": true,
|
|
27742
28313
|
"summary": "Chip component for displaying compact information with optional actions.",
|
|
@@ -27772,6 +28343,54 @@
|
|
|
27772
28343
|
}
|
|
27773
28344
|
]
|
|
27774
28345
|
},
|
|
28346
|
+
{
|
|
28347
|
+
"kind": "javascript-module",
|
|
28348
|
+
"path": "src/chip/chip-set/chip-set.ts",
|
|
28349
|
+
"declarations": [
|
|
28350
|
+
{
|
|
28351
|
+
"kind": "class",
|
|
28352
|
+
"description": "",
|
|
28353
|
+
"name": "ChipSet",
|
|
28354
|
+
"members": [],
|
|
28355
|
+
"superclass": {
|
|
28356
|
+
"name": "LitElement",
|
|
28357
|
+
"package": "lit"
|
|
28358
|
+
},
|
|
28359
|
+
"tagName": "wc-chip-set",
|
|
28360
|
+
"customElement": true,
|
|
28361
|
+
"summary": "A layout container for wrapping chips.",
|
|
28362
|
+
"rawTag": {
|
|
28363
|
+
"name": "chip-set",
|
|
28364
|
+
"description": ""
|
|
28365
|
+
}
|
|
28366
|
+
}
|
|
28367
|
+
],
|
|
28368
|
+
"exports": [
|
|
28369
|
+
{
|
|
28370
|
+
"kind": "js",
|
|
28371
|
+
"name": "ChipSet",
|
|
28372
|
+
"declaration": {
|
|
28373
|
+
"name": "ChipSet",
|
|
28374
|
+
"module": "src/chip/chip-set/chip-set.ts"
|
|
28375
|
+
}
|
|
28376
|
+
}
|
|
28377
|
+
]
|
|
28378
|
+
},
|
|
28379
|
+
{
|
|
28380
|
+
"kind": "javascript-module",
|
|
28381
|
+
"path": "src/chip/chip-set/index.ts",
|
|
28382
|
+
"declarations": [],
|
|
28383
|
+
"exports": [
|
|
28384
|
+
{
|
|
28385
|
+
"kind": "js",
|
|
28386
|
+
"name": "ChipSet",
|
|
28387
|
+
"declaration": {
|
|
28388
|
+
"name": "ChipSet",
|
|
28389
|
+
"module": "./chip-set.js"
|
|
28390
|
+
}
|
|
28391
|
+
}
|
|
28392
|
+
]
|
|
28393
|
+
},
|
|
27775
28394
|
{
|
|
27776
28395
|
"kind": "javascript-module",
|
|
27777
28396
|
"path": "src/chip/tag/index.ts",
|
|
@@ -28196,6 +28815,19 @@
|
|
|
28196
28815
|
}
|
|
28197
28816
|
]
|
|
28198
28817
|
},
|
|
28818
|
+
{
|
|
28819
|
+
"kind": "method",
|
|
28820
|
+
"name": "_dispatchItemActivate",
|
|
28821
|
+
"privacy": "private",
|
|
28822
|
+
"parameters": [
|
|
28823
|
+
{
|
|
28824
|
+
"name": "item",
|
|
28825
|
+
"type": {
|
|
28826
|
+
"text": "MenuItem"
|
|
28827
|
+
}
|
|
28828
|
+
}
|
|
28829
|
+
]
|
|
28830
|
+
},
|
|
28199
28831
|
{
|
|
28200
28832
|
"kind": "field",
|
|
28201
28833
|
"name": "_onClick",
|
|
@@ -28218,6 +28850,12 @@
|
|
|
28218
28850
|
}
|
|
28219
28851
|
],
|
|
28220
28852
|
"events": [
|
|
28853
|
+
{
|
|
28854
|
+
"name": "menu-item-activate",
|
|
28855
|
+
"type": {
|
|
28856
|
+
"text": "CustomEvent"
|
|
28857
|
+
}
|
|
28858
|
+
},
|
|
28221
28859
|
{
|
|
28222
28860
|
"name": "opened",
|
|
28223
28861
|
"type": {
|