@genesislcap/foundation-utils 14.182.3-alpha-287cf40.0 → 14.183.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 +433 -433
- package/package.json +10 -10
|
@@ -159,6 +159,82 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"kind": "javascript-module",
|
|
164
|
+
"path": "src/decorators/index.ts",
|
|
165
|
+
"declarations": [],
|
|
166
|
+
"exports": [
|
|
167
|
+
{
|
|
168
|
+
"kind": "js",
|
|
169
|
+
"name": "*",
|
|
170
|
+
"declaration": {
|
|
171
|
+
"name": "*",
|
|
172
|
+
"package": "./renderOnChange"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "javascript-module",
|
|
179
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
180
|
+
"declarations": [
|
|
181
|
+
{
|
|
182
|
+
"kind": "function",
|
|
183
|
+
"name": "renderOnChange",
|
|
184
|
+
"parameters": [
|
|
185
|
+
{
|
|
186
|
+
"name": "target",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "FASTElement & { render(): void }"
|
|
189
|
+
},
|
|
190
|
+
"description": "The target to define the property change handler on."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "name",
|
|
194
|
+
"type": {
|
|
195
|
+
"text": "string"
|
|
196
|
+
},
|
|
197
|
+
"description": "The property name."
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
201
|
+
"privacy": "public"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"exports": [
|
|
205
|
+
{
|
|
206
|
+
"kind": "js",
|
|
207
|
+
"name": "renderOnChange",
|
|
208
|
+
"declaration": {
|
|
209
|
+
"name": "renderOnChange",
|
|
210
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "javascript-module",
|
|
217
|
+
"path": "src/directives/index.ts",
|
|
218
|
+
"declarations": [],
|
|
219
|
+
"exports": [
|
|
220
|
+
{
|
|
221
|
+
"kind": "js",
|
|
222
|
+
"name": "*",
|
|
223
|
+
"declaration": {
|
|
224
|
+
"name": "*",
|
|
225
|
+
"package": "./sync"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "js",
|
|
230
|
+
"name": "*",
|
|
231
|
+
"declaration": {
|
|
232
|
+
"name": "*",
|
|
233
|
+
"package": "./when-else"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
},
|
|
162
238
|
{
|
|
163
239
|
"kind": "javascript-module",
|
|
164
240
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -831,184 +907,104 @@
|
|
|
831
907
|
},
|
|
832
908
|
{
|
|
833
909
|
"kind": "javascript-module",
|
|
834
|
-
"path": "src/
|
|
835
|
-
"declarations": [],
|
|
836
|
-
"exports": [
|
|
837
|
-
{
|
|
838
|
-
"kind": "js",
|
|
839
|
-
"name": "*",
|
|
840
|
-
"declaration": {
|
|
841
|
-
"name": "*",
|
|
842
|
-
"package": "./sync"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "js",
|
|
847
|
-
"name": "*",
|
|
848
|
-
"declaration": {
|
|
849
|
-
"name": "*",
|
|
850
|
-
"package": "./when-else"
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "javascript-module",
|
|
857
|
-
"path": "src/decorators/index.ts",
|
|
858
|
-
"declarations": [],
|
|
859
|
-
"exports": [
|
|
860
|
-
{
|
|
861
|
-
"kind": "js",
|
|
862
|
-
"name": "*",
|
|
863
|
-
"declaration": {
|
|
864
|
-
"name": "*",
|
|
865
|
-
"package": "./renderOnChange"
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"kind": "javascript-module",
|
|
872
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
910
|
+
"path": "src/formatters/datetime.ts",
|
|
873
911
|
"declarations": [
|
|
874
912
|
{
|
|
875
913
|
"kind": "function",
|
|
876
|
-
"name": "
|
|
914
|
+
"name": "formatDateTimestamp",
|
|
915
|
+
"return": {
|
|
916
|
+
"type": {
|
|
917
|
+
"text": "string"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
877
920
|
"parameters": [
|
|
878
921
|
{
|
|
879
|
-
"name": "
|
|
880
|
-
"type": {
|
|
881
|
-
"text": "FASTElement & { render(): void }"
|
|
882
|
-
},
|
|
883
|
-
"description": "The target to define the property change handler on."
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "name",
|
|
922
|
+
"name": "timestamp",
|
|
887
923
|
"type": {
|
|
888
|
-
"text": "
|
|
889
|
-
}
|
|
890
|
-
"description": "The property name."
|
|
924
|
+
"text": "number"
|
|
925
|
+
}
|
|
891
926
|
}
|
|
892
927
|
],
|
|
893
|
-
"description": "
|
|
928
|
+
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
894
929
|
"privacy": "public"
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"exports": [
|
|
898
|
-
{
|
|
899
|
-
"kind": "js",
|
|
900
|
-
"name": "renderOnChange",
|
|
901
|
-
"declaration": {
|
|
902
|
-
"name": "renderOnChange",
|
|
903
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"kind": "javascript-module",
|
|
910
|
-
"path": "src/logger/index.ts",
|
|
911
|
-
"declarations": [],
|
|
912
|
-
"exports": [
|
|
913
|
-
{
|
|
914
|
-
"kind": "js",
|
|
915
|
-
"name": "*",
|
|
916
|
-
"declaration": {
|
|
917
|
-
"name": "*",
|
|
918
|
-
"package": "./logger"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"kind": "javascript-module",
|
|
925
|
-
"path": "src/logger/logger.ts",
|
|
926
|
-
"declarations": [
|
|
930
|
+
},
|
|
927
931
|
{
|
|
928
|
-
"kind": "
|
|
929
|
-
"name": "
|
|
930
|
-
"
|
|
931
|
-
"
|
|
932
|
+
"kind": "function",
|
|
933
|
+
"name": "formatDateTimeTimestamp",
|
|
934
|
+
"return": {
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "string"
|
|
937
|
+
}
|
|
932
938
|
},
|
|
933
|
-
"
|
|
934
|
-
|
|
939
|
+
"parameters": [
|
|
940
|
+
{
|
|
941
|
+
"name": "timestamp",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "number"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"description": "Formats [DATETIME] UNIX Timestamps (with time) to readable strings",
|
|
935
948
|
"privacy": "public"
|
|
936
949
|
},
|
|
937
950
|
{
|
|
938
951
|
"kind": "function",
|
|
939
|
-
"name": "
|
|
952
|
+
"name": "formatTimestamp",
|
|
940
953
|
"return": {
|
|
941
954
|
"type": {
|
|
942
|
-
"text": ""
|
|
955
|
+
"text": "string"
|
|
943
956
|
}
|
|
944
957
|
},
|
|
945
958
|
"parameters": [
|
|
946
959
|
{
|
|
947
|
-
"name": "
|
|
960
|
+
"name": "timestamp",
|
|
948
961
|
"type": {
|
|
949
|
-
"text": "
|
|
962
|
+
"text": "number"
|
|
950
963
|
},
|
|
951
|
-
"description": "The
|
|
964
|
+
"description": "The UNIX Timestamp."
|
|
952
965
|
},
|
|
953
966
|
{
|
|
954
|
-
"name": "
|
|
955
|
-
"default": "defaultLoggerOptions",
|
|
967
|
+
"name": "withTime",
|
|
956
968
|
"type": {
|
|
957
|
-
"text": "
|
|
969
|
+
"text": "boolean"
|
|
958
970
|
},
|
|
959
|
-
"description": "The
|
|
971
|
+
"description": "The flag to determine if formatted value should contain 'time' info."
|
|
960
972
|
}
|
|
961
973
|
],
|
|
962
|
-
"description": "
|
|
963
|
-
"deprecated": "- Use `createLogger` from `@genesislcap/foundation-logger` instead.",
|
|
974
|
+
"description": "Formats [DATE|DATETIME] Unix Timestamps to readable strings",
|
|
964
975
|
"privacy": "public"
|
|
965
976
|
}
|
|
966
977
|
],
|
|
967
978
|
"exports": [
|
|
968
979
|
{
|
|
969
980
|
"kind": "js",
|
|
970
|
-
"name": "
|
|
981
|
+
"name": "formatDateTimestamp",
|
|
971
982
|
"declaration": {
|
|
972
|
-
"name": "
|
|
973
|
-
"
|
|
983
|
+
"name": "formatDateTimestamp",
|
|
984
|
+
"module": "src/formatters/datetime.ts"
|
|
974
985
|
}
|
|
975
986
|
},
|
|
976
987
|
{
|
|
977
988
|
"kind": "js",
|
|
978
|
-
"name": "
|
|
989
|
+
"name": "formatDateTimeTimestamp",
|
|
979
990
|
"declaration": {
|
|
980
|
-
"name": "
|
|
981
|
-
"module": "src/
|
|
991
|
+
"name": "formatDateTimeTimestamp",
|
|
992
|
+
"module": "src/formatters/datetime.ts"
|
|
982
993
|
}
|
|
983
994
|
},
|
|
984
995
|
{
|
|
985
996
|
"kind": "js",
|
|
986
|
-
"name": "
|
|
987
|
-
"declaration": {
|
|
988
|
-
"name": "createLogger",
|
|
989
|
-
"module": "src/logger/logger.ts"
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
]
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"kind": "javascript-module",
|
|
996
|
-
"path": "src/mappers/index.ts",
|
|
997
|
-
"declarations": [],
|
|
998
|
-
"exports": [
|
|
999
|
-
{
|
|
1000
|
-
"kind": "js",
|
|
1001
|
-
"name": "*",
|
|
997
|
+
"name": "formatTimestamp",
|
|
1002
998
|
"declaration": {
|
|
1003
|
-
"name": "
|
|
1004
|
-
"
|
|
999
|
+
"name": "formatTimestamp",
|
|
1000
|
+
"module": "src/formatters/datetime.ts"
|
|
1005
1001
|
}
|
|
1006
1002
|
}
|
|
1007
1003
|
]
|
|
1008
1004
|
},
|
|
1009
1005
|
{
|
|
1010
1006
|
"kind": "javascript-module",
|
|
1011
|
-
"path": "src/
|
|
1007
|
+
"path": "src/formatters/index.ts",
|
|
1012
1008
|
"declarations": [],
|
|
1013
1009
|
"exports": [
|
|
1014
1010
|
{
|
|
@@ -1016,7 +1012,7 @@
|
|
|
1016
1012
|
"name": "*",
|
|
1017
1013
|
"declaration": {
|
|
1018
1014
|
"name": "*",
|
|
1019
|
-
"package": "./
|
|
1015
|
+
"package": "./datetime"
|
|
1020
1016
|
}
|
|
1021
1017
|
},
|
|
1022
1018
|
{
|
|
@@ -1024,86 +1020,106 @@
|
|
|
1024
1020
|
"name": "*",
|
|
1025
1021
|
"declaration": {
|
|
1026
1022
|
"name": "*",
|
|
1027
|
-
"package": "./
|
|
1023
|
+
"package": "./localeNumberParser"
|
|
1028
1024
|
}
|
|
1029
1025
|
}
|
|
1030
1026
|
]
|
|
1031
1027
|
},
|
|
1032
1028
|
{
|
|
1033
1029
|
"kind": "javascript-module",
|
|
1034
|
-
"path": "src/
|
|
1035
|
-
"declarations": [],
|
|
1036
|
-
"exports": [
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "*",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "*",
|
|
1042
|
-
"package": "./observer"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/observer/observer.ts",
|
|
1030
|
+
"path": "src/formatters/localeNumberParser.ts",
|
|
1050
1031
|
"declarations": [
|
|
1051
1032
|
{
|
|
1052
|
-
"kind": "
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
|
|
1056
|
-
"text": "Observer<EventType>"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
"description": "Creates a new event observer instance.",
|
|
1060
|
-
"privacy": "public"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "function",
|
|
1064
|
-
"name": "respondToVisibility",
|
|
1065
|
-
"parameters": [
|
|
1033
|
+
"kind": "class",
|
|
1034
|
+
"description": "",
|
|
1035
|
+
"name": "NumberParser",
|
|
1036
|
+
"members": [
|
|
1066
1037
|
{
|
|
1067
|
-
"
|
|
1038
|
+
"kind": "field",
|
|
1039
|
+
"name": "_decimal",
|
|
1068
1040
|
"type": {
|
|
1069
|
-
"text": "
|
|
1041
|
+
"text": "RegExp"
|
|
1070
1042
|
},
|
|
1071
|
-
"
|
|
1043
|
+
"privacy": "private",
|
|
1044
|
+
"default": "new RegExp(`[${parts.find((d) => d.type === 'decimal').value}]`)"
|
|
1072
1045
|
},
|
|
1073
1046
|
{
|
|
1074
|
-
"
|
|
1047
|
+
"kind": "field",
|
|
1048
|
+
"name": "_separator",
|
|
1075
1049
|
"type": {
|
|
1076
|
-
"text": "
|
|
1050
|
+
"text": "RegExp"
|
|
1077
1051
|
},
|
|
1078
|
-
"
|
|
1052
|
+
"privacy": "private",
|
|
1053
|
+
"default": "new RegExp(\n `[$${parts.find((d) => d.type === 'decimal').value}](?:0*$|[^0]0+$)`,\n )"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "field",
|
|
1057
|
+
"name": "_numeral",
|
|
1058
|
+
"type": {
|
|
1059
|
+
"text": "RegExp"
|
|
1060
|
+
},
|
|
1061
|
+
"privacy": "private",
|
|
1062
|
+
"default": "new RegExp(`[${numerals.join('')}]`, 'g')"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "field",
|
|
1066
|
+
"name": "_index",
|
|
1067
|
+
"type": {
|
|
1068
|
+
"text": "any"
|
|
1069
|
+
},
|
|
1070
|
+
"privacy": "private"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "method",
|
|
1074
|
+
"name": "parse",
|
|
1075
|
+
"parameters": [
|
|
1076
|
+
{
|
|
1077
|
+
"name": "localeNumber",
|
|
1078
|
+
"type": {
|
|
1079
|
+
"text": "string"
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "method",
|
|
1086
|
+
"name": "hasSeparator",
|
|
1087
|
+
"return": {
|
|
1088
|
+
"type": {
|
|
1089
|
+
"text": "boolean"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"parameters": [
|
|
1093
|
+
{
|
|
1094
|
+
"name": "localeNumber",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "string"
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
]
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "field",
|
|
1103
|
+
"name": "_group",
|
|
1104
|
+
"default": "new RegExp(`[${parts.find((d) => d.type === 'group').value}]`, 'g')"
|
|
1079
1105
|
}
|
|
1080
|
-
]
|
|
1081
|
-
"description": "Setup an `IntersectionObserver` which will activate a callback function when an element becomes visible on screen",
|
|
1082
|
-
"privacy": "public"
|
|
1106
|
+
]
|
|
1083
1107
|
}
|
|
1084
1108
|
],
|
|
1085
1109
|
"exports": [
|
|
1086
1110
|
{
|
|
1087
1111
|
"kind": "js",
|
|
1088
|
-
"name": "
|
|
1089
|
-
"declaration": {
|
|
1090
|
-
"name": "createObserver",
|
|
1091
|
-
"module": "src/observer/observer.ts"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "js",
|
|
1096
|
-
"name": "respondToVisibility",
|
|
1112
|
+
"name": "NumberParser",
|
|
1097
1113
|
"declaration": {
|
|
1098
|
-
"name": "
|
|
1099
|
-
"module": "src/
|
|
1114
|
+
"name": "NumberParser",
|
|
1115
|
+
"module": "src/formatters/localeNumberParser.ts"
|
|
1100
1116
|
}
|
|
1101
1117
|
}
|
|
1102
1118
|
]
|
|
1103
1119
|
},
|
|
1104
1120
|
{
|
|
1105
1121
|
"kind": "javascript-module",
|
|
1106
|
-
"path": "src/
|
|
1122
|
+
"path": "src/logger/index.ts",
|
|
1107
1123
|
"declarations": [],
|
|
1108
1124
|
"exports": [
|
|
1109
1125
|
{
|
|
@@ -1111,55 +1127,85 @@
|
|
|
1111
1127
|
"name": "*",
|
|
1112
1128
|
"declaration": {
|
|
1113
1129
|
"name": "*",
|
|
1114
|
-
"package": "./
|
|
1130
|
+
"package": "./logger"
|
|
1115
1131
|
}
|
|
1116
1132
|
}
|
|
1117
1133
|
]
|
|
1118
1134
|
},
|
|
1119
1135
|
{
|
|
1120
1136
|
"kind": "javascript-module",
|
|
1121
|
-
"path": "src/
|
|
1137
|
+
"path": "src/logger/logger.ts",
|
|
1122
1138
|
"declarations": [
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "variable",
|
|
1141
|
+
"name": "defaultLoggerOptions",
|
|
1142
|
+
"type": {
|
|
1143
|
+
"text": "LoggerOptions"
|
|
1144
|
+
},
|
|
1145
|
+
"default": "{\n level: logLevelDebug,\n}",
|
|
1146
|
+
"description": "The default logger options.",
|
|
1147
|
+
"privacy": "public"
|
|
1148
|
+
},
|
|
1123
1149
|
{
|
|
1124
1150
|
"kind": "function",
|
|
1125
|
-
"name": "
|
|
1151
|
+
"name": "createLogger",
|
|
1126
1152
|
"return": {
|
|
1127
1153
|
"type": {
|
|
1128
|
-
"text": "
|
|
1154
|
+
"text": ""
|
|
1129
1155
|
}
|
|
1130
1156
|
},
|
|
1131
1157
|
"parameters": [
|
|
1132
1158
|
{
|
|
1133
|
-
"name": "
|
|
1159
|
+
"name": "name",
|
|
1134
1160
|
"type": {
|
|
1135
|
-
"text": "
|
|
1136
|
-
}
|
|
1161
|
+
"text": "string"
|
|
1162
|
+
},
|
|
1163
|
+
"description": "The name to give the logger."
|
|
1137
1164
|
},
|
|
1138
1165
|
{
|
|
1139
|
-
"name": "
|
|
1166
|
+
"name": "options",
|
|
1167
|
+
"default": "defaultLoggerOptions",
|
|
1140
1168
|
"type": {
|
|
1141
|
-
"text": "
|
|
1142
|
-
}
|
|
1169
|
+
"text": "LoggerOptions"
|
|
1170
|
+
},
|
|
1171
|
+
"description": "The options to use when creating the logger."
|
|
1143
1172
|
}
|
|
1144
1173
|
],
|
|
1145
|
-
"description": "
|
|
1174
|
+
"description": "Creates a logger with the given name and options.",
|
|
1175
|
+
"deprecated": "- Use `createLogger` from `@genesislcap/foundation-logger` instead.",
|
|
1146
1176
|
"privacy": "public"
|
|
1147
1177
|
}
|
|
1148
1178
|
],
|
|
1149
1179
|
"exports": [
|
|
1150
1180
|
{
|
|
1151
1181
|
"kind": "js",
|
|
1152
|
-
"name": "
|
|
1182
|
+
"name": "LogLevel",
|
|
1153
1183
|
"declaration": {
|
|
1154
|
-
"name": "
|
|
1155
|
-
"
|
|
1184
|
+
"name": "LogLevel",
|
|
1185
|
+
"package": "consola"
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"kind": "js",
|
|
1190
|
+
"name": "defaultLoggerOptions",
|
|
1191
|
+
"declaration": {
|
|
1192
|
+
"name": "defaultLoggerOptions",
|
|
1193
|
+
"module": "src/logger/logger.ts"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"kind": "js",
|
|
1198
|
+
"name": "createLogger",
|
|
1199
|
+
"declaration": {
|
|
1200
|
+
"name": "createLogger",
|
|
1201
|
+
"module": "src/logger/logger.ts"
|
|
1156
1202
|
}
|
|
1157
1203
|
}
|
|
1158
1204
|
]
|
|
1159
1205
|
},
|
|
1160
1206
|
{
|
|
1161
1207
|
"kind": "javascript-module",
|
|
1162
|
-
"path": "src/
|
|
1208
|
+
"path": "src/mappers/index.ts",
|
|
1163
1209
|
"declarations": [],
|
|
1164
1210
|
"exports": [
|
|
1165
1211
|
{
|
|
@@ -1167,137 +1213,86 @@
|
|
|
1167
1213
|
"name": "*",
|
|
1168
1214
|
"declaration": {
|
|
1169
1215
|
"name": "*",
|
|
1170
|
-
"package": "./
|
|
1216
|
+
"package": "./dto"
|
|
1171
1217
|
}
|
|
1172
1218
|
}
|
|
1173
1219
|
]
|
|
1174
1220
|
},
|
|
1175
1221
|
{
|
|
1176
1222
|
"kind": "javascript-module",
|
|
1177
|
-
"path": "src/
|
|
1178
|
-
"declarations": [
|
|
1179
|
-
{
|
|
1180
|
-
"kind": "variable",
|
|
1181
|
-
"name": "ResourceType",
|
|
1182
|
-
"type": {
|
|
1183
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1184
|
-
},
|
|
1185
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1186
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1187
|
-
"privacy": "public"
|
|
1188
|
-
}
|
|
1189
|
-
],
|
|
1223
|
+
"path": "src/observer/index.ts",
|
|
1224
|
+
"declarations": [],
|
|
1190
1225
|
"exports": [
|
|
1191
1226
|
{
|
|
1192
1227
|
"kind": "js",
|
|
1193
|
-
"name": "
|
|
1228
|
+
"name": "*",
|
|
1194
1229
|
"declaration": {
|
|
1195
|
-
"name": "
|
|
1196
|
-
"
|
|
1230
|
+
"name": "*",
|
|
1231
|
+
"package": "./observer"
|
|
1197
1232
|
}
|
|
1198
1233
|
}
|
|
1199
1234
|
]
|
|
1200
1235
|
},
|
|
1201
1236
|
{
|
|
1202
1237
|
"kind": "javascript-module",
|
|
1203
|
-
"path": "src/
|
|
1238
|
+
"path": "src/observer/observer.ts",
|
|
1204
1239
|
"declarations": [
|
|
1205
1240
|
{
|
|
1206
1241
|
"kind": "function",
|
|
1207
|
-
"name": "
|
|
1208
|
-
"return": {
|
|
1209
|
-
"type": {
|
|
1210
|
-
"text": "string"
|
|
1211
|
-
}
|
|
1212
|
-
},
|
|
1213
|
-
"parameters": [
|
|
1214
|
-
{
|
|
1215
|
-
"name": "timestamp",
|
|
1216
|
-
"type": {
|
|
1217
|
-
"text": "number"
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
|
|
1222
|
-
"privacy": "public"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"kind": "function",
|
|
1226
|
-
"name": "formatDateTimeTimestamp",
|
|
1242
|
+
"name": "createObserver",
|
|
1227
1243
|
"return": {
|
|
1228
1244
|
"type": {
|
|
1229
|
-
"text": "
|
|
1245
|
+
"text": "Observer<EventType>"
|
|
1230
1246
|
}
|
|
1231
1247
|
},
|
|
1232
|
-
"
|
|
1233
|
-
{
|
|
1234
|
-
"name": "timestamp",
|
|
1235
|
-
"type": {
|
|
1236
|
-
"text": "number"
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
],
|
|
1240
|
-
"description": "Formats [DATETIME] UNIX Timestamps (with time) to readable strings",
|
|
1248
|
+
"description": "Creates a new event observer instance.",
|
|
1241
1249
|
"privacy": "public"
|
|
1242
1250
|
},
|
|
1243
1251
|
{
|
|
1244
1252
|
"kind": "function",
|
|
1245
|
-
"name": "
|
|
1246
|
-
"return": {
|
|
1247
|
-
"type": {
|
|
1248
|
-
"text": "string"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1253
|
+
"name": "respondToVisibility",
|
|
1251
1254
|
"parameters": [
|
|
1252
1255
|
{
|
|
1253
|
-
"name": "
|
|
1256
|
+
"name": "element",
|
|
1254
1257
|
"type": {
|
|
1255
|
-
"text": "
|
|
1258
|
+
"text": "HTMLElement"
|
|
1256
1259
|
},
|
|
1257
|
-
"description": "
|
|
1260
|
+
"description": "HTMLElement to observe"
|
|
1258
1261
|
},
|
|
1259
1262
|
{
|
|
1260
|
-
"name": "
|
|
1263
|
+
"name": "callback",
|
|
1261
1264
|
"type": {
|
|
1262
|
-
"text": "boolean"
|
|
1265
|
+
"text": "(arg0: boolean) => any"
|
|
1263
1266
|
},
|
|
1264
|
-
"description": "
|
|
1267
|
+
"description": "any function called when the visibility changes"
|
|
1265
1268
|
}
|
|
1266
1269
|
],
|
|
1267
|
-
"description": "
|
|
1270
|
+
"description": "Setup an `IntersectionObserver` which will activate a callback function when an element becomes visible on screen",
|
|
1268
1271
|
"privacy": "public"
|
|
1269
1272
|
}
|
|
1270
1273
|
],
|
|
1271
1274
|
"exports": [
|
|
1272
1275
|
{
|
|
1273
1276
|
"kind": "js",
|
|
1274
|
-
"name": "
|
|
1275
|
-
"declaration": {
|
|
1276
|
-
"name": "formatDateTimestamp",
|
|
1277
|
-
"module": "src/formatters/datetime.ts"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "js",
|
|
1282
|
-
"name": "formatDateTimeTimestamp",
|
|
1277
|
+
"name": "createObserver",
|
|
1283
1278
|
"declaration": {
|
|
1284
|
-
"name": "
|
|
1285
|
-
"module": "src/
|
|
1279
|
+
"name": "createObserver",
|
|
1280
|
+
"module": "src/observer/observer.ts"
|
|
1286
1281
|
}
|
|
1287
1282
|
},
|
|
1288
1283
|
{
|
|
1289
1284
|
"kind": "js",
|
|
1290
|
-
"name": "
|
|
1285
|
+
"name": "respondToVisibility",
|
|
1291
1286
|
"declaration": {
|
|
1292
|
-
"name": "
|
|
1293
|
-
"module": "src/
|
|
1287
|
+
"name": "respondToVisibility",
|
|
1288
|
+
"module": "src/observer/observer.ts"
|
|
1294
1289
|
}
|
|
1295
1290
|
}
|
|
1296
1291
|
]
|
|
1297
1292
|
},
|
|
1298
1293
|
{
|
|
1299
1294
|
"kind": "javascript-module",
|
|
1300
|
-
"path": "src/
|
|
1295
|
+
"path": "src/mixins/index.ts",
|
|
1301
1296
|
"declarations": [],
|
|
1302
1297
|
"exports": [
|
|
1303
1298
|
{
|
|
@@ -1305,7 +1300,7 @@
|
|
|
1305
1300
|
"name": "*",
|
|
1306
1301
|
"declaration": {
|
|
1307
1302
|
"name": "*",
|
|
1308
|
-
"package": "./
|
|
1303
|
+
"package": "./pendingState"
|
|
1309
1304
|
}
|
|
1310
1305
|
},
|
|
1311
1306
|
{
|
|
@@ -1313,99 +1308,104 @@
|
|
|
1313
1308
|
"name": "*",
|
|
1314
1309
|
"declaration": {
|
|
1315
1310
|
"name": "*",
|
|
1316
|
-
"package": "./
|
|
1311
|
+
"package": "./lifecycle"
|
|
1317
1312
|
}
|
|
1318
1313
|
}
|
|
1319
1314
|
]
|
|
1320
1315
|
},
|
|
1321
1316
|
{
|
|
1322
1317
|
"kind": "javascript-module",
|
|
1323
|
-
"path": "src/
|
|
1318
|
+
"path": "src/promise/index.ts",
|
|
1319
|
+
"declarations": [],
|
|
1320
|
+
"exports": [
|
|
1321
|
+
{
|
|
1322
|
+
"kind": "js",
|
|
1323
|
+
"name": "*",
|
|
1324
|
+
"declaration": {
|
|
1325
|
+
"name": "*",
|
|
1326
|
+
"package": "./resolveAfter"
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"kind": "javascript-module",
|
|
1333
|
+
"path": "src/promise/resolveAfter.ts",
|
|
1324
1334
|
"declarations": [
|
|
1325
1335
|
{
|
|
1326
|
-
"kind": "
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
"text": "RegExp"
|
|
1335
|
-
},
|
|
1336
|
-
"privacy": "private",
|
|
1337
|
-
"default": "new RegExp(`[${parts.find((d) => d.type === 'decimal').value}]`)"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "field",
|
|
1341
|
-
"name": "_separator",
|
|
1342
|
-
"type": {
|
|
1343
|
-
"text": "RegExp"
|
|
1344
|
-
},
|
|
1345
|
-
"privacy": "private",
|
|
1346
|
-
"default": "new RegExp(\n `[$${parts.find((d) => d.type === 'decimal').value}](?:0*$|[^0]0+$)`,\n )"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "field",
|
|
1350
|
-
"name": "_numeral",
|
|
1351
|
-
"type": {
|
|
1352
|
-
"text": "RegExp"
|
|
1353
|
-
},
|
|
1354
|
-
"privacy": "private",
|
|
1355
|
-
"default": "new RegExp(`[${numerals.join('')}]`, 'g')"
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "field",
|
|
1359
|
-
"name": "_index",
|
|
1360
|
-
"type": {
|
|
1361
|
-
"text": "any"
|
|
1362
|
-
},
|
|
1363
|
-
"privacy": "private"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"kind": "method",
|
|
1367
|
-
"name": "parse",
|
|
1368
|
-
"parameters": [
|
|
1369
|
-
{
|
|
1370
|
-
"name": "localeNumber",
|
|
1371
|
-
"type": {
|
|
1372
|
-
"text": "string"
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
]
|
|
1376
|
-
},
|
|
1336
|
+
"kind": "function",
|
|
1337
|
+
"name": "resolveAfter",
|
|
1338
|
+
"return": {
|
|
1339
|
+
"type": {
|
|
1340
|
+
"text": "Promise<T>"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"parameters": [
|
|
1377
1344
|
{
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
"text": "boolean"
|
|
1383
|
-
}
|
|
1384
|
-
},
|
|
1385
|
-
"parameters": [
|
|
1386
|
-
{
|
|
1387
|
-
"name": "localeNumber",
|
|
1388
|
-
"type": {
|
|
1389
|
-
"text": "string"
|
|
1390
|
-
}
|
|
1391
|
-
}
|
|
1392
|
-
]
|
|
1345
|
+
"name": "ms",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "number"
|
|
1348
|
+
}
|
|
1393
1349
|
},
|
|
1394
1350
|
{
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1351
|
+
"name": "valueCreator",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "() => T"
|
|
1354
|
+
}
|
|
1398
1355
|
}
|
|
1399
|
-
]
|
|
1356
|
+
],
|
|
1357
|
+
"description": "Resolve a promise after a timeout.",
|
|
1358
|
+
"privacy": "public"
|
|
1400
1359
|
}
|
|
1401
1360
|
],
|
|
1402
1361
|
"exports": [
|
|
1403
1362
|
{
|
|
1404
1363
|
"kind": "js",
|
|
1405
|
-
"name": "
|
|
1364
|
+
"name": "resolveAfter",
|
|
1406
1365
|
"declaration": {
|
|
1407
|
-
"name": "
|
|
1408
|
-
"module": "src/
|
|
1366
|
+
"name": "resolveAfter",
|
|
1367
|
+
"module": "src/promise/resolveAfter.ts"
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "javascript-module",
|
|
1374
|
+
"path": "src/resource/index.ts",
|
|
1375
|
+
"declarations": [],
|
|
1376
|
+
"exports": [
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "js",
|
|
1379
|
+
"name": "*",
|
|
1380
|
+
"declaration": {
|
|
1381
|
+
"name": "*",
|
|
1382
|
+
"package": "./types"
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "javascript-module",
|
|
1389
|
+
"path": "src/resource/types.ts",
|
|
1390
|
+
"declarations": [
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "ResourceType",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1398
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1399
|
+
"privacy": "public"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"exports": [
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "js",
|
|
1405
|
+
"name": "ResourceType",
|
|
1406
|
+
"declaration": {
|
|
1407
|
+
"name": "ResourceType",
|
|
1408
|
+
"module": "src/resource/types.ts"
|
|
1409
1409
|
}
|
|
1410
1410
|
}
|
|
1411
1411
|
]
|
|
@@ -2496,6 +2496,93 @@
|
|
|
2496
2496
|
}
|
|
2497
2497
|
]
|
|
2498
2498
|
},
|
|
2499
|
+
{
|
|
2500
|
+
"kind": "javascript-module",
|
|
2501
|
+
"path": "src/mixins/pendingState/index.ts",
|
|
2502
|
+
"declarations": [],
|
|
2503
|
+
"exports": [
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "js",
|
|
2506
|
+
"name": "*",
|
|
2507
|
+
"declaration": {
|
|
2508
|
+
"name": "*",
|
|
2509
|
+
"package": "./pendingState"
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
]
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "javascript-module",
|
|
2516
|
+
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2517
|
+
"declarations": [
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "mixin",
|
|
2520
|
+
"description": "The `PendingState` mixin.",
|
|
2521
|
+
"name": "PendingState",
|
|
2522
|
+
"members": [
|
|
2523
|
+
{
|
|
2524
|
+
"kind": "field",
|
|
2525
|
+
"name": "pendingCount",
|
|
2526
|
+
"type": {
|
|
2527
|
+
"text": "number"
|
|
2528
|
+
},
|
|
2529
|
+
"privacy": "public",
|
|
2530
|
+
"default": "0",
|
|
2531
|
+
"description": "The number of promises that are currently pending."
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "field",
|
|
2535
|
+
"name": "resolvedCount",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "number"
|
|
2538
|
+
},
|
|
2539
|
+
"privacy": "public",
|
|
2540
|
+
"default": "0",
|
|
2541
|
+
"description": "The number of promises that have been resolved."
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "field",
|
|
2545
|
+
"name": "hasPendingChildren",
|
|
2546
|
+
"type": {
|
|
2547
|
+
"text": "boolean"
|
|
2548
|
+
},
|
|
2549
|
+
"privacy": "public",
|
|
2550
|
+
"default": "false",
|
|
2551
|
+
"description": "A boolean indicating whether there are any pending children."
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"kind": "field",
|
|
2555
|
+
"name": "progress",
|
|
2556
|
+
"type": {
|
|
2557
|
+
"text": "number"
|
|
2558
|
+
},
|
|
2559
|
+
"privacy": "public",
|
|
2560
|
+
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2561
|
+
"readonly": true
|
|
2562
|
+
}
|
|
2563
|
+
],
|
|
2564
|
+
"parameters": [
|
|
2565
|
+
{
|
|
2566
|
+
"name": "Base",
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "TBase"
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"privacy": "public"
|
|
2573
|
+
}
|
|
2574
|
+
],
|
|
2575
|
+
"exports": [
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "js",
|
|
2578
|
+
"name": "PendingState",
|
|
2579
|
+
"declaration": {
|
|
2580
|
+
"name": "PendingState",
|
|
2581
|
+
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2499
2586
|
{
|
|
2500
2587
|
"kind": "javascript-module",
|
|
2501
2588
|
"path": "src/serializers/json/index.ts",
|
|
@@ -2722,93 +2809,6 @@
|
|
|
2722
2809
|
"path": "src/serializers/json/types.ts",
|
|
2723
2810
|
"declarations": [],
|
|
2724
2811
|
"exports": []
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "javascript-module",
|
|
2728
|
-
"path": "src/mixins/pendingState/index.ts",
|
|
2729
|
-
"declarations": [],
|
|
2730
|
-
"exports": [
|
|
2731
|
-
{
|
|
2732
|
-
"kind": "js",
|
|
2733
|
-
"name": "*",
|
|
2734
|
-
"declaration": {
|
|
2735
|
-
"name": "*",
|
|
2736
|
-
"package": "./pendingState"
|
|
2737
|
-
}
|
|
2738
|
-
}
|
|
2739
|
-
]
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"kind": "javascript-module",
|
|
2743
|
-
"path": "src/mixins/pendingState/pendingState.ts",
|
|
2744
|
-
"declarations": [
|
|
2745
|
-
{
|
|
2746
|
-
"kind": "mixin",
|
|
2747
|
-
"description": "The `PendingState` mixin.",
|
|
2748
|
-
"name": "PendingState",
|
|
2749
|
-
"members": [
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "field",
|
|
2752
|
-
"name": "pendingCount",
|
|
2753
|
-
"type": {
|
|
2754
|
-
"text": "number"
|
|
2755
|
-
},
|
|
2756
|
-
"privacy": "public",
|
|
2757
|
-
"default": "0",
|
|
2758
|
-
"description": "The number of promises that are currently pending."
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"kind": "field",
|
|
2762
|
-
"name": "resolvedCount",
|
|
2763
|
-
"type": {
|
|
2764
|
-
"text": "number"
|
|
2765
|
-
},
|
|
2766
|
-
"privacy": "public",
|
|
2767
|
-
"default": "0",
|
|
2768
|
-
"description": "The number of promises that have been resolved."
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "field",
|
|
2772
|
-
"name": "hasPendingChildren",
|
|
2773
|
-
"type": {
|
|
2774
|
-
"text": "boolean"
|
|
2775
|
-
},
|
|
2776
|
-
"privacy": "public",
|
|
2777
|
-
"default": "false",
|
|
2778
|
-
"description": "A boolean indicating whether there are any pending children."
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"kind": "field",
|
|
2782
|
-
"name": "progress",
|
|
2783
|
-
"type": {
|
|
2784
|
-
"text": "number"
|
|
2785
|
-
},
|
|
2786
|
-
"privacy": "public",
|
|
2787
|
-
"description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
|
|
2788
|
-
"readonly": true
|
|
2789
|
-
}
|
|
2790
|
-
],
|
|
2791
|
-
"parameters": [
|
|
2792
|
-
{
|
|
2793
|
-
"name": "Base",
|
|
2794
|
-
"type": {
|
|
2795
|
-
"text": "TBase"
|
|
2796
|
-
}
|
|
2797
|
-
}
|
|
2798
|
-
],
|
|
2799
|
-
"privacy": "public"
|
|
2800
|
-
}
|
|
2801
|
-
],
|
|
2802
|
-
"exports": [
|
|
2803
|
-
{
|
|
2804
|
-
"kind": "js",
|
|
2805
|
-
"name": "PendingState",
|
|
2806
|
-
"declaration": {
|
|
2807
|
-
"name": "PendingState",
|
|
2808
|
-
"module": "src/mixins/pendingState/pendingState.ts"
|
|
2809
|
-
}
|
|
2810
|
-
}
|
|
2811
|
-
]
|
|
2812
2812
|
}
|
|
2813
2813
|
]
|
|
2814
2814
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.183.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.183.0",
|
|
23
|
+
"@genesislcap/genx": "14.183.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.183.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.183.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.183.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.183.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.183.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.183.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "deecb5a173b5b6bd7042a7699ddb7d24e32d1ce8"
|
|
51
51
|
}
|