@openremote/or-mwc-components 1.6.0-snapshot.20250519123755 → 1.6.2

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.
@@ -172,19 +172,14 @@
172
172
  "static": true,
173
173
  "description": "Can be set by apps to control where in the DOM dialogs are added"
174
174
  },
175
- {
176
- "kind": "field",
177
- "name": "styles",
178
- "static": true,
179
- "readonly": true
180
- },
181
175
  {
182
176
  "kind": "field",
183
177
  "name": "heading",
184
178
  "type": {
185
179
  "text": "string | TemplateResult | undefined"
186
180
  },
187
- "privacy": "public"
181
+ "privacy": "public",
182
+ "attribute": "heading"
188
183
  },
189
184
  {
190
185
  "kind": "field",
@@ -216,15 +211,8 @@
216
211
  "type": {
217
212
  "text": "boolean | undefined"
218
213
  },
219
- "privacy": "public"
220
- },
221
- {
222
- "kind": "field",
223
- "name": "styles",
224
- "type": {
225
- "text": "TemplateResult | string | undefined"
226
- },
227
- "privacy": "public"
214
+ "privacy": "public",
215
+ "attribute": "avatar"
228
216
  },
229
217
  {
230
218
  "kind": "field",
@@ -407,24 +395,6 @@
407
395
  }
408
396
  ]
409
397
  },
410
- {
411
- "kind": "method",
412
- "name": "render",
413
- "privacy": "protected"
414
- },
415
- {
416
- "kind": "method",
417
- "name": "updated",
418
- "privacy": "protected",
419
- "parameters": [
420
- {
421
- "name": "_changedProperties",
422
- "type": {
423
- "text": "PropertyValues"
424
- }
425
- }
426
- ]
427
- },
428
398
  {
429
399
  "kind": "method",
430
400
  "name": "_onDialogOpened",
@@ -472,10 +442,32 @@
472
442
  }
473
443
  }
474
444
  ],
445
+ "attributes": [
446
+ {
447
+ "name": "heading",
448
+ "type": {
449
+ "text": "string | TemplateResult | undefined"
450
+ },
451
+ "fieldName": "heading"
452
+ },
453
+ {
454
+ "name": "avatar",
455
+ "type": {
456
+ "text": "boolean | undefined"
457
+ },
458
+ "fieldName": "avatar"
459
+ },
460
+ {
461
+ "name": "styles",
462
+ "readonly": true,
463
+ "fieldName": "styles"
464
+ }
465
+ ],
475
466
  "superclass": {
476
467
  "name": "LitElement",
477
468
  "package": "lit"
478
469
  },
470
+ "tagName": "or-mwc-dialog",
479
471
  "customElement": true
480
472
  }
481
473
  ],
@@ -535,6 +527,14 @@
535
527
  "name": "OrMwcDialog",
536
528
  "module": "src/or-mwc-dialog.ts"
537
529
  }
530
+ },
531
+ {
532
+ "kind": "custom-element-definition",
533
+ "name": "or-mwc-dialog",
534
+ "declaration": {
535
+ "name": "OrMwcDialog",
536
+ "module": "src/or-mwc-dialog.ts"
537
+ }
538
538
  }
539
539
  ]
540
540
  },
@@ -569,13 +569,6 @@
569
569
  "description": "",
570
570
  "name": "OrMwcDrawer",
571
571
  "members": [
572
- {
573
- "kind": "field",
574
- "name": "styles",
575
- "privacy": "public",
576
- "static": true,
577
- "readonly": true
578
- },
579
572
  {
580
573
  "kind": "field",
581
574
  "name": "header",
@@ -591,7 +584,8 @@
591
584
  "text": "boolean"
592
585
  },
593
586
  "privacy": "public",
594
- "default": "false"
587
+ "default": "false",
588
+ "attribute": "dismissible"
595
589
  },
596
590
  {
597
591
  "kind": "field",
@@ -600,7 +594,8 @@
600
594
  "text": "boolean"
601
595
  },
602
596
  "privacy": "public",
603
- "default": "false"
597
+ "default": "false",
598
+ "attribute": "rightSided"
604
599
  },
605
600
  {
606
601
  "kind": "field",
@@ -609,7 +604,8 @@
609
604
  "text": "boolean"
610
605
  },
611
606
  "privacy": "public",
612
- "default": "false"
607
+ "default": "false",
608
+ "attribute": "transparent"
613
609
  },
614
610
  {
615
611
  "kind": "field",
@@ -618,7 +614,8 @@
618
614
  "text": "boolean"
619
615
  },
620
616
  "privacy": "public",
621
- "default": "false"
617
+ "default": "false",
618
+ "attribute": "open"
622
619
  },
623
620
  {
624
621
  "kind": "field",
@@ -657,16 +654,6 @@
657
654
  "name": "toggle",
658
655
  "privacy": "public"
659
656
  },
660
- {
661
- "kind": "method",
662
- "name": "render",
663
- "privacy": "protected"
664
- },
665
- {
666
- "kind": "method",
667
- "name": "updated",
668
- "privacy": "protected"
669
- },
670
657
  {
671
658
  "kind": "method",
672
659
  "name": "dispatchChangedEvent",
@@ -679,11 +666,6 @@
679
666
  }
680
667
  }
681
668
  ]
682
- },
683
- {
684
- "kind": "method",
685
- "name": "firstUpdated",
686
- "privacy": "protected"
687
669
  }
688
670
  ],
689
671
  "events": [
@@ -694,10 +676,45 @@
694
676
  }
695
677
  }
696
678
  ],
679
+ "attributes": [
680
+ {
681
+ "name": "dismissible",
682
+ "type": {
683
+ "text": "boolean"
684
+ },
685
+ "default": "false",
686
+ "fieldName": "dismissible"
687
+ },
688
+ {
689
+ "name": "rightSided",
690
+ "type": {
691
+ "text": "boolean"
692
+ },
693
+ "default": "false",
694
+ "fieldName": "rightSided"
695
+ },
696
+ {
697
+ "name": "transparent",
698
+ "type": {
699
+ "text": "boolean"
700
+ },
701
+ "default": "false",
702
+ "fieldName": "transparent"
703
+ },
704
+ {
705
+ "name": "open",
706
+ "type": {
707
+ "text": "boolean"
708
+ },
709
+ "default": "false",
710
+ "fieldName": "open"
711
+ }
712
+ ],
697
713
  "superclass": {
698
714
  "name": "LitElement",
699
715
  "package": "lit"
700
716
  },
717
+ "tagName": "or-mwc-drawer",
701
718
  "customElement": true
702
719
  }
703
720
  ],
@@ -717,6 +734,14 @@
717
734
  "name": "OrMwcDrawer",
718
735
  "module": "src/or-mwc-drawer.ts"
719
736
  }
737
+ },
738
+ {
739
+ "kind": "custom-element-definition",
740
+ "name": "or-mwc-drawer",
741
+ "declaration": {
742
+ "name": "OrMwcDrawer",
743
+ "module": "src/or-mwc-drawer.ts"
744
+ }
720
745
  }
721
746
  ]
722
747
  },
@@ -775,19 +800,14 @@
775
800
  "description": "",
776
801
  "name": "OrMwcInput",
777
802
  "members": [
778
- {
779
- "kind": "field",
780
- "name": "styles",
781
- "static": true,
782
- "readonly": true
783
- },
784
803
  {
785
804
  "kind": "field",
786
805
  "name": "focused",
787
806
  "type": {
788
807
  "text": "boolean | undefined"
789
808
  },
790
- "privacy": "public"
809
+ "privacy": "public",
810
+ "attribute": "focused"
791
811
  },
792
812
  {
793
813
  "kind": "field",
@@ -795,7 +815,8 @@
795
815
  "type": {
796
816
  "text": "any | undefined"
797
817
  },
798
- "privacy": "public"
818
+ "privacy": "public",
819
+ "attribute": "value"
799
820
  },
800
821
  {
801
822
  "kind": "field",
@@ -803,7 +824,8 @@
803
824
  "type": {
804
825
  "text": "InputType | undefined"
805
826
  },
806
- "privacy": "public"
827
+ "privacy": "public",
828
+ "attribute": "type"
807
829
  },
808
830
  {
809
831
  "kind": "field",
@@ -811,7 +833,8 @@
811
833
  "type": {
812
834
  "text": "String | undefined"
813
835
  },
814
- "privacy": "public"
836
+ "privacy": "public",
837
+ "attribute": "name"
815
838
  },
816
839
  {
817
840
  "kind": "field",
@@ -820,7 +843,8 @@
820
843
  "text": "boolean"
821
844
  },
822
845
  "privacy": "public",
823
- "default": "false"
846
+ "default": "false",
847
+ "attribute": "readonly"
824
848
  },
