@oicl/openbridge-webcomponents 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/.release-it.json +12 -0
- package/.storybook/main.ts +17 -0
- package/CHANGELOG.md +106 -41
- package/__snapshots__/button-rich-button--with-graphic-info.png +0 -0
- package/custom-elements.json +600 -583
- package/dist/components/button/button.css.js +2 -2
- package/dist/components/navigation-item/navigation-item.css.js +2 -1
- package/dist/components/navigation-item/navigation-item.css.js.map +1 -1
- package/dist/components/notification-button/notification-button.css.js +1 -1
- package/dist/components/rich-button/rich-button.css.js +20 -10
- package/dist/components/rich-button/rich-button.css.js.map +1 -1
- package/dist/components/rich-button/rich-button.d.ts +1 -0
- package/dist/components/rich-button/rich-button.d.ts.map +1 -1
- package/dist/components/rich-button/rich-button.js +5 -0
- package/dist/components/rich-button/rich-button.js.map +1 -1
- package/fix-generated.cjs +1 -0
- package/package.json +3 -2
- package/src/components/rich-button/rich-button.css +15 -2
- package/src/components/rich-button/rich-button.stories.ts +36 -0
- package/src/components/rich-button/rich-button.ts +2 -0
- package/.yarnrc.yml +0 -1
- package/test.svg +0 -3
package/custom-elements.json
CHANGED
@@ -37996,96 +37996,6 @@
|
|
37996
37996
|
}
|
37997
37997
|
]
|
37998
37998
|
},
|
37999
|
-
{
|
38000
|
-
"kind": "javascript-module",
|
38001
|
-
"path": "src/components/alert-icon/alert-icon.ts",
|
38002
|
-
"declarations": [
|
38003
|
-
{
|
38004
|
-
"kind": "variable",
|
38005
|
-
"name": "AlertIconNames",
|
38006
|
-
"default": "Object.keys(mapping)"
|
38007
|
-
},
|
38008
|
-
{
|
38009
|
-
"kind": "class",
|
38010
|
-
"description": "Icon used for alerts and notification with blinking effect",
|
38011
|
-
"name": "ObcAlertIcon",
|
38012
|
-
"members": [
|
38013
|
-
{
|
38014
|
-
"kind": "field",
|
38015
|
-
"name": "blinkValue",
|
38016
|
-
"type": {
|
38017
|
-
"text": "boolean"
|
38018
|
-
},
|
38019
|
-
"default": "false",
|
38020
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
38021
|
-
"attribute": "blink-value"
|
38022
|
-
},
|
38023
|
-
{
|
38024
|
-
"kind": "field",
|
38025
|
-
"name": "name",
|
38026
|
-
"type": {
|
38027
|
-
"text": "AlertIconName"
|
38028
|
-
},
|
38029
|
-
"default": "'alarm-unack'",
|
38030
|
-
"description": "Name of the icon.",
|
38031
|
-
"attribute": "name"
|
38032
|
-
}
|
38033
|
-
],
|
38034
|
-
"attributes": [
|
38035
|
-
{
|
38036
|
-
"name": "blink-value",
|
38037
|
-
"type": {
|
38038
|
-
"text": "boolean"
|
38039
|
-
},
|
38040
|
-
"default": "false",
|
38041
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
38042
|
-
"fieldName": "blinkValue"
|
38043
|
-
},
|
38044
|
-
{
|
38045
|
-
"name": "name",
|
38046
|
-
"type": {
|
38047
|
-
"text": "AlertIconName"
|
38048
|
-
},
|
38049
|
-
"default": "'alarm-unack'",
|
38050
|
-
"description": "Name of the icon.",
|
38051
|
-
"fieldName": "name"
|
38052
|
-
}
|
38053
|
-
],
|
38054
|
-
"superclass": {
|
38055
|
-
"name": "LitElement",
|
38056
|
-
"package": "lit"
|
38057
|
-
},
|
38058
|
-
"tagName": "obc-alert-icon",
|
38059
|
-
"customElement": true
|
38060
|
-
}
|
38061
|
-
],
|
38062
|
-
"exports": [
|
38063
|
-
{
|
38064
|
-
"kind": "js",
|
38065
|
-
"name": "AlertIconNames",
|
38066
|
-
"declaration": {
|
38067
|
-
"name": "AlertIconNames",
|
38068
|
-
"module": "src/components/alert-icon/alert-icon.ts"
|
38069
|
-
}
|
38070
|
-
},
|
38071
|
-
{
|
38072
|
-
"kind": "js",
|
38073
|
-
"name": "ObcAlertIcon",
|
38074
|
-
"declaration": {
|
38075
|
-
"name": "ObcAlertIcon",
|
38076
|
-
"module": "src/components/alert-icon/alert-icon.ts"
|
38077
|
-
}
|
38078
|
-
},
|
38079
|
-
{
|
38080
|
-
"kind": "custom-element-definition",
|
38081
|
-
"name": "obc-alert-icon",
|
38082
|
-
"declaration": {
|
38083
|
-
"name": "ObcAlertIcon",
|
38084
|
-
"module": "src/components/alert-icon/alert-icon.ts"
|
38085
|
-
}
|
38086
|
-
}
|
38087
|
-
]
|
38088
|
-
},
|
38089
37999
|
{
|
38090
38000
|
"kind": "javascript-module",
|
38091
38001
|
"path": "src/components/alert-button/alert-button.ts",
|
@@ -38243,6 +38153,96 @@
|
|
38243
38153
|
}
|
38244
38154
|
]
|
38245
38155
|
},
|
38156
|
+
{
|
38157
|
+
"kind": "javascript-module",
|
38158
|
+
"path": "src/components/alert-icon/alert-icon.ts",
|
38159
|
+
"declarations": [
|
38160
|
+
{
|
38161
|
+
"kind": "variable",
|
38162
|
+
"name": "AlertIconNames",
|
38163
|
+
"default": "Object.keys(mapping)"
|
38164
|
+
},
|
38165
|
+
{
|
38166
|
+
"kind": "class",
|
38167
|
+
"description": "Icon used for alerts and notification with blinking effect",
|
38168
|
+
"name": "ObcAlertIcon",
|
38169
|
+
"members": [
|
38170
|
+
{
|
38171
|
+
"kind": "field",
|
38172
|
+
"name": "blinkValue",
|
38173
|
+
"type": {
|
38174
|
+
"text": "boolean"
|
38175
|
+
},
|
38176
|
+
"default": "false",
|
38177
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38178
|
+
"attribute": "blink-value"
|
38179
|
+
},
|
38180
|
+
{
|
38181
|
+
"kind": "field",
|
38182
|
+
"name": "name",
|
38183
|
+
"type": {
|
38184
|
+
"text": "AlertIconName"
|
38185
|
+
},
|
38186
|
+
"default": "'alarm-unack'",
|
38187
|
+
"description": "Name of the icon.",
|
38188
|
+
"attribute": "name"
|
38189
|
+
}
|
38190
|
+
],
|
38191
|
+
"attributes": [
|
38192
|
+
{
|
38193
|
+
"name": "blink-value",
|
38194
|
+
"type": {
|
38195
|
+
"text": "boolean"
|
38196
|
+
},
|
38197
|
+
"default": "false",
|
38198
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38199
|
+
"fieldName": "blinkValue"
|
38200
|
+
},
|
38201
|
+
{
|
38202
|
+
"name": "name",
|
38203
|
+
"type": {
|
38204
|
+
"text": "AlertIconName"
|
38205
|
+
},
|
38206
|
+
"default": "'alarm-unack'",
|
38207
|
+
"description": "Name of the icon.",
|
38208
|
+
"fieldName": "name"
|
38209
|
+
}
|
38210
|
+
],
|
38211
|
+
"superclass": {
|
38212
|
+
"name": "LitElement",
|
38213
|
+
"package": "lit"
|
38214
|
+
},
|
38215
|
+
"tagName": "obc-alert-icon",
|
38216
|
+
"customElement": true
|
38217
|
+
}
|
38218
|
+
],
|
38219
|
+
"exports": [
|
38220
|
+
{
|
38221
|
+
"kind": "js",
|
38222
|
+
"name": "AlertIconNames",
|
38223
|
+
"declaration": {
|
38224
|
+
"name": "AlertIconNames",
|
38225
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38226
|
+
}
|
38227
|
+
},
|
38228
|
+
{
|
38229
|
+
"kind": "js",
|
38230
|
+
"name": "ObcAlertIcon",
|
38231
|
+
"declaration": {
|
38232
|
+
"name": "ObcAlertIcon",
|
38233
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38234
|
+
}
|
38235
|
+
},
|
38236
|
+
{
|
38237
|
+
"kind": "custom-element-definition",
|
38238
|
+
"name": "obc-alert-icon",
|
38239
|
+
"declaration": {
|
38240
|
+
"name": "ObcAlertIcon",
|
38241
|
+
"module": "src/components/alert-icon/alert-icon.ts"
|
38242
|
+
}
|
38243
|
+
}
|
38244
|
+
]
|
38245
|
+
},
|
38246
38246
|
{
|
38247
38247
|
"kind": "javascript-module",
|
38248
38248
|
"path": "src/components/alert-menu/alert-menu.ts",
|
@@ -38467,291 +38467,62 @@
|
|
38467
38467
|
},
|
38468
38468
|
{
|
38469
38469
|
"kind": "javascript-module",
|
38470
|
-
"path": "src/components/
|
38470
|
+
"path": "src/components/app-button/app-button.ts",
|
38471
38471
|
"declarations": [
|
38472
38472
|
{
|
38473
38473
|
"kind": "class",
|
38474
|
-
"description": "
|
38475
|
-
"name": "
|
38476
|
-
"slots": [
|
38477
|
-
{
|
38478
|
-
"description": "The message to display in the alert element of type `obc-notification-message-item`",
|
38479
|
-
"name": ""
|
38480
|
-
},
|
38481
|
-
{
|
38482
|
-
"description": "The message to display when there are no alerts",
|
38483
|
-
"name": "empty"
|
38484
|
-
}
|
38485
|
-
],
|
38474
|
+
"description": "",
|
38475
|
+
"name": "ObcAppButton",
|
38486
38476
|
"members": [
|
38487
38477
|
{
|
38488
38478
|
"kind": "field",
|
38489
|
-
"name": "
|
38490
|
-
"type": {
|
38491
|
-
"text": "number"
|
38492
|
-
},
|
38493
|
-
"default": "0",
|
38494
|
-
"description": "Number of alerts.",
|
38495
|
-
"attribute": "n-alerts"
|
38496
|
-
},
|
38497
|
-
{
|
38498
|
-
"kind": "field",
|
38499
|
-
"name": "alertType",
|
38479
|
+
"name": "label",
|
38500
38480
|
"type": {
|
38501
|
-
"text": "
|
38481
|
+
"text": "string"
|
38502
38482
|
},
|
38503
|
-
"
|
38504
|
-
"attribute": "
|
38483
|
+
"default": "'Button'",
|
38484
|
+
"attribute": "label"
|
38505
38485
|
},
|
38506
38486
|
{
|
38507
38487
|
"kind": "field",
|
38508
|
-
"name": "
|
38488
|
+
"name": "checked",
|
38509
38489
|
"type": {
|
38510
38490
|
"text": "boolean"
|
38511
38491
|
},
|
38512
38492
|
"default": "false",
|
38513
|
-
"
|
38514
|
-
"attribute": "blink-alarm-value"
|
38493
|
+
"attribute": "checked"
|
38515
38494
|
},
|
38516
38495
|
{
|
38517
38496
|
"kind": "field",
|
38518
|
-
"name": "
|
38497
|
+
"name": "size",
|
38519
38498
|
"type": {
|
38520
|
-
"text": "
|
38499
|
+
"text": "string"
|
38521
38500
|
},
|
38522
|
-
"default": "
|
38523
|
-
"
|
38524
|
-
|
38525
|
-
|
38501
|
+
"default": "'normal'",
|
38502
|
+
"attribute": "size"
|
38503
|
+
}
|
38504
|
+
],
|
38505
|
+
"attributes": [
|
38526
38506
|
{
|
38527
|
-
"
|
38528
|
-
"name": "showAck",
|
38507
|
+
"name": "label",
|
38529
38508
|
"type": {
|
38530
|
-
"text": "
|
38509
|
+
"text": "string"
|
38531
38510
|
},
|
38532
|
-
"default": "
|
38533
|
-
"
|
38534
|
-
"attribute": "show-ack"
|
38511
|
+
"default": "'Button'",
|
38512
|
+
"fieldName": "label"
|
38535
38513
|
},
|
38536
38514
|
{
|
38537
|
-
"
|
38538
|
-
"name": "alertMuted",
|
38515
|
+
"name": "checked",
|
38539
38516
|
"type": {
|
38540
38517
|
"text": "boolean"
|
38541
38518
|
},
|
38542
38519
|
"default": "false",
|
38543
|
-
"
|
38544
|
-
"attribute": "alert-muted"
|
38520
|
+
"fieldName": "checked"
|
38545
38521
|
},
|
38546
38522
|
{
|
38547
|
-
"
|
38548
|
-
"name": "minimized",
|
38523
|
+
"name": "size",
|
38549
38524
|
"type": {
|
38550
|
-
"text": "
|
38551
|
-
},
|
38552
|
-
"default": "false",
|
38553
|
-
"description": "If the alert is minimized.",
|
38554
|
-
"attribute": "minimized"
|
38555
|
-
},
|
38556
|
-
{
|
38557
|
-
"kind": "field",
|
38558
|
-
"name": "maxWidth",
|
38559
|
-
"type": {
|
38560
|
-
"text": "number"
|
38561
|
-
},
|
38562
|
-
"default": "480",
|
38563
|
-
"description": "The maximum width of the alert.",
|
38564
|
-
"attribute": "max-width"
|
38565
|
-
}
|
38566
|
-
],
|
38567
|
-
"events": [
|
38568
|
-
{
|
38569
|
-
"name": "muteclick",
|
38570
|
-
"type": {
|
38571
|
-
"text": "CustomEvent"
|
38572
|
-
},
|
38573
|
-
"description": "Fired when the mute button is clicked"
|
38574
|
-
},
|
38575
|
-
{
|
38576
|
-
"name": "messageclick",
|
38577
|
-
"type": {
|
38578
|
-
"text": "CustomEvent"
|
38579
|
-
},
|
38580
|
-
"description": "Fired when the message is clicked"
|
38581
|
-
},
|
38582
|
-
{
|
38583
|
-
"name": "ackclick",
|
38584
|
-
"type": {
|
38585
|
-
"text": "CustomEvent"
|
38586
|
-
},
|
38587
|
-
"description": "Fired when the ack button is clicked"
|
38588
|
-
},
|
38589
|
-
{
|
38590
|
-
"name": "alertclick",
|
38591
|
-
"type": {
|
38592
|
-
"text": "CustomEvent"
|
38593
|
-
},
|
38594
|
-
"description": "Fired when the alert button is clicked"
|
38595
|
-
}
|
38596
|
-
],
|
38597
|
-
"attributes": [
|
38598
|
-
{
|
38599
|
-
"name": "n-alerts",
|
38600
|
-
"type": {
|
38601
|
-
"text": "number"
|
38602
|
-
},
|
38603
|
-
"default": "0",
|
38604
|
-
"description": "Number of alerts.",
|
38605
|
-
"fieldName": "nAlerts"
|
38606
|
-
},
|
38607
|
-
{
|
38608
|
-
"name": "alert-type",
|
38609
|
-
"type": {
|
38610
|
-
"text": "AlertType"
|
38611
|
-
},
|
38612
|
-
"description": "Type of alert.",
|
38613
|
-
"fieldName": "alertType"
|
38614
|
-
},
|
38615
|
-
{
|
38616
|
-
"name": "blink-alarm-value",
|
38617
|
-
"type": {
|
38618
|
-
"text": "boolean"
|
38619
|
-
},
|
38620
|
-
"default": "false",
|
38621
|
-
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38622
|
-
"fieldName": "blinkAlarmValue"
|
38623
|
-
},
|
38624
|
-
{
|
38625
|
-
"name": "blink-warning-value",
|
38626
|
-
"type": {
|
38627
|
-
"text": "boolean"
|
38628
|
-
},
|
38629
|
-
"default": "false",
|
38630
|
-
"description": "This value should alternate between true and false to make the icon blink.",
|
38631
|
-
"fieldName": "blinkWarningValue"
|
38632
|
-
},
|
38633
|
-
{
|
38634
|
-
"name": "show-ack",
|
38635
|
-
"type": {
|
38636
|
-
"text": "boolean"
|
38637
|
-
},
|
38638
|
-
"default": "false",
|
38639
|
-
"description": "If the ack button should be shown.",
|
38640
|
-
"fieldName": "showAck"
|
38641
|
-
},
|
38642
|
-
{
|
38643
|
-
"name": "alert-muted",
|
38644
|
-
"type": {
|
38645
|
-
"text": "boolean"
|
38646
|
-
},
|
38647
|
-
"default": "false",
|
38648
|
-
"description": "If the alert is muted.",
|
38649
|
-
"fieldName": "alertMuted"
|
38650
|
-
},
|
38651
|
-
{
|
38652
|
-
"name": "minimized",
|
38653
|
-
"type": {
|
38654
|
-
"text": "boolean"
|
38655
|
-
},
|
38656
|
-
"default": "false",
|
38657
|
-
"description": "If the alert is minimized.",
|
38658
|
-
"fieldName": "minimized"
|
38659
|
-
},
|
38660
|
-
{
|
38661
|
-
"name": "max-width",
|
38662
|
-
"type": {
|
38663
|
-
"text": "number"
|
38664
|
-
},
|
38665
|
-
"default": "480",
|
38666
|
-
"description": "The maximum width of the alert.",
|
38667
|
-
"fieldName": "maxWidth"
|
38668
|
-
}
|
38669
|
-
],
|
38670
|
-
"superclass": {
|
38671
|
-
"name": "LitElement",
|
38672
|
-
"package": "lit"
|
38673
|
-
},
|
38674
|
-
"tagName": "obc-alert-topbar-element",
|
38675
|
-
"customElement": true
|
38676
|
-
}
|
38677
|
-
],
|
38678
|
-
"exports": [
|
38679
|
-
{
|
38680
|
-
"kind": "js",
|
38681
|
-
"name": "ObcAlertTopbarElement",
|
38682
|
-
"declaration": {
|
38683
|
-
"name": "ObcAlertTopbarElement",
|
38684
|
-
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
38685
|
-
}
|
38686
|
-
},
|
38687
|
-
{
|
38688
|
-
"kind": "custom-element-definition",
|
38689
|
-
"name": "obc-alert-topbar-element",
|
38690
|
-
"declaration": {
|
38691
|
-
"name": "ObcAlertTopbarElement",
|
38692
|
-
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
38693
|
-
}
|
38694
|
-
}
|
38695
|
-
]
|
38696
|
-
},
|
38697
|
-
{
|
38698
|
-
"kind": "javascript-module",
|
38699
|
-
"path": "src/components/app-button/app-button.ts",
|
38700
|
-
"declarations": [
|
38701
|
-
{
|
38702
|
-
"kind": "class",
|
38703
|
-
"description": "",
|
38704
|
-
"name": "ObcAppButton",
|
38705
|
-
"members": [
|
38706
|
-
{
|
38707
|
-
"kind": "field",
|
38708
|
-
"name": "label",
|
38709
|
-
"type": {
|
38710
|
-
"text": "string"
|
38711
|
-
},
|
38712
|
-
"default": "'Button'",
|
38713
|
-
"attribute": "label"
|
38714
|
-
},
|
38715
|
-
{
|
38716
|
-
"kind": "field",
|
38717
|
-
"name": "checked",
|
38718
|
-
"type": {
|
38719
|
-
"text": "boolean"
|
38720
|
-
},
|
38721
|
-
"default": "false",
|
38722
|
-
"attribute": "checked"
|
38723
|
-
},
|
38724
|
-
{
|
38725
|
-
"kind": "field",
|
38726
|
-
"name": "size",
|
38727
|
-
"type": {
|
38728
|
-
"text": "string"
|
38729
|
-
},
|
38730
|
-
"default": "'normal'",
|
38731
|
-
"attribute": "size"
|
38732
|
-
}
|
38733
|
-
],
|
38734
|
-
"attributes": [
|
38735
|
-
{
|
38736
|
-
"name": "label",
|
38737
|
-
"type": {
|
38738
|
-
"text": "string"
|
38739
|
-
},
|
38740
|
-
"default": "'Button'",
|
38741
|
-
"fieldName": "label"
|
38742
|
-
},
|
38743
|
-
{
|
38744
|
-
"name": "checked",
|
38745
|
-
"type": {
|
38746
|
-
"text": "boolean"
|
38747
|
-
},
|
38748
|
-
"default": "false",
|
38749
|
-
"fieldName": "checked"
|
38750
|
-
},
|
38751
|
-
{
|
38752
|
-
"name": "size",
|
38753
|
-
"type": {
|
38754
|
-
"text": "string"
|
38525
|
+
"text": "string"
|
38755
38526
|
},
|
38756
38527
|
"default": "'normal'",
|
38757
38528
|
"fieldName": "size"
|
@@ -38786,287 +38557,286 @@
|
|
38786
38557
|
},
|
38787
38558
|
{
|
38788
38559
|
"kind": "javascript-module",
|
38789
|
-
"path": "src/components/
|
38790
|
-
"declarations": [
|
38791
|
-
{
|
38792
|
-
"kind": "class",
|
38793
|
-
"description": "",
|
38794
|
-
"name": "ObcBreadcrumb",
|
38795
|
-
"members": [
|
38796
|
-
{
|
38797
|
-
"kind": "field",
|
38798
|
-
"name": "items",
|
38799
|
-
"default": "[]"
|
38800
|
-
}
|
38801
|
-
],
|
38802
|
-
"superclass": {
|
38803
|
-
"name": "LitElement",
|
38804
|
-
"package": "lit"
|
38805
|
-
},
|
38806
|
-
"tagName": "obc-breadcrumb",
|
38807
|
-
"customElement": true
|
38808
|
-
}
|
38809
|
-
],
|
38810
|
-
"exports": [
|
38811
|
-
{
|
38812
|
-
"kind": "js",
|
38813
|
-
"name": "ObcBreadcrumb",
|
38814
|
-
"declaration": {
|
38815
|
-
"name": "ObcBreadcrumb",
|
38816
|
-
"module": "src/components/breadcrumb/breadcrumb.ts"
|
38817
|
-
}
|
38818
|
-
},
|
38819
|
-
{
|
38820
|
-
"kind": "custom-element-definition",
|
38821
|
-
"name": "obc-breadcrumb",
|
38822
|
-
"declaration": {
|
38823
|
-
"name": "ObcBreadcrumb",
|
38824
|
-
"module": "src/components/breadcrumb/breadcrumb.ts"
|
38825
|
-
}
|
38826
|
-
}
|
38827
|
-
]
|
38828
|
-
},
|
38829
|
-
{
|
38830
|
-
"kind": "javascript-module",
|
38831
|
-
"path": "src/components/app-menu/app-menu.ts",
|
38560
|
+
"path": "src/components/alert-topbar-element/alert-topbar-element.ts",
|
38832
38561
|
"declarations": [
|
38833
38562
|
{
|
38834
38563
|
"kind": "class",
|
38835
|
-
"description": "",
|
38836
|
-
"name": "
|
38837
|
-
"
|
38564
|
+
"description": "Element that displays the alert in topbar\nUse the element in the alerts slot in topbar",
|
38565
|
+
"name": "ObcAlertTopbarElement",
|
38566
|
+
"slots": [
|
38838
38567
|
{
|
38839
|
-
"
|
38840
|
-
"name": "
|
38841
|
-
|
38842
|
-
{
|
38843
|
-
"name": "e",
|
38844
|
-
"type": {
|
38845
|
-
"text": "Event"
|
38846
|
-
}
|
38847
|
-
}
|
38848
|
-
]
|
38849
|
-
}
|
38850
|
-
],
|
38851
|
-
"events": [
|
38568
|
+
"description": "The message to display in the alert element of type `obc-notification-message-item`",
|
38569
|
+
"name": ""
|
38570
|
+
},
|
38852
38571
|
{
|
38853
|
-
"
|
38854
|
-
"
|
38855
|
-
"text": "CustomEvent"
|
38856
|
-
}
|
38572
|
+
"description": "The message to display when there are no alerts",
|
38573
|
+
"name": "empty"
|
38857
38574
|
}
|
38858
38575
|
],
|
38859
|
-
"superclass": {
|
38860
|
-
"name": "LitElement",
|
38861
|
-
"package": "lit"
|
38862
|
-
},
|
38863
|
-
"tagName": "obc-app-menu",
|
38864
|
-
"customElement": true
|
38865
|
-
}
|
38866
|
-
],
|
38867
|
-
"exports": [
|
38868
|
-
{
|
38869
|
-
"kind": "js",
|
38870
|
-
"name": "ObcAppMenu",
|
38871
|
-
"declaration": {
|
38872
|
-
"name": "ObcAppMenu",
|
38873
|
-
"module": "src/components/app-menu/app-menu.ts"
|
38874
|
-
}
|
38875
|
-
},
|
38876
|
-
{
|
38877
|
-
"kind": "custom-element-definition",
|
38878
|
-
"name": "obc-app-menu",
|
38879
|
-
"declaration": {
|
38880
|
-
"name": "ObcAppMenu",
|
38881
|
-
"module": "src/components/app-menu/app-menu.ts"
|
38882
|
-
}
|
38883
|
-
}
|
38884
|
-
]
|
38885
|
-
},
|
38886
|
-
{
|
38887
|
-
"kind": "javascript-module",
|
38888
|
-
"path": "src/components/button/button.ts",
|
38889
|
-
"declarations": [
|
38890
|
-
{
|
38891
|
-
"kind": "class",
|
38892
|
-
"description": "",
|
38893
|
-
"name": "ObcButton",
|
38894
38576
|
"members": [
|
38895
38577
|
{
|
38896
38578
|
"kind": "field",
|
38897
|
-
"name": "
|
38579
|
+
"name": "nAlerts",
|
38898
38580
|
"type": {
|
38899
|
-
"text": "
|
38581
|
+
"text": "number"
|
38900
38582
|
},
|
38901
|
-
"default": "
|
38902
|
-
"
|
38583
|
+
"default": "0",
|
38584
|
+
"description": "Number of alerts.",
|
38585
|
+
"attribute": "n-alerts"
|
38903
38586
|
},
|
38904
38587
|
{
|
38905
38588
|
"kind": "field",
|
38906
|
-
"name": "
|
38589
|
+
"name": "alertType",
|
38907
38590
|
"type": {
|
38908
|
-
"text": "
|
38591
|
+
"text": "AlertType"
|
38909
38592
|
},
|
38910
|
-
"
|
38911
|
-
"attribute": "
|
38593
|
+
"description": "Type of alert.",
|
38594
|
+
"attribute": "alert-type"
|
38912
38595
|
},
|
38913
38596
|
{
|
38914
38597
|
"kind": "field",
|
38915
|
-
"name": "
|
38598
|
+
"name": "blinkAlarmValue",
|
38916
38599
|
"type": {
|
38917
|
-
"text": "
|
38600
|
+
"text": "boolean"
|
38918
38601
|
},
|
38919
|
-
"default": "
|
38920
|
-
"
|
38602
|
+
"default": "false",
|
38603
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38604
|
+
"attribute": "blink-alarm-value"
|
38921
38605
|
},
|
38922
38606
|
{
|
38923
38607
|
"kind": "field",
|
38924
|
-
"name": "
|
38608
|
+
"name": "blinkWarningValue",
|
38925
38609
|
"type": {
|
38926
38610
|
"text": "boolean"
|
38927
38611
|
},
|
38928
38612
|
"default": "false",
|
38929
|
-
"
|
38613
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38614
|
+
"attribute": "blink-warning-value"
|
38930
38615
|
},
|
38931
38616
|
{
|
38932
38617
|
"kind": "field",
|
38933
|
-
"name": "
|
38618
|
+
"name": "showAck",
|
38934
38619
|
"type": {
|
38935
38620
|
"text": "boolean"
|
38936
38621
|
},
|
38937
38622
|
"default": "false",
|
38938
|
-
"
|
38623
|
+
"description": "If the ack button should be shown.",
|
38624
|
+
"attribute": "show-ack"
|
38939
38625
|
},
|
38940
38626
|
{
|
38941
38627
|
"kind": "field",
|
38942
|
-
"name": "
|
38628
|
+
"name": "alertMuted",
|
38943
38629
|
"type": {
|
38944
38630
|
"text": "boolean"
|
38945
38631
|
},
|
38946
38632
|
"default": "false",
|
38947
|
-
"
|
38633
|
+
"description": "If the alert is muted.",
|
38634
|
+
"attribute": "alert-muted"
|
38948
38635
|
},
|
38949
38636
|
{
|
38950
38637
|
"kind": "field",
|
38951
|
-
"name": "
|
38638
|
+
"name": "minimized",
|
38952
38639
|
"type": {
|
38953
38640
|
"text": "boolean"
|
38954
38641
|
},
|
38955
38642
|
"default": "false",
|
38956
|
-
"
|
38643
|
+
"description": "If the alert is minimized.",
|
38644
|
+
"attribute": "minimized"
|
38957
38645
|
},
|
38958
38646
|
{
|
38959
38647
|
"kind": "field",
|
38960
|
-
"name": "
|
38648
|
+
"name": "maxWidth",
|
38961
38649
|
"type": {
|
38962
|
-
"text": "
|
38963
|
-
}
|
38650
|
+
"text": "number"
|
38651
|
+
},
|
38652
|
+
"default": "480",
|
38653
|
+
"description": "The maximum width of the alert.",
|
38654
|
+
"attribute": "max-width"
|
38655
|
+
}
|
38656
|
+
],
|
38657
|
+
"events": [
|
38658
|
+
{
|
38659
|
+
"name": "muteclick",
|
38660
|
+
"type": {
|
38661
|
+
"text": "CustomEvent"
|
38662
|
+
},
|
38663
|
+
"description": "Fired when the mute button is clicked"
|
38964
38664
|
},
|
38965
38665
|
{
|
38966
|
-
"
|
38967
|
-
"name": "trailingIcon",
|
38666
|
+
"name": "messageclick",
|
38968
38667
|
"type": {
|
38969
|
-
"text": "
|
38970
|
-
}
|
38668
|
+
"text": "CustomEvent"
|
38669
|
+
},
|
38670
|
+
"description": "Fired when the message is clicked"
|
38971
38671
|
},
|
38972
38672
|
{
|
38973
|
-
"
|
38974
|
-
"name": "hasIconLeading",
|
38673
|
+
"name": "ackclick",
|
38975
38674
|
"type": {
|
38976
|
-
"text": "
|
38675
|
+
"text": "CustomEvent"
|
38977
38676
|
},
|
38978
|
-
"
|
38677
|
+
"description": "Fired when the ack button is clicked"
|
38979
38678
|
},
|
38980
38679
|
{
|
38981
|
-
"
|
38982
|
-
"name": "hasIconTrailing",
|
38680
|
+
"name": "alertclick",
|
38983
38681
|
"type": {
|
38984
|
-
"text": "
|
38682
|
+
"text": "CustomEvent"
|
38985
38683
|
},
|
38986
|
-
"
|
38684
|
+
"description": "Fired when the alert button is clicked"
|
38987
38685
|
}
|
38988
38686
|
],
|
38989
38687
|
"attributes": [
|
38990
38688
|
{
|
38991
|
-
"name": "
|
38689
|
+
"name": "n-alerts",
|
38992
38690
|
"type": {
|
38993
|
-
"text": "
|
38691
|
+
"text": "number"
|
38994
38692
|
},
|
38995
|
-
"default": "
|
38996
|
-
"
|
38693
|
+
"default": "0",
|
38694
|
+
"description": "Number of alerts.",
|
38695
|
+
"fieldName": "nAlerts"
|
38997
38696
|
},
|
38998
38697
|
{
|
38999
|
-
"name": "
|
38698
|
+
"name": "alert-type",
|
39000
38699
|
"type": {
|
39001
|
-
"text": "
|
38700
|
+
"text": "AlertType"
|
39002
38701
|
},
|
39003
|
-
"
|
39004
|
-
"fieldName": "
|
38702
|
+
"description": "Type of alert.",
|
38703
|
+
"fieldName": "alertType"
|
39005
38704
|
},
|
39006
38705
|
{
|
39007
|
-
"name": "
|
38706
|
+
"name": "blink-alarm-value",
|
39008
38707
|
"type": {
|
39009
|
-
"text": "
|
38708
|
+
"text": "boolean"
|
39010
38709
|
},
|
39011
|
-
"default": "
|
39012
|
-
"
|
38710
|
+
"default": "false",
|
38711
|
+
"description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
|
38712
|
+
"fieldName": "blinkAlarmValue"
|
39013
38713
|
},
|
39014
38714
|
{
|
39015
|
-
"name": "
|
38715
|
+
"name": "blink-warning-value",
|
39016
38716
|
"type": {
|
39017
38717
|
"text": "boolean"
|
39018
38718
|
},
|
39019
38719
|
"default": "false",
|
39020
|
-
"
|
38720
|
+
"description": "This value should alternate between true and false to make the icon blink.",
|
38721
|
+
"fieldName": "blinkWarningValue"
|
39021
38722
|
},
|
39022
38723
|
{
|
39023
|
-
"name": "
|
38724
|
+
"name": "show-ack",
|
39024
38725
|
"type": {
|
39025
38726
|
"text": "boolean"
|
39026
38727
|
},
|
39027
38728
|
"default": "false",
|
39028
|
-
"
|
38729
|
+
"description": "If the ack button should be shown.",
|
38730
|
+
"fieldName": "showAck"
|
39029
38731
|
},
|
39030
38732
|
{
|
39031
|
-
"name": "
|
38733
|
+
"name": "alert-muted",
|
39032
38734
|
"type": {
|
39033
38735
|
"text": "boolean"
|
39034
38736
|
},
|
39035
38737
|
"default": "false",
|
39036
|
-
"
|
38738
|
+
"description": "If the alert is muted.",
|
38739
|
+
"fieldName": "alertMuted"
|
39037
38740
|
},
|
39038
38741
|
{
|
39039
|
-
"name": "
|
38742
|
+
"name": "minimized",
|
39040
38743
|
"type": {
|
39041
38744
|
"text": "boolean"
|
39042
38745
|
},
|
39043
38746
|
"default": "false",
|
39044
|
-
"
|
38747
|
+
"description": "If the alert is minimized.",
|
38748
|
+
"fieldName": "minimized"
|
38749
|
+
},
|
38750
|
+
{
|
38751
|
+
"name": "max-width",
|
38752
|
+
"type": {
|
38753
|
+
"text": "number"
|
38754
|
+
},
|
38755
|
+
"default": "480",
|
38756
|
+
"description": "The maximum width of the alert.",
|
38757
|
+
"fieldName": "maxWidth"
|
39045
38758
|
}
|
39046
38759
|
],
|
39047
38760
|
"superclass": {
|
39048
38761
|
"name": "LitElement",
|
39049
38762
|
"package": "lit"
|
39050
38763
|
},
|
39051
|
-
"tagName": "obc-
|
38764
|
+
"tagName": "obc-alert-topbar-element",
|
39052
38765
|
"customElement": true
|
39053
38766
|
}
|
39054
38767
|
],
|
39055
38768
|
"exports": [
|
39056
38769
|
{
|
39057
38770
|
"kind": "js",
|
39058
|
-
"name": "
|
38771
|
+
"name": "ObcAlertTopbarElement",
|
39059
38772
|
"declaration": {
|
39060
|
-
"name": "
|
39061
|
-
"module": "src/components/
|
38773
|
+
"name": "ObcAlertTopbarElement",
|
38774
|
+
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
39062
38775
|
}
|
39063
38776
|
},
|
39064
38777
|
{
|
39065
38778
|
"kind": "custom-element-definition",
|
39066
|
-
"name": "obc-
|
38779
|
+
"name": "obc-alert-topbar-element",
|
39067
38780
|
"declaration": {
|
39068
|
-
"name": "
|
39069
|
-
"module": "src/components/
|
38781
|
+
"name": "ObcAlertTopbarElement",
|
38782
|
+
"module": "src/components/alert-topbar-element/alert-topbar-element.ts"
|
38783
|
+
}
|
38784
|
+
}
|
38785
|
+
]
|
38786
|
+
},
|
38787
|
+
{
|
38788
|
+
"kind": "javascript-module",
|
38789
|
+
"path": "src/components/app-menu/app-menu.ts",
|
38790
|
+
"declarations": [
|
38791
|
+
{
|
38792
|
+
"kind": "class",
|
38793
|
+
"description": "",
|
38794
|
+
"name": "ObcAppMenu",
|
38795
|
+
"members": [
|
38796
|
+
{
|
38797
|
+
"kind": "method",
|
38798
|
+
"name": "onSearchInput",
|
38799
|
+
"parameters": [
|
38800
|
+
{
|
38801
|
+
"name": "e",
|
38802
|
+
"type": {
|
38803
|
+
"text": "Event"
|
38804
|
+
}
|
38805
|
+
}
|
38806
|
+
]
|
38807
|
+
}
|
38808
|
+
],
|
38809
|
+
"events": [
|
38810
|
+
{
|
38811
|
+
"name": "search",
|
38812
|
+
"type": {
|
38813
|
+
"text": "CustomEvent"
|
38814
|
+
}
|
38815
|
+
}
|
38816
|
+
],
|
38817
|
+
"superclass": {
|
38818
|
+
"name": "LitElement",
|
38819
|
+
"package": "lit"
|
38820
|
+
},
|
38821
|
+
"tagName": "obc-app-menu",
|
38822
|
+
"customElement": true
|
38823
|
+
}
|
38824
|
+
],
|
38825
|
+
"exports": [
|
38826
|
+
{
|
38827
|
+
"kind": "js",
|
38828
|
+
"name": "ObcAppMenu",
|
38829
|
+
"declaration": {
|
38830
|
+
"name": "ObcAppMenu",
|
38831
|
+
"module": "src/components/app-menu/app-menu.ts"
|
38832
|
+
}
|
38833
|
+
},
|
38834
|
+
{
|
38835
|
+
"kind": "custom-element-definition",
|
38836
|
+
"name": "obc-app-menu",
|
38837
|
+
"declaration": {
|
38838
|
+
"name": "ObcAppMenu",
|
38839
|
+
"module": "src/components/app-menu/app-menu.ts"
|
39070
38840
|
}
|
39071
38841
|
}
|
39072
38842
|
]
|
@@ -39318,12 +39088,161 @@
|
|
39318
39088
|
},
|
39319
39089
|
{
|
39320
39090
|
"kind": "javascript-module",
|
39321
|
-
"path": "src/components/
|
39091
|
+
"path": "src/components/breadcrumb/breadcrumb.ts",
|
39092
|
+
"declarations": [
|
39093
|
+
{
|
39094
|
+
"kind": "class",
|
39095
|
+
"description": "",
|
39096
|
+
"name": "ObcBreadcrumb",
|
39097
|
+
"members": [
|
39098
|
+
{
|
39099
|
+
"kind": "field",
|
39100
|
+
"name": "items",
|
39101
|
+
"default": "[]"
|
39102
|
+
}
|
39103
|
+
],
|
39104
|
+
"superclass": {
|
39105
|
+
"name": "LitElement",
|
39106
|
+
"package": "lit"
|
39107
|
+
},
|
39108
|
+
"tagName": "obc-breadcrumb",
|
39109
|
+
"customElement": true
|
39110
|
+
}
|
39111
|
+
],
|
39112
|
+
"exports": [
|
39113
|
+
{
|
39114
|
+
"kind": "js",
|
39115
|
+
"name": "ObcBreadcrumb",
|
39116
|
+
"declaration": {
|
39117
|
+
"name": "ObcBreadcrumb",
|
39118
|
+
"module": "src/components/breadcrumb/breadcrumb.ts"
|
39119
|
+
}
|
39120
|
+
},
|
39121
|
+
{
|
39122
|
+
"kind": "custom-element-definition",
|
39123
|
+
"name": "obc-breadcrumb",
|
39124
|
+
"declaration": {
|
39125
|
+
"name": "ObcBreadcrumb",
|
39126
|
+
"module": "src/components/breadcrumb/breadcrumb.ts"
|
39127
|
+
}
|
39128
|
+
}
|
39129
|
+
]
|
39130
|
+
},
|
39131
|
+
{
|
39132
|
+
"kind": "javascript-module",
|
39133
|
+
"path": "src/components/card-list-button/card-list-button.ts",
|
39134
|
+
"declarations": [
|
39135
|
+
{
|
39136
|
+
"kind": "class",
|
39137
|
+
"description": "",
|
39138
|
+
"name": "ObcCardListButton",
|
39139
|
+
"members": [
|
39140
|
+
{
|
39141
|
+
"kind": "field",
|
39142
|
+
"name": "icon",
|
39143
|
+
"type": {
|
39144
|
+
"text": "string"
|
39145
|
+
},
|
39146
|
+
"default": "'01-placeholder'",
|
39147
|
+
"attribute": "icon"
|
39148
|
+
},
|
39149
|
+
{
|
39150
|
+
"kind": "field",
|
39151
|
+
"name": "variant",
|
39152
|
+
"type": {
|
39153
|
+
"text": "string"
|
39154
|
+
},
|
39155
|
+
"default": "'normal'",
|
39156
|
+
"attribute": "variant"
|
39157
|
+
},
|
39158
|
+
{
|
39159
|
+
"kind": "field",
|
39160
|
+
"name": "leadingIcon",
|
39161
|
+
"type": {
|
39162
|
+
"text": "NodeListOf<HTMLElement>"
|
39163
|
+
},
|
39164
|
+
"privacy": "private"
|
39165
|
+
},
|
39166
|
+
{
|
39167
|
+
"kind": "field",
|
39168
|
+
"name": "trailingIcon",
|
39169
|
+
"type": {
|
39170
|
+
"text": "NodeListOf<HTMLElement>"
|
39171
|
+
},
|
39172
|
+
"privacy": "private"
|
39173
|
+
},
|
39174
|
+
{
|
39175
|
+
"kind": "field",
|
39176
|
+
"name": "hasIconLeading",
|
39177
|
+
"type": {
|
39178
|
+
"text": "boolean"
|
39179
|
+
},
|
39180
|
+
"privacy": "private",
|
39181
|
+
"default": "false"
|
39182
|
+
},
|
39183
|
+
{
|
39184
|
+
"kind": "field",
|
39185
|
+
"name": "hasIconTrailing",
|
39186
|
+
"type": {
|
39187
|
+
"text": "boolean"
|
39188
|
+
},
|
39189
|
+
"privacy": "private",
|
39190
|
+
"default": "false"
|
39191
|
+
}
|
39192
|
+
],
|
39193
|
+
"attributes": [
|
39194
|
+
{
|
39195
|
+
"name": "icon",
|
39196
|
+
"type": {
|
39197
|
+
"text": "string"
|
39198
|
+
},
|
39199
|
+
"default": "'01-placeholder'",
|
39200
|
+
"fieldName": "icon"
|
39201
|
+
},
|
39202
|
+
{
|
39203
|
+
"name": "variant",
|
39204
|
+
"type": {
|
39205
|
+
"text": "string"
|
39206
|
+
},
|
39207
|
+
"default": "'normal'",
|
39208
|
+
"fieldName": "variant"
|
39209
|
+
}
|
39210
|
+
],
|
39211
|
+
"superclass": {
|
39212
|
+
"name": "LitElement",
|
39213
|
+
"package": "lit"
|
39214
|
+
},
|
39215
|
+
"tagName": "obc-card-list-button",
|
39216
|
+
"customElement": true
|
39217
|
+
}
|
39218
|
+
],
|
39219
|
+
"exports": [
|
39220
|
+
{
|
39221
|
+
"kind": "js",
|
39222
|
+
"name": "ObcCardListButton",
|
39223
|
+
"declaration": {
|
39224
|
+
"name": "ObcCardListButton",
|
39225
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
39226
|
+
}
|
39227
|
+
},
|
39228
|
+
{
|
39229
|
+
"kind": "custom-element-definition",
|
39230
|
+
"name": "obc-card-list-button",
|
39231
|
+
"declaration": {
|
39232
|
+
"name": "ObcCardListButton",
|
39233
|
+
"module": "src/components/card-list-button/card-list-button.ts"
|
39234
|
+
}
|
39235
|
+
}
|
39236
|
+
]
|
39237
|
+
},
|
39238
|
+
{
|
39239
|
+
"kind": "javascript-module",
|
39240
|
+
"path": "src/components/button/button.ts",
|
39322
39241
|
"declarations": [
|
39323
39242
|
{
|
39324
39243
|
"kind": "class",
|
39325
39244
|
"description": "",
|
39326
|
-
"name": "
|
39245
|
+
"name": "ObcButton",
|
39327
39246
|
"members": [
|
39328
39247
|
{
|
39329
39248
|
"kind": "field",
|
@@ -39343,21 +39262,64 @@
|
|
39343
39262
|
"default": "'normal'",
|
39344
39263
|
"attribute": "variant"
|
39345
39264
|
},
|
39265
|
+
{
|
39266
|
+
"kind": "field",
|
39267
|
+
"name": "size",
|
39268
|
+
"type": {
|
39269
|
+
"text": "string"
|
39270
|
+
},
|
39271
|
+
"default": "'regular'",
|
39272
|
+
"attribute": "size"
|
39273
|
+
},
|
39274
|
+
{
|
39275
|
+
"kind": "field",
|
39276
|
+
"name": "fullWidth",
|
39277
|
+
"type": {
|
39278
|
+
"text": "boolean"
|
39279
|
+
},
|
39280
|
+
"default": "false",
|
39281
|
+
"attribute": "full-width"
|
39282
|
+
},
|
39283
|
+
{
|
39284
|
+
"kind": "field",
|
39285
|
+
"name": "hugText",
|
39286
|
+
"type": {
|
39287
|
+
"text": "boolean"
|
39288
|
+
},
|
39289
|
+
"default": "false",
|
39290
|
+
"attribute": "hug-text"
|
39291
|
+
},
|
39292
|
+
{
|
39293
|
+
"kind": "field",
|
39294
|
+
"name": "checked",
|
39295
|
+
"type": {
|
39296
|
+
"text": "boolean"
|
39297
|
+
},
|
39298
|
+
"default": "false",
|
39299
|
+
"attribute": "checked"
|
39300
|
+
},
|
39301
|
+
{
|
39302
|
+
"kind": "field",
|
39303
|
+
"name": "disabled",
|
39304
|
+
"type": {
|
39305
|
+
"text": "boolean"
|
39306
|
+
},
|
39307
|
+
"default": "false",
|
39308
|
+
"attribute": "disabled"
|
39309
|
+
},
|
39346
39310
|
{
|
39347
39311
|
"kind": "field",
|
39348
39312
|
"name": "leadingIcon",
|
39349
39313
|
"type": {
|
39350
39314
|
"text": "NodeListOf<HTMLElement>"
|
39351
|
-
}
|
39352
|
-
"privacy": "private"
|
39315
|
+
}
|
39353
39316
|
},
|
39354
39317
|
{
|
39355
39318
|
"kind": "field",
|
39356
39319
|
"name": "trailingIcon",
|
39357
39320
|
"type": {
|
39358
39321
|
"text": "NodeListOf<HTMLElement>"
|
39359
|
-
}
|
39360
|
-
"privacy": "private"
|
39322
|
+
}
|
39361
39323
|
},
|
39362
39324
|
{
|
39363
39325
|
"kind": "field",
|
@@ -39365,7 +39327,6 @@
|
|
39365
39327
|
"type": {
|
39366
39328
|
"text": "boolean"
|
39367
39329
|
},
|
39368
|
-
"privacy": "private",
|
39369
39330
|
"default": "false"
|
39370
39331
|
},
|
39371
39332
|
{
|
@@ -39374,7 +39335,6 @@
|
|
39374
39335
|
"type": {
|
39375
39336
|
"text": "boolean"
|
39376
39337
|
},
|
39377
|
-
"privacy": "private",
|
39378
39338
|
"default": "false"
|
39379
39339
|
}
|
39380
39340
|
],
|
@@ -39394,31 +39354,71 @@
|
|
39394
39354
|
},
|
39395
39355
|
"default": "'normal'",
|
39396
39356
|
"fieldName": "variant"
|
39357
|
+
},
|
39358
|
+
{
|
39359
|
+
"name": "size",
|
39360
|
+
"type": {
|
39361
|
+
"text": "string"
|
39362
|
+
},
|
39363
|
+
"default": "'regular'",
|
39364
|
+
"fieldName": "size"
|
39365
|
+
},
|
39366
|
+
{
|
39367
|
+
"name": "full-width",
|
39368
|
+
"type": {
|
39369
|
+
"text": "boolean"
|
39370
|
+
},
|
39371
|
+
"default": "false",
|
39372
|
+
"fieldName": "fullWidth"
|
39373
|
+
},
|
39374
|
+
{
|
39375
|
+
"name": "hug-text",
|
39376
|
+
"type": {
|
39377
|
+
"text": "boolean"
|
39378
|
+
},
|
39379
|
+
"default": "false",
|
39380
|
+
"fieldName": "hugText"
|
39381
|
+
},
|
39382
|
+
{
|
39383
|
+
"name": "checked",
|
39384
|
+
"type": {
|
39385
|
+
"text": "boolean"
|
39386
|
+
},
|
39387
|
+
"default": "false",
|
39388
|
+
"fieldName": "checked"
|
39389
|
+
},
|
39390
|
+
{
|
39391
|
+
"name": "disabled",
|
39392
|
+
"type": {
|
39393
|
+
"text": "boolean"
|
39394
|
+
},
|
39395
|
+
"default": "false",
|
39396
|
+
"fieldName": "disabled"
|
39397
39397
|
}
|
39398
39398
|
],
|
39399
39399
|
"superclass": {
|
39400
39400
|
"name": "LitElement",
|
39401
39401
|
"package": "lit"
|
39402
39402
|
},
|
39403
|
-
"tagName": "obc-
|
39403
|
+
"tagName": "obc-button",
|
39404
39404
|
"customElement": true
|
39405
39405
|
}
|
39406
39406
|
],
|
39407
39407
|
"exports": [
|
39408
39408
|
{
|
39409
39409
|
"kind": "js",
|
39410
|
-
"name": "
|
39410
|
+
"name": "ObcButton",
|
39411
39411
|
"declaration": {
|
39412
|
-
"name": "
|
39413
|
-
"module": "src/components/
|
39412
|
+
"name": "ObcButton",
|
39413
|
+
"module": "src/components/button/button.ts"
|
39414
39414
|
}
|
39415
39415
|
},
|
39416
39416
|
{
|
39417
39417
|
"kind": "custom-element-definition",
|
39418
|
-
"name": "obc-
|
39418
|
+
"name": "obc-button",
|
39419
39419
|
"declaration": {
|
39420
|
-
"name": "
|
39421
|
-
"module": "src/components/
|
39420
|
+
"name": "ObcButton",
|
39421
|
+
"module": "src/components/button/button.ts"
|
39422
39422
|
}
|
39423
39423
|
}
|
39424
39424
|
]
|
@@ -40207,6 +40207,15 @@
|
|
40207
40207
|
},
|
40208
40208
|
"attribute": "size"
|
40209
40209
|
},
|
40210
|
+
{
|
40211
|
+
"kind": "field",
|
40212
|
+
"name": "info",
|
40213
|
+
"type": {
|
40214
|
+
"text": "boolean"
|
40215
|
+
},
|
40216
|
+
"default": "false",
|
40217
|
+
"attribute": "info"
|
40218
|
+
},
|
40210
40219
|
{
|
40211
40220
|
"kind": "field",
|
40212
40221
|
"name": "hasLeadingIcon",
|
@@ -40277,6 +40286,14 @@
|
|
40277
40286
|
},
|
40278
40287
|
"fieldName": "size"
|
40279
40288
|
},
|
40289
|
+
{
|
40290
|
+
"name": "info",
|
40291
|
+
"type": {
|
40292
|
+
"text": "boolean"
|
40293
|
+
},
|
40294
|
+
"default": "false",
|
40295
|
+
"fieldName": "info"
|
40296
|
+
},
|
40280
40297
|
{
|
40281
40298
|
"name": "has-leading-icon",
|
40282
40299
|
"type": {
|
@@ -40742,54 +40759,39 @@
|
|
40742
40759
|
},
|
40743
40760
|
{
|
40744
40761
|
"kind": "javascript-module",
|
40745
|
-
"path": "src/components/toggle-button-
|
40762
|
+
"path": "src/components/toggle-button-option/toggle-button-option.ts",
|
40746
40763
|
"declarations": [
|
40747
40764
|
{
|
40748
40765
|
"kind": "class",
|
40749
40766
|
"description": "",
|
40750
|
-
"name": "
|
40767
|
+
"name": "ObcToggleButtonOption",
|
40751
40768
|
"members": [
|
40752
|
-
{
|
40753
|
-
"kind": "field",
|
40754
|
-
"name": "hasLabels",
|
40755
|
-
"type": {
|
40756
|
-
"text": "boolean"
|
40757
|
-
},
|
40758
|
-
"default": "false",
|
40759
|
-
"attribute": "has-labels"
|
40760
|
-
},
|
40761
40769
|
{
|
40762
40770
|
"kind": "field",
|
40763
40771
|
"name": "value",
|
40764
40772
|
"type": {
|
40765
40773
|
"text": "string"
|
40766
40774
|
},
|
40767
|
-
"default": "''",
|
40775
|
+
"default": "'value'",
|
40768
40776
|
"attribute": "value"
|
40769
40777
|
},
|
40770
40778
|
{
|
40771
40779
|
"kind": "field",
|
40772
|
-
"name": "
|
40780
|
+
"name": "selected",
|
40773
40781
|
"type": {
|
40774
|
-
"text": "
|
40775
|
-
}
|
40782
|
+
"text": "boolean"
|
40783
|
+
},
|
40784
|
+
"default": "false",
|
40785
|
+
"attribute": "selected"
|
40776
40786
|
},
|
40777
40787
|
{
|
40778
40788
|
"kind": "method",
|
40779
|
-
"name": "
|
40780
|
-
"parameters": [
|
40781
|
-
{
|
40782
|
-
"name": "event",
|
40783
|
-
"type": {
|
40784
|
-
"text": "Event"
|
40785
|
-
}
|
40786
|
-
}
|
40787
|
-
]
|
40789
|
+
"name": "onClick"
|
40788
40790
|
}
|
40789
40791
|
],
|
40790
40792
|
"events": [
|
40791
40793
|
{
|
40792
|
-
"name": "
|
40794
|
+
"name": "selected",
|
40793
40795
|
"type": {
|
40794
40796
|
"text": "CustomEvent"
|
40795
40797
|
}
|
@@ -40797,84 +40799,99 @@
|
|
40797
40799
|
],
|
40798
40800
|
"attributes": [
|
40799
40801
|
{
|
40800
|
-
"name": "
|
40802
|
+
"name": "value",
|
40801
40803
|
"type": {
|
40802
|
-
"text": "
|
40804
|
+
"text": "string"
|
40803
40805
|
},
|
40804
|
-
"default": "
|
40805
|
-
"fieldName": "
|
40806
|
+
"default": "'value'",
|
40807
|
+
"fieldName": "value"
|
40806
40808
|
},
|
40807
40809
|
{
|
40808
|
-
"name": "
|
40810
|
+
"name": "selected",
|
40809
40811
|
"type": {
|
40810
|
-
"text": "
|
40812
|
+
"text": "boolean"
|
40811
40813
|
},
|
40812
|
-
"default": "
|
40813
|
-
"fieldName": "
|
40814
|
+
"default": "false",
|
40815
|
+
"fieldName": "selected"
|
40814
40816
|
}
|
40815
40817
|
],
|
40816
40818
|
"superclass": {
|
40817
40819
|
"name": "LitElement",
|
40818
40820
|
"package": "lit"
|
40819
40821
|
},
|
40820
|
-
"tagName": "obc-toggle-button-
|
40822
|
+
"tagName": "obc-toggle-button-option",
|
40821
40823
|
"customElement": true
|
40822
40824
|
}
|
40823
40825
|
],
|
40824
40826
|
"exports": [
|
40825
40827
|
{
|
40826
40828
|
"kind": "js",
|
40827
|
-
"name": "
|
40829
|
+
"name": "ObcToggleButtonOption",
|
40828
40830
|
"declaration": {
|
40829
|
-
"name": "
|
40830
|
-
"module": "src/components/toggle-button-
|
40831
|
+
"name": "ObcToggleButtonOption",
|
40832
|
+
"module": "src/components/toggle-button-option/toggle-button-option.ts"
|
40831
40833
|
}
|
40832
40834
|
},
|
40833
40835
|
{
|
40834
40836
|
"kind": "custom-element-definition",
|
40835
|
-
"name": "obc-toggle-button-
|
40837
|
+
"name": "obc-toggle-button-option",
|
40836
40838
|
"declaration": {
|
40837
|
-
"name": "
|
40838
|
-
"module": "src/components/toggle-button-
|
40839
|
+
"name": "ObcToggleButtonOption",
|
40840
|
+
"module": "src/components/toggle-button-option/toggle-button-option.ts"
|
40839
40841
|
}
|
40840
40842
|
}
|
40841
40843
|
]
|
40842
40844
|
},
|
40843
40845
|
{
|
40844
40846
|
"kind": "javascript-module",
|
40845
|
-
"path": "src/components/toggle-button-
|
40847
|
+
"path": "src/components/toggle-button-group/toggle-button-group.ts",
|
40846
40848
|
"declarations": [
|
40847
40849
|
{
|
40848
40850
|
"kind": "class",
|
40849
40851
|
"description": "",
|
40850
|
-
"name": "
|
40852
|
+
"name": "ObcToggleButtonGroup",
|
40851
40853
|
"members": [
|
40854
|
+
{
|
40855
|
+
"kind": "field",
|
40856
|
+
"name": "hasLabels",
|
40857
|
+
"type": {
|
40858
|
+
"text": "boolean"
|
40859
|
+
},
|
40860
|
+
"default": "false",
|
40861
|
+
"attribute": "has-labels"
|
40862
|
+
},
|
40852
40863
|
{
|
40853
40864
|
"kind": "field",
|
40854
40865
|
"name": "value",
|
40855
40866
|
"type": {
|
40856
40867
|
"text": "string"
|
40857
40868
|
},
|
40858
|
-
"default": "'
|
40869
|
+
"default": "''",
|
40859
40870
|
"attribute": "value"
|
40860
40871
|
},
|
40861
40872
|
{
|
40862
40873
|
"kind": "field",
|
40863
|
-
"name": "
|
40874
|
+
"name": "options",
|
40864
40875
|
"type": {
|
40865
|
-
"text": "
|
40866
|
-
}
|
40867
|
-
"default": "false",
|
40868
|
-
"attribute": "selected"
|
40876
|
+
"text": "NodeListOf<ObcToggleButtonOption>"
|
40877
|
+
}
|
40869
40878
|
},
|
40870
40879
|
{
|
40871
40880
|
"kind": "method",
|
40872
|
-
"name": "
|
40881
|
+
"name": "handleOptionClick",
|
40882
|
+
"parameters": [
|
40883
|
+
{
|
40884
|
+
"name": "event",
|
40885
|
+
"type": {
|
40886
|
+
"text": "Event"
|
40887
|
+
}
|
40888
|
+
}
|
40889
|
+
]
|
40873
40890
|
}
|
40874
40891
|
],
|
40875
40892
|
"events": [
|
40876
40893
|
{
|
40877
|
-
"name": "
|
40894
|
+
"name": "value",
|
40878
40895
|
"type": {
|
40879
40896
|
"text": "CustomEvent"
|
40880
40897
|
}
|
@@ -40882,45 +40899,45 @@
|
|
40882
40899
|
],
|
40883
40900
|
"attributes": [
|
40884
40901
|
{
|
40885
|
-
"name": "
|
40902
|
+
"name": "has-labels",
|
40886
40903
|
"type": {
|
40887
|
-
"text": "
|
40904
|
+
"text": "boolean"
|
40888
40905
|
},
|
40889
|
-
"default": "
|
40890
|
-
"fieldName": "
|
40906
|
+
"default": "false",
|
40907
|
+
"fieldName": "hasLabels"
|
40891
40908
|
},
|
40892
40909
|
{
|
40893
|
-
"name": "
|
40910
|
+
"name": "value",
|
40894
40911
|
"type": {
|
40895
|
-
"text": "
|
40912
|
+
"text": "string"
|
40896
40913
|
},
|
40897
|
-
"default": "
|
40898
|
-
"fieldName": "
|
40914
|
+
"default": "''",
|
40915
|
+
"fieldName": "value"
|
40899
40916
|
}
|
40900
40917
|
],
|
40901
40918
|
"superclass": {
|
40902
40919
|
"name": "LitElement",
|
40903
40920
|
"package": "lit"
|
40904
40921
|
},
|
40905
|
-
"tagName": "obc-toggle-button-
|
40922
|
+
"tagName": "obc-toggle-button-group",
|
40906
40923
|
"customElement": true
|
40907
40924
|
}
|
40908
40925
|
],
|
40909
40926
|
"exports": [
|
40910
40927
|
{
|
40911
40928
|
"kind": "js",
|
40912
|
-
"name": "
|
40929
|
+
"name": "ObcToggleButtonGroup",
|
40913
40930
|
"declaration": {
|
40914
|
-
"name": "
|
40915
|
-
"module": "src/components/toggle-button-
|
40931
|
+
"name": "ObcToggleButtonGroup",
|
40932
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
40916
40933
|
}
|
40917
40934
|
},
|
40918
40935
|
{
|
40919
40936
|
"kind": "custom-element-definition",
|
40920
|
-
"name": "obc-toggle-button-
|
40937
|
+
"name": "obc-toggle-button-group",
|
40921
40938
|
"declaration": {
|
40922
|
-
"name": "
|
40923
|
-
"module": "src/components/toggle-button-
|
40939
|
+
"name": "ObcToggleButtonGroup",
|
40940
|
+
"module": "src/components/toggle-button-group/toggle-button-group.ts"
|
40924
40941
|
}
|
40925
40942
|
}
|
40926
40943
|
]
|