@oicl/openbridge-webcomponents 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/custom-elements.json +541 -541
  2. package/package.json +2 -3
@@ -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",
@@ -37081,78 +37081,6 @@
37081
37081
  }
37082
37082
  ]
37083
37083
  },
37084
- {
37085
- "kind": "javascript-module",
37086
- "path": "src/components/alert-menu/alert-menu.ts",
37087
- "declarations": [
37088
- {
37089
- "kind": "class",
37090
- "description": "",
37091
- "name": "ObcAlertMenu",
37092
- "members": [
37093
- {
37094
- "kind": "field",
37095
- "name": "empty",
37096
- "type": {
37097
- "text": "boolean"
37098
- },
37099
- "default": "false",
37100
- "attribute": "empty"
37101
- }
37102
- ],
37103
- "events": [
37104
- {
37105
- "name": "ack-all-click",
37106
- "type": {
37107
- "text": "CustomEvent"
37108
- },
37109
- "description": "Fired when the ack button is clicked"
37110
- },
37111
- {
37112
- "name": "alert-list-click",
37113
- "type": {
37114
- "text": "CustomEvent"
37115
- },
37116
- "description": "Fired when the alert list button is clicked"
37117
- }
37118
- ],
37119
- "attributes": [
37120
- {
37121
- "name": "empty",
37122
- "type": {
37123
- "text": "boolean"
37124
- },
37125
- "default": "false",
37126
- "fieldName": "empty"
37127
- }
37128
- ],
37129
- "superclass": {
37130
- "name": "LitElement",
37131
- "package": "lit"
37132
- },
37133
- "tagName": "obc-alert-menu",
37134
- "customElement": true
37135
- }
37136
- ],
37137
- "exports": [
37138
- {
37139
- "kind": "js",
37140
- "name": "ObcAlertMenu",
37141
- "declaration": {
37142
- "name": "ObcAlertMenu",
37143
- "module": "src/components/alert-menu/alert-menu.ts"
37144
- }
37145
- },
37146
- {
37147
- "kind": "custom-element-definition",
37148
- "name": "obc-alert-menu",
37149
- "declaration": {
37150
- "name": "ObcAlertMenu",
37151
- "module": "src/components/alert-menu/alert-menu.ts"
37152
- }
37153
- }
37154
- ]
37155
- },
37156
37084
  {
37157
37085
  "kind": "javascript-module",
37158
37086
  "path": "src/components/alert-menu-item/alert-menu-item.ts",
@@ -37303,6 +37231,168 @@
37303
37231
  }
37304
37232
  ]
37305
37233
  },