825
849
  {
826
850
  "kind": "field",
@@ -829,7 +853,8 @@
829
853
  "text": "boolean"
830
854
  },
831
855
  "privacy": "public",
832
- "default": "false"
856
+ "default": "false",
857
+ "attribute": "required"
833
858
  },
834
859
  {
835
860
  "kind": "field",
@@ -837,7 +862,8 @@
837
862
  "type": {
838
863
  "text": "any | undefined"
839
864
  },
840
- "privacy": "public"
865
+ "privacy": "public",
866
+ "attribute": "max"
841
867
  },
842
868
  {
843
869
  "kind": "field",
@@ -845,7 +871,8 @@
845
871
  "type": {
846
872
  "text": "any | undefined"
847
873
  },
848
- "privacy": "public"
874
+ "privacy": "public",
875
+ "attribute": "min"
849
876
  },
850
877
  {
851
878
  "kind": "field",
@@ -853,7 +880,8 @@
853
880
  "type": {
854
881
  "text": "number | undefined"
855
882
  },
856
- "privacy": "public"
883
+ "privacy": "public",
884
+ "attribute": "step"
857
885
  },
858
886
  {
859
887
  "kind": "field",
@@ -862,7 +890,8 @@
862
890
  "text": "boolean"
863
891
  },
864
892
  "privacy": "public",
865
- "default": "false"
893
+ "default": "false",
894
+ "attribute": "checked"
866
895
  },
867
896
  {
868
897
  "kind": "field",
@@ -871,7 +900,8 @@
871
900
  "text": "boolean"
872
901
  },
873
902
  "privacy": "public",
874
- "default": "false"
903
+ "default": "false",
904
+ "attribute": "indeterminate"
875
905
  },
876
906
  {
877
907
  "kind": "field",
@@ -879,7 +909,8 @@
879
909
  "type": {
880
910
  "text": "number | undefined"
881
911
  },
882
- "privacy": "public"
912
+ "privacy": "public",
913
+ "attribute": "maxLength"
883
914
  },
884
915
  {
885
916
  "kind": "field",
@@ -887,7 +918,8 @@
887
918
  "type": {
888
919
  "text": "number | undefined"
889
920
  },
890
- "privacy": "public"
921
+ "privacy": "public",
922
+ "attribute": "minLength"
891
923
  },
892
924
  {
893
925
  "kind": "field",
@@ -895,7 +927,8 @@
895
927
  "type": {
896
928
  "text": "number | undefined"
897
929
  },
898
- "privacy": "public"
930
+ "privacy": "public",
931
+ "attribute": "rows"
899
932
  },
900
933
  {
901
934
  "kind": "field",
@@ -903,7 +936,8 @@
903
936
  "type": {
904
937
  "text": "number | undefined"
905
938
  },
906
- "privacy": "public"
939
+ "privacy": "public",
940
+ "attribute": "cols"
907
941
  },
908
942
  {
909
943
  "kind": "field",
@@ -912,7 +946,8 @@
912
946
  "text": "boolean"
913
947
  },
914
948
  "privacy": "public",
915
- "default": "false"
949
+ "default": "false",
950
+ "attribute": "multiple"
916
951
  },
917
952
  {
918
953
  "kind": "field",
@@ -920,7 +955,8 @@
920
955
  "type": {
921
956
  "text": "string | undefined"
922
957
  },
923
- "privacy": "public"
958
+ "privacy": "public",
959
+ "attribute": "pattern"
924
960
  },
925
961
  {
926
962
  "kind": "field",
@@ -928,7 +964,8 @@
928
964
  "type": {
929
965
  "text": "string | undefined"
930
966
  },
931
- "privacy": "public"
967
+ "privacy": "public",
968
+ "attribute": "placeHolder"
932
969
  },
933
970
  {
934
971
  "kind": "field",
@@ -936,7 +973,8 @@
936
973
  "type": {
937
974
  "text": "any[] | any | undefined"
938
975
  },
939
- "privacy": "public"
976
+ "privacy": "public",
977
+ "attribute": "options"
940
978
  },
941
979
  {
942
980
  "kind": "field",
@@ -944,7 +982,8 @@
944
982
  "type": {
945
983
  "text": "boolean | undefined"
946
984
  },
947
- "privacy": "public"
985
+ "privacy": "public",
986
+ "attribute": "autoSelect"
948
987
  },
949
988
  {
950
989
  "kind": "field",
@@ -952,7 +991,8 @@
952
991
  "type": {
953
992
  "text": "(search?: string) => Promise<[any, string][]> | undefined"
954
993
  },
955
- "privacy": "public"
994
+ "privacy": "public",
995
+ "attribute": "searchProvider"
956
996
  },
957
997
  {
958
998
  "kind": "field",
@@ -961,7 +1001,8 @@
961
1001
  "text": "string"
962
1002
  },
963
1003
  "privacy": "public",
964
- "default": "\"search\""
1004
+ "default": "\"search\"",
1005
+ "attribute": "searchLabel"
965
1006
  },
966
1007
  {
967
1008
  "kind": "field",
@@ -969,7 +1010,8 @@
969
1010
  "type": {
970
1011
  "text": "string | undefined"
971
1012
  },
972
- "privacy": "public"
1013
+ "privacy": "public",
1014
+ "attribute": "icon"
973
1015
  },
974
1016
  {
975
1017
  "kind": "field",
@@ -977,7 +1019,8 @@
977
1019
  "type": {
978
1020
  "text": "string | undefined"
979
1021
  },
980
- "privacy": "public"
1022
+ "privacy": "public",
1023
+ "attribute": "iconColor"
981
1024
  },
982
1025
  {
983
1026
  "kind": "field",
@@ -985,7 +1028,8 @@
985
1028
  "type": {
986
1029
  "text": "string | undefined"
987
1030
  },
988
- "privacy": "public"
1031
+ "privacy": "public",
1032
+ "attribute": "iconOn"
989
1033
  },
990
1034
  {
991
1035
  "kind": "field",
@@ -993,7 +1037,8 @@
993
1037
  "type": {
994
1038
  "text": "string | undefined"
995
1039
  },
996
- "privacy": "public"
1040
+ "privacy": "public",
1041
+ "attribute": "iconTrailing"
997
1042
  },
998
1043
  {
999
1044
  "kind": "field",
@@ -1002,7 +1047,8 @@
1002
1047
  "text": "boolean"
1003
1048
  },
1004
1049
  "privacy": "public",
1005
- "default": "false"
1050
+ "default": "false",
1051
+ "attribute": "compact"
1006
1052
  },
1007
1053
  {
1008
1054
  "kind": "field",
@@ -1011,7 +1057,8 @@
1011
1057
  "text": "boolean"
1012
1058
  },
1013
1059
  "privacy": "public",
1014
- "default": "false"
1060
+ "default": "false",
1061
+ "attribute": "comfortable"
1015
1062
  },
1016
1063
  {
1017
1064
  "kind": "field",
@@ -1020,7 +1067,8 @@
1020
1067
  "text": "boolean"
1021
1068
  },
1022
1069
  "privacy": "public",
1023
- "default": "false"
1070
+ "default": "false",
1071
+ "attribute": "raised"
1024
1072
  },
1025
1073
  {
1026
1074
  "kind": "field",
@@ -1029,7 +1077,8 @@
1029
1077
  "text": "boolean"
1030
1078
  },
