@oicl/openbridge-webcomponents 0.0.5 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +534 -534
- package/fix-generated.cjs +18 -6
- package/package.json +2 -3
package/custom-elements.json
CHANGED
@@ -109,6 +109,123 @@
|
|
109
109
|
"declarations": [],
|
110
110
|
"exports": []
|
111
111
|
},
|
112
|
+
{
|
113
|
+
"kind": "javascript-module",
|
114
|
+
"path": "src/svghelpers/circle.ts",
|
115
|
+
"declarations": [
|
116
|
+
{
|
117
|
+
"kind": "function",
|
118
|
+
"name": "circle",
|
119
|
+
"parameters": [
|
120
|
+
{
|
121
|
+
"name": "id",
|
122
|
+
"type": {
|
123
|
+
"text": "string"
|
124
|
+
}
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"name": "data",
|
128
|
+
"type": {
|
129
|
+
"text": "{\n radius: number;\n strokeWidth: number;\n strokeColor: string;\n strokePosition: 'inside' | 'outside' | 'center';\n fillColor: string;\n }"
|
130
|
+
}
|
131
|
+
}
|
132
|
+
]
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"kind": "function",
|
136
|
+
"name": "ringOutside",
|
137
|
+
"parameters": [
|
138
|
+
{
|
139
|
+
"name": "id",
|
140
|
+
"type": {
|
141
|
+
"text": "string"
|
142
|
+
}
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"name": "data",
|
146
|
+
"type": {
|
147
|
+
"text": "{radius: number; strokeWidth: number; strokeColor: string}"
|
148
|
+
}
|
149
|
+
}
|
150
|
+
]
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"exports": [
|
154
|
+
{
|
155
|
+
"kind": "js",
|
156
|
+
"name": "circle",
|
157
|
+
"declaration": {
|
158
|
+
"name": "circle",
|
159
|
+
"module": "src/svghelpers/circle.ts"
|
160
|
+
}
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"kind": "js",
|
164
|
+
"name": "ringOutside",
|
165
|
+
"declaration": {
|
166
|
+
"name": "ringOutside",
|
167
|
+
"module": "src/svghelpers/circle.ts"
|
168
|
+
}
|
169
|
+
}
|
170
|
+
]
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"kind": "javascript-module",
|
174
|
+
"path": "src/svghelpers/index.ts",
|
175
|
+
"declarations": [],
|
176
|
+
"exports": [
|
177
|
+
{
|
178
|
+
"kind": "js",
|
179
|
+
"name": "circle",
|
180
|
+
"declaration": {
|
181
|
+
"name": "circle",
|
182
|
+
"module": "./circle"
|
183
|
+
}
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"kind": "js",
|
187
|
+
"name": "ringOutside",
|
188
|
+
"declaration": {
|
189
|
+
"name": "ringOutside",
|
190
|
+
"module": "./circle"
|
191
|
+
}
|
192
|
+
}
|
193
|
+
]
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"kind": "javascript-module",
|
197
|
+
"path": "src/svghelpers/rectangular.ts",
|
198
|
+
"declarations": [
|
199
|
+
{
|
200
|
+
"kind": "function",
|
201
|
+
"name": "rect",
|
202
|
+
"parameters": [
|
203
|
+
{
|
204
|
+
"name": "id",
|
205
|
+
"type": {
|
206
|
+
"text": "string"
|
207
|
+
}
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"name": "data",
|
211
|
+
"type": {
|
212
|
+
"text": "{\n width: number;\n height: number;\n strokeWidth: number;\n strokeColor: string;\n fillColor: string;\n borderRadius: number;\n strokePosition: 'inside' | 'outside';\n }"
|
213
|
+
}
|
214
|
+
}
|
215
|
+
]
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"exports": [
|
219
|
+
{
|
220
|
+
"kind": "js",
|
221
|
+
"name": "rect",
|
222
|
+
"declaration": {
|
223
|
+
"name": "rect",
|
224
|
+
"module": "src/svghelpers/rectangular.ts"
|
225
|
+
}
|
226
|
+
}
|
227
|
+
]
|
228
|
+
},
|
112
229
|
{
|
113
230
|
"kind": "javascript-module",
|
114
231
|
"path": "src/icons/icon-01-add.ts",
|
@@ -36859,123 +36976,6 @@
|
|
36859
36976
|
}
|
36860
36977
|
]
|
36861
36978
|
},
|
36862
|
-
{
|
36863
|
-
"kind": "javascript-module",
|
36864
|
-
"path": "src/svghelpers/circle.ts",
|
36865
|
-
"declarations": [
|
36866
|
-
{
|
36867
|
-
"kind": "function",
|
36868
|
-
"name": "circle",
|
36869
|
-
"parameters": [
|
36870
|
-
{
|
36871
|
-
"name": "id",
|
36872
|
-
"type": {
|
36873
|
-
"text": "string"
|
36874
|
-
}
|
36875
|
-
},
|
36876
|
-
{
|
36877
|
-
"name": "data",
|
36878
|
-
"type": {
|
36879
|
-
"text": "{\n radius: number;\n strokeWidth: number;\n strokeColor: string;\n strokePosition: 'inside' | 'outside' | 'center';\n fillColor: string;\n }"
|
36880
|
-
}
|
36881
|
-
}
|
36882
|
-
]
|
36883
|
-
},
|
36884
|
-
{
|
36885
|
-
"kind": "function",
|
36886
|
-
"name": "ringOutside",
|
36887
|
-
"parameters": [
|
36888
|
-
{
|
36889
|
-
"name": "id",
|
36890
|
-
"type": {
|
36891
|
-
"text": "string"
|
36892
|
-
}
|
36893
|
-
},
|
36894
|
-
{
|
36895
|
-
"name": "data",
|
36896
|
-
"type": {
|
36897
|
-
"text": "{radius: number; strokeWidth: number; strokeColor: string}"
|
36898
|
-
}
|
36899
|
-
}
|
36900
|
-
]
|
36901
|
-
}
|
36902
|
-
],
|
36903
|
-
"exports": [
|
36904
|
-
{
|
36905
|
-
"kind": "js",
|
36906
|
-
"name": "circle",
|
36907
|
-
"declaration": {
|
36908
|
-
"name": "circle",
|
36909
|
-
"module": "src/svghelpers/circle.ts"
|
36910
|
-
}
|
36911
|
-
},
|
36912
|
-
{
|
36913
|
-
"kind": "js",
|
36914
|
-
"name": "ringOutside",
|
36915
|
-
"declaration": {
|
36916
|
-
"name": "ringOutside",
|
36917
|
-
"module": "src/svghelpers/circle.ts"
|
36918
|
-
}
|
36919
|
-
}
|
36920
|
-
]
|
36921
|
-
},
|
36922
|
-
{
|
36923
|
-
"kind": "javascript-module",
|
36924
|
-
"path": "src/svghelpers/index.ts",
|
36925
|
-
"declarations": [],
|
36926
|
-
"exports": [
|
36927
|
-
{
|
36928
|
-
"kind": "js",
|
36929
|
-
"name": "circle",
|
36930
|
-
"declaration": {
|
36931
|
-
"name": "circle",
|
36932
|
-
"module": "./circle"
|
36933
|
-
}
|
36934
|
-
},
|
36935
|
-
{
|
36936
|
-
"kind": "js",
|
36937
|
-
"name": "ringOutside",
|
36938
|
-
"declaration": {
|
36939
|
-
"name": "ringOutside",
|
36940
|
-
"module": "./circle"
|
36941
|
-
}
|
36942
|
-
}
|
36943
|
-
]
|
36944
|
-
},
|
36945
|
-
{
|
36946
|
-
"kind": "javascript-module",
|
36947
|
-
"path": "src/svghelpers/rectangular.ts",
|
36948
|
-
"declarations": [
|
36949
|
-
{
|
36950
|
-
"kind": "function",
|
36951
|
-
"name": "rect",
|
36952
|
-
"parameters": [
|
36953
|
-
{
|
36954
|
-
"name": "id",
|
36955
|
-
"type": {
|
36956
|
-
"text": "string"
|
36957
|
-
}
|
36958
|
-
},
|
36959
|
-
{
|
36960
|
-
"name": "data",
|
36961
|
-
"type": {
|
36962
|
-
"text": "{\n width: number;\n height: number;\n strokeWidth: number;\n strokeColor: string;\n fillColor: string;\n borderRadius: number;\n strokePosition: 'inside' | 'outside';\n }"
|
36963
|
-
}
|
36964
|
-
}
|
36965
|
-
]
|
36966
|
-
}
|
36967
|
-
],
|
36968
|
-
"exports": [
|
36969
|
-
{
|
36970
|
-
"kind": "js",
|
36971
|
-
"name": "rect",
|
36972
|
-
"declaration": {
|
36973
|
-
"name": "rect",
|
36974
|
-
"module": "src/svghelpers/rectangular.ts"
|
36975
|
-
}
|
36976
|
-
}
|
36977
|
-
]
|
36978
|
-
},
|
36979
36979
|
{
|
36980
36980
|
"kind": "javascript-module",
|
36981
36981
|
"path": "src/components/alert-button/alert-button.ts",
|
@@ -37083,175 +37083,150 @@
|
|
37083
37083
|
},
|
37084
37084
|
{
|
37085
37085
|
"kind": "javascript-module",
|
37086
|
-
"path": "src/components/alert-
|
37086
|
+
"path": "src/components/alert-menu-item/alert-menu-item.ts",
|
37087
37087
|
"declarations": [
|
37088
37088
|
{
|
37089
37089
|
"kind": "class",
|
37090
|
-
"description": "
|
37091
|
-
"name": "
|
37092
|
-
"slots": [
|
37093
|
-
{
|
37094
|
-
"description": "The message to display in the alert element of type `obc-notification-message-item`",
|
37095
|
-
"name": ""
|
37096
|
-
}
|
37097
|
-
],
|
37090
|
+
"description": "",
|
37091
|
+
"name": "ObcAlertMenuItem",
|
37098
37092
|
"members": [
|
37099
37093
|
{
|
37100
37094
|
"kind": "field",
|
37101
|
-
"name": "
|
37095
|
+
"name": "message",
|
37102
37096
|
"type": {
|
37103
|
-
"text": "
|
37097
|
+
"text": "string"
|
37104
37098
|
},
|
37105
|
-
"default": "
|
37106
|
-
"attribute": "
|
37099
|
+
"default": "'Message'",
|
37100
|
+
"attribute": "message"
|
37107
37101
|
},
|
37108
37102
|
{
|
37109
37103
|
"kind": "field",
|
37110
|
-
"name": "
|
37104
|
+
"name": "time",
|
37111
37105
|
"type": {
|
37112
|
-
"text": "
|
37106
|
+
"text": "string"
|
37113
37107
|
},
|
37114
|
-
"
|
37108
|
+
"default": "'2021-01-01T00:00:00Z'",
|
37109
|
+
"attribute": "time"
|
37115
37110
|
},
|
37116
37111
|
{
|
37117
37112
|
"kind": "field",
|
37118
|
-
"name": "
|
37113
|
+
"name": "timeSince",
|
37119
37114
|
"type": {
|
37120
|
-
"text": "
|
37115
|
+
"text": "string"
|
37121
37116
|
},
|
37122
|
-
"default": "
|
37123
|
-
"attribute": "
|
37117
|
+
"default": "'1h'",
|
37118
|
+
"attribute": "time-since"
|
37124
37119
|
},
|
37125
37120
|
{
|
37126
37121
|
"kind": "field",
|
37127
|
-
"name": "
|
37122
|
+
"name": "acknowledgeble",
|
37128
37123
|
"type": {
|
37129
37124
|
"text": "boolean"
|
37130
37125
|
},
|
37131
37126
|
"default": "false",
|
37132
|
-
"attribute": "
|
37127
|
+
"attribute": "acknowledgeble"
|
37133
37128
|
},
|
37134
37129
|
{
|
37135
37130
|
"kind": "field",
|
37136
|
-
"name": "
|
37131
|
+
"name": "acknowledged",
|
37137
37132
|
"type": {
|
37138
37133
|
"text": "boolean"
|
37139
37134
|
},
|
37140
37135
|
"default": "false",
|
37141
|
-
"attribute": "
|
37136
|
+
"attribute": "acknowledged"
|
37142
37137
|
},
|
37143
37138
|
{
|
37144
37139
|
"kind": "field",
|
37145
|
-
"name": "
|
37140
|
+
"name": "narrowBreakpointPx",
|
37146
37141
|
"type": {
|
37147
37142
|
"text": "number"
|
37148
37143
|
},
|
37149
|
-
"default": "
|
37150
|
-
"attribute": "
|
37144
|
+
"default": "400",
|
37145
|
+
"attribute": "narrow-breakpoint-px"
|
37151
37146
|
}
|
37152
37147
|
],
|
37153
37148
|
"events": [
|
37154
37149
|
{
|
37155
|
-
"name": "
|
37156
|
-
"type": {
|
37157
|
-
"text": "CustomEvent"
|
37158
|
-
},
|
37159
|
-
"description": "Fired when the mute button is clicked"
|
37160
|
-
},
|
37161
|
-
{
|
37162
|
-
"name": "messageclick",
|
37163
|
-
"type": {
|
37164
|
-
"text": "CustomEvent"
|
37165
|
-
},
|
37166
|
-
"description": "Fired when the message is clicked"
|
37167
|
-
},
|
37168
|
-
{
|
37169
|
-
"name": "ackclick",
|
37150
|
+
"name": "ack-click",
|
37170
37151
|
"type": {
|
37171
37152
|
"text": "CustomEvent"
|
37172
37153
|
},
|
37173
37154
|
"description": "Fired when the ack button is clicked"
|
37174
|
-
},
|
37175
|
-
{
|
37176
|
-
"name": "alertclick",
|
37177
|
-
"type": {
|
37178
|
-
"text": "CustomEvent"
|
37179
|
-
},
|
37180
|
-
"description": "Fired when the alert button is clicked"
|
37181
37155
|
}
|
37182
37156
|
],
|
37183
37157
|
"attributes": [
|
37184
37158
|
{
|
37185
|
-
"name": "
|
37159
|
+
"name": "message",
|
37186
37160
|
"type": {
|
37187
|
-
"text": "
|
37161
|
+
"text": "string"
|
37188
37162
|
},
|
37189
|
-
"default": "
|
37190
|
-
"fieldName": "
|
37163
|
+
"default": "'Message'",
|
37164
|
+
"fieldName": "message"
|
37191
37165
|
},
|
37192
37166
|
{
|
37193
|
-
"name": "
|
37167
|
+
"name": "time",
|
37194
37168
|
"type": {
|
37195
|
-
"text": "
|
37169
|
+
"text": "string"
|
37196
37170
|
},
|
37197
|
-
"
|
37171
|
+
"default": "'2021-01-01T00:00:00Z'",
|
37172
|
+
"fieldName": "time"
|
37198
37173
|
},
|
37199
37174
|
{
|
37200
|
-
"name": "
|
37175
|
+
"name": "time-since",
|
37201
37176
|
"type": {
|
37202
|
-
"text": "
|
37177
|
+
"text": "string"
|
37203
37178
|
},
|
37204
|
-
"default": "
|
37205
|
-
"fieldName": "
|
37179
|
+
"default": "'1h'",
|
37180
|
+
"fieldName": "timeSince"
|
37206
37181
|
},
|
37207
37182
|
{
|
37208
|
-
"name": "
|
37183
|
+
"name": "acknowledgeble",
|
37209
37184
|
"type": {
|
37210
37185
|
"text": "boolean"
|
37211
37186
|
},
|
37212
37187
|
"default": "false",
|
37213
|
-
"fieldName": "
|
37188
|
+
"fieldName": "acknowledgeble"
|
37214
37189
|
},
|
37215
37190
|
{
|
37216
|
-
"name": "
|
37191
|
+
"name": "acknowledged",
|
37217
37192
|
"type": {
|
37218
37193
|
"text": "boolean"
|
37219
37194
|
},
|
37220
37195
|
"default": "false",
|
37221
|
-
"fieldName": "
|
37196
|
+
"fieldName": "acknowledged"
|
37222
37197
|
},
|
37223
37198
|
{
|
37224
|
-
"name": "
|
37199
|
+
"name": "narrow-breakpoint-px",
|
37225
37200
|
"type": {
|
37226
37201
|
"text": "number"
|
37227
37202
|
},
|
37228
|
-
"default": "
|
37229
|
-
"fieldName": "
|
37203
|
+
"default": "400",
|
37204
|
+
"fieldName": "narrowBreakpointPx"
|
37230
37205
|
}
|
37231
37206
|
],
|
37232
37207
|
"superclass": {
|
37233
37208
|
"name": "LitElement",
|
37234
37209
|
"package": "lit"
|
37235
37210
|
},
|
37236
|
-
"tagName": "obc-alert-
|
37211
|
+
"tagName": "obc-alert-menu-item",
|
37237
37212
|
"customElement": true
|
37238
37213
|
}
|
37239
37214
|
],
|
37240
37215
|
"exports": [
|
37241
37216
|
{
|
37242
37217
|
"kind": "js",
|
37243
|
-
"name": "
|
37218
|
+
"name": "ObcAlertMenuItem",
|
37244
37219
|
"declaration": {
|
37245
|
-
"name": "
|
37246
|
-
"module": "src/components/alert-
|
37220
|
+
"name": "ObcAlertMenuItem",
|
37221
|
+
"module": "src/components/alert-menu-item/alert-menu-item.ts"
|
37247
37222
|
}
|
37248
37223
|
},
|
37249
37224
|
{
|
37250
37225
|
"kind": "custom-element-definition",
|
37251
|
-
"name": "obc-alert-
|
37226
|
+
"name": "obc-alert-menu-item",
|
37252
37227
|
"declaration": {
|
37253
|
-
"name": "
|
37254
|
-
"module": "src/components/alert-
|
37228
|
+
"name": "ObcAlertMenuItem",
|
37229
|
+
"module": "src/components/alert-menu-item/alert-menu-item.ts"
|
37255
37230
|
}
|
37256
37231
|
}
|
37257
37232
|
]
|
@@ -37330,240 +37305,265 @@
|
|
37330
37305
|
},
|
37331
37306
|
{
|
37332
37307
|
"kind": "javascript-module",
|
37333
|
-
"path": "src/components/
|
37308
|
+
"path": "src/components/app-button/app-button.ts",
|
37334
37309
|
"declarations": [
|
37335
37310
|
{
|
37336
37311
|
"kind": "class",
|
37337
37312
|
"description": "",
|
37338
|
-
"name": "
|
37313
|
+
"name": "ObcAppButton",
|
37339
37314
|
"members": [
|
37340
37315
|
{
|
37341
37316
|
"kind": "field",
|
37342
|
-
"name": "
|
37343
|
-
"type": {
|
37344
|
-
"text": "string"
|
37345
|
-
},
|
37346
|
-
"default": "'Message'",
|
37347
|
-
"attribute": "message"
|
37348
|
-
},
|
37349
|
-
{
|
37350
|
-
"kind": "field",
|
37351
|
-
"name": "time",
|
37352
|
-
"type": {
|
37353
|
-
"text": "string"
|
37354
|
-
},
|
37355
|
-
"default": "'2021-01-01T00:00:00Z'",
|
37356
|
-
"attribute": "time"
|
37357
|
-
},
|
37358
|
-
{
|
37359
|
-
"kind": "field",
|
37360
|
-
"name": "timeSince",
|
37317
|
+
"name": "label",
|
37361
37318
|
"type": {
|
37362
37319
|
"text": "string"
|
37363
37320
|
},
|
37364
|
-
"default": "'
|
37365
|
-
"attribute": "
|
37366
|
-
},
|
37367
|
-
{
|
37368
|
-
"kind": "field",
|
37369
|
-
"name": "acknowledgeble",
|
37370
|
-
"type": {
|
37371
|
-
"text": "boolean"
|
37372
|
-
},
|
37373
|
-
"default": "false",
|
37374
|
-
"attribute": "acknowledgeble"
|
37321
|
+
"default": "'Button'",
|
37322
|
+
"attribute": "label"
|
37375
37323
|
},
|
37376
37324
|
{
|
37377
37325
|
"kind": "field",
|
37378
|
-
"name": "
|
37326
|
+
"name": "checked",
|
37379
37327
|
"type": {
|
37380
37328
|
"text": "boolean"
|
37381
37329
|
},
|
37382
37330
|
"default": "false",
|
37383
|
-
"attribute": "
|
37331
|
+
"attribute": "checked"
|
37384
37332
|
},
|
37385
37333
|
{
|
37386
37334
|
"kind": "field",
|
37387
|
-
"name": "
|
37388
|
-
"type": {
|
37389
|
-
"text": "number"
|
37390
|
-
},
|
37391
|
-
"default": "400",
|
37392
|
-
"attribute": "narrow-breakpoint-px"
|
37393
|
-
}
|
37394
|
-
],
|
37395
|
-
"events": [
|
37396
|
-
{
|
37397
|
-
"name": "ack-click",
|
37335
|
+
"name": "size",
|
37398
37336
|
"type": {
|
37399
|
-
"text": "
|
37337
|
+
"text": "string"
|
37400
37338
|
},
|
37401
|
-
"
|
37339
|
+
"default": "'normal'",
|
37340
|
+
"attribute": "size"
|
37402
37341
|
}
|
37403
37342
|
],
|
37404
37343
|
"attributes": [
|
37405
37344
|
{
|
37406
|
-
"name": "
|
37407
|
-
"type": {
|
37408
|
-
"text": "string"
|
37409
|
-
},
|
37410
|
-
"default": "'Message'",
|
37411
|
-
"fieldName": "message"
|
37412
|
-
},
|
37413
|
-
{
|
37414
|
-
"name": "time",
|
37415
|
-
"type": {
|
37416
|
-
"text": "string"
|
37417
|
-
},
|
37418
|
-
"default": "'2021-01-01T00:00:00Z'",
|
37419
|
-
"fieldName": "time"
|
37420
|
-
},
|
37421
|
-
{
|
37422
|
-
"name": "time-since",
|
37345
|
+
"name": "label",
|
37423
37346
|
"type": {
|
37424
37347
|
"text": "string"
|
37425
37348
|
},
|
37426
|
-
"default": "'
|
37427
|
-
"fieldName": "
|
37428
|
-
},
|
37429
|
-
{
|
37430
|
-
"name": "acknowledgeble",
|
37431
|
-
"type": {
|
37432
|
-
"text": "boolean"
|
37433
|
-
},
|
37434
|
-
"default": "false",
|
37435
|
-
"fieldName": "acknowledgeble"
|
37349
|
+
"default": "'Button'",
|
37350
|
+
"fieldName": "label"
|
37436
37351
|
},
|
37437
37352
|
{
|
37438
|
-
"name": "
|
37353
|
+
"name": "checked",
|
37439
37354
|
"type": {
|
37440
37355
|
"text": "boolean"
|
37441
37356
|
},
|
37442
37357
|
"default": "false",
|
37443
|
-
"fieldName": "
|
37358
|
+
"fieldName": "checked"
|
37444
37359
|
},
|
37445
37360
|
{
|
37446
|
-
"name": "
|
37361
|
+
"name": "size",
|
37447
37362
|
"type": {
|
37448
|
-
"text": "
|
37363
|
+
"text": "string"
|
37449
37364
|
},
|
37450
|
-
"default": "
|
37451
|
-
"fieldName": "
|
37365
|
+
"default": "'normal'",
|
37366
|
+
"fieldName": "size"
|
37452
37367
|
}
|
37453
37368
|
],
|
37454
37369
|
"superclass": {
|
37455
37370
|
"name": "LitElement",
|
37456
37371
|
"package": "lit"
|
37457
37372
|
},
|
37458
|
-
"tagName": "obc-
|
37373
|
+
"tagName": "obc-app-button",
|
37459
37374
|
"customElement": true
|
37460
37375
|
}
|
37461
37376
|
],
|
37462
37377
|
"exports": [
|
37463
37378
|
{
|
37464
37379
|
"kind": "js",
|
37465
|
-
"name": "
|
37380
|
+
"name": "ObcAppButton",
|
37466
37381
|
"declaration": {
|
37467
|
-
"name": "
|
37468
|
-
"module": "src/components/
|
37382
|
+
"name": "ObcAppButton",
|
37383
|
+
"module": "src/components/app-button/app-button.ts"
|
37469
37384
|
}
|
37470
37385
|
},
|
37471
37386
|
{
|
37472
37387
|
"kind": "custom-element-definition",
|
37473
|
-
"name": "obc-
|
37388
|
+
"name": "obc-app-button",
|
37474
37389
|
"declaration": {
|
37475
|
-
"name": "
|
37476
|
-
"module": "src/components/
|
37390
|
+
"name": "ObcAppButton",
|
37391
|
+
"module": "src/components/app-button/app-button.ts"
|
37477
37392
|
}
|
37478
37393
|
}
|
37479
37394
|
]
|
37480
37395
|
},
|
37481
37396
|
{
|
37482
37397
|
"kind": "javascript-module",
|
37483
|
-
"path": "src/components/
|
37398
|
+
"path": "src/components/alert-topbar-element/alert-topbar-element.ts",
|
37484
37399
|
"declarations": [
|
37485
37400
|
{
|
37486
37401
|
"kind": "class",
|
37487
|
-
"description": "",
|
37488
|
-
"name": "
|
37402
|
+
"description": "Element that displays the alert in topbar\nUse the element in the alerts slot in topbar",
|
37403
|
+
"name": "ObcAlertTopbarElement",
|
37404
|
+
"slots": [
|
37405
|
+
{
|
37406
|
+
"description": "The message to display in the alert element of type `obc-notification-message-item`",
|
37407
|
+
"name": ""
|
37408
|
+
}
|
37409
|
+
],
|
37489
37410
|
"members": [
|
37490
37411
|
{
|
37491
37412
|
"kind": "field",
|
37492
|
-
"name": "
|
37413
|
+
"name": "nAlerts",
|
37493
37414
|
"type": {
|
37494
|
-
"text": "
|
37415
|
+
"text": "number"
|
37495
37416
|
},
|
37496
|
-
"default": "
|
37497
|
-
"attribute": "
|
37417
|
+
"default": "0",
|
37418
|
+
"attribute": "n-alerts"
|
37498
37419
|
},
|
37499
37420
|
{
|
37500
37421
|
"kind": "field",
|
37501
|
-
"name": "
|
37422
|
+
"name": "alertType",
|
37423
|
+
"type": {
|
37424
|
+
"text": "AlertType"
|
37425
|
+
},
|
37426
|
+
"attribute": "alert-type"
|
37427
|
+
},
|
37428
|
+
{
|
37429
|
+
"kind": "field",
|
37430
|
+
"name": "showAck",
|
37502
37431
|
"type": {
|
37503
37432
|
"text": "boolean"
|
37504
37433
|
},
|
37505
37434
|
"default": "false",
|
37506
|
-
"attribute": "
|
37435
|
+
"attribute": "show-ack"
|
37507
37436
|
},
|
37508
37437
|
{
|
37509
37438
|
"kind": "field",
|
37510
|
-
"name": "
|
37439
|
+
"name": "alertMuted",
|
37511
37440
|
"type": {
|
37512
|
-
"text": "
|
37441
|
+
"text": "boolean"
|
37513
37442
|
},
|
37514
|
-
"default": "
|
37515
|
-
"attribute": "
|
37443
|
+
"default": "false",
|
37444
|
+
"attribute": "alert-muted"
|
37445
|
+
},
|
37446
|
+
{
|
37447
|
+
"kind": "field",
|
37448
|
+
"name": "minimized",
|
37449
|
+
"type": {
|
37450
|
+
"text": "boolean"
|
37451
|
+
},
|
37452
|
+
"default": "false",
|
37453
|
+
"attribute": "minimized"
|
37454
|
+
},
|
37455
|
+
{
|
37456
|
+
"kind": "field",
|
37457
|
+
"name": "maxWidth",
|
37458
|
+
"type": {
|
37459
|
+
"text": "number"
|
37460
|
+
},
|
37461
|
+
"default": "480",
|
37462
|
+
"attribute": "max-width"
|
37463
|
+
}
|
37464
|
+
],
|
37465
|
+
"events": [
|
37466
|
+
{
|
37467
|
+
"name": "muteclick",
|
37468
|
+
"type": {
|
37469
|
+
"text": "CustomEvent"
|
37470
|
+
},
|
37471
|
+
"description": "Fired when the mute button is clicked"
|
37472
|
+
},
|
37473
|
+
{
|
37474
|
+
"name": "messageclick",
|
37475
|
+
"type": {
|
37476
|
+
"text": "CustomEvent"
|
37477
|
+
},
|
37478
|
+
"description": "Fired when the message is clicked"
|
37479
|
+
},
|
37480
|
+
{
|
37481
|
+
"name": "ackclick",
|
37482
|
+
"type": {
|
37483
|
+
"text": "CustomEvent"
|
37484
|
+
},
|
37485
|
+
"description": "Fired when the ack button is clicked"
|
37486
|
+
},
|
37487
|
+
{
|
37488
|
+
"name": "alertclick",
|
37489
|
+
"type": {
|
37490
|
+
"text": "CustomEvent"
|
37491
|
+
},
|
37492
|
+
"description": "Fired when the alert button is clicked"
|
37516
37493
|
}
|
37517
37494
|
],
|
37518
37495
|
"attributes": [
|
37519
37496
|
{
|
37520
|
-
"name": "
|
37497
|
+
"name": "n-alerts",
|
37521
37498
|
"type": {
|
37522
|
-
"text": "
|
37499
|
+
"text": "number"
|
37523
37500
|
},
|
37524
|
-
"default": "
|
37525
|
-
"fieldName": "
|
37501
|
+
"default": "0",
|
37502
|
+
"fieldName": "nAlerts"
|
37526
37503
|
},
|
37527
37504
|
{
|
37528
|
-
"name": "
|
37505
|
+
"name": "alert-type",
|
37506
|
+
"type": {
|
37507
|
+
"text": "AlertType"
|
37508
|
+
},
|
37509
|
+
"fieldName": "alertType"
|
37510
|
+
},
|
37511
|
+
{
|
37512
|
+
"name": "show-ack",
|
37529
37513
|
"type": {
|
37530
37514
|
"text": "boolean"
|
37531
37515
|
},
|
37532
37516
|
"default": "false",
|
37533
|
-
"fieldName": "
|
37517
|
+
"fieldName": "showAck"
|
37534
37518
|
},
|
37535
37519
|
{
|
37536
|
-
"name": "
|
37520
|
+
"name": "alert-muted",
|
37537
37521
|
"type": {
|
37538
|
-
"text": "
|
37522
|
+
"text": "boolean"
|
37539
37523
|
},
|
37540
|
-
"default": "
|
37541
|
-
"fieldName": "
|
37524
|
+
"default": "false",
|
37525
|
+
"fieldName": "alertMuted"
|
37526
|
+
},
|
37527
|
+
{
|
37528
|
+
"name": "minimized",
|
37529
|
+
"type": {
|
37530
|
+
"text": "boolean"
|
37531
|
+
},
|
37532
|
+
"default": "false",
|
37533
|
+
"fieldName": "minimized"
|
37534
|
+
},
|
37535
|
+
{
|
37536
|
+
"name": "max-width",
|
37537
|
+
"type": {
|
37538
|
+
"text": "number"
|
37539
|
+
},
|
37540
|
+
"default": "480",
|
37541
|
+
"fieldName": "maxWidth"
|
37542
37542
|
}
|
37543
37543
|
],
|
37544
37544
|
"superclass": {
|
37545
37545
|
"name": "LitElement",
|
37546
37546
|
"package": "lit"
|
37547
37547
|
},
|
37548
|
-
"tagName": "obc-
|
37548
|
+
"tagName": "obc-alert-topbar-element",
|
37549
37549
|
"customElement": true
|
37550
37550
|
}
|
37551
37551
|
],
|
37552
37552
|
"exports": [
|
37553
37553
|
{
|
37554
37554
|
"kind": "js",
|
37555
|
-
"name": "
|
37555
|
+
"name": "ObcAlertTopbarElement",
|
37556
37556
|
"declaration": {
|
37557
|
-
"name": "
|
37558
|
-
"module": "src/components/
|
37557
|
+
"name": "ObcAlertTopbarElement",
|
37558
|
+
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
37559
37559
|
}
|
37560
37560
|
},
|
37561
37561
|
{
|
37562
37562
|
"kind": "custom-element-definition",
|
37563
|
-
"name": "obc-
|
37563
|
+
"name": "obc-alert-topbar-element",
|
37564
37564
|
"declaration": {
|
37565
|
-
"name": "
|
37566
|
-
"module": "src/components/
|
37565
|
+
"name": "ObcAlertTopbarElement",
|
37566
|
+
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
37567
37567
|
}
|
37568
37568
|
}
|
37569
37569
|
]
|
@@ -37822,6 +37822,96 @@
|
|
37822
37822
|
}
|
37823
37823
|
]
|
37824
37824
|
},
|
37825
|
+
{
|
37826
|
+
"kind": "javascript-module",
|
37827
|
+
"path": "src/components/clock/clock.ts",
|
37828
|
+
"declarations": [
|
37829
|
+
{
|
37830
|
+
"kind": "class",
|
37831
|
+
"description": "",
|
37832
|
+
"name": "ObcClock",
|
37833
|
+
"members": [
|
37834
|
+
{
|
37835
|
+
"kind": "field",
|
37836
|
+
"name": "date",
|
37837
|
+
"type": {
|
37838
|
+
"text": "string"
|
37839
|
+
},
|
37840
|
+
"default": "'2021-01-01T11:11:11.111Z'",
|
37841
|
+
"attribute": "date"
|
37842
|
+
},
|
37843
|
+
{
|
37844
|
+
"kind": "field",
|
37845
|
+
"name": "showDate",
|
37846
|
+
"type": {
|
37847
|
+
"text": "boolean"
|
37848
|
+
},
|
37849
|
+
"default": "false",
|
37850
|
+
"attribute": "show-date"
|
37851
|
+
},
|
37852
|
+
{
|
37853
|
+
"kind": "field",
|
37854
|
+
"name": "blinkOnlyBreakpointPx",
|
37855
|
+
"type": {
|
37856
|
+
"text": "number"
|
37857
|
+
},
|
37858
|
+
"default": "0",
|
37859
|
+
"attribute": "blink-only-breakpoint-px"
|
37860
|
+
}
|
37861
|
+
],
|
37862
|
+
"attributes": [
|
37863
|
+
{
|
37864
|
+
"name": "date",
|
37865
|
+
"type": {
|
37866
|
+
"text": "string"
|
37867
|
+
},
|
37868
|
+
"default": "'2021-01-01T11:11:11.111Z'",
|
37869
|
+
"fieldName": "date"
|
37870
|
+
},
|
37871
|
+
{
|
37872
|
+
"name": "show-date",
|
37873
|
+
"type": {
|
37874
|
+
"text": "boolean"
|
37875
|
+
},
|
37876
|
+
"default": "false",
|
37877
|
+
"fieldName": "showDate"
|
37878
|
+
},
|
37879
|
+
{
|
37880
|
+
"name": "blink-only-breakpoint-px",
|
37881
|
+
"type": {
|
37882
|
+
"text": "number"
|
37883
|
+
},
|
37884
|
+
"default": "0",
|
37885
|
+
"fieldName": "blinkOnlyBreakpointPx"
|
37886
|
+
}
|
37887
|
+
],
|
37888
|
+
"superclass": {
|
37889
|
+
"name": "LitElement",
|
37890
|
+
"package": "lit"
|
37891
|
+
},
|
37892
|
+
"tagName": "obc-clock",
|
37893
|
+
"customElement": true
|
37894
|
+
}
|
37895
|
+
],
|
37896
|
+
"exports": [
|
37897
|
+
{
|
37898
|
+
"kind": "js",
|
37899
|
+
"name": "ObcClock",
|
37900
|
+
"declaration": {
|
37901
|
+
"name": "ObcClock",
|
37902
|
+
"module": "src/components/clock/clock.ts"
|
37903
|
+
}
|
37904
|
+
},
|
37905
|
+
{
|
37906
|
+
"kind": "custom-element-definition",
|
37907
|
+
"name": "obc-clock",
|
37908
|
+
"declaration": {
|
37909
|
+
"name": "ObcClock",
|
37910
|
+
"module": "src/components/clock/clock.ts"
|
37911
|
+
}
|
37912
|
+
}
|
37913
|
+
]
|
37914
|
+
},
|
37825
37915
|
{
|
37826
37916
|
"kind": "javascript-module",
|
37827
37917
|
"path": "src/components/button/button.ts",
|
@@ -38010,96 +38100,6 @@
|
|
38010
38100
|
}
|
38011
38101
|
]
|
38012
38102
|
},
|
38013
|
-
{
|
38014
|
-
"kind": "javascript-module",
|
38015
|
-
"path": "src/components/clock/clock.ts",
|
38016
|
-
"declarations": [
|
38017
|
-
{
|
38018
|
-
"kind": "class",
|
38019
|
-
"description": "",
|
38020
|
-
"name": "ObcClock",
|
38021
|
-
"members": [
|
38022
|
-
{
|
38023
|
-
"kind": "field",
|
38024
|
-
"name": "date",
|
38025
|
-
"type": {
|
38026
|
-
"text": "string"
|
38027
|
-
},
|
38028
|
-
"default": "'2021-01-01T11:11:11.111Z'",
|
38029
|
-
"attribute": "date"
|
38030
|
-
},
|
38031
|
-
{
|
38032
|
-
"kind": "field",
|
38033
|
-
"name": "showDate",
|
38034
|
-
"type": {
|
38035
|
-
"text": "boolean"
|
38036
|
-
},
|
38037
|
-
"default": "false",
|
38038
|
-
"attribute": "show-date"
|
38039
|
-
},
|
38040
|
-
{
|
38041
|
-
"kind": "field",
|
38042
|
-
"name": "blinkOnlyBreakpointPx",
|
38043
|
-
"type": {
|
38044
|
-
"text": "number"
|
38045
|
-
},
|
38046
|
-
"default": "0",
|
38047
|
-
"attribute": "blink-only-breakpoint-px"
|
38048
|
-
}
|
38049
|
-
],
|
38050
|
-
"attributes": [
|
38051
|
-
{
|
38052
|
-
"name": "date",
|
38053
|
-
"type": {
|
38054
|
-
"text": "string"
|
38055
|
-
},
|
38056
|
-
"default": "'2021-01-01T11:11:11.111Z'",
|
38057
|
-
"fieldName": "date"
|
38058
|
-
},
|
38059
|
-
{
|
38060
|
-
"name": "show-date",
|
38061
|
-
"type": {
|
38062
|
-
"text": "boolean"
|
38063
|
-
},
|
38064
|
-
"default": "false",
|
38065
|
-
"fieldName": "showDate"
|
38066
|
-
},
|
38067
|
-
{
|
38068
|
-
"name": "blink-only-breakpoint-px",
|
38069
|
-
"type": {
|
38070
|
-
"text": "number"
|
38071
|
-
},
|
38072
|
-
"default": "0",
|
38073
|
-
"fieldName": "blinkOnlyBreakpointPx"
|
38074
|
-
}
|
38075
|
-
],
|
38076
|
-
"superclass": {
|
38077
|
-
"name": "LitElement",
|
38078
|
-
"package": "lit"
|
38079
|
-
},
|
38080
|
-
"tagName": "obc-clock",
|
38081
|
-
"customElement": true
|
38082
|
-
}
|
38083
|
-
],
|
38084
|
-
"exports": [
|
38085
|
-
{
|
38086
|
-
"kind": "js",
|
38087
|
-
"name": "ObcClock",
|
38088
|
-
"declaration": {
|
38089
|
-
"name": "ObcClock",
|
38090
|
-
"module": "src/components/clock/clock.ts"
|
38091
|
-
}
|
38092
|
-
},
|
38093
|
-
{
|
38094
|
-
"kind": "custom-element-definition",
|
38095
|
-
"name": "obc-clock",
|
38096
|
-
"declaration": {
|
38097
|
-
"name": "ObcClock",
|
38098
|
-
"module": "src/components/clock/clock.ts"
|
38099
|
-
}
|
38100
|
-
}
|
38101
|
-
]
|
38102
|
-
},
|
38103
38103
|
{
|
38104
38104
|
"kind": "javascript-module",
|
38105
38105
|
"path": "src/components/divider/divider.ts",
|
@@ -38136,6 +38136,42 @@
|
|
38136
38136
|
}
|
38137
38137
|
]
|
38138
38138
|
},
|
38139
|
+
{
|
38140
|
+
"kind": "javascript-module",
|
38141
|
+
"path": "src/components/context-menu/context-menu.ts",
|
38142
|
+
"declarations": [
|
38143
|
+
{
|
38144
|
+
"kind": "class",
|
38145
|
+
"description": "",
|
38146
|
+
"name": "ObcContextMenu",
|
38147
|
+
"members": [],
|
38148
|
+
"superclass": {
|
38149
|
+
"name": "LitElement",
|
38150
|
+
"package": "lit"
|
38151
|
+
},
|
38152
|
+
"tagName": "obc-context-menu",
|
38153
|
+
"customElement": true
|
38154
|
+
}
|
38155
|
+
],
|
38156
|
+
"exports": [
|
38157
|
+
{
|
38158
|
+
"kind": "js",
|
38159
|
+
"name": "ObcContextMenu",
|
38160
|
+
"declaration": {
|
38161
|
+
"name": "ObcContextMenu",
|
38162
|
+
"module": "src/components/context-menu/context-menu.ts"
|
38163
|
+
}
|
38164
|
+
},
|
38165
|
+
{
|
38166
|
+
"kind": "custom-element-definition",
|
38167
|
+
"name": "obc-context-menu",
|
38168
|
+
"declaration": {
|
38169
|
+
"name": "ObcContextMenu",
|
38170
|
+
"module": "src/components/context-menu/context-menu.ts"
|
38171
|
+
}
|
38172
|
+
}
|
38173
|
+
]
|
38174
|
+
},
|
38139
38175
|
{
|
38140
38176
|
"kind": "javascript-module",
|
38141
38177
|
"path": "src/components/card-list-button/card-list-button.ts",
|
@@ -38515,42 +38551,6 @@
|
|
38515
38551
|
}
|
38516
38552
|
]
|
38517
38553
|
},
|
38518
|
-
{
|
38519
|
-
"kind": "javascript-module",
|
38520
|
-
"path": "src/components/context-menu/context-menu.ts",
|
38521
|
-
"declarations": [
|
38522
|
-
{
|
38523
|
-
"kind": "class",
|
38524
|
-
"description": "",
|
38525
|
-
"name": "ObcContextMenu",
|
38526
|
-
"members": [],
|
38527
|
-
"superclass": {
|
38528
|
-
"name": "LitElement",
|
38529
|
-
"package": "lit"
|
38530
|
-
},
|
38531
|
-
"tagName": "obc-context-menu",
|
38532
|
-
"customElement": true
|
38533
|
-
}
|
38534
|
-
],
|
38535
|
-
"exports": [
|
38536
|
-
{
|
38537
|
-
"kind": "js",
|
38538
|
-
"name": "ObcContextMenu",
|
38539
|
-
"declaration": {
|
38540
|
-
"name": "ObcContextMenu",
|
38541
|
-
"module": "src/components/context-menu/context-menu.ts"
|
38542
|
-
}
|
38543
|
-
},
|
38544
|
-
{
|
38545
|
-
"kind": "custom-element-definition",
|
38546
|
-
"name": "obc-context-menu",
|
38547
|
-
"declaration": {
|
38548
|
-
"name": "ObcContextMenu",
|
38549
|
-
"module": "src/components/context-menu/context-menu.ts"
|
38550
|
-
}
|
38551
|
-
}
|
38552
|
-
]
|
38553
|
-
},
|
38554
38554
|
{
|
38555
38555
|
"kind": "javascript-module",
|
38556
38556
|
"path": "src/components/navigation-item/navigation-item.ts",
|
@@ -39177,6 +39177,106 @@
|
|
39177
39177
|
}
|
39178
39178
|
]
|
39179
39179
|
},
|
39180
|
+
{
|
39181
|
+
"kind": "javascript-module",
|
39182
|
+
"path": "src/components/toggle-button-group/toggle-button-group.ts",
|
39183
|
+
"declarations": [
|
39184
|
+
{
|
39185
|
+
"kind": "class",
|
39186
|
+
"description": "",
|
39187
|
+
"name": "ObcToggleButtonGroup",
|
39188
|
+
"members": [
|
39189
|
+
{
|
39190
|
+
"kind": "field",
|
39191
|
+
"name": "hasLabels",
|
39192
|
+
"type": {
|
39193
|
+
"text": "boolean"
|
39194
|
+
},
|
39195
|
+
"default": "false",
|
39196
|
+
"attribute": "has-labels"
|
39197
|
+
},
|
39198
|
+
{
|
39199
|
+
"kind": "field",
|
39200
|
+
"name": "value",
|
39201
|
+
"type": {
|
39202
|
+
"text": "string"
|
39203
|
+
},
|
39204
|
+
"default": "''",
|
39205
|
+
"attribute": "value"
|
39206
|
+
},
|
39207
|
+
{
|
39208
|
+
"kind": "field",
|
39209
|
+
"name": "options",
|
39210
|
+
"type": {
|
39211
|
+
"text": "NodeListOf<ObcToggleButtonOption>"
|
39212
|
+
}
|
39213
|
+
},
|
39214
|
+
{
|
39215
|
+
"kind": "method",
|
39216
|
+
"name": "handleOptionClick",
|
39217
|
+
"parameters": [
|
39218
|
+
{
|
39219
|
+
"name": "event",
|
39220
|
+
"type": {
|
39221
|
+
"text": "Event"
|
39222
|
+
}
|
39223
|
+
}
|
39224
|
+
]
|
39225
|
+
}
|
39226
|
+
],
|
39227
|
+
"events": [
|
39228
|
+
{
|
39229
|
+
"name": "value",
|
39230
|
+
"type": {
|
39231
|
+
"text": "CustomEvent"
|
39232
|
+
}
|
39233
|
+
}
|
39234
|
+
],
|
39235
|
+
"attributes": [
|
39236
|
+
{
|
39237
|
+
"name": "has-labels",
|
39238
|
+
"type": {
|
39239
|
+
"text": "boolean"
|
39240
|
+
},
|
39241
|
+
"default": "false",
|
39242
|
+
"fieldName": "hasLabels"
|
39243
|
+
},
|
39244
|
+
{
|
39245
|
+
"name": "value",
|
39246
|
+
"type": {
|
39247
|
+
"text": "string"
|
39248
|
+
},
|
39249
|
+
"default": "''",
|
39250
|
+
"fieldName": "value"
|
39251
|
+
}
|
39252
|
+
],
|
39253
|
+
"superclass": {
|
39254
|
+
"name": "LitElement",
|
39255
|
+
"package": "lit"
|
39256
|
+
},
|
39257
|
+
"tagName": "obc-toggle-button-group",
|
39258
|
+
"customElement": true
|
39259
|
+
}
|
39260
|
+
],
|
39261
|
+
"exports": [
|
39262
|
+
{
|
39263
|
+
"kind": "js",
|
39264
|
+
"name": "ObcToggleButtonGroup",
|
39265
|
+
"declaration": {
|
39266
|
+
"name": "ObcToggleButtonGroup",
|
39267
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
39268
|
+
}
|
39269
|
+
},
|
39270
|
+
{
|
39271
|
+
"kind": "custom-element-definition",
|
39272
|
+
"name": "obc-toggle-button-group",
|
39273
|
+
"declaration": {
|
39274
|
+
"name": "ObcToggleButtonGroup",
|
39275
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
39276
|
+
}
|
39277
|
+
}
|
39278
|
+
]
|
39279
|
+
},
|
39180
39280
|
{
|
39181
39281
|
"kind": "javascript-module",
|
39182
39282
|
"path": "src/components/table/table.ts",
|
@@ -39353,106 +39453,6 @@
|
|
39353
39453
|
}
|
39354
39454
|
]
|
39355
39455
|
},
|
39356
|
-
{
|
39357
|
-
"kind": "javascript-module",
|
39358
|
-
"path": "src/components/toggle-button-group/toggle-button-group.ts",
|
39359
|
-
"declarations": [
|
39360
|
-
{
|
39361
|
-
"kind": "class",
|
39362
|
-
"description": "",
|
39363
|
-
"name": "ObcToggleButtonGroup",
|
39364
|
-
"members": [
|
39365
|
-
{
|
39366
|
-
"kind": "field",
|
39367
|
-
"name": "hasLabels",
|
39368
|
-
"type": {
|
39369
|
-
"text": "boolean"
|
39370
|
-
},
|
39371
|
-
"default": "false",
|
39372
|
-
"attribute": "has-labels"
|
39373
|
-
},
|
39374
|
-
{
|
39375
|
-
"kind": "field",
|
39376
|
-
"name": "value",
|
39377
|
-
"type": {
|
39378
|
-
"text": "string"
|
39379
|
-
},
|
39380
|
-
"default": "''",
|
39381
|
-
"attribute": "value"
|
39382
|
-
},
|
39383
|
-
{
|
39384
|
-
"kind": "field",
|
39385
|
-
"name": "options",
|
39386
|
-
"type": {
|
39387
|
-
"text": "NodeListOf<ObcToggleButtonOption>"
|
39388
|
-
}
|
39389
|
-
},
|
39390
|
-
{
|
39391
|
-
"kind": "method",
|
39392
|
-
"name": "handleOptionClick",
|
39393
|
-
"parameters": [
|
39394
|
-
{
|
39395
|
-
"name": "event",
|
39396
|
-
"type": {
|
39397
|
-
"text": "Event"
|
39398
|
-
}
|
39399
|
-
}
|
39400
|
-
]
|
39401
|
-
}
|
39402
|
-
],
|
39403
|
-
"events": [
|
39404
|
-
{
|
39405
|
-
"name": "value",
|
39406
|
-
"type": {
|
39407
|
-
"text": "CustomEvent"
|
39408
|
-
}
|
39409
|
-
}
|
39410
|
-
],
|
39411
|
-
"attributes": [
|
39412
|
-
{
|
39413
|
-
"name": "has-labels",
|
39414
|
-
"type": {
|
39415
|
-
"text": "boolean"
|
39416
|
-
},
|
39417
|
-
"default": "false",
|
39418
|
-
"fieldName": "hasLabels"
|
39419
|
-
},
|
39420
|
-
{
|
39421
|
-
"name": "value",
|
39422
|
-
"type": {
|
39423
|
-
"text": "string"
|
39424
|
-
},
|
39425
|
-
"default": "''",
|
39426
|
-
"fieldName": "value"
|
39427
|
-
}
|
39428
|
-
],
|
39429
|
-
"superclass": {
|
39430
|
-
"name": "LitElement",
|
39431
|
-
"package": "lit"
|
39432
|
-
},
|
39433
|
-
"tagName": "obc-toggle-button-group",
|
39434
|
-
"customElement": true
|
39435
|
-
}
|
39436
|
-
],
|
39437
|
-
"exports": [
|
39438
|
-
{
|
39439
|
-
"kind": "js",
|
39440
|
-
"name": "ObcToggleButtonGroup",
|
39441
|
-
"declaration": {
|
39442
|
-
"name": "ObcToggleButtonGroup",
|
39443
|
-
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
39444
|
-
}
|
39445
|
-
},
|
39446
|
-
{
|
39447
|
-
"kind": "custom-element-definition",
|
39448
|
-
"name": "obc-toggle-button-group",
|
39449
|
-
"declaration": {
|
39450
|
-
"name": "ObcToggleButtonGroup",
|
39451
|
-
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
39452
|
-
}
|
39453
|
-
}
|
39454
|
-
]
|
39455
|
-
},
|
39456
39456
|
{
|
39457
39457
|
"kind": "javascript-module",
|
39458
39458
|
"path": "src/components/toggle-button-option/toggle-button-option.ts",
|