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