1031
1079
  "privacy": "public",
1032
- "default": "false"
1080
+ "default": "false",
1081
+ "attribute": "action"
1033
1082
  },
1034
1083
  {
1035
1084
  "kind": "field",
@@ -1038,7 +1087,8 @@
1038
1087
  "text": "boolean"
1039
1088
  },
1040
1089
  "privacy": "public",
1041
- "default": "false"
1090
+ "default": "false",
1091
+ "attribute": "unElevated"
1042
1092
  },
1043
1093
  {
1044
1094
  "kind": "field",
@@ -1047,7 +1097,8 @@
1047
1097
  "text": "boolean"
1048
1098
  },
1049
1099
  "privacy": "public",
1050
- "default": "false"
1100
+ "default": "false",
1101
+ "attribute": "outlined"
1051
1102
  },
1052
1103
  {
1053
1104
  "kind": "field",
@@ -1056,7 +1107,8 @@
1056
1107
  "text": "boolean"
1057
1108
  },
1058
1109
  "privacy": "public",
1059
- "default": "false"
1110
+ "default": "false",
1111
+ "attribute": "rounded"
1060
1112
  },
1061
1113
  {
1062
1114
  "kind": "field",
@@ -1064,7 +1116,8 @@
1064
1116
  "type": {
1065
1117
  "text": "ValueFormat | undefined"
1066
1118
  },
1067
- "privacy": "public"
1119
+ "privacy": "public",
1120
+ "attribute": "format"
1068
1121
  },
1069
1122
  {
1070
1123
  "kind": "field",
@@ -1073,7 +1126,8 @@
1073
1126
  "text": "boolean"
1074
1127
  },
1075
1128
  "privacy": "public",
1076
- "default": "false"
1129
+ "default": "false",
1130
+ "attribute": "disableSliderNumberInput"
1077
1131
  },
1078
1132
  {
1079
1133
  "kind": "field",
@@ -1082,7 +1136,8 @@
1082
1136
  "text": "boolean"
1083
1137
  },
1084
1138
  "privacy": "public",
1085
- "default": "false"
1139
+ "default": "false",
1140
+ "attribute": "fullWidth"
1086
1141
  },
1087
1142
  {
1088
1143
  "kind": "field",
@@ -1090,7 +1145,8 @@
1090
1145
  "type": {
1091
1146
  "text": "string | undefined"
1092
1147
  },
1093
- "privacy": "public"
1148
+ "privacy": "public",
1149
+ "attribute": "helperText"
1094
1150
  },
1095
1151
  {
1096
1152
  "kind": "field",
@@ -1099,7 +1155,8 @@
1099
1155
  "text": "boolean"
1100
1156
  },
1101
1157
  "privacy": "public",
1102
- "default": "false"
1158
+ "default": "false",
1159
+ "attribute": "helperPersistent"
1103
1160
  },
1104
1161
  {
1105
1162
  "kind": "field",
@@ -1107,7 +1164,8 @@
1107
1164
  "type": {
1108
1165
  "text": "string | undefined"
1109
1166
  },
1110
- "privacy": "public"
1167
+ "privacy": "public",
1168
+ "attribute": "validationMessage"
1111
1169
  },
1112
1170
  {
1113
1171
  "kind": "field",
@@ -1116,7 +1174,8 @@
1116
1174
  "text": "boolean"
1117
1175
  },
1118
1176
  "privacy": "public",
1119
- "default": "false"
1177
+ "default": "false",
1178
+ "attribute": "autoValidate"
1120
1179
  },
1121
1180
  {
1122
1181
  "kind": "field",
@@ -1125,7 +1184,8 @@
1125
1184
  "text": "boolean"
1126
1185
  },
1127
1186
  "privacy": "public",
1128
- "default": "false"
1187
+ "default": "false",
1188
+ "attribute": "charCounter"
1129
1189
  },
1130
1190
  {
1131
1191
  "kind": "field",
@@ -1133,7 +1193,8 @@
1133
1193
  "type": {
1134
1194
  "text": "string | undefined"
1135
1195
  },
1136
- "privacy": "public"
1196
+ "privacy": "public",
1197
+ "attribute": "label"
1137
1198
  },
1138
1199
  {
1139
1200
  "kind": "field",
@@ -1142,7 +1203,8 @@
1142
1203
  "text": "boolean"
1143
1204
  },
1144
1205
  "privacy": "public",
1145
- "default": "false"
1206
+ "default": "false",
1207
+ "attribute": "disabled"
1146
1208
  },
1147
1209
  {
1148
1210
  "kind": "field",
@@ -1151,7 +1213,8 @@
1151
1213
  "text": "boolean"
1152
1214
  },
1153
1215
  "privacy": "public",
1154
- "default": "false"
1216
+ "default": "false",
1217
+ "attribute": "continuous"
1155
1218
  },
1156
1219
  {
1157
1220
  "kind": "field",
@@ -1160,7 +1223,8 @@
1160
1223
  "text": "boolean"
1161
1224
  },
1162
1225
  "privacy": "public",
1163
- "default": "false"
1226
+ "default": "false",
1227
+ "attribute": "resizeVertical"
1164
1228
  },
1165
1229
  {
1166
1230
  "kind": "field",
@@ -1237,29 +1301,11 @@
1237
1301
  },
1238
1302
  "privacy": "protected"
1239
1303
  },
1240
- {
1241
- "kind": "method",
1242
- "name": "shouldUpdate",
1243
- "privacy": "protected",
1244
- "parameters": [
1245
- {
1246
- "name": "_changedProperties",
1247
- "type": {
1248
- "text": "PropertyValues"
1249
- }
1250
- }
1251
- ]
1252
- },
1253
1304
  {
1254
1305
  "kind": "method",
1255
1306
  "name": "focus",
1256
1307
  "privacy": "public"
1257
1308
  },
1258
- {
1259
- "kind": "method",
1260
- "name": "render",
1261
- "privacy": "protected"
1262
- },
1263
1309
  {
1264
1310
  "kind": "method",
1265
1311
  "name": "_getFormat",
@@ -1270,48 +1316,6 @@
1270
1316
  }
1271
1317
  }
1272
1318
  },
1273
- {
1274
- "kind": "method",
1275
- "name": "update",
1276
- "parameters": [
1277
- {
1278
- "name": "_changedProperties",
1279
- "type": {
1280
- "text": "PropertyValues"
1281
- }
1282
- }
1283
- ]
1284
- },
1285
- {
1286
- "kind": "method",
1287
- "name": "firstUpdated",
1288
- "parameters": [
1289
- {
1290
- "name": "_changedProperties",
1291
- "type": {
1292
- "text": "PropertyValues"
1293
- }
1294
- }
1295
- ]
1296
- },
1297
- {
1298
- "kind": "method",
1299
- "name": "updated",
1300
- "privacy": "protected",
1301
- "return": {
1302
- "type": {
1303
- "text": "void"
1304
- }
1305
- },
1306
- "parameters": [
1307
- {
1308
- "name": "_changedProperties",
1309
- "type": {
1310
- "text": "PropertyValues"
1311
- }
1312
- }
1313
- ]
1314
- },
1315
1319
  {
1316
1320
  "kind": "method",
1317
1321
  "name": "renderOutlined",
@@ -1453,34 +1457,381 @@
1453
1457
  }
1454
1458
  }
1455
1459
  ],
