@viasat/beam-web-components 2.58.0 → 2.58.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +519 -519
- package/package.json +6 -6
- package/vscode.html-custom-data.json +70 -70
package/custom-elements.json
CHANGED
|
@@ -8382,875 +8382,867 @@
|
|
|
8382
8382
|
},
|
|
8383
8383
|
{
|
|
8384
8384
|
"kind": "javascript-module",
|
|
8385
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8385
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
8386
8386
|
"declarations": [
|
|
8387
8387
|
{
|
|
8388
8388
|
"kind": "class",
|
|
8389
|
-
"description": "
|
|
8390
|
-
"name": "
|
|
8389
|
+
"description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **size** - Specify the size of NativeSelect\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8390
|
+
"name": "BmNativeSelect",
|
|
8391
|
+
"slots": [
|
|
8392
|
+
{
|
|
8393
|
+
"description": "Specify Options for NativeSelect",
|
|
8394
|
+
"name": "slot"
|
|
8395
|
+
},
|
|
8396
|
+
{
|
|
8397
|
+
"description": "Specify Label for NativeSelect",
|
|
8398
|
+
"name": "label"
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"description": "Specify HelperText for NativeSelect",
|
|
8402
|
+
"name": "helper-text"
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8391
8405
|
"members": [
|
|
8392
8406
|
{
|
|
8393
8407
|
"kind": "field",
|
|
8394
|
-
"name": "
|
|
8408
|
+
"name": "required",
|
|
8395
8409
|
"type": {
|
|
8396
|
-
"text": "
|
|
8410
|
+
"text": "boolean"
|
|
8397
8411
|
},
|
|
8398
|
-
"
|
|
8399
|
-
"
|
|
8412
|
+
"default": "false",
|
|
8413
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8414
|
+
"attribute": "required"
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
"kind": "field",
|
|
8418
|
+
"name": "readOnly",
|
|
8419
|
+
"type": {
|
|
8420
|
+
"text": "boolean"
|
|
8421
|
+
},
|
|
8422
|
+
"default": "false",
|
|
8423
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8424
|
+
"attribute": "readOnly"
|
|
8425
|
+
},
|
|
8426
|
+
{
|
|
8427
|
+
"kind": "field",
|
|
8428
|
+
"name": "disabled",
|
|
8429
|
+
"type": {
|
|
8430
|
+
"text": "boolean"
|
|
8431
|
+
},
|
|
8432
|
+
"default": "false",
|
|
8433
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8434
|
+
"attribute": "disabled"
|
|
8400
8435
|
},
|
|
8401
8436
|
{
|
|
8402
8437
|
"kind": "field",
|
|
8403
8438
|
"name": "error",
|
|
8404
8439
|
"type": {
|
|
8405
|
-
"text": "
|
|
8440
|
+
"text": "string | undefined"
|
|
8406
8441
|
},
|
|
8407
|
-
"description": "Specify error text and display error state of a
|
|
8442
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8408
8443
|
"attribute": "error"
|
|
8409
8444
|
},
|
|
8410
8445
|
{
|
|
8411
8446
|
"kind": "field",
|
|
8412
|
-
"name": "
|
|
8447
|
+
"name": "fluid",
|
|
8413
8448
|
"type": {
|
|
8414
|
-
"text": "boolean
|
|
8449
|
+
"text": "boolean"
|
|
8415
8450
|
},
|
|
8416
|
-
"
|
|
8417
|
-
"
|
|
8451
|
+
"default": "false",
|
|
8452
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8453
|
+
"attribute": "fluid"
|
|
8418
8454
|
},
|
|
8419
8455
|
{
|
|
8420
8456
|
"kind": "field",
|
|
8421
|
-
"name": "
|
|
8457
|
+
"name": "size",
|
|
8422
8458
|
"type": {
|
|
8423
|
-
"text": "
|
|
8459
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8424
8460
|
},
|
|
8425
|
-
"
|
|
8426
|
-
"
|
|
8461
|
+
"default": "defaultInputSize",
|
|
8462
|
+
"description": "Specify the size of NativeSelect",
|
|
8463
|
+
"attribute": "size"
|
|
8427
8464
|
},
|
|
8428
8465
|
{
|
|
8429
8466
|
"kind": "field",
|
|
8430
|
-
"name": "
|
|
8467
|
+
"name": "width",
|
|
8431
8468
|
"type": {
|
|
8432
|
-
"text": "
|
|
8469
|
+
"text": "string | undefined"
|
|
8433
8470
|
},
|
|
8434
|
-
"description": "Specify the
|
|
8435
|
-
"attribute": "
|
|
8471
|
+
"description": "Specify the width of NativeSelect",
|
|
8472
|
+
"attribute": "width"
|
|
8436
8473
|
},
|
|
8437
8474
|
{
|
|
8438
8475
|
"kind": "field",
|
|
8439
|
-
"name": "
|
|
8476
|
+
"name": "ellipse",
|
|
8440
8477
|
"type": {
|
|
8441
|
-
"text": "
|
|
8478
|
+
"text": "boolean"
|
|
8442
8479
|
},
|
|
8443
|
-
"
|
|
8444
|
-
"
|
|
8480
|
+
"default": "true",
|
|
8481
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8482
|
+
"attribute": "ellipse"
|
|
8445
8483
|
},
|
|
8446
8484
|
{
|
|
8447
8485
|
"kind": "field",
|
|
8448
|
-
"name": "
|
|
8486
|
+
"name": "hideRequiredMarker",
|
|
8449
8487
|
"type": {
|
|
8450
8488
|
"text": "boolean"
|
|
8451
8489
|
},
|
|
8452
8490
|
"default": "false",
|
|
8453
|
-
"description": "
|
|
8454
|
-
"attribute": "
|
|
8491
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8492
|
+
"attribute": "hideRequiredMarker"
|
|
8455
8493
|
},
|
|
8456
8494
|
{
|
|
8457
8495
|
"kind": "field",
|
|
8458
|
-
"name": "
|
|
8496
|
+
"name": "theme",
|
|
8459
8497
|
"type": {
|
|
8460
|
-
"text": "
|
|
8498
|
+
"text": "'light' | 'dark' | undefined"
|
|
8461
8499
|
},
|
|
8462
|
-
"description": "
|
|
8463
|
-
"attribute": "
|
|
8500
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8501
|
+
"attribute": "theme"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"kind": "method",
|
|
8505
|
+
"name": "finalizeAssociatedCallback",
|
|
8506
|
+
"return": {
|
|
8507
|
+
"type": {
|
|
8508
|
+
"text": "FinalizeAssociatedResult"
|
|
8509
|
+
}
|
|
8510
|
+
},
|
|
8511
|
+
"parameters": [
|
|
8512
|
+
{
|
|
8513
|
+
"name": "value",
|
|
8514
|
+
"type": {
|
|
8515
|
+
"text": "string"
|
|
8516
|
+
}
|
|
8517
|
+
}
|
|
8518
|
+
],
|
|
8519
|
+
"inheritedFrom": {
|
|
8520
|
+
"name": "FormField",
|
|
8521
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8522
|
+
}
|
|
8464
8523
|
},
|
|
8465
8524
|
{
|
|
8466
8525
|
"kind": "field",
|
|
8467
|
-
"name": "
|
|
8526
|
+
"name": "formAssociated",
|
|
8468
8527
|
"type": {
|
|
8469
|
-
"text": "
|
|
8528
|
+
"text": "boolean"
|
|
8529
|
+
},
|
|
8530
|
+
"static": true,
|
|
8531
|
+
"default": "true",
|
|
8532
|
+
"inheritedFrom": {
|
|
8533
|
+
"name": "FormField",
|
|
8534
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8470
8535
|
}
|
|
8471
8536
|
},
|
|
8472
8537
|
{
|
|
8473
8538
|
"kind": "field",
|
|
8474
|
-
"name": "
|
|
8539
|
+
"name": "id",
|
|
8540
|
+
"type": {
|
|
8541
|
+
"text": "string"
|
|
8542
|
+
},
|
|
8543
|
+
"default": "''",
|
|
8544
|
+
"attribute": "id",
|
|
8545
|
+
"inheritedFrom": {
|
|
8546
|
+
"name": "FormField",
|
|
8547
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8548
|
+
}
|
|
8475
8549
|
},
|
|
8476
8550
|
{
|
|
8477
|
-
"kind": "
|
|
8478
|
-
"name": "
|
|
8479
|
-
}
|
|
8480
|
-
],
|
|
8481
|
-
"attributes": [
|
|
8482
|
-
{
|
|
8483
|
-
"name": "label",
|
|
8551
|
+
"kind": "field",
|
|
8552
|
+
"name": "name",
|
|
8484
8553
|
"type": {
|
|
8485
|
-
"text": "string
|
|
8554
|
+
"text": "string"
|
|
8486
8555
|
},
|
|
8487
|
-
"
|
|
8488
|
-
"
|
|
8556
|
+
"default": "''",
|
|
8557
|
+
"attribute": "name",
|
|
8558
|
+
"inheritedFrom": {
|
|
8559
|
+
"name": "FormField",
|
|
8560
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8561
|
+
}
|
|
8489
8562
|
},
|
|
8490
8563
|
{
|
|
8491
|
-
"
|
|
8564
|
+
"kind": "field",
|
|
8565
|
+
"name": "value",
|
|
8492
8566
|
"type": {
|
|
8493
|
-
"text": "
|
|
8567
|
+
"text": "string"
|
|
8494
8568
|
},
|
|
8495
|
-
"
|
|
8496
|
-
"
|
|
8569
|
+
"default": "''",
|
|
8570
|
+
"attribute": "value",
|
|
8571
|
+
"inheritedFrom": {
|
|
8572
|
+
"name": "FormField",
|
|
8573
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8574
|
+
}
|
|
8497
8575
|
},
|
|
8498
8576
|
{
|
|
8499
|
-
"
|
|
8577
|
+
"kind": "field",
|
|
8578
|
+
"name": "validationRules",
|
|
8500
8579
|
"type": {
|
|
8501
|
-
"text": "
|
|
8580
|
+
"text": "Array<FormValidator>"
|
|
8502
8581
|
},
|
|
8503
|
-
"
|
|
8504
|
-
"
|
|
8582
|
+
"default": "[]",
|
|
8583
|
+
"attribute": "validationRules",
|
|
8584
|
+
"inheritedFrom": {
|
|
8585
|
+
"name": "FormField",
|
|
8586
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8587
|
+
}
|
|
8505
8588
|
},
|
|
8506
8589
|
{
|
|
8507
|
-
"
|
|
8590
|
+
"kind": "field",
|
|
8591
|
+
"name": "inputAriaLabel",
|
|
8508
8592
|
"type": {
|
|
8509
|
-
"text": "
|
|
8593
|
+
"text": "string | undefined"
|
|
8510
8594
|
},
|
|
8511
|
-
"
|
|
8512
|
-
"
|
|
8595
|
+
"attribute": "input-aria-label",
|
|
8596
|
+
"inheritedFrom": {
|
|
8597
|
+
"name": "FormField",
|
|
8598
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8599
|
+
}
|
|
8513
8600
|
},
|
|
8514
8601
|
{
|
|
8515
|
-
"
|
|
8602
|
+
"kind": "field",
|
|
8603
|
+
"name": "formContext",
|
|
8516
8604
|
"type": {
|
|
8517
|
-
"text": "
|
|
8605
|
+
"text": "BmFormContext"
|
|
8518
8606
|
},
|
|
8519
|
-
"
|
|
8520
|
-
|
|
8607
|
+
"inheritedFrom": {
|
|
8608
|
+
"name": "FormField",
|
|
8609
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8610
|
+
}
|
|
8521
8611
|
},
|
|
8522
8612
|
{
|
|
8523
|
-
"
|
|
8524
|
-
"
|
|
8525
|
-
|
|
8613
|
+
"kind": "method",
|
|
8614
|
+
"name": "formAssociatedCallback",
|
|
8615
|
+
"return": {
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "void"
|
|
8618
|
+
}
|
|
8526
8619
|
},
|
|
8527
|
-
"
|
|
8528
|
-
|
|
8620
|
+
"inheritedFrom": {
|
|
8621
|
+
"name": "FormField",
|
|
8622
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8623
|
+
}
|
|
8529
8624
|
},
|
|
8530
8625
|
{
|
|
8531
|
-
"
|
|
8626
|
+
"kind": "method",
|
|
8627
|
+
"name": "formResetCallback",
|
|
8628
|
+
"return": {
|
|
8629
|
+
"type": {
|
|
8630
|
+
"text": "void"
|
|
8631
|
+
}
|
|
8632
|
+
},
|
|
8633
|
+
"inheritedFrom": {
|
|
8634
|
+
"name": "FormField",
|
|
8635
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8636
|
+
}
|
|
8637
|
+
}
|
|
8638
|
+
],
|
|
8639
|
+
"attributes": [
|
|
8640
|
+
{
|
|
8641
|
+
"name": "required",
|
|
8532
8642
|
"type": {
|
|
8533
8643
|
"text": "boolean"
|
|
8534
8644
|
},
|
|
8535
8645
|
"default": "false",
|
|
8536
|
-
"description": "
|
|
8537
|
-
"fieldName": "
|
|
8646
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8647
|
+
"fieldName": "required"
|
|
8538
8648
|
},
|
|
8539
8649
|
{
|
|
8540
|
-
"name": "
|
|
8650
|
+
"name": "readOnly",
|
|
8541
8651
|
"type": {
|
|
8542
|
-
"text": "
|
|
8652
|
+
"text": "boolean"
|
|
8543
8653
|
},
|
|
8544
|
-
"
|
|
8545
|
-
"
|
|
8546
|
-
|
|
8547
|
-
],
|
|
8548
|
-
"superclass": {
|
|
8549
|
-
"name": "LitElement",
|
|
8550
|
-
"package": "lit"
|
|
8551
|
-
},
|
|
8552
|
-
"tagName": "bm-radio-button",
|
|
8553
|
-
"customElement": true
|
|
8554
|
-
}
|
|
8555
|
-
],
|
|
8556
|
-
"exports": [
|
|
8557
|
-
{
|
|
8558
|
-
"kind": "js",
|
|
8559
|
-
"name": "BmRadioButton",
|
|
8560
|
-
"declaration": {
|
|
8561
|
-
"name": "BmRadioButton",
|
|
8562
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8563
|
-
}
|
|
8564
|
-
},
|
|
8565
|
-
{
|
|
8566
|
-
"kind": "custom-element-definition",
|
|
8567
|
-
"name": "bm-radio-button",
|
|
8568
|
-
"declaration": {
|
|
8569
|
-
"name": "BmRadioButton",
|
|
8570
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8571
|
-
}
|
|
8572
|
-
}
|
|
8573
|
-
]
|
|
8574
|
-
},
|
|
8575
|
-
{
|
|
8576
|
-
"kind": "javascript-module",
|
|
8577
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8578
|
-
"declarations": [],
|
|
8579
|
-
"exports": [
|
|
8580
|
-
{
|
|
8581
|
-
"kind": "js",
|
|
8582
|
-
"name": "*",
|
|
8583
|
-
"declaration": {
|
|
8584
|
-
"name": "*",
|
|
8585
|
-
"package": "./RadioButton"
|
|
8586
|
-
}
|
|
8587
|
-
},
|
|
8588
|
-
{
|
|
8589
|
-
"kind": "js",
|
|
8590
|
-
"name": "*",
|
|
8591
|
-
"declaration": {
|
|
8592
|
-
"name": "*",
|
|
8593
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8594
|
-
}
|
|
8595
|
-
}
|
|
8596
|
-
]
|
|
8597
|
-
},
|
|
8598
|
-
{
|
|
8599
|
-
"kind": "javascript-module",
|
|
8600
|
-
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8601
|
-
"declarations": [
|
|
8602
|
-
{
|
|
8603
|
-
"kind": "class",
|
|
8604
|
-
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
8605
|
-
"name": "BmSwitch",
|
|
8606
|
-
"slots": [
|
|
8607
|
-
{
|
|
8608
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8609
|
-
"name": "onText"
|
|
8610
|
-
},
|
|
8611
|
-
{
|
|
8612
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8613
|
-
"name": "offText"
|
|
8614
|
-
}
|
|
8615
|
-
],
|
|
8616
|
-
"members": [
|
|
8617
|
-
{
|
|
8618
|
-
"kind": "field",
|
|
8619
|
-
"name": "inputChoiceGroupContext",
|
|
8620
|
-
"type": {
|
|
8621
|
-
"text": "InputChoiceGroupContextProps"
|
|
8622
|
-
}
|
|
8654
|
+
"default": "false",
|
|
8655
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8656
|
+
"fieldName": "readOnly"
|
|
8623
8657
|
},
|
|
8624
8658
|
{
|
|
8625
|
-
"
|
|
8626
|
-
"name": "onText",
|
|
8659
|
+
"name": "disabled",
|
|
8627
8660
|
"type": {
|
|
8628
|
-
"text": "
|
|
8661
|
+
"text": "boolean"
|
|
8629
8662
|
},
|
|
8630
|
-
"default": "
|
|
8631
|
-
"description": "Specify
|
|
8632
|
-
"
|
|
8663
|
+
"default": "false",
|
|
8664
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8665
|
+
"fieldName": "disabled"
|
|
8633
8666
|
},
|
|
8634
8667
|
{
|
|
8635
|
-
"
|
|
8636
|
-
"name": "offText",
|
|
8668
|
+
"name": "error",
|
|
8637
8669
|
"type": {
|
|
8638
8670
|
"text": "string | undefined"
|
|
8639
8671
|
},
|
|
8640
|
-
"
|
|
8641
|
-
"
|
|
8642
|
-
"attribute": "offText"
|
|
8672
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8673
|
+
"fieldName": "error"
|
|
8643
8674
|
},
|
|
8644
8675
|
{
|
|
8645
|
-
"
|
|
8646
|
-
"name": "theme",
|
|
8676
|
+
"name": "fluid",
|
|
8647
8677
|
"type": {
|
|
8648
|
-
"text": "
|
|
8678
|
+
"text": "boolean"
|
|
8649
8679
|
},
|
|
8650
|
-
"default": "
|
|
8651
|
-
"description": "Specify
|
|
8680
|
+
"default": "false",
|
|
8681
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8682
|
+
"fieldName": "fluid"
|
|
8652
8683
|
},
|
|
8653
8684
|
{
|
|
8654
|
-
"
|
|
8655
|
-
"name": "textPosition",
|
|
8685
|
+
"name": "size",
|
|
8656
8686
|
"type": {
|
|
8657
|
-
"text": "'
|
|
8687
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8658
8688
|
},
|
|
8659
|
-
"default": "
|
|
8660
|
-
"description": "Specify the
|
|
8661
|
-
"
|
|
8689
|
+
"default": "defaultInputSize",
|
|
8690
|
+
"description": "Specify the size of NativeSelect",
|
|
8691
|
+
"fieldName": "size"
|
|
8662
8692
|
},
|
|
8663
8693
|
{
|
|
8664
|
-
"
|
|
8665
|
-
"name": "readOnly",
|
|
8694
|
+
"name": "width",
|
|
8666
8695
|
"type": {
|
|
8667
|
-
"text": "
|
|
8696
|
+
"text": "string | undefined"
|
|
8668
8697
|
},
|
|
8669
|
-
"
|
|
8670
|
-
"
|
|
8671
|
-
"attribute": "readOnly"
|
|
8698
|
+
"description": "Specify the width of NativeSelect",
|
|
8699
|
+
"fieldName": "width"
|
|
8672
8700
|
},
|
|
8673
8701
|
{
|
|
8674
|
-
"
|
|
8675
|
-
"name": "disabled",
|
|
8702
|
+
"name": "ellipse",
|
|
8676
8703
|
"type": {
|
|
8677
8704
|
"text": "boolean"
|
|
8678
8705
|
},
|
|
8679
|
-
"default": "
|
|
8680
|
-
"description": "Specify if
|
|
8681
|
-
"
|
|
8706
|
+
"default": "true",
|
|
8707
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8708
|
+
"fieldName": "ellipse"
|
|
8682
8709
|
},
|
|
8683
8710
|
{
|
|
8684
|
-
"
|
|
8685
|
-
"name": "checked",
|
|
8711
|
+
"name": "hideRequiredMarker",
|
|
8686
8712
|
"type": {
|
|
8687
8713
|
"text": "boolean"
|
|
8688
8714
|
},
|
|
8689
8715
|
"default": "false",
|
|
8690
|
-
"
|
|
8691
|
-
|
|
8692
|
-
{
|
|
8693
|
-
"kind": "field",
|
|
8694
|
-
"name": "value",
|
|
8695
|
-
"type": {
|
|
8696
|
-
"text": "string | undefined"
|
|
8697
|
-
},
|
|
8698
|
-
"description": "The value attribute for the input element",
|
|
8699
|
-
"attribute": "value"
|
|
8700
|
-
},
|
|
8701
|
-
{
|
|
8702
|
-
"kind": "field",
|
|
8703
|
-
"name": "switchRef"
|
|
8704
|
-
}
|
|
8705
|
-
],
|
|
8706
|
-
"attributes": [
|
|
8707
|
-
{
|
|
8708
|
-
"name": "onText",
|
|
8709
|
-
"type": {
|
|
8710
|
-
"text": "string | undefined"
|
|
8711
|
-
},
|
|
8712
|
-
"default": "undefined",
|
|
8713
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8714
|
-
"fieldName": "onText"
|
|
8716
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8717
|
+
"fieldName": "hideRequiredMarker"
|
|
8715
8718
|
},
|
|
8716
8719
|
{
|
|
8717
|
-
"name": "
|
|
8720
|
+
"name": "theme",
|
|
8718
8721
|
"type": {
|
|
8719
|
-
"text": "
|
|
8722
|
+
"text": "'light' | 'dark' | undefined"
|
|
8720
8723
|
},
|
|
8721
|
-
"
|
|
8722
|
-
"
|
|
8723
|
-
"fieldName": "offText"
|
|
8724
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8725
|
+
"fieldName": "theme"
|
|
8724
8726
|
},
|
|
8725
8727
|
{
|
|
8726
|
-
"name": "
|
|
8728
|
+
"name": "id",
|
|
8727
8729
|
"type": {
|
|
8728
|
-
"text": "
|
|
8730
|
+
"text": "string"
|
|
8729
8731
|
},
|
|
8730
|
-
"default": "'
|
|
8731
|
-
"
|
|
8732
|
-
"
|
|
8732
|
+
"default": "''",
|
|
8733
|
+
"fieldName": "id",
|
|
8734
|
+
"inheritedFrom": {
|
|
8735
|
+
"name": "FormField",
|
|
8736
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8737
|
+
}
|
|
8733
8738
|
},
|
|
8734
8739
|
{
|
|
8735
|
-
"name": "
|
|
8740
|
+
"name": "name",
|
|
8736
8741
|
"type": {
|
|
8737
|
-
"text": "
|
|
8742
|
+
"text": "string"
|
|
8738
8743
|
},
|
|
8739
|
-
"default": "
|
|
8740
|
-
"
|
|
8741
|
-
"
|
|
8744
|
+
"default": "''",
|
|
8745
|
+
"fieldName": "name",
|
|
8746
|
+
"inheritedFrom": {
|
|
8747
|
+
"name": "FormField",
|
|
8748
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8749
|
+
}
|
|
8742
8750
|
},
|
|
8743
8751
|
{
|
|
8744
|
-
"name": "
|
|
8752
|
+
"name": "value",
|
|
8745
8753
|
"type": {
|
|
8746
|
-
"text": "
|
|
8754
|
+
"text": "string"
|
|
8747
8755
|
},
|
|
8748
|
-
"default": "
|
|
8749
|
-
"
|
|
8750
|
-
"
|
|
8756
|
+
"default": "''",
|
|
8757
|
+
"fieldName": "value",
|
|
8758
|
+
"inheritedFrom": {
|
|
8759
|
+
"name": "FormField",
|
|
8760
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8761
|
+
}
|
|
8751
8762
|
},
|
|
8752
8763
|
{
|
|
8753
|
-
"name": "
|
|
8764
|
+
"name": "validationRules",
|
|
8754
8765
|
"type": {
|
|
8755
|
-
"text": "
|
|
8766
|
+
"text": "Array<FormValidator>"
|
|
8756
8767
|
},
|
|
8757
|
-
"default": "
|
|
8758
|
-
"fieldName": "
|
|
8768
|
+
"default": "[]",
|
|
8769
|
+
"fieldName": "validationRules",
|
|
8770
|
+
"inheritedFrom": {
|
|
8771
|
+
"name": "FormField",
|
|
8772
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8773
|
+
}
|
|
8759
8774
|
},
|
|
8760
8775
|
{
|
|
8761
|
-
"name": "
|
|
8776
|
+
"name": "input-aria-label",
|
|
8762
8777
|
"type": {
|
|
8763
8778
|
"text": "string | undefined"
|
|
8764
8779
|
},
|
|
8765
|
-
"
|
|
8766
|
-
"
|
|
8780
|
+
"fieldName": "inputAriaLabel",
|
|
8781
|
+
"inheritedFrom": {
|
|
8782
|
+
"name": "FormField",
|
|
8783
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8784
|
+
}
|
|
8767
8785
|
}
|
|
8768
8786
|
],
|
|
8769
8787
|
"superclass": {
|
|
8770
|
-
"name": "
|
|
8771
|
-
"
|
|
8788
|
+
"name": "FormField",
|
|
8789
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8772
8790
|
},
|
|
8773
|
-
"
|
|
8791
|
+
"summary": "`bm-native-select`",
|
|
8792
|
+
"tagName": "bm-native-select",
|
|
8774
8793
|
"customElement": true
|
|
8775
8794
|
}
|
|
8776
8795
|
],
|
|
8777
8796
|
"exports": [
|
|
8778
8797
|
{
|
|
8779
8798
|
"kind": "js",
|
|
8780
|
-
"name": "
|
|
8799
|
+
"name": "BmNativeSelect",
|
|
8781
8800
|
"declaration": {
|
|
8782
|
-
"name": "
|
|
8783
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8801
|
+
"name": "BmNativeSelect",
|
|
8802
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8784
8803
|
}
|
|
8785
8804
|
},
|
|
8786
8805
|
{
|
|
8787
8806
|
"kind": "custom-element-definition",
|
|
8788
|
-
"name": "bm-
|
|
8807
|
+
"name": "bm-native-select",
|
|
8789
8808
|
"declaration": {
|
|
8790
|
-
"name": "
|
|
8791
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8809
|
+
"name": "BmNativeSelect",
|
|
8810
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8792
8811
|
}
|
|
8793
8812
|
}
|
|
8794
|
-
]
|
|
8795
|
-
},
|
|
8796
|
-
{
|
|
8797
|
-
"kind": "javascript-module",
|
|
8798
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8799
|
-
"declarations": [],
|
|
8800
|
-
"exports": [
|
|
8801
|
-
{
|
|
8802
|
-
"kind": "js",
|
|
8803
|
-
"name": "*",
|
|
8804
|
-
"declaration": {
|
|
8805
|
-
"name": "*",
|
|
8806
|
-
"package": "./Switch"
|
|
8807
|
-
}
|
|
8808
|
-
},
|
|
8813
|
+
]
|
|
8814
|
+
},
|
|
8815
|
+
{
|
|
8816
|
+
"kind": "javascript-module",
|
|
8817
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8818
|
+
"declarations": [],
|
|
8819
|
+
"exports": [
|
|
8809
8820
|
{
|
|
8810
8821
|
"kind": "js",
|
|
8811
8822
|
"name": "*",
|
|
8812
8823
|
"declaration": {
|
|
8813
8824
|
"name": "*",
|
|
8814
|
-
"package": "./
|
|
8825
|
+
"package": "./NativeSelect"
|
|
8815
8826
|
}
|
|
8816
8827
|
}
|
|
8817
8828
|
]
|
|
8818
8829
|
},
|
|
8819
8830
|
{
|
|
8820
8831
|
"kind": "javascript-module",
|
|
8821
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8832
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8822
8833
|
"declarations": [
|
|
8823
8834
|
{
|
|
8824
8835
|
"kind": "class",
|
|
8825
|
-
"description": "### Attributes:\n- **
|
|
8826
|
-
"name": "
|
|
8827
|
-
"
|
|
8828
|
-
{
|
|
8829
|
-
"description": "Specify Options for NativeSelect",
|
|
8830
|
-
"name": "slot"
|
|
8831
|
-
},
|
|
8836
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8837
|
+
"name": "BmRadioButton",
|
|
8838
|
+
"members": [
|
|
8832
8839
|
{
|
|
8833
|
-
"
|
|
8834
|
-
"name": "label"
|
|
8840
|
+
"kind": "field",
|
|
8841
|
+
"name": "label",
|
|
8842
|
+
"type": {
|
|
8843
|
+
"text": "string | undefined"
|
|
8844
|
+
},
|
|
8845
|
+
"description": "Specify the text for the label",
|
|
8846
|
+
"attribute": "label"
|
|
8835
8847
|
},
|
|
8836
|
-
{
|
|
8837
|
-
"description": "Specify HelperText for NativeSelect",
|
|
8838
|
-
"name": "helper-text"
|
|
8839
|
-
}
|
|
8840
|
-
],
|
|
8841
|
-
"members": [
|
|
8842
8848
|
{
|
|
8843
8849
|
"kind": "field",
|
|
8844
|
-
"name": "
|
|
8850
|
+
"name": "error",
|
|
8845
8851
|
"type": {
|
|
8846
|
-
"text": "boolean"
|
|
8852
|
+
"text": "boolean | undefined"
|
|
8847
8853
|
},
|
|
8848
|
-
"
|
|
8849
|
-
"
|
|
8850
|
-
"attribute": "required"
|
|
8854
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8855
|
+
"attribute": "error"
|
|
8851
8856
|
},
|
|
8852
8857
|
{
|
|
8853
8858
|
"kind": "field",
|
|
8854
8859
|
"name": "readOnly",
|
|
8855
8860
|
"type": {
|
|
8856
|
-
"text": "boolean"
|
|
8861
|
+
"text": "boolean | undefined"
|
|
8857
8862
|
},
|
|
8858
|
-
"
|
|
8859
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8863
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8860
8864
|
"attribute": "readOnly"
|
|
8861
8865
|
},
|
|
8862
8866
|
{
|
|
8863
8867
|
"kind": "field",
|
|
8864
8868
|
"name": "disabled",
|
|
8865
8869
|
"type": {
|
|
8866
|
-
"text": "boolean"
|
|
8870
|
+
"text": "boolean | undefined"
|
|
8867
8871
|
},
|
|
8868
|
-
"
|
|
8869
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8872
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8870
8873
|
"attribute": "disabled"
|
|
8871
8874
|
},
|
|
8872
8875
|
{
|
|
8873
8876
|
"kind": "field",
|
|
8874
|
-
"name": "
|
|
8877
|
+
"name": "theme",
|
|
8878
|
+
"type": {
|
|
8879
|
+
"text": "'light' | 'dark' | undefined"
|
|
8880
|
+
},
|
|
8881
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8882
|
+
"attribute": "theme"
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "field",
|
|
8886
|
+
"name": "value",
|
|
8875
8887
|
"type": {
|
|
8876
8888
|
"text": "string | undefined"
|
|
8877
8889
|
},
|
|
8878
|
-
"description": "
|
|
8879
|
-
"attribute": "
|
|
8890
|
+
"description": "The value attribute for the input element",
|
|
8891
|
+
"attribute": "value"
|
|
8880
8892
|
},
|
|
8881
8893
|
{
|
|
8882
8894
|
"kind": "field",
|
|
8883
|
-
"name": "
|
|
8895
|
+
"name": "checked",
|
|
8884
8896
|
"type": {
|
|
8885
8897
|
"text": "boolean"
|
|
8886
8898
|
},
|
|
8887
8899
|
"default": "false",
|
|
8888
|
-
"description": "
|
|
8889
|
-
"attribute": "
|
|
8900
|
+
"description": "The checked attribute for the input element",
|
|
8901
|
+
"attribute": "checked"
|
|
8890
8902
|
},
|
|
8891
8903
|
{
|
|
8892
8904
|
"kind": "field",
|
|
8893
|
-
"name": "
|
|
8905
|
+
"name": "onKeyDown",
|
|
8894
8906
|
"type": {
|
|
8895
|
-
"text": "
|
|
8907
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8896
8908
|
},
|
|
8897
|
-
"
|
|
8898
|
-
"
|
|
8899
|
-
"attribute": "size"
|
|
8909
|
+
"description": "A user-defined function to handle keydown events",
|
|
8910
|
+
"attribute": "onKeyDown"
|
|
8900
8911
|
},
|
|
8901
8912
|
{
|
|
8902
8913
|
"kind": "field",
|
|
8903
|
-
"name": "
|
|
8914
|
+
"name": "inputChoiceGroupContext",
|
|
8915
|
+
"type": {
|
|
8916
|
+
"text": "InputChoiceGroupContextProps"
|
|
8917
|
+
}
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"kind": "field",
|
|
8921
|
+
"name": "radioButtonRef"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "method",
|
|
8925
|
+
"name": "focus"
|
|
8926
|
+
}
|
|
8927
|
+
],
|
|
8928
|
+
"attributes": [
|
|
8929
|
+
{
|
|
8930
|
+
"name": "label",
|
|
8904
8931
|
"type": {
|
|
8905
8932
|
"text": "string | undefined"
|
|
8906
8933
|
},
|
|
8907
|
-
"description": "Specify the
|
|
8908
|
-
"
|
|
8934
|
+
"description": "Specify the text for the label",
|
|
8935
|
+
"fieldName": "label"
|
|
8909
8936
|
},
|
|
8910
8937
|
{
|
|
8911
|
-
"
|
|
8912
|
-
"name": "ellipse",
|
|
8938
|
+
"name": "error",
|
|
8913
8939
|
"type": {
|
|
8914
|
-
"text": "boolean"
|
|
8940
|
+
"text": "boolean | undefined"
|
|
8915
8941
|
},
|
|
8916
|
-
"
|
|
8917
|
-
"
|
|
8918
|
-
"attribute": "ellipse"
|
|
8942
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8943
|
+
"fieldName": "error"
|
|
8919
8944
|
},
|
|
8920
8945
|
{
|
|
8921
|
-
"
|
|
8922
|
-
"name": "hideRequiredMarker",
|
|
8946
|
+
"name": "readOnly",
|
|
8923
8947
|
"type": {
|
|
8924
|
-
"text": "boolean"
|
|
8948
|
+
"text": "boolean | undefined"
|
|
8925
8949
|
},
|
|
8926
|
-
"
|
|
8927
|
-
"
|
|
8928
|
-
"attribute": "hideRequiredMarker"
|
|
8950
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8951
|
+
"fieldName": "readOnly"
|
|
8929
8952
|
},
|
|
8930
8953
|
{
|
|
8931
|
-
"
|
|
8932
|
-
"name": "theme",
|
|
8954
|
+
"name": "disabled",
|
|
8933
8955
|
"type": {
|
|
8934
|
-
"text": "
|
|
8956
|
+
"text": "boolean | undefined"
|
|
8935
8957
|
},
|
|
8936
|
-
"description": "Specify
|
|
8937
|
-
"
|
|
8958
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8959
|
+
"fieldName": "disabled"
|
|
8938
8960
|
},
|
|
8939
8961
|
{
|
|
8940
|
-
"
|
|
8941
|
-
"
|
|
8942
|
-
|
|
8943
|
-
"type": {
|
|
8944
|
-
"text": "FinalizeAssociatedResult"
|
|
8945
|
-
}
|
|
8962
|
+
"name": "theme",
|
|
8963
|
+
"type": {
|
|
8964
|
+
"text": "'light' | 'dark' | undefined"
|
|
8946
8965
|
},
|
|
8947
|
-
"
|
|
8948
|
-
|
|
8949
|
-
"name": "value",
|
|
8950
|
-
"type": {
|
|
8951
|
-
"text": "string"
|
|
8952
|
-
}
|
|
8953
|
-
}
|
|
8954
|
-
],
|
|
8955
|
-
"inheritedFrom": {
|
|
8956
|
-
"name": "FormField",
|
|
8957
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8958
|
-
}
|
|
8966
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8967
|
+
"fieldName": "theme"
|
|
8959
8968
|
},
|
|
8960
8969
|
{
|
|
8961
|
-
"
|
|
8962
|
-
"name": "formAssociated",
|
|
8970
|
+
"name": "value",
|
|
8963
8971
|
"type": {
|
|
8964
|
-
"text": "
|
|
8972
|
+
"text": "string | undefined"
|
|
8965
8973
|
},
|
|
8966
|
-
"
|
|
8967
|
-
"
|
|
8968
|
-
"inheritedFrom": {
|
|
8969
|
-
"name": "FormField",
|
|
8970
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8971
|
-
}
|
|
8974
|
+
"description": "The value attribute for the input element",
|
|
8975
|
+
"fieldName": "value"
|
|
8972
8976
|
},
|
|
8973
8977
|
{
|
|
8974
|
-
"
|
|
8975
|
-
"name": "id",
|
|
8978
|
+
"name": "checked",
|
|
8976
8979
|
"type": {
|
|
8977
|
-
"text": "
|
|
8980
|
+
"text": "boolean"
|
|
8978
8981
|
},
|
|
8979
|
-
"default": "
|
|
8980
|
-
"
|
|
8981
|
-
"
|
|
8982
|
-
"name": "FormField",
|
|
8983
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8984
|
-
}
|
|
8982
|
+
"default": "false",
|
|
8983
|
+
"description": "The checked attribute for the input element",
|
|
8984
|
+
"fieldName": "checked"
|
|
8985
8985
|
},
|
|
8986
8986
|
{
|
|
8987
|
-
"
|
|
8988
|
-
"name": "name",
|
|
8987
|
+
"name": "onKeyDown",
|
|
8989
8988
|
"type": {
|
|
8990
|
-
"text": "
|
|
8989
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8991
8990
|
},
|
|
8992
|
-
"
|
|
8993
|
-
"
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8991
|
+
"description": "A user-defined function to handle keydown events",
|
|
8992
|
+
"fieldName": "onKeyDown"
|
|
8993
|
+
}
|
|
8994
|
+
],
|
|
8995
|
+
"superclass": {
|
|
8996
|
+
"name": "LitElement",
|
|
8997
|
+
"package": "lit"
|
|
8998
|
+
},
|
|
8999
|
+
"tagName": "bm-radio-button",
|
|
9000
|
+
"customElement": true
|
|
9001
|
+
}
|
|
9002
|
+
],
|
|
9003
|
+
"exports": [
|
|
9004
|
+
{
|
|
9005
|
+
"kind": "js",
|
|
9006
|
+
"name": "BmRadioButton",
|
|
9007
|
+
"declaration": {
|
|
9008
|
+
"name": "BmRadioButton",
|
|
9009
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9010
|
+
}
|
|
9011
|
+
},
|
|
9012
|
+
{
|
|
9013
|
+
"kind": "custom-element-definition",
|
|
9014
|
+
"name": "bm-radio-button",
|
|
9015
|
+
"declaration": {
|
|
9016
|
+
"name": "BmRadioButton",
|
|
9017
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
]
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"kind": "javascript-module",
|
|
9024
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9025
|
+
"declarations": [],
|
|
9026
|
+
"exports": [
|
|
9027
|
+
{
|
|
9028
|
+
"kind": "js",
|
|
9029
|
+
"name": "*",
|
|
9030
|
+
"declaration": {
|
|
9031
|
+
"name": "*",
|
|
9032
|
+
"package": "./RadioButton"
|
|
9033
|
+
}
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"kind": "js",
|
|
9037
|
+
"name": "*",
|
|
9038
|
+
"declaration": {
|
|
9039
|
+
"name": "*",
|
|
9040
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
]
|
|
9044
|
+
},
|
|
9045
|
+
{
|
|
9046
|
+
"kind": "javascript-module",
|
|
9047
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9048
|
+
"declarations": [
|
|
9049
|
+
{
|
|
9050
|
+
"kind": "class",
|
|
9051
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
9052
|
+
"name": "BmSwitch",
|
|
9053
|
+
"slots": [
|
|
9054
|
+
{
|
|
9055
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9056
|
+
"name": "onText"
|
|
8998
9057
|
},
|
|
9058
|
+
{
|
|
9059
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9060
|
+
"name": "offText"
|
|
9061
|
+
}
|
|
9062
|
+
],
|
|
9063
|
+
"members": [
|
|
8999
9064
|
{
|
|
9000
9065
|
"kind": "field",
|
|
9001
|
-
"name": "
|
|
9066
|
+
"name": "inputChoiceGroupContext",
|
|
9002
9067
|
"type": {
|
|
9003
|
-
"text": "
|
|
9004
|
-
},
|
|
9005
|
-
"default": "''",
|
|
9006
|
-
"attribute": "value",
|
|
9007
|
-
"inheritedFrom": {
|
|
9008
|
-
"name": "FormField",
|
|
9009
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9068
|
+
"text": "InputChoiceGroupContextProps"
|
|
9010
9069
|
}
|
|
9011
9070
|
},
|
|
9012
9071
|
{
|
|
9013
9072
|
"kind": "field",
|
|
9014
|
-
"name": "
|
|
9073
|
+
"name": "onText",
|
|
9015
9074
|
"type": {
|
|
9016
|
-
"text": "
|
|
9075
|
+
"text": "string | undefined"
|
|
9017
9076
|
},
|
|
9018
|
-
"default": "
|
|
9019
|
-
"
|
|
9020
|
-
"
|
|
9021
|
-
"name": "FormField",
|
|
9022
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9023
|
-
}
|
|
9077
|
+
"default": "undefined",
|
|
9078
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9079
|
+
"attribute": "onText"
|
|
9024
9080
|
},
|
|
9025
9081
|
{
|
|
9026
9082
|
"kind": "field",
|
|
9027
|
-
"name": "
|
|
9083
|
+
"name": "offText",
|
|
9028
9084
|
"type": {
|
|
9029
9085
|
"text": "string | undefined"
|
|
9030
9086
|
},
|
|
9031
|
-
"
|
|
9032
|
-
"
|
|
9033
|
-
|
|
9034
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9035
|
-
}
|
|
9087
|
+
"default": "undefined",
|
|
9088
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9089
|
+
"attribute": "offText"
|
|
9036
9090
|
},
|
|
9037
9091
|
{
|
|
9038
9092
|
"kind": "field",
|
|
9039
|
-
"name": "
|
|
9093
|
+
"name": "theme",
|
|
9040
9094
|
"type": {
|
|
9041
|
-
"text": "
|
|
9095
|
+
"text": "ThemeTypes | undefined"
|
|
9042
9096
|
},
|
|
9043
|
-
"
|
|
9044
|
-
|
|
9045
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9046
|
-
}
|
|
9097
|
+
"default": "undefined",
|
|
9098
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9047
9099
|
},
|
|
9048
9100
|
{
|
|
9049
|
-
"kind": "
|
|
9050
|
-
"name": "
|
|
9051
|
-
"
|
|
9052
|
-
"
|
|
9053
|
-
"text": "void"
|
|
9054
|
-
}
|
|
9101
|
+
"kind": "field",
|
|
9102
|
+
"name": "textPosition",
|
|
9103
|
+
"type": {
|
|
9104
|
+
"text": "'before' | 'after'"
|
|
9055
9105
|
},
|
|
9056
|
-
"
|
|
9057
|
-
|
|
9058
|
-
|
|
9059
|
-
}
|
|
9106
|
+
"default": "'after'",
|
|
9107
|
+
"description": "Specify the position of the side label",
|
|
9108
|
+
"attribute": "textPosition"
|
|
9060
9109
|
},
|
|
9061
9110
|
{
|
|
9062
|
-
"kind": "
|
|
9063
|
-
"name": "
|
|
9064
|
-
"return": {
|
|
9065
|
-
"type": {
|
|
9066
|
-
"text": "void"
|
|
9067
|
-
}
|
|
9068
|
-
},
|
|
9069
|
-
"inheritedFrom": {
|
|
9070
|
-
"name": "FormField",
|
|
9071
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9072
|
-
}
|
|
9073
|
-
}
|
|
9074
|
-
],
|
|
9075
|
-
"attributes": [
|
|
9076
|
-
{
|
|
9077
|
-
"name": "required",
|
|
9111
|
+
"kind": "field",
|
|
9112
|
+
"name": "readOnly",
|
|
9078
9113
|
"type": {
|
|
9079
9114
|
"text": "boolean"
|
|
9080
9115
|
},
|
|
9081
9116
|
"default": "false",
|
|
9082
|
-
"description": "Specify if
|
|
9083
|
-
"
|
|
9117
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9118
|
+
"attribute": "readOnly"
|
|
9084
9119
|
},
|
|
9085
9120
|
{
|
|
9086
|
-
"
|
|
9121
|
+
"kind": "field",
|
|
9122
|
+
"name": "disabled",
|
|
9087
9123
|
"type": {
|
|
9088
9124
|
"text": "boolean"
|
|
9089
9125
|
},
|
|
9090
9126
|
"default": "false",
|
|
9091
|
-
"description": "Specify if
|
|
9092
|
-
"
|
|
9127
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9128
|
+
"attribute": "disabled"
|
|
9093
9129
|
},
|
|
9094
9130
|
{
|
|
9095
|
-
"
|
|
9131
|
+
"kind": "field",
|
|
9132
|
+
"name": "checked",
|
|
9096
9133
|
"type": {
|
|
9097
9134
|
"text": "boolean"
|
|
9098
9135
|
},
|
|
9099
9136
|
"default": "false",
|
|
9100
|
-
"
|
|
9101
|
-
"fieldName": "disabled"
|
|
9137
|
+
"attribute": "checked"
|
|
9102
9138
|
},
|
|
9103
9139
|
{
|
|
9104
|
-
"
|
|
9140
|
+
"kind": "field",
|
|
9141
|
+
"name": "value",
|
|
9105
9142
|
"type": {
|
|
9106
9143
|
"text": "string | undefined"
|
|
9107
9144
|
},
|
|
9108
|
-
"description": "
|
|
9109
|
-
"
|
|
9145
|
+
"description": "The value attribute for the input element",
|
|
9146
|
+
"attribute": "value"
|
|
9110
9147
|
},
|
|
9111
9148
|
{
|
|
9112
|
-
"
|
|
9113
|
-
"
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
"description": "Specify if NativeSelect is fluid",
|
|
9118
|
-
"fieldName": "fluid"
|
|
9119
|
-
},
|
|
9149
|
+
"kind": "field",
|
|
9150
|
+
"name": "switchRef"
|
|
9151
|
+
}
|
|
9152
|
+
],
|
|
9153
|
+
"attributes": [
|
|
9120
9154
|
{
|
|
9121
|
-
"name": "
|
|
9155
|
+
"name": "onText",
|
|
9122
9156
|
"type": {
|
|
9123
|
-
"text": "
|
|
9157
|
+
"text": "string | undefined"
|
|
9124
9158
|
},
|
|
9125
|
-
"default": "
|
|
9126
|
-
"description": "Specify the
|
|
9127
|
-
"fieldName": "
|
|
9159
|
+
"default": "undefined",
|
|
9160
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9161
|
+
"fieldName": "onText"
|
|
9128
9162
|
},
|
|
9129
9163
|
{
|
|
9130
|
-
"name": "
|
|
9164
|
+
"name": "offText",
|
|
9131
9165
|
"type": {
|
|
9132
9166
|
"text": "string | undefined"
|
|
9133
9167
|
},
|
|
9134
|
-
"
|
|
9135
|
-
"
|
|
9168
|
+
"default": "undefined",
|
|
9169
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9170
|
+
"fieldName": "offText"
|
|
9136
9171
|
},
|
|
9137
9172
|
{
|
|
9138
|
-
"name": "
|
|
9173
|
+
"name": "textPosition",
|
|
9139
9174
|
"type": {
|
|
9140
|
-
"text": "
|
|
9175
|
+
"text": "'before' | 'after'"
|
|
9141
9176
|
},
|
|
9142
|
-
"default": "
|
|
9143
|
-
"description": "Specify
|
|
9144
|
-
"fieldName": "
|
|
9177
|
+
"default": "'after'",
|
|
9178
|
+
"description": "Specify the position of the side label",
|
|
9179
|
+
"fieldName": "textPosition"
|
|
9145
9180
|
},
|
|
9146
9181
|
{
|
|
9147
|
-
"name": "
|
|
9182
|
+
"name": "readOnly",
|
|
9148
9183
|
"type": {
|
|
9149
9184
|
"text": "boolean"
|
|
9150
9185
|
},
|
|
9151
9186
|
"default": "false",
|
|
9152
|
-
"description": "Specify if
|
|
9153
|
-
"fieldName": "
|
|
9154
|
-
},
|
|
9155
|
-
{
|
|
9156
|
-
"name": "theme",
|
|
9157
|
-
"type": {
|
|
9158
|
-
"text": "'light' | 'dark' | undefined"
|
|
9159
|
-
},
|
|
9160
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
9161
|
-
"fieldName": "theme"
|
|
9187
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9188
|
+
"fieldName": "readOnly"
|
|
9162
9189
|
},
|
|
9163
9190
|
{
|
|
9164
|
-
"name": "
|
|
9191
|
+
"name": "disabled",
|
|
9165
9192
|
"type": {
|
|
9166
|
-
"text": "
|
|
9193
|
+
"text": "boolean"
|
|
9167
9194
|
},
|
|
9168
|
-
"default": "
|
|
9169
|
-
"
|
|
9170
|
-
"
|
|
9171
|
-
"name": "FormField",
|
|
9172
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9173
|
-
}
|
|
9195
|
+
"default": "false",
|
|
9196
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9197
|
+
"fieldName": "disabled"
|
|
9174
9198
|
},
|
|
9175
9199
|
{
|
|
9176
|
-
"name": "
|
|
9200
|
+
"name": "checked",
|
|
9177
9201
|
"type": {
|
|
9178
|
-
"text": "
|
|
9202
|
+
"text": "boolean"
|
|
9179
9203
|
},
|
|
9180
|
-
"default": "
|
|
9181
|
-
"fieldName": "
|
|
9182
|
-
"inheritedFrom": {
|
|
9183
|
-
"name": "FormField",
|
|
9184
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9185
|
-
}
|
|
9204
|
+
"default": "false",
|
|
9205
|
+
"fieldName": "checked"
|
|
9186
9206
|
},
|
|
9187
9207
|
{
|
|
9188
9208
|
"name": "value",
|
|
9189
|
-
"type": {
|
|
9190
|
-
"text": "string"
|
|
9191
|
-
},
|
|
9192
|
-
"default": "''",
|
|
9193
|
-
"fieldName": "value",
|
|
9194
|
-
"inheritedFrom": {
|
|
9195
|
-
"name": "FormField",
|
|
9196
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9197
|
-
}
|
|
9198
|
-
},
|
|
9199
|
-
{
|
|
9200
|
-
"name": "validationRules",
|
|
9201
|
-
"type": {
|
|
9202
|
-
"text": "Array<FormValidator>"
|
|
9203
|
-
},
|
|
9204
|
-
"default": "[]",
|
|
9205
|
-
"fieldName": "validationRules",
|
|
9206
|
-
"inheritedFrom": {
|
|
9207
|
-
"name": "FormField",
|
|
9208
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9209
|
-
}
|
|
9210
|
-
},
|
|
9211
|
-
{
|
|
9212
|
-
"name": "input-aria-label",
|
|
9213
9209
|
"type": {
|
|
9214
9210
|
"text": "string | undefined"
|
|
9215
9211
|
},
|
|
9216
|
-
"
|
|
9217
|
-
"
|
|
9218
|
-
"name": "FormField",
|
|
9219
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9220
|
-
}
|
|
9212
|
+
"description": "The value attribute for the input element",
|
|
9213
|
+
"fieldName": "value"
|
|
9221
9214
|
}
|
|
9222
9215
|
],
|
|
9223
9216
|
"superclass": {
|
|
9224
|
-
"name": "
|
|
9225
|
-
"
|
|
9217
|
+
"name": "LitElement",
|
|
9218
|
+
"package": "lit"
|
|
9226
9219
|
},
|
|
9227
|
-
"
|
|
9228
|
-
"tagName": "bm-native-select",
|
|
9220
|
+
"tagName": "bm-switch",
|
|
9229
9221
|
"customElement": true
|
|
9230
9222
|
}
|
|
9231
9223
|
],
|
|
9232
9224
|
"exports": [
|
|
9233
9225
|
{
|
|
9234
9226
|
"kind": "js",
|
|
9235
|
-
"name": "
|
|
9227
|
+
"name": "BmSwitch",
|
|
9236
9228
|
"declaration": {
|
|
9237
|
-
"name": "
|
|
9238
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9229
|
+
"name": "BmSwitch",
|
|
9230
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9239
9231
|
}
|
|
9240
9232
|
},
|
|
9241
9233
|
{
|
|
9242
9234
|
"kind": "custom-element-definition",
|
|
9243
|
-
"name": "bm-
|
|
9235
|
+
"name": "bm-switch",
|
|
9244
9236
|
"declaration": {
|
|
9245
|
-
"name": "
|
|
9246
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9237
|
+
"name": "BmSwitch",
|
|
9238
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9247
9239
|
}
|
|
9248
9240
|
}
|
|
9249
9241
|
]
|
|
9250
9242
|
},
|
|
9251
9243
|
{
|
|
9252
9244
|
"kind": "javascript-module",
|
|
9253
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9245
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9254
9246
|
"declarations": [],
|
|
9255
9247
|
"exports": [
|
|
9256
9248
|
{
|
|
@@ -9258,7 +9250,15 @@
|
|
|
9258
9250
|
"name": "*",
|
|
9259
9251
|
"declaration": {
|
|
9260
9252
|
"name": "*",
|
|
9261
|
-
"package": "./
|
|
9253
|
+
"package": "./Switch"
|
|
9254
|
+
}
|
|
9255
|
+
},
|
|
9256
|
+
{
|
|
9257
|
+
"kind": "js",
|
|
9258
|
+
"name": "*",
|
|
9259
|
+
"declaration": {
|
|
9260
|
+
"name": "*",
|
|
9261
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9262
9262
|
}
|
|
9263
9263
|
}
|
|
9264
9264
|
]
|