@viasat/beam-web-components 2.10.1 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -686,124 +686,147 @@
686
686
  },
687
687
  {
688
688
  "kind": "javascript-module",
689
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
689
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
690
690
  "declarations": [
691
691
  {
692
692
  "kind": "class",
693
- "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
694
- "name": "BmBadgeDot",
693
+ "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
694
+ "name": "BmBadge",
695
695
  "slots": [
696
696
  {
697
- "description": "Provide text for the BadgeDot",
697
+ "description": "Provide text for the Badge",
698
698
  "name": "default"
699
+ },
700
+ {
701
+ "description": "Specify a different icon for the Badge",
702
+ "name": "icon"
699
703
  }
700
704
  ],
701
705
  "members": [
706
+ {
707
+ "kind": "field",
708
+ "name": "appearance",
709
+ "type": {
710
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
711
+ },
712
+ "default": "'infoPrimary'",
713
+ "description": "Specify the appearance of the Badge",
714
+ "attribute": "appearance"
715
+ },
702
716
  {
703
717
  "kind": "field",
704
718
  "name": "theme",
705
719
  "type": {
706
720
  "text": "'light' | 'dark' | undefined"
707
721
  },
708
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
722
+ "description": "Theme of the Badge",
709
723
  "attribute": "theme"
710
724
  },
711
725
  {
712
726
  "kind": "field",
713
- "name": "appearance",
727
+ "name": "size",
714
728
  "type": {
715
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
729
+ "text": "'sm' | 'md' | undefined"
716
730
  },
717
- "default": "'infoPrimary'",
718
- "description": "Specify the appearance of the BadgeDot",
719
- "attribute": "appearance"
731
+ "default": "'sm'",
732
+ "description": "Specify the size of the Badge",
733
+ "attribute": "size"
720
734
  },
721
735
  {
722
736
  "kind": "field",
723
737
  "name": "emphasis",
724
738
  "type": {
725
- "text": "Emphasis"
739
+ "text": "'strong' | 'medium' | 'subtle'"
726
740
  },
727
741
  "default": "'strong'",
728
- "description": "Specify the emphasis of the BadgeDot",
742
+ "description": "Specify the emphasis of the Badge",
729
743
  "attribute": "emphasis"
730
744
  },
731
745
  {
732
746
  "kind": "field",
733
- "name": "overrideDotColor",
747
+ "name": "hideIcon",
734
748
  "type": {
735
- "text": "string | undefined"
749
+ "text": "boolean | undefined"
736
750
  },
737
- "description": "Overrides default dot color",
738
- "attribute": "overrideDotColor"
751
+ "description": "Hides Badge icon",
752
+ "attribute": "hideIcon"
739
753
  }
740
754
  ],
741
755
  "attributes": [
756
+ {
757
+ "name": "appearance",
758
+ "type": {
759
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
760
+ },
761
+ "default": "'infoPrimary'",
762
+ "description": "Specify the appearance of the Badge",
763
+ "fieldName": "appearance"
764
+ },
742
765
  {
743
766
  "name": "theme",
744
767
  "type": {
745
768
  "text": "'light' | 'dark' | undefined"
746
769
  },
747
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
770
+ "description": "Theme of the Badge",
748
771
  "fieldName": "theme"
749
772
  },
750
773
  {
751
- "name": "appearance",
774
+ "name": "size",
752
775
  "type": {
753
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
776
+ "text": "'sm' | 'md' | undefined"
754
777
  },
755
- "default": "'infoPrimary'",
756
- "description": "Specify the appearance of the BadgeDot",
757
- "fieldName": "appearance"
778
+ "default": "'sm'",
779
+ "description": "Specify the size of the Badge",
780
+ "fieldName": "size"
758
781
  },
759
782
  {
760
783
  "name": "emphasis",
761
784
  "type": {
762
- "text": "Emphasis"
785
+ "text": "'strong' | 'medium' | 'subtle'"
763
786
  },
764
787
  "default": "'strong'",
765
- "description": "Specify the emphasis of the BadgeDot",
788
+ "description": "Specify the emphasis of the Badge",
766
789
  "fieldName": "emphasis"
767
790
  },
768
791
  {
769
- "name": "overrideDotColor",
792
+ "name": "hideIcon",
770
793
  "type": {
771
- "text": "string | undefined"
794
+ "text": "boolean | undefined"
772
795
  },
773
- "description": "Overrides default dot color",
774
- "fieldName": "overrideDotColor"
796
+ "description": "Hides Badge icon",
797
+ "fieldName": "hideIcon"
775
798
  }
776
799
  ],
777
800
  "superclass": {
778
801
  "name": "LitElement",
779
802
  "package": "lit"
780
803
  },
781
- "tagName": "bm-badge-dot",
804
+ "tagName": "bm-badge",
782
805
  "customElement": true
783
806
  }
784
807
  ],
785
808
  "exports": [
786
809
  {
787
810
  "kind": "js",
788
- "name": "BmBadgeDot",
811
+ "name": "BmBadge",
789
812
  "declaration": {
790
- "name": "BmBadgeDot",
791
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
813
+ "name": "BmBadge",
814
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
792
815
  }
793
816
  },
794
817
  {
795
818
  "kind": "custom-element-definition",
796
- "name": "bm-badge-dot",
819
+ "name": "bm-badge",
797
820
  "declaration": {
798
- "name": "BmBadgeDot",
799
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
821
+ "name": "BmBadge",
822
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
800
823
  }
801
824
  }
802
825
  ]
803
826
  },
804
827
  {
805
828
  "kind": "javascript-module",
806
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
829
+ "path": "libs/web-components/src/lib/Badge/index.ts",
807
830
  "declarations": [],
808
831
  "exports": [
809
832
  {
@@ -811,154 +834,131 @@
811
834
  "name": "*",
812
835
  "declaration": {
813
836
  "name": "*",
814
- "package": "./BadgeDot"
837
+ "package": "./Badge"
815
838
  }
816
839
  }
817
840
  ]
818
841
  },
819
842
  {
820
843
  "kind": "javascript-module",
821
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
844
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
822
845
  "declarations": [
823
846
  {
824
847
  "kind": "class",
825
- "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
826
- "name": "BmBadge",
848
+ "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
849
+ "name": "BmBadgeDot",
827
850
  "slots": [
828
851
  {
829
- "description": "Provide text for the Badge",
852
+ "description": "Provide text for the BadgeDot",
830
853
  "name": "default"
831
- },
832
- {
833
- "description": "Specify a different icon for the Badge",
834
- "name": "icon"
835
854
  }
836
855
  ],
837
856
  "members": [
838
- {
839
- "kind": "field",
840
- "name": "appearance",
841
- "type": {
842
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
843
- },
844
- "default": "'infoPrimary'",
845
- "description": "Specify the appearance of the Badge",
846
- "attribute": "appearance"
847
- },
848
857
  {
849
858
  "kind": "field",
850
859
  "name": "theme",
851
860
  "type": {
852
861
  "text": "'light' | 'dark' | undefined"
853
862
  },
854
- "description": "Theme of the Badge",
863
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
855
864
  "attribute": "theme"
856
865
  },
857
866
  {
858
867
  "kind": "field",
859
- "name": "size",
868
+ "name": "appearance",
860
869
  "type": {
861
- "text": "'sm' | 'md' | undefined"
870
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
862
871
  },
863
- "default": "'sm'",
864
- "description": "Specify the size of the Badge",
865
- "attribute": "size"
872
+ "default": "'infoPrimary'",
873
+ "description": "Specify the appearance of the BadgeDot",
874
+ "attribute": "appearance"
866
875
  },
867
876
  {
868
877
  "kind": "field",
869
878
  "name": "emphasis",
870
879
  "type": {
871
- "text": "'strong' | 'medium' | 'subtle'"
880
+ "text": "Emphasis"
872
881
  },
873
882
  "default": "'strong'",
874
- "description": "Specify the emphasis of the Badge",
883
+ "description": "Specify the emphasis of the BadgeDot",
875
884
  "attribute": "emphasis"
876
885
  },
877
886
  {
878
887
  "kind": "field",
879
- "name": "hideIcon",
888
+ "name": "overrideDotColor",
880
889
  "type": {
881
- "text": "boolean | undefined"
890
+ "text": "string | undefined"
882
891
  },
883
- "description": "Hides Badge icon",
884
- "attribute": "hideIcon"
892
+ "description": "Overrides default dot color",
893
+ "attribute": "overrideDotColor"
885
894
  }
886
895
  ],
887
896
  "attributes": [
888
- {
889
- "name": "appearance",
890
- "type": {
891
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
892
- },
893
- "default": "'infoPrimary'",
894
- "description": "Specify the appearance of the Badge",
895
- "fieldName": "appearance"
896
- },
897
897
  {
898
898
  "name": "theme",
899
899
  "type": {
900
900
  "text": "'light' | 'dark' | undefined"
901
901
  },
902
- "description": "Theme of the Badge",
902
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
903
903
  "fieldName": "theme"
904
904
  },
905
905
  {
906
- "name": "size",
906
+ "name": "appearance",
907
907
  "type": {
908
- "text": "'sm' | 'md' | undefined"
908
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
909
909
  },
910
- "default": "'sm'",
911
- "description": "Specify the size of the Badge",
912
- "fieldName": "size"
910
+ "default": "'infoPrimary'",
911
+ "description": "Specify the appearance of the BadgeDot",
912
+ "fieldName": "appearance"
913
913
  },
914
914
  {
915
915
  "name": "emphasis",
916
916
  "type": {
917
- "text": "'strong' | 'medium' | 'subtle'"
917
+ "text": "Emphasis"
918
918
  },
919
919
  "default": "'strong'",
920
- "description": "Specify the emphasis of the Badge",
920
+ "description": "Specify the emphasis of the BadgeDot",
921
921
  "fieldName": "emphasis"
922
922
  },
923
923
  {
924
- "name": "hideIcon",
924
+ "name": "overrideDotColor",
925
925
  "type": {
926
- "text": "boolean | undefined"
926
+ "text": "string | undefined"
927
927
  },
928
- "description": "Hides Badge icon",
929
- "fieldName": "hideIcon"
928
+ "description": "Overrides default dot color",
929
+ "fieldName": "overrideDotColor"
930
930
  }
931
931
  ],
932
932
  "superclass": {
933
933
  "name": "LitElement",
934
934
  "package": "lit"
935
935
  },
936
- "tagName": "bm-badge",
936
+ "tagName": "bm-badge-dot",
937
937
  "customElement": true
938
938
  }
939
939
  ],
940
940
  "exports": [
941
941
  {
942
942
  "kind": "js",
943
- "name": "BmBadge",
943
+ "name": "BmBadgeDot",
944
944
  "declaration": {
945
- "name": "BmBadge",
946
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
945
+ "name": "BmBadgeDot",
946
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
947
947
  }
948
948
  },
949
949
  {
950
950
  "kind": "custom-element-definition",
951
- "name": "bm-badge",
951
+ "name": "bm-badge-dot",
952
952
  "declaration": {
953
- "name": "BmBadge",
954
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
953
+ "name": "BmBadgeDot",
954
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
955
955
  }
956
956
  }
957
957
  ]
958
958
  },
959
959
  {
960
960
  "kind": "javascript-module",
961
- "path": "libs/web-components/src/lib/Badge/index.ts",
961
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
962
962
  "declarations": [],
963
963
  "exports": [
964
964
  {
@@ -966,7 +966,7 @@
966
966
  "name": "*",
967
967
  "declaration": {
968
968
  "name": "*",
969
- "package": "./Badge"
969
+ "package": "./BadgeDot"
970
970
  }
971
971
  }
972
972
  ]
@@ -2222,150 +2222,58 @@
2222
2222
  },