1456
- "superclass": {
1457
- "name": "LitElement",
1458
- "package": "lit"
1459
- },
1460
- "customElement": true
1461
- }
1462
- ],
1463
- "exports": [
1464
- {
1465
- "kind": "js",
1466
- "name": "OrInputChangedEvent",
1467
- "declaration": {
1468
- "name": "OrInputChangedEvent",
1469
- "module": "src/or-mwc-input.ts"
1470
- }
1471
- },
1472
- {
1473
- "kind": "js",
1474
- "name": "getValueHolderInputTemplateProvider",
1475
- "declaration": {
1476
- "name": "getValueHolderInputTemplateProvider",
1477
- "module": "src/or-mwc-input.ts"
1478
- }
1479
- },
1480
- {
1481
- "kind": "js",
1482
- "name": "OrMwcInput",
1483
- "declaration": {
1460
+ "attributes": [
1461
+ {
1462
+ "name": "focused",
1463
+ "type": {
1464
+ "text": "boolean | undefined"
1465
+ },
1466
+ "fieldName": "focused"
1467
+ },
1468
+ {
1469
+ "name": "value",
1470
+ "type": {
1471
+ "text": "any | undefined"
1472
+ },
1473
+ "fieldName": "value"
1474
+ },
1475
+ {
1476
+ "name": "type",
1477
+ "type": {
1478
+ "text": "InputType | undefined"
1479
+ },
1480
+ "fieldName": "type"
1481
+ },
1482
+ {
1483
+ "name": "name",
1484
+ "type": {
1485
+ "text": "String | undefined"
1486
+ },
1487
+ "fieldName": "name"
1488
+ },
1489
+ {
1490
+ "name": "readonly",
1491
+ "type": {
1492
+ "text": "boolean"
1493
+ },
1494
+ "default": "false",
1495
+ "fieldName": "readonly"
1496
+ },
1497
+ {
1498
+ "name": "required",
1499
+ "type": {
1500
+ "text": "boolean"
1501
+ },
1502
+ "default": "false",
1503
+ "fieldName": "required"
1504
+ },
1505
+ {
1506
+ "name": "max",
1507
+ "type": {
1508
+ "text": "any | undefined"
1509
+ },
1510
+ "fieldName": "max"
1511
+ },
1512
+ {
1513
+ "name": "min",
1514
+ "type": {
1515
+ "text": "any | undefined"
1516
+ },
1517
+ "fieldName": "min"
1518
+ },
1519
+ {
1520
+ "name": "step",
1521
+ "type": {
1522
+ "text": "number | undefined"
1523
+ },
1524
+ "fieldName": "step"
1525
+ },
1526
+ {
1527
+ "name": "checked",
1528
+ "type": {
1529
+ "text": "boolean"
1530
+ },
1531
+ "default": "false",
1532
+ "fieldName": "checked"
1533
+ },
1534
+ {
1535
+ "name": "indeterminate",
1536
+ "type": {
1537
+ "text": "boolean"
1538
+ },
1539
+ "default": "false",
1540
+ "fieldName": "indeterminate"
1541
+ },
1542
+ {
1543
+ "name": "maxLength",
1544
+ "type": {
1545
+ "text": "number | undefined"
1546
+ },
1547
+ "fieldName": "maxLength"
1548
+ },
1549
+ {
1550
+ "name": "minLength",
1551
+ "type": {
1552
+ "text": "number | undefined"
1553
+ },
1554
+ "fieldName": "minLength"
1555
+ },
1556
+ {
1557
+ "name": "rows",
1558
+ "type": {
1559
+ "text": "number | undefined"
1560
+ },
1561
+ "fieldName": "rows"
1562
+ },
1563
+ {
1564
+ "name": "cols",
1565
+ "type": {
1566
+ "text": "number | undefined"
1567
+ },
1568
+ "fieldName": "cols"
1569
+ },
1570
+ {
1571
+ "name": "multiple",
1572
+ "type": {
1573
+ "text": "boolean"
1574
+ },
1575
+ "default": "false",
1576
+ "fieldName": "multiple"
1577
+ },
1578
+ {
1579
+ "name": "pattern",
1580
+ "type": {
1581
+ "text": "string | undefined"
1582
+ },
1583
+ "fieldName": "pattern"
1584
+ },
1585
+ {
1586
+ "name": "placeHolder",
1587
+ "type": {
1588
+ "text": "string | undefined"
1589
+ },
1590
+ "fieldName": "placeHolder"
1591
+ },
1592
+ {
1593
+ "name": "options",
1594
+ "type": {
1595
+ "text": "any[] | any | undefined"
1596
+ },
1597
+ "fieldName": "options"
1598
+ },
1599
+ {
1600
+ "name": "autoSelect",
1601
+ "type": {
1602
+ "text": "boolean | undefined"
1603
+ },
1604
+ "fieldName": "autoSelect"
1605
+ },
1606
+ {
1607
+ "name": "searchProvider",
1608
+ "type": {
1609
+ "text": "(search?: string) => Promise<[any, string][]> | undefined"
1610
+ },
1611
+ "fieldName": "searchProvider"
1612
+ },
1613
+ {
1614
+ "name": "searchLabel",
1615
+ "type": {
1616
+ "text": "string"
1617
+ },
1618
+ "default": "\"search\"",
1619
+ "fieldName": "searchLabel"
1620
+ },
1621
+ {
1622
+ "name": "icon",
1623
+ "type": {
1624
+ "text": "string | undefined"
1625
+ },
1626
+ "fieldName": "icon"
1627
+ },
1628
+ {
1629
+ "name": "iconColor",
1630
+ "type": {
1631
+ "text": "string | undefined"
1632
+ },
1633
+ "fieldName": "iconColor"
1634
+ },
1635
+ {
1636
+ "name": "iconOn",
1637
+ "type": {
1638
+ "text": "string | undefined"
1639
+ },
1640
+ "fieldName": "iconOn"
1641
+ },
1642
+ {
1643
+ "name": "iconTrailing",
1644
+ "type": {
1645
+ "text": "string | undefined"
1646
+ },
1647
+ "fieldName": "iconTrailing"
1648
+ },
1649
+ {
1650
+ "name": "compact",
1651
+ "type": {
1652
+ "text": "boolean"
1653
+ },
1654
+ "default": "false",
1655
+ "fieldName": "compact"
1656
+ },
1657
+ {
1658
+ "name": "comfortable",
1659
+ "type": {
1660
+ "text": "boolean"
1661
+ },
1662
+ "default": "false",
1663
+ "fieldName": "comfortable"
1664
+ },
1665
+ {
1666
+ "name": "raised",
1667
+ "type": {
1668
+ "text": "boolean"
1669
+ },
1670
+ "default": "false",
1671
+ "fieldName": "raised"
1672
+ },
1673
+ {
1674
+ "name": "action",
1675
+ "type": {
1676
+ "text": "boolean"
1677
+ },
1678
+ "default": "false",
1679
+ "fieldName": "action"
1680
+ },
1681
+ {
1682
+ "name": "unElevated",
1683
+ "type": {
1684
+ "text": "boolean"
1685
+ },
1686
+ "default": "false",
1687
+ "fieldName": "unElevated"
1688
+ },
1689
+ {
1690
+ "name": "outlined",
1691
+ "type": {
1692
+ "text": "boolean"
1693
+ },
1694
+ "default": "false",
1695
+ "fieldName": "outlined"
1696
+ },
1697
+ {
1698
+ "name": "rounded",
1699
+ "type": {
1700
+ "text": "boolean"
1701
+ },
1702
+ "default": "false",
1703
+ "fieldName": "rounded"
1704
+ },
1705
+ {
1706
+ "name": "format",
1707
+ "type": {
1708
+ "text": "ValueFormat | undefined"
1709
+ },
1710
+ "fieldName": "format"
1711
+ },
1712
+ {
1713
+ "name": "disableSliderNumberInput",
1714
+ "type": {
1715
+ "text": "boolean"
1716
+ },
1717
+ "default": "false",
1718
+ "fieldName": "disableSliderNumberInput"
1719
+ },
1720
+ {
1721
+ "name": "fullWidth",
1722
+ "type": {
1723
+ "text": "boolean"
1724
+ },
1725
+ "default": "false",
1726
+ "fieldName": "fullWidth"
1727
+ },
1728
+ {
1729
+ "name": "helperText",
1730
+ "type": {
1731
+ "text": "string | undefined"
1732
+ },
1733
+ "fieldName": "helperText"
1734
+ },
1735
+ {
1736
+ "name": "helperPersistent",
1737
+ "type": {
1738
+ "text": "boolean"
1739
+ },
1740
+ "default": "false",
1741
+ "fieldName": "helperPersistent"
1742
+ },
1743
+ {
1744
+ "name": "validationMessage",
1745
+ "type": {
1746
+ "text": "string | undefined"
1747
+ },
1748
+ "fieldName": "validationMessage"
1749
+ },
1750
+ {
1751
+ "name": "autoValidate",
1752
+ "type": {
1753
+ "text": "boolean"
1754
+ },
1755
+ "default": "false",
1756
+ "fieldName": "autoValidate"
1757
+ },
1758
+ {
1759
+ "name": "charCounter",
1760
+ "type": {
1761
+ "text": "boolean"
1762
+ },
1763
+ "default": "false",
1764
+ "fieldName": "charCounter"
1765
+ },
1766
+ {
1767
+ "name": "label",
1768
+ "type": {
1769
+ "text": "string | undefined"
1770
+ },
1771
+ "fieldName": "label"
1772
+ },
1773
+ {
1774
+ "name": "disabled",
1775
+ "type": {
1776
+ "text": "boolean"
1777
+ },
1778
+ "default": "false",
1779
+ "fieldName": "disabled"
1780
+ },
1781
+ {
1782
+ "name": "continuous",
1783
+ "type": {
1784
+ "text": "boolean"
1785
+ },
1786
+ "default": "false",
1787
+ "fieldName": "continuous"
1788
+ },
1789
+ {
1790
+ "name": "resizeVertical",
1791
+ "type": {
1792
+ "text": "boolean"
1793
+ },
1794
+ "default": "false",
1795
+ "fieldName": "resizeVertical"
1796
+ }
1797
+ ],
1798
+ "superclass": {
1799
+ "name": "LitElement",
1800
+ "package": "lit"
1801
+ },
1802
+ "tagName": "or-mwc-input",
1803
+ "customElement": true
1804
+ }
1805
+ ],
1806
+ "exports": [
1807
+ {
1808
+ "kind": "js",
1809
+ "name": "OrInputChangedEvent",
1810
+ "declaration": {
1811
+ "name": "OrInputChangedEvent",
1812
+ "module": "src/or-mwc-input.ts"
1813
+ }
1814
+ },
1815
+ {
1816
+ "kind": "js",
1817
+ "name": "getValueHolderInputTemplateProvider",
1818
+ "declaration": {
1819
+ "name": "getValueHolderInputTemplateProvider",
1820
+ "module": "src/or-mwc-input.ts"
1821
+ }
1822
+ },
1823
+ {
1824
+ "kind": "js",
1825
+ "name": "OrMwcInput",
1826
+ "declaration": {
1827
+ "name": "OrMwcInput",
1828
+ "module": "src/or-mwc-input.ts"
1829
+ }
1830
+ },
1831
+ {
1832
+ "kind": "custom-element-definition",
1833
+ "name": "or-mwc-input",
1834
+ "declaration": {
1484
1835
  "name": "OrMwcInput",
1485
1836
  "module": "src/or-mwc-input.ts"
1486
1837
  }
@@ -1623,19 +1974,14 @@
1623
1974
  "description": "",
1624
1975
  "name": "OrMwcList",
1625
1976
  "members": [
1626
- {
1627
- "kind": "field",
1628
- "name": "styles",
1629
- "static": true,
1630
- "readonly": true
1631
- },
1632
1977
  {
1633
1978
  "kind": "field",
1634
1979
  "name": "listItems",
1635
1980
  "type": {
1636
1981
  "text": "(ListItem | null)[] | undefined"
1637
1982
  },
1638
- "privacy": "public"
1983
+ "privacy": "public",
1984
+ "attribute": "listItems"
1639
1985
  },
1640
1986
  {
1641
1987
  "kind": "field",
@@ -1643,7 +1989,8 @@
1643
1989
  "type": {
1644
1990
  "text": "string[] | string | undefined"
1645
1991
  },
1646
- "privacy": "public"
1992
+ "privacy": "public",
1993
+ "attribute": "values"
1647
1994
  },
1648
1995
  {
1649
1996
  "kind": "field",
@@ -1651,7 +1998,8 @@
1651
1998
  "type": {
1652
1999
  "text": "ListType"
1653
2000
  },
1654
- "privacy": "public"
2001
+ "privacy": "public",
2002
+ "attribute": "type"
1655
2003
  },
1656
2004
  {
1657
2005
  "kind": "field",
@@ -1677,47 +2025,6 @@
1677
2025
  },
1678
2026
  "privacy": "protected"
1679
2027
  },
1680
- {
1681
- "kind": "method",
1682
- "name": "shouldUpdate",
1683
- "privacy": "protected",
1684
- "return": {
1685
- "type": {
1686
- "text": "boolean"
1687
- }
1688
- },
1689
- "parameters": [
1690
- {
1691
- "name": "_changedProperties",
1692
- "type": {
1693
- "text": "PropertyValues"
1694
- }
1695
- }
1696
- ]
1697
- },
1698
- {
1699
- "kind": "method",
1700
- "name": "render",
1701
- "privacy": "protected"
1702
- },
1703
- {
1704
- "kind": "method",
1705
- "name": "firstUpdated",
1706
- "privacy": "protected",
1707
- "return": {
1708
- "type": {
1709
- "text": "void"
1710
- }
1711
- },
1712
- "parameters": [
1713
- {
1714
- "name": "_changedProperties",
1715
- "type": {
1716
- "text": "PropertyValues"
1717
- }
1718
- }
1719
- ]
1720
- },
1721
2028
  {
1722
2029
  "kind": "field",
1723
2030
  "name": "selectedItems",
@@ -1761,10 +2068,34 @@
1761
2068
  }
1762
2069
  }
1763
2070
  ],
2071
+ "attributes": [
2072
+ {
2073
+ "name": "listItems",
2074
+ "type": {
2075
+ "text": "(ListItem | null)[] | undefined"
2076
+ },
2077
+ "fieldName": "listItems"
2078
+ },
2079
+ {
2080
+ "name": "values",
2081
+ "type": {
2082
+ "text": "string[] | string | undefined"
2083
+ },
2084
+ "fieldName": "values"
2085
+ },
2086
+ {
2087
+ "name": "type",
2088
+ "type": {
2089
+ "text": "ListType"
2090
+ },
2091
+ "fieldName": "type"
2092
+ }
2093
+ ],
1764
2094
  "superclass": {
1765
2095
  "name": "LitElement",
1766
2096
  "package": "lit"
1767
2097
  },
2098
+ "tagName": "or-mwc-list",
1768
2099
  "customElement": true
1769
2100
  }
