@openremote/or-mwc-components 1.7.0-snapshot.20250527153909 → 1.7.0-snapshot.20250530120018
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +862 -416
- package/package.json +6 -6
- package/tsconfig.tsbuildinfo +1 -1
package/custom-elements.json
CHANGED
|
@@ -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
|
-
"
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
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
|
},
|
|
@@ -1962,19 +2301,14 @@
|
|
|
1962
2301
|
"description": "",
|
|
1963
2302
|
"name": "OrMwcMenu",
|
|
1964
2303
|
"members": [
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "field",
|
|
1967
|
-
"name": "styles",
|
|
1968
|
-
"static": true,
|
|
1969
|
-
"readonly": true
|
|
1970
|
-
},
|
|
1971
2304
|
{
|
|
1972
2305
|
"kind": "field",
|
|
1973
2306
|
"name": "menuItems",
|
|
1974
2307
|
"type": {
|
|
1975
2308
|
"text": "(ListItem | ListItem[] | null)[] | undefined"
|
|
1976
2309
|
},
|
|
1977
|
-
"privacy": "public"
|
|
2310
|
+
"privacy": "public",
|
|
2311
|
+
"attribute": "menuItems"
|
|
1978
2312
|
},
|
|
1979
2313
|
{
|
|
1980
2314
|
"kind": "field",
|
|
@@ -1982,7 +2316,8 @@
|
|
|
1982
2316
|
"type": {
|
|
1983
2317
|
"text": "any[] | any | undefined"
|
|
1984
2318
|
},
|
|
1985
|
-
"privacy": "public"
|
|
2319
|
+
"privacy": "public",
|
|
2320
|
+
"attribute": "values"
|
|
1986
2321
|
},
|
|
1987
2322
|
{
|
|
1988
2323
|
"kind": "field",
|
|
@@ -1990,7 +2325,8 @@
|
|
|
1990
2325
|
"type": {
|
|
1991
2326
|
"text": "boolean | undefined"
|
|
1992
2327
|
},
|
|
1993
|
-
"privacy": "public"
|
|
2328
|
+
"privacy": "public",
|
|
2329
|
+
"attribute": "multiSelect"
|
|
1994
2330
|
},
|
|
1995
2331
|
{
|
|
1996
2332
|
"kind": "field",
|
|
@@ -1998,7 +2334,8 @@
|
|
|
1998
2334
|
"type": {
|
|
1999
2335
|
"text": "boolean | undefined"
|
|
2000
2336
|
},
|
|
2001
|
-
"privacy": "public"
|
|
2337
|
+
"privacy": "public",
|
|
2338
|
+
"attribute": "visible"
|
|
2002
2339
|
},
|
|
2003
2340
|
{
|
|
2004
2341
|
"kind": "field",
|
|
@@ -2006,7 +2343,8 @@
|
|
|
2006
2343
|
"type": {
|
|
2007
2344
|
"text": "boolean | undefined"
|
|
2008
2345
|
},
|
|
2009
|
-
"privacy": "public"
|
|
2346
|
+
"privacy": "public",
|
|
2347
|
+
"attribute": "translateValues"
|
|
2010
2348
|
},
|
|
2011
2349
|
{
|
|
2012
2350
|
"kind": "field",
|
|
@@ -2053,11 +2391,6 @@
|
|
|
2053
2391
|
"name": "open",
|
|
2054
2392
|
"privacy": "public"
|
|
2055
2393
|
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "method",
|
|
2058
|
-
"name": "render",
|
|
2059
|
-
"privacy": "protected"
|
|
2060
|
-
},
|
|
2061
2394
|
{
|
|
2062
2395
|
"kind": "method",
|
|
2063
2396
|
"name": "getItemsTemplate",
|
|
@@ -2083,42 +2416,6 @@
|
|
|
2083
2416
|
}
|
|
2084
2417
|
]
|
|
2085
2418
|
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "firstUpdated",
|
|
2089
|
-
"privacy": "protected",
|
|
2090
|
-
"return": {
|
|
2091
|
-
"type": {
|
|
2092
|
-
"text": "void"
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
"parameters": [
|
|
2096
|
-
{
|
|
2097
|
-
"name": "_changedProperties",
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "PropertyValues"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
]
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "method",
|
|
2106
|
-
"name": "updated",
|
|
2107
|
-
"privacy": "protected",
|
|
2108
|
-
"return": {
|
|
2109
|
-
"type": {
|
|
2110
|
-
"text": "void"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"parameters": [
|
|
2114
|
-
{
|
|
2115
|
-
"name": "_changedProperties",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "PropertyValues"
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
]
|
|
2121
|
-
},
|
|
2122
2419
|
{
|
|
2123
2420
|
"kind": "method",
|
|
2124
2421
|
"name": "_onMenuClosed",
|
|
@@ -2147,14 +2444,52 @@
|
|
|
2147
2444
|
"events": [
|
|
2148
2445
|
{
|
|
2149
2446
|
"type": {
|
|
2150
|
-
"text": "OrMwcMenuClosedEvent"
|
|
2151
|
-
}
|
|
2447
|
+
"text": "OrMwcMenuClosedEvent"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
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"
|
|
2152
2486
|
}
|
|
2153
2487
|
],
|
|
2154
2488
|
"superclass": {
|
|
2155
2489
|
"name": "LitElement",
|
|
2156
2490
|
"package": "lit"
|
|
2157
2491
|
},
|
|
2492
|
+
"tagName": "or-mwc-menu",
|
|
2158
2493
|
"customElement": true
|
|
2159
2494
|
}
|
|
2160
2495
|
],
|
|
@@ -2198,6 +2533,14 @@
|
|
|
2198
2533
|
"name": "OrMwcMenu",
|
|
2199
2534
|
"module": "src/or-mwc-menu.ts"
|
|
2200
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
|
+
}
|
|
2201
2544
|
}
|
|
2202
2545
|
]
|
|
2203
2546
|
},
|
|
@@ -2279,13 +2622,6 @@
|
|
|
2279
2622
|
"static": true,
|
|
2280
2623
|
"description": "Can be set by apps to control where in the DOM snackbars are added"
|
|
2281
2624
|
},
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "field",
|
|
2284
|
-
"name": "styles",
|
|
2285
|
-
"privacy": "public",
|
|
2286
|
-
"static": true,
|
|
2287
|
-
"readonly": true
|
|
2288
|
-
},
|
|
2289
2625
|
{
|
|
2290
2626
|
"kind": "field",
|
|
2291
2627
|
"name": "text",
|
|
@@ -2300,7 +2636,8 @@
|
|
|
2300
2636
|
"type": {
|
|
2301
2637
|
"text": "string | undefined"
|
|
2302
2638
|
},
|
|
2303
|
-
"privacy": "public"
|
|
2639
|
+
"privacy": "public",
|
|
2640
|
+
"attribute": "buttonText"
|
|
2304
2641
|
},
|
|
2305
2642
|
{
|
|
2306
2643
|
"kind": "field",
|
|
@@ -2316,7 +2653,8 @@
|
|
|
2316
2653
|
"type": {
|
|
2317
2654
|
"text": "number | undefined"
|
|
2318
2655
|
},
|
|
2319
|
-
"privacy": "public"
|
|
2656
|
+
"privacy": "public",
|
|
2657
|
+
"attribute": "timeout"
|
|
2320
2658
|
},
|
|
2321
2659
|
{
|
|
2322
2660
|
"kind": "field",
|
|
@@ -2325,7 +2663,8 @@
|
|
|
2325
2663
|
"text": "boolean"
|
|
2326
2664
|
},
|
|
2327
2665
|
"privacy": "public",
|
|
2328
|
-
"default": "false"
|
|
2666
|
+
"default": "false",
|
|
2667
|
+
"attribute": "_open"
|
|
2329
2668
|
},
|
|
2330
2669
|
{
|
|
2331
2670
|
"kind": "field",
|
|
@@ -2367,24 +2706,6 @@
|
|
|
2367
2706
|
}
|
|
2368
2707
|
]
|
|
2369
2708
|
},
|
|
2370
|
-
{
|
|
2371
|
-
"kind": "method",
|
|
2372
|
-
"name": "render",
|
|
2373
|
-
"privacy": "protected"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "method",
|
|
2377
|
-
"name": "updated",
|
|
2378
|
-
"privacy": "protected",
|
|
2379
|
-
"parameters": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "_changedProperties",
|
|
2382
|
-
"type": {
|
|
2383
|
-
"text": "PropertyValues"
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
]
|
|
2387
|
-
},
|
|
2388
2709
|
{
|
|
2389
2710
|
"kind": "method",
|
|
2390
2711
|
"name": "onClose",
|
|
@@ -2425,10 +2746,35 @@
|
|
|
2425
2746
|
}
|
|
2426
2747
|
}
|
|
2427
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
|
+
],
|
|
2428
2773
|
"superclass": {
|
|
2429
2774
|
"name": "LitElement",
|
|
2430
2775
|
"package": "lit"
|
|
2431
2776
|
},
|
|
2777
|
+
"tagName": "or-mwc-snackbar",
|
|
2432
2778
|
"customElement": true
|
|
2433
2779
|
}
|
|
2434
2780
|
],
|
|
@@ -2456,6 +2802,14 @@
|
|
|
2456
2802
|
"name": "OrMwcSnackbar",
|
|
2457
2803
|
"module": "src/or-mwc-snackbar.ts"
|
|
2458
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
|
+
}
|
|
2459
2813
|
}
|
|
2460
2814
|
]
|
|
2461
2815
|
},
|
|
@@ -2512,19 +2866,14 @@
|
|
|
2512
2866
|
"description": "",
|
|
2513
2867
|
"name": "OrMwcTable",
|
|
2514
2868
|
"members": [
|
|
2515
|
-
{
|
|
2516
|
-
"kind": "field",
|
|
2517
|
-
"name": "styles",
|
|
2518
|
-
"static": true,
|
|
2519
|
-
"readonly": true
|
|
2520
|
-
},
|
|
2521
2869
|
{
|
|
2522
2870
|
"kind": "field",
|
|
2523
2871
|
"name": "columns",
|
|
2524
2872
|
"type": {
|
|
2525
2873
|
"text": "TableColumn[] | string[] | undefined"
|
|
2526
2874
|
},
|
|
2527
|
-
"privacy": "public"
|
|
2875
|
+
"privacy": "public",
|
|
2876
|
+
"attribute": "columns"
|
|
2528
2877
|
},
|
|
2529
2878
|
{
|
|
2530
2879
|
"kind": "field",
|
|
@@ -2532,7 +2881,8 @@
|
|
|
2532
2881
|
"type": {
|
|
2533
2882
|
"text": "TemplateResult | undefined"
|
|
2534
2883
|
},
|
|
2535
|
-
"privacy": "protected"
|
|
2884
|
+
"privacy": "protected",
|
|
2885
|
+
"attribute": "columnsTemplate"
|
|
2536
2886
|
},
|
|
2537
2887
|
{
|
|
2538
2888
|
"kind": "field",
|
|
@@ -2540,7 +2890,8 @@
|
|
|
2540
2890
|
"type": {
|
|
2541
2891
|
"text": "TableRow[] | string[][] | undefined"
|
|
2542
2892
|
},
|
|
2543
|
-
"privacy": "public"
|
|
2893
|
+
"privacy": "public",
|
|
2894
|
+
"attribute": "rows"
|
|
2544
2895
|
},
|
|
2545
2896
|
{
|
|
2546
2897
|
"kind": "field",
|
|
@@ -2548,7 +2899,8 @@
|
|
|
2548
2899
|
"type": {
|
|
2549
2900
|
"text": "TemplateResult | undefined"
|
|
2550
2901
|
},
|
|
2551
|
-
"privacy": "protected"
|
|
2902
|
+
"privacy": "protected",
|
|
2903
|
+
"attribute": "rowsTemplate"
|
|
2552
2904
|
},
|
|
2553
2905
|
{
|
|
2554
2906
|
"kind": "field",
|
|
@@ -2557,7 +2909,8 @@
|
|
|
2557
2909
|
"text": "TableConfig"
|
|
2558
2910
|
},
|
|
2559
2911
|
"privacy": "protected",
|
|
2560
|
-
"default": "{ columnFilter: [], stickyFirstColumn: true, fullHeight: false, pagination: { enable: false } }"
|
|
2912
|
+
"default": "{ columnFilter: [], stickyFirstColumn: true, fullHeight: false, pagination: { enable: false } }",
|
|
2913
|
+
"attribute": "config"
|
|
2561
2914
|
},
|
|
2562
2915
|
{
|
|
2563
2916
|
"kind": "field",
|
|
@@ -2566,7 +2919,8 @@
|
|
|
2566
2919
|
"text": "number"
|
|
2567
2920
|
},
|
|
2568
2921
|
"privacy": "protected",
|
|
2569
|
-
"default": "0"
|
|
2922
|
+
"default": "0",
|
|
2923
|
+
"attribute": "paginationIndex"
|
|
2570
2924
|
},
|
|
2571
2925
|
{
|
|
2572
2926
|
"kind": "field",
|
|
@@ -2575,7 +2929,8 @@
|
|
|
2575
2929
|
"text": "number"
|
|
2576
2930
|
},
|
|
2577
2931
|
"privacy": "public",
|
|
2578
|
-
"default": "10"
|
|
2932
|
+
"default": "10",
|
|
2933
|
+
"attribute": "paginationSize"
|
|
2579
2934
|
},
|
|
2580
2935
|
{
|
|
2581
2936
|
"kind": "field",
|
|
@@ -2592,7 +2947,8 @@
|
|
|
2592
2947
|
"text": "'ASC' | 'DESC'"
|
|
2593
2948
|
},
|
|
2594
2949
|
"privacy": "protected",
|
|
2595
|
-
"default": "'ASC'"
|
|
2950
|
+
"default": "'ASC'",
|
|
2951
|
+
"attribute": "sortDirection"
|
|
2596
2952
|
},
|
|
2597
2953
|
{
|
|
2598
2954
|
"kind": "field",
|
|
@@ -2601,7 +2957,8 @@
|
|
|
2601
2957
|
"text": "number | undefined"
|
|
2602
2958
|
},
|
|
2603
2959
|
"privacy": "protected",
|
|
2604
|
-
"default": "-1"
|
|
2960
|
+
"default": "-1",
|
|
2961
|
+
"attribute": "sortIndex"
|
|
2605
2962
|
},
|
|
2606
2963
|
{
|
|
2607
2964
|
"kind": "field",
|
|
@@ -2610,38 +2967,8 @@
|
|
|
2610
2967
|
"text": "TableRow[] | string[][] | any[] | undefined"
|
|
2611
2968
|
},
|
|
2612
2969
|
"privacy": "public",
|
|
2613
|
-
"default": "[]"
|
|
2614
|
-
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "method",
|
|
2617
|
-
"name": "firstUpdated",
|
|
2618
|
-
"privacy": "protected",
|
|
2619
|
-
"parameters": [
|
|
2620
|
-
{
|
|
2621
|
-
"name": "changedProperties",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "Map<string, any>"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2626
|
-
]
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"kind": "method",
|
|
2630
|
-
"name": "updated",
|
|
2631
|
-
"privacy": "protected",
|
|
2632
|
-
"parameters": [
|
|
2633
|
-
{
|
|
2634
|
-
"name": "changedProperties",
|
|
2635
|
-
"type": {
|
|
2636
|
-
"text": "Map<string, any>"
|
|
2637
|
-
}
|
|
2638
|
-
}
|
|
2639
|
-
]
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "method",
|
|
2643
|
-
"name": "render",
|
|
2644
|
-
"privacy": "protected"
|
|
2970
|
+
"default": "[]",
|
|
2971
|
+
"attribute": "selectedRows"
|
|
2645
2972
|
},
|
|
2646
2973
|
{
|
|
2647
2974
|
"kind": "method",
|
|
@@ -3050,10 +3377,89 @@
|
|
|
3050
3377
|
}
|
|
3051
3378
|
}
|
|
3052
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
|
+
],
|
|
3053
3458
|
"superclass": {
|
|
3054
3459
|
"name": "LitElement",
|
|
3055
3460
|
"package": "lit"
|
|
3056
3461
|
},
|
|
3462
|
+
"tagName": "or-mwc-table",
|
|
3057
3463
|
"customElement": true
|
|
3058
3464
|
}
|
|
3059
3465
|
],
|
|
@@ -3081,6 +3487,14 @@
|
|
|
3081
3487
|
"name": "OrMwcTable",
|
|
3082
3488
|
"module": "src/or-mwc-table.ts"
|
|
3083
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
|
+
}
|
|
3084
3498
|
}
|
|
3085
3499
|
]
|
|
3086
3500
|
},
|
|
@@ -3093,19 +3507,14 @@
|
|
|
3093
3507
|
"description": "",
|
|
3094
3508
|
"name": "OrMwcTabs",
|
|
3095
3509
|
"members": [
|
|
3096
|
-
{
|
|
3097
|
-
"kind": "field",
|
|
3098
|
-
"name": "styles",
|
|
3099
|
-
"static": true,
|
|
3100
|
-
"readonly": true
|
|
3101
|
-
},
|
|
3102
3510
|
{
|
|
3103
3511
|
"kind": "field",
|
|
3104
3512
|
"name": "index",
|
|
3105
3513
|
"type": {
|
|
3106
3514
|
"text": "number | undefined"
|
|
3107
3515
|
},
|
|
3108
|
-
"privacy": "protected"
|
|
3516
|
+
"privacy": "protected",
|
|
3517
|
+
"attribute": "index"
|
|
3109
3518
|
},
|
|
3110
3519
|
{
|
|
3111
3520
|
"kind": "field",
|
|
@@ -3113,7 +3522,8 @@
|
|
|
3113
3522
|
"type": {
|
|
3114
3523
|
"text": "OrMwcTabItem[] | undefined"
|
|
3115
3524
|
},
|
|
3116
|
-
"privacy": "protected"
|
|
3525
|
+
"privacy": "protected",
|
|
3526
|
+
"attribute": "items"
|
|
3117
3527
|
},
|
|
3118
3528
|
{
|
|
3119
3529
|
"kind": "field",
|
|
@@ -3121,7 +3531,8 @@
|
|
|
3121
3531
|
"type": {
|
|
3122
3532
|
"text": "\"left\" | \"top\" | undefined"
|
|
3123
3533
|
},
|
|
3124
|
-
"privacy": "protected"
|
|
3534
|
+
"privacy": "protected",
|
|
3535
|
+
"attribute": "iconPosition"
|
|
3125
3536
|
},
|
|
3126
3537
|
{
|
|
3127
3538
|
"kind": "field",
|
|
@@ -3129,7 +3540,8 @@
|
|
|
3129
3540
|
"type": {
|
|
3130
3541
|
"text": "boolean | undefined"
|
|
3131
3542
|
},
|
|
3132
|
-
"privacy": "protected"
|
|
3543
|
+
"privacy": "protected",
|
|
3544
|
+
"attribute": "noScroll"
|
|
3133
3545
|
},
|
|
3134
3546
|
{
|
|
3135
3547
|
"kind": "field",
|
|
@@ -3137,7 +3549,8 @@
|
|
|
3137
3549
|
"type": {
|
|
3138
3550
|
"text": "string | undefined"
|
|
3139
3551
|
},
|
|
3140
|
-
"privacy": "protected"
|
|
3552
|
+
"privacy": "protected",
|
|
3553
|
+
"attribute": "bgColor"
|
|
3141
3554
|
},
|
|
3142
3555
|
{
|
|
3143
3556
|
"kind": "field",
|
|
@@ -3145,15 +3558,8 @@
|
|
|
3145
3558
|
"type": {
|
|
3146
3559
|
"text": "string | undefined"
|
|
3147
3560
|
},
|
|
3148
|
-
"privacy": "protected"
|
|
3149
|
-
|
|
3150
|
-
{
|
|
3151
|
-
"kind": "field",
|
|
3152
|
-
"name": "styles",
|
|
3153
|
-
"type": {
|
|
3154
|
-
"text": "CSSResult | string | undefined"
|
|
3155
|
-
},
|
|
3156
|
-
"privacy": "protected"
|
|
3561
|
+
"privacy": "protected",
|
|
3562
|
+
"attribute": "color"
|
|
3157
3563
|
},
|
|
3158
3564
|
{
|
|
3159
3565
|
"kind": "field",
|
|
@@ -3162,24 +3568,6 @@
|
|
|
3162
3568
|
"text": "MDCTabBar | undefined"
|
|
3163
3569
|
},
|
|
3164
3570
|
"privacy": "private"
|
|
3165
|
-
},
|
|
3166
|
-
{
|
|
3167
|
-
"kind": "method",
|
|
3168
|
-
"name": "updated",
|
|
3169
|
-
"privacy": "protected",
|
|
3170
|
-
"parameters": [
|
|
3171
|
-
{
|
|
3172
|
-
"name": "changedProperties",
|
|
3173
|
-
"type": {
|
|
3174
|
-
"text": "Map<string, any>"
|
|
3175
|
-
}
|
|
3176
|
-
}
|
|
3177
|
-
]
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"kind": "method",
|
|
3181
|
-
"name": "render",
|
|
3182
|
-
"privacy": "protected"
|
|
3183
3571
|
}
|
|
3184
3572
|
],
|
|
3185
3573
|
"events": [
|
|
@@ -3190,10 +3578,60 @@
|
|
|
3190
3578
|
}
|
|
3191
3579
|
}
|
|
3192
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
|
+
],
|
|
3193
3630
|
"superclass": {
|
|
3194
3631
|
"name": "LitElement",
|
|
3195
3632
|
"package": "lit"
|
|
3196
3633
|
},
|
|
3634
|
+
"tagName": "or-mwc-tabs",
|
|
3197
3635
|
"customElement": true
|
|
3198
3636
|
}
|
|
3199
3637
|
],
|
|
@@ -3205,6 +3643,14 @@
|
|
|
3205
3643
|
"name": "OrMwcTabs",
|
|
3206
3644
|
"module": "src/or-mwc-tabs.ts"
|
|
3207
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
|
+
}
|
|
3208
3654
|
}
|
|
3209
3655
|
]
|
|
3210
3656
|
},
|