2223
2223
  {
2224
2224
  "kind": "javascript-module",
2225
- "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2225
+ "path": "libs/web-components/src/lib/Divider/Divider.ts",
2226
2226
  "declarations": [
2227
2227
  {
2228
2228
  "kind": "class",
2229
- "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2230
- "name": "BmCloseButton",
2229
+ "description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider",
2230
+ "name": "BmDivider",
2231
+ "slots": [
2232
+ {
2233
+ "description": "Add text to the Divider",
2234
+ "name": "default"
2235
+ },
2236
+ {
2237
+ "description": "Add an icon to the Divider",
2238
+ "name": "icon"
2239
+ }
2240
+ ],
2231
2241
  "members": [
2232
2242
  {
2233
2243
  "kind": "field",
2234
- "name": "size",
2244
+ "name": "orientation",
2235
2245
  "type": {
2236
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2246
+ "text": "'horizontal' | 'vertical'"
2237
2247
  },
2238
- "default": "'md'",
2239
- "description": "Specify the size of the CloseButton",
2240
- "attribute": "size"
2248
+ "default": "'horizontal'",
2249
+ "description": "Specify the direction of the Divider",
2250
+ "attribute": "orientation"
2241
2251
  },
2242
2252
  {
2243
2253
  "kind": "field",
2244
- "name": "disabled",
2254
+ "name": "borderColor",
2245
2255
  "type": {
2246
- "text": "boolean"
2256
+ "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong'"
2247
2257
  },
2248
- "default": "false",
2249
- "description": "Specify if the CloseButton is disabled",
2250
- "attribute": "disabled"
2251
- }
2252
- ],
2253
- "attributes": [
2258
+ "default": "'01'",
2259
+ "description": "Specify the border color of the divider line",
2260
+ "attribute": "borderColor"
2261
+ },
2254
2262
  {
2255
- "name": "size",
2263
+ "kind": "field",
2264
+ "name": "borderWidth",
2256
2265
  "type": {
2257
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2266
+ "text": "'md' | 'lg' | 'xl'"
2258
2267
  },
2259
2268
  "default": "'md'",
2260
- "description": "Specify the size of the CloseButton",
2261
- "fieldName": "size"
2269
+ "description": "Specify the width of the divider line",
2270
+ "attribute": "borderWidth"
2262
2271
  },
2263
2272
  {
2264
- "name": "disabled",
2273
+ "kind": "field",
2274
+ "name": "borderStyle",
2265
2275
  "type": {
2266
- "text": "boolean"
2267
- },
2268
- "default": "false",
2269
- "description": "Specify if the CloseButton is disabled",
2270
- "fieldName": "disabled"
2271
- }
2272
- ],
2273
- "superclass": {
2274
- "name": "LitElement",
2275
- "package": "lit"
2276
- },
2277
- "tagName": "bm-close-button",
2278
- "customElement": true
2279
- }
2280
- ],
2281
- "exports": [
2282
- {
2283
- "kind": "js",
2284
- "name": "BmCloseButton",
2285
- "declaration": {
2286
- "name": "BmCloseButton",
2287
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2288
- }
2289
- },
2290
- {
2291
- "kind": "custom-element-definition",
2292
- "name": "bm-close-button",
2293
- "declaration": {
2294
- "name": "BmCloseButton",
2295
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2296
- }
2297
- }
2298
- ]
2299
- },
2300
- {
2301
- "kind": "javascript-module",
2302
- "path": "libs/web-components/src/lib/CloseButton/index.ts",
2303
- "declarations": [],
2304
- "exports": [
2305
- {
2306
- "kind": "js",
2307
- "name": "*",
2308
- "declaration": {
2309
- "name": "*",
2310
- "package": "./CloseButton"
2311
- }
2312
- }
2313
- ]
2314
- },
2315
- {
2316
- "kind": "javascript-module",
2317
- "path": "libs/web-components/src/lib/Divider/Divider.ts",
2318
- "declarations": [
2319
- {
2320
- "kind": "class",
2321
- "description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider",
2322
- "name": "BmDivider",
2323
- "slots": [
2324
- {
2325
- "description": "Add text to the Divider",
2326
- "name": "default"
2327
- },
2328
- {
2329
- "description": "Add an icon to the Divider",
2330
- "name": "icon"
2331
- }
2332
- ],
2333
- "members": [
2334
- {
2335
- "kind": "field",
2336
- "name": "orientation",
2337
- "type": {
2338
- "text": "'horizontal' | 'vertical'"
2339
- },
2340
- "default": "'horizontal'",
2341
- "description": "Specify the direction of the Divider",
2342
- "attribute": "orientation"
2343
- },
2344
- {
2345
- "kind": "field",
2346
- "name": "borderColor",
2347
- "type": {
2348
- "text": "'positive' | 'warning' | 'negative' | 'inverse' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong'"
2349
- },
2350
- "default": "'01'",
2351
- "description": "Specify the border color of the divider line",
2352
- "attribute": "borderColor"
2353
- },
2354
- {
2355
- "kind": "field",
2356
- "name": "borderWidth",
2357
- "type": {
2358
- "text": "'md' | 'lg' | 'xl'"
2359
- },
2360
- "default": "'md'",
2361
- "description": "Specify the width of the divider line",
2362
- "attribute": "borderWidth"
2363
- },
2364
- {
2365
- "kind": "field",
2366
- "name": "borderStyle",
2367
- "type": {
2368
- "text": "'solid' | 'dashed' | 'dotted'"
2276
+ "text": "'solid' | 'dashed' | 'dotted'"
2369
2277
  },
2370
2278
  "default": "'solid'",
2371
2279
  "description": "Specify the style of the divider line",
@@ -2505,6 +2413,98 @@
2505
2413
  }
2506
2414
  ]
2507
2415
  },
2416
+ {
2417
+ "kind": "javascript-module",
2418
+ "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2419
+ "declarations": [
2420
+ {
2421
+ "kind": "class",
2422
+ "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2423
+ "name": "BmCloseButton",
2424
+ "members": [
2425
+ {
2426
+ "kind": "field",
2427
+ "name": "size",
2428
+ "type": {
2429
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2430
+ },
2431
+ "default": "'md'",
2432
+ "description": "Specify the size of the CloseButton",
2433
+ "attribute": "size"
2434
+ },
2435
+ {
2436
+ "kind": "field",
2437
+ "name": "disabled",
2438
+ "type": {
2439
+ "text": "boolean"
2440
+ },
2441
+ "default": "false",
2442
+ "description": "Specify if the CloseButton is disabled",
2443
+ "attribute": "disabled"
2444
+ }
2445
+ ],
2446
+ "attributes": [
2447
+ {
2448
+ "name": "size",
2449
+ "type": {
2450
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2451
+ },
2452
+ "default": "'md'",
2453
+ "description": "Specify the size of the CloseButton",
2454
+ "fieldName": "size"
2455
+ },
2456
+ {
2457
+ "name": "disabled",
2458
+ "type": {
2459
+ "text": "boolean"
2460
+ },
2461
+ "default": "false",
2462
+ "description": "Specify if the CloseButton is disabled",
2463
+ "fieldName": "disabled"
2464
+ }
2465
+ ],
2466
+ "superclass": {
2467
+ "name": "LitElement",
2468
+ "package": "lit"
2469
+ },
2470
+ "tagName": "bm-close-button",
2471
+ "customElement": true
2472
+ }
2473
+ ],
2474
+ "exports": [
2475
+ {
2476
+ "kind": "js",
2477
+ "name": "BmCloseButton",
2478
+ "declaration": {
2479
+ "name": "BmCloseButton",
2480
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2481
+ }
2482
+ },
2483
+ {
2484
+ "kind": "custom-element-definition",
2485
+ "name": "bm-close-button",
2486
+ "declaration": {
2487
+ "name": "BmCloseButton",
2488
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2489
+ }
2490
+ }
2491
+ ]
2492
+ },
2493
+ {
2494
+ "kind": "javascript-module",
2495
+ "path": "libs/web-components/src/lib/CloseButton/index.ts",
2496
+ "declarations": [],
2497
+ "exports": [
2498
+ {
2499
+ "kind": "js",
2500
+ "name": "*",
2501
+ "declaration": {
2502
+ "name": "*",
2503
+ "package": "./CloseButton"
2504
+ }
2505
+ }
2506
+ ]
2507
+ },
2508
2508
  {
2509
2509
  "kind": "javascript-module",
2510
2510
  "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
@@ -5746,28 +5746,512 @@
5746
5746
  },
5747
5747
  {
5748
5748
  "kind": "javascript-module",
5749
- "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
5749
+ "path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
5750
+ "declarations": [
5751
+ {
5752
+ "kind": "variable",
5753
+ "name": "bmFormInitials",
5754
+ "type": {
5755
+ "text": "BmFormContext"
5756
+ },
5757
+ "default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
5758
+ },
5759
+ {
5760
+ "kind": "variable",
5761
+ "name": "bmFormContext"
5762
+ }
5763
+ ],
5764
+ "exports": [
5765
+ {
5766
+ "kind": "js",
5767
+ "name": "bmFormInitials",
5768
+ "declaration": {
5769
+ "name": "bmFormInitials",
5770
+ "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
5771
+ }
5772
+ },
5773
+ {
5774
+ "kind": "js",
5775
+ "name": "bmFormContext",
5776
+ "declaration": {
5777
+ "name": "bmFormContext",
5778
+ "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
5779
+ }
5780
+ }
5781
+ ]
5782
+ },
5783
+ {
5784
+ "kind": "javascript-module",
5785
+ "path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
5750
5786
  "declarations": [
5751
5787
  {
5752
5788
  "kind": "class",
5753
- "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded",
5754
- "name": "BmFileUploadButton",
5755
- "slots": [
5789
+ "description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
5790
+ "name": "FormField",
5791
+ "members": [
5756
5792
  {
5757
- "description": "Specify text for the Button",
5758
- "name": "default",
5759
- "inheritedFrom": {
5760
- "name": "BmButton",
5761
- "module": "libs/web-components/src/lib/Button/Button.ts"
5762
- }
5793
+ "kind": "field",
5794
+ "name": "formAssociated",
5795
+ "type": {
5796
+ "text": "boolean"
5797
+ },
5798
+ "static": true,
5799
+ "default": "true"
5763
5800
  },
5764
5801
  {
5765
- "description": "Specify if the Button displays icon before the text",
5766
- "name": "iconBefore",
5767
- "inheritedFrom": {
5768
- "name": "BmButton",
5769
- "module": "libs/web-components/src/lib/Button/Button.ts"
5770
- }
5802
+ "kind": "field",
5803
+ "name": "id",
5804
+ "type": {
5805
+ "text": "string"
5806
+ },
5807
+ "default": "''",
5808
+ "attribute": "id"
5809
+ },
5810
+ {
5811
+ "kind": "field",
5812
+ "name": "name",
5813
+ "type": {
5814
+ "text": "string"
5815
+ },
5816
+ "default": "''",
5817
+ "attribute": "name"
5818
+ },
5819
+ {
5820
+ "kind": "field",
5821
+ "name": "value",
5822
+ "type": {
5823
+ "text": "string"
5824
+ },
5825
+ "default": "''",
5826
+ "attribute": "value"
5827
+ },
5828
+ {
5829
+ "kind": "field",
5830
+ "name": "validationRules",
5831
+ "type": {
5832
+ "text": "Array<FormValidator>"
5833
+ },
5834
+ "default": "[]",
5835
+ "attribute": "validationRules"
5836
+ },
5837
+ {
5838
+ "kind": "field",
5839
+ "name": "inputAriaLabel",
5840
+ "type": {
5841
+ "text": "Optional<string>"
5842
+ },
5843
+ "attribute": "input-aria-label"
5844
+ },
5845
+ {
5846
+ "kind": "field",
5847
+ "name": "formContext",
5848
+ "type": {
5849
+ "text": "BmFormContext"
5850
+ }
5851
+ },
5852
+ {
5853
+ "kind": "method",
5854
+ "name": "formAssociatedCallback",
5855
+ "return": {
5856
+ "type": {
5857
+ "text": "void"
5858
+ }
5859
+ }
5860
+ },
5861
+ {
5862
+ "kind": "method",
5863
+ "name": "formResetCallback",
5864
+ "return": {
5865
+ "type": {
5866
+ "text": "void"
5867
+ }
5868
+ }
5869
+ },
5870
+ {
5871
+ "kind": "method",
5872
+ "name": "finalizeAssociatedCallback",
5873
+ "return": {
5874
+ "type": {
5875
+ "text": "FinalizeAssociatedResult"
5876
+ }
5877
+ },
5878
+ "parameters": [
5879
+ {
5880
+ "name": "ctxValue",
5881
+ "type": {
5882
+ "text": "string"
5883
+ }
5884
+ }
5885
+ ]
5886
+ }
5887
+ ],
5888
+ "attributes": [
5889
+ {
5890
+ "name": "id",
5891
+ "type": {
5892
+ "text": "string"
5893
+ },
5894
+ "default": "''",
5895
+ "fieldName": "id"
5896
+ },
5897
+ {
5898
+ "name": "name",
5899
+ "type": {
5900
+ "text": "string"
5901
+ },
5902
+ "default": "''",
5903
+ "fieldName": "name"
5904
+ },
5905
+ {
5906
+ "name": "value",
5907
+ "type": {
5908
+ "text": "string"
5909
+ },
5910
+ "default": "''",
5911
+ "fieldName": "value"
5912
+ },
5913
+ {
5914
+ "name": "validationRules",
5915
+ "type": {
5916
+ "text": "Array<FormValidator>"
5917
+ },
5918
+ "default": "[]",
5919
+ "fieldName": "validationRules"
5920
+ },
5921
+ {
5922
+ "name": "input-aria-label",
5923
+ "type": {
5924
+ "text": "Optional<string>"
5925
+ },
5926
+ "fieldName": "inputAriaLabel"
5927
+ }
5928
+ ],
5929
+ "superclass": {
5930
+ "name": "LitElement",
5931
+ "package": "lit"
5932
+ },
5933
+ "customElement": true
5934
+ }
5935
+ ],
5936
+ "exports": [
5937
+ {
5938
+ "kind": "js",
5939
+ "name": "FormField",
5940
+ "declaration": {
5941
+ "name": "FormField",
5942
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
5943
+ }
5944
+ }
5945
+ ]
5946
+ },
5947
+ {
5948
+ "kind": "javascript-module",
5949
+ "path": "libs/web-components/src/lib/wip/Form/Form.ts",
5950
+ "declarations": [
5951
+ {
5952
+ "kind": "class",
5953
+ "description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
5954
+ "name": "BmForm",
5955
+ "slots": [
5956
+ {
5957
+ "description": "Add controls to the Form",
5958
+ "name": "slot"
5959
+ }
5960
+ ],
5961
+ "members": [
5962
+ {
5963
+ "kind": "field",
5964
+ "name": "validationMode",
5965
+ "type": {
5966
+ "text": "'onChange' | 'onBlur' | 'onSubmit'"
5967
+ },
5968
+ "default": "'onBlur'",
5969
+ "description": "Specify if validation runs on change or when loosing focus",
5970
+ "attribute": "validationMode"
5971
+ },
5972
+ {
5973
+ "kind": "field",
5974
+ "name": "initialValues",
5975
+ "type": {
5976
+ "text": "Record<string, FormValue>"
5977
+ },
5978
+ "default": "{}",
5979
+ "description": "Specify initial values on Form controls based on their names",
5980
+ "attribute": "initialValues"
5981
+ },
5982
+ {
5983
+ "kind": "field",
5984
+ "name": "required",
5985
+ "type": {
5986
+ "text": "boolean"
5987
+ },
5988
+ "default": "false",
5989
+ "description": "Specify if input is a required",
5990
+ "attribute": "required"
5991
+ },
5992
+ {
5993
+ "kind": "field",
5994
+ "name": "disabled",
5995
+ "type": {
5996
+ "text": "boolean"
5997
+ },
5998
+ "default": "false",
5999
+ "description": "Specify if input is a disabled",
6000
+ "attribute": "disabled"
6001
+ },
6002
+ {
6003
+ "kind": "field",
6004
+ "name": "readOnly",
6005
+ "type": {
6006
+ "text": "boolean"
6007
+ },
6008
+ "default": "false",
6009
+ "description": "Specify if input is a read only",
6010
+ "attribute": "readOnly"
6011
+ },
6012
+ {
6013
+ "kind": "field",
6014
+ "name": "action",
6015
+ "type": {
6016
+ "text": "Optional<string>"
6017
+ },
6018
+ "attribute": "action"
6019
+ },
6020
+ {
6021
+ "kind": "field",
6022
+ "name": "method",
6023
+ "type": {
6024
+ "text": "Optional<string>"
6025
+ },
6026
+ "attribute": "method"
6027
+ },
6028
+ {
6029
+ "kind": "field",
6030
+ "name": "target",
6031
+ "type": {
6032
+ "text": "Optional<string>"
6033
+ },
6034
+ "attribute": "target"
6035
+ },
6036
+ {
6037
+ "kind": "field",
6038
+ "name": "enctype",
6039
+ "type": {
6040
+ "text": "Optional<string>"
6041
+ },
6042
+ "attribute": "enctype"
6043
+ },
6044
+ {
6045
+ "kind": "field",
6046
+ "name": "formMeta",
6047
+ "type": {
6048
+ "text": "Record<string, FieldMeta>"
6049
+ },
6050
+ "default": "{}"
6051
+ },
6052
+ {
6053
+ "kind": "field",
6054
+ "name": "formRef"
6055
+ },
6056
+ {
6057
+ "kind": "field",
6058
+ "name": "formContext",
6059
+ "type": {
6060
+ "text": "BmFormContext"
6061
+ },
6062
+ "privacy": "public",
6063
+ "default": "bmFormInitials"
6064
+ }
6065
+ ],
6066
+ "events": [
6067
+ {
6068
+ "description": "Validates the inputs and submits the form",
6069
+ "name": "submit"
6070
+ }
6071
+ ],
6072
+ "attributes": [
6073
+ {
6074
+ "name": "validationMode",
6075
+ "type": {
6076
+ "text": "'onChange' | 'onBlur' | 'onSubmit'"
6077
+ },
6078
+ "default": "'onBlur'",
6079
+ "description": "Specify if validation runs on change or when loosing focus",
6080
+ "fieldName": "validationMode"
6081
+ },
6082
+ {
6083
+ "name": "initialValues",
6084
+ "type": {
6085
+ "text": "Record<string, FormValue>"
6086
+ },
6087
+ "default": "{}",
6088
+ "description": "Specify initial values on Form controls based on their names",
6089
+ "fieldName": "initialValues"
6090
+ },
6091
+ {
6092
+ "name": "required",
6093
+ "type": {
6094
+ "text": "boolean"
6095
+ },
6096
+ "default": "false",
6097
+ "description": "Specify if input is a required",
6098
+ "fieldName": "required"
6099
+ },
6100
+ {
6101
+ "name": "disabled",
6102
+ "type": {
6103
+ "text": "boolean"
6104
+ },
6105
+ "default": "false",
6106
+ "description": "Specify if input is a disabled",
6107
+ "fieldName": "disabled"
6108
+ },
6109
+ {
6110
+ "name": "readOnly",
6111
+ "type": {
6112
+ "text": "boolean"
6113
+ },
6114
+ "default": "false",
6115
+ "description": "Specify if input is a read only",
6116
+ "fieldName": "readOnly"
6117
+ },
6118
+ {
6119
+ "name": "action",
6120
+ "type": {
6121
+ "text": "Optional<string>"
6122
+ },
6123
+ "fieldName": "action"
6124
+ },
6125
+ {
6126
+ "name": "method",
6127
+ "type": {
6128
+ "text": "Optional<string>"
6129
+ },
6130
+ "fieldName": "method"
6131
+ },
6132
+ {
6133
+ "name": "target",
6134
+ "type": {
6135
+ "text": "Optional<string>"
6136
+ },
6137
+ "fieldName": "target"
6138
+ },
6139
+ {
6140
+ "name": "enctype",
6141
+ "type": {
6142
+ "text": "Optional<string>"
6143
+ },
6144
+ "fieldName": "enctype"
6145
+ }
6146
+ ],
6147
+ "superclass": {
6148
+ "name": "LitElement",
6149
+ "package": "lit"
6150
+ },
6151
+ "summary": "`bm-form`",
6152
+ "tagName": "bm-form",
6153
+ "customElement": true
6154
+ }
6155
+ ],
6156
+ "exports": [
6157
+ {
6158
+ "kind": "js",
6159
+ "name": "validators",
6160
+ "declaration": {
6161
+ "name": "validators",
6162
+ "package": "@viasat/beam-shared/components/form"
6163
+ }
6164
+ },
6165
+ {
6166
+ "kind": "js",
6167
+ "name": "BmForm",
6168
+ "declaration": {
6169
+ "name": "BmForm",
6170
+ "module": "libs/web-components/src/lib/wip/Form/Form.ts"
6171
+ }
6172
+ },
6173
+ {
6174
+ "kind": "custom-element-definition",
6175
+ "name": "bm-form",
6176
+ "declaration": {
6177
+ "name": "BmForm",
6178
+ "module": "libs/web-components/src/lib/wip/Form/Form.ts"
6179
+ }
6180
+ }
6181
+ ]
6182
+ },
6183
+ {
6184
+ "kind": "javascript-module",
6185
+ "path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
6186
+ "declarations": [
6187
+ {
6188
+ "kind": "function",
6189
+ "name": "createId",
6190
+ "return": {
6191
+ "type": {
6192
+ "text": "string"
6193
+ }
6194
+ }
6195
+ }
6196
+ ],
6197
+ "exports": [
6198
+ {
6199
+ "kind": "js",
6200
+ "name": "createId",
6201
+ "declaration": {
6202
+ "name": "createId",
6203
+ "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
6204
+ }
6205
+ }
6206
+ ]
6207
+ },
6208
+ {
6209
+ "kind": "javascript-module",
6210
+ "path": "libs/web-components/src/lib/wip/Form/index.ts",
6211
+ "declarations": [],
6212
+ "exports": [
6213
+ {
6214
+ "kind": "js",
6215
+ "name": "*",
6216
+ "declaration": {
6217
+ "name": "*",
6218
+ "package": "./Form"
6219
+ }
6220
+ },
6221
+ {
6222
+ "kind": "js",
6223
+ "name": "*",
6224
+ "declaration": {
6225
+ "name": "*",
6226
+ "package": "./Form.decorator"
6227
+ }
6228
+ }
6229
+ ]
6230
+ },
6231
+ {
6232
+ "kind": "javascript-module",
6233
+ "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
6234
+ "declarations": [
6235
+ {
6236
+ "kind": "class",
6237
+ "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded",
6238
+ "name": "BmFileUploadButton",
6239
+ "slots": [
6240
+ {
6241
+ "description": "Specify text for the Button",
6242
+ "name": "default",
6243
+ "inheritedFrom": {
6244
+ "name": "BmButton",
6245
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6246
+ }
6247
+ },
6248
+ {
6249
+ "description": "Specify if the Button displays icon before the text",
6250
+ "name": "iconBefore",
6251
+ "inheritedFrom": {
6252
+ "name": "BmButton",
6253
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6254
+ }
5771
6255
  },
5772
6256
  {
5773
6257
  "description": "Specify if the Button displays icon after the text",
@@ -7221,49 +7705,135 @@
7221
7705
  },
7222
7706
  {
7223
7707
  "kind": "javascript-module",
7224
- "path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
7225
- "declarations": [
7226
- {
7227
- "kind": "variable",
7228
- "name": "bmFormInitials",
7229
- "type": {
7230
- "text": "BmFormContext"
7231
- },
7232
- "default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
7233
- },
7234
- {
7235
- "kind": "variable",
7236
- "name": "bmFormContext"
7237
- }
7238
- ],
7239
- "exports": [
7240
- {
7241
- "kind": "js",
7242
- "name": "bmFormInitials",
7243
- "declaration": {
7244
- "name": "bmFormInitials",
7245
- "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
7246
- }
7247
- },
7248
- {
7249
- "kind": "js",
7250
- "name": "bmFormContext",
7251
- "declaration": {
7252
- "name": "bmFormContext",
7253
- "module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
7254
- }
7255
- }
7256
- ]
7257
- },
7258
- {
7259
- "kind": "javascript-module",
7260
- "path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
7708
+ "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
7261
7709
  "declarations": [
7262
7710
  {
7263
7711
  "kind": "class",
7264
- "description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
7265
- "name": "FormField",
7712
+ "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- **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",
7713
+ "name": "BmNativeSelect",
7714
+ "slots": [
7715
+ {
7716
+ "description": "Specify Options for NativeSelect",
7717
+ "name": "slot"
7718
+ },
7719
+ {
7720
+ "description": "Specify Label for NativeSelect",
7721
+ "name": "label"
7722
+ },
7723
+ {
7724
+ "description": "Specify HelperText for NativeSelect",
7725
+ "name": "helper-text"
7726
+ }
7727
+ ],
7266
7728
  "members": [
7729
+ {
7730
+ "kind": "field",
7731
+ "name": "required",
7732
+ "type": {
7733
+ "text": "boolean"
7734
+ },
7735
+ "default": "false",
7736
+ "description": "Specify if NativeSelect is a required input",
7737
+ "attribute": "required"
7738
+ },
7739
+ {
7740
+ "kind": "field",
7741
+ "name": "readOnly",
7742
+ "type": {
7743
+ "text": "boolean"
7744
+ },
7745
+ "default": "false",
7746
+ "description": "Specify if NativeSelect displays in a read-only state",
7747
+ "attribute": "readOnly"
7748
+ },
7749
+ {
7750
+ "kind": "field",
7751
+ "name": "disabled",
7752
+ "type": {
7753
+ "text": "boolean"
7754
+ },
7755
+ "default": "false",
7756
+ "description": "Specify if NativeSelect displays in a disabled state",
7757
+ "attribute": "disabled"
7758
+ },
7759
+ {
7760
+ "kind": "field",
7761
+ "name": "error",
7762
+ "type": {
7763
+ "text": "Optional<string>"
7764
+ },
7765
+ "description": "Specify error text and display error state of a NativeSelect",
7766
+ "attribute": "error"
7767
+ },
7768
+ {
7769
+ "kind": "field",
7770
+ "name": "fluid",
7771
+ "type": {
7772
+ "text": "boolean"
7773
+ },
7774
+ "default": "false",
7775
+ "description": "Specify if NativeSelect is fluid",
7776
+ "attribute": "fluid"
7777
+ },
7778
+ {
7779
+ "kind": "field",
7780
+ "name": "width",
7781
+ "type": {
7782
+ "text": "Optional<string>"
7783
+ },
7784
+ "description": "Specify the width of NativeSelect",
7785
+ "attribute": "width"
7786
+ },
7787
+ {
7788
+ "kind": "field",
7789
+ "name": "ellipse",
7790
+ "type": {
7791
+ "text": "boolean"
7792
+ },
7793
+ "default": "true",
7794
+ "description": "Specify if overflow displays ellipsis",
7795
+ "attribute": "ellipse"
7796
+ },
7797
+ {
7798
+ "kind": "field",
7799
+ "name": "hideRequiredMarker",
7800
+ "type": {
7801
+ "text": "boolean"
7802
+ },
7803
+ "default": "false",
7804
+ "description": "Specify if the NativeSelect displays with an asterisk",
7805
+ "attribute": "hideRequiredMarker"
7806
+ },
7807
+ {
7808
+ "kind": "field",
7809
+ "name": "theme",
7810
+ "type": {
7811
+ "text": "Optional<ThemeTypes>"
7812
+ },
7813
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
7814
+ "attribute": "theme"
7815
+ },
7816
+ {
7817
+ "kind": "method",
7818
+ "name": "finalizeAssociatedCallback",
7819
+ "return": {
7820
+ "type": {
7821
+ "text": "FinalizeAssociatedResult"
7822
+ }
7823
+ },
7824
+ "parameters": [
7825
+ {
7826
+ "name": "value",
7827
+ "type": {
7828
+ "text": "string"
7829
+ }
7830
+ }
7831
+ ],
7832
+ "inheritedFrom": {
7833
+ "name": "FormField",
7834
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7835
+ }
7836
+ },
7267
7837
  {
7268
7838
  "kind": "field",
7269
7839
  "name": "formAssociated",
@@ -7271,7 +7841,11 @@
7271
7841
  "text": "boolean"
7272
7842
  },
7273
7843
  "static": true,
7274
- "default": "true"
7844
+ "default": "true",
7845
+ "inheritedFrom": {
7846
+ "name": "FormField",
7847
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7848
+ }
7275
7849
  },
7276
7850
  {
7277
7851
  "kind": "field",
@@ -7280,7 +7854,11 @@
7280
7854
  "text": "string"
7281
7855
  },
7282
7856
  "default": "''",
7283
- "attribute": "id"
7857
+ "attribute": "id",
7858
+ "inheritedFrom": {
7859
+ "name": "FormField",
7860
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7861
+ }
7284
7862
  },
7285
7863
  {
7286
7864
  "kind": "field",
@@ -7289,7 +7867,11 @@
7289
7867
  "text": "string"
7290
7868
  },
7291
7869
  "default": "''",
7292
- "attribute": "name"
7870
+ "attribute": "name",
7871
+ "inheritedFrom": {
7872
+ "name": "FormField",
7873
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7874
+ }
7293
7875
  },
7294
7876
  {
7295
7877
  "kind": "field",
@@ -7298,7 +7880,11 @@
7298
7880
  "text": "string"
7299
7881
  },
7300
7882
  "default": "''",
7301
- "attribute": "value"
7883
+ "attribute": "value",
7884
+ "inheritedFrom": {
7885
+ "name": "FormField",
7886
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7887
+ }
7302
7888
  },
7303
7889
  {
7304
7890
  "kind": "field",
@@ -7307,7 +7893,11 @@
7307
7893
  "text": "Array<FormValidator>"
7308
7894
  },
7309
7895
  "default": "[]",
7310
- "attribute": "validationRules"
7896
+ "attribute": "validationRules",
7897
+ "inheritedFrom": {
7898
+ "name": "FormField",
7899
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7900
+ }
7311
7901
  },
7312
7902
  {
7313
7903
  "kind": "field",
@@ -7315,13 +7905,21 @@
7315
7905
  "type": {
7316
7906
  "text": "Optional<string>"
7317
7907
  },
7318
- "attribute": "input-aria-label"
7908
+ "attribute": "input-aria-label",
7909
+ "inheritedFrom": {
7910
+ "name": "FormField",
7911
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7912
+ }
7319
7913
  },
7320
7914
  {
7321
7915
  "kind": "field",
7322
7916
  "name": "formContext",
7323
7917
  "type": {
7324
7918
  "text": "BmFormContext"
7919
+ },
7920
+ "inheritedFrom": {
7921
+ "name": "FormField",
7922
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7325
7923
  }
7326
7924
  },
7327
7925
  {
@@ -7331,6 +7929,10 @@
7331
7929
  "type": {
7332
7930
  "text": "void"
7333
7931
  }
7932
+ },
7933
+ "inheritedFrom": {
7934
+ "name": "FormField",
7935
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7334
7936
  }
7335
7937
  },
7336
7938
  {
@@ -7340,34 +7942,103 @@
7340
7942
  "type": {
7341
7943
  "text": "void"
7342
7944
  }
7343
- }
7344
- },
7345
- {
7346
- "kind": "method",
7347
- "name": "finalizeAssociatedCallback",
7348
- "return": {
7349
- "type": {
7350
- "text": "FinalizeAssociatedResult"
7351
- }
7352
7945
  },
7353
- "parameters": [
7354
- {
7355
- "name": "ctxValue",
7356
- "type": {
7357
- "text": "string"
7358
- }
7359
- }
7360
- ]
7946
+ "inheritedFrom": {
7947
+ "name": "FormField",
7948
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7949
+ }
7361
7950
  }
7362
7951
  ],
7363
7952
  "attributes": [
7953
+ {
7954
+ "name": "required",
7955
+ "type": {
7956
+ "text": "boolean"
7957
+ },
7958
+ "default": "false",
7959
+ "description": "Specify if NativeSelect is a required input",
7960
+ "fieldName": "required"
7961
+ },
7962
+ {
7963
+ "name": "readOnly",
7964
+ "type": {
7965
+ "text": "boolean"
7966
+ },
7967
+ "default": "false",
7968
+ "description": "Specify if NativeSelect displays in a read-only state",
7969
+ "fieldName": "readOnly"
7970
+ },
7971
+ {
7972
+ "name": "disabled",
7973
+ "type": {
7974
+ "text": "boolean"
7975
+ },
7976
+ "default": "false",
7977
+ "description": "Specify if NativeSelect displays in a disabled state",
7978
+ "fieldName": "disabled"
7979
+ },
7980
+ {
7981
+ "name": "error",
7982
+ "type": {
7983
+ "text": "Optional<string>"
7984
+ },
7985
+ "description": "Specify error text and display error state of a NativeSelect",
7986
+ "fieldName": "error"
7987
+ },
7988
+ {
7989
+ "name": "fluid",
7990
+ "type": {
7991
+ "text": "boolean"
7992
+ },
7993
+ "default": "false",
7994
+ "description": "Specify if NativeSelect is fluid",
7995
+ "fieldName": "fluid"
7996
+ },
7997
+ {
7998
+ "name": "width",
7999
+ "type": {
8000
+ "text": "Optional<string>"
8001
+ },
8002
+ "description": "Specify the width of NativeSelect",
8003
+ "fieldName": "width"
8004
+ },
8005
+ {
8006
+ "name": "ellipse",
8007
+ "type": {
8008
+ "text": "boolean"
8009
+ },
8010
+ "default": "true",
8011
+ "description": "Specify if overflow displays ellipsis",
8012
+ "fieldName": "ellipse"
8013
+ },
8014
+ {
8015
+ "name": "hideRequiredMarker",
8016
+ "type": {
8017
+ "text": "boolean"
8018
+ },
8019
+ "default": "false",
8020
+ "description": "Specify if the NativeSelect displays with an asterisk",
8021
+ "fieldName": "hideRequiredMarker"
8022
+ },
8023
+ {
8024
+ "name": "theme",
8025
+ "type": {
8026
+ "text": "Optional<ThemeTypes>"
8027
+ },
8028
+ "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8029
+ "fieldName": "theme"
8030
+ },
7364
8031
  {
7365
8032
  "name": "id",
7366
8033
  "type": {
7367
8034
  "text": "string"
7368
8035
  },
7369
8036
  "default": "''",
7370
- "fieldName": "id"
8037
+ "fieldName": "id",
8038
+ "inheritedFrom": {
8039
+ "name": "FormField",
8040
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8041
+ }
7371
8042
  },
7372
8043
  {
7373
8044
  "name": "name",
@@ -7375,7 +8046,11 @@
7375
8046
  "text": "string"
7376
8047
  },
7377
8048
  "default": "''",
7378
- "fieldName": "name"
8049
+ "fieldName": "name",
8050
+ "inheritedFrom": {
8051
+ "name": "FormField",
8052
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8053
+ }
7379
8054
  },
7380
8055
  {
7381
8056
  "name": "value",
@@ -7383,7 +8058,11 @@
7383
8058
  "text": "string"
7384
8059
  },
7385
8060
  "default": "''",
7386
- "fieldName": "value"
8061
+ "fieldName": "value",
8062
+ "inheritedFrom": {
8063
+ "name": "FormField",
8064
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8065
+ }
7387
8066
  },
7388
8067
  {
7389
8068
  "name": "validationRules",
@@ -7391,298 +8070,262 @@
7391
8070
  "text": "Array<FormValidator>"
7392
8071
  },
7393
8072
  "default": "[]",
7394
- "fieldName": "validationRules"
8073
+ "fieldName": "validationRules",
8074
+ "inheritedFrom": {
8075
+ "name": "FormField",
8076
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8077
+ }
7395
8078
  },
7396
8079
  {
7397
8080
  "name": "input-aria-label",
7398
8081
  "type": {
7399
8082
  "text": "Optional<string>"
7400
8083
  },
7401
- "fieldName": "inputAriaLabel"
8084
+ "fieldName": "inputAriaLabel",
8085
+ "inheritedFrom": {
8086
+ "name": "FormField",
8087
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8088
+ }
7402
8089
  }
7403
8090
  ],