1770
2101
  ],
@@ -1816,6 +2147,14 @@
1816
2147
  "name": "OrMwcList",
1817
2148
  "module": "src/or-mwc-list.ts"
1818
2149
  }
2150
+ },
2151
+ {
2152
+ "kind": "custom-element-definition",
2153
+ "name": "or-mwc-list",
2154
+ "declaration": {
2155
+ "name": "OrMwcList",
2156
+ "module": "src/or-mwc-list.ts"
2157
+ }
1819
2158
  }
1820
2159
  ]
1821
2160
  },
@@ -1867,6 +2206,30 @@
1867
2206
  "module": "src/or-mwc-menu.ts"
1868
2207
  }
1869
2208
  },
2209
+ {
2210
+ "kind": "function",
2211
+ "name": "positionMenuAtElement",
2212
+ "return": {
2213
+ "type": {
2214
+ "text": "T"
2215
+ }
2216
+ },
2217
+ "parameters": [
2218
+ {
2219
+ "name": "menu",
2220
+ "type": {
2221
+ "text": "T"
2222
+ }
2223
+ },
2224
+ {
2225
+ "name": "hostElement",
2226
+ "optional": true,
2227
+ "type": {
2228
+ "text": "HTMLElement"
2229
+ }
2230
+ }
2231
+ ]
2232
+ },
1870
2233
  {
1871
2234
  "kind": "function",
1872
2235
  "name": "getContentWithMenuTemplate",
@@ -1922,6 +2285,14 @@
1922
2285
  {
1923
2286
  "name": "fullWidth",
1924
2287
  "default": "false"
2288
+ },
2289
+ {
2290
+ "name": "menuId",
2291
+ "default": "\"menu\""
2292
+ },
2293
+ {
2294
+ "name": "fixedToHost",
2295
+ "default": "false"
1925
2296
  }
1926
2297
  ]
