@redvars/peacock 3.6.0 → 3.6.1
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/code-highlighter.js +1 -1
- package/dist/code-highlighter.js.map +1 -1
- package/dist/custom-elements-jsdocs.json +928 -96
- package/dist/custom-elements.json +1294 -379
- package/dist/{flow-designer-dZnLJOQT.js → flow-designer-DvTUrDp5.js} +3 -3
- package/dist/{flow-designer-dZnLJOQT.js.map → flow-designer-DvTUrDp5.js.map} +1 -1
- package/dist/{flow-designer-node-XMe-jlKg.js → flow-designer-node-BWrPuxAR.js} +2 -2
- package/dist/flow-designer-node-BWrPuxAR.js.map +1 -0
- package/dist/flow-designer-node.js +1 -1
- package/dist/flow-designer.js +2 -2
- package/dist/html-editor.js +27245 -87
- package/dist/html-editor.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/modal.js +1 -7
- package/dist/modal.js.map +1 -1
- package/dist/{navigation-rail-DyO0oAZU.js → navigation-rail-DTTkqohi.js} +763 -214
- package/dist/navigation-rail-DTTkqohi.js.map +1 -0
- package/dist/peacock-loader.js +12 -3
- package/dist/peacock-loader.js.map +1 -1
- package/dist/src/html-editor/html-editor.d.ts +44 -11
- package/dist/src/index.d.ts +2 -0
- package/dist/src/list/index.d.ts +2 -0
- package/dist/src/list/list-item.d.ts +35 -0
- package/dist/src/list/list.d.ts +28 -0
- package/dist/src/modal/modal.d.ts +1 -7
- package/dist/src/navigation-rail/navigation-rail.d.ts +3 -7
- package/dist/src/number-field/number-field.d.ts +2 -2
- package/dist/src/svg/index.d.ts +1 -0
- package/dist/src/svg/svg.d.ts +38 -0
- package/dist/src/toolbar/toolbar.d.ts +3 -3
- package/dist/toolbar.js +3 -3
- package/dist/toolbar.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -1
- package/readme.md +3 -3
- package/src/code-highlighter/code-highlighter.ts +1 -1
- package/src/flow-designer/flow-designer-node.ts +1 -1
- package/src/html-editor/html-editor.scss +44 -2
- package/src/html-editor/html-editor.ts +309 -94
- package/src/index.ts +2 -1
- package/src/list/index.ts +2 -0
- package/src/list/list-item.scss +111 -0
- package/src/list/list-item.ts +175 -0
- package/src/list/list.scss +24 -0
- package/src/list/list.ts +51 -0
- package/src/modal/modal.ts +1 -7
- package/src/navigation-rail/navigation-rail-item.scss +7 -38
- package/src/navigation-rail/navigation-rail-item.ts +1 -2
- package/src/navigation-rail/navigation-rail.scss +17 -21
- package/src/navigation-rail/navigation-rail.ts +6 -9
- package/src/number-field/number-field.ts +2 -2
- package/src/peacock-loader.ts +12 -0
- package/src/svg/index.ts +1 -0
- package/src/svg/svg.scss +91 -0
- package/src/svg/svg.ts +160 -0
- package/src/toolbar/toolbar.ts +3 -3
- package/dist/flow-designer-node-XMe-jlKg.js.map +0 -1
- package/dist/navigation-rail-DyO0oAZU.js.map +0 -1
|
@@ -648,6 +648,22 @@
|
|
|
648
648
|
"module": "./menu/index.js"
|
|
649
649
|
}
|
|
650
650
|
},
|
|
651
|
+
{
|
|
652
|
+
"kind": "js",
|
|
653
|
+
"name": "List",
|
|
654
|
+
"declaration": {
|
|
655
|
+
"name": "List",
|
|
656
|
+
"module": "./list/index.js"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"kind": "js",
|
|
661
|
+
"name": "ListItem",
|
|
662
|
+
"declaration": {
|
|
663
|
+
"name": "ListItem",
|
|
664
|
+
"module": "./list/index.js"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
651
667
|
{
|
|
652
668
|
"kind": "js",
|
|
653
669
|
"name": "CodeHighlighter",
|
|
@@ -680,6 +696,14 @@
|
|
|
680
696
|
"module": "./image/index.js"
|
|
681
697
|
}
|
|
682
698
|
},
|
|
699
|
+
{
|
|
700
|
+
"kind": "js",
|
|
701
|
+
"name": "Svg",
|
|
702
|
+
"declaration": {
|
|
703
|
+
"name": "Svg",
|
|
704
|
+
"module": "./svg/index.js"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
683
707
|
{
|
|
684
708
|
"kind": "js",
|
|
685
709
|
"name": "Tab",
|
|
@@ -12798,6 +12822,22 @@
|
|
|
12798
12822
|
}
|
|
12799
12823
|
],
|
|
12800
12824
|
"members": [
|
|
12825
|
+
{
|
|
12826
|
+
"kind": "field",
|
|
12827
|
+
"name": "_editor",
|
|
12828
|
+
"type": {
|
|
12829
|
+
"text": "Editor | undefined"
|
|
12830
|
+
},
|
|
12831
|
+
"privacy": "private"
|
|
12832
|
+
},
|
|
12833
|
+
{
|
|
12834
|
+
"kind": "field",
|
|
12835
|
+
"name": "_changeTimeout",
|
|
12836
|
+
"type": {
|
|
12837
|
+
"text": "number | undefined"
|
|
12838
|
+
},
|
|
12839
|
+
"privacy": "private"
|
|
12840
|
+
},
|
|
12801
12841
|
{
|
|
12802
12842
|
"kind": "field",
|
|
12803
12843
|
"name": "value",
|
|
@@ -12872,6 +12912,66 @@
|
|
|
12872
12912
|
"description": "Error message text.",
|
|
12873
12913
|
"attribute": "error-text"
|
|
12874
12914
|
},
|
|
12915
|
+
{
|
|
12916
|
+
"kind": "field",
|
|
12917
|
+
"name": "showToolbar",
|
|
12918
|
+
"type": {
|
|
12919
|
+
"text": "boolean"
|
|
12920
|
+
},
|
|
12921
|
+
"default": "true",
|
|
12922
|
+
"description": "Whether toolbar controls should be displayed in visual mode.",
|
|
12923
|
+
"attribute": "show-toolbar"
|
|
12924
|
+
},
|
|
12925
|
+
{
|
|
12926
|
+
"kind": "field",
|
|
12927
|
+
"name": "mentions",
|
|
12928
|
+
"type": {
|
|
12929
|
+
"text": "Array<{ label: string; value: string }>"
|
|
12930
|
+
},
|
|
12931
|
+
"default": "[]",
|
|
12932
|
+
"description": "Mention suggestions used by the mention extension.",
|
|
12933
|
+
"attribute": "mentions"
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"kind": "field",
|
|
12937
|
+
"name": "mentionsSearch",
|
|
12938
|
+
"type": {
|
|
12939
|
+
"text": "'contains' | 'managed'"
|
|
12940
|
+
},
|
|
12941
|
+
"default": "'contains'",
|
|
12942
|
+
"description": "Mention filtering mode.",
|
|
12943
|
+
"attribute": "mentions-search"
|
|
12944
|
+
},
|
|
12945
|
+
{
|
|
12946
|
+
"kind": "field",
|
|
12947
|
+
"name": "suggestionCharacter",
|
|
12948
|
+
"type": {
|
|
12949
|
+
"text": "string"
|
|
12950
|
+
},
|
|
12951
|
+
"default": "'@'",
|
|
12952
|
+
"description": "Character that triggers mention suggestions.",
|
|
12953
|
+
"attribute": "suggestion-character"
|
|
12954
|
+
},
|
|
12955
|
+
{
|
|
12956
|
+
"kind": "field",
|
|
12957
|
+
"name": "showSuggestionCharacter",
|
|
12958
|
+
"type": {
|
|
12959
|
+
"text": "boolean"
|
|
12960
|
+
},
|
|
12961
|
+
"default": "true",
|
|
12962
|
+
"description": "Whether to include the suggestion character in rendered mention text.",
|
|
12963
|
+
"attribute": "show-suggestion-character"
|
|
12964
|
+
},
|
|
12965
|
+
{
|
|
12966
|
+
"kind": "field",
|
|
12967
|
+
"name": "debounce",
|
|
12968
|
+
"type": {
|
|
12969
|
+
"text": "number"
|
|
12970
|
+
},
|
|
12971
|
+
"default": "250",
|
|
12972
|
+
"description": "Debounce in milliseconds for dispatching `change`.",
|
|
12973
|
+
"attribute": "debounce"
|
|
12974
|
+
},
|
|
12875
12975
|
{
|
|
12876
12976
|
"kind": "field",
|
|
12877
12977
|
"name": "_focused",
|
|
@@ -12881,6 +12981,15 @@
|
|
|
12881
12981
|
"privacy": "private",
|
|
12882
12982
|
"default": "false"
|
|
12883
12983
|
},
|
|
12984
|
+
{
|
|
12985
|
+
"kind": "field",
|
|
12986
|
+
"name": "_mode",
|
|
12987
|
+
"type": {
|
|
12988
|
+
"text": "'visual' | 'html'"
|
|
12989
|
+
},
|
|
12990
|
+
"privacy": "private",
|
|
12991
|
+
"default": "'visual'"
|
|
12992
|
+
},
|
|
12884
12993
|
{
|
|
12885
12994
|
"kind": "field",
|
|
12886
12995
|
"name": "_editorEl",
|
|
@@ -12891,18 +13000,12 @@
|
|
|
12891
13000
|
},
|
|
12892
13001
|
{
|
|
12893
13002
|
"kind": "method",
|
|
12894
|
-
"name": "
|
|
13003
|
+
"name": "_normalizeHtml",
|
|
12895
13004
|
"privacy": "private",
|
|
13005
|
+
"static": true,
|
|
12896
13006
|
"parameters": [
|
|
12897
|
-
{
|
|
12898
|
-
"name": "command",
|
|
12899
|
-
"type": {
|
|
12900
|
-
"text": "string"
|
|
12901
|
-
}
|
|
12902
|
-
},
|
|
12903
13007
|
{
|
|
12904
13008
|
"name": "value",
|
|
12905
|
-
"optional": true,
|
|
12906
13009
|
"type": {
|
|
12907
13010
|
"text": "string"
|
|
12908
13011
|
}
|
|
@@ -12911,53 +13014,120 @@
|
|
|
12911
13014
|
},
|
|
12912
13015
|
{
|
|
12913
13016
|
"kind": "method",
|
|
12914
|
-
"name": "
|
|
13017
|
+
"name": "_destroyEditor",
|
|
12915
13018
|
"privacy": "private"
|
|
12916
13019
|
},
|
|
12917
13020
|
{
|
|
12918
13021
|
"kind": "method",
|
|
12919
|
-
"name": "
|
|
13022
|
+
"name": "_initializeEditor",
|
|
12920
13023
|
"privacy": "private"
|
|
12921
13024
|
},
|
|
12922
13025
|
{
|
|
12923
|
-
"kind": "
|
|
12924
|
-
"name": "
|
|
13026
|
+
"kind": "field",
|
|
13027
|
+
"name": "_focusEditorOnContainerClick",
|
|
12925
13028
|
"privacy": "private"
|
|
12926
13029
|
},
|
|
12927
13030
|
{
|
|
12928
13031
|
"kind": "method",
|
|
12929
|
-
"name": "
|
|
13032
|
+
"name": "_dispatchDebouncedChange",
|
|
12930
13033
|
"privacy": "private"
|
|
12931
13034
|
},
|
|
12932
13035
|
{
|
|
12933
13036
|
"kind": "method",
|
|
12934
|
-
"name": "
|
|
13037
|
+
"name": "_requestManagedMentions",
|
|
12935
13038
|
"privacy": "private",
|
|
13039
|
+
"return": {
|
|
13040
|
+
"type": {
|
|
13041
|
+
"text": "Promise<string[]>"
|
|
13042
|
+
}
|
|
13043
|
+
},
|
|
12936
13044
|
"parameters": [
|
|
12937
13045
|
{
|
|
12938
|
-
"name": "
|
|
13046
|
+
"name": "mentionQuery",
|
|
12939
13047
|
"type": {
|
|
12940
13048
|
"text": "string"
|
|
12941
13049
|
}
|
|
12942
|
-
}
|
|
13050
|
+
}
|
|
13051
|
+
]
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
"kind": "method",
|
|
13055
|
+
"name": "_getMentionItem",
|
|
13056
|
+
"privacy": "private",
|
|
13057
|
+
"parameters": [
|
|
12943
13058
|
{
|
|
12944
|
-
"name": "
|
|
13059
|
+
"name": "value",
|
|
12945
13060
|
"type": {
|
|
12946
13061
|
"text": "string"
|
|
12947
13062
|
}
|
|
12948
|
-
}
|
|
13063
|
+
}
|
|
13064
|
+
]
|
|
13065
|
+
},
|
|
13066
|
+
{
|
|
13067
|
+
"kind": "method",
|
|
13068
|
+
"name": "_execCommand",
|
|
13069
|
+
"privacy": "private",
|
|
13070
|
+
"parameters": [
|
|
12949
13071
|
{
|
|
12950
13072
|
"name": "command",
|
|
13073
|
+
"type": {
|
|
13074
|
+
"text": "() => void"
|
|
13075
|
+
}
|
|
13076
|
+
}
|
|
13077
|
+
]
|
|
13078
|
+
},
|
|
13079
|
+
{
|
|
13080
|
+
"kind": "method",
|
|
13081
|
+
"name": "_switchMode",
|
|
13082
|
+
"privacy": "private",
|
|
13083
|
+
"parameters": [
|
|
13084
|
+
{
|
|
13085
|
+
"name": "event",
|
|
13086
|
+
"type": {
|
|
13087
|
+
"text": "CustomEvent<{ value: string }>"
|
|
13088
|
+
}
|
|
13089
|
+
}
|
|
13090
|
+
]
|
|
13091
|
+
},
|
|
13092
|
+
{
|
|
13093
|
+
"kind": "method",
|
|
13094
|
+
"name": "_handleSourceChange",
|
|
13095
|
+
"privacy": "private",
|
|
13096
|
+
"parameters": [
|
|
13097
|
+
{
|
|
13098
|
+
"name": "event",
|
|
13099
|
+
"type": {
|
|
13100
|
+
"text": "Event"
|
|
13101
|
+
}
|
|
13102
|
+
}
|
|
13103
|
+
]
|
|
13104
|
+
},
|
|
13105
|
+
{
|
|
13106
|
+
"kind": "method",
|
|
13107
|
+
"name": "_toolbarButton",
|
|
13108
|
+
"privacy": "private",
|
|
13109
|
+
"parameters": [
|
|
13110
|
+
{
|
|
13111
|
+
"name": "icon",
|
|
12951
13112
|
"type": {
|
|
12952
13113
|
"text": "string"
|
|
12953
13114
|
}
|
|
12954
13115
|
},
|
|
12955
13116
|
{
|
|
12956
|
-
"name": "
|
|
12957
|
-
"optional": true,
|
|
13117
|
+
"name": "title",
|
|
12958
13118
|
"type": {
|
|
12959
13119
|
"text": "string"
|
|
12960
13120
|
}
|
|
13121
|
+
},
|
|
13122
|
+
{
|
|
13123
|
+
"name": "action",
|
|
13124
|
+
"type": {
|
|
13125
|
+
"text": "() => void"
|
|
13126
|
+
}
|
|
13127
|
+
},
|
|
13128
|
+
{
|
|
13129
|
+
"name": "active",
|
|
13130
|
+
"default": "false"
|
|
12961
13131
|
}
|
|
12962
13132
|
]
|
|
12963
13133
|
},
|
|
@@ -12966,6 +13136,11 @@
|
|
|
12966
13136
|
"name": "_renderToolbar",
|
|
12967
13137
|
"privacy": "private"
|
|
12968
13138
|
},
|
|
13139
|
+
{
|
|
13140
|
+
"kind": "method",
|
|
13141
|
+
"name": "_renderReadonlyTag",
|
|
13142
|
+
"privacy": "private"
|
|
13143
|
+
},
|
|
12969
13144
|
{
|
|
12970
13145
|
"kind": "field",
|
|
12971
13146
|
"name": "disabled",
|
|
@@ -13024,6 +13199,13 @@
|
|
|
13024
13199
|
}
|
|
13025
13200
|
],
|
|
13026
13201
|
"events": [
|
|
13202
|
+
{
|
|
13203
|
+
"name": "search",
|
|
13204
|
+
"type": {
|
|
13205
|
+
"text": "CustomEvent"
|
|
13206
|
+
},
|
|
13207
|
+
"description": "Fired in managed mention mode with { query, callback } detail."
|
|
13208
|
+
},
|
|
13027
13209
|
{
|
|
13028
13210
|
"type": {
|
|
13029
13211
|
"text": "Event"
|
|
@@ -13096,6 +13278,60 @@
|
|
|
13096
13278
|
"description": "Error message text.",
|
|
13097
13279
|
"fieldName": "errorText"
|
|
13098
13280
|
},
|
|
13281
|
+
{
|
|
13282
|
+
"name": "show-toolbar",
|
|
13283
|
+
"type": {
|
|
13284
|
+
"text": "boolean"
|
|
13285
|
+
},
|
|
13286
|
+
"default": "true",
|
|
13287
|
+
"description": "Whether toolbar controls should be displayed in visual mode.",
|
|
13288
|
+
"fieldName": "showToolbar"
|
|
13289
|
+
},
|
|
13290
|
+
{
|
|
13291
|
+
"name": "mentions",
|
|
13292
|
+
"type": {
|
|
13293
|
+
"text": "Array<{ label: string; value: string }>"
|
|
13294
|
+
},
|
|
13295
|
+
"default": "[]",
|
|
13296
|
+
"description": "Mention suggestions used by the mention extension.",
|
|
13297
|
+
"fieldName": "mentions"
|
|
13298
|
+
},
|
|
13299
|
+
{
|
|
13300
|
+
"name": "mentions-search",
|
|
13301
|
+
"type": {
|
|
13302
|
+
"text": "'contains' | 'managed'"
|
|
13303
|
+
},
|
|
13304
|
+
"default": "'contains'",
|
|
13305
|
+
"description": "Mention filtering mode.",
|
|
13306
|
+
"fieldName": "mentionsSearch"
|
|
13307
|
+
},
|
|
13308
|
+
{
|
|
13309
|
+
"name": "suggestion-character",
|
|
13310
|
+
"type": {
|
|
13311
|
+
"text": "string"
|
|
13312
|
+
},
|
|
13313
|
+
"default": "'@'",
|
|
13314
|
+
"description": "Character that triggers mention suggestions.",
|
|
13315
|
+
"fieldName": "suggestionCharacter"
|
|
13316
|
+
},
|
|
13317
|
+
{
|
|
13318
|
+
"name": "show-suggestion-character",
|
|
13319
|
+
"type": {
|
|
13320
|
+
"text": "boolean"
|
|
13321
|
+
},
|
|
13322
|
+
"default": "true",
|
|
13323
|
+
"description": "Whether to include the suggestion character in rendered mention text.",
|
|
13324
|
+
"fieldName": "showSuggestionCharacter"
|
|
13325
|
+
},
|
|
13326
|
+
{
|
|
13327
|
+
"name": "debounce",
|
|
13328
|
+
"type": {
|
|
13329
|
+
"text": "number"
|
|
13330
|
+
},
|
|
13331
|
+
"default": "250",
|
|
13332
|
+
"description": "Debounce in milliseconds for dispatching `change`.",
|
|
13333
|
+
"fieldName": "debounce"
|
|
13334
|
+
},
|
|
13099
13335
|
{
|
|
13100
13336
|
"name": "disabled",
|
|
13101
13337
|
"type": {
|
|
@@ -13151,7 +13387,7 @@
|
|
|
13151
13387
|
},
|
|
13152
13388
|
"tagName": "wc-html-editor",
|
|
13153
13389
|
"customElement": true,
|
|
13154
|
-
"summary": "A
|
|
13390
|
+
"summary": "A Tiptap-powered HTML editor with visual and source editing modes.",
|
|
13155
13391
|
"rawTag": {
|
|
13156
13392
|
"name": "html-editor",
|
|
13157
13393
|
"description": ""
|
|
@@ -14630,93 +14866,588 @@
|
|
|
14630
14866
|
},
|
|
14631
14867
|
{
|
|
14632
14868
|
"kind": "javascript-module",
|
|
14633
|
-
"path": "src/
|
|
14869
|
+
"path": "src/list/index.ts",
|
|
14634
14870
|
"declarations": [],
|
|
14635
14871
|
"exports": [
|
|
14636
14872
|
{
|
|
14637
14873
|
"kind": "js",
|
|
14638
|
-
"name": "
|
|
14639
|
-
"declaration": {
|
|
14640
|
-
"name": "Menu",
|
|
14641
|
-
"module": "./menu/menu.js"
|
|
14642
|
-
}
|
|
14643
|
-
},
|
|
14644
|
-
{
|
|
14645
|
-
"kind": "js",
|
|
14646
|
-
"name": "MenuItem",
|
|
14874
|
+
"name": "List",
|
|
14647
14875
|
"declaration": {
|
|
14648
|
-
"name": "
|
|
14649
|
-
"module": "./
|
|
14876
|
+
"name": "List",
|
|
14877
|
+
"module": "./list.js"
|
|
14650
14878
|
}
|
|
14651
14879
|
},
|
|
14652
14880
|
{
|
|
14653
14881
|
"kind": "js",
|
|
14654
|
-
"name": "
|
|
14655
|
-
"declaration": {
|
|
14656
|
-
"name": "SubMenu",
|
|
14657
|
-
"module": "./sub-menu/sub-menu.js"
|
|
14658
|
-
}
|
|
14659
|
-
}
|
|
14660
|
-
]
|
|
14661
|
-
},
|
|
14662
|
-
{
|
|
14663
|
-
"kind": "javascript-module",
|
|
14664
|
-
"path": "src/modal/index.ts",
|
|
14665
|
-
"declarations": [],
|
|
14666
|
-
"exports": [
|
|
14667
|
-
{
|
|
14668
|
-
"kind": "js",
|
|
14669
|
-
"name": "Modal",
|
|
14882
|
+
"name": "ListItem",
|
|
14670
14883
|
"declaration": {
|
|
14671
|
-
"name": "
|
|
14672
|
-
"module": "./
|
|
14884
|
+
"name": "ListItem",
|
|
14885
|
+
"module": "./list-item.js"
|
|
14673
14886
|
}
|
|
14674
14887
|
}
|
|
14675
14888
|
]
|
|
14676
14889
|
},
|
|
14677
14890
|
{
|
|
14678
14891
|
"kind": "javascript-module",
|
|
14679
|
-
"path": "src/
|
|
14892
|
+
"path": "src/list/list-item.ts",
|
|
14680
14893
|
"declarations": [
|
|
14681
14894
|
{
|
|
14682
14895
|
"kind": "class",
|
|
14683
14896
|
"description": "",
|
|
14684
|
-
"name": "
|
|
14685
|
-
"cssProperties": [
|
|
14686
|
-
{
|
|
14687
|
-
"description": "Background color of the dialog container.",
|
|
14688
|
-
"name": "--modal-container-color"
|
|
14689
|
-
},
|
|
14690
|
-
{
|
|
14691
|
-
"description": "Color of the scrim backdrop.",
|
|
14692
|
-
"name": "--modal-scrim-color"
|
|
14693
|
-
},
|
|
14694
|
-
{
|
|
14695
|
-
"description": "Corner radius of the dialog container.",
|
|
14696
|
-
"name": "--modal-shape"
|
|
14697
|
-
},
|
|
14698
|
-
{
|
|
14699
|
-
"description": "Minimum width of the dialog.",
|
|
14700
|
-
"name": "--modal-min-width"
|
|
14701
|
-
},
|
|
14702
|
-
{
|
|
14703
|
-
"description": "Maximum width of the dialog.",
|
|
14704
|
-
"name": "--modal-max-width"
|
|
14705
|
-
},
|
|
14706
|
-
{
|
|
14707
|
-
"description": "Maximum height of the dialog.",
|
|
14708
|
-
"name": "--modal-max-height"
|
|
14709
|
-
}
|
|
14710
|
-
],
|
|
14897
|
+
"name": "ListItem",
|
|
14711
14898
|
"members": [
|
|
14712
14899
|
{
|
|
14713
14900
|
"kind": "field",
|
|
14714
|
-
"name": "
|
|
14901
|
+
"name": "selected",
|
|
14715
14902
|
"type": {
|
|
14716
14903
|
"text": "boolean"
|
|
14717
14904
|
},
|
|
14718
14905
|
"default": "false",
|
|
14719
|
-
"
|
|
14906
|
+
"attribute": "selected",
|
|
14907
|
+
"reflects": true
|
|
14908
|
+
},
|
|
14909
|
+
{
|
|
14910
|
+
"kind": "field",
|
|
14911
|
+
"name": "itemElement",
|
|
14912
|
+
"type": {
|
|
14913
|
+
"text": "HTMLElement | null"
|
|
14914
|
+
},
|
|
14915
|
+
"readonly": true
|
|
14916
|
+
},
|
|
14917
|
+
{
|
|
14918
|
+
"kind": "field",
|
|
14919
|
+
"name": "isPressed",
|
|
14920
|
+
"type": {
|
|
14921
|
+
"text": "boolean"
|
|
14922
|
+
},
|
|
14923
|
+
"default": "false"
|
|
14924
|
+
},
|
|
14925
|
+
{
|
|
14926
|
+
"kind": "method",
|
|
14927
|
+
"name": "focus"
|
|
14928
|
+
},
|
|
14929
|
+
{
|
|
14930
|
+
"kind": "method",
|
|
14931
|
+
"name": "blur"
|
|
14932
|
+
},
|
|
14933
|
+
{
|
|
14934
|
+
"kind": "field",
|
|
14935
|
+
"name": "__dispatchClick"
|
|
14936
|
+
},
|
|
14937
|
+
{
|
|
14938
|
+
"kind": "field",
|
|
14939
|
+
"name": "__handleKeyDown"
|
|
14940
|
+
},
|
|
14941
|
+
{
|
|
14942
|
+
"kind": "field",
|
|
14943
|
+
"name": "__handlePress"
|
|
14944
|
+
},
|
|
14945
|
+
{
|
|
14946
|
+
"kind": "method",
|
|
14947
|
+
"name": "renderContent"
|
|
14948
|
+
},
|
|
14949
|
+
{
|
|
14950
|
+
"kind": "field",
|
|
14951
|
+
"name": "htmlType",
|
|
14952
|
+
"type": {
|
|
14953
|
+
"text": "'button' | 'submit' | 'reset'"
|
|
14954
|
+
},
|
|
14955
|
+
"default": "'button'",
|
|
14956
|
+
"description": "The type of the underlying `<button>` element. Maps to the native `type` attribute.\nPossible values are `\"button\"`, `\"submit\"`, `\"reset\"`. Defaults to `\"button\"`.",
|
|
14957
|
+
"attribute": "htmlType",
|
|
14958
|
+
"inheritedFrom": {
|
|
14959
|
+
"name": "BaseButtonMixin",
|
|
14960
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
14961
|
+
}
|
|
14962
|
+
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "field",
|
|
14965
|
+
"name": "disabled",
|
|
14966
|
+
"type": {
|
|
14967
|
+
"text": "boolean"
|
|
14968
|
+
},
|
|
14969
|
+
"default": "false",
|
|
14970
|
+
"description": "When `true`, the button is disabled and cannot be interacted with. Reflects to the `disabled` attribute. Defaults to `false`.",
|
|
14971
|
+
"attribute": "disabled",
|
|
14972
|
+
"reflects": true,
|
|
14973
|
+
"inheritedFrom": {
|
|
14974
|
+
"name": "BaseButtonMixin",
|
|
14975
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
14976
|
+
}
|
|
14977
|
+
},
|
|
14978
|
+
{
|
|
14979
|
+
"kind": "field",
|
|
14980
|
+
"name": "softDisabled",
|
|
14981
|
+
"type": {
|
|
14982
|
+
"text": "boolean"
|
|
14983
|
+
},
|
|
14984
|
+
"default": "false",
|
|
14985
|
+
"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`.",
|
|
14986
|
+
"attribute": "soft-disabled",
|
|
14987
|
+
"reflects": true,
|
|
14988
|
+
"inheritedFrom": {
|
|
14989
|
+
"name": "BaseButtonMixin",
|
|
14990
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
14991
|
+
}
|
|
14992
|
+
},
|
|
14993
|
+
{
|
|
14994
|
+
"kind": "field",
|
|
14995
|
+
"name": "disabledReason",
|
|
14996
|
+
"type": {
|
|
14997
|
+
"text": "string"
|
|
14998
|
+
},
|
|
14999
|
+
"default": "''",
|
|
15000
|
+
"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.",
|
|
15001
|
+
"attribute": "disabled-reason",
|
|
15002
|
+
"inheritedFrom": {
|
|
15003
|
+
"name": "BaseButtonMixin",
|
|
15004
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15005
|
+
}
|
|
15006
|
+
},
|
|
15007
|
+
{
|
|
15008
|
+
"kind": "field",
|
|
15009
|
+
"name": "form",
|
|
15010
|
+
"type": {
|
|
15011
|
+
"text": "string"
|
|
15012
|
+
},
|
|
15013
|
+
"default": "''",
|
|
15014
|
+
"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.",
|
|
15015
|
+
"attribute": "form",
|
|
15016
|
+
"inheritedFrom": {
|
|
15017
|
+
"name": "BaseButtonMixin",
|
|
15018
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15019
|
+
}
|
|
15020
|
+
},
|
|
15021
|
+
{
|
|
15022
|
+
"kind": "field",
|
|
15023
|
+
"name": "name",
|
|
15024
|
+
"type": {
|
|
15025
|
+
"text": "string"
|
|
15026
|
+
},
|
|
15027
|
+
"default": "''",
|
|
15028
|
+
"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.",
|
|
15029
|
+
"attribute": "name",
|
|
15030
|
+
"inheritedFrom": {
|
|
15031
|
+
"name": "BaseButtonMixin",
|
|
15032
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15033
|
+
}
|
|
15034
|
+
},
|
|
15035
|
+
{
|
|
15036
|
+
"kind": "field",
|
|
15037
|
+
"name": "value",
|
|
15038
|
+
"type": {
|
|
15039
|
+
"text": "string"
|
|
15040
|
+
},
|
|
15041
|
+
"default": "''",
|
|
15042
|
+
"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.",
|
|
15043
|
+
"attribute": "value",
|
|
15044
|
+
"inheritedFrom": {
|
|
15045
|
+
"name": "BaseButtonMixin",
|
|
15046
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15047
|
+
}
|
|
15048
|
+
},
|
|
15049
|
+
{
|
|
15050
|
+
"kind": "field",
|
|
15051
|
+
"name": "href",
|
|
15052
|
+
"type": {
|
|
15053
|
+
"text": "string | undefined"
|
|
15054
|
+
},
|
|
15055
|
+
"description": "The URL that the hyperlink points to. When set, the component renders as an `<a>` element.\nMaps to the native `href` attribute.",
|
|
15056
|
+
"attribute": "href",
|
|
15057
|
+
"reflects": true,
|
|
15058
|
+
"inheritedFrom": {
|
|
15059
|
+
"name": "BaseHyperlinkMixin",
|
|
15060
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15061
|
+
}
|
|
15062
|
+
},
|
|
15063
|
+
{
|
|
15064
|
+
"kind": "field",
|
|
15065
|
+
"name": "target",
|
|
15066
|
+
"type": {
|
|
15067
|
+
"text": "'_self' | '_parent' | '_blank' | '_top' | string"
|
|
15068
|
+
},
|
|
15069
|
+
"default": "'_self'",
|
|
15070
|
+
"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\"`.",
|
|
15071
|
+
"attribute": "target",
|
|
15072
|
+
"inheritedFrom": {
|
|
15073
|
+
"name": "BaseHyperlinkMixin",
|
|
15074
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15075
|
+
}
|
|
15076
|
+
},
|
|
15077
|
+
{
|
|
15078
|
+
"kind": "field",
|
|
15079
|
+
"name": "rel",
|
|
15080
|
+
"type": {
|
|
15081
|
+
"text": "string | undefined"
|
|
15082
|
+
},
|
|
15083
|
+
"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.",
|
|
15084
|
+
"attribute": "rel",
|
|
15085
|
+
"inheritedFrom": {
|
|
15086
|
+
"name": "BaseHyperlinkMixin",
|
|
15087
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15088
|
+
}
|
|
15089
|
+
},
|
|
15090
|
+
{
|
|
15091
|
+
"kind": "field",
|
|
15092
|
+
"name": "download",
|
|
15093
|
+
"type": {
|
|
15094
|
+
"text": "string | undefined"
|
|
15095
|
+
},
|
|
15096
|
+
"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.",
|
|
15097
|
+
"attribute": "download",
|
|
15098
|
+
"inheritedFrom": {
|
|
15099
|
+
"name": "BaseHyperlinkMixin",
|
|
15100
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15101
|
+
}
|
|
15102
|
+
},
|
|
15103
|
+
{
|
|
15104
|
+
"kind": "method",
|
|
15105
|
+
"name": "__isLink",
|
|
15106
|
+
"return": {
|
|
15107
|
+
"type": {
|
|
15108
|
+
"text": "boolean"
|
|
15109
|
+
}
|
|
15110
|
+
},
|
|
15111
|
+
"description": "Returns `true` when `href` is set, indicating the component should render as a link.",
|
|
15112
|
+
"inheritedFrom": {
|
|
15113
|
+
"name": "BaseHyperlinkMixin",
|
|
15114
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15115
|
+
}
|
|
15116
|
+
}
|
|
15117
|
+
],
|
|
15118
|
+
"attributes": [
|
|
15119
|
+
{
|
|
15120
|
+
"name": "selected",
|
|
15121
|
+
"type": {
|
|
15122
|
+
"text": "boolean"
|
|
15123
|
+
},
|
|
15124
|
+
"default": "false",
|
|
15125
|
+
"fieldName": "selected"
|
|
15126
|
+
},
|
|
15127
|
+
{
|
|
15128
|
+
"name": "htmlType",
|
|
15129
|
+
"type": {
|
|
15130
|
+
"text": "'button' | 'submit' | 'reset'"
|
|
15131
|
+
},
|
|
15132
|
+
"default": "'button'",
|
|
15133
|
+
"description": "The type of the underlying `<button>` element. Maps to the native `type` attribute.\nPossible values are `\"button\"`, `\"submit\"`, `\"reset\"`. Defaults to `\"button\"`.",
|
|
15134
|
+
"fieldName": "htmlType",
|
|
15135
|
+
"inheritedFrom": {
|
|
15136
|
+
"name": "BaseButtonMixin",
|
|
15137
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15138
|
+
}
|
|
15139
|
+
},
|
|
15140
|
+
{
|
|
15141
|
+
"name": "disabled",
|
|
15142
|
+
"type": {
|
|
15143
|
+
"text": "boolean"
|
|
15144
|
+
},
|
|
15145
|
+
"default": "false",
|
|
15146
|
+
"description": "When `true`, the button is disabled and cannot be interacted with. Reflects to the `disabled` attribute. Defaults to `false`.",
|
|
15147
|
+
"fieldName": "disabled",
|
|
15148
|
+
"inheritedFrom": {
|
|
15149
|
+
"name": "BaseButtonMixin",
|
|
15150
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15151
|
+
}
|
|
15152
|
+
},
|
|
15153
|
+
{
|
|
15154
|
+
"name": "soft-disabled",
|
|
15155
|
+
"type": {
|
|
15156
|
+
"text": "boolean"
|
|
15157
|
+
},
|
|
15158
|
+
"default": "false",
|
|
15159
|
+
"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`.",
|
|
15160
|
+
"fieldName": "softDisabled",
|
|
15161
|
+
"inheritedFrom": {
|
|
15162
|
+
"name": "BaseButtonMixin",
|
|
15163
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15164
|
+
}
|
|
15165
|
+
},
|
|
15166
|
+
{
|
|
15167
|
+
"name": "disabled-reason",
|
|
15168
|
+
"type": {
|
|
15169
|
+
"text": "string"
|
|
15170
|
+
},
|
|
15171
|
+
"default": "''",
|
|
15172
|
+
"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.",
|
|
15173
|
+
"fieldName": "disabledReason",
|
|
15174
|
+
"inheritedFrom": {
|
|
15175
|
+
"name": "BaseButtonMixin",
|
|
15176
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15177
|
+
}
|
|
15178
|
+
},
|
|
15179
|
+
{
|
|
15180
|
+
"name": "form",
|
|
15181
|
+
"type": {
|
|
15182
|
+
"text": "string"
|
|
15183
|
+
},
|
|
15184
|
+
"default": "''",
|
|
15185
|
+
"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.",
|
|
15186
|
+
"fieldName": "form",
|
|
15187
|
+
"inheritedFrom": {
|
|
15188
|
+
"name": "BaseButtonMixin",
|
|
15189
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15190
|
+
}
|
|
15191
|
+
},
|
|
15192
|
+
{
|
|
15193
|
+
"name": "name",
|
|
15194
|
+
"type": {
|
|
15195
|
+
"text": "string"
|
|
15196
|
+
},
|
|
15197
|
+
"default": "''",
|
|
15198
|
+
"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.",
|
|
15199
|
+
"fieldName": "name",
|
|
15200
|
+
"inheritedFrom": {
|
|
15201
|
+
"name": "BaseButtonMixin",
|
|
15202
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15203
|
+
}
|
|
15204
|
+
},
|
|
15205
|
+
{
|
|
15206
|
+
"name": "value",
|
|
15207
|
+
"type": {
|
|
15208
|
+
"text": "string"
|
|
15209
|
+
},
|
|
15210
|
+
"default": "''",
|
|
15211
|
+
"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.",
|
|
15212
|
+
"fieldName": "value",
|
|
15213
|
+
"inheritedFrom": {
|
|
15214
|
+
"name": "BaseButtonMixin",
|
|
15215
|
+
"module": "src/__mixins/BaseButtonMixin.ts"
|
|
15216
|
+
}
|
|
15217
|
+
},
|
|
15218
|
+
{
|
|
15219
|
+
"name": "href",
|
|
15220
|
+
"type": {
|
|
15221
|
+
"text": "string | undefined"
|
|
15222
|
+
},
|
|
15223
|
+
"description": "The URL that the hyperlink points to. When set, the component renders as an `<a>` element.\nMaps to the native `href` attribute.",
|
|
15224
|
+
"fieldName": "href",
|
|
15225
|
+
"inheritedFrom": {
|
|
15226
|
+
"name": "BaseHyperlinkMixin",
|
|
15227
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15228
|
+
}
|
|
15229
|
+
},
|
|
15230
|
+
{
|
|
15231
|
+
"name": "target",
|
|
15232
|
+
"type": {
|
|
15233
|
+
"text": "'_self' | '_parent' | '_blank' | '_top' | string"
|
|
15234
|
+
},
|
|
15235
|
+
"default": "'_self'",
|
|
15236
|
+
"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\"`.",
|
|
15237
|
+
"fieldName": "target",
|
|
15238
|
+
"inheritedFrom": {
|
|
15239
|
+
"name": "BaseHyperlinkMixin",
|
|
15240
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15241
|
+
}
|
|
15242
|
+
},
|
|
15243
|
+
{
|
|
15244
|
+
"name": "rel",
|
|
15245
|
+
"type": {
|
|
15246
|
+
"text": "string | undefined"
|
|
15247
|
+
},
|
|
15248
|
+
"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.",
|
|
15249
|
+
"fieldName": "rel",
|
|
15250
|
+
"inheritedFrom": {
|
|
15251
|
+
"name": "BaseHyperlinkMixin",
|
|
15252
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15253
|
+
}
|
|
15254
|
+
},
|
|
15255
|
+
{
|
|
15256
|
+
"name": "download",
|
|
15257
|
+
"type": {
|
|
15258
|
+
"text": "string | undefined"
|
|
15259
|
+
},
|
|
15260
|
+
"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.",
|
|
15261
|
+
"fieldName": "download",
|
|
15262
|
+
"inheritedFrom": {
|
|
15263
|
+
"name": "BaseHyperlinkMixin",
|
|
15264
|
+
"module": "src/__mixins/BaseHyperlinkMixin.ts"
|
|
15265
|
+
}
|
|
15266
|
+
}
|
|
15267
|
+
],
|
|
15268
|
+
"mixins": [
|
|
15269
|
+
{
|
|
15270
|
+
"name": "BaseButtonMixin",
|
|
15271
|
+
"package": "@/__mixins/BaseButtonMixin.js"
|
|
15272
|
+
},
|
|
15273
|
+
{
|
|
15274
|
+
"name": "BaseHyperlinkMixin",
|
|
15275
|
+
"package": "@/__mixins/BaseHyperlinkMixin.js"
|
|
15276
|
+
}
|
|
15277
|
+
],
|
|
15278
|
+
"superclass": {
|
|
15279
|
+
"name": "LitElement",
|
|
15280
|
+
"package": "lit"
|
|
15281
|
+
},
|
|
15282
|
+
"tagName": "wc-list-item",
|
|
15283
|
+
"customElement": true,
|
|
15284
|
+
"summary": "A Material 3 list item with leading, trailing and content slots.",
|
|
15285
|
+
"rawTag": {
|
|
15286
|
+
"name": "list-item",
|
|
15287
|
+
"description": ""
|
|
15288
|
+
}
|
|
15289
|
+
}
|
|
15290
|
+
],
|
|
15291
|
+
"exports": [
|
|
15292
|
+
{
|
|
15293
|
+
"kind": "js",
|
|
15294
|
+
"name": "ListItem",
|
|
15295
|
+
"declaration": {
|
|
15296
|
+
"name": "ListItem",
|
|
15297
|
+
"module": "src/list/list-item.ts"
|
|
15298
|
+
}
|
|
15299
|
+
}
|
|
15300
|
+
]
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"kind": "javascript-module",
|
|
15304
|
+
"path": "src/list/list.ts",
|
|
15305
|
+
"declarations": [
|
|
15306
|
+
{
|
|
15307
|
+
"kind": "class",
|
|
15308
|
+
"description": "",
|
|
15309
|
+
"name": "List",
|
|
15310
|
+
"members": [
|
|
15311
|
+
{
|
|
15312
|
+
"kind": "field",
|
|
15313
|
+
"name": "Item",
|
|
15314
|
+
"static": true,
|
|
15315
|
+
"default": "ListItem"
|
|
15316
|
+
},
|
|
15317
|
+
{
|
|
15318
|
+
"kind": "field",
|
|
15319
|
+
"name": "variant",
|
|
15320
|
+
"type": {
|
|
15321
|
+
"text": "'standard' | 'vibrant'"
|
|
15322
|
+
},
|
|
15323
|
+
"default": "'standard'",
|
|
15324
|
+
"attribute": "variant",
|
|
15325
|
+
"reflects": true
|
|
15326
|
+
}
|
|
15327
|
+
],
|
|
15328
|
+
"attributes": [
|
|
15329
|
+
{
|
|
15330
|
+
"name": "variant",
|
|
15331
|
+
"type": {
|
|
15332
|
+
"text": "'standard' | 'vibrant'"
|
|
15333
|
+
},
|
|
15334
|
+
"default": "'standard'",
|
|
15335
|
+
"fieldName": "variant"
|
|
15336
|
+
}
|
|
15337
|
+
],
|
|
15338
|
+
"superclass": {
|
|
15339
|
+
"name": "LitElement",
|
|
15340
|
+
"package": "lit"
|
|
15341
|
+
},
|
|
15342
|
+
"tagName": "wc-list",
|
|
15343
|
+
"customElement": true,
|
|
15344
|
+
"summary": "A Material 3 list container for one or more list items.",
|
|
15345
|
+
"rawTag": {
|
|
15346
|
+
"name": "list",
|
|
15347
|
+
"description": ""
|
|
15348
|
+
}
|
|
15349
|
+
}
|
|
15350
|
+
],
|
|
15351
|
+
"exports": [
|
|
15352
|
+
{
|
|
15353
|
+
"kind": "js",
|
|
15354
|
+
"name": "List",
|
|
15355
|
+
"declaration": {
|
|
15356
|
+
"name": "List",
|
|
15357
|
+
"module": "src/list/list.ts"
|
|
15358
|
+
}
|
|
15359
|
+
}
|
|
15360
|
+
]
|
|
15361
|
+
},
|
|
15362
|
+
{
|
|
15363
|
+
"kind": "javascript-module",
|
|
15364
|
+
"path": "src/menu/index.ts",
|
|
15365
|
+
"declarations": [],
|
|
15366
|
+
"exports": [
|
|
15367
|
+
{
|
|
15368
|
+
"kind": "js",
|
|
15369
|
+
"name": "Menu",
|
|
15370
|
+
"declaration": {
|
|
15371
|
+
"name": "Menu",
|
|
15372
|
+
"module": "./menu/menu.js"
|
|
15373
|
+
}
|
|
15374
|
+
},
|
|
15375
|
+
{
|
|
15376
|
+
"kind": "js",
|
|
15377
|
+
"name": "MenuItem",
|
|
15378
|
+
"declaration": {
|
|
15379
|
+
"name": "MenuItem",
|
|
15380
|
+
"module": "./menu-item/menu-item.js"
|
|
15381
|
+
}
|
|
15382
|
+
},
|
|
15383
|
+
{
|
|
15384
|
+
"kind": "js",
|
|
15385
|
+
"name": "SubMenu",
|
|
15386
|
+
"declaration": {
|
|
15387
|
+
"name": "SubMenu",
|
|
15388
|
+
"module": "./sub-menu/sub-menu.js"
|
|
15389
|
+
}
|
|
15390
|
+
}
|
|
15391
|
+
]
|
|
15392
|
+
},
|
|
15393
|
+
{
|
|
15394
|
+
"kind": "javascript-module",
|
|
15395
|
+
"path": "src/modal/index.ts",
|
|
15396
|
+
"declarations": [],
|
|
15397
|
+
"exports": [
|
|
15398
|
+
{
|
|
15399
|
+
"kind": "js",
|
|
15400
|
+
"name": "Modal",
|
|
15401
|
+
"declaration": {
|
|
15402
|
+
"name": "Modal",
|
|
15403
|
+
"module": "./modal.js"
|
|
15404
|
+
}
|
|
15405
|
+
}
|
|
15406
|
+
]
|
|
15407
|
+
},
|
|
15408
|
+
{
|
|
15409
|
+
"kind": "javascript-module",
|
|
15410
|
+
"path": "src/modal/modal.ts",
|
|
15411
|
+
"declarations": [
|
|
15412
|
+
{
|
|
15413
|
+
"kind": "class",
|
|
15414
|
+
"description": "",
|
|
15415
|
+
"name": "Modal",
|
|
15416
|
+
"cssProperties": [
|
|
15417
|
+
{
|
|
15418
|
+
"description": "Background color of the dialog container.",
|
|
15419
|
+
"name": "--modal-container-color"
|
|
15420
|
+
},
|
|
15421
|
+
{
|
|
15422
|
+
"description": "Color of the scrim backdrop.",
|
|
15423
|
+
"name": "--modal-scrim-color"
|
|
15424
|
+
},
|
|
15425
|
+
{
|
|
15426
|
+
"description": "Corner radius of the dialog container.",
|
|
15427
|
+
"name": "--modal-shape"
|
|
15428
|
+
},
|
|
15429
|
+
{
|
|
15430
|
+
"description": "Minimum width of the dialog.",
|
|
15431
|
+
"name": "--modal-min-width"
|
|
15432
|
+
},
|
|
15433
|
+
{
|
|
15434
|
+
"description": "Maximum width of the dialog.",
|
|
15435
|
+
"name": "--modal-max-width"
|
|
15436
|
+
},
|
|
15437
|
+
{
|
|
15438
|
+
"description": "Maximum height of the dialog.",
|
|
15439
|
+
"name": "--modal-max-height"
|
|
15440
|
+
}
|
|
15441
|
+
],
|
|
15442
|
+
"members": [
|
|
15443
|
+
{
|
|
15444
|
+
"kind": "field",
|
|
15445
|
+
"name": "open",
|
|
15446
|
+
"type": {
|
|
15447
|
+
"text": "boolean"
|
|
15448
|
+
},
|
|
15449
|
+
"default": "false",
|
|
15450
|
+
"description": "Whether the modal is open.",
|
|
14720
15451
|
"attribute": "open",
|
|
14721
15452
|
"reflects": true
|
|
14722
15453
|
},
|
|
@@ -15283,6 +16014,16 @@
|
|
|
15283
16014
|
"name": "--nav-rail-active-label-color"
|
|
15284
16015
|
}
|
|
15285
16016
|
],
|
|
16017
|
+
"slots": [
|
|
16018
|
+
{
|
|
16019
|
+
"description": "Content displayed above the rail items.",
|
|
16020
|
+
"name": "header"
|
|
16021
|
+
},
|
|
16022
|
+
{
|
|
16023
|
+
"description": "Content pinned to the bottom of the rail.",
|
|
16024
|
+
"name": "footer"
|
|
16025
|
+
}
|
|
16026
|
+
],
|
|
15286
16027
|
"members": [
|
|
15287
16028
|
{
|
|
15288
16029
|
"kind": "field",
|
|
@@ -15290,17 +16031,6 @@
|
|
|
15290
16031
|
"static": true,
|
|
15291
16032
|
"default": "NavigationRailItem"
|
|
15292
16033
|
},
|
|
15293
|
-
{
|
|
15294
|
-
"kind": "field",
|
|
15295
|
-
"name": "alignment",
|
|
15296
|
-
"type": {
|
|
15297
|
-
"text": "'top' | 'center' | 'bottom'"
|
|
15298
|
-
},
|
|
15299
|
-
"default": "'center'",
|
|
15300
|
-
"description": "Vertical alignment of items within the rail.\n- `\"top\"`: Items align to the top.\n- `\"center\"`: Items are centered (default).\n- `\"bottom\"`: Items align to the bottom.",
|
|
15301
|
-
"attribute": "alignment",
|
|
15302
|
-
"reflects": true
|
|
15303
|
-
},
|
|
15304
16034
|
{
|
|
15305
16035
|
"kind": "field",
|
|
15306
16036
|
"name": "mode",
|
|
@@ -15344,15 +16074,6 @@
|
|
|
15344
16074
|
}
|
|
15345
16075
|
],
|
|
15346
16076
|
"attributes": [
|
|
15347
|
-
{
|
|
15348
|
-
"name": "alignment",
|
|
15349
|
-
"type": {
|
|
15350
|
-
"text": "'top' | 'center' | 'bottom'"
|
|
15351
|
-
},
|
|
15352
|
-
"default": "'center'",
|
|
15353
|
-
"description": "Vertical alignment of items within the rail.\n- `\"top\"`: Items align to the top.\n- `\"center\"`: Items are centered (default).\n- `\"bottom\"`: Items align to the bottom.",
|
|
15354
|
-
"fieldName": "alignment"
|
|
15355
|
-
},
|
|
15356
16077
|
{
|
|
15357
16078
|
"name": "mode",
|
|
15358
16079
|
"type": {
|
|
@@ -15874,262 +16595,75 @@
|
|
|
15874
16595
|
"kind": "javascript-module",
|
|
15875
16596
|
"path": "src/number-counter/number-counter.ts",
|
|
15876
16597
|
"declarations": [
|
|
15877
|
-
{
|
|
15878
|
-
"kind": "class",
|
|
15879
|
-
"description": "",
|
|
15880
|
-
"name": "NumberCounter",
|
|
15881
|
-
"members": [
|
|
15882
|
-
{
|
|
15883
|
-
"kind": "field",
|
|
15884
|
-
"name": "value",
|
|
15885
|
-
"type": {
|
|
15886
|
-
"text": "number"
|
|
15887
|
-
},
|
|
15888
|
-
"default": "0",
|
|
15889
|
-
"attribute": "value"
|
|
15890
|
-
},
|
|
15891
|
-
{
|
|
15892
|
-
"kind": "field",
|
|
15893
|
-
"name": "locale",
|
|
15894
|
-
"type": {
|
|
15895
|
-
"text": "string"
|
|
15896
|
-
},
|
|
15897
|
-
"default": "'en-US'",
|
|
15898
|
-
"description": "Optional: Allow users to pass a locale, defaulting to 'en-US' for commas.",
|
|
15899
|
-
"attribute": "locale"
|
|
15900
|
-
},
|
|
15901
|
-
{
|
|
15902
|
-
"kind": "method",
|
|
15903
|
-
"name": "renderDigits"
|
|
15904
|
-
},
|
|
15905
|
-
{
|
|
15906
|
-
"kind": "method",
|
|
15907
|
-
"name": "renderDigit",
|
|
15908
|
-
"parameters": [
|
|
15909
|
-
{
|
|
15910
|
-
"name": "digit",
|
|
15911
|
-
"type": {
|
|
15912
|
-
"text": "number"
|
|
15913
|
-
}
|
|
15914
|
-
}
|
|
15915
|
-
]
|
|
15916
|
-
}
|
|
15917
|
-
],
|
|
15918
|
-
"attributes": [
|
|
15919
|
-
{
|
|
15920
|
-
"name": "value",
|
|
15921
|
-
"type": {
|
|
15922
|
-
"text": "number"
|
|
15923
|
-
},
|
|
15924
|
-
"default": "0",
|
|
15925
|
-
"fieldName": "value"
|
|
15926
|
-
},
|
|
15927
|
-
{
|
|
15928
|
-
"name": "locale",
|
|
15929
|
-
"type": {
|
|
15930
|
-
"text": "string"
|
|
15931
|
-
},
|
|
15932
|
-
"default": "'en-US'",
|
|
15933
|
-
"description": "Optional: Allow users to pass a locale, defaulting to 'en-US' for commas.",
|
|
15934
|
-
"fieldName": "locale"
|
|
15935
|
-
}
|
|
15936
|
-
],
|
|
15937
|
-
"superclass": {
|
|
15938
|
-
"name": "LitElement",
|
|
15939
|
-
"package": "lit"
|
|
15940
|
-
},
|
|
15941
|
-
"tagName": "wc-number-counter",
|
|
15942
|
-
"customElement": true,
|
|
15943
|
-
"summary": "Displays a number with commas for thousands.",
|
|
15944
|
-
"rawTag": {
|
|
15945
|
-
"name": "number-counter",
|
|
15946
|
-
"description": ""
|
|
15947
|
-
}
|
|
15948
|
-
}
|
|
15949
|
-
],
|
|
15950
|
-
"exports": [
|
|
15951
|
-
{
|
|
15952
|
-
"kind": "js",
|
|
15953
|
-
"name": "NumberCounter",
|
|
15954
|
-
"declaration": {
|
|
15955
|
-
"name": "NumberCounter",
|
|
15956
|
-
"module": "src/number-counter/number-counter.ts"
|
|
15957
|
-
}
|
|
15958
|
-
}
|
|
15959
|
-
]
|
|
15960
|
-
},
|
|
15961
|
-
{
|
|
15962
|
-
"kind": "javascript-module",
|
|
15963
|
-
"path": "src/pagination/index.ts",
|
|
15964
|
-
"declarations": [],
|
|
15965
|
-
"exports": [
|
|
15966
|
-
{
|
|
15967
|
-
"kind": "js",
|
|
15968
|
-
"name": "Pagination",
|
|
15969
|
-
"declaration": {
|
|
15970
|
-
"name": "Pagination",
|
|
15971
|
-
"module": "./pagination.js"
|
|
15972
|
-
}
|
|
15973
|
-
}
|
|
15974
|
-
]
|
|
15975
|
-
},
|
|
15976
|
-
{
|
|
15977
|
-
"kind": "javascript-module",
|
|
15978
|
-
"path": "src/pagination/pagination.ts",
|
|
15979
|
-
"declarations": [
|
|
15980
|
-
{
|
|
15981
|
-
"kind": "class",
|
|
15982
|
-
"description": "",
|
|
15983
|
-
"name": "Pagination",
|
|
15984
|
-
"members": [
|
|
15985
|
-
{
|
|
15986
|
-
"kind": "field",
|
|
15987
|
-
"name": "page",
|
|
15988
|
-
"type": {
|
|
15989
|
-
"text": "number"
|
|
15990
|
-
},
|
|
15991
|
-
"default": "1",
|
|
15992
|
-
"description": "The current page number (1-based). Defaults to `1`.",
|
|
15993
|
-
"attribute": "page"
|
|
15994
|
-
},
|
|
15995
|
-
{
|
|
15996
|
-
"kind": "field",
|
|
15997
|
-
"name": "pageSize",
|
|
15998
|
-
"type": {
|
|
15999
|
-
"text": "number"
|
|
16000
|
-
},
|
|
16001
|
-
"default": "10",
|
|
16002
|
-
"description": "The number of rows per page. Defaults to `10`.",
|
|
16003
|
-
"attribute": "page-size"
|
|
16004
|
-
},
|
|
16005
|
-
{
|
|
16006
|
-
"kind": "field",
|
|
16007
|
-
"name": "totalItems",
|
|
16008
|
-
"type": {
|
|
16009
|
-
"text": "number"
|
|
16010
|
-
},
|
|
16011
|
-
"default": "0",
|
|
16012
|
-
"description": "Total number of items.",
|
|
16013
|
-
"attribute": "total-items"
|
|
16014
|
-
},
|
|
16015
|
-
{
|
|
16016
|
-
"kind": "field",
|
|
16017
|
-
"name": "pageSizes",
|
|
16018
|
-
"type": {
|
|
16019
|
-
"text": "number[]"
|
|
16020
|
-
},
|
|
16021
|
-
"default": "[10, 25, 50, 100]",
|
|
16022
|
-
"description": "Supported page size options.",
|
|
16023
|
-
"attribute": "page-sizes"
|
|
16024
|
-
},
|
|
16025
|
-
{
|
|
16026
|
-
"kind": "method",
|
|
16027
|
-
"name": "getTotalPages",
|
|
16028
|
-
"privacy": "private",
|
|
16029
|
-
"return": {
|
|
16030
|
-
"type": {
|
|
16031
|
-
"text": "number"
|
|
16032
|
-
}
|
|
16033
|
-
}
|
|
16034
|
-
},
|
|
16035
|
-
{
|
|
16036
|
-
"kind": "method",
|
|
16037
|
-
"name": "setPage",
|
|
16038
|
-
"privacy": "private",
|
|
16039
|
-
"parameters": [
|
|
16040
|
-
{
|
|
16041
|
-
"name": "nextPage",
|
|
16042
|
-
"type": {
|
|
16043
|
-
"text": "number"
|
|
16044
|
-
}
|
|
16045
|
-
}
|
|
16046
|
-
]
|
|
16047
|
-
},
|
|
16048
|
-
{
|
|
16049
|
-
"kind": "method",
|
|
16050
|
-
"name": "handlePageSizeChange",
|
|
16051
|
-
"privacy": "private",
|
|
16052
|
-
"parameters": [
|
|
16053
|
-
{
|
|
16054
|
-
"name": "event",
|
|
16055
|
-
"type": {
|
|
16056
|
-
"text": "CustomEvent<{ value?: string }>"
|
|
16057
|
-
}
|
|
16058
|
-
}
|
|
16059
|
-
]
|
|
16060
|
-
},
|
|
16061
|
-
{
|
|
16062
|
-
"kind": "field",
|
|
16063
|
-
"name": "handlePreviousPage",
|
|
16064
|
-
"privacy": "private"
|
|
16065
|
-
},
|
|
16066
|
-
{
|
|
16067
|
-
"kind": "field",
|
|
16068
|
-
"name": "handleNextPage",
|
|
16069
|
-
"privacy": "private"
|
|
16070
|
-
},
|
|
16071
|
-
{
|
|
16072
|
-
"kind": "method",
|
|
16073
|
-
"name": "dispatchPageEvent",
|
|
16074
|
-
"privacy": "private"
|
|
16075
|
-
}
|
|
16076
|
-
],
|
|
16077
|
-
"events": [
|
|
16078
|
-
{
|
|
16079
|
-
"name": "page",
|
|
16080
|
-
"type": {
|
|
16081
|
-
"text": "CustomEvent"
|
|
16082
|
-
},
|
|
16083
|
-
"description": "Dispatched when the page or page size changes. Detail: `{ page, pageSize }`."
|
|
16084
|
-
}
|
|
16085
|
-
],
|
|
16086
|
-
"attributes": [
|
|
16598
|
+
{
|
|
16599
|
+
"kind": "class",
|
|
16600
|
+
"description": "",
|
|
16601
|
+
"name": "NumberCounter",
|
|
16602
|
+
"members": [
|
|
16087
16603
|
{
|
|
16088
|
-
"
|
|
16604
|
+
"kind": "field",
|
|
16605
|
+
"name": "value",
|
|
16089
16606
|
"type": {
|
|
16090
16607
|
"text": "number"
|
|
16091
16608
|
},
|
|
16092
|
-
"default": "
|
|
16093
|
-
"
|
|
16094
|
-
"fieldName": "page"
|
|
16609
|
+
"default": "0",
|
|
16610
|
+
"attribute": "value"
|
|
16095
16611
|
},
|
|
16096
16612
|
{
|
|
16097
|
-
"
|
|
16613
|
+
"kind": "field",
|
|
16614
|
+
"name": "locale",
|
|
16098
16615
|
"type": {
|
|
16099
|
-
"text": "
|
|
16616
|
+
"text": "string"
|
|
16100
16617
|
},
|
|
16101
|
-
"default": "
|
|
16102
|
-
"description": "
|
|
16103
|
-
"
|
|
16618
|
+
"default": "'en-US'",
|
|
16619
|
+
"description": "Optional: Allow users to pass a locale, defaulting to 'en-US' for commas.",
|
|
16620
|
+
"attribute": "locale"
|
|
16104
16621
|
},
|
|
16105
16622
|
{
|
|
16106
|
-
"
|
|
16623
|
+
"kind": "method",
|
|
16624
|
+
"name": "renderDigits"
|
|
16625
|
+
},
|
|
16626
|
+
{
|
|
16627
|
+
"kind": "method",
|
|
16628
|
+
"name": "renderDigit",
|
|
16629
|
+
"parameters": [
|
|
16630
|
+
{
|
|
16631
|
+
"name": "digit",
|
|
16632
|
+
"type": {
|
|
16633
|
+
"text": "number"
|
|
16634
|
+
}
|
|
16635
|
+
}
|
|
16636
|
+
]
|
|
16637
|
+
}
|
|
16638
|
+
],
|
|
16639
|
+
"attributes": [
|
|
16640
|
+
{
|
|
16641
|
+
"name": "value",
|
|
16107
16642
|
"type": {
|
|
16108
16643
|
"text": "number"
|
|
16109
16644
|
},
|
|
16110
16645
|
"default": "0",
|
|
16111
|
-
"
|
|
16112
|
-
"fieldName": "totalItems"
|
|
16646
|
+
"fieldName": "value"
|
|
16113
16647
|
},
|
|
16114
16648
|
{
|
|
16115
|
-
"name": "
|
|
16649
|
+
"name": "locale",
|
|
16116
16650
|
"type": {
|
|
16117
|
-
"text": "
|
|
16651
|
+
"text": "string"
|
|
16118
16652
|
},
|
|
16119
|
-
"default": "
|
|
16120
|
-
"description": "
|
|
16121
|
-
"fieldName": "
|
|
16653
|
+
"default": "'en-US'",
|
|
16654
|
+
"description": "Optional: Allow users to pass a locale, defaulting to 'en-US' for commas.",
|
|
16655
|
+
"fieldName": "locale"
|
|
16122
16656
|
}
|
|
16123
16657
|
],
|
|
16124
16658
|
"superclass": {
|
|
16125
16659
|
"name": "LitElement",
|
|
16126
16660
|
"package": "lit"
|
|
16127
16661
|
},
|
|
16128
|
-
"tagName": "wc-
|
|
16662
|
+
"tagName": "wc-number-counter",
|
|
16129
16663
|
"customElement": true,
|
|
16130
|
-
"summary": "
|
|
16664
|
+
"summary": "Displays a number with commas for thousands.",
|
|
16131
16665
|
"rawTag": {
|
|
16132
|
-
"name": "
|
|
16666
|
+
"name": "number-counter",
|
|
16133
16667
|
"description": ""
|
|
16134
16668
|
}
|
|
16135
16669
|
}
|
|
@@ -16137,10 +16671,10 @@
|
|
|
16137
16671
|
"exports": [
|
|
16138
16672
|
{
|
|
16139
16673
|
"kind": "js",
|
|
16140
|
-
"name": "
|
|
16674
|
+
"name": "NumberCounter",
|
|
16141
16675
|
"declaration": {
|
|
16142
|
-
"name": "
|
|
16143
|
-
"module": "src/
|
|
16676
|
+
"name": "NumberCounter",
|
|
16677
|
+
"module": "src/number-counter/number-counter.ts"
|
|
16144
16678
|
}
|
|
16145
16679
|
}
|
|
16146
16680
|
]
|
|
@@ -16606,71 +17140,258 @@
|
|
|
16606
17140
|
"fieldName": "warningText"
|
|
16607
17141
|
},
|
|
16608
17142
|
{
|
|
16609
|
-
"name": "stepper",
|
|
17143
|
+
"name": "stepper",
|
|
17144
|
+
"type": {
|
|
17145
|
+
"text": "boolean"
|
|
17146
|
+
},
|
|
17147
|
+
"default": "false",
|
|
17148
|
+
"fieldName": "stepper"
|
|
17149
|
+
},
|
|
17150
|
+
{
|
|
17151
|
+
"name": "disabled",
|
|
17152
|
+
"type": {
|
|
17153
|
+
"text": "boolean"
|
|
17154
|
+
},
|
|
17155
|
+
"default": "false",
|
|
17156
|
+
"fieldName": "disabled",
|
|
17157
|
+
"inheritedFrom": {
|
|
17158
|
+
"name": "BaseInput",
|
|
17159
|
+
"module": "src/input/BaseInput.ts"
|
|
17160
|
+
}
|
|
17161
|
+
},
|
|
17162
|
+
{
|
|
17163
|
+
"name": "readonly",
|
|
17164
|
+
"type": {
|
|
17165
|
+
"text": "boolean"
|
|
17166
|
+
},
|
|
17167
|
+
"default": "false",
|
|
17168
|
+
"fieldName": "readonly",
|
|
17169
|
+
"inheritedFrom": {
|
|
17170
|
+
"name": "BaseInput",
|
|
17171
|
+
"module": "src/input/BaseInput.ts"
|
|
17172
|
+
}
|
|
17173
|
+
},
|
|
17174
|
+
{
|
|
17175
|
+
"name": "required",
|
|
17176
|
+
"type": {
|
|
17177
|
+
"text": "boolean"
|
|
17178
|
+
},
|
|
17179
|
+
"default": "false",
|
|
17180
|
+
"fieldName": "required",
|
|
17181
|
+
"inheritedFrom": {
|
|
17182
|
+
"name": "BaseInput",
|
|
17183
|
+
"module": "src/input/BaseInput.ts"
|
|
17184
|
+
}
|
|
17185
|
+
},
|
|
17186
|
+
{
|
|
17187
|
+
"name": "skeleton",
|
|
17188
|
+
"type": {
|
|
17189
|
+
"text": "boolean"
|
|
17190
|
+
},
|
|
17191
|
+
"default": "false",
|
|
17192
|
+
"fieldName": "skeleton",
|
|
17193
|
+
"inheritedFrom": {
|
|
17194
|
+
"name": "BaseInput",
|
|
17195
|
+
"module": "src/input/BaseInput.ts"
|
|
17196
|
+
}
|
|
17197
|
+
}
|
|
17198
|
+
],
|
|
17199
|
+
"superclass": {
|
|
17200
|
+
"name": "BaseInput",
|
|
17201
|
+
"module": "/src/input/BaseInput.js"
|
|
17202
|
+
},
|
|
17203
|
+
"tagName": "wc-number-field",
|
|
17204
|
+
"customElement": true,
|
|
17205
|
+
"summary": "The Number Field component is used to capture numeric user input.",
|
|
17206
|
+
"rawTag": {
|
|
17207
|
+
"name": "number-field",
|
|
17208
|
+
"description": ""
|
|
17209
|
+
}
|
|
17210
|
+
}
|
|
17211
|
+
],
|
|
17212
|
+
"exports": [
|
|
17213
|
+
{
|
|
17214
|
+
"kind": "js",
|
|
17215
|
+
"name": "NumberField",
|
|
17216
|
+
"declaration": {
|
|
17217
|
+
"name": "NumberField",
|
|
17218
|
+
"module": "src/number-field/number-field.ts"
|
|
17219
|
+
}
|
|
17220
|
+
}
|
|
17221
|
+
]
|
|
17222
|
+
},
|
|
17223
|
+
{
|
|
17224
|
+
"kind": "javascript-module",
|
|
17225
|
+
"path": "src/pagination/index.ts",
|
|
17226
|
+
"declarations": [],
|
|
17227
|
+
"exports": [
|
|
17228
|
+
{
|
|
17229
|
+
"kind": "js",
|
|
17230
|
+
"name": "Pagination",
|
|
17231
|
+
"declaration": {
|
|
17232
|
+
"name": "Pagination",
|
|
17233
|
+
"module": "./pagination.js"
|
|
17234
|
+
}
|
|
17235
|
+
}
|
|
17236
|
+
]
|
|
17237
|
+
},
|
|
17238
|
+
{
|
|
17239
|
+
"kind": "javascript-module",
|
|
17240
|
+
"path": "src/pagination/pagination.ts",
|
|
17241
|
+
"declarations": [
|
|
17242
|
+
{
|
|
17243
|
+
"kind": "class",
|
|
17244
|
+
"description": "",
|
|
17245
|
+
"name": "Pagination",
|
|
17246
|
+
"members": [
|
|
17247
|
+
{
|
|
17248
|
+
"kind": "field",
|
|
17249
|
+
"name": "page",
|
|
17250
|
+
"type": {
|
|
17251
|
+
"text": "number"
|
|
17252
|
+
},
|
|
17253
|
+
"default": "1",
|
|
17254
|
+
"description": "The current page number (1-based). Defaults to `1`.",
|
|
17255
|
+
"attribute": "page"
|
|
17256
|
+
},
|
|
17257
|
+
{
|
|
17258
|
+
"kind": "field",
|
|
17259
|
+
"name": "pageSize",
|
|
17260
|
+
"type": {
|
|
17261
|
+
"text": "number"
|
|
17262
|
+
},
|
|
17263
|
+
"default": "10",
|
|
17264
|
+
"description": "The number of rows per page. Defaults to `10`.",
|
|
17265
|
+
"attribute": "page-size"
|
|
17266
|
+
},
|
|
17267
|
+
{
|
|
17268
|
+
"kind": "field",
|
|
17269
|
+
"name": "totalItems",
|
|
17270
|
+
"type": {
|
|
17271
|
+
"text": "number"
|
|
17272
|
+
},
|
|
17273
|
+
"default": "0",
|
|
17274
|
+
"description": "Total number of items.",
|
|
17275
|
+
"attribute": "total-items"
|
|
17276
|
+
},
|
|
17277
|
+
{
|
|
17278
|
+
"kind": "field",
|
|
17279
|
+
"name": "pageSizes",
|
|
17280
|
+
"type": {
|
|
17281
|
+
"text": "number[]"
|
|
17282
|
+
},
|
|
17283
|
+
"default": "[10, 25, 50, 100]",
|
|
17284
|
+
"description": "Supported page size options.",
|
|
17285
|
+
"attribute": "page-sizes"
|
|
17286
|
+
},
|
|
17287
|
+
{
|
|
17288
|
+
"kind": "method",
|
|
17289
|
+
"name": "getTotalPages",
|
|
17290
|
+
"privacy": "private",
|
|
17291
|
+
"return": {
|
|
17292
|
+
"type": {
|
|
17293
|
+
"text": "number"
|
|
17294
|
+
}
|
|
17295
|
+
}
|
|
17296
|
+
},
|
|
17297
|
+
{
|
|
17298
|
+
"kind": "method",
|
|
17299
|
+
"name": "setPage",
|
|
17300
|
+
"privacy": "private",
|
|
17301
|
+
"parameters": [
|
|
17302
|
+
{
|
|
17303
|
+
"name": "nextPage",
|
|
17304
|
+
"type": {
|
|
17305
|
+
"text": "number"
|
|
17306
|
+
}
|
|
17307
|
+
}
|
|
17308
|
+
]
|
|
17309
|
+
},
|
|
17310
|
+
{
|
|
17311
|
+
"kind": "method",
|
|
17312
|
+
"name": "handlePageSizeChange",
|
|
17313
|
+
"privacy": "private",
|
|
17314
|
+
"parameters": [
|
|
17315
|
+
{
|
|
17316
|
+
"name": "event",
|
|
17317
|
+
"type": {
|
|
17318
|
+
"text": "CustomEvent<{ value?: string }>"
|
|
17319
|
+
}
|
|
17320
|
+
}
|
|
17321
|
+
]
|
|
17322
|
+
},
|
|
17323
|
+
{
|
|
17324
|
+
"kind": "field",
|
|
17325
|
+
"name": "handlePreviousPage",
|
|
17326
|
+
"privacy": "private"
|
|
17327
|
+
},
|
|
17328
|
+
{
|
|
17329
|
+
"kind": "field",
|
|
17330
|
+
"name": "handleNextPage",
|
|
17331
|
+
"privacy": "private"
|
|
17332
|
+
},
|
|
17333
|
+
{
|
|
17334
|
+
"kind": "method",
|
|
17335
|
+
"name": "dispatchPageEvent",
|
|
17336
|
+
"privacy": "private"
|
|
17337
|
+
}
|
|
17338
|
+
],
|
|
17339
|
+
"events": [
|
|
17340
|
+
{
|
|
17341
|
+
"name": "page",
|
|
16610
17342
|
"type": {
|
|
16611
|
-
"text": "
|
|
17343
|
+
"text": "CustomEvent"
|
|
16612
17344
|
},
|
|
16613
|
-
"
|
|
16614
|
-
|
|
16615
|
-
|
|
17345
|
+
"description": "Dispatched when the page or page size changes. Detail: `{ page, pageSize }`."
|
|
17346
|
+
}
|
|
17347
|
+
],
|
|
17348
|
+
"attributes": [
|
|
16616
17349
|
{
|
|
16617
|
-
"name": "
|
|
17350
|
+
"name": "page",
|
|
16618
17351
|
"type": {
|
|
16619
|
-
"text": "
|
|
17352
|
+
"text": "number"
|
|
16620
17353
|
},
|
|
16621
|
-
"default": "
|
|
16622
|
-
"
|
|
16623
|
-
"
|
|
16624
|
-
"name": "BaseInput",
|
|
16625
|
-
"module": "src/input/BaseInput.ts"
|
|
16626
|
-
}
|
|
17354
|
+
"default": "1",
|
|
17355
|
+
"description": "The current page number (1-based). Defaults to `1`.",
|
|
17356
|
+
"fieldName": "page"
|
|
16627
17357
|
},
|
|
16628
17358
|
{
|
|
16629
|
-
"name": "
|
|
17359
|
+
"name": "page-size",
|
|
16630
17360
|
"type": {
|
|
16631
|
-
"text": "
|
|
17361
|
+
"text": "number"
|
|
16632
17362
|
},
|
|
16633
|
-
"default": "
|
|
16634
|
-
"
|
|
16635
|
-
"
|
|
16636
|
-
"name": "BaseInput",
|
|
16637
|
-
"module": "src/input/BaseInput.ts"
|
|
16638
|
-
}
|
|
17363
|
+
"default": "10",
|
|
17364
|
+
"description": "The number of rows per page. Defaults to `10`.",
|
|
17365
|
+
"fieldName": "pageSize"
|
|
16639
17366
|
},
|
|
16640
17367
|
{
|
|
16641
|
-
"name": "
|
|
17368
|
+
"name": "total-items",
|
|
16642
17369
|
"type": {
|
|
16643
|
-
"text": "
|
|
17370
|
+
"text": "number"
|
|
16644
17371
|
},
|
|
16645
|
-
"default": "
|
|
16646
|
-
"
|
|
16647
|
-
"
|
|
16648
|
-
"name": "BaseInput",
|
|
16649
|
-
"module": "src/input/BaseInput.ts"
|
|
16650
|
-
}
|
|
17372
|
+
"default": "0",
|
|
17373
|
+
"description": "Total number of items.",
|
|
17374
|
+
"fieldName": "totalItems"
|
|
16651
17375
|
},
|
|
16652
17376
|
{
|
|
16653
|
-
"name": "
|
|
17377
|
+
"name": "page-sizes",
|
|
16654
17378
|
"type": {
|
|
16655
|
-
"text": "
|
|
17379
|
+
"text": "number[]"
|
|
16656
17380
|
},
|
|
16657
|
-
"default": "
|
|
16658
|
-
"
|
|
16659
|
-
"
|
|
16660
|
-
"name": "BaseInput",
|
|
16661
|
-
"module": "src/input/BaseInput.ts"
|
|
16662
|
-
}
|
|
17381
|
+
"default": "DEFAULT_PAGE_SIZES",
|
|
17382
|
+
"description": "Supported page size options.",
|
|
17383
|
+
"fieldName": "pageSizes"
|
|
16663
17384
|
}
|
|
16664
17385
|
],
|
|
16665
17386
|
"superclass": {
|
|
16666
|
-
"name": "
|
|
16667
|
-
"
|
|
17387
|
+
"name": "LitElement",
|
|
17388
|
+
"package": "lit"
|
|
16668
17389
|
},
|
|
16669
|
-
"tagName": "
|
|
17390
|
+
"tagName": "wc-pagination",
|
|
16670
17391
|
"customElement": true,
|
|
16671
|
-
"summary": "
|
|
17392
|
+
"summary": "A pagination control with page size selector, item count display, and previous/next navigation.",
|
|
16672
17393
|
"rawTag": {
|
|
16673
|
-
"name": "
|
|
17394
|
+
"name": "pagination",
|
|
16674
17395
|
"description": ""
|
|
16675
17396
|
}
|
|
16676
17397
|
}
|
|
@@ -16678,10 +17399,10 @@
|
|
|
16678
17399
|
"exports": [
|
|
16679
17400
|
{
|
|
16680
17401
|
"kind": "js",
|
|
16681
|
-
"name": "
|
|
17402
|
+
"name": "Pagination",
|
|
16682
17403
|
"declaration": {
|
|
16683
|
-
"name": "
|
|
16684
|
-
"module": "src/
|
|
17404
|
+
"name": "Pagination",
|
|
17405
|
+
"module": "src/pagination/pagination.ts"
|
|
16685
17406
|
}
|
|
16686
17407
|
}
|
|
16687
17408
|
]
|
|
@@ -21206,6 +21927,200 @@
|
|
|
21206
21927
|
}
|
|
21207
21928
|
]
|
|
21208
21929
|
},
|
|
21930
|
+
{
|
|
21931
|
+
"kind": "javascript-module",
|
|
21932
|
+
"path": "src/svg/index.ts",
|
|
21933
|
+
"declarations": [],
|
|
21934
|
+
"exports": [
|
|
21935
|
+
{
|
|
21936
|
+
"kind": "js",
|
|
21937
|
+
"name": "Svg",
|
|
21938
|
+
"declaration": {
|
|
21939
|
+
"name": "Svg",
|
|
21940
|
+
"module": "./svg.js"
|
|
21941
|
+
}
|
|
21942
|
+
}
|
|
21943
|
+
]
|
|
21944
|
+
},
|
|
21945
|
+
{
|
|
21946
|
+
"kind": "javascript-module",
|
|
21947
|
+
"path": "src/svg/svg.ts",
|
|
21948
|
+
"declarations": [
|
|
21949
|
+
{
|
|
21950
|
+
"kind": "class",
|
|
21951
|
+
"description": "",
|
|
21952
|
+
"name": "Svg",
|
|
21953
|
+
"cssProperties": [
|
|
21954
|
+
{
|
|
21955
|
+
"description": "Controls the fill color of the SVG.",
|
|
21956
|
+
"name": "--svg-color"
|
|
21957
|
+
},
|
|
21958
|
+
{
|
|
21959
|
+
"description": "Controls the size of the SVG. Defaults to \"1rem\"",
|
|
21960
|
+
"name": "--svg-size",
|
|
21961
|
+
"default": "1rem"
|
|
21962
|
+
}
|
|
21963
|
+
],
|
|
21964
|
+
"members": [
|
|
21965
|
+
{
|
|
21966
|
+
"kind": "field",
|
|
21967
|
+
"name": "src",
|
|
21968
|
+
"type": {
|
|
21969
|
+
"text": "string"
|
|
21970
|
+
},
|
|
21971
|
+
"default": "''",
|
|
21972
|
+
"description": "URL of the SVG asset to fetch and render inline.",
|
|
21973
|
+
"attribute": "src",
|
|
21974
|
+
"reflects": true
|
|
21975
|
+
},
|
|
21976
|
+
{
|
|
21977
|
+
"kind": "field",
|
|
21978
|
+
"name": "imageTitle",
|
|
21979
|
+
"type": {
|
|
21980
|
+
"text": "string"
|
|
21981
|
+
},
|
|
21982
|
+
"default": "''",
|
|
21983
|
+
"description": "Accessible title / alt text for the SVG.",
|
|
21984
|
+
"attribute": "image-title"
|
|
21985
|
+
},
|
|
21986
|
+
{
|
|
21987
|
+
"kind": "field",
|
|
21988
|
+
"name": "preview",
|
|
21989
|
+
"type": {
|
|
21990
|
+
"text": "boolean"
|
|
21991
|
+
},
|
|
21992
|
+
"default": "false",
|
|
21993
|
+
"description": "Enable click-to-preview lightbox.",
|
|
21994
|
+
"attribute": "preview",
|
|
21995
|
+
"reflects": true
|
|
21996
|
+
},
|
|
21997
|
+
{
|
|
21998
|
+
"kind": "field",
|
|
21999
|
+
"name": "_loaded",
|
|
22000
|
+
"type": {
|
|
22001
|
+
"text": "boolean"
|
|
22002
|
+
},
|
|
22003
|
+
"privacy": "private",
|
|
22004
|
+
"default": "false"
|
|
22005
|
+
},
|
|
22006
|
+
{
|
|
22007
|
+
"kind": "field",
|
|
22008
|
+
"name": "_previewOpen",
|
|
22009
|
+
"type": {
|
|
22010
|
+
"text": "boolean"
|
|
22011
|
+
},
|
|
22012
|
+
"privacy": "private",
|
|
22013
|
+
"default": "false"
|
|
22014
|
+
},
|
|
22015
|
+
{
|
|
22016
|
+
"kind": "field",
|
|
22017
|
+
"name": "_svgContent",
|
|
22018
|
+
"type": {
|
|
22019
|
+
"text": "string"
|
|
22020
|
+
},
|
|
22021
|
+
"privacy": "private",
|
|
22022
|
+
"default": "''"
|
|
22023
|
+
},
|
|
22024
|
+
{
|
|
22025
|
+
"kind": "field",
|
|
22026
|
+
"name": "_fetchId",
|
|
22027
|
+
"type": {
|
|
22028
|
+
"text": "number"
|
|
22029
|
+
},
|
|
22030
|
+
"privacy": "private",
|
|
22031
|
+
"default": "0"
|
|
22032
|
+
},
|
|
22033
|
+
{
|
|
22034
|
+
"kind": "field",
|
|
22035
|
+
"name": "_intersectionObserver",
|
|
22036
|
+
"type": {
|
|
22037
|
+
"text": "IntersectionObserver | null"
|
|
22038
|
+
},
|
|
22039
|
+
"privacy": "private",
|
|
22040
|
+
"default": "null"
|
|
22041
|
+
},
|
|
22042
|
+
{
|
|
22043
|
+
"kind": "method",
|
|
22044
|
+
"name": "_setupIntersectionObserver",
|
|
22045
|
+
"privacy": "private"
|
|
22046
|
+
},
|
|
22047
|
+
{
|
|
22048
|
+
"kind": "method",
|
|
22049
|
+
"name": "_fetchSvg",
|
|
22050
|
+
"privacy": "private"
|
|
22051
|
+
},
|
|
22052
|
+
{
|
|
22053
|
+
"kind": "method",
|
|
22054
|
+
"name": "_handleClick",
|
|
22055
|
+
"privacy": "private"
|
|
22056
|
+
},
|
|
22057
|
+
{
|
|
22058
|
+
"kind": "method",
|
|
22059
|
+
"name": "_closePreview",
|
|
22060
|
+
"privacy": "private",
|
|
22061
|
+
"parameters": [
|
|
22062
|
+
{
|
|
22063
|
+
"name": "e",
|
|
22064
|
+
"type": {
|
|
22065
|
+
"text": "Event"
|
|
22066
|
+
}
|
|
22067
|
+
}
|
|
22068
|
+
]
|
|
22069
|
+
}
|
|
22070
|
+
],
|
|
22071
|
+
"attributes": [
|
|
22072
|
+
{
|
|
22073
|
+
"name": "src",
|
|
22074
|
+
"type": {
|
|
22075
|
+
"text": "string"
|
|
22076
|
+
},
|
|
22077
|
+
"default": "''",
|
|
22078
|
+
"description": "URL of the SVG asset to fetch and render inline.",
|
|
22079
|
+
"fieldName": "src"
|
|
22080
|
+
},
|
|
22081
|
+
{
|
|
22082
|
+
"name": "image-title",
|
|
22083
|
+
"type": {
|
|
22084
|
+
"text": "string"
|
|
22085
|
+
},
|
|
22086
|
+
"default": "''",
|
|
22087
|
+
"description": "Accessible title / alt text for the SVG.",
|
|
22088
|
+
"fieldName": "imageTitle"
|
|
22089
|
+
},
|
|
22090
|
+
{
|
|
22091
|
+
"name": "preview",
|
|
22092
|
+
"type": {
|
|
22093
|
+
"text": "boolean"
|
|
22094
|
+
},
|
|
22095
|
+
"default": "false",
|
|
22096
|
+
"description": "Enable click-to-preview lightbox.",
|
|
22097
|
+
"fieldName": "preview"
|
|
22098
|
+
}
|
|
22099
|
+
],
|
|
22100
|
+
"superclass": {
|
|
22101
|
+
"name": "LitElement",
|
|
22102
|
+
"package": "lit"
|
|
22103
|
+
},
|
|
22104
|
+
"tagName": "wc-svg",
|
|
22105
|
+
"customElement": true,
|
|
22106
|
+
"summary": "An SVG component with lazy loading and optional preview support.",
|
|
22107
|
+
"rawTag": {
|
|
22108
|
+
"name": "svg",
|
|
22109
|
+
"description": ""
|
|
22110
|
+
}
|
|
22111
|
+
}
|
|
22112
|
+
],
|
|
22113
|
+
"exports": [
|
|
22114
|
+
{
|
|
22115
|
+
"kind": "js",
|
|
22116
|
+
"name": "Svg",
|
|
22117
|
+
"declaration": {
|
|
22118
|
+
"name": "Svg",
|
|
22119
|
+
"module": "src/svg/svg.ts"
|
|
22120
|
+
}
|
|
22121
|
+
}
|
|
22122
|
+
]
|
|
22123
|
+
},
|
|
21209
22124
|
{
|
|
21210
22125
|
"kind": "javascript-module",
|
|
21211
22126
|
"path": "src/switch/index.ts",
|