@tylertech/forge 3.9.0-dev.4 → 3.9.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/custom-elements.json +649 -647
- package/dist/lib.js +12 -12
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +81 -81
- package/dist/vscode.html-custom-data.json +57 -57
- package/esm/color-picker/color-picker-core.js +4 -3
- package/esm/color-picker/color-picker-gradient-slider.d.ts +1 -1
- package/esm/color-picker/color-picker-gradient-slider.js +19 -30
- package/esm/list-dropdown/list-dropdown-utils.js +1 -1
- package/esm/menu/menu.js +2 -2
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/tooltip/tooltip-adapter.d.ts +7 -0
- package/esm/tooltip/tooltip-adapter.js +10 -0
- package/esm/tooltip/tooltip-constants.d.ts +1 -0
- package/esm/tooltip/tooltip-constants.js +2 -1
- package/esm/tooltip/tooltip-core.js +3 -0
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -5034,7 +5034,8 @@
|
|
|
5034
5034
|
"type": {
|
|
5035
5035
|
"text": "number"
|
|
5036
5036
|
},
|
|
5037
|
-
"privacy": "private"
|
|
5037
|
+
"privacy": "private",
|
|
5038
|
+
"default": "0"
|
|
5038
5039
|
},
|
|
5039
5040
|
{
|
|
5040
5041
|
"kind": "field",
|
|
@@ -5042,7 +5043,8 @@
|
|
|
5042
5043
|
"type": {
|
|
5043
5044
|
"text": "number"
|
|
5044
5045
|
},
|
|
5045
|
-
"privacy": "private"
|
|
5046
|
+
"privacy": "private",
|
|
5047
|
+
"default": "0"
|
|
5046
5048
|
},
|
|
5047
5049
|
{
|
|
5048
5050
|
"kind": "field",
|
|
@@ -26950,80 +26952,132 @@
|
|
|
26950
26952
|
},
|
|
26951
26953
|
{
|
|
26952
26954
|
"kind": "javascript-module",
|
|
26953
|
-
"path": "src/lib/
|
|
26955
|
+
"path": "src/lib/list/list-item/list-item.ts",
|
|
26954
26956
|
"declarations": [
|
|
26955
|
-
{
|
|
26956
|
-
"kind": "variable",
|
|
26957
|
-
"name": "METER_TAG_NAME",
|
|
26958
|
-
"type": {
|
|
26959
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
26960
|
-
},
|
|
26961
|
-
"default": "'forge-meter'"
|
|
26962
|
-
},
|
|
26963
26957
|
{
|
|
26964
26958
|
"kind": "class",
|
|
26965
26959
|
"description": "",
|
|
26966
|
-
"name": "
|
|
26960
|
+
"name": "ListItemComponent",
|
|
26967
26961
|
"cssProperties": [
|
|
26968
26962
|
{
|
|
26969
|
-
"description": "The background color
|
|
26970
|
-
"name": "--forge-
|
|
26963
|
+
"description": "The background color.",
|
|
26964
|
+
"name": "--forge-list-item-background"
|
|
26971
26965
|
},
|
|
26972
26966
|
{
|
|
26973
|
-
"description": "The
|
|
26974
|
-
"name": "--forge-
|
|
26967
|
+
"description": "The shape of the list item.",
|
|
26968
|
+
"name": "--forge-list-item-shape"
|
|
26975
26969
|
},
|
|
26976
26970
|
{
|
|
26977
|
-
"description": "The
|
|
26978
|
-
"name": "--forge-
|
|
26971
|
+
"description": "The padding inside of the container element.",
|
|
26972
|
+
"name": "--forge-list-item-padding"
|
|
26979
26973
|
},
|
|
26980
26974
|
{
|
|
26981
|
-
"description": "The
|
|
26982
|
-
"name": "--forge-
|
|
26975
|
+
"description": "The padding inside of the container element when `wrap` is enabled.",
|
|
26976
|
+
"name": "--forge-list-item-wrap-padding"
|
|
26983
26977
|
},
|
|
26984
26978
|
{
|
|
26985
|
-
"description": "The
|
|
26986
|
-
"name": "--forge-
|
|
26979
|
+
"description": "The margin around the host element.",
|
|
26980
|
+
"name": "--forge-list-item-margin"
|
|
26987
26981
|
},
|
|
26988
26982
|
{
|
|
26989
|
-
"description": "The
|
|
26990
|
-
"name": "--forge-
|
|
26983
|
+
"description": "The height of the container.",
|
|
26984
|
+
"name": "--forge-list-item-height"
|
|
26991
26985
|
},
|
|
26992
26986
|
{
|
|
26993
|
-
"description": "The
|
|
26994
|
-
"name": "--forge-
|
|
26987
|
+
"description": "The margin inline state when in the indented state.",
|
|
26988
|
+
"name": "--forge-list-item-indent"
|
|
26995
26989
|
},
|
|
26996
26990
|
{
|
|
26997
|
-
"description": "The
|
|
26998
|
-
"name": "--forge-
|
|
26991
|
+
"description": "The cursor when interactive.",
|
|
26992
|
+
"name": "--forge-list-item-cursor"
|
|
26999
26993
|
},
|
|
27000
26994
|
{
|
|
27001
|
-
"description": "The
|
|
27002
|
-
"name": "--forge-
|
|
26995
|
+
"description": "The gap between the slotted content.",
|
|
26996
|
+
"name": "--forge-list-item-gap"
|
|
27003
26997
|
},
|
|
27004
26998
|
{
|
|
27005
|
-
"description": "The color of the
|
|
27006
|
-
"name": "--forge-
|
|
26999
|
+
"description": "The text color of the text.",
|
|
27000
|
+
"name": "--forge-list-item-text-color"
|
|
27007
27001
|
},
|
|
27008
27002
|
{
|
|
27009
|
-
"description": "The
|
|
27010
|
-
"name": "--forge-
|
|
27003
|
+
"description": "The font size of the text.",
|
|
27004
|
+
"name": "--forge-list-item-text-font-size"
|
|
27011
27005
|
},
|
|
27012
27006
|
{
|
|
27013
|
-
"description": "The
|
|
27014
|
-
"name": "--forge-
|
|
27007
|
+
"description": "The font weight of the text.",
|
|
27008
|
+
"name": "--forge-list-item-text-font-weight"
|
|
27015
27009
|
},
|
|
27016
27010
|
{
|
|
27017
|
-
"description": "The
|
|
27018
|
-
"name": "--forge-
|
|
27011
|
+
"description": "The line height of the text.",
|
|
27012
|
+
"name": "--forge-list-item-text-line-height"
|
|
27019
27013
|
},
|
|
27020
27014
|
{
|
|
27021
|
-
"description": "The color
|
|
27022
|
-
"name": "--forge-
|
|
27015
|
+
"description": "The foreground color when in the selected state.",
|
|
27016
|
+
"name": "--forge-list-item-selected-color"
|
|
27023
27017
|
},
|
|
27024
27018
|
{
|
|
27025
|
-
"description": "The color
|
|
27026
|
-
"name": "--forge-
|
|
27019
|
+
"description": "The background color when in the selected state.",
|
|
27020
|
+
"name": "--forge-list-item-selected-background"
|
|
27021
|
+
},
|
|
27022
|
+
{
|
|
27023
|
+
"description": "The opacity of the background color when in the selected state.",
|
|
27024
|
+
"name": "--forge-list-item-selected-opacity"
|
|
27025
|
+
},
|
|
27026
|
+
{
|
|
27027
|
+
"description": "The color of the start content when in the selected state.",
|
|
27028
|
+
"name": "--forge-list-item-start-selected-color"
|
|
27029
|
+
},
|
|
27030
|
+
{
|
|
27031
|
+
"description": "The color of the end content when in the selected state.",
|
|
27032
|
+
"name": "--forge-list-item-end-selected-color"
|
|
27033
|
+
},
|
|
27034
|
+
{
|
|
27035
|
+
"description": "The color of the text when in the selected state.",
|
|
27036
|
+
"name": "--forge-list-item-selected-text-color"
|
|
27037
|
+
},
|
|
27038
|
+
{
|
|
27039
|
+
"description": "The opacity of the element when in the disabled state.",
|
|
27040
|
+
"name": "--forge-list-item-disabled-opacity"
|
|
27041
|
+
},
|
|
27042
|
+
{
|
|
27043
|
+
"description": "The cursor when in the disabled state.",
|
|
27044
|
+
"name": "--forge-list-item-disabled-cursor"
|
|
27045
|
+
},
|
|
27046
|
+
{
|
|
27047
|
+
"description": "The line height when in the one/single line state.",
|
|
27048
|
+
"name": "--forge-list-item-one-line-height"
|
|
27049
|
+
},
|
|
27050
|
+
{
|
|
27051
|
+
"description": "The line height when in the two line state.",
|
|
27052
|
+
"name": "--forge-list-item-two-line-height"
|
|
27053
|
+
},
|
|
27054
|
+
{
|
|
27055
|
+
"description": "The line height when in the three line state.",
|
|
27056
|
+
"name": "--forge-list-item-three-line-height"
|
|
27057
|
+
},
|
|
27058
|
+
{
|
|
27059
|
+
"description": "The line height when in the dense one/single line state.",
|
|
27060
|
+
"name": "--forge-list-item-dense-one-line-height"
|
|
27061
|
+
},
|
|
27062
|
+
{
|
|
27063
|
+
"description": "The line height when in the dense two line state.",
|
|
27064
|
+
"name": "--forge-list-item-dense-two-line-height"
|
|
27065
|
+
},
|
|
27066
|
+
{
|
|
27067
|
+
"description": "The line height when in the dense three line state.",
|
|
27068
|
+
"name": "--forge-list-item-dense-three-line-height"
|
|
27069
|
+
},
|
|
27070
|
+
{
|
|
27071
|
+
"description": "The font size when in the dense state.",
|
|
27072
|
+
"name": "--forge-list-item-dense-font-size"
|
|
27073
|
+
},
|
|
27074
|
+
{
|
|
27075
|
+
"description": "The margin inline state when in the dense indented state.",
|
|
27076
|
+
"name": "--forge-list-item-dense-indent"
|
|
27077
|
+
},
|
|
27078
|
+
{
|
|
27079
|
+
"description": "The gap between the slotted content when in the dense state.",
|
|
27080
|
+
"name": "--forge-list-item-dense-gap"
|
|
27027
27081
|
}
|
|
27028
27082
|
],
|
|
27029
27083
|
"cssParts": [
|
|
@@ -27032,464 +27086,305 @@
|
|
|
27032
27086
|
"name": "root"
|
|
27033
27087
|
},
|
|
27034
27088
|
{
|
|
27035
|
-
"description": "The
|
|
27036
|
-
"name": "
|
|
27089
|
+
"description": "The container for the text content.",
|
|
27090
|
+
"name": "text-container"
|
|
27037
27091
|
},
|
|
27038
27092
|
{
|
|
27039
|
-
"description": "The
|
|
27040
|
-
"name": "
|
|
27093
|
+
"description": "The forwarded focus indicator's internal indicator element.",
|
|
27094
|
+
"name": "focus-indicator"
|
|
27095
|
+
},
|
|
27096
|
+
{
|
|
27097
|
+
"description": "The forwarded state layer's internal surface element.",
|
|
27098
|
+
"name": "state-layer"
|
|
27041
27099
|
}
|
|
27042
27100
|
],
|
|
27043
27101
|
"slots": [
|
|
27044
27102
|
{
|
|
27045
|
-
"description": "The
|
|
27103
|
+
"description": "The primary text.",
|
|
27046
27104
|
"name": ""
|
|
27047
27105
|
},
|
|
27048
27106
|
{
|
|
27049
|
-
"description": "
|
|
27050
|
-
"name": "
|
|
27107
|
+
"description": "The secondary text.",
|
|
27108
|
+
"name": "secondary-text"
|
|
27109
|
+
},
|
|
27110
|
+
{
|
|
27111
|
+
"description": "The tertiary text.",
|
|
27112
|
+
"name": "tertiary-text"
|
|
27113
|
+
},
|
|
27114
|
+
{
|
|
27115
|
+
"description": "The start content.",
|
|
27116
|
+
"name": "start"
|
|
27117
|
+
},
|
|
27118
|
+
{
|
|
27119
|
+
"description": "The end element.",
|
|
27120
|
+
"name": "end"
|
|
27051
27121
|
}
|
|
27052
27122
|
],
|
|
27053
27123
|
"members": [
|
|
27054
27124
|
{
|
|
27055
27125
|
"kind": "field",
|
|
27056
|
-
"name": "
|
|
27126
|
+
"name": "_adapter",
|
|
27057
27127
|
"type": {
|
|
27058
|
-
"text": "
|
|
27128
|
+
"text": "ListItemAdapter"
|
|
27059
27129
|
},
|
|
27060
|
-
"privacy": "
|
|
27061
|
-
"default": "
|
|
27062
|
-
"description": "The current value of the meter.",
|
|
27063
|
-
"attribute": "value"
|
|
27130
|
+
"privacy": "private",
|
|
27131
|
+
"default": "new ListItemAdapter(this)"
|
|
27064
27132
|
},
|
|
27065
27133
|
{
|
|
27066
27134
|
"kind": "field",
|
|
27067
|
-
"name": "
|
|
27135
|
+
"name": "selected",
|
|
27068
27136
|
"type": {
|
|
27069
|
-
"text": "
|
|
27137
|
+
"text": "boolean"
|
|
27070
27138
|
},
|
|
27071
27139
|
"privacy": "public",
|
|
27072
|
-
"
|
|
27073
|
-
"
|
|
27074
|
-
"attribute": "min"
|
|
27140
|
+
"description": "Applies the selected state to the list item.",
|
|
27141
|
+
"default": "false"
|
|
27075
27142
|
},
|
|
27076
27143
|
{
|
|
27077
27144
|
"kind": "field",
|
|
27078
|
-
"name": "
|
|
27145
|
+
"name": "active",
|
|
27079
27146
|
"type": {
|
|
27080
|
-
"text": "
|
|
27147
|
+
"text": "boolean"
|
|
27081
27148
|
},
|
|
27082
27149
|
"privacy": "public",
|
|
27083
|
-
"
|
|
27084
|
-
"
|
|
27085
|
-
"attribute": "max"
|
|
27150
|
+
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27151
|
+
"default": "false"
|
|
27086
27152
|
},
|
|
27087
27153
|
{
|
|
27088
27154
|
"kind": "field",
|
|
27089
|
-
"name": "
|
|
27155
|
+
"name": "value",
|
|
27090
27156
|
"type": {
|
|
27091
|
-
"text": "
|
|
27157
|
+
"text": "unknown"
|
|
27092
27158
|
},
|
|
27093
27159
|
"privacy": "public",
|
|
27094
|
-
"description": "The
|
|
27095
|
-
"default": "0",
|
|
27096
|
-
"attribute": "low"
|
|
27160
|
+
"description": "The unique value of the list item."
|
|
27097
27161
|
},
|
|
27098
27162
|
{
|
|
27099
27163
|
"kind": "field",
|
|
27100
|
-
"name": "
|
|
27164
|
+
"name": "dense",
|
|
27101
27165
|
"type": {
|
|
27102
|
-
"text": "
|
|
27166
|
+
"text": "boolean"
|
|
27103
27167
|
},
|
|
27104
27168
|
"privacy": "public",
|
|
27105
|
-
"description": "
|
|
27106
|
-
"default": "
|
|
27107
|
-
"attribute": "high"
|
|
27169
|
+
"description": "Applies the dense state to the list item.",
|
|
27170
|
+
"default": "false"
|
|
27108
27171
|
},
|
|
27109
27172
|
{
|
|
27110
27173
|
"kind": "field",
|
|
27111
|
-
"name": "
|
|
27174
|
+
"name": "indented",
|
|
27112
27175
|
"type": {
|
|
27113
|
-
"text": "
|
|
27176
|
+
"text": "boolean"
|
|
27114
27177
|
},
|
|
27115
27178
|
"privacy": "public",
|
|
27116
|
-
"description": "
|
|
27117
|
-
"default": "
|
|
27118
|
-
"attribute": "optimum"
|
|
27179
|
+
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27180
|
+
"default": "false"
|
|
27119
27181
|
},
|
|
27120
27182
|
{
|
|
27121
27183
|
"kind": "field",
|
|
27122
|
-
"name": "
|
|
27184
|
+
"name": "twoLine",
|
|
27123
27185
|
"type": {
|
|
27124
27186
|
"text": "boolean"
|
|
27125
27187
|
},
|
|
27126
27188
|
"privacy": "public",
|
|
27127
|
-
"
|
|
27128
|
-
"
|
|
27129
|
-
"attribute": "tickmarks"
|
|
27189
|
+
"description": "Sets the list item height to support at least two lines of text.",
|
|
27190
|
+
"default": "false"
|
|
27130
27191
|
},
|
|
27131
27192
|
{
|
|
27132
27193
|
"kind": "field",
|
|
27133
|
-
"name": "
|
|
27194
|
+
"name": "threeLine",
|
|
27134
27195
|
"type": {
|
|
27135
|
-
"text": "
|
|
27196
|
+
"text": "boolean"
|
|
27136
27197
|
},
|
|
27137
27198
|
"privacy": "public",
|
|
27138
|
-
"
|
|
27139
|
-
"
|
|
27140
|
-
"attribute": "value-mode"
|
|
27199
|
+
"description": "Sets the list item height to support at least three lines of text.",
|
|
27200
|
+
"default": "false"
|
|
27141
27201
|
},
|
|
27142
27202
|
{
|
|
27143
27203
|
"kind": "field",
|
|
27144
|
-
"name": "
|
|
27204
|
+
"name": "wrap",
|
|
27145
27205
|
"type": {
|
|
27146
|
-
"text": "
|
|
27206
|
+
"text": "boolean"
|
|
27147
27207
|
},
|
|
27148
27208
|
"privacy": "public",
|
|
27149
|
-
"
|
|
27150
|
-
"
|
|
27151
|
-
"attribute": "direction"
|
|
27209
|
+
"description": "Sets the list item to wrap its text content.",
|
|
27210
|
+
"default": "false"
|
|
27152
27211
|
},
|
|
27153
27212
|
{
|
|
27154
27213
|
"kind": "field",
|
|
27155
|
-
"name": "
|
|
27214
|
+
"name": "noninteractive",
|
|
27156
27215
|
"type": {
|
|
27157
|
-
"text": "
|
|
27216
|
+
"text": "boolean"
|
|
27158
27217
|
},
|
|
27159
27218
|
"privacy": "public",
|
|
27160
|
-
"
|
|
27161
|
-
"
|
|
27162
|
-
"attribute": "shape"
|
|
27219
|
+
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27220
|
+
"default": "false"
|
|
27163
27221
|
},
|
|
27164
27222
|
{
|
|
27165
27223
|
"kind": "field",
|
|
27166
|
-
"name": "
|
|
27224
|
+
"name": "focusPropagation",
|
|
27167
27225
|
"type": {
|
|
27168
|
-
"text": "
|
|
27226
|
+
"text": "boolean"
|
|
27169
27227
|
},
|
|
27170
27228
|
"privacy": "public",
|
|
27171
|
-
"
|
|
27172
|
-
"
|
|
27173
|
-
|
|
27174
|
-
|
|
27229
|
+
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27230
|
+
"default": "\"allow\""
|
|
27231
|
+
}
|
|
27232
|
+
],
|
|
27233
|
+
"events": [
|
|
27175
27234
|
{
|
|
27176
|
-
"kind": "field",
|
|
27177
|
-
"name": "density",
|
|
27178
27235
|
"type": {
|
|
27179
|
-
"text": "
|
|
27236
|
+
"text": "CustomEvent<IListItemSelectEventData>"
|
|
27180
27237
|
},
|
|
27181
|
-
"
|
|
27182
|
-
"
|
|
27183
|
-
|
|
27184
|
-
|
|
27185
|
-
|
|
27238
|
+
"description": "Fires when the list item is selected.",
|
|
27239
|
+
"name": "forge-list-item-select"
|
|
27240
|
+
}
|
|
27241
|
+
],
|
|
27242
|
+
"attributes": [
|
|
27186
27243
|
{
|
|
27187
|
-
"kind": "field",
|
|
27188
|
-
"name": "theme",
|
|
27189
27244
|
"type": {
|
|
27190
|
-
"text": "
|
|
27245
|
+
"text": "boolean"
|
|
27191
27246
|
},
|
|
27192
|
-
"
|
|
27193
|
-
"
|
|
27194
|
-
"
|
|
27195
|
-
"attribute": "theme"
|
|
27247
|
+
"description": "Applies the selected state to the list item.",
|
|
27248
|
+
"name": "selected",
|
|
27249
|
+
"default": "false"
|
|
27196
27250
|
},
|
|
27197
27251
|
{
|
|
27198
|
-
"kind": "field",
|
|
27199
|
-
"name": "muted",
|
|
27200
27252
|
"type": {
|
|
27201
27253
|
"text": "boolean"
|
|
27202
27254
|
},
|
|
27203
|
-
"
|
|
27204
|
-
"
|
|
27205
|
-
"
|
|
27206
|
-
"attribute": "muted"
|
|
27255
|
+
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27256
|
+
"name": "active",
|
|
27257
|
+
"default": "false"
|
|
27207
27258
|
},
|
|
27208
27259
|
{
|
|
27209
|
-
"kind": "field",
|
|
27210
|
-
"name": "percentage",
|
|
27211
27260
|
"type": {
|
|
27212
|
-
"text": "
|
|
27261
|
+
"text": "unknown"
|
|
27213
27262
|
},
|
|
27214
|
-
"
|
|
27215
|
-
"
|
|
27216
|
-
"readonly": true
|
|
27263
|
+
"description": "The unique value of the list item.",
|
|
27264
|
+
"name": "value"
|
|
27217
27265
|
},
|
|
27218
27266
|
{
|
|
27219
|
-
"kind": "field",
|
|
27220
|
-
"name": "_percentage",
|
|
27221
27267
|
"type": {
|
|
27222
|
-
"text": "
|
|
27268
|
+
"text": "boolean"
|
|
27223
27269
|
},
|
|
27224
|
-
"
|
|
27225
|
-
"
|
|
27270
|
+
"description": "Applies the dense state to the list item.",
|
|
27271
|
+
"name": "dense",
|
|
27272
|
+
"default": "false"
|
|
27226
27273
|
},
|
|
27227
27274
|
{
|
|
27228
|
-
"kind": "field",
|
|
27229
|
-
"name": "_status",
|
|
27230
27275
|
"type": {
|
|
27231
|
-
"text": "
|
|
27276
|
+
"text": "boolean"
|
|
27232
27277
|
},
|
|
27233
|
-
"
|
|
27234
|
-
"
|
|
27278
|
+
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27279
|
+
"name": "indented",
|
|
27280
|
+
"default": "false"
|
|
27235
27281
|
},
|
|
27236
27282
|
{
|
|
27237
|
-
"kind": "field",
|
|
27238
|
-
"name": "_segmented",
|
|
27239
27283
|
"type": {
|
|
27240
27284
|
"text": "boolean"
|
|
27241
27285
|
},
|
|
27242
|
-
"
|
|
27286
|
+
"description": "Sets the list item height to support at least two lines of text.",
|
|
27287
|
+
"name": "two-line",
|
|
27243
27288
|
"default": "false"
|
|
27244
27289
|
},
|
|
27245
27290
|
{
|
|
27246
|
-
"kind": "field",
|
|
27247
|
-
"name": "_grouped",
|
|
27248
27291
|
"type": {
|
|
27249
27292
|
"text": "boolean"
|
|
27250
27293
|
},
|
|
27251
|
-
"
|
|
27294
|
+
"description": "Sets the list item height to support at least three lines of text.",
|
|
27295
|
+
"name": "three-line",
|
|
27252
27296
|
"default": "false"
|
|
27253
27297
|
},
|
|
27254
27298
|
{
|
|
27255
|
-
"kind": "field",
|
|
27256
|
-
"name": "_hasSlottedContent",
|
|
27257
27299
|
"type": {
|
|
27258
27300
|
"text": "boolean"
|
|
27259
27301
|
},
|
|
27260
|
-
"
|
|
27302
|
+
"description": "Sets the list item to wrap its text content.",
|
|
27303
|
+
"name": "wrap",
|
|
27261
27304
|
"default": "false"
|
|
27262
27305
|
},
|
|
27263
27306
|
{
|
|
27264
|
-
"kind": "field",
|
|
27265
|
-
"name": "_defaultNodes",
|
|
27266
27307
|
"type": {
|
|
27267
|
-
"text": "
|
|
27308
|
+
"text": "boolean"
|
|
27268
27309
|
},
|
|
27269
|
-
"
|
|
27310
|
+
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27311
|
+
"name": "noninteractive",
|
|
27312
|
+
"default": "false"
|
|
27270
27313
|
},
|
|
27271
27314
|
{
|
|
27272
|
-
"kind": "field",
|
|
27273
|
-
"name": "_valueNodes",
|
|
27274
27315
|
"type": {
|
|
27275
|
-
"text": "
|
|
27276
|
-
},
|
|
27277
|
-
"privacy": "private"
|
|
27278
|
-
},
|
|
27279
|
-
{
|
|
27280
|
-
"kind": "method",
|
|
27281
|
-
"name": "_getStatus",
|
|
27282
|
-
"privacy": "private",
|
|
27283
|
-
"return": {
|
|
27284
|
-
"type": {
|
|
27285
|
-
"text": "void"
|
|
27286
|
-
}
|
|
27287
|
-
},
|
|
27288
|
-
"description": "Determines the percentage of the meter that's filled and whether the value is optimal,\nsuboptimal, or least optimal."
|
|
27289
|
-
},
|
|
27290
|
-
{
|
|
27291
|
-
"kind": "method",
|
|
27292
|
-
"name": "_getSegmented",
|
|
27293
|
-
"privacy": "private",
|
|
27294
|
-
"return": {
|
|
27295
|
-
"type": {
|
|
27296
|
-
"text": "void"
|
|
27297
|
-
}
|
|
27298
|
-
},
|
|
27299
|
-
"description": "Determines whether low and high ranges are set. The meter is segmented if either the low or\nhigh property is defined.\n\nWhen the meter is segmented the default or themed color scheme is replaced by semantic colors\ncorresponding to optimal, suboptimal, and least optimal values."
|
|
27300
|
-
},
|
|
27301
|
-
{
|
|
27302
|
-
"kind": "method",
|
|
27303
|
-
"name": "_getGrouped",
|
|
27304
|
-
"privacy": "private",
|
|
27305
|
-
"return": {
|
|
27306
|
-
"type": {
|
|
27307
|
-
"text": "Promise<void>"
|
|
27308
|
-
}
|
|
27309
|
-
},
|
|
27310
|
-
"description": "Checks if the meter is part of a group and inherits the min and max values."
|
|
27311
|
-
},
|
|
27312
|
-
{
|
|
27313
|
-
"kind": "method",
|
|
27314
|
-
"name": "_handleSlotChange",
|
|
27315
|
-
"privacy": "private",
|
|
27316
|
-
"return": {
|
|
27317
|
-
"type": {
|
|
27318
|
-
"text": "void"
|
|
27319
|
-
}
|
|
27320
|
-
},
|
|
27321
|
-
"description": "Checks whether the meter has any slotted content."
|
|
27322
|
-
},
|
|
27323
|
-
{
|
|
27324
|
-
"kind": "method",
|
|
27325
|
-
"name": "_setValueState",
|
|
27326
|
-
"privacy": "private",
|
|
27327
|
-
"return": {
|
|
27328
|
-
"type": {
|
|
27329
|
-
"text": "void"
|
|
27330
|
-
}
|
|
27316
|
+
"text": "boolean"
|
|
27331
27317
|
},
|
|
27332
|
-
"description": "
|
|
27318
|
+
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27319
|
+
"name": "focus-propagation",
|
|
27320
|
+
"default": "\"allow\""
|
|
27333
27321
|
}
|
|
27334
27322
|
],
|
|
27335
|
-
"
|
|
27336
|
-
{
|
|
27337
|
-
"name": "value",
|
|
27338
|
-
"type": {
|
|
27339
|
-
"text": "number"
|
|
27340
|
-
},
|
|
27341
|
-
"default": "0",
|
|
27342
|
-
"description": "The current value of the meter.",
|
|
27343
|
-
"fieldName": "value"
|
|
27344
|
-
},
|
|
27345
|
-
{
|
|
27346
|
-
"name": "min",
|
|
27347
|
-
"type": {
|
|
27348
|
-
"text": "number"
|
|
27349
|
-
},
|
|
27350
|
-
"default": "0",
|
|
27351
|
-
"description": "The minimum value of the meter.",
|
|
27352
|
-
"fieldName": "min"
|
|
27353
|
-
},
|
|
27354
|
-
{
|
|
27355
|
-
"name": "max",
|
|
27356
|
-
"type": {
|
|
27357
|
-
"text": "number"
|
|
27358
|
-
},
|
|
27359
|
-
"default": "1",
|
|
27360
|
-
"description": "The maximum value of the meter.",
|
|
27361
|
-
"fieldName": "max"
|
|
27362
|
-
},
|
|
27363
|
-
{
|
|
27364
|
-
"name": "low",
|
|
27365
|
-
"type": {
|
|
27366
|
-
"text": "number | null | undefined"
|
|
27367
|
-
},
|
|
27368
|
-
"description": "The low value threshold.",
|
|
27369
|
-
"default": "0",
|
|
27370
|
-
"fieldName": "low"
|
|
27371
|
-
},
|
|
27372
|
-
{
|
|
27373
|
-
"name": "high",
|
|
27374
|
-
"type": {
|
|
27375
|
-
"text": "number | null | undefined"
|
|
27376
|
-
},
|
|
27377
|
-
"description": "The high value threshold.",
|
|
27378
|
-
"default": "1",
|
|
27379
|
-
"fieldName": "high"
|
|
27380
|
-
},
|
|
27381
|
-
{
|
|
27382
|
-
"name": "optimum",
|
|
27383
|
-
"type": {
|
|
27384
|
-
"text": "number | null | undefined"
|
|
27385
|
-
},
|
|
27386
|
-
"description": "Indicates the region of the optimum value.",
|
|
27387
|
-
"default": "1",
|
|
27388
|
-
"fieldName": "optimum"
|
|
27389
|
-
},
|
|
27323
|
+
"mixins": [
|
|
27390
27324
|
{
|
|
27391
|
-
"name": "
|
|
27392
|
-
"
|
|
27393
|
-
"text": "boolean"
|
|
27394
|
-
},
|
|
27395
|
-
"default": "false",
|
|
27396
|
-
"description": "Whether to display tickmarks.",
|
|
27397
|
-
"fieldName": "tickmarks"
|
|
27325
|
+
"name": "WithElementInternals",
|
|
27326
|
+
"module": "/src/lib/core/mixins/internals/with-element-internals"
|
|
27398
27327
|
},
|
|
27399
27328
|
{
|
|
27400
|
-
"name": "
|
|
27401
|
-
"
|
|
27402
|
-
|
|
27403
|
-
|
|
27404
|
-
|
|
27405
|
-
|
|
27406
|
-
|
|
27407
|
-
|
|
27329
|
+
"name": "WithDefaultAria",
|
|
27330
|
+
"module": "/src/lib/core/mixins/internals/with-default-aria"
|
|
27331
|
+
}
|
|
27332
|
+
],
|
|
27333
|
+
"superclass": {
|
|
27334
|
+
"name": "BaseComponent",
|
|
27335
|
+
"module": "/src/lib/core/base/base-component"
|
|
27336
|
+
},
|
|
27337
|
+
"tagName": "forge-list-item",
|
|
27338
|
+
"customElement": true,
|
|
27339
|
+
"summary": "List items are individual rows of content inside of a list.",
|
|
27340
|
+
"cssClasses": [
|
|
27408
27341
|
{
|
|
27409
|
-
"name": "
|
|
27410
|
-
"
|
|
27411
|
-
"text": "MeterDirection"
|
|
27412
|
-
},
|
|
27413
|
-
"default": "'horizontal'",
|
|
27414
|
-
"description": "Whether the meter is oriented horizontally or vertically.",
|
|
27415
|
-
"fieldName": "direction"
|
|
27342
|
+
"name": "forge-list-item",
|
|
27343
|
+
"description": "The list item element (required)."
|
|
27416
27344
|
},
|
|
27417
27345
|
{
|
|
27418
|
-
"name": "
|
|
27419
|
-
"
|
|
27420
|
-
"text": "MeterShape"
|
|
27421
|
-
},
|
|
27422
|
-
"default": "'default'",
|
|
27423
|
-
"description": "The shape of the meter.",
|
|
27424
|
-
"fieldName": "shape"
|
|
27346
|
+
"name": "forge-list-item--disabled",
|
|
27347
|
+
"description": "The disabled state."
|
|
27425
27348
|
},
|
|
27426
27349
|
{
|
|
27427
|
-
"name": "
|
|
27428
|
-
"
|
|
27429
|
-
"text": "MeterInnerShape"
|
|
27430
|
-
},
|
|
27431
|
-
"default": "'default'",
|
|
27432
|
-
"description": "The shape of the bar.",
|
|
27433
|
-
"fieldName": "innerShape"
|
|
27350
|
+
"name": "forge-list-item--dense",
|
|
27351
|
+
"description": "The dense state."
|
|
27434
27352
|
},
|
|
27435
27353
|
{
|
|
27436
|
-
"name": "
|
|
27437
|
-
"
|
|
27438
|
-
"text": "MeterDensity"
|
|
27439
|
-
},
|
|
27440
|
-
"default": "'medium'",
|
|
27441
|
-
"description": "The density of the meter.",
|
|
27442
|
-
"fieldName": "density"
|
|
27354
|
+
"name": "forge-list-item--interactive",
|
|
27355
|
+
"description": "Manually forces the list item to appear interactive with hover/focus states. This will happen automatically if there is a child `<button>` or `<a>` element."
|
|
27443
27356
|
},
|
|
27444
27357
|
{
|
|
27445
|
-
"name": "
|
|
27446
|
-
"
|
|
27447
|
-
"text": "MeterTheme"
|
|
27448
|
-
},
|
|
27449
|
-
"default": "'default'",
|
|
27450
|
-
"description": "The theme of the meter.",
|
|
27451
|
-
"fieldName": "theme"
|
|
27358
|
+
"name": "forge-list-item--two-line",
|
|
27359
|
+
"description": "Uses the two-line style."
|
|
27452
27360
|
},
|
|
27453
27361
|
{
|
|
27454
|
-
"name": "
|
|
27455
|
-
"
|
|
27456
|
-
"text": "boolean"
|
|
27457
|
-
},
|
|
27458
|
-
"default": "false",
|
|
27459
|
-
"description": "Whether the theme is muted.",
|
|
27460
|
-
"fieldName": "muted"
|
|
27362
|
+
"name": "forge-list-item--three-line",
|
|
27363
|
+
"description": "Uses the three-line style."
|
|
27461
27364
|
},
|
|
27462
27365
|
{
|
|
27463
|
-
"
|
|
27464
|
-
|
|
27465
|
-
|
|
27466
|
-
"description": "Defines a text alternative for the current value. Set this if it would be inaccurate to read the value as a percentage.",
|
|
27467
|
-
"name": "aria-valuetext"
|
|
27468
|
-
}
|
|
27469
|
-
],
|
|
27470
|
-
"superclass": {
|
|
27471
|
-
"name": "BaseLitElement",
|
|
27472
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
27473
|
-
},
|
|
27474
|
-
"tagName": "forge-meter",
|
|
27475
|
-
"customElement": true,
|
|
27476
|
-
"summary": "Meters display a scalar value within a defined range.",
|
|
27477
|
-
"states": [
|
|
27366
|
+
"name": "forge-list-item--indented",
|
|
27367
|
+
"description": "Indents the list item."
|
|
27368
|
+
},
|
|
27478
27369
|
{
|
|
27479
|
-
"name": "
|
|
27480
|
-
"description": "
|
|
27370
|
+
"name": "forge-list-item--wrap",
|
|
27371
|
+
"description": "Wraps the text content."
|
|
27481
27372
|
},
|
|
27482
27373
|
{
|
|
27483
|
-
"name": "
|
|
27484
|
-
"description": "
|
|
27374
|
+
"name": "forge-list-item--selected",
|
|
27375
|
+
"description": "The selected state."
|
|
27485
27376
|
},
|
|
27486
27377
|
{
|
|
27487
|
-
"name": "
|
|
27488
|
-
"description": "
|
|
27378
|
+
"name": "forge-list-item__text",
|
|
27379
|
+
"description": "Styles the text content. Apply this to the primary, secondary, and tertiary text content."
|
|
27489
27380
|
},
|
|
27490
27381
|
{
|
|
27491
|
-
"name": "
|
|
27492
|
-
"description": "
|
|
27382
|
+
"name": "forge-list-item__start",
|
|
27383
|
+
"description": "Styles the start content (typically an icon)."
|
|
27384
|
+
},
|
|
27385
|
+
{
|
|
27386
|
+
"name": "forge-list-item__end",
|
|
27387
|
+
"description": "Styles the end content (typically an icon)."
|
|
27493
27388
|
}
|
|
27494
27389
|
]
|
|
27495
27390
|
}
|
|
@@ -27497,457 +27392,556 @@
|
|
|
27497
27392
|
"exports": [
|
|
27498
27393
|
{
|
|
27499
27394
|
"kind": "js",
|
|
27500
|
-
"name": "
|
|
27501
|
-
"declaration": {
|
|
27502
|
-
"name": "METER_TAG_NAME",
|
|
27503
|
-
"module": "src/lib/meter/meter/meter.ts"
|
|
27504
|
-
}
|
|
27505
|
-
},
|
|
27506
|
-
{
|
|
27507
|
-
"kind": "js",
|
|
27508
|
-
"name": "MeterComponent",
|
|
27395
|
+
"name": "ListItemComponent",
|
|
27509
27396
|
"declaration": {
|
|
27510
|
-
"name": "
|
|
27511
|
-
"module": "src/lib/
|
|
27397
|
+
"name": "ListItemComponent",
|
|
27398
|
+
"module": "src/lib/list/list-item/list-item.ts"
|
|
27512
27399
|
}
|
|
27513
27400
|
}
|
|
27514
27401
|
]
|
|
27515
27402
|
},
|
|
27516
27403
|
{
|
|
27517
27404
|
"kind": "javascript-module",
|
|
27518
|
-
"path": "src/lib/
|
|
27405
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
27519
27406
|
"declarations": [
|
|
27407
|
+
{
|
|
27408
|
+
"kind": "variable",
|
|
27409
|
+
"name": "METER_TAG_NAME",
|
|
27410
|
+
"type": {
|
|
27411
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
27412
|
+
},
|
|
27413
|
+
"default": "'forge-meter'"
|
|
27414
|
+
},
|
|
27520
27415
|
{
|
|
27521
27416
|
"kind": "class",
|
|
27522
27417
|
"description": "",
|
|
27523
|
-
"name": "
|
|
27418
|
+
"name": "MeterComponent",
|
|
27524
27419
|
"cssProperties": [
|
|
27525
27420
|
{
|
|
27526
|
-
"description": "The background color.",
|
|
27527
|
-
"name": "--forge-
|
|
27528
|
-
},
|
|
27529
|
-
{
|
|
27530
|
-
"description": "The shape of the list item.",
|
|
27531
|
-
"name": "--forge-list-item-shape"
|
|
27532
|
-
},
|
|
27533
|
-
{
|
|
27534
|
-
"description": "The padding inside of the container element.",
|
|
27535
|
-
"name": "--forge-list-item-padding"
|
|
27536
|
-
},
|
|
27537
|
-
{
|
|
27538
|
-
"description": "The padding inside of the container element when `wrap` is enabled.",
|
|
27539
|
-
"name": "--forge-list-item-wrap-padding"
|
|
27540
|
-
},
|
|
27541
|
-
{
|
|
27542
|
-
"description": "The margin around the host element.",
|
|
27543
|
-
"name": "--forge-list-item-margin"
|
|
27544
|
-
},
|
|
27545
|
-
{
|
|
27546
|
-
"description": "The height of the container.",
|
|
27547
|
-
"name": "--forge-list-item-height"
|
|
27548
|
-
},
|
|
27549
|
-
{
|
|
27550
|
-
"description": "The margin inline state when in the indented state.",
|
|
27551
|
-
"name": "--forge-list-item-indent"
|
|
27421
|
+
"description": "The background color of the meter.",
|
|
27422
|
+
"name": "--forge-meter-background"
|
|
27552
27423
|
},
|
|
27553
27424
|
{
|
|
27554
|
-
"description": "The
|
|
27555
|
-
"name": "--forge-
|
|
27425
|
+
"description": "The color of the meter's bar.",
|
|
27426
|
+
"name": "--forge-meter-color"
|
|
27556
27427
|
},
|
|
27557
27428
|
{
|
|
27558
|
-
"description": "The
|
|
27559
|
-
"name": "--forge-
|
|
27429
|
+
"description": "The block size of the meter.",
|
|
27430
|
+
"name": "--forge-meter-height"
|
|
27560
27431
|
},
|
|
27561
27432
|
{
|
|
27562
|
-
"description": "The
|
|
27563
|
-
"name": "--forge-
|
|
27433
|
+
"description": "The border radius of the meter.",
|
|
27434
|
+
"name": "--forge-meter-shape"
|
|
27564
27435
|
},
|
|
27565
27436
|
{
|
|
27566
|
-
"description": "The
|
|
27567
|
-
"name": "--forge-
|
|
27437
|
+
"description": "The border radius of the meter's bar.",
|
|
27438
|
+
"name": "--forge-meter-bar-inner-shape"
|
|
27568
27439
|
},
|
|
27569
27440
|
{
|
|
27570
|
-
"description": "The
|
|
27571
|
-
"name": "--forge-
|
|
27441
|
+
"description": "The number of tickmarks to display.",
|
|
27442
|
+
"name": "--forge-meter-tickmarks"
|
|
27572
27443
|
},
|
|
27573
27444
|
{
|
|
27574
|
-
"description": "The
|
|
27575
|
-
"name": "--forge-
|
|
27445
|
+
"description": "The opacity of the tickmarks.",
|
|
27446
|
+
"name": "--forge-meter-tickmark-opacity"
|
|
27576
27447
|
},
|
|
27577
27448
|
{
|
|
27578
|
-
"description": "The
|
|
27579
|
-
"name": "--forge-
|
|
27449
|
+
"description": "The duration of transitions.",
|
|
27450
|
+
"name": "--forge-meter-transition-duration"
|
|
27580
27451
|
},
|
|
27581
27452
|
{
|
|
27582
|
-
"description": "The
|
|
27583
|
-
"name": "--forge-
|
|
27453
|
+
"description": "The timing function of transitions.",
|
|
27454
|
+
"name": "--forge-meter-transition-timing"
|
|
27584
27455
|
},
|
|
27585
27456
|
{
|
|
27586
|
-
"description": "The
|
|
27587
|
-
"name": "--forge-
|
|
27457
|
+
"description": "The color of the bar when the value is optimal.",
|
|
27458
|
+
"name": "--forge-theme-success"
|
|
27588
27459
|
},
|
|
27589
27460
|
{
|
|
27590
|
-
"description": "The color of the
|
|
27591
|
-
"name": "--forge-
|
|
27461
|
+
"description": "The color of the track when the value is optimal.",
|
|
27462
|
+
"name": "--forge-theme-success-container-low"
|
|
27592
27463
|
},
|
|
27593
27464
|
{
|
|
27594
|
-
"description": "The color of the
|
|
27595
|
-
"name": "--forge-
|
|
27465
|
+
"description": "The color of the bar when the value is suboptimal.",
|
|
27466
|
+
"name": "--forge-theme-warning"
|
|
27596
27467
|
},
|
|
27597
27468
|
{
|
|
27598
|
-
"description": "The color of the
|
|
27599
|
-
"name": "--forge-
|
|
27469
|
+
"description": "The color of the track when the value is suboptimal.",
|
|
27470
|
+
"name": "--forge-theme-warning-container-low"
|
|
27600
27471
|
},
|
|
27601
27472
|
{
|
|
27602
|
-
"description": "The
|
|
27603
|
-
"name": "--forge-
|
|
27473
|
+
"description": "The color of the bar when the value is least optimal.",
|
|
27474
|
+
"name": "--forge-theme-error"
|
|
27604
27475
|
},
|
|
27605
27476
|
{
|
|
27606
|
-
"description": "The
|
|
27607
|
-
"name": "--forge-
|
|
27608
|
-
}
|
|
27477
|
+
"description": "The color of the track when the value is least optimal.",
|
|
27478
|
+
"name": "--forge-theme-error-container-low"
|
|
27479
|
+
}
|
|
27480
|
+
],
|
|
27481
|
+
"cssParts": [
|
|
27609
27482
|
{
|
|
27610
|
-
"description": "The
|
|
27611
|
-
"name": "
|
|
27483
|
+
"description": "The root container element.",
|
|
27484
|
+
"name": "root"
|
|
27612
27485
|
},
|
|
27613
27486
|
{
|
|
27614
|
-
"description": "The
|
|
27615
|
-
"name": "
|
|
27487
|
+
"description": "The element comprising the meter's background.",
|
|
27488
|
+
"name": "track"
|
|
27616
27489
|
},
|
|
27617
27490
|
{
|
|
27618
|
-
"description": "The
|
|
27619
|
-
"name": "
|
|
27620
|
-
}
|
|
27491
|
+
"description": "The bar representing the value.",
|
|
27492
|
+
"name": "bar"
|
|
27493
|
+
}
|
|
27494
|
+
],
|
|
27495
|
+
"slots": [
|
|
27621
27496
|
{
|
|
27622
|
-
"description": "The
|
|
27623
|
-
"name": "
|
|
27497
|
+
"description": "The default slot for the meter's label.",
|
|
27498
|
+
"name": ""
|
|
27624
27499
|
},
|
|
27625
27500
|
{
|
|
27626
|
-
"description": "
|
|
27627
|
-
"name": "
|
|
27628
|
-
}
|
|
27501
|
+
"description": "A textual representation of the meter's value.",
|
|
27502
|
+
"name": "value"
|
|
27503
|
+
}
|
|
27504
|
+
],
|
|
27505
|
+
"members": [
|
|
27629
27506
|
{
|
|
27630
|
-
"
|
|
27631
|
-
"name": "
|
|
27507
|
+
"kind": "field",
|
|
27508
|
+
"name": "value",
|
|
27509
|
+
"type": {
|
|
27510
|
+
"text": "number"
|
|
27511
|
+
},
|
|
27512
|
+
"privacy": "public",
|
|
27513
|
+
"default": "0",
|
|
27514
|
+
"description": "The current value of the meter.",
|
|
27515
|
+
"attribute": "value"
|
|
27632
27516
|
},
|
|
27633
27517
|
{
|
|
27634
|
-
"
|
|
27635
|
-
"name": "
|
|
27518
|
+
"kind": "field",
|
|
27519
|
+
"name": "min",
|
|
27520
|
+
"type": {
|
|
27521
|
+
"text": "number"
|
|
27522
|
+
},
|
|
27523
|
+
"privacy": "public",
|
|
27524
|
+
"default": "0",
|
|
27525
|
+
"description": "The minimum value of the meter.",
|
|
27526
|
+
"attribute": "min"
|
|
27636
27527
|
},
|
|
27637
27528
|
{
|
|
27638
|
-
"
|
|
27639
|
-
"name": "
|
|
27529
|
+
"kind": "field",
|
|
27530
|
+
"name": "max",
|
|
27531
|
+
"type": {
|
|
27532
|
+
"text": "number"
|
|
27533
|
+
},
|
|
27534
|
+
"privacy": "public",
|
|
27535
|
+
"default": "1",
|
|
27536
|
+
"description": "The maximum value of the meter.",
|
|
27537
|
+
"attribute": "max"
|
|
27640
27538
|
},
|
|
27641
27539
|
{
|
|
27642
|
-
"
|
|
27643
|
-
"name": "
|
|
27644
|
-
|
|
27645
|
-
|
|
27646
|
-
|
|
27647
|
-
|
|
27648
|
-
"description": "The
|
|
27649
|
-
"
|
|
27540
|
+
"kind": "field",
|
|
27541
|
+
"name": "low",
|
|
27542
|
+
"type": {
|
|
27543
|
+
"text": "number | null | undefined"
|
|
27544
|
+
},
|
|
27545
|
+
"privacy": "public",
|
|
27546
|
+
"description": "The low value threshold.",
|
|
27547
|
+
"default": "0",
|
|
27548
|
+
"attribute": "low"
|
|
27650
27549
|
},
|
|
27651
27550
|
{
|
|
27652
|
-
"
|
|
27653
|
-
"name": "
|
|
27551
|
+
"kind": "field",
|
|
27552
|
+
"name": "high",
|
|
27553
|
+
"type": {
|
|
27554
|
+
"text": "number | null | undefined"
|
|
27555
|
+
},
|
|
27556
|
+
"privacy": "public",
|
|
27557
|
+
"description": "The high value threshold.",
|
|
27558
|
+
"default": "1",
|
|
27559
|
+
"attribute": "high"
|
|
27654
27560
|
},
|
|
27655
27561
|
{
|
|
27656
|
-
"
|
|
27657
|
-
"name": "
|
|
27562
|
+
"kind": "field",
|
|
27563
|
+
"name": "optimum",
|
|
27564
|
+
"type": {
|
|
27565
|
+
"text": "number | null | undefined"
|
|
27566
|
+
},
|
|
27567
|
+
"privacy": "public",
|
|
27568
|
+
"description": "Indicates the region of the optimum value.",
|
|
27569
|
+
"default": "1",
|
|
27570
|
+
"attribute": "optimum"
|
|
27658
27571
|
},
|
|
27659
27572
|
{
|
|
27660
|
-
"
|
|
27661
|
-
"name": "
|
|
27662
|
-
|
|
27663
|
-
|
|
27664
|
-
|
|
27665
|
-
|
|
27666
|
-
"
|
|
27667
|
-
"
|
|
27573
|
+
"kind": "field",
|
|
27574
|
+
"name": "tickmarks",
|
|
27575
|
+
"type": {
|
|
27576
|
+
"text": "boolean"
|
|
27577
|
+
},
|
|
27578
|
+
"privacy": "public",
|
|
27579
|
+
"default": "false",
|
|
27580
|
+
"description": "Whether to display tickmarks.",
|
|
27581
|
+
"attribute": "tickmarks"
|
|
27668
27582
|
},
|
|
27669
27583
|
{
|
|
27670
|
-
"
|
|
27671
|
-
"name": "
|
|
27584
|
+
"kind": "field",
|
|
27585
|
+
"name": "valueMode",
|
|
27586
|
+
"type": {
|
|
27587
|
+
"text": "MeterValueMode"
|
|
27588
|
+
},
|
|
27589
|
+
"privacy": "public",
|
|
27590
|
+
"default": "'manual'",
|
|
27591
|
+
"description": "Whether the current value is displayed as a percentage or raw value. When set to `'manual'`\nthe value text is not shown automatically but can still be set manually via the value slot.",
|
|
27592
|
+
"attribute": "value-mode"
|
|
27672
27593
|
},
|
|
27673
27594
|
{
|
|
27674
|
-
"
|
|
27675
|
-
"name": "
|
|
27595
|
+
"kind": "field",
|
|
27596
|
+
"name": "direction",
|
|
27597
|
+
"type": {
|
|
27598
|
+
"text": "MeterDirection"
|
|
27599
|
+
},
|
|
27600
|
+
"privacy": "public",
|
|
27601
|
+
"default": "'horizontal'",
|
|
27602
|
+
"description": "Whether the meter is oriented horizontally or vertically.",
|
|
27603
|
+
"attribute": "direction"
|
|
27676
27604
|
},
|
|
27677
27605
|
{
|
|
27678
|
-
"
|
|
27679
|
-
"name": "
|
|
27606
|
+
"kind": "field",
|
|
27607
|
+
"name": "shape",
|
|
27608
|
+
"type": {
|
|
27609
|
+
"text": "MeterShape"
|
|
27610
|
+
},
|
|
27611
|
+
"privacy": "public",
|
|
27612
|
+
"default": "'default'",
|
|
27613
|
+
"description": "The shape of the meter.",
|
|
27614
|
+
"attribute": "shape"
|
|
27680
27615
|
},
|
|
27681
27616
|
{
|
|
27682
|
-
"
|
|
27683
|
-
"name": "
|
|
27684
|
-
|
|
27685
|
-
|
|
27686
|
-
|
|
27617
|
+
"kind": "field",
|
|
27618
|
+
"name": "innerShape",
|
|
27619
|
+
"type": {
|
|
27620
|
+
"text": "MeterInnerShape"
|
|
27621
|
+
},
|
|
27622
|
+
"privacy": "public",
|
|
27623
|
+
"default": "'default'",
|
|
27624
|
+
"description": "The shape of the bar.",
|
|
27625
|
+
"attribute": "inner-shape"
|
|
27626
|
+
},
|
|
27687
27627
|
{
|
|
27688
27628
|
"kind": "field",
|
|
27689
|
-
"name": "
|
|
27629
|
+
"name": "density",
|
|
27690
27630
|
"type": {
|
|
27691
|
-
"text": "
|
|
27631
|
+
"text": "MeterDensity"
|
|
27692
27632
|
},
|
|
27693
|
-
"privacy": "
|
|
27694
|
-
"default": "
|
|
27633
|
+
"privacy": "public",
|
|
27634
|
+
"default": "'medium'",
|
|
27635
|
+
"description": "The density of the meter.",
|
|
27636
|
+
"attribute": "density"
|
|
27695
27637
|
},
|
|
27696
27638
|
{
|
|
27697
27639
|
"kind": "field",
|
|
27698
|
-
"name": "
|
|
27640
|
+
"name": "theme",
|
|
27699
27641
|
"type": {
|
|
27700
|
-
"text": "
|
|
27642
|
+
"text": "MeterTheme"
|
|
27701
27643
|
},
|
|
27702
27644
|
"privacy": "public",
|
|
27703
|
-
"
|
|
27704
|
-
"
|
|
27645
|
+
"default": "'default'",
|
|
27646
|
+
"description": "The theme of the meter.",
|
|
27647
|
+
"attribute": "theme"
|
|
27705
27648
|
},
|
|
27706
27649
|
{
|
|
27707
27650
|
"kind": "field",
|
|
27708
|
-
"name": "
|
|
27651
|
+
"name": "muted",
|
|
27709
27652
|
"type": {
|
|
27710
27653
|
"text": "boolean"
|
|
27711
27654
|
},
|
|
27712
27655
|
"privacy": "public",
|
|
27713
|
-
"
|
|
27714
|
-
"
|
|
27656
|
+
"default": "false",
|
|
27657
|
+
"description": "Whether the theme is muted.",
|
|
27658
|
+
"attribute": "muted"
|
|
27715
27659
|
},
|
|
27716
27660
|
{
|
|
27717
27661
|
"kind": "field",
|
|
27718
|
-
"name": "
|
|
27662
|
+
"name": "percentage",
|
|
27719
27663
|
"type": {
|
|
27720
|
-
"text": "
|
|
27664
|
+
"text": "number"
|
|
27721
27665
|
},
|
|
27722
27666
|
"privacy": "public",
|
|
27723
|
-
"description": "
|
|
27667
|
+
"description": "Gets the percentage of the meter that's filled.",
|
|
27668
|
+
"readonly": true
|
|
27724
27669
|
},
|
|
27725
27670
|
{
|
|
27726
27671
|
"kind": "field",
|
|
27727
|
-
"name": "
|
|
27672
|
+
"name": "_percentage",
|
|
27728
27673
|
"type": {
|
|
27729
|
-
"text": "
|
|
27674
|
+
"text": "number"
|
|
27730
27675
|
},
|
|
27731
|
-
"privacy": "
|
|
27732
|
-
"
|
|
27733
|
-
"default": "false"
|
|
27676
|
+
"privacy": "private",
|
|
27677
|
+
"default": "0"
|
|
27734
27678
|
},
|
|
27735
27679
|
{
|
|
27736
27680
|
"kind": "field",
|
|
27737
|
-
"name": "
|
|
27681
|
+
"name": "_status",
|
|
27738
27682
|
"type": {
|
|
27739
|
-
"text": "
|
|
27683
|
+
"text": "MeterStatus"
|
|
27740
27684
|
},
|
|
27741
|
-
"privacy": "
|
|
27742
|
-
"
|
|
27743
|
-
"default": "false"
|
|
27685
|
+
"privacy": "private",
|
|
27686
|
+
"default": "'optimal'"
|
|
27744
27687
|
},
|
|
27745
27688
|
{
|
|
27746
27689
|
"kind": "field",
|
|
27747
|
-
"name": "
|
|
27690
|
+
"name": "_segmented",
|
|
27748
27691
|
"type": {
|
|
27749
27692
|
"text": "boolean"
|
|
27750
27693
|
},
|
|
27751
|
-
"privacy": "
|
|
27752
|
-
"description": "Sets the list item height to support at least two lines of text.",
|
|
27694
|
+
"privacy": "private",
|
|
27753
27695
|
"default": "false"
|
|
27754
27696
|
},
|
|
27755
27697
|
{
|
|
27756
27698
|
"kind": "field",
|
|
27757
|
-
"name": "
|
|
27699
|
+
"name": "_grouped",
|
|
27758
27700
|
"type": {
|
|
27759
27701
|
"text": "boolean"
|
|
27760
27702
|
},
|
|
27761
|
-
"privacy": "
|
|
27762
|
-
"description": "Sets the list item height to support at least three lines of text.",
|
|
27703
|
+
"privacy": "private",
|
|
27763
27704
|
"default": "false"
|
|
27764
27705
|
},
|
|
27765
27706
|
{
|
|
27766
27707
|
"kind": "field",
|
|
27767
|
-
"name": "
|
|
27708
|
+
"name": "_hasSlottedContent",
|
|
27768
27709
|
"type": {
|
|
27769
27710
|
"text": "boolean"
|
|
27770
27711
|
},
|
|
27771
|
-
"privacy": "
|
|
27772
|
-
"description": "Sets the list item to wrap its text content.",
|
|
27712
|
+
"privacy": "private",
|
|
27773
27713
|
"default": "false"
|
|
27774
27714
|
},
|
|
27775
27715
|
{
|
|
27776
27716
|
"kind": "field",
|
|
27777
|
-
"name": "
|
|
27717
|
+
"name": "_defaultNodes",
|
|
27778
27718
|
"type": {
|
|
27779
|
-
"text": "
|
|
27719
|
+
"text": "Node[]"
|
|
27780
27720
|
},
|
|
27781
|
-
"privacy": "
|
|
27782
|
-
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27783
|
-
"default": "false"
|
|
27721
|
+
"privacy": "private"
|
|
27784
27722
|
},
|
|
27785
27723
|
{
|
|
27786
27724
|
"kind": "field",
|
|
27787
|
-
"name": "
|
|
27725
|
+
"name": "_valueNodes",
|
|
27788
27726
|
"type": {
|
|
27789
|
-
"text": "
|
|
27727
|
+
"text": "Node[]"
|
|
27790
27728
|
},
|
|
27791
|
-
"privacy": "
|
|
27792
|
-
|
|
27793
|
-
|
|
27729
|
+
"privacy": "private"
|
|
27730
|
+
},
|
|
27731
|
+
{
|
|
27732
|
+
"kind": "method",
|
|
27733
|
+
"name": "_getStatus",
|
|
27734
|
+
"privacy": "private",
|
|
27735
|
+
"return": {
|
|
27736
|
+
"type": {
|
|
27737
|
+
"text": "void"
|
|
27738
|
+
}
|
|
27739
|
+
},
|
|
27740
|
+
"description": "Determines the percentage of the meter that's filled and whether the value is optimal,\nsuboptimal, or least optimal."
|
|
27741
|
+
},
|
|
27742
|
+
{
|
|
27743
|
+
"kind": "method",
|
|
27744
|
+
"name": "_getSegmented",
|
|
27745
|
+
"privacy": "private",
|
|
27746
|
+
"return": {
|
|
27747
|
+
"type": {
|
|
27748
|
+
"text": "void"
|
|
27749
|
+
}
|
|
27750
|
+
},
|
|
27751
|
+
"description": "Determines whether low and high ranges are set. The meter is segmented if either the low or\nhigh property is defined.\n\nWhen the meter is segmented the default or themed color scheme is replaced by semantic colors\ncorresponding to optimal, suboptimal, and least optimal values."
|
|
27752
|
+
},
|
|
27753
|
+
{
|
|
27754
|
+
"kind": "method",
|
|
27755
|
+
"name": "_getGrouped",
|
|
27756
|
+
"privacy": "private",
|
|
27757
|
+
"return": {
|
|
27758
|
+
"type": {
|
|
27759
|
+
"text": "Promise<void>"
|
|
27760
|
+
}
|
|
27761
|
+
},
|
|
27762
|
+
"description": "Checks if the meter is part of a group and inherits the min and max values."
|
|
27763
|
+
},
|
|
27764
|
+
{
|
|
27765
|
+
"kind": "method",
|
|
27766
|
+
"name": "_handleSlotChange",
|
|
27767
|
+
"privacy": "private",
|
|
27768
|
+
"return": {
|
|
27769
|
+
"type": {
|
|
27770
|
+
"text": "void"
|
|
27771
|
+
}
|
|
27772
|
+
},
|
|
27773
|
+
"description": "Checks whether the meter has any slotted content."
|
|
27774
|
+
},
|
|
27775
|
+
{
|
|
27776
|
+
"kind": "method",
|
|
27777
|
+
"name": "_setValueState",
|
|
27778
|
+
"privacy": "private",
|
|
27779
|
+
"return": {
|
|
27780
|
+
"type": {
|
|
27781
|
+
"text": "void"
|
|
27782
|
+
}
|
|
27783
|
+
},
|
|
27784
|
+
"description": "Updates the internal state of the meter based on the current status."
|
|
27794
27785
|
}
|
|
27795
27786
|
],
|
|
27796
|
-
"
|
|
27787
|
+
"attributes": [
|
|
27788
|
+
{
|
|
27789
|
+
"name": "value",
|
|
27790
|
+
"type": {
|
|
27791
|
+
"text": "number"
|
|
27792
|
+
},
|
|
27793
|
+
"default": "0",
|
|
27794
|
+
"description": "The current value of the meter.",
|
|
27795
|
+
"fieldName": "value"
|
|
27796
|
+
},
|
|
27797
|
+
{
|
|
27798
|
+
"name": "min",
|
|
27799
|
+
"type": {
|
|
27800
|
+
"text": "number"
|
|
27801
|
+
},
|
|
27802
|
+
"default": "0",
|
|
27803
|
+
"description": "The minimum value of the meter.",
|
|
27804
|
+
"fieldName": "min"
|
|
27805
|
+
},
|
|
27806
|
+
{
|
|
27807
|
+
"name": "max",
|
|
27808
|
+
"type": {
|
|
27809
|
+
"text": "number"
|
|
27810
|
+
},
|
|
27811
|
+
"default": "1",
|
|
27812
|
+
"description": "The maximum value of the meter.",
|
|
27813
|
+
"fieldName": "max"
|
|
27814
|
+
},
|
|
27797
27815
|
{
|
|
27816
|
+
"name": "low",
|
|
27798
27817
|
"type": {
|
|
27799
|
-
"text": "
|
|
27818
|
+
"text": "number | null | undefined"
|
|
27800
27819
|
},
|
|
27801
|
-
"description": "
|
|
27802
|
-
"
|
|
27803
|
-
|
|
27804
|
-
|
|
27805
|
-
"attributes": [
|
|
27820
|
+
"description": "The low value threshold.",
|
|
27821
|
+
"default": "0",
|
|
27822
|
+
"fieldName": "low"
|
|
27823
|
+
},
|
|
27806
27824
|
{
|
|
27825
|
+
"name": "high",
|
|
27807
27826
|
"type": {
|
|
27808
|
-
"text": "
|
|
27827
|
+
"text": "number | null | undefined"
|
|
27809
27828
|
},
|
|
27810
|
-
"description": "
|
|
27811
|
-
"
|
|
27812
|
-
"
|
|
27829
|
+
"description": "The high value threshold.",
|
|
27830
|
+
"default": "1",
|
|
27831
|
+
"fieldName": "high"
|
|
27813
27832
|
},
|
|
27814
27833
|
{
|
|
27834
|
+
"name": "optimum",
|
|
27815
27835
|
"type": {
|
|
27816
|
-
"text": "
|
|
27836
|
+
"text": "number | null | undefined"
|
|
27817
27837
|
},
|
|
27818
|
-
"description": "
|
|
27819
|
-
"
|
|
27820
|
-
"
|
|
27838
|
+
"description": "Indicates the region of the optimum value.",
|
|
27839
|
+
"default": "1",
|
|
27840
|
+
"fieldName": "optimum"
|
|
27821
27841
|
},
|
|
27822
27842
|
{
|
|
27843
|
+
"name": "tickmarks",
|
|
27823
27844
|
"type": {
|
|
27824
|
-
"text": "
|
|
27845
|
+
"text": "boolean"
|
|
27825
27846
|
},
|
|
27826
|
-
"
|
|
27827
|
-
"
|
|
27847
|
+
"default": "false",
|
|
27848
|
+
"description": "Whether to display tickmarks.",
|
|
27849
|
+
"fieldName": "tickmarks"
|
|
27828
27850
|
},
|
|
27829
27851
|
{
|
|
27852
|
+
"name": "value-mode",
|
|
27830
27853
|
"type": {
|
|
27831
|
-
"text": "
|
|
27854
|
+
"text": "MeterValueMode"
|
|
27832
27855
|
},
|
|
27833
|
-
"
|
|
27834
|
-
"
|
|
27835
|
-
"
|
|
27856
|
+
"default": "'manual'",
|
|
27857
|
+
"description": "Whether the current value is displayed as a percentage or raw value. When set to `'manual'`\nthe value text is not shown automatically but can still be set manually via the value slot.",
|
|
27858
|
+
"fieldName": "valueMode"
|
|
27836
27859
|
},
|
|
27837
27860
|
{
|
|
27861
|
+
"name": "direction",
|
|
27838
27862
|
"type": {
|
|
27839
|
-
"text": "
|
|
27863
|
+
"text": "MeterDirection"
|
|
27840
27864
|
},
|
|
27841
|
-
"
|
|
27842
|
-
"
|
|
27843
|
-
"
|
|
27865
|
+
"default": "'horizontal'",
|
|
27866
|
+
"description": "Whether the meter is oriented horizontally or vertically.",
|
|
27867
|
+
"fieldName": "direction"
|
|
27844
27868
|
},
|
|
27845
27869
|
{
|
|
27870
|
+
"name": "shape",
|
|
27846
27871
|
"type": {
|
|
27847
|
-
"text": "
|
|
27872
|
+
"text": "MeterShape"
|
|
27848
27873
|
},
|
|
27849
|
-
"
|
|
27850
|
-
"
|
|
27851
|
-
"
|
|
27874
|
+
"default": "'default'",
|
|
27875
|
+
"description": "The shape of the meter.",
|
|
27876
|
+
"fieldName": "shape"
|
|
27852
27877
|
},
|
|
27853
27878
|
{
|
|
27879
|
+
"name": "inner-shape",
|
|
27854
27880
|
"type": {
|
|
27855
|
-
"text": "
|
|
27881
|
+
"text": "MeterInnerShape"
|
|
27856
27882
|
},
|
|
27857
|
-
"
|
|
27858
|
-
"
|
|
27859
|
-
"
|
|
27883
|
+
"default": "'default'",
|
|
27884
|
+
"description": "The shape of the bar.",
|
|
27885
|
+
"fieldName": "innerShape"
|
|
27860
27886
|
},
|
|
27861
27887
|
{
|
|
27888
|
+
"name": "density",
|
|
27862
27889
|
"type": {
|
|
27863
|
-
"text": "
|
|
27890
|
+
"text": "MeterDensity"
|
|
27864
27891
|
},
|
|
27865
|
-
"
|
|
27866
|
-
"
|
|
27867
|
-
"
|
|
27892
|
+
"default": "'medium'",
|
|
27893
|
+
"description": "The density of the meter.",
|
|
27894
|
+
"fieldName": "density"
|
|
27868
27895
|
},
|
|
27869
27896
|
{
|
|
27897
|
+
"name": "theme",
|
|
27870
27898
|
"type": {
|
|
27871
|
-
"text": "
|
|
27899
|
+
"text": "MeterTheme"
|
|
27872
27900
|
},
|
|
27873
|
-
"
|
|
27874
|
-
"
|
|
27875
|
-
"
|
|
27901
|
+
"default": "'default'",
|
|
27902
|
+
"description": "The theme of the meter.",
|
|
27903
|
+
"fieldName": "theme"
|
|
27876
27904
|
},
|
|
27877
27905
|
{
|
|
27906
|
+
"name": "muted",
|
|
27878
27907
|
"type": {
|
|
27879
27908
|
"text": "boolean"
|
|
27880
27909
|
},
|
|
27881
|
-
"
|
|
27882
|
-
"
|
|
27883
|
-
"
|
|
27884
|
-
}
|
|
27885
|
-
],
|
|
27886
|
-
"mixins": [
|
|
27887
|
-
{
|
|
27888
|
-
"name": "WithElementInternals",
|
|
27889
|
-
"module": "/src/lib/core/mixins/internals/with-element-internals"
|
|
27910
|
+
"default": "false",
|
|
27911
|
+
"description": "Whether the theme is muted.",
|
|
27912
|
+
"fieldName": "muted"
|
|
27890
27913
|
},
|
|
27891
27914
|
{
|
|
27892
|
-
"
|
|
27893
|
-
|
|
27915
|
+
"type": {
|
|
27916
|
+
"text": "string"
|
|
27917
|
+
},
|
|
27918
|
+
"description": "Defines a text alternative for the current value. Set this if it would be inaccurate to read the value as a percentage.",
|
|
27919
|
+
"name": "aria-valuetext"
|
|
27894
27920
|
}
|
|
27895
27921
|
],
|
|
27896
27922
|
"superclass": {
|
|
27897
|
-
"name": "
|
|
27898
|
-
"module": "/src/lib/core/base/base-
|
|
27923
|
+
"name": "BaseLitElement",
|
|
27924
|
+
"module": "/src/lib/core/base/base-lit-element"
|
|
27899
27925
|
},
|
|
27900
|
-
"tagName": "forge-
|
|
27926
|
+
"tagName": "forge-meter",
|
|
27901
27927
|
"customElement": true,
|
|
27902
|
-
"summary": "
|
|
27903
|
-
"
|
|
27904
|
-
{
|
|
27905
|
-
"name": "forge-list-item",
|
|
27906
|
-
"description": "The list item element (required)."
|
|
27907
|
-
},
|
|
27908
|
-
{
|
|
27909
|
-
"name": "forge-list-item--disabled",
|
|
27910
|
-
"description": "The disabled state."
|
|
27911
|
-
},
|
|
27912
|
-
{
|
|
27913
|
-
"name": "forge-list-item--dense",
|
|
27914
|
-
"description": "The dense state."
|
|
27915
|
-
},
|
|
27916
|
-
{
|
|
27917
|
-
"name": "forge-list-item--interactive",
|
|
27918
|
-
"description": "Manually forces the list item to appear interactive with hover/focus states. This will happen automatically if there is a child `<button>` or `<a>` element."
|
|
27919
|
-
},
|
|
27920
|
-
{
|
|
27921
|
-
"name": "forge-list-item--two-line",
|
|
27922
|
-
"description": "Uses the two-line style."
|
|
27923
|
-
},
|
|
27924
|
-
{
|
|
27925
|
-
"name": "forge-list-item--three-line",
|
|
27926
|
-
"description": "Uses the three-line style."
|
|
27927
|
-
},
|
|
27928
|
-
{
|
|
27929
|
-
"name": "forge-list-item--indented",
|
|
27930
|
-
"description": "Indents the list item."
|
|
27931
|
-
},
|
|
27932
|
-
{
|
|
27933
|
-
"name": "forge-list-item--wrap",
|
|
27934
|
-
"description": "Wraps the text content."
|
|
27935
|
-
},
|
|
27928
|
+
"summary": "Meters display a scalar value within a defined range.",
|
|
27929
|
+
"states": [
|
|
27936
27930
|
{
|
|
27937
|
-
"name": "
|
|
27938
|
-
"description": "
|
|
27931
|
+
"name": "vertical",
|
|
27932
|
+
"description": "Applied when the meter is oriented vertically."
|
|
27939
27933
|
},
|
|
27940
27934
|
{
|
|
27941
|
-
"name": "
|
|
27942
|
-
"description": "
|
|
27935
|
+
"name": "optimum-value",
|
|
27936
|
+
"description": "Applied when the value is within the optimum range."
|
|
27943
27937
|
},
|
|
27944
27938
|
{
|
|
27945
|
-
"name": "
|
|
27946
|
-
"description": "
|
|
27939
|
+
"name": "suboptimum-value",
|
|
27940
|
+
"description": "Applied when the value is within the suboptimum range."
|
|
27947
27941
|
},
|
|
27948
27942
|
{
|
|
27949
|
-
"name": "
|
|
27950
|
-
"description": "
|
|
27943
|
+
"name": "least-optimum-value",
|
|
27944
|
+
"description": "Applied when the value is within the least optimum range."
|
|
27951
27945
|
}
|
|
27952
27946
|
]
|
|
27953
27947
|
}
|
|
@@ -27955,10 +27949,18 @@
|
|
|
27955
27949
|
"exports": [
|
|
27956
27950
|
{
|
|
27957
27951
|
"kind": "js",
|
|
27958
|
-
"name": "
|
|
27952
|
+
"name": "METER_TAG_NAME",
|
|
27959
27953
|
"declaration": {
|
|
27960
|
-
"name": "
|
|
27961
|
-
"module": "src/lib/
|
|
27954
|
+
"name": "METER_TAG_NAME",
|
|
27955
|
+
"module": "src/lib/meter/meter/meter.ts"
|
|
27956
|
+
}
|
|
27957
|
+
},
|
|
27958
|
+
{
|
|
27959
|
+
"kind": "js",
|
|
27960
|
+
"name": "MeterComponent",
|
|
27961
|
+
"declaration": {
|
|
27962
|
+
"name": "MeterComponent",
|
|
27963
|
+
"module": "src/lib/meter/meter/meter.ts"
|
|
27962
27964
|
}
|
|
27963
27965
|
}
|
|
27964
27966
|
]
|
|
@@ -33179,7 +33181,7 @@
|
|
|
33179
33181
|
]
|
|
33180
33182
|
}
|
|
33181
33183
|
],
|
|
33182
|
-
"branchName": "
|
|
33184
|
+
"branchName": "main",
|
|
33183
33185
|
"forgeTypes": {
|
|
33184
33186
|
"Theme": {
|
|
33185
33187
|
"path": "src/lib/constants.ts",
|
|
@@ -35403,19 +35405,19 @@
|
|
|
35403
35405
|
},
|
|
35404
35406
|
"TooltipAdapter": {
|
|
35405
35407
|
"path": "src/lib/tooltip/tooltip-adapter.ts",
|
|
35406
|
-
"lineNumber":
|
|
35408
|
+
"lineNumber": 25
|
|
35407
35409
|
},
|
|
35408
35410
|
"TooltipType": {
|
|
35409
35411
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35410
|
-
"lineNumber":
|
|
35412
|
+
"lineNumber": 55
|
|
35411
35413
|
},
|
|
35412
35414
|
"TooltipPlacement": {
|
|
35413
35415
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35414
|
-
"lineNumber":
|
|
35416
|
+
"lineNumber": 56
|
|
35415
35417
|
},
|
|
35416
35418
|
"TooltipTriggerType": {
|
|
35417
35419
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35418
|
-
"lineNumber":
|
|
35420
|
+
"lineNumber": 57
|
|
35419
35421
|
},
|
|
35420
35422
|
"ITooltipCore": {
|
|
35421
35423
|
"path": "src/lib/tooltip/tooltip-core.ts",
|
|
@@ -36349,38 +36351,6 @@
|
|
|
36349
36351
|
"path": "src/lib/list/list/list.ts",
|
|
36350
36352
|
"lineNumber": 70
|
|
36351
36353
|
},
|
|
36352
|
-
"MeterDirection": {
|
|
36353
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36354
|
-
"lineNumber": 15
|
|
36355
|
-
},
|
|
36356
|
-
"MeterDensity": {
|
|
36357
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36358
|
-
"lineNumber": 16
|
|
36359
|
-
},
|
|
36360
|
-
"MeterShape": {
|
|
36361
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36362
|
-
"lineNumber": 17
|
|
36363
|
-
},
|
|
36364
|
-
"MeterInnerShape": {
|
|
36365
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36366
|
-
"lineNumber": 18
|
|
36367
|
-
},
|
|
36368
|
-
"MeterStatus": {
|
|
36369
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36370
|
-
"lineNumber": 19
|
|
36371
|
-
},
|
|
36372
|
-
"MeterTheme": {
|
|
36373
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36374
|
-
"lineNumber": 20
|
|
36375
|
-
},
|
|
36376
|
-
"MeterValueMode": {
|
|
36377
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36378
|
-
"lineNumber": 21
|
|
36379
|
-
},
|
|
36380
|
-
"MeterComponent": {
|
|
36381
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36382
|
-
"lineNumber": 64
|
|
36383
|
-
},
|
|
36384
36354
|
"IListItemAdapter": {
|
|
36385
36355
|
"path": "src/lib/list/list-item/list-item-adapter.ts",
|
|
36386
36356
|
"lineNumber": 11
|
|
@@ -36417,6 +36387,38 @@
|
|
|
36417
36387
|
"path": "src/lib/list/list-item/list-item.ts",
|
|
36418
36388
|
"lineNumber": 123
|
|
36419
36389
|
},
|
|
36390
|
+
"MeterDirection": {
|
|
36391
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36392
|
+
"lineNumber": 15
|
|
36393
|
+
},
|
|
36394
|
+
"MeterDensity": {
|
|
36395
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36396
|
+
"lineNumber": 16
|
|
36397
|
+
},
|
|
36398
|
+
"MeterShape": {
|
|
36399
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36400
|
+
"lineNumber": 17
|
|
36401
|
+
},
|
|
36402
|
+
"MeterInnerShape": {
|
|
36403
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36404
|
+
"lineNumber": 18
|
|
36405
|
+
},
|
|
36406
|
+
"MeterStatus": {
|
|
36407
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36408
|
+
"lineNumber": 19
|
|
36409
|
+
},
|
|
36410
|
+
"MeterTheme": {
|
|
36411
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36412
|
+
"lineNumber": 20
|
|
36413
|
+
},
|
|
36414
|
+
"MeterValueMode": {
|
|
36415
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36416
|
+
"lineNumber": 21
|
|
36417
|
+
},
|
|
36418
|
+
"MeterComponent": {
|
|
36419
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36420
|
+
"lineNumber": 64
|
|
36421
|
+
},
|
|
36420
36422
|
"MeterGroupComponent": {
|
|
36421
36423
|
"path": "src/lib/meter/meter-group/meter-group.ts",
|
|
36422
36424
|
"lineNumber": 35
|