1927
2298
  },
@@ -1930,19 +2301,14 @@
1930
2301
  "description": "",
1931
2302
  "name": "OrMwcMenu",
1932
2303
  "members": [
1933
- {
1934
- "kind": "field",
1935
- "name": "styles",
1936
- "static": true,
1937
- "readonly": true
1938
- },
1939
2304
  {
1940
2305
  "kind": "field",
1941
2306
  "name": "menuItems",
1942
2307
  "type": {
1943
2308
  "text": "(ListItem | ListItem[] | null)[] | undefined"
1944
2309
  },
1945
- "privacy": "public"
2310
+ "privacy": "public",
2311
+ "attribute": "menuItems"
1946
2312
  },
1947
2313
  {
1948
2314
  "kind": "field",
@@ -1950,7 +2316,8 @@
1950
2316
  "type": {
1951
2317
  "text": "any[] | any | undefined"
1952
2318
  },
1953
- "privacy": "public"
2319
+ "privacy": "public",
2320
+ "attribute": "values"
1954
2321
  },
1955
2322
  {
1956
2323
  "kind": "field",
@@ -1958,7 +2325,8 @@
1958
2325
  "type": {
1959
2326
  "text": "boolean | undefined"
1960
2327
  },
1961
- "privacy": "public"
2328
+ "privacy": "public",
2329
+ "attribute": "multiSelect"
1962
2330
  },
1963
2331
  {
1964
2332
  "kind": "field",
@@ -1966,7 +2334,8 @@
1966
2334
  "type": {
1967
2335
  "text": "boolean | undefined"
1968
2336
  },
1969
- "privacy": "public"
2337
+ "privacy": "public",
2338
+ "attribute": "visible"
1970
2339
  },
1971
2340
  {
1972
2341
  "kind": "field",
@@ -1974,7 +2343,8 @@
1974
2343
  "type": {
1975
2344
  "text": "boolean | undefined"
1976
2345
  },
1977
- "privacy": "public"
2346
+ "privacy": "public",
2347
+ "attribute": "translateValues"
1978
2348
  },
1979
2349
  {
1980
2350
  "kind": "field",
@@ -2021,11 +2391,6 @@
2021
2391
  "name": "open",
2022
2392
  "privacy": "public"
2023
2393
  },
2024
- {
2025
- "kind": "method",
2026
- "name": "render",
2027
- "privacy": "protected"
2028
- },
2029
2394
  {
2030
2395
  "kind": "method",
2031
2396
  "name": "getItemsTemplate",
@@ -2051,42 +2416,6 @@
2051
2416
  }
2052
2417
  ]
2053
2418
  },
2054
- {
2055
- "kind": "method",
2056
- "name": "firstUpdated",
2057
- "privacy": "protected",
2058
- "return": {
2059
- "type": {
2060
- "text": "void"
2061
- }
2062
- },
2063
- "parameters": [
2064
- {
2065
- "name": "_changedProperties",
2066
- "type": {
2067
- "text": "PropertyValues"
2068
- }
2069
- }
2070
- ]
2071
- },
2072
- {
2073
- "kind": "method",
2074
- "name": "updated",
2075
- "privacy": "protected",
2076
- "return": {
2077
- "type": {
2078
- "text": "void"
2079
- }
2080
- },
2081
- "parameters": [
2082
- {
2083
- "name": "_changedProperties",
2084
- "type": {
2085
- "text": "PropertyValues"
2086
- }
2087
- }
2088
- ]
2089
- },
2090
2419
  {
2091
2420
  "kind": "method",
2092
2421
  "name": "_onMenuClosed",
@@ -2119,10 +2448,48 @@
2119
2448
  }
2120
2449
  }
2121
2450
  ],
2451
+ "attributes": [
2452
+ {
2453
+ "name": "menuItems",
2454
+ "type": {
2455
+ "text": "(ListItem | ListItem[] | null)[] | undefined"
2456
+ },
2457
+ "fieldName": "menuItems"
2458
+ },
2459
+ {
2460
+ "name": "values",
2461
+ "type": {
2462
+ "text": "any[] | any | undefined"
2463
+ },
2464
+ "fieldName": "values"
2465
+ },
2466
+ {
2467
+ "name": "multiSelect",
2468
+ "type": {
2469
+ "text": "boolean | undefined"
2470
+ },
2471
+ "fieldName": "multiSelect"
2472
+ },
2473
+ {
2474
+ "name": "visible",
2475
+ "type": {
2476
+ "text": "boolean | undefined"
2477
+ },
2478
+ "fieldName": "visible"
2479
+ },
2480
+ {
2481
+ "name": "translateValues",
2482
+ "type": {
2483
+ "text": "boolean | undefined"
2484
+ },
2485
+ "fieldName": "translateValues"
2486
+ }
2487
+ ],
2122
2488
  "superclass": {
2123
2489
  "name": "LitElement",
2124
2490
  "package": "lit"
2125
2491
  },
2492
+ "tagName": "or-mwc-menu",
2126
2493
  "customElement": true
2127
2494
  }
2128
2495
  ],
@@ -2143,6 +2510,14 @@
2143
2510
  "module": "src/or-mwc-menu.ts"
2144
2511
  }
2145
2512
  },
2513
+ {
2514
+ "kind": "js",
2515
+ "name": "positionMenuAtElement",
2516
+ "declaration": {
2517
+ "name": "positionMenuAtElement",
2518
+ "module": "src/or-mwc-menu.ts"
2519
+ }
2520
+ },
2146
2521
  {
2147
2522
  "kind": "js",
2148
2523
  "name": "getContentWithMenuTemplate",
@@ -2158,6 +2533,14 @@
2158
2533
  "name": "OrMwcMenu",
2159
2534
  "module": "src/or-mwc-menu.ts"
2160
2535
  }
2536
+ },
2537
+ {
2538
+ "kind": "custom-element-definition",
2539
+ "name": "or-mwc-menu",
2540
+ "declaration": {
2541
+ "name": "OrMwcMenu",
2542
+ "module": "src/or-mwc-menu.ts"
2543
+ }
2161
2544
  }
2162
2545
  ]
2163
2546
  },
@@ -2239,13 +2622,6 @@
2239
2622
  "static": true,
2240
2623
  "description": "Can be set by apps to control where in the DOM snackbars are added"
2241
2624
  },
2242
- {
2243
- "kind": "field",
2244
- "name": "styles",
2245
- "privacy": "public",
2246
- "static": true,
2247
- "readonly": true
2248
- },
2249
2625
  {
2250
2626
  "kind": "field",
2251
2627
  "name": "text",
@@ -2260,7 +2636,8 @@
2260
2636
  "type": {
2261
2637
  "text": "string | undefined"
2262
2638
  },
2263
- "privacy": "public"
2639
+ "privacy": "public",
2640
+ "attribute": "buttonText"
2264
2641
  },
2265
2642
  {
2266
2643
  "kind": "field",
@@ -2276,7 +2653,8 @@
2276
2653
  "type": {
2277
2654
  "text": "number | undefined"
2278
2655
  },
2279
- "privacy": "public"
2656
+ "privacy": "public",
2657
+ "attribute": "timeout"
2280
2658
  },
2281
2659
  {
2282
2660
  "kind": "field",
@@ -2285,7 +2663,8 @@
2285
2663
  "text": "boolean"
2286
2664
  },
2287
2665
  "privacy": "public",
2288
- "default": "false"
2666
+ "default": "false",
2667
+ "attribute": "_open"
2289
2668
  },
2290
2669
  {
2291
2670
  "kind": "field",
@@ -2327,24 +2706,6 @@
2327
2706
  }