7404
8091
  "superclass": {
7405
- "name": "LitElement",
7406
- "package": "lit"
8092
+ "name": "FormField",
8093
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
7407
8094
  },
8095
+ "summary": "`bm-native-select`",
8096
+ "tagName": "bm-native-select",
7408
8097
  "customElement": true
7409
8098
  }
7410
8099
  ],
7411
8100
  "exports": [
7412
8101
  {
7413
8102
  "kind": "js",
7414
- "name": "FormField",
8103
+ "name": "BmNativeSelect",
7415
8104
  "declaration": {
7416
- "name": "FormField",
7417
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8105
+ "name": "BmNativeSelect",
8106
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8107
+ }
8108
+ },
8109
+ {
8110
+ "kind": "custom-element-definition",
8111
+ "name": "bm-native-select",
8112
+ "declaration": {
8113
+ "name": "BmNativeSelect",
8114
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
7418
8115
  }
7419
8116
  }
7420
8117
  ]
7421
8118
  },
7422
8119
  {
7423
8120
  "kind": "javascript-module",
7424
- "path": "libs/web-components/src/lib/wip/Form/Form.ts",
8121
+ "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
8122
+ "declarations": [],
8123
+ "exports": [
8124
+ {
8125
+ "kind": "js",
8126
+ "name": "*",
8127
+ "declaration": {
8128
+ "name": "*",
8129
+ "package": "./NativeSelect"
8130
+ }
8131
+ }
8132
+ ]
8133
+ },
8134
+ {
8135
+ "kind": "javascript-module",
8136
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
7425
8137
  "declarations": [
7426
8138
  {
7427
8139
  "kind": "class",
7428
- "description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
7429
- "name": "BmForm",
7430
- "slots": [
7431
- {
7432
- "description": "Add controls to the Form",
7433
- "name": "slot"
7434
- }
7435
- ],
8140
+ "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",
8141
+ "name": "BmRadioButton",
7436
8142
  "members": [
7437
8143
  {
7438
8144
  "kind": "field",
7439
- "name": "validationMode",
8145
+ "name": "label",
7440
8146
  "type": {
7441
- "text": "'onChange' | 'onBlur' | 'onSubmit'"
8147
+ "text": "string | undefined"
7442
8148
  },
7443
- "default": "'onBlur'",
7444
- "description": "Specify if validation runs on change or when loosing focus",
7445
- "attribute": "validationMode"
8149
+ "description": "Specify the text for the label",
8150
+ "attribute": "label"
7446
8151
  },
7447
8152
  {
7448
8153
  "kind": "field",
7449
- "name": "initialValues",
8154
+ "name": "error",
7450
8155
  "type": {
7451
- "text": "Record<string, FormValue>"
8156
+ "text": "boolean | undefined"
7452
8157
  },
7453
- "default": "{}",
7454
- "description": "Specify initial values on Form controls based on their names",
7455
- "attribute": "initialValues"
8158
+ "description": "Specify error text and display error state of a RadioButton",
8159
+ "attribute": "error"
7456
8160
  },
7457
8161
  {
7458
8162
  "kind": "field",
7459
- "name": "required",
8163
+ "name": "readOnly",
7460
8164
  "type": {
7461
- "text": "boolean"
8165
+ "text": "boolean | undefined"
7462
8166
  },
7463
- "default": "false",
7464
- "description": "Specify if input is a required",
7465
- "attribute": "required"
8167
+ "description": "Specify if RadioButton displays in a read-only state",
8168
+ "attribute": "readOnly"
7466
8169
  },
7467
8170
  {
7468
8171
  "kind": "field",
7469
8172
  "name": "disabled",
7470
8173
  "type": {
7471
- "text": "boolean"
8174
+ "text": "boolean | undefined"
7472
8175
  },
7473
- "default": "false",
7474
- "description": "Specify if input is a disabled",
8176
+ "description": "Specify if RadioButton displays in a disabled state",
7475
8177
  "attribute": "disabled"
7476
8178
  },
7477
8179
  {
7478
8180
  "kind": "field",
7479
- "name": "readOnly",
7480
- "type": {
7481
- "text": "boolean"
7482
- },
7483
- "default": "false",
7484
- "description": "Specify if input is a read only",
7485
- "attribute": "readOnly"
7486
- },
7487
- {
7488
- "kind": "field",
7489
- "name": "action",
8181
+ "name": "theme",
7490
8182
  "type": {
7491
- "text": "Optional<string>"
8183
+ "text": "'light' | 'dark' | undefined"
7492
8184
  },
7493
- "attribute": "action"
8185
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8186
+ "attribute": "theme"
7494
8187
  },
7495
8188
  {
7496
8189
  "kind": "field",
7497
- "name": "method",
8190
+ "name": "value",
7498
8191
  "type": {
7499
- "text": "Optional<string>"
8192
+ "text": "string | undefined"
7500
8193
  },
7501
- "attribute": "method"
8194
+ "description": "The value attribute for the input element",
8195
+ "attribute": "value"
7502
8196
  },
7503
8197
  {
7504
8198
  "kind": "field",
7505
- "name": "target",
8199
+ "name": "checked",
7506
8200
  "type": {
7507
- "text": "Optional<string>"
8201
+ "text": "boolean"
7508
8202
  },
7509
- "attribute": "target"
8203
+ "default": "false",
8204
+ "description": "The checked attribute for the input element",
8205
+ "attribute": "checked"
7510
8206
  },
7511
8207
  {
7512
8208
  "kind": "field",
7513
- "name": "enctype",
8209
+ "name": "onKeyDown",
7514
8210
  "type": {
7515
- "text": "Optional<string>"
8211
+ "text": "(event: KeyboardEvent) => void | undefined"
7516
8212
  },
7517
- "attribute": "enctype"
8213
+ "description": "A user-defined function to handle keydown events",
8214
+ "attribute": "onKeyDown"
7518
8215
  },
7519
8216
  {
7520
8217
  "kind": "field",
7521
- "name": "formMeta",
8218
+ "name": "inputChoiceGroupContext",
7522
8219
  "type": {
7523
- "text": "Record<string, FieldMeta>"
7524
- },
7525
- "default": "{}"
8220
+ "text": "InputChoiceGroupContextProps"
8221
+ }
7526
8222
  },
7527
8223
  {
7528
8224
  "kind": "field",
7529
- "name": "formRef"
8225
+ "name": "radioButtonRef"
7530
8226
  },
7531
8227
  {
7532
- "kind": "field",
7533
- "name": "formContext",
7534
- "type": {
7535
- "text": "BmFormContext"
7536
- },
7537
- "privacy": "public",
7538
- "default": "bmFormInitials"
7539
- }
7540
- ],
7541
- "events": [
7542
- {
7543
- "description": "Validates the inputs and submits the form",
7544
- "name": "submit"
8228
+ "kind": "method",
8229
+ "name": "focus"
7545
8230
  }
7546
8231
  ],
7547
8232
  "attributes": [
7548
8233
  {
7549
- "name": "validationMode",
8234
+ "name": "label",
7550
8235
  "type": {
7551
- "text": "'onChange' | 'onBlur' | 'onSubmit'"
8236
+ "text": "string | undefined"
7552
8237
  },
7553
- "default": "'onBlur'",
7554
- "description": "Specify if validation runs on change or when loosing focus",
7555
- "fieldName": "validationMode"
8238
+ "description": "Specify the text for the label",
8239
+ "fieldName": "label"
7556
8240
  },
7557
8241
  {
7558
- "name": "initialValues",
8242
+ "name": "error",
7559
8243
  "type": {
7560
- "text": "Record<string, FormValue>"
8244
+ "text": "boolean | undefined"
7561
8245
  },
7562
- "default": "{}",
7563
- "description": "Specify initial values on Form controls based on their names",
7564
- "fieldName": "initialValues"
8246
+ "description": "Specify error text and display error state of a RadioButton",
8247
+ "fieldName": "error"
7565
8248
  },
7566
8249
  {
7567
- "name": "required",
8250
+ "name": "readOnly",
7568
8251
  "type": {
7569
- "text": "boolean"
8252
+ "text": "boolean | undefined"
7570
8253
  },
7571
- "default": "false",
7572
- "description": "Specify if input is a required",
7573
- "fieldName": "required"
8254
+ "description": "Specify if RadioButton displays in a read-only state",
8255
+ "fieldName": "readOnly"
7574
8256
  },
7575
8257
  {
7576
8258
  "name": "disabled",
7577
8259
  "type": {
7578
- "text": "boolean"
8260
+ "text": "boolean | undefined"
7579
8261
  },
7580
- "default": "false",
7581
- "description": "Specify if input is a disabled",
8262
+ "description": "Specify if RadioButton displays in a disabled state",
7582
8263
  "fieldName": "disabled"
7583
8264
  },
7584
8265
  {
7585
- "name": "readOnly",
7586
- "type": {
7587
- "text": "boolean"
7588
- },
7589
- "default": "false",
7590
- "description": "Specify if input is a read only",
7591
- "fieldName": "readOnly"
7592
- },
7593
- {
7594
- "name": "action",
8266
+ "name": "theme",
7595
8267
  "type": {
7596
- "text": "Optional<string>"
8268
+ "text": "'light' | 'dark' | undefined"
7597
8269
  },
7598
- "fieldName": "action"
8270
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8271
+ "fieldName": "theme"
7599
8272
  },
7600
8273
  {
7601
- "name": "method",
8274
+ "name": "value",
7602
8275
  "type": {
7603
- "text": "Optional<string>"
8276
+ "text": "string | undefined"
7604
8277
  },
7605
- "fieldName": "method"
8278
+ "description": "The value attribute for the input element",
8279
+ "fieldName": "value"
7606
8280
  },
7607
8281
  {
7608
- "name": "target",
8282
+ "name": "checked",
7609
8283
  "type": {
7610
- "text": "Optional<string>"
8284
+ "text": "boolean"
7611
8285
  },
7612
- "fieldName": "target"
8286
+ "default": "false",
8287
+ "description": "The checked attribute for the input element",
8288
+ "fieldName": "checked"
7613
8289
  },
7614
8290
  {
7615
- "name": "enctype",
7616
- "type": {
7617
- "text": "Optional<string>"
7618
- },
7619
- "fieldName": "enctype"
7620
- }
7621
- ],
7622
- "superclass": {
7623
- "name": "LitElement",
7624
- "package": "lit"
7625
- },
7626
- "summary": "`bm-form`",
7627
- "tagName": "bm-form",
7628
- "customElement": true
7629
- }
7630
- ],
7631
- "exports": [
7632
- {
7633
- "kind": "js",
7634
- "name": "validators",
7635
- "declaration": {
7636
- "name": "validators",
7637
- "package": "@viasat/beam-shared/components/form"
7638
- }
7639
- },
7640
- {
7641
- "kind": "js",
7642
- "name": "BmForm",
7643
- "declaration": {
7644
- "name": "BmForm",
7645
- "module": "libs/web-components/src/lib/wip/Form/Form.ts"
7646
- }
7647
- },
7648
- {
7649
- "kind": "custom-element-definition",
7650
- "name": "bm-form",
7651
- "declaration": {
7652
- "name": "BmForm",
7653
- "module": "libs/web-components/src/lib/wip/Form/Form.ts"
7654
- }
7655
- }
7656
- ]
7657
- },
7658
- {
7659
- "kind": "javascript-module",
7660
- "path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
7661
- "declarations": [
7662
- {
7663
- "kind": "function",
7664
- "name": "createId",
7665
- "return": {
7666
- "type": {
7667
- "text": "string"
8291
+ "name": "onKeyDown",
8292
+ "type": {
8293
+ "text": "(event: KeyboardEvent) => void | undefined"
8294
+ },
8295
+ "description": "A user-defined function to handle keydown events",
8296
+ "fieldName": "onKeyDown"
7668
8297
  }
7669
- }
8298
+ ],
8299
+ "superclass": {
8300
+ "name": "LitElement",
8301
+ "package": "lit"
8302
+ },
8303
+ "tagName": "bm-radio-button",
8304
+ "customElement": true
7670
8305
  }
7671
8306
  ],
