@genesislcap/foundation-entity-management 14.78.3 → 14.78.4-alpha-6421adf.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +394 -394
- package/package.json +13 -13
|
@@ -87,41 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
90
|
{
|
|
126
91
|
"kind": "javascript-module",
|
|
127
92
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -673,6 +638,41 @@
|
|
|
673
638
|
}
|
|
674
639
|
]
|
|
675
640
|
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "javascript-module",
|
|
643
|
+
"path": "src/components/components.ts",
|
|
644
|
+
"declarations": [
|
|
645
|
+
{
|
|
646
|
+
"kind": "function",
|
|
647
|
+
"name": "loadRemotes"
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"exports": [
|
|
651
|
+
{
|
|
652
|
+
"kind": "js",
|
|
653
|
+
"name": "loadRemotes",
|
|
654
|
+
"declaration": {
|
|
655
|
+
"name": "loadRemotes",
|
|
656
|
+
"module": "src/components/components.ts"
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "javascript-module",
|
|
663
|
+
"path": "src/components/index.ts",
|
|
664
|
+
"declarations": [],
|
|
665
|
+
"exports": [
|
|
666
|
+
{
|
|
667
|
+
"kind": "js",
|
|
668
|
+
"name": "*",
|
|
669
|
+
"declaration": {
|
|
670
|
+
"name": "*",
|
|
671
|
+
"package": "./components"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
676
|
{
|
|
677
677
|
"kind": "javascript-module",
|
|
678
678
|
"path": "src/layouts/default.ts",
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
"kind": "javascript-module",
|
|
727
|
-
"path": "src/
|
|
727
|
+
"path": "src/main/index.ts",
|
|
728
728
|
"declarations": [],
|
|
729
729
|
"exports": [
|
|
730
730
|
{
|
|
@@ -732,117 +732,93 @@
|
|
|
732
732
|
"name": "*",
|
|
733
733
|
"declaration": {
|
|
734
734
|
"name": "*",
|
|
735
|
-
"package": "./
|
|
735
|
+
"package": "./main.template"
|
|
736
736
|
}
|
|
737
|
-
}
|
|
738
|
-
]
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"kind": "javascript-module",
|
|
742
|
-
"path": "src/list/list.styles.ts",
|
|
743
|
-
"declarations": [
|
|
744
|
-
{
|
|
745
|
-
"kind": "variable",
|
|
746
|
-
"name": "listStyles",
|
|
747
|
-
"default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"exports": [
|
|
737
|
+
},
|
|
751
738
|
{
|
|
752
739
|
"kind": "js",
|
|
753
|
-
"name": "
|
|
740
|
+
"name": "*",
|
|
754
741
|
"declaration": {
|
|
755
|
-
"name": "
|
|
756
|
-
"
|
|
742
|
+
"name": "*",
|
|
743
|
+
"package": "./main"
|
|
757
744
|
}
|
|
758
745
|
}
|
|
759
746
|
]
|
|
760
747
|
},
|
|
761
748
|
{
|
|
762
749
|
"kind": "javascript-module",
|
|
763
|
-
"path": "src/
|
|
750
|
+
"path": "src/main/main.styles.ts",
|
|
764
751
|
"declarations": [
|
|
765
752
|
{
|
|
766
753
|
"kind": "variable",
|
|
767
|
-
"name": "
|
|
768
|
-
"default": "
|
|
754
|
+
"name": "MainStyles",
|
|
755
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
769
756
|
}
|
|
770
757
|
],
|
|
771
758
|
"exports": [
|
|
772
759
|
{
|
|
773
760
|
"kind": "js",
|
|
774
|
-
"name": "
|
|
761
|
+
"name": "MainStyles",
|
|
775
762
|
"declaration": {
|
|
776
|
-
"name": "
|
|
777
|
-
"module": "src/
|
|
763
|
+
"name": "MainStyles",
|
|
764
|
+
"module": "src/main/main.styles.ts"
|
|
778
765
|
}
|
|
779
766
|
}
|
|
780
767
|
]
|
|
781
768
|
},
|
|
782
769
|
{
|
|
783
770
|
"kind": "javascript-module",
|
|
784
|
-
"path": "src/
|
|
771
|
+
"path": "src/main/main.template.ts",
|
|
772
|
+
"declarations": [],
|
|
773
|
+
"exports": []
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"kind": "javascript-module",
|
|
777
|
+
"path": "src/main/main.ts",
|
|
785
778
|
"declarations": [
|
|
786
779
|
{
|
|
787
780
|
"kind": "class",
|
|
788
781
|
"description": "",
|
|
789
|
-
"name": "
|
|
782
|
+
"name": "MainApplication",
|
|
790
783
|
"members": [
|
|
791
784
|
{
|
|
792
785
|
"kind": "field",
|
|
793
|
-
"name": "
|
|
794
|
-
"type": {
|
|
795
|
-
"text": "string"
|
|
796
|
-
},
|
|
797
|
-
"default": "''"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"kind": "field",
|
|
801
|
-
"name": "title",
|
|
802
|
-
"type": {
|
|
803
|
-
"text": "string"
|
|
804
|
-
},
|
|
805
|
-
"default": "''"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"kind": "field",
|
|
809
|
-
"name": "persistColumnStateKey",
|
|
786
|
+
"name": "config",
|
|
810
787
|
"type": {
|
|
811
|
-
"text": "
|
|
788
|
+
"text": "MainRouterConfig"
|
|
812
789
|
}
|
|
813
790
|
},
|
|
814
791
|
{
|
|
815
792
|
"kind": "field",
|
|
816
|
-
"name": "
|
|
793
|
+
"name": "connect",
|
|
817
794
|
"type": {
|
|
818
|
-
"text": "
|
|
795
|
+
"text": "Connect"
|
|
819
796
|
}
|
|
820
797
|
},
|
|
821
798
|
{
|
|
822
799
|
"kind": "field",
|
|
823
|
-
"name": "
|
|
800
|
+
"name": "session",
|
|
824
801
|
"type": {
|
|
825
|
-
"text": "
|
|
802
|
+
"text": "Session"
|
|
826
803
|
}
|
|
827
804
|
},
|
|
828
805
|
{
|
|
829
806
|
"kind": "field",
|
|
830
|
-
"name": "
|
|
807
|
+
"name": "container",
|
|
831
808
|
"type": {
|
|
832
|
-
"text": "
|
|
809
|
+
"text": "Container"
|
|
833
810
|
}
|
|
834
811
|
},
|
|
835
812
|
{
|
|
836
813
|
"kind": "field",
|
|
837
|
-
"name": "
|
|
814
|
+
"name": "provider",
|
|
838
815
|
"type": {
|
|
839
|
-
"text": "
|
|
840
|
-
}
|
|
841
|
-
"default": "false"
|
|
816
|
+
"text": "any"
|
|
817
|
+
}
|
|
842
818
|
},
|
|
843
819
|
{
|
|
844
820
|
"kind": "field",
|
|
845
|
-
"name": "
|
|
821
|
+
"name": "ready",
|
|
846
822
|
"type": {
|
|
847
823
|
"text": "boolean"
|
|
848
824
|
},
|
|
@@ -850,323 +826,28 @@
|
|
|
850
826
|
},
|
|
851
827
|
{
|
|
852
828
|
"kind": "field",
|
|
853
|
-
"name": "
|
|
854
|
-
"type": {
|
|
855
|
-
"text": "ZeroGridPro"
|
|
856
|
-
},
|
|
857
|
-
"privacy": "public"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"kind": "field",
|
|
861
|
-
"name": "datasource",
|
|
862
|
-
"type": {
|
|
863
|
-
"text": "GridProGenesisDatasource"
|
|
864
|
-
},
|
|
865
|
-
"privacy": "public"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"kind": "field",
|
|
869
|
-
"name": "gridOptions",
|
|
870
|
-
"type": {
|
|
871
|
-
"text": "GridOptions"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"kind": "field",
|
|
876
|
-
"name": "columns",
|
|
877
|
-
"type": {
|
|
878
|
-
"text": "ColDef[]"
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"kind": "field",
|
|
883
|
-
"name": "datasourceConfig",
|
|
884
|
-
"type": {
|
|
885
|
-
"text": "DatasourceConfiguration"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"kind": "field",
|
|
890
|
-
"name": "actionButtonsConfig",
|
|
829
|
+
"name": "data",
|
|
891
830
|
"type": {
|
|
892
|
-
"text": "
|
|
831
|
+
"text": "any"
|
|
893
832
|
},
|
|
894
|
-
"default": "
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "field",
|
|
898
|
-
"name": "deleteEvent",
|
|
899
|
-
"type": {
|
|
900
|
-
"text": "string"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"kind": "field",
|
|
905
|
-
"name": "updateEvent",
|
|
906
|
-
"type": {
|
|
907
|
-
"text": "string"
|
|
908
|
-
}
|
|
833
|
+
"default": "null"
|
|
909
834
|
},
|
|
910
835
|
{
|
|
911
836
|
"kind": "method",
|
|
912
|
-
"name": "
|
|
913
|
-
"privacy": "private",
|
|
914
|
-
"parameters": [
|
|
915
|
-
{
|
|
916
|
-
"name": "e"
|
|
917
|
-
}
|
|
918
|
-
]
|
|
837
|
+
"name": "onLuminanceToggle"
|
|
919
838
|
},
|
|
920
839
|
{
|
|
921
840
|
"kind": "method",
|
|
922
|
-
"name": "
|
|
923
|
-
"privacy": "private",
|
|
924
|
-
"parameters": [
|
|
925
|
-
{
|
|
926
|
-
"name": "e"
|
|
927
|
-
}
|
|
928
|
-
]
|
|
841
|
+
"name": "loadRemotes"
|
|
929
842
|
},
|
|
930
843
|
{
|
|
931
844
|
"kind": "method",
|
|
932
|
-
"name": "
|
|
933
|
-
"privacy": "private",
|
|
934
|
-
"parameters": [
|
|
935
|
-
{
|
|
936
|
-
"name": "e"
|
|
937
|
-
}
|
|
938
|
-
]
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"kind": "field",
|
|
942
|
-
"name": "edit",
|
|
943
|
-
"privacy": "private"
|
|
845
|
+
"name": "selectTemplate"
|
|
944
846
|
},
|
|
945
847
|
{
|
|
946
848
|
"kind": "method",
|
|
947
|
-
"name": "
|
|
948
|
-
"
|
|
949
|
-
{
|
|
950
|
-
"name": "e"
|
|
951
|
-
}
|
|
952
|
-
]
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"attributes": [
|
|
956
|
-
{
|
|
957
|
-
"name": "resourceName",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "string"
|
|
960
|
-
},
|
|
961
|
-
"default": "''",
|
|
962
|
-
"fieldName": "resourceName"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"name": "title",
|
|
966
|
-
"type": {
|
|
967
|
-
"text": "string"
|
|
968
|
-
},
|
|
969
|
-
"default": "''",
|
|
970
|
-
"fieldName": "title"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "persist-column-state-key",
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "string"
|
|
976
|
-
},
|
|
977
|
-
"fieldName": "persistColumnStateKey"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "size-columns-to-fit",
|
|
981
|
-
"type": {
|
|
982
|
-
"text": "boolean"
|
|
983
|
-
},
|
|
984
|
-
"fieldName": "sizeColumnsToFit"
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "enable-filter-bar",
|
|
988
|
-
"type": {
|
|
989
|
-
"text": "boolean"
|
|
990
|
-
},
|
|
991
|
-
"fieldName": "enableFilterBar"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "enable-cell-flashing",
|
|
995
|
-
"type": {
|
|
996
|
-
"text": "boolean"
|
|
997
|
-
},
|
|
998
|
-
"fieldName": "enableCellFlashing"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "hide-edit",
|
|
1002
|
-
"type": {
|
|
1003
|
-
"text": "boolean"
|
|
1004
|
-
},
|
|
1005
|
-
"default": "false",
|
|
1006
|
-
"fieldName": "hideEdit"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "hide-delete",
|
|
1010
|
-
"type": {
|
|
1011
|
-
"text": "boolean"
|
|
1012
|
-
},
|
|
1013
|
-
"default": "false",
|
|
1014
|
-
"fieldName": "hideDelete"
|
|
1015
|
-
}
|
|
1016
|
-
],
|
|
1017
|
-
"superclass": {
|
|
1018
|
-
"name": "FASTElement",
|
|
1019
|
-
"package": "@microsoft/fast-element"
|
|
1020
|
-
},
|
|
1021
|
-
"tagName": "entity-list",
|
|
1022
|
-
"customElement": true
|
|
1023
|
-
}
|
|
1024
|
-
],
|
|
1025
|
-
"exports": [
|
|
1026
|
-
{
|
|
1027
|
-
"kind": "js",
|
|
1028
|
-
"name": "List",
|
|
1029
|
-
"declaration": {
|
|
1030
|
-
"name": "List",
|
|
1031
|
-
"module": "src/list/list.ts"
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"kind": "custom-element-definition",
|
|
1036
|
-
"name": "entity-list",
|
|
1037
|
-
"declaration": {
|
|
1038
|
-
"name": "List",
|
|
1039
|
-
"module": "src/list/list.ts"
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "javascript-module",
|
|
1046
|
-
"path": "src/main/index.ts",
|
|
1047
|
-
"declarations": [],
|
|
1048
|
-
"exports": [
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "js",
|
|
1051
|
-
"name": "*",
|
|
1052
|
-
"declaration": {
|
|
1053
|
-
"name": "*",
|
|
1054
|
-
"package": "./main.template"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"kind": "js",
|
|
1059
|
-
"name": "*",
|
|
1060
|
-
"declaration": {
|
|
1061
|
-
"name": "*",
|
|
1062
|
-
"package": "./main"
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
]
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "javascript-module",
|
|
1069
|
-
"path": "src/main/main.styles.ts",
|
|
1070
|
-
"declarations": [
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "variable",
|
|
1073
|
-
"name": "MainStyles",
|
|
1074
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1075
|
-
}
|
|
1076
|
-
],
|
|
1077
|
-
"exports": [
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "js",
|
|
1080
|
-
"name": "MainStyles",
|
|
1081
|
-
"declaration": {
|
|
1082
|
-
"name": "MainStyles",
|
|
1083
|
-
"module": "src/main/main.styles.ts"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "javascript-module",
|
|
1090
|
-
"path": "src/main/main.template.ts",
|
|
1091
|
-
"declarations": [],
|
|
1092
|
-
"exports": []
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "javascript-module",
|
|
1096
|
-
"path": "src/main/main.ts",
|
|
1097
|
-
"declarations": [
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "class",
|
|
1100
|
-
"description": "",
|
|
1101
|
-
"name": "MainApplication",
|
|
1102
|
-
"members": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "field",
|
|
1105
|
-
"name": "config",
|
|
1106
|
-
"type": {
|
|
1107
|
-
"text": "MainRouterConfig"
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "field",
|
|
1112
|
-
"name": "connect",
|
|
1113
|
-
"type": {
|
|
1114
|
-
"text": "Connect"
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "field",
|
|
1119
|
-
"name": "session",
|
|
1120
|
-
"type": {
|
|
1121
|
-
"text": "Session"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "field",
|
|
1126
|
-
"name": "container",
|
|
1127
|
-
"type": {
|
|
1128
|
-
"text": "Container"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"kind": "field",
|
|
1133
|
-
"name": "provider",
|
|
1134
|
-
"type": {
|
|
1135
|
-
"text": "any"
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"kind": "field",
|
|
1140
|
-
"name": "ready",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "boolean"
|
|
1143
|
-
},
|
|
1144
|
-
"default": "false"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "field",
|
|
1148
|
-
"name": "data",
|
|
1149
|
-
"type": {
|
|
1150
|
-
"text": "any"
|
|
1151
|
-
},
|
|
1152
|
-
"default": "null"
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"kind": "method",
|
|
1156
|
-
"name": "onLuminanceToggle"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"kind": "method",
|
|
1160
|
-
"name": "loadRemotes"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"kind": "method",
|
|
1164
|
-
"name": "selectTemplate"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "method",
|
|
1168
|
-
"name": "registerDIDependencies",
|
|
1169
|
-
"privacy": "private"
|
|
849
|
+
"name": "registerDIDependencies",
|
|
850
|
+
"privacy": "private"
|
|
1170
851
|
}
|
|
1171
852
|
],
|
|
1172
853
|
"superclass": {
|
|
@@ -1915,6 +1596,325 @@
|
|
|
1915
1596
|
}
|
|
1916
1597
|
]
|
|
1917
1598
|
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "javascript-module",
|
|
1601
|
+
"path": "src/list/index.ts",
|
|
1602
|
+
"declarations": [],
|
|
1603
|
+
"exports": [
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "js",
|
|
1606
|
+
"name": "*",
|
|
1607
|
+
"declaration": {
|
|
1608
|
+
"name": "*",
|
|
1609
|
+
"package": "./list"
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "javascript-module",
|
|
1616
|
+
"path": "src/list/list.styles.ts",
|
|
1617
|
+
"declarations": [
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "variable",
|
|
1620
|
+
"name": "listStyles",
|
|
1621
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
|
|
1622
|
+
}
|
|
1623
|
+
],
|
|
1624
|
+
"exports": [
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "js",
|
|
1627
|
+
"name": "listStyles",
|
|
1628
|
+
"declaration": {
|
|
1629
|
+
"name": "listStyles",
|
|
1630
|
+
"module": "src/list/list.styles.ts"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "javascript-module",
|
|
1637
|
+
"path": "src/list/list.template.ts",
|
|
1638
|
+
"declarations": [
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "variable",
|
|
1641
|
+
"name": "listTemplate",
|
|
1642
|
+
"default": "html<List>`\n <div class=\"container\">\n ${when(\n (x) => x.enableFilterBar,\n html<List>`\n <zero-filter-bar\n resource=${(x) => x.resourceName}\n only=${(x) => x.columns?.map((colDef) => colDef.field).filter((field) => !!field)}\n labels=${(x) => x.columns?.map((colDef) => colDef.headerName || '')}\n target=\"datasource\"\n ></zero-filter-bar>\n `,\n )}\n <zero-grid-pro\n ${ref('grid')}\n auto-cell-renderer-by-type\n rowSelection=\"single\"\n rowHeight=\"36\"\n headerHeight=\"36\"\n persist-column-state-key=${(x) => x.persistColumnStateKey}\n ?only-template-col-defs=${(x) => !!x.columns}\n suppressCellFocus=\"true\"\n suppressRowDeselection=\"true\"\n enable-cell-flashing=${(x) => x.enableCellFlashing}\n >\n <grid-pro-genesis-datasource\n ${ref('datasource')}\n :deferredGridOptions=${(x) => x.gridOptions}\n criteria=${(x) => x.datasourceConfig?.criteria}\n fields=${(x) => x.datasourceConfig?.fields}\n is-snapshot=${(x) => x.datasourceConfig?.isSnapshot}\n max-rows=${(x) => x.datasourceConfig?.maxRows}\n max-view=${(x) => x.datasourceConfig?.maxView}\n moving-view=${(x) => x.datasourceConfig?.movingView}\n order-by=${(x) => x.datasourceConfig?.orderBy}\n polling-interval=${(x) => x.datasourceConfig?.pollingInterval}\n resource-name=${(x) => x.resourceName}\n reverse=${(x) => x.datasourceConfig?.reverse}\n ></grid-pro-genesis-datasource>\n ${repeat(\n (x) => x.columns,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n ${repeat(\n (x) => x.actionButtonsConfig,\n html`\n <grid-pro-column :definition=${(x) => x}></grid-pro-column>\n `,\n )}\n </zero-grid-pro>\n </div>\n`"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"exports": [
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "js",
|
|
1648
|
+
"name": "listTemplate",
|
|
1649
|
+
"declaration": {
|
|
1650
|
+
"name": "listTemplate",
|
|
1651
|
+
"module": "src/list/list.template.ts"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "javascript-module",
|
|
1658
|
+
"path": "src/list/list.ts",
|
|
1659
|
+
"declarations": [
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "class",
|
|
1662
|
+
"description": "",
|
|
1663
|
+
"name": "List",
|
|
1664
|
+
"members": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "field",
|
|
1667
|
+
"name": "resourceName",
|
|
1668
|
+
"type": {
|
|
1669
|
+
"text": "string"
|
|
1670
|
+
},
|
|
1671
|
+
"default": "''"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "field",
|
|
1675
|
+
"name": "title",
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "string"
|
|
1678
|
+
},
|
|
1679
|
+
"default": "''"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "field",
|
|
1683
|
+
"name": "persistColumnStateKey",
|
|
1684
|
+
"type": {
|
|
1685
|
+
"text": "string"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "field",
|
|
1690
|
+
"name": "sizeColumnsToFit",
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "boolean"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "field",
|
|
1697
|
+
"name": "enableFilterBar",
|
|
1698
|
+
"type": {
|
|
1699
|
+
"text": "boolean"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "field",
|
|
1704
|
+
"name": "enableCellFlashing",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "boolean"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "field",
|
|
1711
|
+
"name": "hideEdit",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "boolean"
|
|
1714
|
+
},
|
|
1715
|
+
"default": "false"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "field",
|
|
1719
|
+
"name": "hideDelete",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "boolean"
|
|
1722
|
+
},
|
|
1723
|
+
"default": "false"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "field",
|
|
1727
|
+
"name": "grid",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "ZeroGridPro"
|
|
1730
|
+
},
|
|
1731
|
+
"privacy": "public"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "field",
|
|
1735
|
+
"name": "datasource",
|
|
1736
|
+
"type": {
|
|
1737
|
+
"text": "GridProGenesisDatasource"
|
|
1738
|
+
},
|
|
1739
|
+
"privacy": "public"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "field",
|
|
1743
|
+
"name": "gridOptions",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "GridOptions"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "columns",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "ColDef[]"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "field",
|
|
1757
|
+
"name": "datasourceConfig",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "DatasourceConfiguration"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "field",
|
|
1764
|
+
"name": "actionButtonsConfig",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "array"
|
|
1767
|
+
},
|
|
1768
|
+
"default": "[]"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "deleteEvent",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "string"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "field",
|
|
1779
|
+
"name": "updateEvent",
|
|
1780
|
+
"type": {
|
|
1781
|
+
"text": "string"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "method",
|
|
1786
|
+
"name": "handleFilterChanged",
|
|
1787
|
+
"privacy": "private",
|
|
1788
|
+
"parameters": [
|
|
1789
|
+
{
|
|
1790
|
+
"name": "e"
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "method",
|
|
1796
|
+
"name": "handleFilterCleared",
|
|
1797
|
+
"privacy": "private",
|
|
1798
|
+
"parameters": [
|
|
1799
|
+
{
|
|
1800
|
+
"name": "e"
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "method",
|
|
1806
|
+
"name": "select",
|
|
1807
|
+
"privacy": "private",
|
|
1808
|
+
"parameters": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "e"
|
|
1811
|
+
}
|
|
1812
|
+
]
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"kind": "field",
|
|
1816
|
+
"name": "edit",
|
|
1817
|
+
"privacy": "private"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "method",
|
|
1821
|
+
"name": "delete",
|
|
1822
|
+
"parameters": [
|
|
1823
|
+
{
|
|
1824
|
+
"name": "e"
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"attributes": [
|
|
1830
|
+
{
|
|
1831
|
+
"name": "resourceName",
|
|
1832
|
+
"type": {
|
|
1833
|
+
"text": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"default": "''",
|
|
1836
|
+
"fieldName": "resourceName"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "title",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"text": "string"
|
|
1842
|
+
},
|
|
1843
|
+
"default": "''",
|
|
1844
|
+
"fieldName": "title"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "persist-column-state-key",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "string"
|
|
1850
|
+
},
|
|
1851
|
+
"fieldName": "persistColumnStateKey"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "size-columns-to-fit",
|
|
1855
|
+
"type": {
|
|
1856
|
+
"text": "boolean"
|
|
1857
|
+
},
|
|
1858
|
+
"fieldName": "sizeColumnsToFit"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "enable-filter-bar",
|
|
1862
|
+
"type": {
|
|
1863
|
+
"text": "boolean"
|
|
1864
|
+
},
|
|
1865
|
+
"fieldName": "enableFilterBar"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "enable-cell-flashing",
|
|
1869
|
+
"type": {
|
|
1870
|
+
"text": "boolean"
|
|
1871
|
+
},
|
|
1872
|
+
"fieldName": "enableCellFlashing"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"name": "hide-edit",
|
|
1876
|
+
"type": {
|
|
1877
|
+
"text": "boolean"
|
|
1878
|
+
},
|
|
1879
|
+
"default": "false",
|
|
1880
|
+
"fieldName": "hideEdit"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "hide-delete",
|
|
1884
|
+
"type": {
|
|
1885
|
+
"text": "boolean"
|
|
1886
|
+
},
|
|
1887
|
+
"default": "false",
|
|
1888
|
+
"fieldName": "hideDelete"
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"superclass": {
|
|
1892
|
+
"name": "FASTElement",
|
|
1893
|
+
"package": "@microsoft/fast-element"
|
|
1894
|
+
},
|
|
1895
|
+
"tagName": "entity-list",
|
|
1896
|
+
"customElement": true
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"exports": [
|
|
1900
|
+
{
|
|
1901
|
+
"kind": "js",
|
|
1902
|
+
"name": "List",
|
|
1903
|
+
"declaration": {
|
|
1904
|
+
"name": "List",
|
|
1905
|
+
"module": "src/list/list.ts"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "custom-element-definition",
|
|
1910
|
+
"name": "entity-list",
|
|
1911
|
+
"declaration": {
|
|
1912
|
+
"name": "List",
|
|
1913
|
+
"module": "src/list/list.ts"
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1917
|
+
},
|
|
1918
1918
|
{
|
|
1919
1919
|
"kind": "javascript-module",
|
|
1920
1920
|
"path": "src/routes/config.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.78.
|
|
4
|
+
"version": "14.78.4-alpha-6421adf.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
44
|
-
"@genesislcap/foundation-testing": "14.78.
|
|
45
|
-
"@genesislcap/genx": "14.78.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.78.4-alpha-6421adf.0",
|
|
45
|
+
"@genesislcap/genx": "14.78.4-alpha-6421adf.0",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "14.78.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.78.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.78.
|
|
53
|
-
"@genesislcap/foundation-login": "14.78.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.78.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.78.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.78.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.78.
|
|
58
|
-
"@genesislcap/grid-pro": "14.78.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.78.4-alpha-6421adf.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.78.4-alpha-6421adf.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.78.4-alpha-6421adf.0",
|
|
53
|
+
"@genesislcap/foundation-login": "14.78.4-alpha-6421adf.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.78.4-alpha-6421adf.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.78.4-alpha-6421adf.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.78.4-alpha-6421adf.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.78.4-alpha-6421adf.0",
|
|
58
|
+
"@genesislcap/grid-pro": "14.78.4-alpha-6421adf.0",
|
|
59
59
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
60
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
61
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "c5c240abe00d15484c99df3b9b7c77a03e3be7d9"
|
|
75
75
|
}
|