37234
+ {
37235
+ "kind": "javascript-module",
37236
+ "path": "src/components/alert-menu/alert-menu.ts",
37237
+ "declarations": [
37238
+ {
37239
+ "kind": "class",
37240
+ "description": "",
37241
+ "name": "ObcAlertMenu",
37242
+ "members": [
37243
+ {
37244
+ "kind": "field",
37245
+ "name": "empty",
37246
+ "type": {
37247
+ "text": "boolean"
37248
+ },
37249
+ "default": "false",
37250
+ "attribute": "empty"
37251
+ }
37252
+ ],
37253
+ "events": [
37254
+ {
37255
+ "name": "ack-all-click",
37256
+ "type": {
37257
+ "text": "CustomEvent"
37258
+ },
37259
+ "description": "Fired when the ack button is clicked"
37260
+ },
37261
+ {
37262
+ "name": "alert-list-click",
37263
+ "type": {
37264
+ "text": "CustomEvent"
37265
+ },
37266
+ "description": "Fired when the alert list button is clicked"
37267
+ }
37268
+ ],
37269
+ "attributes": [
37270
+ {
37271
+ "name": "empty",
37272
+ "type": {
37273
+ "text": "boolean"
37274
+ },
37275
+ "default": "false",
37276
+ "fieldName": "empty"
37277
+ }
37278
+ ],
37279
+ "superclass": {
37280
+ "name": "LitElement",
37281
+ "package": "lit"
37282
+ },
37283
+ "tagName": "obc-alert-menu",
37284
+ "customElement": true
37285
+ }
37286
+ ],
37287
+ "exports": [
37288
+ {
37289
+ "kind": "js",
37290
+ "name": "ObcAlertMenu",
37291
+ "declaration": {
37292
+ "name": "ObcAlertMenu",
37293
+ "module": "src/components/alert-menu/alert-menu.ts"
37294
+ }
37295
+ },
37296
+ {
37297
+ "kind": "custom-element-definition",
37298
+ "name": "obc-alert-menu",
37299
+ "declaration": {
37300
+ "name": "ObcAlertMenu",
37301
+ "module": "src/components/alert-menu/alert-menu.ts"
37302
+ }
37303
+ }
37304
+ ]
37305
+ },
37306
+ {
37307
+ "kind": "javascript-module",
37308
+ "path": "src/components/app-button/app-button.ts",
37309
+ "declarations": [
37310
+ {
37311
+ "kind": "class",
37312
+ "description": "",
37313
+ "name": "ObcAppButton",
37314
+ "members": [
37315
+ {
37316
+ "kind": "field",
37317
+ "name": "label",
37318
+ "type": {
37319
+ "text": "string"
37320
+ },
37321
+ "default": "'Button'",
37322
+ "attribute": "label"
37323
+ },
37324
+ {
37325
+ "kind": "field",
37326
+ "name": "checked",
37327
+ "type": {
37328
+ "text": "boolean"
37329
+ },
37330
+ "default": "false",
37331
+ "attribute": "checked"
37332
+ },
37333
+ {
37334
+ "kind": "field",
37335
+ "name": "size",
37336
+ "type": {
37337
+ "text": "string"
37338
+ },
37339
+ "default": "'normal'",
37340
+ "attribute": "size"
37341
+ }
37342
+ ],
37343
+ "attributes": [
37344
+ {
37345
+ "name": "label",
37346
+ "type": {
37347
+ "text": "string"
37348
+ },
37349
+ "default": "'Button'",
37350
+ "fieldName": "label"
37351
+ },
37352
+ {
37353
+ "name": "checked",
37354
+ "type": {
37355
+ "text": "boolean"
37356
+ },
37357
+ "default": "false",
37358
+ "fieldName": "checked"
37359
+ },
37360
+ {
37361
+ "name": "size",
37362
+ "type": {
37363
+ "text": "string"
37364
+ },
37365
+ "default": "'normal'",
37366
+ "fieldName": "size"
37367
+ }
37368
+ ],
37369
+ "superclass": {
37370
+ "name": "LitElement",
37371
+ "package": "lit"
37372
+ },
37373
+ "tagName": "obc-app-button",
37374
+ "customElement": true
37375
+ }
37376
+ ],
37377
+ "exports": [
37378
+ {
37379
+ "kind": "js",
37380
+ "name": "ObcAppButton",
37381
+ "declaration": {
37382
+ "name": "ObcAppButton",
37383
+ "module": "src/components/app-button/app-button.ts"
37384
+ }
37385
+ },
37386
+ {
37387
+ "kind": "custom-element-definition",
37388
+ "name": "obc-app-button",
37389
+ "declaration": {
37390
+ "name": "ObcAppButton",
37391
+ "module": "src/components/app-button/app-button.ts"
37392
+ }
37393
+ }
37394
+ ]
37395
+ },
37306
37396
  {
37307
37397
  "kind": "javascript-module",
37308
37398
  "path": "src/components/alert-topbar-element/alert-topbar-element.ts",
@@ -37478,96 +37568,6 @@
37478
37568
  }
37479
37569
  ]
37480
37570
  },