7672
8307
  "exports": [
7673
8308
  {
7674
8309
  "kind": "js",
7675
- "name": "createId",
8310
+ "name": "BmRadioButton",
7676
8311
  "declaration": {
7677
- "name": "createId",
7678
- "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
8312
+ "name": "BmRadioButton",
8313
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8314
+ }
8315
+ },
8316
+ {
8317
+ "kind": "custom-element-definition",
8318
+ "name": "bm-radio-button",
8319
+ "declaration": {
8320
+ "name": "BmRadioButton",
8321
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
7679
8322
  }
7680
8323
  }
7681
8324
  ]
7682
8325
  },
7683
8326
  {
7684
8327
  "kind": "javascript-module",
7685
- "path": "libs/web-components/src/lib/wip/Form/index.ts",
8328
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
7686
8329
  "declarations": [],
7687
8330
  "exports": [
7688
8331
  {
@@ -7690,7 +8333,7 @@
7690
8333
  "name": "*",
7691
8334
  "declaration": {
7692
8335
  "name": "*",
7693
- "package": "./Form"
8336
+ "package": "./RadioButton"
7694
8337
  }
7695
8338
  },
7696
8339
  {
@@ -7698,157 +8341,212 @@
7698
8341
  "name": "*",
7699
8342
  "declaration": {
7700
8343
  "name": "*",
7701
- "package": "./Form.decorator"
8344
+ "package": "./RadioButtonGroup/RadioButtonGroup"
7702
8345
  }
7703
8346
  }
7704
8347
  ]
7705
8348
  },
