@genesislcap/foundation-utils 14.401.1 → 14.401.3
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 +579 -579
- package/package.json +11 -11
|
@@ -203,120 +203,23 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"kind": "javascript-module",
|
|
206
|
-
"path": "src/
|
|
207
|
-
"declarations": [
|
|
208
|
-
{
|
|
209
|
-
"kind": "function",
|
|
210
|
-
"name": "assureDesignSystem",
|
|
211
|
-
"return": {
|
|
212
|
-
"type": {
|
|
213
|
-
"text": "DesignSystemModule"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
"parameters": [
|
|
217
|
-
{
|
|
218
|
-
"name": "module",
|
|
219
|
-
"type": {
|
|
220
|
-
"text": "DesignSystemModule"
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"description": "assureDesignSystem.",
|
|
225
|
-
"privacy": "public"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"kind": "function",
|
|
229
|
-
"name": "getCurrentDesignSystem",
|
|
230
|
-
"return": {
|
|
231
|
-
"type": {
|
|
232
|
-
"text": ""
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"parameters": [
|
|
236
|
-
{
|
|
237
|
-
"name": "element",
|
|
238
|
-
"type": {
|
|
239
|
-
"text": "HTMLElement"
|
|
240
|
-
},
|
|
241
|
-
"description": "The starting HTML element"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"name": "fallbackPrefix",
|
|
245
|
-
"type": {
|
|
246
|
-
"text": "string"
|
|
247
|
-
},
|
|
248
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
249
|
-
}
|
|
250
|
-
],
|
|
251
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
252
|
-
"privacy": "public"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"kind": "function",
|
|
256
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
257
|
-
"return": {
|
|
258
|
-
"type": {
|
|
259
|
-
"text": ""
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
"parameters": [
|
|
263
|
-
{
|
|
264
|
-
"name": "element",
|
|
265
|
-
"type": {
|
|
266
|
-
"text": "HTMLElement"
|
|
267
|
-
},
|
|
268
|
-
"description": "The starting HTML element"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "fallbackPrefix",
|
|
272
|
-
"type": {
|
|
273
|
-
"text": "string"
|
|
274
|
-
},
|
|
275
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
276
|
-
}
|
|
277
|
-
],
|
|
278
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
279
|
-
"privacy": "public"
|
|
280
|
-
}
|
|
281
|
-
],
|
|
206
|
+
"path": "src/directives/index.ts",
|
|
207
|
+
"declarations": [],
|
|
282
208
|
"exports": [
|
|
283
209
|
{
|
|
284
210
|
"kind": "js",
|
|
285
|
-
"name": "
|
|
286
|
-
"declaration": {
|
|
287
|
-
"name": "assureDesignSystem",
|
|
288
|
-
"module": "src/design-system/design-system.ts"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"kind": "js",
|
|
293
|
-
"name": "getCurrentDesignSystem",
|
|
211
|
+
"name": "*",
|
|
294
212
|
"declaration": {
|
|
295
|
-
"name": "
|
|
296
|
-
"
|
|
213
|
+
"name": "*",
|
|
214
|
+
"package": "./sync"
|
|
297
215
|
}
|
|
298
216
|
},
|
|
299
|
-
{
|
|
300
|
-
"kind": "js",
|
|
301
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
302
|
-
"declaration": {
|
|
303
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
304
|
-
"module": "src/design-system/design-system.ts"
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"kind": "javascript-module",
|
|
311
|
-
"path": "src/design-system/index.ts",
|
|
312
|
-
"declarations": [],
|
|
313
|
-
"exports": [
|
|
314
217
|
{
|
|
315
218
|
"kind": "js",
|
|
316
219
|
"name": "*",
|
|
317
220
|
"declaration": {
|
|
318
221
|
"name": "*",
|
|
319
|
-
"package": "./
|
|
222
|
+
"package": "./when-else"
|
|
320
223
|
}
|
|
321
224
|
}
|
|
322
225
|
]
|
|
@@ -813,151 +716,281 @@
|
|
|
813
716
|
},
|
|
814
717
|
{
|
|
815
718
|
"kind": "javascript-module",
|
|
816
|
-
"path": "src/
|
|
719
|
+
"path": "src/data/inMemoryDatabase.ts",
|
|
817
720
|
"declarations": [
|
|
818
721
|
{
|
|
819
722
|
"kind": "class",
|
|
820
|
-
"description": "",
|
|
821
|
-
"name": "
|
|
723
|
+
"description": "An in memory database of specific DatabaseRecord types.",
|
|
724
|
+
"name": "InMemoryDatabase",
|
|
822
725
|
"members": [
|
|
823
726
|
{
|
|
824
727
|
"kind": "field",
|
|
825
|
-
"name": "
|
|
826
|
-
"
|
|
827
|
-
|
|
728
|
+
"name": "isWorking",
|
|
729
|
+
"type": {
|
|
730
|
+
"text": "boolean"
|
|
731
|
+
},
|
|
732
|
+
"privacy": "public",
|
|
733
|
+
"default": "false"
|
|
828
734
|
},
|
|
829
735
|
{
|
|
830
736
|
"kind": "field",
|
|
831
|
-
"name": "
|
|
737
|
+
"name": "records",
|
|
832
738
|
"type": {
|
|
833
|
-
"text": "
|
|
739
|
+
"text": "Record<string, T>"
|
|
834
740
|
},
|
|
835
|
-
"
|
|
741
|
+
"privacy": "private",
|
|
742
|
+
"default": "{}"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "field",
|
|
746
|
+
"name": "beforeUpdateListeners",
|
|
747
|
+
"privacy": "private"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "field",
|
|
751
|
+
"name": "afterUpdateListeners",
|
|
752
|
+
"privacy": "private"
|
|
836
753
|
},
|
|
837
754
|
{
|
|
838
755
|
"kind": "method",
|
|
839
|
-
"name": "
|
|
756
|
+
"name": "create",
|
|
757
|
+
"privacy": "public",
|
|
840
758
|
"return": {
|
|
841
759
|
"type": {
|
|
842
|
-
"text": "
|
|
760
|
+
"text": "Promise<DatabaseAccessResult.Create<T>>"
|
|
843
761
|
}
|
|
844
762
|
},
|
|
845
763
|
"parameters": [
|
|
846
764
|
{
|
|
847
|
-
"name": "
|
|
848
|
-
"type": {
|
|
849
|
-
"text": "keyof TErrorDetailMap"
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"name": "error",
|
|
765
|
+
"name": "newValue",
|
|
854
766
|
"type": {
|
|
855
|
-
"text": "
|
|
767
|
+
"text": "Omit<T, 'id'>"
|
|
856
768
|
}
|
|
857
769
|
}
|
|
858
|
-
]
|
|
859
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
770
|
+
]
|
|
860
771
|
},
|
|
861
772
|
{
|
|
862
773
|
"kind": "method",
|
|
863
|
-
"name": "
|
|
774
|
+
"name": "read",
|
|
775
|
+
"privacy": "public",
|
|
864
776
|
"return": {
|
|
865
777
|
"type": {
|
|
866
|
-
"text": ""
|
|
778
|
+
"text": "Promise<DatabaseAccessResult.Read<T>>"
|
|
867
779
|
}
|
|
868
780
|
},
|
|
869
781
|
"parameters": [
|
|
870
782
|
{
|
|
871
|
-
"name": "
|
|
783
|
+
"name": "id",
|
|
872
784
|
"type": {
|
|
873
|
-
"text": "
|
|
874
|
-
}
|
|
875
|
-
"description": "The key."
|
|
785
|
+
"text": "string"
|
|
786
|
+
}
|
|
876
787
|
}
|
|
877
|
-
]
|
|
878
|
-
"description": "Get an error by key.",
|
|
879
|
-
"privacy": "public"
|
|
788
|
+
]
|
|
880
789
|
},
|
|
881
790
|
{
|
|
882
791
|
"kind": "method",
|
|
883
|
-
"name": "
|
|
792
|
+
"name": "update",
|
|
793
|
+
"privacy": "public",
|
|
884
794
|
"return": {
|
|
885
795
|
"type": {
|
|
886
|
-
"text": ""
|
|
796
|
+
"text": "Promise<DatabaseAccessResult.Update<T>>"
|
|
887
797
|
}
|
|
888
798
|
},
|
|
889
799
|
"parameters": [
|
|
890
800
|
{
|
|
891
|
-
"name": "
|
|
801
|
+
"name": "id",
|
|
892
802
|
"type": {
|
|
893
|
-
"text": "
|
|
894
|
-
}
|
|
895
|
-
|
|
803
|
+
"text": "string"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "newValue",
|
|
808
|
+
"type": {
|
|
809
|
+
"text": "Omit<Partial<T>, 'id'>"
|
|
810
|
+
}
|
|
896
811
|
}
|
|
897
|
-
]
|
|
898
|
-
"description": "Has an error for key.",
|
|
899
|
-
"privacy": "public"
|
|
812
|
+
]
|
|
900
813
|
},
|
|
901
814
|
{
|
|
902
815
|
"kind": "method",
|
|
903
816
|
"name": "delete",
|
|
817
|
+
"privacy": "public",
|
|
904
818
|
"return": {
|
|
905
819
|
"type": {
|
|
906
|
-
"text": ""
|
|
820
|
+
"text": "Promise<DatabaseAccessResult.Delete>"
|
|
907
821
|
}
|
|
908
822
|
},
|
|
909
823
|
"parameters": [
|
|
910
824
|
{
|
|
911
|
-
"name": "
|
|
825
|
+
"name": "id",
|
|
912
826
|
"type": {
|
|
913
|
-
"text": "
|
|
914
|
-
}
|
|
915
|
-
"description": "The key."
|
|
827
|
+
"text": "string"
|
|
828
|
+
}
|
|
916
829
|
}
|
|
917
|
-
]
|
|
918
|
-
"description": "Delete an error.",
|
|
919
|
-
"privacy": "public"
|
|
830
|
+
]
|
|
920
831
|
},
|
|
921
832
|
{
|
|
922
833
|
"kind": "method",
|
|
923
|
-
"name": "
|
|
924
|
-
"
|
|
925
|
-
"privacy": "public"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"kind": "field",
|
|
929
|
-
"name": "size",
|
|
930
|
-
"type": {
|
|
931
|
-
"text": "number"
|
|
932
|
-
},
|
|
933
|
-
"description": "The size of the error map.",
|
|
834
|
+
"name": "visit",
|
|
835
|
+
"privacy": "public",
|
|
934
836
|
"return": {
|
|
935
837
|
"type": {
|
|
936
|
-
"text": ""
|
|
838
|
+
"text": "Promise<void>"
|
|
937
839
|
}
|
|
938
840
|
},
|
|
939
|
-
"
|
|
940
|
-
|
|
841
|
+
"parameters": [
|
|
842
|
+
{
|
|
843
|
+
"name": "visitor",
|
|
844
|
+
"type": {
|
|
845
|
+
"text": "(record: T) => void"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
]
|
|
941
849
|
},
|
|
942
850
|
{
|
|
943
851
|
"kind": "method",
|
|
944
|
-
"name": "
|
|
945
|
-
"privacy": "public"
|
|
852
|
+
"name": "onBeforeUpdate",
|
|
853
|
+
"privacy": "public",
|
|
854
|
+
"return": {
|
|
855
|
+
"type": {
|
|
856
|
+
"text": "() => void"
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
"parameters": [
|
|
860
|
+
{
|
|
861
|
+
"name": "listener",
|
|
862
|
+
"type": {
|
|
863
|
+
"text": "Listener<DatabaseEvent.BeforeUpdate<T>>"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
]
|
|
946
867
|
},
|
|
947
868
|
{
|
|
948
|
-
"kind": "
|
|
949
|
-
"name": "
|
|
950
|
-
"
|
|
951
|
-
|
|
869
|
+
"kind": "method",
|
|
870
|
+
"name": "onAfterUpdate",
|
|
871
|
+
"privacy": "public",
|
|
872
|
+
"return": {
|
|
873
|
+
"type": {
|
|
874
|
+
"text": "() => void"
|
|
875
|
+
}
|
|
952
876
|
},
|
|
953
|
-
"
|
|
954
|
-
|
|
877
|
+
"parameters": [
|
|
878
|
+
{
|
|
879
|
+
"name": "listener",
|
|
880
|
+
"type": {
|
|
881
|
+
"text": "Listener<DatabaseEvent.AfterUpdate<T>>"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
]
|
|
955
885
|
}
|
|
956
886
|
]
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"exports": [
|
|
890
|
+
{
|
|
891
|
+
"kind": "js",
|
|
892
|
+
"name": "InMemoryDatabase",
|
|
893
|
+
"declaration": {
|
|
894
|
+
"name": "InMemoryDatabase",
|
|
895
|
+
"module": "src/data/inMemoryDatabase.ts"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "javascript-module",
|
|
902
|
+
"path": "src/data/index.ts",
|
|
903
|
+
"declarations": [],
|
|
904
|
+
"exports": [
|
|
905
|
+
{
|
|
906
|
+
"kind": "js",
|
|
907
|
+
"name": "*",
|
|
908
|
+
"declaration": {
|
|
909
|
+
"name": "*",
|
|
910
|
+
"package": "./inMemoryDatabase"
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "javascript-module",
|
|
917
|
+
"path": "src/decorators/index.ts",
|
|
918
|
+
"declarations": [],
|
|
919
|
+
"exports": [
|
|
920
|
+
{
|
|
921
|
+
"kind": "js",
|
|
922
|
+
"name": "*",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"name": "*",
|
|
925
|
+
"package": "./renderOnChange"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"kind": "javascript-module",
|
|
932
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
933
|
+
"declarations": [
|
|
934
|
+
{
|
|
935
|
+
"kind": "function",
|
|
936
|
+
"name": "renderOnChange",
|
|
937
|
+
"parameters": [
|
|
938
|
+
{
|
|
939
|
+
"name": "target",
|
|
940
|
+
"type": {
|
|
941
|
+
"text": "FASTElement & { render(): void }"
|
|
942
|
+
},
|
|
943
|
+
"description": "The target to define the property change handler on."
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "name",
|
|
947
|
+
"type": {
|
|
948
|
+
"text": "string"
|
|
949
|
+
},
|
|
950
|
+
"description": "The property name."
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
954
|
+
"privacy": "public"
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"exports": [
|
|
958
|
+
{
|
|
959
|
+
"kind": "js",
|
|
960
|
+
"name": "renderOnChange",
|
|
961
|
+
"declaration": {
|
|
962
|
+
"name": "renderOnChange",
|
|
963
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "javascript-module",
|
|
970
|
+
"path": "src/design-system/design-system.ts",
|
|
971
|
+
"declarations": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "function",
|
|
974
|
+
"name": "assureDesignSystem",
|
|
975
|
+
"return": {
|
|
976
|
+
"type": {
|
|
977
|
+
"text": "DesignSystemModule"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"parameters": [
|
|
981
|
+
{
|
|
982
|
+
"name": "module",
|
|
983
|
+
"type": {
|
|
984
|
+
"text": "DesignSystemModule"
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"description": "assureDesignSystem.",
|
|
989
|
+
"privacy": "public"
|
|
957
990
|
},
|
|
958
991
|
{
|
|
959
992
|
"kind": "function",
|
|
960
|
-
"name": "
|
|
993
|
+
"name": "getCurrentDesignSystem",
|
|
961
994
|
"return": {
|
|
962
995
|
"type": {
|
|
963
996
|
"text": ""
|
|
@@ -965,39 +998,81 @@
|
|
|
965
998
|
},
|
|
966
999
|
"parameters": [
|
|
967
1000
|
{
|
|
968
|
-
"name": "
|
|
1001
|
+
"name": "element",
|
|
969
1002
|
"type": {
|
|
970
|
-
"text": "
|
|
1003
|
+
"text": "HTMLElement"
|
|
971
1004
|
},
|
|
972
|
-
"description": "
|
|
1005
|
+
"description": "The starting HTML element"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "fallbackPrefix",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"text": "string"
|
|
1011
|
+
},
|
|
1012
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
973
1013
|
}
|
|
974
1014
|
],
|
|
975
|
-
"description": "
|
|
1015
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
1016
|
+
"privacy": "public"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "function",
|
|
1020
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1021
|
+
"return": {
|
|
1022
|
+
"type": {
|
|
1023
|
+
"text": ""
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"parameters": [
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "HTMLElement"
|
|
1031
|
+
},
|
|
1032
|
+
"description": "The starting HTML element"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "fallbackPrefix",
|
|
1036
|
+
"type": {
|
|
1037
|
+
"text": "string"
|
|
1038
|
+
},
|
|
1039
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
976
1043
|
"privacy": "public"
|
|
977
1044
|
}
|
|
978
1045
|
],
|
|
979
1046
|
"exports": [
|
|
980
1047
|
{
|
|
981
1048
|
"kind": "js",
|
|
982
|
-
"name": "
|
|
1049
|
+
"name": "assureDesignSystem",
|
|
983
1050
|
"declaration": {
|
|
984
|
-
"name": "
|
|
985
|
-
"module": "src/
|
|
1051
|
+
"name": "assureDesignSystem",
|
|
1052
|
+
"module": "src/design-system/design-system.ts"
|
|
986
1053
|
}
|
|
987
1054
|
},
|
|
988
1055
|
{
|
|
989
1056
|
"kind": "js",
|
|
990
|
-
"name": "
|
|
1057
|
+
"name": "getCurrentDesignSystem",
|
|
991
1058
|
"declaration": {
|
|
992
|
-
"name": "
|
|
993
|
-
"module": "src/
|
|
1059
|
+
"name": "getCurrentDesignSystem",
|
|
1060
|
+
"module": "src/design-system/design-system.ts"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"kind": "js",
|
|
1065
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1066
|
+
"declaration": {
|
|
1067
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
1068
|
+
"module": "src/design-system/design-system.ts"
|
|
994
1069
|
}
|
|
995
1070
|
}
|
|
996
1071
|
]
|
|
997
1072
|
},
|
|
998
1073
|
{
|
|
999
1074
|
"kind": "javascript-module",
|
|
1000
|
-
"path": "src/
|
|
1075
|
+
"path": "src/design-system/index.ts",
|
|
1001
1076
|
"declarations": [],
|
|
1002
1077
|
"exports": [
|
|
1003
1078
|
{
|
|
@@ -1005,265 +1080,198 @@
|
|
|
1005
1080
|
"name": "*",
|
|
1006
1081
|
"declaration": {
|
|
1007
1082
|
"name": "*",
|
|
1008
|
-
"package": "./
|
|
1083
|
+
"package": "./design-system"
|
|
1009
1084
|
}
|
|
1010
1085
|
}
|
|
1011
1086
|
]
|
|
1012
1087
|
},
|
|
1013
1088
|
{
|
|
1014
1089
|
"kind": "javascript-module",
|
|
1015
|
-
"path": "src/
|
|
1090
|
+
"path": "src/error/errorMap.ts",
|
|
1016
1091
|
"declarations": [
|
|
1017
1092
|
{
|
|
1018
1093
|
"kind": "class",
|
|
1019
|
-
"description": "
|
|
1020
|
-
"name": "
|
|
1094
|
+
"description": "",
|
|
1095
|
+
"name": "DefaultErrorMap",
|
|
1021
1096
|
"members": [
|
|
1022
1097
|
{
|
|
1023
1098
|
"kind": "field",
|
|
1024
|
-
"name": "
|
|
1025
|
-
"type": {
|
|
1026
|
-
"text": "boolean"
|
|
1027
|
-
},
|
|
1028
|
-
"privacy": "public",
|
|
1029
|
-
"default": "false"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "field",
|
|
1033
|
-
"name": "records",
|
|
1034
|
-
"type": {
|
|
1035
|
-
"text": "Record<string, T>"
|
|
1036
|
-
},
|
|
1099
|
+
"name": "map",
|
|
1037
1100
|
"privacy": "private",
|
|
1038
|
-
"default": "
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "field",
|
|
1042
|
-
"name": "beforeUpdateListeners",
|
|
1043
|
-
"privacy": "private"
|
|
1101
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
1044
1102
|
},
|
|
1045
1103
|
{
|
|
1046
1104
|
"kind": "field",
|
|
1047
|
-
"name": "
|
|
1048
|
-
"
|
|
1049
|
-
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "method",
|
|
1052
|
-
"name": "create",
|
|
1053
|
-
"privacy": "public",
|
|
1054
|
-
"return": {
|
|
1055
|
-
"type": {
|
|
1056
|
-
"text": "Promise<DatabaseAccessResult.Create<T>>"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
"parameters": [
|
|
1060
|
-
{
|
|
1061
|
-
"name": "newValue",
|
|
1062
|
-
"type": {
|
|
1063
|
-
"text": "Omit<T, 'id'>"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
]
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "method",
|
|
1070
|
-
"name": "read",
|
|
1071
|
-
"privacy": "public",
|
|
1072
|
-
"return": {
|
|
1073
|
-
"type": {
|
|
1074
|
-
"text": "Promise<DatabaseAccessResult.Read<T>>"
|
|
1075
|
-
}
|
|
1105
|
+
"name": "lastError",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "Error"
|
|
1076
1108
|
},
|
|
1077
|
-
"
|
|
1078
|
-
{
|
|
1079
|
-
"name": "id",
|
|
1080
|
-
"type": {
|
|
1081
|
-
"text": "string"
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
]
|
|
1109
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
1085
1110
|
},
|
|
1086
1111
|
{
|
|
1087
1112
|
"kind": "method",
|
|
1088
|
-
"name": "
|
|
1089
|
-
"privacy": "public",
|
|
1113
|
+
"name": "set",
|
|
1090
1114
|
"return": {
|
|
1091
1115
|
"type": {
|
|
1092
|
-
"text": "
|
|
1116
|
+
"text": "void"
|
|
1093
1117
|
}
|
|
1094
1118
|
},
|
|
1095
1119
|
"parameters": [
|
|
1096
1120
|
{
|
|
1097
|
-
"name": "
|
|
1121
|
+
"name": "key",
|
|
1098
1122
|
"type": {
|
|
1099
|
-
"text": "
|
|
1123
|
+
"text": "keyof TErrorDetailMap"
|
|
1100
1124
|
}
|
|
1101
1125
|
},
|
|
1102
1126
|
{
|
|
1103
|
-
"name": "
|
|
1104
|
-
"type": {
|
|
1105
|
-
"text": "Omit<Partial<T>, 'id'>"
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "method",
|
|
1112
|
-
"name": "delete",
|
|
1113
|
-
"privacy": "public",
|
|
1114
|
-
"return": {
|
|
1115
|
-
"type": {
|
|
1116
|
-
"text": "Promise<DatabaseAccessResult.Delete>"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
"parameters": [
|
|
1120
|
-
{
|
|
1121
|
-
"name": "id",
|
|
1127
|
+
"name": "error",
|
|
1122
1128
|
"type": {
|
|
1123
|
-
"text": "
|
|
1129
|
+
"text": "Error"
|
|
1124
1130
|
}
|
|
1125
1131
|
}
|
|
1126
|
-
]
|
|
1132
|
+
],
|
|
1133
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
1127
1134
|
},
|
|
1128
1135
|
{
|
|
1129
1136
|
"kind": "method",
|
|
1130
|
-
"name": "
|
|
1131
|
-
"privacy": "public",
|
|
1137
|
+
"name": "get",
|
|
1132
1138
|
"return": {
|
|
1133
1139
|
"type": {
|
|
1134
|
-
"text": "
|
|
1140
|
+
"text": ""
|
|
1135
1141
|
}
|
|
1136
1142
|
},
|
|
1137
1143
|
"parameters": [
|
|
1138
1144
|
{
|
|
1139
|
-
"name": "
|
|
1145
|
+
"name": "key",
|
|
1140
1146
|
"type": {
|
|
1141
|
-
"text": "
|
|
1142
|
-
}
|
|
1147
|
+
"text": "keyof TErrorDetailMap"
|
|
1148
|
+
},
|
|
1149
|
+
"description": "The key."
|
|
1143
1150
|
}
|
|
1144
|
-
]
|
|
1151
|
+
],
|
|
1152
|
+
"description": "Get an error by key.",
|
|
1153
|
+
"privacy": "public"
|
|
1145
1154
|
},
|
|
1146
1155
|
{
|
|
1147
1156
|
"kind": "method",
|
|
1148
|
-
"name": "
|
|
1149
|
-
"privacy": "public",
|
|
1157
|
+
"name": "has",
|
|
1150
1158
|
"return": {
|
|
1151
1159
|
"type": {
|
|
1152
|
-
"text": "
|
|
1160
|
+
"text": ""
|
|
1153
1161
|
}
|
|
1154
1162
|
},
|
|
1155
1163
|
"parameters": [
|
|
1156
1164
|
{
|
|
1157
|
-
"name": "
|
|
1165
|
+
"name": "key",
|
|
1158
1166
|
"type": {
|
|
1159
|
-
"text": "
|
|
1160
|
-
}
|
|
1167
|
+
"text": "keyof TErrorDetailMap"
|
|
1168
|
+
},
|
|
1169
|
+
"description": "The key."
|
|
1161
1170
|
}
|
|
1162
|
-
]
|
|
1171
|
+
],
|
|
1172
|
+
"description": "Has an error for key.",
|
|
1173
|
+
"privacy": "public"
|
|
1163
1174
|
},
|
|
1164
1175
|
{
|
|
1165
1176
|
"kind": "method",
|
|
1166
|
-
"name": "
|
|
1167
|
-
"privacy": "public",
|
|
1177
|
+
"name": "delete",
|
|
1168
1178
|
"return": {
|
|
1169
1179
|
"type": {
|
|
1170
|
-
"text": "
|
|
1180
|
+
"text": ""
|
|
1171
1181
|
}
|
|
1172
1182
|
},
|
|
1173
1183
|
"parameters": [
|
|
1174
1184
|
{
|
|
1175
|
-
"name": "
|
|
1185
|
+
"name": "key",
|
|
1176
1186
|
"type": {
|
|
1177
|
-
"text": "
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
"exports": [
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "js",
|
|
1188
|
-
"name": "InMemoryDatabase",
|
|
1189
|
-
"declaration": {
|
|
1190
|
-
"name": "InMemoryDatabase",
|
|
1191
|
-
"module": "src/data/inMemoryDatabase.ts"
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
]
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "javascript-module",
|
|
1198
|
-
"path": "src/data/index.ts",
|
|
1199
|
-
"declarations": [],
|
|
1200
|
-
"exports": [
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "js",
|
|
1203
|
-
"name": "*",
|
|
1204
|
-
"declaration": {
|
|
1205
|
-
"name": "*",
|
|
1206
|
-
"package": "./inMemoryDatabase"
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
]
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "javascript-module",
|
|
1213
|
-
"path": "src/decorators/index.ts",
|
|
1214
|
-
"declarations": [],
|
|
1215
|
-
"exports": [
|
|
1216
|
-
{
|
|
1217
|
-
"kind": "js",
|
|
1218
|
-
"name": "*",
|
|
1219
|
-
"declaration": {
|
|
1220
|
-
"name": "*",
|
|
1221
|
-
"package": "./renderOnChange"
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
]
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"kind": "javascript-module",
|
|
1228
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
1229
|
-
"declarations": [
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "function",
|
|
1232
|
-
"name": "renderOnChange",
|
|
1233
|
-
"parameters": [
|
|
1187
|
+
"text": "keyof TErrorDetailMap"
|
|
1188
|
+
},
|
|
1189
|
+
"description": "The key."
|
|
1190
|
+
}
|
|
1191
|
+
],
|
|
1192
|
+
"description": "Delete an error.",
|
|
1193
|
+
"privacy": "public"
|
|
1194
|
+
},
|
|
1234
1195
|
{
|
|
1235
|
-
"
|
|
1196
|
+
"kind": "method",
|
|
1197
|
+
"name": "clear",
|
|
1198
|
+
"description": "Clear errors.",
|
|
1199
|
+
"privacy": "public"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "size",
|
|
1236
1204
|
"type": {
|
|
1237
|
-
"text": "
|
|
1205
|
+
"text": "number"
|
|
1238
1206
|
},
|
|
1239
|
-
"description": "The
|
|
1207
|
+
"description": "The size of the error map.",
|
|
1208
|
+
"return": {
|
|
1209
|
+
"type": {
|
|
1210
|
+
"text": ""
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"privacy": "public",
|
|
1214
|
+
"readonly": true
|
|
1240
1215
|
},
|
|
1241
1216
|
{
|
|
1242
|
-
"
|
|
1217
|
+
"kind": "method",
|
|
1218
|
+
"name": "values",
|
|
1219
|
+
"privacy": "public"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "field",
|
|
1223
|
+
"name": "messages",
|
|
1243
1224
|
"type": {
|
|
1244
1225
|
"text": "string"
|
|
1245
1226
|
},
|
|
1246
|
-
"description": "
|
|
1227
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
1228
|
+
"readonly": true
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "function",
|
|
1234
|
+
"name": "createErrorMap",
|
|
1235
|
+
"return": {
|
|
1236
|
+
"type": {
|
|
1237
|
+
"text": ""
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"parameters": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "logger",
|
|
1243
|
+
"type": {
|
|
1244
|
+
"text": "ErrorMapLogger"
|
|
1245
|
+
},
|
|
1246
|
+
"description": "A logger error method reference."
|
|
1247
1247
|
}
|
|
1248
1248
|
],
|
|
1249
|
-
"description": "
|
|
1249
|
+
"description": "A factory to create the error map.",
|
|
1250
1250
|
"privacy": "public"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
1253
|
"exports": [
|
|
1254
1254
|
{
|
|
1255
1255
|
"kind": "js",
|
|
1256
|
-
"name": "
|
|
1256
|
+
"name": "DefaultErrorMap",
|
|
1257
1257
|
"declaration": {
|
|
1258
|
-
"name": "
|
|
1259
|
-
"module": "src/
|
|
1258
|
+
"name": "DefaultErrorMap",
|
|
1259
|
+
"module": "src/error/errorMap.ts"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "js",
|
|
1264
|
+
"name": "createErrorMap",
|
|
1265
|
+
"declaration": {
|
|
1266
|
+
"name": "createErrorMap",
|
|
1267
|
+
"module": "src/error/errorMap.ts"
|
|
1260
1268
|
}
|
|
1261
1269
|
}
|
|
1262
1270
|
]
|
|
1263
1271
|
},
|
|
1264
1272
|
{
|
|
1265
1273
|
"kind": "javascript-module",
|
|
1266
|
-
"path": "src/
|
|
1274
|
+
"path": "src/error/index.ts",
|
|
1267
1275
|
"declarations": [],
|
|
1268
1276
|
"exports": [
|
|
1269
1277
|
{
|
|
@@ -1271,15 +1279,7 @@
|
|
|
1271
1279
|
"name": "*",
|
|
1272
1280
|
"declaration": {
|
|
1273
1281
|
"name": "*",
|
|
1274
|
-
"package": "./
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"kind": "js",
|
|
1279
|
-
"name": "*",
|
|
1280
|
-
"declaration": {
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"package": "./when-else"
|
|
1282
|
+
"package": "./errorMap"
|
|
1283
1283
|
}
|
|
1284
1284
|
}
|
|
1285
1285
|
]
|
|
@@ -4156,203 +4156,25 @@
|
|
|
4156
4156
|
"kind": "variable",
|
|
4157
4157
|
"name": "POPUP_DEFAULT_WIDTH",
|
|
4158
4158
|
"type": {
|
|
4159
|
-
"text": "number"
|
|
4160
|
-
},
|
|
4161
|
-
"default": "483",
|
|
4162
|
-
"description": "The default width (in pixels) for pop-up windows.",
|
|
4163
|
-
"privacy": "public"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"kind": "variable",
|
|
4167
|
-
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4168
|
-
"type": {
|
|
4169
|
-
"text": "number"
|
|
4170
|
-
},
|
|
4171
|
-
"default": "600",
|
|
4172
|
-
"description": "The default height (in pixels) for pop-up windows.",
|
|
4173
|
-
"privacy": "public"
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "function",
|
|
4177
|
-
"name": "openPopup",
|
|
4178
|
-
"return": {
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": ""
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"parameters": [
|
|
4184
|
-
{
|
|
4185
|
-
"name": "urlNavigate",
|
|
4186
|
-
"type": {
|
|
4187
|
-
"text": "string"
|
|
4188
|
-
},
|
|
4189
|
-
"description": "The URL to navigate to."
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"name": "target",
|
|
4193
|
-
"type": {
|
|
4194
|
-
"text": "string"
|
|
4195
|
-
},
|
|
4196
|
-
"description": "The name of the new window."
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"name": "popUpWidth",
|
|
4200
|
-
"default": "POPUP_DEFAULT_WIDTH",
|
|
4201
|
-
"type": {
|
|
4202
|
-
"text": "number"
|
|
4203
|
-
},
|
|
4204
|
-
"description": "The width of the new window (optional)."
|
|
4205
|
-
},
|
|
4206
|
-
{
|
|
4207
|
-
"name": "popUpHeight",
|
|
4208
|
-
"default": "POPUP_DEFAULT_HEIGHT",
|
|
4209
|
-
"type": {
|
|
4210
|
-
"text": "number"
|
|
4211
|
-
},
|
|
4212
|
-
"description": "The height of the new window (optional)."
|
|
4213
|
-
}
|
|
4214
|
-
],
|
|
4215
|
-
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
4216
|
-
"privacy": "public"
|
|
4217
|
-
}
|
|
4218
|
-
],
|
|
4219
|
-
"exports": [
|
|
4220
|
-
{
|
|
4221
|
-
"kind": "js",
|
|
4222
|
-
"name": "inIFrame",
|
|
4223
|
-
"declaration": {
|
|
4224
|
-
"name": "inIFrame",
|
|
4225
|
-
"module": "src/window/window.ts"
|
|
4226
|
-
}
|
|
4227
|
-
},
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "js",
|
|
4230
|
-
"name": "inSymphonyDesktop",
|
|
4231
|
-
"declaration": {
|
|
4232
|
-
"name": "inSymphonyDesktop",
|
|
4233
|
-
"module": "src/window/window.ts"
|
|
4234
|
-
}
|
|
4235
|
-
},
|
|
4236
|
-
{
|
|
4237
|
-
"kind": "js",
|
|
4238
|
-
"name": "POPUP_DEFAULT_WIDTH",
|
|
4239
|
-
"declaration": {
|
|
4240
|
-
"name": "POPUP_DEFAULT_WIDTH",
|
|
4241
|
-
"module": "src/window/window.ts"
|
|
4242
|
-
}
|
|
4243
|
-
},
|
|
4244
|
-
{
|
|
4245
|
-
"kind": "js",
|
|
4246
|
-
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4247
|
-
"declaration": {
|
|
4248
|
-
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4249
|
-
"module": "src/window/window.ts"
|
|
4250
|
-
}
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"kind": "js",
|
|
4254
|
-
"name": "openPopup",
|
|
4255
|
-
"declaration": {
|
|
4256
|
-
"name": "openPopup",
|
|
4257
|
-
"module": "src/window/window.ts"
|
|
4258
|
-
}
|
|
4259
|
-
}
|
|
4260
|
-
]
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"kind": "javascript-module",
|
|
4264
|
-
"path": "src/encoding/base64/decode.ts",
|
|
4265
|
-
"declarations": [
|
|
4266
|
-
{
|
|
4267
|
-
"kind": "function",
|
|
4268
|
-
"name": "decodeFromBase64",
|
|
4269
|
-
"return": {
|
|
4270
|
-
"type": {
|
|
4271
|
-
"text": ""
|
|
4272
|
-
}
|
|
4273
|
-
},
|
|
4274
|
-
"parameters": [
|
|
4275
|
-
{
|
|
4276
|
-
"name": "base64Value",
|
|
4277
|
-
"type": {
|
|
4278
|
-
"text": "string"
|
|
4279
|
-
}
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"description": "The value to decode from base64.",
|
|
4283
|
-
"name": "value"
|
|
4284
|
-
}
|
|
4285
|
-
],
|
|
4286
|
-
"description": "Decodes a value from base64.",
|
|
4287
|
-
"privacy": "public"
|
|
4288
|
-
},
|
|
4289
|
-
{
|
|
4290
|
-
"kind": "function",
|
|
4291
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4292
|
-
"return": {
|
|
4293
|
-
"type": {
|
|
4294
|
-
"text": ""
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
|
-
"parameters": [
|
|
4298
|
-
{
|
|
4299
|
-
"name": "value",
|
|
4300
|
-
"type": {
|
|
4301
|
-
"text": "string"
|
|
4302
|
-
},
|
|
4303
|
-
"description": "The value to decode from base64."
|
|
4304
|
-
}
|
|
4305
|
-
],
|
|
4306
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
4307
|
-
"privacy": "public"
|
|
4308
|
-
}
|
|
4309
|
-
],
|
|
4310
|
-
"exports": [
|
|
4311
|
-
{
|
|
4312
|
-
"kind": "js",
|
|
4313
|
-
"name": "decodeFromBase64",
|
|
4314
|
-
"declaration": {
|
|
4315
|
-
"name": "decodeFromBase64",
|
|
4316
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"kind": "js",
|
|
4321
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4322
|
-
"declaration": {
|
|
4323
|
-
"name": "decodeFromBase64WithPrefix",
|
|
4324
|
-
"module": "src/encoding/base64/decode.ts"
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4327
|
-
]
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/encoding/base64/encode.ts",
|
|
4332
|
-
"declarations": [
|
|
4159
|
+
"text": "number"
|
|
4160
|
+
},
|
|
4161
|
+
"default": "483",
|
|
4162
|
+
"description": "The default width (in pixels) for pop-up windows.",
|
|
4163
|
+
"privacy": "public"
|
|
4164
|
+
},
|
|
4333
4165
|
{
|
|
4334
|
-
"kind": "
|
|
4335
|
-
"name": "
|
|
4336
|
-
"
|
|
4337
|
-
"
|
|
4338
|
-
"text": ""
|
|
4339
|
-
}
|
|
4166
|
+
"kind": "variable",
|
|
4167
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4168
|
+
"type": {
|
|
4169
|
+
"text": "number"
|
|
4340
4170
|
},
|
|
4341
|
-
"
|
|
4342
|
-
|
|
4343
|
-
"name": "value",
|
|
4344
|
-
"type": {
|
|
4345
|
-
"text": "string | ArrayBuffer"
|
|
4346
|
-
},
|
|
4347
|
-
"description": "The value to encode to base64."
|
|
4348
|
-
}
|
|
4349
|
-
],
|
|
4350
|
-
"description": "Encodes the given value to base64.",
|
|
4171
|
+
"default": "600",
|
|
4172
|
+
"description": "The default height (in pixels) for pop-up windows.",
|
|
4351
4173
|
"privacy": "public"
|
|
4352
4174
|
},
|
|
4353
4175
|
{
|
|
4354
4176
|
"kind": "function",
|
|
4355
|
-
"name": "
|
|
4177
|
+
"name": "openPopup",
|
|
4356
4178
|
"return": {
|
|
4357
4179
|
"type": {
|
|
4358
4180
|
"text": ""
|
|
@@ -4360,55 +4182,79 @@
|
|
|
4360
4182
|
},
|
|
4361
4183
|
"parameters": [
|
|
4362
4184
|
{
|
|
4363
|
-
"name": "
|
|
4185
|
+
"name": "urlNavigate",
|
|
4364
4186
|
"type": {
|
|
4365
|
-
"text": "string
|
|
4187
|
+
"text": "string"
|
|
4366
4188
|
},
|
|
4367
|
-
"description": "The
|
|
4189
|
+
"description": "The URL to navigate to."
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "target",
|
|
4193
|
+
"type": {
|
|
4194
|
+
"text": "string"
|
|
4195
|
+
},
|
|
4196
|
+
"description": "The name of the new window."
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "popUpWidth",
|
|
4200
|
+
"default": "POPUP_DEFAULT_WIDTH",
|
|
4201
|
+
"type": {
|
|
4202
|
+
"text": "number"
|
|
4203
|
+
},
|
|
4204
|
+
"description": "The width of the new window (optional)."
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "popUpHeight",
|
|
4208
|
+
"default": "POPUP_DEFAULT_HEIGHT",
|
|
4209
|
+
"type": {
|
|
4210
|
+
"text": "number"
|
|
4211
|
+
},
|
|
4212
|
+
"description": "The height of the new window (optional)."
|
|
4368
4213
|
}
|
|
4369
4214
|
],
|
|
4370
|
-
"description": "
|
|
4215
|
+
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
4371
4216
|
"privacy": "public"
|
|
4372
4217
|
}
|
|
4373
4218
|
],
|
|
4374
4219
|
"exports": [
|
|
4375
4220
|
{
|
|
4376
4221
|
"kind": "js",
|
|
4377
|
-
"name": "
|
|
4222
|
+
"name": "inIFrame",
|
|
4378
4223
|
"declaration": {
|
|
4379
|
-
"name": "
|
|
4380
|
-
"module": "src/
|
|
4224
|
+
"name": "inIFrame",
|
|
4225
|
+
"module": "src/window/window.ts"
|
|
4381
4226
|
}
|
|
4382
4227
|
},
|
|
4383
4228
|
{
|
|
4384
4229
|
"kind": "js",
|
|
4385
|
-
"name": "
|
|
4230
|
+
"name": "inSymphonyDesktop",
|
|
4386
4231
|
"declaration": {
|
|
4387
|
-
"name": "
|
|
4388
|
-
"module": "src/
|
|
4232
|
+
"name": "inSymphonyDesktop",
|
|
4233
|
+
"module": "src/window/window.ts"
|
|
4389
4234
|
}
|
|
4390
|
-
}
|
|
4391
|
-
]
|
|
4392
|
-
},
|
|
4393
|
-
{
|
|
4394
|
-
"kind": "javascript-module",
|
|
4395
|
-
"path": "src/encoding/base64/index.ts",
|
|
4396
|
-
"declarations": [],
|
|
4397
|
-
"exports": [
|
|
4235
|
+
},
|
|
4398
4236
|
{
|
|
4399
4237
|
"kind": "js",
|
|
4400
|
-
"name": "
|
|
4238
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
4401
4239
|
"declaration": {
|
|
4402
|
-
"name": "
|
|
4403
|
-
"
|
|
4240
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
4241
|
+
"module": "src/window/window.ts"
|
|
4404
4242
|
}
|
|
4405
4243
|
},
|
|
4406
4244
|
{
|
|
4407
4245
|
"kind": "js",
|
|
4408
|
-
"name": "
|
|
4246
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4409
4247
|
"declaration": {
|
|
4410
|
-
"name": "
|
|
4411
|
-
"
|
|
4248
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
4249
|
+
"module": "src/window/window.ts"
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"kind": "js",
|
|
4254
|
+
"name": "openPopup",
|
|
4255
|
+
"declaration": {
|
|
4256
|
+
"name": "openPopup",
|
|
4257
|
+
"module": "src/window/window.ts"
|
|
4412
4258
|
}
|
|
4413
4259
|
}
|
|
4414
4260
|
]
|
|
@@ -4567,6 +4413,160 @@
|
|
|
4567
4413
|
}
|
|
4568
4414
|
]
|
|
4569
4415
|
},
|
|
4416
|
+
{
|
|
4417
|
+
"kind": "javascript-module",
|
|
4418
|
+
"path": "src/encoding/base64/decode.ts",
|
|
4419
|
+
"declarations": [
|
|
4420
|
+
{
|
|
4421
|
+
"kind": "function",
|
|
4422
|
+
"name": "decodeFromBase64",
|
|
4423
|
+
"return": {
|
|
4424
|
+
"type": {
|
|
4425
|
+
"text": ""
|
|
4426
|
+
}
|
|
4427
|
+
},
|
|
4428
|
+
"parameters": [
|
|
4429
|
+
{
|
|
4430
|
+
"name": "base64Value",
|
|
4431
|
+
"type": {
|
|
4432
|
+
"text": "string"
|
|
4433
|
+
}
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"description": "The value to decode from base64.",
|
|
4437
|
+
"name": "value"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"description": "Decodes a value from base64.",
|
|
4441
|
+
"privacy": "public"
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"kind": "function",
|
|
4445
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4446
|
+
"return": {
|
|
4447
|
+
"type": {
|
|
4448
|
+
"text": ""
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
4451
|
+
"parameters": [
|
|
4452
|
+
{
|
|
4453
|
+
"name": "value",
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "string"
|
|
4456
|
+
},
|
|
4457
|
+
"description": "The value to decode from base64."
|
|
4458
|
+
}
|
|
4459
|
+
],
|
|
4460
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
4461
|
+
"privacy": "public"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"exports": [
|
|
4465
|
+
{
|
|
4466
|
+
"kind": "js",
|
|
4467
|
+
"name": "decodeFromBase64",
|
|
4468
|
+
"declaration": {
|
|
4469
|
+
"name": "decodeFromBase64",
|
|
4470
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4471
|
+
}
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"kind": "js",
|
|
4475
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4476
|
+
"declaration": {
|
|
4477
|
+
"name": "decodeFromBase64WithPrefix",
|
|
4478
|
+
"module": "src/encoding/base64/decode.ts"
|
|
4479
|
+
}
|
|
4480
|
+
}
|
|
4481
|
+
]
|
|
4482
|
+
},
|
|
4483
|
+
{
|
|
4484
|
+
"kind": "javascript-module",
|
|
4485
|
+
"path": "src/encoding/base64/encode.ts",
|
|
4486
|
+
"declarations": [
|
|
4487
|
+
{
|
|
4488
|
+
"kind": "function",
|
|
4489
|
+
"name": "encodeToBase64",
|
|
4490
|
+
"return": {
|
|
4491
|
+
"type": {
|
|
4492
|
+
"text": ""
|
|
4493
|
+
}
|
|
4494
|
+
},
|
|
4495
|
+
"parameters": [
|
|
4496
|
+
{
|
|
4497
|
+
"name": "value",
|
|
4498
|
+
"type": {
|
|
4499
|
+
"text": "string | ArrayBuffer"
|
|
4500
|
+
},
|
|
4501
|
+
"description": "The value to encode to base64."
|
|
4502
|
+
}
|
|
4503
|
+
],
|
|
4504
|
+
"description": "Encodes the given value to base64.",
|
|
4505
|
+
"privacy": "public"
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "function",
|
|
4509
|
+
"name": "encodeToBase64WithPrefix",
|
|
4510
|
+
"return": {
|
|
4511
|
+
"type": {
|
|
4512
|
+
"text": ""
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
"parameters": [
|
|
4516
|
+
{
|
|
4517
|
+
"name": "value",
|
|
4518
|
+
"type": {
|
|
4519
|
+
"text": "string | ArrayBuffer"
|
|
4520
|
+
},
|
|
4521
|
+
"description": "The value to encode to base64."
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
4525
|
+
"privacy": "public"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"exports": [
|
|
4529
|
+
{
|
|
4530
|
+
"kind": "js",
|
|
4531
|
+
"name": "encodeToBase64",
|
|
4532
|
+
"declaration": {
|
|
4533
|
+
"name": "encodeToBase64",
|
|
4534
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"kind": "js",
|
|
4539
|
+
"name": "encodeToBase64WithPrefix",
|
|
4540
|
+
"declaration": {
|
|
4541
|
+
"name": "encodeToBase64WithPrefix",
|
|
4542
|
+
"module": "src/encoding/base64/encode.ts"
|
|
4543
|
+
}
|
|
4544
|
+
}
|
|
4545
|
+
]
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"kind": "javascript-module",
|
|
4549
|
+
"path": "src/encoding/base64/index.ts",
|
|
4550
|
+
"declarations": [],
|
|
4551
|
+
"exports": [
|
|
4552
|
+
{
|
|
4553
|
+
"kind": "js",
|
|
4554
|
+
"name": "*",
|
|
4555
|
+
"declaration": {
|
|
4556
|
+
"name": "*",
|
|
4557
|
+
"package": "./decode"
|
|
4558
|
+
}
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"kind": "js",
|
|
4562
|
+
"name": "*",
|
|
4563
|
+
"declaration": {
|
|
4564
|
+
"name": "*",
|
|
4565
|
+
"package": "./encode"
|
|
4566
|
+
}
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
4570
4570
|
{
|
|
4571
4571
|
"kind": "javascript-module",
|
|
4572
4572
|
"path": "src/mappers/dto/index.ts",
|