37481
- {
37482
- "kind": "javascript-module",
37483
- "path": "src/components/app-button/app-button.ts",
37484
- "declarations": [
37485
- {
37486
- "kind": "class",
37487
- "description": "",
37488
- "name": "ObcAppButton",
37489
- "members": [
37490
- {
37491
- "kind": "field",
37492
- "name": "label",
37493
- "type": {
37494
- "text": "string"
37495
- },
37496
- "default": "'Button'",
37497
- "attribute": "label"
37498
- },
37499
- {
37500
- "kind": "field",
37501
- "name": "checked",
37502
- "type": {
37503
- "text": "boolean"
37504
- },
37505
- "default": "false",
37506
- "attribute": "checked"
37507
- },
37508
- {
37509
- "kind": "field",
37510
- "name": "size",
37511
- "type": {
37512
- "text": "string"
37513
- },
37514
- "default": "'normal'",
37515
- "attribute": "size"
37516
- }
37517
- ],
37518
- "attributes": [
37519
- {
37520
- "name": "label",
37521
- "type": {
37522
- "text": "string"
37523
- },
37524
- "default": "'Button'",
37525
- "fieldName": "label"
37526
- },
37527
- {
37528
- "name": "checked",
37529
- "type": {
37530
- "text": "boolean"
37531
- },
37532
- "default": "false",
37533
- "fieldName": "checked"
37534
- },
37535
- {
37536
- "name": "size",
37537
- "type": {
37538
- "text": "string"
37539
- },
37540
- "default": "'normal'",
37541
- "fieldName": "size"
37542
- }
37543
- ],
37544
- "superclass": {
37545
- "name": "LitElement",
37546
- "package": "lit"
37547
- },
37548
- "tagName": "obc-app-button",
37549
- "customElement": true
37550
- }
37551
- ],
37552
- "exports": [
37553
- {
37554
- "kind": "js",
37555
- "name": "ObcAppButton",
37556
- "declaration": {
37557
- "name": "ObcAppButton",
37558
- "module": "src/components/app-button/app-button.ts"
37559
- }
37560
- },
37561
- {
37562
- "kind": "custom-element-definition",
37563
- "name": "obc-app-button",
37564
- "declaration": {
37565
- "name": "ObcAppButton",
37566
- "module": "src/components/app-button/app-button.ts"
37567
- }
37568
- }
37569
- ]
37570
- },
37571
37571
  {
37572
37572
  "kind": "javascript-module",
37573
37573
  "path": "src/components/app-menu/app-menu.ts",
@@ -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,6 +38100,78 @@
38010
38100
  }
38011
38101
  ]
38012
38102
  },
38103
+ {
38104
+ "kind": "javascript-module",
38105
+ "path": "src/components/divider/divider.ts",
38106
+ "declarations": [
38107
+ {
38108
+ "kind": "class",
38109
+ "description": "",
38110
+ "name": "ObcDivider",
38111
+ "members": [],
38112
+ "superclass": {
38113
+ "name": "LitElement",
38114
+ "package": "lit"
38115
+ },
38116
+ "tagName": "obc-divider",
38117
+ "customElement": true
38118
+ }
38119
+ ],
38120
+ "exports": [
38121
+ {
38122
+ "kind": "js",
38123
+ "name": "ObcDivider",
38124
+ "declaration": {
38125
+ "name": "ObcDivider",
38126
+ "module": "src/components/divider/divider.ts"
38127
+ }
38128
+ },
38129
+ {
38130
+ "kind": "custom-element-definition",
38131
+ "name": "obc-divider",
38132
+ "declaration": {
38133
+ "name": "ObcDivider",
38134
+ "module": "src/components/divider/divider.ts"
38135
+ }
38136
+ }
38137
+ ]
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
+ },
38013
38175
  {
38014
38176
  "kind": "javascript-module",
38015
38177
  "path": "src/components/card-list-button/card-list-button.ts",
@@ -38117,96 +38279,6 @@
38117
38279
  }
38118
38280
  ]
38119
38281
  },