7706
8349
  {
7707
8350
  "kind": "javascript-module",
7708
- "path": "libs/web-components/src/lib/wip/Label/Label.ts",
8351
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
7709
8352
  "declarations": [
7710
8353
  {
7711
8354
  "kind": "class",
7712
- "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
7713
- "name": "BmLabel",
8355
+ "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",
8356
+ "name": "BmSwitch",
7714
8357
  "slots": [
7715
8358
  {
7716
- "description": "Specify the text for Label",
7717
- "name": "text"
7718
- },
7719
- {
7720
- "description": "Specify if the Label displays as optional",
7721
- "name": "optional"
8359
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8360
+ "name": "onText"
7722
8361
  },
7723
8362
  {
7724
- "description": "Specify if the icon displays to add a Tooltip",
7725
- "name": "tooltip"
8363
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8364
+ "name": "offText"
7726
8365
  }
7727
8366
  ],
7728
8367
  "members": [
7729
8368
  {
7730
8369
  "kind": "field",
7731
- "name": "disabled",
8370
+ "name": "inputChoiceGroupContext",
7732
8371
  "type": {
7733
- "text": "boolean"
8372
+ "text": "InputChoiceGroupContextProps"
8373
+ }
8374
+ },
8375
+ {
8376
+ "kind": "field",
8377
+ "name": "onText",
8378
+ "type": {
8379
+ "text": "string | undefined"
7734
8380
  },
7735
- "default": "false",
7736
- "description": "Specify if the Label displays disabled",
7737
- "attribute": "disabled"
8381
+ "default": "undefined",
8382
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8383
+ "attribute": "onText"
7738
8384
  },
7739
8385
  {
7740
8386
  "kind": "field",
7741
- "name": "required",
8387
+ "name": "offText",
8388
+ "type": {
8389
+ "text": "string | undefined"
8390
+ },
8391
+ "default": "undefined",
8392
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8393
+ "attribute": "offText"
8394
+ },
8395
+ {
8396
+ "kind": "field",
8397
+ "name": "theme",
8398
+ "type": {
8399
+ "text": "ThemeTypes | undefined"
8400
+ },
8401
+ "default": "undefined",
8402
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8403
+ },
8404
+ {
8405
+ "kind": "field",
8406
+ "name": "textPosition",
8407
+ "type": {
8408
+ "text": "'before' | 'after'"
8409
+ },
8410
+ "default": "'after'",
8411
+ "description": "Specify the position of the side label",
8412
+ "attribute": "textPosition"
8413
+ },
8414
+ {
8415
+ "kind": "field",
8416
+ "name": "readOnly",
7742
8417
  "type": {
7743
8418
  "text": "boolean"
7744
8419
  },
7745
8420
  "default": "false",
7746
- "description": "Specify if the Label displays as required",
7747
- "attribute": "required"
8421
+ "description": "Specify if Switch displays in a read-only state",
8422
+ "attribute": "readOnly"
7748
8423
  },
7749
8424
  {
7750
8425
  "kind": "field",
7751
- "name": "text",
8426
+ "name": "disabled",
7752
8427
  "type": {
7753
- "text": "Optional<string>"
8428
+ "text": "boolean"
7754
8429
  },
7755
- "description": "Specify the text for Label",
7756
- "attribute": "text"
8430
+ "default": "false",
8431
+ "description": "Specify if Switch displays in a disabled state",
8432
+ "attribute": "disabled"
7757
8433
  },
7758
8434
  {
7759
8435
  "kind": "field",
7760
- "name": "optional",
8436
+ "name": "checked",
7761
8437
  "type": {
7762
- "text": "Optional<string>"
8438
+ "text": "boolean"
7763
8439
  },
7764
- "description": "Specify the text for Label",
7765
- "attribute": "optional"
8440
+ "default": "false",
8441
+ "attribute": "checked"
7766
8442
  },
7767
8443
  {
7768
8444
  "kind": "field",
7769
- "name": "theme",
8445
+ "name": "value",
7770
8446
  "type": {
7771
- "text": "Optional<ThemeTypes>"
8447
+ "text": "string | undefined"
7772
8448
  },
7773
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7774
- "attribute": "theme"
8449
+ "description": "The value attribute for the input element",
8450
+ "attribute": "value"
8451
+ },
8452
+ {
8453
+ "kind": "field",
8454
+ "name": "switchRef"
7775
8455
  }
7776
8456
  ],
7777
8457
  "attributes": [
7778
8458
  {
7779
- "name": "disabled",
8459
+ "name": "onText",
7780
8460
  "type": {
7781
- "text": "boolean"
8461
+ "text": "string | undefined"
7782
8462
  },
7783
- "default": "false",
7784
- "description": "Specify if the Label displays disabled",
7785
- "fieldName": "disabled"
8463
+ "default": "undefined",
8464
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8465
+ "fieldName": "onText"
7786
8466
  },
7787
8467
  {
7788
- "name": "required",
8468
+ "name": "offText",
8469
+ "type": {
8470
+ "text": "string | undefined"
8471
+ },
8472
+ "default": "undefined",
8473
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8474
+ "fieldName": "offText"
8475
+ },
8476
+ {
8477
+ "name": "textPosition",
8478
+ "type": {
8479
+ "text": "'before' | 'after'"
8480
+ },
8481
+ "default": "'after'",
8482
+ "description": "Specify the position of the side label",
8483
+ "fieldName": "textPosition"
8484
+ },
8485
+ {
8486
+ "name": "readOnly",
7789
8487
  "type": {
7790
8488
  "text": "boolean"
7791
8489
  },
7792
8490
  "default": "false",
7793
- "description": "Specify if the Label displays as required",
7794
- "fieldName": "required"
8491
+ "description": "Specify if Switch displays in a read-only state",
8492
+ "fieldName": "readOnly"
7795
8493
  },
7796
8494
  {
7797
- "name": "text",
8495
+ "name": "disabled",
7798
8496
  "type": {
7799
- "text": "Optional<string>"
8497
+ "text": "boolean"
7800
8498
  },
7801
- "description": "Specify the text for Label",
7802
- "fieldName": "text"
8499
+ "default": "false",
8500
+ "description": "Specify if Switch displays in a disabled state",
8501
+ "fieldName": "disabled"
7803
8502
  },
7804
8503
  {
7805
- "name": "optional",
8504
+ "name": "checked",
7806
8505
  "type": {
7807
- "text": "Optional<string>"
8506
+ "text": "boolean"
7808
8507
  },
7809
- "description": "Specify the text for Label",
7810
- "fieldName": "optional"
8508
+ "default": "false",
8509
+ "fieldName": "checked"
7811
8510
  },
7812
8511
  {
7813
- "name": "theme",
8512
+ "name": "value",
7814
8513
  "type": {
7815
- "text": "Optional<ThemeTypes>"
8514
+ "text": "string | undefined"
7816
8515
  },
7817
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7818
- "fieldName": "theme"
8516
+ "description": "The value attribute for the input element",
8517
+ "fieldName": "value"
7819
8518
  }
7820
8519
  ],
7821
8520
  "superclass": {
7822
8521
  "name": "LitElement",
7823
8522
  "package": "lit"
7824
8523
  },
7825
- "summary": "`bm-label`",
7826
- "tagName": "bm-label",
8524
+ "tagName": "bm-switch",
7827
8525
  "customElement": true
7828
8526
  }
7829
8527
  ],
7830
8528
  "exports": [
7831
8529
  {
7832
8530
  "kind": "js",
7833
- "name": "BmLabel",
8531
+ "name": "BmSwitch",
7834
8532
  "declaration": {
7835
- "name": "BmLabel",
7836
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
8533
+ "name": "BmSwitch",
8534
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
7837
8535
  }
7838
8536
  },
7839
8537
  {
7840
8538
  "kind": "custom-element-definition",
7841
- "name": "bm-label",
8539
+ "name": "bm-switch",
7842
8540
  "declaration": {
7843
- "name": "BmLabel",
7844
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
8541
+ "name": "BmSwitch",
8542
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
7845
8543
  }
7846
8544
  }
7847
8545
  ]
7848
8546
  },
7849
8547
  {
7850
8548
  "kind": "javascript-module",
7851
- "path": "libs/web-components/src/lib/wip/Label/index.ts",
8549
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
7852
8550
  "declarations": [],
7853
8551
  "exports": [
7854
8552
  {
@@ -7856,34 +8554,65 @@
7856
8554
  "name": "*",
7857
8555
  "declaration": {
7858
8556
  "name": "*",
7859
- "package": "./Label"
8557
+ "package": "./Switch"
8558
+ }
8559
+ },
8560
+ {
8561
+ "kind": "js",
8562
+ "name": "*",
8563
+ "declaration": {
8564
+ "name": "*",
8565
+ "package": "./SwitchGroup/SwitchGroup"
7860
8566
  }
7861
8567
  }
7862
8568
  ]
7863
8569
  },