2328
2707
  ]
2329
2708
  },
2330
- {
2331
- "kind": "method",
2332
- "name": "render",
2333
- "privacy": "protected"
2334
- },
2335
- {
2336
- "kind": "method",
2337
- "name": "updated",
2338
- "privacy": "protected",
2339
- "parameters": [
2340
- {
2341
- "name": "_changedProperties",
2342
- "type": {
2343
- "text": "PropertyValues"
2344
- }
2345
- }
2346
- ]
2347
- },
2348
2709
  {
2349
2710
  "kind": "method",
2350
2711
  "name": "onClose",
@@ -2385,10 +2746,35 @@
2385
2746
  }
2386
2747
  }
2387
2748
  ],
2749
+ "attributes": [
2750
+ {
2751
+ "name": "buttonText",
2752
+ "type": {
2753
+ "text": "string | undefined"
2754
+ },
2755
+ "fieldName": "buttonText"
2756
+ },
2757
+ {
2758
+ "name": "timeout",
2759
+ "type": {
2760
+ "text": "number | undefined"
2761
+ },
2762
+ "fieldName": "timeout"
2763
+ },
2764
+ {
2765
+ "name": "_open",
2766
+ "type": {
2767
+ "text": "boolean"
2768
+ },
2769
+ "default": "false",
2770
+ "fieldName": "_open"
2771
+ }
2772
+ ],
2388
2773
  "superclass": {
2389
2774
  "name": "LitElement",
2390
2775
  "package": "lit"
2391
2776
  },
2777
+ "tagName": "or-mwc-snackbar",
2392
2778
  "customElement": true
2393
2779
  }
2394
2780
  ],
@@ -2416,6 +2802,14 @@
2416
2802
  "name": "OrMwcSnackbar",
2417
2803
  "module": "src/or-mwc-snackbar.ts"
2418
2804
  }
2805
+ },
2806
+ {
2807
+ "kind": "custom-element-definition",
2808
+ "name": "or-mwc-snackbar",
2809
+ "declaration": {
2810
+ "name": "OrMwcSnackbar",
2811
+ "module": "src/or-mwc-snackbar.ts"
2812
+ }
2419
2813
  }
2420
2814
  ]
2421
2815
  },
@@ -2472,19 +2866,14 @@
2472
2866
  "description": "",
2473
2867
  "name": "OrMwcTable",
2474
2868
  "members": [
2475
- {
2476
- "kind": "field",
2477
- "name": "styles",
2478
- "static": true,
2479
- "readonly": true
2480
- },
2481
2869
  {
2482
2870
  "kind": "field",
2483
2871
  "name": "columns",
2484
2872
  "type": {
2485
2873
  "text": "TableColumn[] | string[] | undefined"
2486
2874
  },
2487
- "privacy": "public"
2875
+ "privacy": "public",
2876
+ "attribute": "columns"
2488
2877
  },
2489
2878
  {
2490
2879
  "kind": "field",
@@ -2492,7 +2881,8 @@
2492
2881
  "type": {
2493
2882
  "text": "TemplateResult | undefined"
2494
2883
  },
2495
- "privacy": "protected"
2884
+ "privacy": "protected",
2885
+ "attribute": "columnsTemplate"
2496
2886
  },
2497
2887
  {
2498
2888
  "kind": "field",
@@ -2500,7 +2890,8 @@
2500
2890
  "type": {
2501
2891
  "text": "TableRow[] | string[][] | undefined"
2502
2892
  },
2503
- "privacy": "public"
2893
+ "privacy": "public",
2894
+ "attribute": "rows"
2504
2895
  },
2505
2896
  {
2506
2897
  "kind": "field",
@@ -2508,7 +2899,8 @@
2508
2899
  "type": {
2509
2900
  "text": "TemplateResult | undefined"
2510
2901
  },
2511
- "privacy": "protected"
2902
+ "privacy": "protected",
2903
+ "attribute": "rowsTemplate"
2512
2904
  },
2513
2905
  {
2514
2906
  "kind": "field",
@@ -2517,7 +2909,8 @@
2517
2909
  "text": "TableConfig"
2518
2910
  },
2519
2911
  "privacy": "protected",
2520
- "default": "{ columnFilter: [], stickyFirstColumn: true, fullHeight: false, pagination: { enable: false } }"
2912
+ "default": "{ columnFilter: [], stickyFirstColumn: true, fullHeight: false, pagination: { enable: false } }",
2913
+ "attribute": "config"
2521
2914
  },
2522
2915
  {
2523
2916
  "kind": "field",
@@ -2526,7 +2919,8 @@
2526
2919
  "text": "number"
2527
2920
  },
2528
2921
  "privacy": "protected",
2529
- "default": "0"
2922
+ "default": "0",
2923
+ "attribute": "paginationIndex"
2530
2924
  },
2531
2925
  {
2532
2926
  "kind": "field",
@@ -2535,7 +2929,8 @@
2535
2929
  "text": "number"
2536
2930
  },
2537
2931
  "privacy": "public",
2538
- "default": "10"
2932
+ "default": "10",
2933
+ "attribute": "paginationSize"
2539
2934
  },
2540
2935
  {
2541
2936
  "kind": "field",
@@ -2552,7 +2947,8 @@
2552
2947
  "text": "'ASC' | 'DESC'"
2553
2948
  },
2554
2949
  "privacy": "protected",
2555
- "default": "'ASC'"
2950
+ "default": "'ASC'",
2951
+ "attribute": "sortDirection"
2556
2952
  },
2557
2953
  {
2558
2954
  "kind": "field",
@@ -2561,7 +2957,8 @@
2561
2957
  "text": "number | undefined"
2562
2958
  },
2563
2959
  "privacy": "protected",
2564
- "default": "-1"
2960
+ "default": "-1",
2961
+ "attribute": "sortIndex"
2565
2962
  },
2566
2963
  {
2567
2964
  "kind": "field",
@@ -2570,38 +2967,8 @@
2570
2967
  "text": "TableRow[] | string[][] | any[] | undefined"
2571
2968
  },
2572
2969
  "privacy": "public",
2573
- "default": "[]"
2574
- },
2575
- {
2576
- "kind": "method",
2577
- "name": "firstUpdated",
2578
- "privacy": "protected",
2579
- "parameters": [
2580
- {
2581
- "name": "changedProperties",
2582
- "type": {
2583
- "text": "Map<string, any>"
2584
- }
2585
- }
2586
- ]
2587
- },
2588
- {
2589
- "kind": "method",
2590
- "name": "updated",
2591
- "privacy": "protected",
2592
- "parameters": [
2593
- {
2594
- "name": "changedProperties",
2595
- "type": {
2596
- "text": "Map<string, any>"
2597
- }
2598
- }
2599
- ]
2600
- },
2601
- {
2602
- "kind": "method",
2603
- "name": "render",
2604
- "privacy": "protected"
2970
+ "default": "[]",
2971
+ "attribute": "selectedRows"
2605
2972
  },
2606
2973
  {
2607
2974
  "kind": "method",
@@ -3010,10 +3377,89 @@
3010
3377
  }
3011
3378
  }
3012
3379
  ],