38120
- {
38121
- "kind": "javascript-module",
38122
- "path": "src/components/clock/clock.ts",
38123
- "declarations": [
38124
- {
38125
- "kind": "class",
38126
- "description": "",
38127
- "name": "ObcClock",
38128
- "members": [
38129
- {
38130
- "kind": "field",
38131
- "name": "date",
38132
- "type": {
38133
- "text": "string"
38134
- },
38135
- "default": "'2021-01-01T11:11:11.111Z'",
38136
- "attribute": "date"
38137
- },
38138
- {
38139
- "kind": "field",
38140
- "name": "showDate",
38141
- "type": {
38142
- "text": "boolean"
38143
- },
38144
- "default": "false",
38145
- "attribute": "show-date"
38146
- },
38147
- {
38148
- "kind": "field",
38149
- "name": "blinkOnlyBreakpointPx",
38150
- "type": {
38151
- "text": "number"
38152
- },
38153
- "default": "0",
38154
- "attribute": "blink-only-breakpoint-px"
38155
- }
38156
- ],
38157
- "attributes": [
38158
- {
38159
- "name": "date",
38160
- "type": {
38161
- "text": "string"
38162
- },
38163
- "default": "'2021-01-01T11:11:11.111Z'",
38164
- "fieldName": "date"
38165
- },
38166
- {
38167
- "name": "show-date",
38168
- "type": {
38169
- "text": "boolean"
38170
- },
38171
- "default": "false",
38172
- "fieldName": "showDate"
38173
- },
38174
- {
38175
- "name": "blink-only-breakpoint-px",
38176
- "type": {
38177
- "text": "number"
38178
- },
38179
- "default": "0",
38180
- "fieldName": "blinkOnlyBreakpointPx"
38181
- }
38182
- ],
38183
- "superclass": {
38184
- "name": "LitElement",
38185
- "package": "lit"
38186
- },
38187
- "tagName": "obc-clock",
38188
- "customElement": true
38189
- }
38190
- ],
38191
- "exports": [
38192
- {
38193
- "kind": "js",
38194
- "name": "ObcClock",
38195
- "declaration": {
38196
- "name": "ObcClock",
38197
- "module": "src/components/clock/clock.ts"
38198
- }
38199
- },
38200
- {
38201
- "kind": "custom-element-definition",
38202
- "name": "obc-clock",
38203
- "declaration": {
38204
- "name": "ObcClock",
38205
- "module": "src/components/clock/clock.ts"
38206
- }
38207
- }
38208
- ]
38209
- },
38210
38282
  {
38211
38283
  "kind": "javascript-module",
38212
38284
  "path": "src/components/icon-button/icon-button.ts",
@@ -38348,78 +38420,6 @@
38348
38420
  }
38349
38421
  ]
38350
38422
  },
38351
- {
38352
- "kind": "javascript-module",
38353
- "path": "src/components/divider/divider.ts",
38354
- "declarations": [
38355
- {
38356
- "kind": "class",
38357
- "description": "",
38358
- "name": "ObcDivider",
38359
- "members": [],
38360
- "superclass": {
38361
- "name": "LitElement",
38362
- "package": "lit"
38363
- },
38364
- "tagName": "obc-divider",
38365
- "customElement": true
38366
- }
38367
- ],
38368
- "exports": [
38369
- {
38370
- "kind": "js",
38371
- "name": "ObcDivider",
38372
- "declaration": {
38373
- "name": "ObcDivider",
38374
- "module": "src/components/divider/divider.ts"
38375
- }
38376
- },
38377
- {
38378
- "kind": "custom-element-definition",
38379
- "name": "obc-divider",
38380
- "declaration": {
38381
- "name": "ObcDivider",
38382
- "module": "src/components/divider/divider.ts"
38383
- }
38384
- }
38385
- ]
38386
- },
38387
- {
38388
- "kind": "javascript-module",
38389
- "path": "src/components/context-menu/context-menu.ts",
38390
- "declarations": [
38391
- {
38392
- "kind": "class",
38393
- "description": "",
38394
- "name": "ObcContextMenu",
38395
- "members": [],
38396
- "superclass": {
38397
- "name": "LitElement",
38398
- "package": "lit"
38399
- },
38400
- "tagName": "obc-context-menu",
38401
- "customElement": true
38402
- }
38403
- ],
38404
- "exports": [
38405
- {
38406
- "kind": "js",
38407
- "name": "ObcContextMenu",
38408
- "declaration": {
38409
- "name": "ObcContextMenu",
38410
- "module": "src/components/context-menu/context-menu.ts"
38411
- }
38412
- },
38413
- {
38414
- "kind": "custom-element-definition",
38415
- "name": "obc-context-menu",
38416
- "declaration": {
38417
- "name": "ObcContextMenu",
38418
- "module": "src/components/context-menu/context-menu.ts"
38419
- }
38420
- }
38421
- ]
38422
- },
38423
38423
  {
38424
38424
  "kind": "javascript-module",
38425
38425
  "path": "src/components/input/input.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",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
7
+ "url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
8
8
  "directory": "packages/openbridge-webcomponents"
9
9
  },
10
10
  "scripts": {
@@ -74,7 +74,6 @@
74
74
  "vite-plugin-dts": "^3.6.3",
75
75
  "xmldom": "^0.6.0"
76
76
  },
77
- "readme": "README.md",
78
77
  "types": "./dist/index.d.ts",
79
78
  "customElements": "custom-elements.json"
80
79
  }