7864
8570
  {
7865
8571
  "kind": "javascript-module",
7866
- "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
8572
+ "path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
7867
8573
  "declarations": [
7868
8574
  {
7869
8575
  "kind": "class",
7870
- "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- **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",
7871
- "name": "BmNativeSelect",
8576
+ "description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
8577
+ "name": "BmTextArea",
7872
8578
  "slots": [
7873
8579
  {
7874
- "description": "Specify Options for NativeSelect",
7875
- "name": "slot"
8580
+ "description": "Specify the label for TextArea",
8581
+ "name": "label"
7876
8582
  },
7877
8583
  {
7878
- "description": "Specify Label for NativeSelect",
7879
- "name": "label"
8584
+ "description": "Specify the helper text for TextArea",
8585
+ "name": "helper-text"
8586
+ }
8587
+ ],
8588
+ "members": [
8589
+ {
8590
+ "kind": "field",
8591
+ "name": "rows",
8592
+ "type": {
8593
+ "text": "Optional<number>"
8594
+ },
8595
+ "description": "Specify the height of TextArea",
8596
+ "attribute": "rows"
8597
+ },
8598
+ {
8599
+ "kind": "field",
8600
+ "name": "cols",
8601
+ "type": {
8602
+ "text": "Optional<number>"
8603
+ },
8604
+ "description": "Specify the width of TextArea",
8605
+ "attribute": "cols"
8606
+ },
8607
+ {
8608
+ "kind": "field",
8609
+ "name": "placeholder",
8610
+ "type": {
8611
+ "text": "Optional<string>"
8612
+ },
8613
+ "description": "Specify placeholder text for TextArea",
8614
+ "attribute": "placeholder"
7880
8615
  },
7881
- {
7882
- "description": "Specify HelperText for NativeSelect",
7883
- "name": "helper-text"
7884
- }
7885
- ],
7886
- "members": [
7887
8616
  {
7888
8617
  "kind": "field",
7889
8618
  "name": "required",
@@ -7891,37 +8620,47 @@
7891
8620
  "text": "boolean"
7892
8621
  },
7893
8622
  "default": "false",
7894
- "description": "Specify if NativeSelect is a required input",
8623
+ "description": "Specify if TextArea is a required input",
7895
8624
  "attribute": "required"
7896
8625
  },
7897
8626
  {
7898
8627
  "kind": "field",
7899
- "name": "readOnly",
8628
+ "name": "hideRequiredMarker",
7900
8629
  "type": {
7901
8630
  "text": "boolean"
7902
8631
  },
7903
8632
  "default": "false",
7904
- "description": "Specify if NativeSelect displays in a read-only state",
7905
- "attribute": "readOnly"
8633
+ "description": "Specify if the TextArea displays with an asterisk",
8634
+ "attribute": "hideRequiredMarker"
7906
8635
  },
7907
8636
  {
7908
8637
  "kind": "field",
7909
- "name": "disabled",
8638
+ "name": "error",
8639
+ "type": {
8640
+ "text": "Optional<string>"
8641
+ },
8642
+ "description": "Specify error text and display error state of a TextArea",
8643
+ "attribute": "error"
8644
+ },
8645
+ {
8646
+ "kind": "field",
8647
+ "name": "readOnly",
7910
8648
  "type": {
7911
8649
  "text": "boolean"
7912
8650
  },
7913
8651
  "default": "false",
7914
- "description": "Specify if NativeSelect displays in a disabled state",
7915
- "attribute": "disabled"
8652
+ "description": "Specify if TextArea displays in a read-only state",
8653
+ "attribute": "readOnly"
7916
8654
  },
7917
8655
  {
7918
8656
  "kind": "field",
7919
- "name": "error",
8657
+ "name": "disabled",
7920
8658
  "type": {
7921
- "text": "Optional<string>"
8659
+ "text": "boolean"
7922
8660
  },
7923
- "description": "Specify error text and display error state of a NativeSelect",
7924
- "attribute": "error"
8661
+ "default": "false",
8662
+ "description": "Specify if TextArea displays in a disabled state",
8663
+ "attribute": "disabled"
7925
8664
  },
7926
8665
  {
7927
8666
  "kind": "field",
@@ -7930,7 +8669,7 @@
7930
8669
  "text": "boolean"
7931
8670
  },
7932
8671
  "default": "false",
7933
- "description": "Specify if NativeSelect is fluid",
8672
+ "description": "Specify if TextArea is fluid",
7934
8673
  "attribute": "fluid"
7935
8674
  },
7936
8675
  {
@@ -7939,28 +8678,37 @@
7939
8678
  "type": {
7940
8679
  "text": "Optional<string>"
7941
8680
  },
7942
- "description": "Specify the width of NativeSelect",
8681
+ "description": "Specify the width of TextArea",
7943
8682
  "attribute": "width"
7944
8683
  },
7945
8684
  {
7946
8685
  "kind": "field",
7947
- "name": "ellipse",
8686
+ "name": "hideResize",
7948
8687
  "type": {
7949
8688
  "text": "boolean"
7950
8689
  },
7951
- "default": "true",
7952
- "description": "Specify if overflow displays ellipsis",
7953
- "attribute": "ellipse"
8690
+ "default": "false",
8691
+ "description": "Specify if TextArea can be manually resized",
8692
+ "attribute": "hideResize"
7954
8693
  },
7955
8694
  {
7956
8695
  "kind": "field",
7957
- "name": "hideRequiredMarker",
8696
+ "name": "maxCount",
8697
+ "type": {
8698
+ "text": "Optional<number>"
8699
+ },
8700
+ "description": "Specify the maximum character count for the TextArea",
8701
+ "attribute": "maxCount"
8702
+ },
8703
+ {
8704
+ "kind": "field",
8705
+ "name": "autoResize",
7958
8706
  "type": {
7959
8707
  "text": "boolean"
7960
8708
  },
7961
8709
  "default": "false",
7962
- "description": "Specify if the NativeSelect displays with an asterisk",
7963
- "attribute": "hideRequiredMarker"
8710
+ "description": "Specify if the TextArea automatically resizes to fit the text",
8711
+ "attribute": "autoResize"
7964
8712
  },
7965
8713
  {
7966
8714
  "kind": "field",
@@ -7968,9 +8716,13 @@
7968
8716
  "type": {
7969
8717
  "text": "Optional<ThemeTypes>"
7970
8718
  },
7971
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8719
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
7972
8720
  "attribute": "theme"
7973
8721
  },
8722
+ {
8723
+ "kind": "field",
8724
+ "name": "formFieldCounterRef"
8725
+ },
7974
8726
  {
7975
8727
  "kind": "method",
7976
8728
  "name": "finalizeAssociatedCallback",
@@ -8012,478 +8764,312 @@
8012
8764
  "text": "string"
8013
8765
  },
8014
8766
  "default": "''",
8015
- "attribute": "id",
8016
- "inheritedFrom": {
8017
- "name": "FormField",
8018
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8019
- }
8020
- },
8021
- {
8022
- "kind": "field",
8023
- "name": "name",
8024
- "type": {
8025
- "text": "string"
8026
- },
8027
- "default": "''",
8028
- "attribute": "name",
8029
- "inheritedFrom": {
8030
- "name": "FormField",
8031
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8032
- }
8033
- },
8034
- {
8035
- "kind": "field",
8036
- "name": "value",
8037
- "type": {
8038
- "text": "string"
8039
- },
8040
- "default": "''",
8041
- "attribute": "value",
8042
- "inheritedFrom": {
8043
- "name": "FormField",
8044
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8045
- }
8046
- },
8047
- {
8048
- "kind": "field",
8049
- "name": "validationRules",
8050
- "type": {
8051
- "text": "Array<FormValidator>"
8052
- },
8053
- "default": "[]",
8054
- "attribute": "validationRules",
8055
- "inheritedFrom": {
8056
- "name": "FormField",
8057
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8058
- }
8059
- },
8060
- {
8061
- "kind": "field",
8062
- "name": "inputAriaLabel",
8063
- "type": {
8064
- "text": "Optional<string>"
8065
- },
8066
- "attribute": "input-aria-label",
8067
- "inheritedFrom": {
8068
- "name": "FormField",
8069
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8070
- }
8071
- },
8072
- {
8073
- "kind": "field",
8074
- "name": "formContext",
8075
- "type": {
8076
- "text": "BmFormContext"
8077
- },
8078
- "inheritedFrom": {
8079
- "name": "FormField",
8080
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8081
- }
8082
- },
8083
- {
8084
- "kind": "method",
8085
- "name": "formAssociatedCallback",
8086
- "return": {
8087
- "type": {
8088
- "text": "void"
8089
- }
8090
- },
8091
- "inheritedFrom": {
8092
- "name": "FormField",
8093
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8094
- }
8095
- },
8096
- {
8097
- "kind": "method",
8098
- "name": "formResetCallback",
8099
- "return": {
8100
- "type": {
8101
- "text": "void"
8102
- }
8103
- },
8104
- "inheritedFrom": {
8105
- "name": "FormField",
8106
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8107
- }
8108
- }
8109
- ],
8110
- "attributes": [
8111
- {
8112
- "name": "required",
8113
- "type": {
8114
- "text": "boolean"
8115
- },
8116
- "default": "false",
8117
- "description": "Specify if NativeSelect is a required input",
8118
- "fieldName": "required"
8119
- },
8120
- {
8121
- "name": "readOnly",
8122
- "type": {
8123
- "text": "boolean"
8124
- },
8125
- "default": "false",
8126
- "description": "Specify if NativeSelect displays in a read-only state",
8127
- "fieldName": "readOnly"
8128
- },
8129
- {
8130
- "name": "disabled",
8131
- "type": {
8132
- "text": "boolean"
8133
- },
8134
- "default": "false",
8135
- "description": "Specify if NativeSelect displays in a disabled state",
8136
- "fieldName": "disabled"
8137
- },
8138
- {
8139
- "name": "error",
8140
- "type": {
8141
- "text": "Optional<string>"
8142
- },
8143
- "description": "Specify error text and display error state of a NativeSelect",
8144
- "fieldName": "error"
8145
- },
8146
- {
8147
- "name": "fluid",
8148
- "type": {
8149
- "text": "boolean"
8150
- },
8151
- "default": "false",
8152
- "description": "Specify if NativeSelect is fluid",
8153
- "fieldName": "fluid"
8154
- },
8155
- {
8156
- "name": "width",
8157
- "type": {
8158
- "text": "Optional<string>"
8159
- },
8160
- "description": "Specify the width of NativeSelect",
8161
- "fieldName": "width"
8162
- },
8163
- {
8164
- "name": "ellipse",
8165
- "type": {
8166
- "text": "boolean"
8167
- },
8168
- "default": "true",
8169
- "description": "Specify if overflow displays ellipsis",
8170
- "fieldName": "ellipse"
8171
- },
8172
- {
8173
- "name": "hideRequiredMarker",
8174
- "type": {
8175
- "text": "boolean"
8176
- },
8177
- "default": "false",
8178
- "description": "Specify if the NativeSelect displays with an asterisk",
8179
- "fieldName": "hideRequiredMarker"
8180
- },
8181
- {
8182
- "name": "theme",
8183
- "type": {
8184
- "text": "Optional<ThemeTypes>"
8185
- },
8186
- "description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8187
- "fieldName": "theme"
8188
- },
8189
- {
8190
- "name": "id",
8191
- "type": {
8192
- "text": "string"
8193
- },
8194
- "default": "''",
8195
- "fieldName": "id",
8767
+ "attribute": "id",
8196
8768
  "inheritedFrom": {
8197
8769
  "name": "FormField",
8198
8770
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8199
8771
  }
8200
8772
  },
8201
8773
  {
8774
+ "kind": "field",
8202
8775
  "name": "name",
8203
8776
  "type": {
8204
8777
  "text": "string"
8205
8778
  },
8206
8779
  "default": "''",
8207
- "fieldName": "name",
8780
+ "attribute": "name",
8208
8781
  "inheritedFrom": {
8209
8782
  "name": "FormField",
8210
8783
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8211
8784
  }
8212
8785
  },
8213
8786
  {
8787
+ "kind": "field",
8214
8788
  "name": "value",
8215
8789
  "type": {
8216
8790
  "text": "string"
8217
8791
  },
8218
8792
  "default": "''",
8219
- "fieldName": "value",
8793
+ "attribute": "value",
8220
8794
  "inheritedFrom": {
8221
8795
  "name": "FormField",
8222
8796
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8223
8797
  }
8224
8798
  },
8225
8799
  {
8800
+ "kind": "field",
8226
8801
  "name": "validationRules",
8227
8802
  "type": {
8228
8803
  "text": "Array<FormValidator>"
8229
8804
  },
8230
8805
  "default": "[]",
8231
- "fieldName": "validationRules",
8806
+ "attribute": "validationRules",
8232
8807
  "inheritedFrom": {
8233
8808
  "name": "FormField",
8234
8809
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8235
8810
  }
8236
8811
  },
8237
8812
  {
8238
- "name": "input-aria-label",
8813
+ "kind": "field",
8814
+ "name": "inputAriaLabel",
8239
8815
  "type": {
8240
8816
  "text": "Optional<string>"
8241
8817
  },
8242
- "fieldName": "inputAriaLabel",
8818
+ "attribute": "input-aria-label",
8243
8819
  "inheritedFrom": {
8244
8820
  "name": "FormField",
8245
8821
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8246
8822
  }
8247
- }
8248
- ],
8249
- "superclass": {
8250
- "name": "FormField",
8251
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8252
- },
8253
- "summary": "`bm-native-select`",
8254
- "tagName": "bm-native-select",
8255
- "customElement": true
8256
- }
8257
- ],
8258
- "exports": [
8259
- {
8260
- "kind": "js",
8261
- "name": "BmNativeSelect",
8262
- "declaration": {
8263
- "name": "BmNativeSelect",
8264
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8265
- }
8266
- },
8267
- {
8268
- "kind": "custom-element-definition",
8269
- "name": "bm-native-select",
8270
- "declaration": {
8271
- "name": "BmNativeSelect",
8272
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8273
- }
8274
- }
8275
- ]
8276
- },
8277
- {
8278
- "kind": "javascript-module",
8279
- "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
8280
- "declarations": [],
8281
- "exports": [
8282
- {
8283
- "kind": "js",
8284
- "name": "*",
8285
- "declaration": {
8286
- "name": "*",
8287
- "package": "./NativeSelect"
8288
- }
8289
- }
8290
- ]
8291
- },
8292
- {
8293
- "kind": "javascript-module",
8294
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8295
- "declarations": [
8296
- {
8297
- "kind": "class",
8298
- "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",
8299
- "name": "BmRadioButton",
8300
- "members": [
8823
+ },
8301
8824
  {
8302
8825
  "kind": "field",
8303
- "name": "label",
8826
+ "name": "formContext",
8304
8827
  "type": {
8305
- "text": "string | undefined"
8828
+ "text": "BmFormContext"
8306
8829
  },
8307
- "description": "Specify the text for the label",
8308
- "attribute": "label"
8830
+ "inheritedFrom": {
8831
+ "name": "FormField",
8832
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8833
+ }
8309
8834
  },
8310
8835
  {
8311
- "kind": "field",
8312
- "name": "error",
8313
- "type": {
8314
- "text": "boolean | undefined"
8836
+ "kind": "method",
8837
+ "name": "formAssociatedCallback",
8838
+ "return": {
8839
+ "type": {
8840
+ "text": "void"
8841
+ }
8315
8842
  },
8316
- "description": "Specify error text and display error state of a RadioButton",
8317
- "attribute": "error"
8843
+ "inheritedFrom": {
8844
+ "name": "FormField",
8845
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8846
+ }
8318
8847
  },
8319
8848
  {
8320
- "kind": "field",
8321
- "name": "readOnly",
8849
+ "kind": "method",
8850
+ "name": "formResetCallback",
8851
+ "return": {
8852
+ "type": {
8853
+ "text": "void"
8854
+ }
8855
+ },
8856
+ "inheritedFrom": {
8857
+ "name": "FormField",
8858
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8859
+ }
8860
+ }
8861
+ ],
8862
+ "attributes": [
8863
+ {
8864
+ "name": "rows",
8322
8865
  "type": {
8323
- "text": "boolean | undefined"
8866
+ "text": "Optional<number>"
8324
8867
  },
8325
- "description": "Specify if RadioButton displays in a read-only state",
8326
- "attribute": "readOnly"
8868
+ "description": "Specify the height of TextArea",
8869
+ "fieldName": "rows"
8327
8870
  },
8328
8871
  {
8329
- "kind": "field",
8330
- "name": "disabled",
8872
+ "name": "cols",
8331
8873
  "type": {
8332
- "text": "boolean | undefined"
8874
+ "text": "Optional<number>"
8333
8875
  },
8334
- "description": "Specify if RadioButton displays in a disabled state",
8335
- "attribute": "disabled"
8876
+ "description": "Specify the width of TextArea",
8877
+ "fieldName": "cols"
8336
8878
  },
8337
8879
  {
8338
- "kind": "field",
8339
- "name": "theme",
8880
+ "name": "placeholder",
8340
8881
  "type": {
8341
- "text": "'light' | 'dark' | undefined"
8882
+ "text": "Optional<string>"
8342
8883
  },
8343
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8344
- "attribute": "theme"
8884
+ "description": "Specify placeholder text for TextArea",
8885
+ "fieldName": "placeholder"
8345
8886
  },
8346
8887
  {
8347
- "kind": "field",
8348
- "name": "value",
8888
+ "name": "required",
8349
8889
  "type": {
8350
- "text": "string | undefined"
8890
+ "text": "boolean"
8351
8891
  },
8352
- "description": "The value attribute for the input element",
8353
- "attribute": "value"
8892
+ "default": "false",
8893
+ "description": "Specify if TextArea is a required input",
8894
+ "fieldName": "required"
8354
8895
  },
8355
8896
  {
8356
- "kind": "field",
8357
- "name": "checked",
8897
+ "name": "hideRequiredMarker",
8358
8898
  "type": {
8359
8899
  "text": "boolean"
8360
8900
  },
8361
8901
  "default": "false",
8362
- "description": "The checked attribute for the input element",
8363
- "attribute": "checked"
8902
+ "description": "Specify if the TextArea displays with an asterisk",
8903
+ "fieldName": "hideRequiredMarker"
8364
8904
  },
8365
8905
  {
8366
- "kind": "field",
8367
- "name": "onKeyDown",
8906
+ "name": "error",
8368
8907
  "type": {
8369
- "text": "(event: KeyboardEvent) => void | undefined"
8908
+ "text": "Optional<string>"
8370
8909
  },
8371
- "description": "A user-defined function to handle keydown events",
8372
- "attribute": "onKeyDown"
8910
+ "description": "Specify error text and display error state of a TextArea",
8911
+ "fieldName": "error"
8373
8912
  },
8374
8913
  {
8375
- "kind": "field",
8376
- "name": "inputChoiceGroupContext",
8914
+ "name": "readOnly",
8377
8915
  "type": {
8378
- "text": "InputChoiceGroupContextProps"
8379
- }
8916
+ "text": "boolean"
8917
+ },
8918
+ "default": "false",
8919
+ "description": "Specify if TextArea displays in a read-only state",
8920
+ "fieldName": "readOnly"
8380
8921
  },
8381
8922
  {
8382
- "kind": "field",
8383
- "name": "radioButtonRef"
8923
+ "name": "disabled",
8924
+ "type": {
8925
+ "text": "boolean"
8926
+ },
8927
+ "default": "false",
8928
+ "description": "Specify if TextArea displays in a disabled state",
8929
+ "fieldName": "disabled"
8384
8930
  },
8385
8931
  {
8386
- "kind": "method",
8387
- "name": "focus"
8388
- }
8389
- ],
8390
- "attributes": [
8932
+ "name": "fluid",
8933
+ "type": {
8934
+ "text": "boolean"
8935
+ },
8936
+ "default": "false",
8937
+ "description": "Specify if TextArea is fluid",
8938
+ "fieldName": "fluid"
8939
+ },
8391
8940
  {
8392
- "name": "label",
8941
+ "name": "width",
8393
8942
  "type": {
8394
- "text": "string | undefined"
8943
+ "text": "Optional<string>"
8395
8944
  },
8396
- "description": "Specify the text for the label",
8397
- "fieldName": "label"
8945
+ "description": "Specify the width of TextArea",
8946
+ "fieldName": "width"
8398
8947
  },
8399
8948
  {
8400
- "name": "error",
8949
+ "name": "hideResize",
8401
8950
  "type": {
8402
- "text": "boolean | undefined"
8951
+ "text": "boolean"
8403
8952
  },
8404
- "description": "Specify error text and display error state of a RadioButton",
8405
- "fieldName": "error"
8953
+ "default": "false",
8954
+ "description": "Specify if TextArea can be manually resized",
8955
+ "fieldName": "hideResize"
8406
8956
  },
8407
8957
  {
8408
- "name": "readOnly",
8958
+ "name": "maxCount",
8409
8959
  "type": {
8410
- "text": "boolean | undefined"
8960
+ "text": "Optional<number>"
8411
8961
  },
8412
- "description": "Specify if RadioButton displays in a read-only state",
8413
- "fieldName": "readOnly"
8962
+ "description": "Specify the maximum character count for the TextArea",
8963
+ "fieldName": "maxCount"
8414
8964
  },
8415
8965
  {
8416
- "name": "disabled",
8966
+ "name": "autoResize",
8417
8967
  "type": {
8418
- "text": "boolean | undefined"
8968
+ "text": "boolean"
8419
8969
  },
8420
- "description": "Specify if RadioButton displays in a disabled state",
8421
- "fieldName": "disabled"
8970
+ "default": "false",
8971
+ "description": "Specify if the TextArea automatically resizes to fit the text",
8972
+ "fieldName": "autoResize"
8422
8973
  },
8423
8974
  {
8424
8975
  "name": "theme",
8425
8976
  "type": {
8426
- "text": "'light' | 'dark' | undefined"
8977
+ "text": "Optional<ThemeTypes>"
8427
8978
  },
8428
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8979
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
8429
8980
  "fieldName": "theme"
8430
8981
  },
8982
+ {
8983
+ "name": "id",
8984
+ "type": {
8985
+ "text": "string"
8986
+ },
8987
+ "default": "''",
8988
+ "fieldName": "id",
8989
+ "inheritedFrom": {
8990
+ "name": "FormField",
8991
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8992
+ }
8993
+ },
8994
+ {
8995
+ "name": "name",
8996
+ "type": {
8997
+ "text": "string"
8998
+ },
8999
+ "default": "''",
9000
+ "fieldName": "name",
9001
+ "inheritedFrom": {
9002
+ "name": "FormField",
9003
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9004
+ }
9005
+ },
8431
9006
  {
8432
9007
  "name": "value",
8433
9008
  "type": {
8434
- "text": "string | undefined"
9009
+ "text": "string"
8435
9010
  },
8436
- "description": "The value attribute for the input element",
8437
- "fieldName": "value"
9011
+ "default": "''",
9012
+ "fieldName": "value",
9013
+ "inheritedFrom": {
9014
+ "name": "FormField",
9015
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9016
+ }
8438
9017
  },
8439
9018
  {
8440
- "name": "checked",
9019
+ "name": "validationRules",
8441
9020
  "type": {
8442
- "text": "boolean"
9021
+ "text": "Array<FormValidator>"
8443
9022
  },
8444
- "default": "false",
8445
- "description": "The checked attribute for the input element",
8446
- "fieldName": "checked"
9023
+ "default": "[]",
9024
+ "fieldName": "validationRules",
9025
+ "inheritedFrom": {
9026
+ "name": "FormField",
9027
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9028
+ }
8447
9029
  },
8448
9030
  {
8449
- "name": "onKeyDown",
9031
+ "name": "input-aria-label",
8450
9032
  "type": {
8451
- "text": "(event: KeyboardEvent) => void | undefined"
9033
+ "text": "Optional<string>"
8452
9034
  },
8453
- "description": "A user-defined function to handle keydown events",
8454
- "fieldName": "onKeyDown"
9035
+ "fieldName": "inputAriaLabel",
9036
+ "inheritedFrom": {
9037
+ "name": "FormField",
9038
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9039
+ }
8455
9040
  }
8456
9041
  ],
8457
9042
  "superclass": {
8458
- "name": "LitElement",
8459
- "package": "lit"
9043
+ "name": "FormField",
9044
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8460
9045
  },
8461
- "tagName": "bm-radio-button",
9046
+ "summary": "`bm-text-area`",
9047
+ "tagName": "bm-text-area",
8462
9048
  "customElement": true
8463
9049
  }
8464
9050
  ],
8465
9051
  "exports": [
8466
9052
  {
8467
9053
  "kind": "js",
8468
- "name": "BmRadioButton",
9054
+ "name": "BmTextArea",
8469
9055
  "declaration": {
8470
- "name": "BmRadioButton",
8471
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9056
+ "name": "BmTextArea",
9057
+ "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
8472
9058
  }
8473
9059
  },
8474
9060
  {
8475
9061
  "kind": "custom-element-definition",
8476
- "name": "bm-radio-button",
9062
+ "name": "bm-text-area",
8477
9063
  "declaration": {
8478
- "name": "BmRadioButton",
8479
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9064
+ "name": "BmTextArea",
9065
+ "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
8480
9066
  }
8481
9067
  }
8482
9068
  ]
8483
9069
  },
8484
9070
  {
8485
9071
  "kind": "javascript-module",
8486
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9072
+ "path": "libs/web-components/src/lib/wip/TextArea/index.ts",
8487
9073
  "declarations": [],
8488
9074
  "exports": [
8489
9075
  {
@@ -8491,94 +9077,34 @@
8491
9077
  "name": "*",
8492
9078
  "declaration": {
8493
9079
  "name": "*",
8494
- "package": "./RadioButton"
8495
- }
8496
- },
8497
- {
8498
- "kind": "js",
8499
- "name": "*",
8500
- "declaration": {
8501
- "name": "*",
8502
- "package": "./RadioButtonGroup/RadioButtonGroup"
9080
+ "package": "./TextArea"
8503
9081
  }
8504
9082
  }
8505
9083
  ]
8506
9084
  },