3380
+ "attributes": [
3381
+ {
3382
+ "name": "columns",
3383
+ "type": {
3384
+ "text": "TableColumn[] | string[] | undefined"
3385
+ },
3386
+ "fieldName": "columns"
3387
+ },
3388
+ {
3389
+ "name": "columnsTemplate",
3390
+ "type": {
3391
+ "text": "TemplateResult | undefined"
3392
+ },
3393
+ "fieldName": "columnsTemplate"
3394
+ },
3395
+ {
3396
+ "name": "rows",
3397
+ "type": {
3398
+ "text": "TableRow[] | string[][] | undefined"
3399
+ },
3400
+ "fieldName": "rows"
3401
+ },
3402
+ {
3403
+ "name": "rowsTemplate",
3404
+ "type": {
3405
+ "text": "TemplateResult | undefined"
3406
+ },
3407
+ "fieldName": "rowsTemplate"
3408
+ },
3409
+ {
3410
+ "name": "config",
3411
+ "type": {
3412
+ "text": "TableConfig"
3413
+ },
3414
+ "default": "{ columnFilter: [], stickyFirstColumn: true, fullHeight: false, pagination: { enable: false } }",
3415
+ "fieldName": "config"
3416
+ },
3417
+ {
3418
+ "name": "paginationIndex",
3419
+ "type": {
3420
+ "text": "number"
3421
+ },
3422
+ "default": "0",
3423
+ "fieldName": "paginationIndex"
3424
+ },
3425
+ {
3426
+ "name": "paginationSize",
3427
+ "type": {
3428
+ "text": "number"
3429
+ },
3430
+ "default": "10",
3431
+ "fieldName": "paginationSize"
3432
+ },
3433
+ {
3434
+ "name": "sortDirection",
3435
+ "type": {
3436
+ "text": "'ASC' | 'DESC'"
3437
+ },
3438
+ "default": "'ASC'",
3439
+ "fieldName": "sortDirection"
3440
+ },
3441
+ {
3442
+ "name": "sortIndex",
3443
+ "type": {
3444
+ "text": "number | undefined"
3445
+ },
3446
+ "default": "-1",
3447
+ "fieldName": "sortIndex"
3448
+ },
3449
+ {
3450
+ "name": "selectedRows",
3451
+ "type": {
3452
+ "text": "TableRow[] | string[][] | any[] | undefined"
3453
+ },
3454
+ "default": "[]",
3455
+ "fieldName": "selectedRows"
3456
+ }
3457
+ ],
3013
3458
  "superclass": {
3014
3459
  "name": "LitElement",
3015
3460
  "package": "lit"
3016
3461
  },
3462
+ "tagName": "or-mwc-table",
3017
3463
  "customElement": true
3018
3464
  }
3019
3465
  ],
@@ -3041,6 +3487,14 @@
3041
3487
  "name": "OrMwcTable",
3042
3488
  "module": "src/or-mwc-table.ts"
3043
3489
  }
3490
+ },
3491
+ {
3492
+ "kind": "custom-element-definition",
3493
+ "name": "or-mwc-table",
3494
+ "declaration": {
3495
+ "name": "OrMwcTable",
3496
+ "module": "src/or-mwc-table.ts"
3497
+ }
3044
3498
  }
3045
3499
  ]
3046
3500
  },
@@ -3053,19 +3507,14 @@
3053
3507
  "description": "",
3054
3508
  "name": "OrMwcTabs",
3055
3509
  "members": [
3056
- {
3057
- "kind": "field",
3058
- "name": "styles",
3059
- "static": true,
3060
- "readonly": true
3061
- },
3062
3510
  {
3063
3511
  "kind": "field",
3064
3512
  "name": "index",
3065
3513
  "type": {
3066
3514
  "text": "number | undefined"
3067
3515
  },
3068
- "privacy": "protected"
3516
+ "privacy": "protected",
3517
+ "attribute": "index"
3069
3518
  },
3070
3519
  {
3071
3520
  "kind": "field",
@@ -3073,7 +3522,8 @@
3073
3522
  "type": {
3074
3523
  "text": "OrMwcTabItem[] | undefined"
3075
3524
  },
3076
- "privacy": "protected"
3525
+ "privacy": "protected",
3526
+ "attribute": "items"
3077
3527
  },
3078
3528
  {
3079
3529
  "kind": "field",
@@ -3081,7 +3531,8 @@
3081
3531
  "type": {
3082
3532
  "text": "\"left\" | \"top\" | undefined"
3083
3533
  },
3084
- "privacy": "protected"
3534
+ "privacy": "protected",
3535
+ "attribute": "iconPosition"
3085
3536
  },
3086
3537
  {
3087
3538
  "kind": "field",
@@ -3089,7 +3540,8 @@
3089
3540
  "type": {
3090
3541
  "text": "boolean | undefined"
3091
3542
  },
3092
- "privacy": "protected"
3543
+ "privacy": "protected",
3544
+ "attribute": "noScroll"
3093
3545
  },
3094
3546
  {
3095
3547
  "kind": "field",
@@ -3097,7 +3549,8 @@
3097
3549
  "type": {
3098
3550
  "text": "string | undefined"
3099
3551
  },
3100
- "privacy": "protected"
3552
+ "privacy": "protected",
3553
+ "attribute": "bgColor"
3101
3554
  },
3102
3555
  {
3103
3556
  "kind": "field",
@@ -3105,15 +3558,8 @@
3105
3558
  "type": {
3106
3559
  "text": "string | undefined"
3107
3560
  },
3108
- "privacy": "protected"
3109
- },
3110
- {
3111
- "kind": "field",
3112
- "name": "styles",
3113
- "type": {
3114
- "text": "CSSResult | string | undefined"
3115
- },
3116
- "privacy": "protected"
3561
+ "privacy": "protected",
3562
+ "attribute": "color"
3117
3563
  },
3118
3564
  {
3119
3565
  "kind": "field",
@@ -3122,24 +3568,6 @@
3122
3568
  "text": "MDCTabBar | undefined"
3123
3569
  },
3124
3570
  "privacy": "private"
3125
- },
3126
- {
3127
- "kind": "method",
3128
- "name": "updated",
3129
- "privacy": "protected",
3130
- "parameters": [
3131
- {
3132
- "name": "changedProperties",
3133
- "type": {
3134
- "text": "Map<string, any>"
3135
- }
3136
- }
3137
- ]
3138
- },
3139
- {
3140
- "kind": "method",
3141
- "name": "render",
3142
- "privacy": "protected"
3143
3571
  }
3144
3572
  ],
3145
3573
  "events": [
@@ -3150,10 +3578,60 @@
3150
3578
  }
3151
3579
  }
3152
3580
  ],
3581
+ "attributes": [
3582
+ {
3583
+ "name": "index",
3584
+ "type": {
3585
+ "text": "number | undefined"
3586
+ },
3587
+ "fieldName": "index"
3588
+ },
3589
+ {
3590
+ "name": "items",
3591
+ "type": {
3592
+ "text": "OrMwcTabItem[] | undefined"
3593
+ },
3594
+ "fieldName": "items"
3595
+ },
3596
+ {
3597
+ "name": "iconPosition",
3598
+ "type": {
3599
+ "text": "\"left\" | \"top\" | undefined"
3600
+ },
3601
+ "fieldName": "iconPosition"
3602
+ },
3603
+ {
3604
+ "name": "noScroll",
3605
+ "type": {
3606
+ "text": "boolean | undefined"
3607
+ },
3608
+ "fieldName": "noScroll"
3609
+ },
3610
+ {
3611
+ "name": "bgColor",
3612
+ "type": {
3613
+ "text": "string | undefined"
3614
+ },
3615
+ "fieldName": "bgColor"
3616
+ },
3617
+ {
3618
+ "name": "color",
3619
+ "type": {
3620
+ "text": "string | undefined"
3621
+ },
3622
+ "fieldName": "color"
3623
+ },
3624
+ {
3625
+ "name": "styles",
3626
+ "readonly": true,
3627
+ "fieldName": "styles"
3628
+ }
3629
+ ],
3153
3630
  "superclass": {
3154
3631
  "name": "LitElement",
3155
3632
  "package": "lit"
3156
3633
  },
3634
+ "tagName": "or-mwc-tabs",
3157
3635
  "customElement": true
3158
3636
  }
3159
3637
  ],
@@ -3165,6 +3643,14 @@
3165
3643
  "name": "OrMwcTabs",
3166
3644
  "module": "src/or-mwc-tabs.ts"
3167
3645
  }
3646
+ },
3647
+ {
3648
+ "kind": "custom-element-definition",
3649
+ "name": "or-mwc-tabs",
3650
+ "declaration": {
3651
+ "name": "OrMwcTabs",
3652
+ "module": "src/or-mwc-tabs.ts"
3653
+ }
3168
3654
  }
3169
3655
  ]
3170
3656
  },