8507
9085
  {
8508
9086
  "kind": "javascript-module",
8509
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9087
+ "path": "libs/web-components/src/lib/wip/Label/Label.ts",
8510
9088
  "declarations": [
8511
9089
  {
8512
9090
  "kind": "class",
8513
- "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",
8514
- "name": "BmSwitch",
9091
+ "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
9092
+ "name": "BmLabel",
8515
9093
  "slots": [
8516
9094
  {
8517
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8518
- "name": "onText"
9095
+ "description": "Specify the text for Label",
9096
+ "name": "text"
8519
9097
  },
8520
9098
  {
8521
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8522
- "name": "offText"
9099
+ "description": "Specify if the Label displays as optional",
9100
+ "name": "optional"
9101
+ },
9102
+ {
9103
+ "description": "Specify if the icon displays to add a Tooltip",
9104
+ "name": "tooltip"
8523
9105
  }
8524
9106
  ],
8525
9107
  "members": [
8526
- {
8527
- "kind": "field",
8528
- "name": "inputChoiceGroupContext",
8529
- "type": {
8530
- "text": "InputChoiceGroupContextProps"
8531
- }
8532
- },
8533
- {
8534
- "kind": "field",
8535
- "name": "onText",
8536
- "type": {
8537
- "text": "string | undefined"
8538
- },
8539
- "default": "undefined",
8540
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8541
- "attribute": "onText"
8542
- },
8543
- {
8544
- "kind": "field",
8545
- "name": "offText",
8546
- "type": {
8547
- "text": "string | undefined"
8548
- },
8549
- "default": "undefined",
8550
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8551
- "attribute": "offText"
8552
- },
8553
- {
8554
- "kind": "field",
8555
- "name": "theme",
8556
- "type": {
8557
- "text": "ThemeTypes | undefined"
8558
- },
8559
- "default": "undefined",
8560
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8561
- },
8562
- {
8563
- "kind": "field",
8564
- "name": "textPosition",
8565
- "type": {
8566
- "text": "'before' | 'after'"
8567
- },
8568
- "default": "'after'",
8569
- "description": "Specify the position of the side label",
8570
- "attribute": "textPosition"
8571
- },
8572
- {
8573
- "kind": "field",
8574
- "name": "readOnly",
8575
- "type": {
8576
- "text": "boolean"
8577
- },
8578
- "default": "false",
8579
- "description": "Specify if Switch displays in a read-only state",
8580
- "attribute": "readOnly"
8581
- },
8582
9108
  {
8583
9109
  "kind": "field",
8584
9110
  "name": "disabled",
@@ -8586,141 +9112,130 @@
8586
9112
  "text": "boolean"
8587
9113
  },
8588
9114
  "default": "false",
8589
- "description": "Specify if Switch displays in a disabled state",
9115
+ "description": "Specify if the Label displays disabled",
8590
9116
  "attribute": "disabled"
8591
9117
  },
8592
9118
  {
8593
9119
  "kind": "field",
8594
- "name": "checked",
9120
+ "name": "required",
8595
9121
  "type": {
8596
9122
  "text": "boolean"
8597
9123
  },
8598
9124
  "default": "false",
8599
- "attribute": "checked"
9125
+ "description": "Specify if the Label displays as required",
9126
+ "attribute": "required"
8600
9127
  },
8601
9128
  {
8602
9129
  "kind": "field",
8603
- "name": "value",
9130
+ "name": "text",
8604
9131
  "type": {
8605
- "text": "string | undefined"
9132
+ "text": "Optional<string>"
8606
9133
  },
8607
- "description": "The value attribute for the input element",
8608
- "attribute": "value"
9134
+ "description": "Specify the text for Label",
9135
+ "attribute": "text"
8609
9136
  },
8610
9137
  {
8611
9138
  "kind": "field",
8612
- "name": "switchRef"
8613
- }
8614
- ],
8615
- "attributes": [
8616
- {
8617
- "name": "onText",
9139
+ "name": "optional",
8618
9140
  "type": {
8619
- "text": "string | undefined"
9141
+ "text": "Optional<string>"
8620
9142
  },
8621
- "default": "undefined",
8622
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8623
- "fieldName": "onText"
9143
+ "description": "Specify the text for Label",
9144
+ "attribute": "optional"
8624
9145
  },
8625
9146
  {
8626
- "name": "offText",
9147
+ "kind": "field",
9148
+ "name": "theme",
8627
9149
  "type": {
8628
- "text": "string | undefined"
9150
+ "text": "Optional<ThemeTypes>"
8629
9151
  },
8630
- "default": "undefined",
8631
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8632
- "fieldName": "offText"
8633
- },
9152
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
9153
+ "attribute": "theme"
9154
+ }
9155
+ ],
9156
+ "attributes": [
8634
9157
  {
8635
- "name": "textPosition",
9158
+ "name": "disabled",
8636
9159
  "type": {
8637
- "text": "'before' | 'after'"
9160
+ "text": "boolean"
8638
9161
  },
8639
- "default": "'after'",
8640
- "description": "Specify the position of the side label",
8641
- "fieldName": "textPosition"
9162
+ "default": "false",
9163
+ "description": "Specify if the Label displays disabled",
9164
+ "fieldName": "disabled"
8642
9165
  },
8643
9166
  {
8644
- "name": "readOnly",
9167
+ "name": "required",
8645
9168
  "type": {
8646
9169
  "text": "boolean"
8647
9170
  },
8648
9171
  "default": "false",
8649
- "description": "Specify if Switch displays in a read-only state",
8650
- "fieldName": "readOnly"
9172
+ "description": "Specify if the Label displays as required",
9173
+ "fieldName": "required"
8651
9174
  },
8652
9175
  {
8653
- "name": "disabled",
9176
+ "name": "text",
8654
9177
  "type": {
8655
- "text": "boolean"
9178
+ "text": "Optional<string>"
8656
9179
  },
8657
- "default": "false",
8658
- "description": "Specify if Switch displays in a disabled state",
8659
- "fieldName": "disabled"
9180
+ "description": "Specify the text for Label",
9181
+ "fieldName": "text"
8660
9182
  },
8661
9183
  {
8662
- "name": "checked",
9184
+ "name": "optional",
8663
9185
  "type": {
8664
- "text": "boolean"
9186
+ "text": "Optional<string>"
8665
9187
  },
8666
- "default": "false",
8667
- "fieldName": "checked"
9188
+ "description": "Specify the text for Label",
9189
+ "fieldName": "optional"
8668
9190
  },
8669
9191
  {
8670
- "name": "value",
9192
+ "name": "theme",
8671
9193
  "type": {
8672
- "text": "string | undefined"
9194
+ "text": "Optional<ThemeTypes>"
8673
9195
  },
8674
- "description": "The value attribute for the input element",
8675
- "fieldName": "value"
9196
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
9197
+ "fieldName": "theme"
8676
9198
  }
8677
9199
  ],
8678
9200
  "superclass": {
8679
9201
  "name": "LitElement",
8680
9202
  "package": "lit"
8681
9203
  },
8682
- "tagName": "bm-switch",
9204
+ "summary": "`bm-label`",
9205
+ "tagName": "bm-label",
8683
9206
  "customElement": true
8684
9207
  }
8685
9208
  ],
8686
9209
  "exports": [
8687
9210
  {
8688
9211
  "kind": "js",
8689
- "name": "BmSwitch",
9212
+ "name": "BmLabel",
8690
9213
  "declaration": {
8691
- "name": "BmSwitch",
8692
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9214
+ "name": "BmLabel",
9215
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
8693
9216
  }
8694
9217
  },
8695
9218
  {
8696
9219
  "kind": "custom-element-definition",
8697
- "name": "bm-switch",
9220
+ "name": "bm-label",
8698
9221
  "declaration": {
8699
- "name": "BmSwitch",
8700
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9222
+ "name": "BmLabel",
9223
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
8701
9224
  }
8702
9225
  }
8703
- ]
8704
- },
8705
- {
8706
- "kind": "javascript-module",
8707
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8708
- "declarations": [],
8709
- "exports": [
8710
- {
8711
- "kind": "js",
8712
- "name": "*",
8713
- "declaration": {
8714
- "name": "*",
8715
- "package": "./Switch"
8716
- }
8717
- },
9226
+ ]
9227
+ },
9228
+ {
9229
+ "kind": "javascript-module",
9230
+ "path": "libs/web-components/src/lib/wip/Label/index.ts",
9231
+ "declarations": [],
9232
+ "exports": [
8718
9233
  {
8719
9234
  "kind": "js",
8720
9235
  "name": "*",
8721
9236
  "declaration": {
8722
9237
  "name": "*",
8723
- "package": "./SwitchGroup/SwitchGroup"
9238
+ "package": "./Label"
8724
9239
  }
8725
9240
  }
8726
9241
  ]
@@ -10451,422 +10966,104 @@
10451
10966
  "text": "string"
10452
10967
  },
10453
10968
  "default": "''",
10454
- "fieldName": "name",
10455
- "inheritedFrom": {
10456
- "name": "FormField",
10457
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10458
- }
10459
- },
10460
- {
10461
- "name": "value",
10462
- "type": {
10463
- "text": "string"
10464
- },
10465
- "default": "''",
10466
- "fieldName": "value",
10467
- "inheritedFrom": {
10468
- "name": "FormField",
10469
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10470
- }
10471
- },
10472
- {
10473
- "name": "validationRules",
10474
- "type": {
10475
- "text": "Array<FormValidator>"
10476
- },
10477
- "default": "[]",
10478
- "fieldName": "validationRules",
10479
- "inheritedFrom": {
10480
- "name": "FormField",
10481
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10482
- }
10483
- },
10484
- {
10485
- "name": "input-aria-label",
10486
- "type": {
10487
- "text": "Optional<string>"
10488
- },
10489
- "fieldName": "inputAriaLabel",
10490
- "inheritedFrom": {
10491
- "name": "FormField",
10492
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10493
- }
10494
- }
10495
- ],
10496
- "members": [
10497
- {
10498
- "kind": "field",
10499
- "name": "theme",
10500
- "type": {
10501
- "text": "'light' | 'dark' | undefined"
10502
- },
10503
- "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
10504
- "attribute": "theme",
10505
- "inheritedFrom": {
10506
- "name": "InputChoiceGroup",
10507
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10508
- }
10509
- },
10510
- {
10511
- "kind": "field",
10512
- "name": "layout",
10513
- "type": {
10514
- "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
10515
- },
10516
- "default": "'vertical'",
10517
- "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
10518
- "deprecated": "use `orientation` and `fluid` instead",
10519
- "attribute": "layout",
10520
- "inheritedFrom": {
10521
- "name": "InputChoiceGroup",
10522
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10523
- }
10524
- },
10525
- {
10526
- "kind": "field",
10527
- "name": "orientation",
10528
- "type": {
10529
- "text": "'horizontal' | 'vertical'"
10530
- },
10531
- "default": "'vertical'",
10532
- "description": "Specify InputChoiceGroup orientation",
10533
- "attribute": "orientation",
10534
- "inheritedFrom": {
10535
- "name": "InputChoiceGroup",
10536
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10537
- }
10538
- },
10539
- {
10540
- "kind": "field",
10541
- "name": "fluid",
10542
- "type": {
10543
- "text": "boolean"
10544
- },
10545
- "default": "false",
10546
- "description": "Specify if InputChoiceGroup should take the full width of its container",
10547
- "attribute": "fluid",
10548
- "inheritedFrom": {
10549
- "name": "InputChoiceGroup",
10550
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10551
- }
10552
- },
10553
- {
10554
- "kind": "field",
10555
- "name": "required",
10556
- "type": {
10557
- "text": "boolean"
10558
- },
10559
- "default": "false",
10560
- "description": "Specify if InputChoiceGroup is a required input",
10561
- "attribute": "required",
10562
- "inheritedFrom": {
10563
- "name": "InputChoiceGroup",
10564
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10565
- }
10566
- },
10567
- {
10568
- "kind": "field",
10569
- "name": "hideRequiredMarker",
10570
- "type": {
10571
- "text": "boolean"
10572
- },
10573
- "default": "false",
10574
- "description": "Specify if the InputChoiceGroup displays with an asterisk",
10575
- "attribute": "hideRequiredMarker",
10576
- "inheritedFrom": {
10577
- "name": "InputChoiceGroup",
10578
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10579
- }
10580
- },
10581
- {
10582
- "kind": "field",
10583
- "name": "error",
10584
- "type": {
10585
- "text": "string | undefined"
10586
- },
10587
- "description": "Specify error text and display error state of a InputChoiceGroup",
10588
- "attribute": "error",
10589
- "inheritedFrom": {
10590
- "name": "InputChoiceGroup",
10591
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10592
- }
10593
- },
10594
- {
10595
- "kind": "field",
10596
- "name": "readOnly",
10597
- "type": {
10598
- "text": "boolean"
10599
- },
10600
- "default": "false",
10601
- "description": "Specify if InputChoiceGroup displays in a read-only state",
10602
- "attribute": "readOnly",
10603
- "inheritedFrom": {
10604
- "name": "InputChoiceGroup",
10605
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10606
- }
10607
- },
10608
- {
10609
- "kind": "field",
10610
- "name": "disabled",
10611
- "type": {
10612
- "text": "boolean"
10613
- },
10614
- "default": "false",
10615
- "description": "Specify if InputChoiceGroup displays in a disabled state",
10616
- "attribute": "disabled",
10617
- "inheritedFrom": {
10618
- "name": "InputChoiceGroup",
10619
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10620
- }
10621
- },
10622
- {
10623
- "kind": "field",
10624
- "name": "radioButtons",
10625
- "type": {
10626
- "text": "NodeListOf<Element>"
10627
- },
10628
- "inheritedFrom": {
10629
- "name": "InputChoiceGroup",
10630
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10631
- }
10632
- },
10633
- {
10634
- "kind": "field",
10635
- "name": "checkboxes",
10636
- "type": {
10637
- "text": "NodeListOf<Element>"
10638
- },
10639
- "inheritedFrom": {
10640
- "name": "InputChoiceGroup",
10641
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10642
- }
10643
- },
10644
- {
10645
- "kind": "field",
10646
- "name": "switches",
10647
- "type": {
10648
- "text": "NodeListOf<Element>"
10649
- },
10650
- "inheritedFrom": {
10651
- "name": "InputChoiceGroup",
10652
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10653
- }
10654
- },
10655
- {
10656
- "kind": "field",
10657
- "name": "inputGroupContextValue",
10658
- "type": {
10659
- "text": "InputChoiceGroupContextProps"
10660
- },
10661
- "privacy": "public",
10662
- "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
10663
- "inheritedFrom": {
10664
- "name": "InputChoiceGroup",
10665
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10666
- }
10667
- },
10668
- {
10669
- "kind": "field",
10670
- "name": "formAssociated",
10671
- "type": {
10672
- "text": "boolean"
10673
- },
10674
- "static": true,
10675
- "default": "true",
10676
- "inheritedFrom": {
10677
- "name": "FormField",
10678
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10679
- }
10680
- },
10681
- {
10682
- "kind": "field",
10683
- "name": "id",
10684
- "type": {
10685
- "text": "string"
10686
- },
10687
- "default": "''",
10688
- "attribute": "id",
10689
- "inheritedFrom": {
10690
- "name": "FormField",
10691
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10692
- }
10693
- },
10694
- {
10695
- "kind": "field",
10696
- "name": "name",
10697
- "type": {
10698
- "text": "string"
10699
- },
10700
- "default": "''",
10701
- "attribute": "name",
10969
+ "fieldName": "name",
10702
10970
  "inheritedFrom": {
10703
10971
  "name": "FormField",
10704
10972
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10705
10973
  }
10706
10974
  },
10707
10975
  {
10708
- "kind": "field",
10709
10976
  "name": "value",
10710
10977
  "type": {
10711
10978
  "text": "string"
10712
10979
  },
10713
10980
  "default": "''",
10714
- "attribute": "value",
10981
+ "fieldName": "value",
10715
10982
  "inheritedFrom": {
10716
10983
  "name": "FormField",
10717
10984
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10718
10985
  }
10719
10986
  },
10720
10987
  {
10721
- "kind": "field",
10722
10988
  "name": "validationRules",
10723
10989
  "type": {
10724
10990
  "text": "Array<FormValidator>"
10725
10991
  },
10726
10992
  "default": "[]",
10727
- "attribute": "validationRules",
10993
+ "fieldName": "validationRules",
10728
10994
  "inheritedFrom": {
10729
10995
  "name": "FormField",
10730
10996
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10731
10997
  }
10732
10998
  },
10733
10999
  {
10734
- "kind": "field",
10735
- "name": "inputAriaLabel",
11000
+ "name": "input-aria-label",
10736
11001
  "type": {
10737
11002
  "text": "Optional<string>"
10738
11003
  },
10739
- "attribute": "input-aria-label",
11004
+ "fieldName": "inputAriaLabel",
10740
11005
  "inheritedFrom": {
10741
11006
  "name": "FormField",
10742
11007
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10743
11008
  }
10744
- },
11009
+ }
11010
+ ],
11011
+ "members": [
10745
11012
  {
10746
11013
  "kind": "field",
10747
- "name": "formContext",
11014
+ "name": "theme",
10748
11015
  "type": {
10749
- "text": "BmFormContext"
10750
- },
10751
- "inheritedFrom": {
10752
- "name": "FormField",
10753
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10754
- }
10755
- },
10756
- {
10757
- "kind": "method",
10758
- "name": "formAssociatedCallback",
10759
- "return": {
10760
- "type": {
10761
- "text": "void"
10762
- }
10763
- },
10764
- "inheritedFrom": {
10765
- "name": "FormField",
10766
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10767
- }
10768
- },
10769
- {
10770
- "kind": "method",
10771
- "name": "formResetCallback",
10772
- "return": {
10773
- "type": {
10774
- "text": "void"
10775
- }
10776
- },
10777
- "inheritedFrom": {
10778
- "name": "FormField",
10779
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10780
- }
10781
- },
10782
- {
10783
- "kind": "method",
10784
- "name": "finalizeAssociatedCallback",
10785
- "return": {
10786
- "type": {
10787
- "text": "FinalizeAssociatedResult"
10788
- }
11016
+ "text": "'light' | 'dark' | undefined"
10789
11017
  },
10790
- "parameters": [
10791
- {
10792
- "name": "ctxValue",
10793
- "type": {
10794
- "text": "string"
10795
- }
10796
- }
10797
- ],
11018
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
11019
+ "attribute": "theme",
10798
11020
  "inheritedFrom": {
10799
- "name": "FormField",
10800
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11021
+ "name": "InputChoiceGroup",
11022
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10801
11023
  }
10802
- }
10803
- ]
10804
- }
10805
- ],
10806
- "exports": [
10807
- {
10808
- "kind": "js",
10809
- "name": "BmSwitchGroup",
10810
- "declaration": {
10811
- "name": "BmSwitchGroup",
10812
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10813
- }
10814
- },
10815
- {
10816
- "kind": "custom-element-definition",
10817
- "name": "bm-switch-group",
10818
- "declaration": {
10819
- "name": "BmSwitchGroup",
10820
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10821
- }
10822
- }
10823
- ]
10824
- },
10825
- {
10826
- "kind": "javascript-module",
10827
- "path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
10828
- "declarations": [
10829
- {
10830
- "kind": "class",
10831
- "description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
10832
- "name": "BmTextArea",
10833
- "slots": [
10834
- {
10835
- "description": "Specify the label for TextArea",
10836
- "name": "label"
10837
11024
  },
10838
- {
10839
- "description": "Specify the helper text for TextArea",
10840
- "name": "helper-text"
10841
- }
10842
- ],
10843
- "members": [
10844
11025
  {
10845
11026
  "kind": "field",
10846
- "name": "rows",
11027
+ "name": "layout",
10847
11028
  "type": {
10848
- "text": "Optional<number>"
11029
+ "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
10849
11030
  },
10850
- "description": "Specify the height of TextArea",
10851
- "attribute": "rows"
11031
+ "default": "'vertical'",
11032
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
11033
+ "deprecated": "use `orientation` and `fluid` instead",
11034
+ "attribute": "layout",
11035
+ "inheritedFrom": {
11036
+ "name": "InputChoiceGroup",
11037
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11038
+ }
10852
11039
  },
10853
11040
  {
10854
11041
  "kind": "field",
10855
- "name": "cols",
11042
+ "name": "orientation",
10856
11043
  "type": {
10857
- "text": "Optional<number>"
11044
+ "text": "'horizontal' | 'vertical'"
10858
11045
  },
10859
- "description": "Specify the width of TextArea",
10860
- "attribute": "cols"
11046
+ "default": "'vertical'",
11047
+ "description": "Specify InputChoiceGroup orientation",
11048
+ "attribute": "orientation",
11049
+ "inheritedFrom": {
11050
+ "name": "InputChoiceGroup",
11051
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11052
+ }
10861
11053
  },
10862
11054
  {
10863
11055
  "kind": "field",
10864
- "name": "placeholder",
11056
+ "name": "fluid",
10865
11057
  "type": {
10866
- "text": "Optional<string>"
11058
+ "text": "boolean"
10867
11059
  },
10868
- "description": "Specify placeholder text for TextArea",
10869
- "attribute": "placeholder"
11060
+ "default": "false",
11061
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
11062
+ "attribute": "fluid",
11063
+ "inheritedFrom": {
11064
+ "name": "InputChoiceGroup",
11065
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11066
+ }
10870
11067
  },
10871
11068
  {
10872
11069
  "kind": "field",
@@ -10875,8 +11072,12 @@
10875
11072
  "text": "boolean"
10876
11073
  },
10877
11074
  "default": "false",
10878
- "description": "Specify if TextArea is a required input",
10879
- "attribute": "required"
11075
+ "description": "Specify if InputChoiceGroup is a required input",
11076
+ "attribute": "required",
11077
+ "inheritedFrom": {
11078
+ "name": "InputChoiceGroup",
11079
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11080
+ }
10880
11081
  },
10881
11082
  {
10882
11083
  "kind": "field",
@@ -10885,17 +11086,25 @@
10885
11086
  "text": "boolean"
10886
11087
  },
10887
11088
  "default": "false",
10888
- "description": "Specify if the TextArea displays with an asterisk",
10889
- "attribute": "hideRequiredMarker"
11089
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
11090
+ "attribute": "hideRequiredMarker",
11091
+ "inheritedFrom": {
11092
+ "name": "InputChoiceGroup",
11093
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11094
+ }
10890
11095
  },
10891
11096
  {
10892
11097
  "kind": "field",
10893
11098
  "name": "error",
10894
11099
  "type": {
10895
- "text": "Optional<string>"
11100
+ "text": "string | undefined"
10896
11101
  },
10897
- "description": "Specify error text and display error state of a TextArea",
10898
- "attribute": "error"
11102
+ "description": "Specify error text and display error state of a InputChoiceGroup",
11103
+ "attribute": "error",
11104
+ "inheritedFrom": {
11105
+ "name": "InputChoiceGroup",
11106
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11107
+ }
10899
11108
  },
10900
11109
  {
10901
11110
  "kind": "field",
@@ -10904,8 +11113,12 @@
10904
11113
  "text": "boolean"
10905
11114
  },
10906
11115
  "default": "false",
10907
- "description": "Specify if TextArea displays in a read-only state",
10908
- "attribute": "readOnly"
11116
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
11117
+ "attribute": "readOnly",
11118
+ "inheritedFrom": {
11119
+ "name": "InputChoiceGroup",
11120
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11121
+ }
10909
11122
  },
10910
11123
  {
10911
11124
  "kind": "field",
@@ -10914,89 +11127,57 @@
10914
11127
  "text": "boolean"
10915
11128
  },
10916
11129
  "default": "false",
10917
- "description": "Specify if TextArea displays in a disabled state",
10918
- "attribute": "disabled"
10919
- },
10920
- {
10921
- "kind": "field",
10922
- "name": "fluid",
10923
- "type": {
10924
- "text": "boolean"
10925
- },
10926
- "default": "false",
10927
- "description": "Specify if TextArea is fluid",
10928
- "attribute": "fluid"
10929
- },
10930
- {
10931
- "kind": "field",
10932
- "name": "width",
10933
- "type": {
10934
- "text": "Optional<string>"
10935
- },
10936
- "description": "Specify the width of TextArea",
10937
- "attribute": "width"
10938
- },
10939
- {
10940
- "kind": "field",
10941
- "name": "hideResize",
10942
- "type": {
10943
- "text": "boolean"
10944
- },
10945
- "default": "false",
10946
- "description": "Specify if TextArea can be manually resized",
10947
- "attribute": "hideResize"
10948
- },
10949
- {
10950
- "kind": "field",
10951
- "name": "maxCount",
10952
- "type": {
10953
- "text": "Optional<number>"
10954
- },
10955
- "description": "Specify the maximum character count for the TextArea",
10956
- "attribute": "maxCount"
11130
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
11131
+ "attribute": "disabled",
11132
+ "inheritedFrom": {
11133
+ "name": "InputChoiceGroup",
11134
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11135
+ }
10957
11136
  },
10958
11137
  {
10959
11138
  "kind": "field",
10960
- "name": "autoResize",
11139
+ "name": "radioButtons",
10961
11140
  "type": {
10962
- "text": "boolean"
11141
+ "text": "NodeListOf<Element>"
10963
11142
  },
10964
- "default": "false",
10965
- "description": "Specify if the TextArea automatically resizes to fit the text",
10966
- "attribute": "autoResize"
11143
+ "inheritedFrom": {
11144
+ "name": "InputChoiceGroup",
11145
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11146
+ }
10967
11147
  },
10968
11148
  {
10969
11149
  "kind": "field",
10970
- "name": "theme",
11150
+ "name": "checkboxes",
10971
11151
  "type": {
10972
- "text": "Optional<ThemeTypes>"
11152
+ "text": "NodeListOf<Element>"
10973
11153
  },
10974
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
10975
- "attribute": "theme"
11154
+ "inheritedFrom": {
11155
+ "name": "InputChoiceGroup",
11156
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11157
+ }
10976
11158
  },
10977
11159
  {
10978
11160
  "kind": "field",
10979
- "name": "formFieldCounterRef"
11161
+ "name": "switches",
11162
+ "type": {
11163
+ "text": "NodeListOf<Element>"
11164
+ },
11165
+ "inheritedFrom": {
11166
+ "name": "InputChoiceGroup",
11167
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11168
+ }
10980
11169
  },
10981
11170
  {
10982
- "kind": "method",
10983
- "name": "finalizeAssociatedCallback",
10984
- "return": {
10985
- "type": {
10986
- "text": "FinalizeAssociatedResult"
10987
- }
11171
+ "kind": "field",
11172
+ "name": "inputGroupContextValue",
11173
+ "type": {
11174
+ "text": "InputChoiceGroupContextProps"
10988
11175
  },
10989
- "parameters": [
10990
- {
10991
- "name": "value",
10992
- "type": {
10993
- "text": "string"
10994
- }
10995
- }
10996
- ],
11176
+ "privacy": "public",
11177
+ "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
10997
11178
  "inheritedFrom": {
10998
- "name": "FormField",
10999
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11179
+ "name": "InputChoiceGroup",
11180
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11000
11181
  }
11001
11182
  },
11002
11183
  {
@@ -11112,227 +11293,46 @@
11112
11293
  "name": "FormField",
11113
11294
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11114
11295
  }
11115
- }
11116
- ],
11117
- "attributes": [
11118
- {
11119
- "name": "rows",
11120
- "type": {
11121
- "text": "Optional<number>"
11122
- },
11123
- "description": "Specify the height of TextArea",
11124
- "fieldName": "rows"
11125
- },
11126
- {
11127
- "name": "cols",
11128
- "type": {
11129
- "text": "Optional<number>"
11130
- },
11131
- "description": "Specify the width of TextArea",
11132
- "fieldName": "cols"
11133
- },
11134
- {
11135
- "name": "placeholder",
11136
- "type": {
11137
- "text": "Optional<string>"
11138
- },
11139
- "description": "Specify placeholder text for TextArea",
11140
- "fieldName": "placeholder"
11141
- },
11142
- {
11143
- "name": "required",
11144
- "type": {
11145
- "text": "boolean"
11146
- },
11147
- "default": "false",
11148
- "description": "Specify if TextArea is a required input",
11149
- "fieldName": "required"
11150
- },
11151
- {
11152
- "name": "hideRequiredMarker",
11153
- "type": {
11154
- "text": "boolean"
11155
- },
11156
- "default": "false",
11157
- "description": "Specify if the TextArea displays with an asterisk",
11158
- "fieldName": "hideRequiredMarker"
11159
- },
11160
- {
11161
- "name": "error",
11162
- "type": {
11163
- "text": "Optional<string>"
11164
- },
11165
- "description": "Specify error text and display error state of a TextArea",
11166
- "fieldName": "error"
11167
- },
11168
- {
11169
- "name": "readOnly",
11170
- "type": {
11171
- "text": "boolean"
11172
- },
11173
- "default": "false",
11174
- "description": "Specify if TextArea displays in a read-only state",
11175
- "fieldName": "readOnly"
11176
- },
11177
- {
11178
- "name": "disabled",
11179
- "type": {
11180
- "text": "boolean"
11181
- },
11182
- "default": "false",
11183
- "description": "Specify if TextArea displays in a disabled state",
11184
- "fieldName": "disabled"
11185
- },
11186
- {
11187
- "name": "fluid",
11188
- "type": {
11189
- "text": "boolean"
11190
- },
11191
- "default": "false",
11192
- "description": "Specify if TextArea is fluid",
11193
- "fieldName": "fluid"
11194
- },
11195
- {
11196
- "name": "width",
11197
- "type": {
11198
- "text": "Optional<string>"
11199
- },
11200
- "description": "Specify the width of TextArea",
11201
- "fieldName": "width"
11202
- },
11203
- {
11204
- "name": "hideResize",
11205
- "type": {
11206
- "text": "boolean"
11207
- },
11208
- "default": "false",
11209
- "description": "Specify if TextArea can be manually resized",
11210
- "fieldName": "hideResize"
11211
- },
11212
- {
11213
- "name": "maxCount",
11214
- "type": {
11215
- "text": "Optional<number>"
11216
- },
11217
- "description": "Specify the maximum character count for the TextArea",
11218
- "fieldName": "maxCount"
11219
- },
11220
- {
11221
- "name": "autoResize",
11222
- "type": {
11223
- "text": "boolean"
11224
- },
11225
- "default": "false",
11226
- "description": "Specify if the TextArea automatically resizes to fit the text",
11227
- "fieldName": "autoResize"
11228
- },
11229
- {
11230
- "name": "theme",
11231
- "type": {
11232
- "text": "Optional<ThemeTypes>"
11233
- },
11234
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
11235
- "fieldName": "theme"
11236
- },
11237
- {
11238
- "name": "id",
11239
- "type": {
11240
- "text": "string"
11241
- },
11242
- "default": "''",
11243
- "fieldName": "id",
11244
- "inheritedFrom": {
11245
- "name": "FormField",
11246
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11247
- }
11248
- },
11249
- {
11250
- "name": "name",
11251
- "type": {
11252
- "text": "string"
11253
- },
11254
- "default": "''",
11255
- "fieldName": "name",
11256
- "inheritedFrom": {
11257
- "name": "FormField",
11258
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11259
- }
11260
- },
11261
- {
11262
- "name": "value",
11263
- "type": {
11264
- "text": "string"
11265
- },
11266
- "default": "''",
11267
- "fieldName": "value",
11268
- "inheritedFrom": {
11269
- "name": "FormField",
11270
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11271
- }
11272
- },
11273
- {
11274
- "name": "validationRules",
11275
- "type": {
11276
- "text": "Array<FormValidator>"
11277
- },
11278
- "default": "[]",
11279
- "fieldName": "validationRules",
11280
- "inheritedFrom": {
11281
- "name": "FormField",
11282
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11283
- }
11284
11296
  },
11285
11297
  {
11286
- "name": "input-aria-label",
11287
- "type": {
11288
- "text": "Optional<string>"
11298
+ "kind": "method",
11299
+ "name": "finalizeAssociatedCallback",
11300
+ "return": {
11301
+ "type": {
11302
+ "text": "FinalizeAssociatedResult"
11303
+ }
11289
11304
  },
11290
- "fieldName": "inputAriaLabel",
11305
+ "parameters": [
11306
+ {
11307
+ "name": "ctxValue",
11308
+ "type": {
11309
+ "text": "string"
11310
+ }
11311
+ }
11312
+ ],
11291
11313
  "inheritedFrom": {
11292
11314
  "name": "FormField",
11293
11315
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11294
11316
  }
11295
11317
  }
11296
- ],
11297
- "superclass": {
11298
- "name": "FormField",
11299
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
11300
- },
11301
- "summary": "`bm-text-area`",
11302
- "tagName": "bm-text-area",
11303
- "customElement": true
11318
+ ]
11304
11319
  }
11305
11320
  ],
11306
11321
  "exports": [
11307
11322
  {
11308
11323
  "kind": "js",
11309
- "name": "BmTextArea",
11324
+ "name": "BmSwitchGroup",
11310
11325
  "declaration": {
11311
- "name": "BmTextArea",
11312
- "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
11326
+ "name": "BmSwitchGroup",
11327
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11313
11328
  }
11314
11329
  },
11315
11330
  {
11316
11331
  "kind": "custom-element-definition",
11317
- "name": "bm-text-area",
11318
- "declaration": {
11319
- "name": "BmTextArea",
11320
- "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
11321
- }
11322
- }
11323
- ]
11324
- },
11325
- {
11326
- "kind": "javascript-module",
11327
- "path": "libs/web-components/src/lib/wip/TextArea/index.ts",
11328
- "declarations": [],
11329
- "exports": [
11330
- {
11331
- "kind": "js",
11332
- "name": "*",
11332
+ "name": "bm-switch-group",
11333
11333
  "declaration": {
11334
- "name": "*",
11335
- "package": "./TextArea"
11334
+ "name": "BmSwitchGroup",
11335
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11336
11336
  }
11337
11337
  }
11338
11338
  ]