@futdevpro/fsm-dynamo 1.9.16 → 1.9.18
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/build/_collections/constants/{courtry-isos.const.d.ts → country-isos.const.d.ts} +1 -1
- package/build/_collections/constants/country-isos.const.d.ts.map +1 -0
- package/build/_collections/constants/{courtry-isos.const.js → country-isos.const.js} +1 -1
- package/build/_collections/constants/country-isos.const.js.map +1 -0
- package/build/_collections/utils/array.util.d.ts +1 -0
- package/build/_collections/utils/array.util.d.ts.map +1 -1
- package/build/_collections/utils/array.util.js +1 -0
- package/build/_collections/utils/array.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/country-pipe.util.js +4 -3
- package/build/_collections/utils/pipe-transforms/country-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/division-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/division-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/list-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/list-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts +2 -2
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts.map +1 -1
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js +16 -16
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts +3 -3
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts.map +1 -1
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js +14 -13
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/region-pipe.util.js +4 -3
- package/build/_collections/utils/pipe-transforms/region-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts +1 -1
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts.map +1 -1
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.js +4 -3
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js +2 -1
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js.map +1 -1
- package/build/_collections/utils/regex/password-regex.util.js +2 -2
- package/build/_collections/utils/regex/password-regex.util.js.map +1 -1
- package/build/_collections/utils/regions.util.d.ts.map +1 -1
- package/build/_collections/utils/regions.util.js +7 -7
- package/build/_collections/utils/regions.util.js.map +1 -1
- package/build/_collections/utils/time.util.spec.js +7 -7
- package/build/_collections/utils/time.util.spec.js.map +1 -1
- package/build/_collections/utils/utilities.util.js +9 -9
- package/build/_collections/utils/utilities.util.js.map +1 -1
- package/build/_models/control-models/error.control-model.d.ts +1 -1
- package/build/_models/control-models/error.control-model.d.ts.map +1 -1
- package/build/_models/control-models/error.control-model.js +2 -2
- package/build/_models/control-models/error.control-model.js.map +1 -1
- package/build/_models/data-models/custom-data.data-model.d.ts.map +1 -1
- package/build/_models/data-models/custom-data.data-model.js +2 -1
- package/build/_models/data-models/custom-data.data-model.js.map +1 -1
- package/build/_modules/location.index.d.ts +7 -1
- package/build/_modules/location.index.d.ts.map +1 -1
- package/build/_modules/location.index.js +7 -1
- package/build/_modules/location.index.js.map +1 -1
- package/build/index.d.ts +74 -3
- package/build/index.d.ts.map +1 -1
- package/build/index.js +86 -3
- package/build/index.js.map +1 -1
- package/futdevpro-fsm-dynamo-01.09.18.tgz +0 -0
- package/package.json +14 -50
- package/src/_collections/utils/array.util.ts +2 -0
- package/src/_collections/utils/pipe-transforms/country-pipe.util.ts +2 -2
- package/src/_collections/utils/pipe-transforms/division-pipe.util.ts +1 -1
- package/src/_collections/utils/pipe-transforms/multi-pipe-pipe.util.ts +3 -3
- package/src/_collections/utils/pipe-transforms/range-pipe.util.ts +3 -3
- package/src/_collections/utils/pipe-transforms/region-pipe.util.ts +2 -2
- package/src/_collections/utils/pipe-transforms/slider-pipe.util.ts +1 -2
- package/src/_collections/utils/regions.util.ts +1 -1
- package/src/_collections/utils/time.util.spec.ts +1 -1
- package/src/_models/control-models/error.control-model.ts +3 -2
- package/src/_models/data-models/custom-data.data-model.ts +2 -1
- package/src/_modules/location.index.ts +7 -1
- package/src/index.ts +88 -3
- package/build/_collections/constants/courtry-isos.const.d.ts.map +0 -1
- package/build/_collections/constants/courtry-isos.const.js.map +0 -1
- package/build/_collections/constants/index.d.ts +0 -7
- package/build/_collections/constants/index.d.ts.map +0 -1
- package/build/_collections/constants/index.js +0 -11
- package/build/_collections/constants/index.js.map +0 -1
- package/build/_collections/constants/module-settings/index.d.ts +0 -4
- package/build/_collections/constants/module-settings/index.d.ts.map +0 -1
- package/build/_collections/constants/module-settings/index.js +0 -8
- package/build/_collections/constants/module-settings/index.js.map +0 -1
- package/build/_collections/index.d.ts +0 -3
- package/build/_collections/index.d.ts.map +0 -1
- package/build/_collections/index.js +0 -6
- package/build/_collections/index.js.map +0 -1
- package/build/_collections/utils/index.d.ts +0 -13
- package/build/_collections/utils/index.d.ts.map +0 -1
- package/build/_collections/utils/index.js +0 -17
- package/build/_collections/utils/index.js.map +0 -1
- package/build/_collections/utils/math/index.d.ts +0 -6
- package/build/_collections/utils/math/index.d.ts.map +0 -1
- package/build/_collections/utils/math/index.js +0 -9
- package/build/_collections/utils/math/index.js.map +0 -1
- package/build/_collections/utils/pipe-transforms/index.d.ts +0 -13
- package/build/_collections/utils/pipe-transforms/index.d.ts.map +0 -1
- package/build/_collections/utils/pipe-transforms/index.js +0 -16
- package/build/_collections/utils/pipe-transforms/index.js.map +0 -1
- package/build/_collections/utils/regex/index.d.ts +0 -4
- package/build/_collections/utils/regex/index.d.ts.map +0 -1
- package/build/_collections/utils/regex/index.js +0 -7
- package/build/_collections/utils/regex/index.js.map +0 -1
- package/build/_enums/index.d.ts +0 -10
- package/build/_enums/index.d.ts.map +0 -1
- package/build/_enums/index.js +0 -14
- package/build/_enums/index.js.map +0 -1
- package/build/_enums/location/index.d.ts +0 -4
- package/build/_enums/location/index.d.ts.map +0 -1
- package/build/_enums/location/index.js +0 -7
- package/build/_enums/location/index.js.map +0 -1
- package/build/_enums/time/index.d.ts +0 -4
- package/build/_enums/time/index.d.ts.map +0 -1
- package/build/_enums/time/index.js +0 -7
- package/build/_enums/time/index.js.map +0 -1
- package/build/_models/control-models/index.d.ts +0 -9
- package/build/_models/control-models/index.d.ts.map +0 -1
- package/build/_models/control-models/index.js +0 -13
- package/build/_models/control-models/index.js.map +0 -1
- package/build/_models/data-models/index.d.ts +0 -4
- package/build/_models/data-models/index.d.ts.map +0 -1
- package/build/_models/data-models/index.js +0 -8
- package/build/_models/data-models/index.js.map +0 -1
- package/build/_models/index.d.ts +0 -4
- package/build/_models/index.d.ts.map +0 -1
- package/build/_models/index.js +0 -11
- package/build/_models/index.js.map +0 -1
- package/build/_models/interfaces/index.d.ts +0 -8
- package/build/_models/interfaces/index.d.ts.map +0 -1
- package/build/_models/interfaces/index.js +0 -13
- package/build/_models/interfaces/index.js.map +0 -1
- package/build/_models/interfaces/location/index.d.ts +0 -8
- package/build/_models/interfaces/location/index.d.ts.map +0 -1
- package/build/_models/interfaces/location/index.js +0 -12
- package/build/_models/interfaces/location/index.js.map +0 -1
- package/build/_modules/collections.index.d.ts +0 -2
- package/build/_modules/collections.index.d.ts.map +0 -1
- package/build/_modules/collections.index.js +0 -5
- package/build/_modules/collections.index.js.map +0 -1
- package/build/_modules/constants.index.d.ts +0 -2
- package/build/_modules/constants.index.d.ts.map +0 -1
- package/build/_modules/constants.index.js +0 -5
- package/build/_modules/constants.index.js.map +0 -1
- package/build/_modules/enums.index.d.ts +0 -2
- package/build/_modules/enums.index.d.ts.map +0 -1
- package/build/_modules/enums.index.js +0 -5
- package/build/_modules/enums.index.js.map +0 -1
- package/build/_modules/models.index.d.ts +0 -2
- package/build/_modules/models.index.d.ts.map +0 -1
- package/build/_modules/models.index.js +0 -5
- package/build/_modules/models.index.js.map +0 -1
- package/build/_modules/utils.index.d.ts +0 -2
- package/build/_modules/utils.index.d.ts.map +0 -1
- package/build/_modules/utils.index.js +0 -5
- package/build/_modules/utils.index.js.map +0 -1
- package/futdevpro-fsm-dynamo-01.09.16.tgz +0 -0
- package/src/_collections/constants/index.ts +0 -15
- package/src/_collections/constants/module-settings/index.ts +0 -8
- package/src/_collections/index.ts +0 -6
- package/src/_collections/utils/index.ts +0 -18
- package/src/_collections/utils/math/index.ts +0 -6
- package/src/_collections/utils/pipe-transforms/index.ts +0 -16
- package/src/_collections/utils/regex/index.ts +0 -5
- package/src/_enums/index.ts +0 -16
- package/src/_enums/location/index.ts +0 -4
- package/src/_enums/time/index.ts +0 -4
- package/src/_models/control-models/index.ts +0 -10
- package/src/_models/data-models/index.ts +0 -5
- package/src/_models/index.ts +0 -12
- package/src/_models/interfaces/index.ts +0 -11
- package/src/_models/interfaces/location/index.ts +0 -10
- package/src/_modules/collections.index.ts +0 -2
- package/src/_modules/constants.index.ts +0 -2
- package/src/_modules/enums.index.ts +0 -2
- package/src/_modules/models.index.ts +0 -2
- package/src/_modules/utils.index.ts +0 -4
- /package/src/_collections/constants/{courtry-isos.const.ts → country-isos.const.ts} +0 -0
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const
|
|
3
|
+
const log_style_enum_1 = require("../../_enums/log-style.enum");
|
|
4
4
|
const log_util_1 = require("./log.util");
|
|
5
5
|
const time_util_1 = require("./time.util");
|
|
6
6
|
describe('DyFM_Time', () => {
|
|
7
|
-
xit(log_util_1.DyFM_Log.addStyle('tenYearsAgo', [
|
|
7
|
+
xit(log_util_1.DyFM_Log.addStyle('tenYearsAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
8
8
|
const date = time_util_1.DyFM_Time.tenYearsAgo(new Date('2021-01-01'));
|
|
9
9
|
const expected = new Date('2011-01-01');
|
|
10
10
|
expect(date).toEqual(expected);
|
|
11
11
|
});
|
|
12
|
-
xit(log_util_1.DyFM_Log.addStyle('oneYearAgo', [
|
|
12
|
+
xit(log_util_1.DyFM_Log.addStyle('oneYearAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
13
13
|
const date = time_util_1.DyFM_Time.oneYearAgo(new Date('2021-01-01'));
|
|
14
14
|
const expected = new Date('2020-01-01');
|
|
15
15
|
expect(date).toEqual(expected);
|
|
16
16
|
});
|
|
17
|
-
xit(log_util_1.DyFM_Log.addStyle('oneMonthAgo', [
|
|
17
|
+
xit(log_util_1.DyFM_Log.addStyle('oneMonthAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
18
18
|
const date = time_util_1.DyFM_Time.oneMonthAgo(new Date('2021-01-01'));
|
|
19
19
|
const expected = new Date('2020-12-01');
|
|
20
20
|
expect(date).toEqual(expected);
|
|
21
21
|
});
|
|
22
|
-
it(log_util_1.DyFM_Log.addStyle('oneWeekAgo', [
|
|
22
|
+
it(log_util_1.DyFM_Log.addStyle('oneWeekAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
23
23
|
const date = time_util_1.DyFM_Time.oneWeekAgo(new Date('2021-01-01'));
|
|
24
24
|
const expected = new Date('2020-12-25');
|
|
25
25
|
expect(date).toEqual(expected);
|
|
26
26
|
});
|
|
27
|
-
it(log_util_1.DyFM_Log.addStyle('oneDayAgo', [
|
|
27
|
+
it(log_util_1.DyFM_Log.addStyle('oneDayAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
28
28
|
const date = time_util_1.DyFM_Time.oneDayAgo(new Date('2021-01-01'));
|
|
29
29
|
const expected = new Date('2020-12-31');
|
|
30
30
|
expect(date).toEqual(expected);
|
|
31
31
|
});
|
|
32
|
-
it(log_util_1.DyFM_Log.addStyle('oneHourAgo', [
|
|
32
|
+
it(log_util_1.DyFM_Log.addStyle('oneHourAgo', [log_style_enum_1.DyFM_LogStyle.yellow]) + ' should return correct date', () => {
|
|
33
33
|
const date = time_util_1.DyFM_Time.oneHourAgo(new Date('2021-01-01T00:00:00'));
|
|
34
34
|
const expected = new Date('2020-12-31T23:00:00');
|
|
35
35
|
expect(date).toEqual(expected);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.util.spec.js","sourceRoot":"","sources":["../../../src/_collections/utils/time.util.spec.ts"],"names":[],"mappings":";;AACA,
|
|
1
|
+
{"version":3,"file":"time.util.spec.js","sourceRoot":"","sources":["../../../src/_collections/utils/time.util.spec.ts"],"names":[],"mappings":";;AACA,gEAA4D;AAC5D,yCAAsC;AACtC,2CAAwC;AAExC,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,GAAG,CAAC,mBAAQ,CAAC,QAAQ,CAAC,aAAa,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAChG,MAAM,IAAI,GAAG,qBAAS,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC3D,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;QAExC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,GAAG,CAAC,mBAAQ,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAC/F,MAAM,IAAI,GAAG,qBAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;QAExC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,GAAG,CAAC,mBAAQ,CAAC,QAAQ,CAAC,aAAa,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAChG,MAAM,IAAI,GAAG,qBAAS,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC3D,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;QAExC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,mBAAQ,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAC9F,MAAM,IAAI,GAAG,qBAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;QAExC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,mBAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAC7F,MAAM,IAAI,GAAG,qBAAS,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACzD,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,CAAC;QAExC,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,mBAAQ,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAC,8BAAa,CAAC,MAAM,CAAC,CAAC,GAAE,6BAA6B,EAAE,GAAG,EAAE;QAC9F,MAAM,IAAI,GAAG,qBAAS,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC;QACnE,MAAM,QAAQ,GAAG,IAAI,IAAI,CAAC,qBAAqB,CAAC,CAAC;QAEjD,MAAM,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;AAGL,CAAC,CAAC,CAAC"}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DyFM_wait = exports.DyFM_sleep = exports.DyFM_surfaceCopy = exports.DyFM_copy = void 0;
|
|
4
|
-
exports.DyFM_clone = DyFM_clone;
|
|
5
|
-
exports.DyFM_surfaceClone = DyFM_surfaceClone;
|
|
6
|
-
exports.DyFM_sameObjects = DyFM_sameObjects;
|
|
7
|
-
exports.DyFM_setExistingValuesOnly = DyFM_setExistingValuesOnly;
|
|
8
|
-
exports.DyFM_delay = DyFM_delay;
|
|
9
|
-
exports.DyFM_sortForTrue = DyFM_sortForTrue;
|
|
10
|
-
exports.DyFM_getSortForTrueFn = DyFM_getSortForTrueFn;
|
|
11
|
-
exports.DyFM_JSONListify = DyFM_JSONListify;
|
|
3
|
+
exports.DyFM_JSONListify = exports.DyFM_getSortForTrueFn = exports.DyFM_sortForTrue = exports.DyFM_wait = exports.DyFM_sleep = exports.DyFM_delay = exports.DyFM_setExistingValuesOnly = exports.DyFM_sameObjects = exports.DyFM_surfaceCopy = exports.DyFM_surfaceClone = exports.DyFM_copy = exports.DyFM_clone = void 0;
|
|
12
4
|
const defaultErrorMsg = ' failed. ' +
|
|
13
5
|
'\nThis might be happening becouse the object you trying to clone, ' +
|
|
14
6
|
'containes object hooks for its own objects, therefore its creating an object loop. ' +
|
|
@@ -22,6 +14,7 @@ function DyFM_clone(object) {
|
|
|
22
14
|
throw error;
|
|
23
15
|
}
|
|
24
16
|
}
|
|
17
|
+
exports.DyFM_clone = DyFM_clone;
|
|
25
18
|
exports.DyFM_copy = DyFM_clone;
|
|
26
19
|
function DyFM_surfaceClone(object) {
|
|
27
20
|
try {
|
|
@@ -36,6 +29,7 @@ function DyFM_surfaceClone(object) {
|
|
|
36
29
|
throw error;
|
|
37
30
|
}
|
|
38
31
|
}
|
|
32
|
+
exports.DyFM_surfaceClone = DyFM_surfaceClone;
|
|
39
33
|
exports.DyFM_surfaceCopy = DyFM_surfaceClone;
|
|
40
34
|
function DyFM_sameObjects(objA, objB) {
|
|
41
35
|
try {
|
|
@@ -46,6 +40,7 @@ function DyFM_sameObjects(objA, objB) {
|
|
|
46
40
|
throw error;
|
|
47
41
|
}
|
|
48
42
|
}
|
|
43
|
+
exports.DyFM_sameObjects = DyFM_sameObjects;
|
|
49
44
|
/**
|
|
50
45
|
* sets values if its existing on To, even if its null (but if undefined)
|
|
51
46
|
* @param setOn
|
|
@@ -58,9 +53,11 @@ function DyFM_setExistingValuesOnly(setOn, setTo) {
|
|
|
58
53
|
}
|
|
59
54
|
}
|
|
60
55
|
}
|
|
56
|
+
exports.DyFM_setExistingValuesOnly = DyFM_setExistingValuesOnly;
|
|
61
57
|
function DyFM_delay(ms) {
|
|
62
58
|
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
63
59
|
}
|
|
60
|
+
exports.DyFM_delay = DyFM_delay;
|
|
64
61
|
exports.DyFM_sleep = DyFM_delay;
|
|
65
62
|
exports.DyFM_wait = DyFM_delay;
|
|
66
63
|
/**
|
|
@@ -78,6 +75,7 @@ function DyFM_sortForTrue(a, b, check) {
|
|
|
78
75
|
const isA = check(a);
|
|
79
76
|
return isA === check(b) ? 0 : isA ? -1 : 1;
|
|
80
77
|
}
|
|
78
|
+
exports.DyFM_sortForTrue = DyFM_sortForTrue;
|
|
81
79
|
/**
|
|
82
80
|
*
|
|
83
81
|
* @param checkFor
|
|
@@ -89,6 +87,7 @@ function DyFM_sortForTrue(a, b, check) {
|
|
|
89
87
|
function DyFM_getSortForTrueFn(checkFor) {
|
|
90
88
|
return (a, b) => DyFM_sortForTrue(a, b, checkFor);
|
|
91
89
|
}
|
|
90
|
+
exports.DyFM_getSortForTrueFn = DyFM_getSortForTrueFn;
|
|
92
91
|
function DyFM_JSONListify(JSONList) {
|
|
93
92
|
const result = [];
|
|
94
93
|
for (let i = 0; JSONList[i]; i++) {
|
|
@@ -96,4 +95,5 @@ function DyFM_JSONListify(JSONList) {
|
|
|
96
95
|
}
|
|
97
96
|
return result;
|
|
98
97
|
}
|
|
98
|
+
exports.DyFM_JSONListify = DyFM_JSONListify;
|
|
99
99
|
//# sourceMappingURL=utilities.util.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.util.js","sourceRoot":"","sources":["../../../src/_collections/utils/utilities.util.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"utilities.util.js","sourceRoot":"","sources":["../../../src/_collections/utils/utilities.util.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.control-model.d.ts","sourceRoot":"","sources":["../../../src/_models/control-models/error.control-model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error.control-model.d.ts","sourceRoot":"","sources":["../../../src/_models/control-models/error.control-model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAEnE,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;IAEzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,KAAK,CAAC,EAAE,eAAe,CAAC;IAExB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,GAAG,CAAC;IACxB,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAE1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,UAAU,CAAC;AAE/C,qBAAa,UAAW,SAAQ,aAAa;IAC3C,QAAQ,CAAC,IAAI,4BAA4B;IAEzC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAM;IAE5B,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAM;IAE1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAM;IAC/B,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,MAAM,CAAC,EAAE,aAAa,EAAE,CAAM;IAE9B,KAAK,CAAC,EAAE,eAAe,CAAC;IAExB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,GAAG,CAAM;IAC7B,mBAAmB,CAAC,EAAE,GAAG,CAAM;gBAG7B,GAAG,CAAC,EAAE,mBAAmB;IAsO3B,kBAAkB,IAAI,UAAU;IAgBhC,aAAa,IAAI,UAAU;CA6B5B;AAyID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuOG;AACH,MAAM,WAAW,yBAAyB;CAAG"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DyFM_Error = void 0;
|
|
4
4
|
const error_defaults_const_1 = require("../../_collections/constants/error-defaults.const");
|
|
5
|
-
const _enums_1 = require("../../_enums");
|
|
6
5
|
const log_util_1 = require("../../_collections/utils/log.util");
|
|
6
|
+
const error_level_enum_1 = require("../../_enums/error-level.enum");
|
|
7
7
|
const metadata_data_model_1 = require("../data-models/metadata.data-model");
|
|
8
8
|
class DyFM_Error extends metadata_data_model_1.DyFM_Metadata {
|
|
9
9
|
flag = 'DYNAMO-ERROR-OBJECT-v2';
|
|
@@ -49,7 +49,7 @@ class DyFM_Error extends metadata_data_model_1.DyFM_Metadata {
|
|
|
49
49
|
this.___issuerService = set?.issuerService ??
|
|
50
50
|
set?.error?.___issuerService ??
|
|
51
51
|
error_defaults_const_1.DyFM_error_defaults.issuerService;
|
|
52
|
-
this.level = set?.level ?? set?.error?.level ??
|
|
52
|
+
this.level = set?.level ?? set?.error?.level ?? error_level_enum_1.DyFM_ErrorLevel.error;
|
|
53
53
|
this.levelUpThis = set?.levelUpThis;
|
|
54
54
|
if (set?.additionalContent && set?.error?.additionalContent) {
|
|
55
55
|
this.additionalContent = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.control-model.js","sourceRoot":"","sources":["../../../src/_models/control-models/error.control-model.ts"],"names":[],"mappings":";;;AAAA,4FAAwF;AACxF,
|
|
1
|
+
{"version":3,"file":"error.control-model.js","sourceRoot":"","sources":["../../../src/_models/control-models/error.control-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data.data-model.d.ts","sourceRoot":"","sources":["../../../src/_models/data-models/custom-data.data-model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAC3C,qBAAa,eAAe,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,aAAa;IACzD,IAAI,CAAC,EAAE,CAAC,CAAC;gBAGP,GAAG,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;CAQ3B;
|
|
1
|
+
{"version":3,"file":"custom-data.data-model.d.ts","sourceRoot":"","sources":["../../../src/_models/data-models/custom-data.data-model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAC3C,qBAAa,eAAe,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,aAAa;IACzD,IAAI,CAAC,EAAE,CAAC,CAAC;gBAGP,GAAG,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;CAQ3B;AAGD,eAAO,MAAM,2BAA2B,EAAE,qBAMtC,CAAC"}
|
|
@@ -13,10 +13,11 @@ class DyFM_CustomData extends metadata_data_model_1.DyFM_Metadata {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
exports.DyFM_CustomData = DyFM_CustomData;
|
|
16
|
+
// rename to? DyFM_customData_dataModelParams
|
|
16
17
|
exports.DyFM_customDataModel_params = new data_model_params_control_model_1.DyFM_DataModel_Params({
|
|
17
18
|
dataName: 'customData',
|
|
18
19
|
properties: [
|
|
19
20
|
{ key: 'data', type: 'string', required: true },
|
|
20
|
-
]
|
|
21
|
+
],
|
|
21
22
|
});
|
|
22
23
|
//# sourceMappingURL=custom-data.data-model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data.data-model.js","sourceRoot":"","sources":["../../../src/_models/data-models/custom-data.data-model.ts"],"names":[],"mappings":";;;AACA,uGAA0F;AAC1F,+DAAsD;AAGtD,MAAa,eAAyB,SAAQ,mCAAa;IACzD,IAAI,CAAK;IAET,YACE,GAAwB;QAExB,KAAK,CAAC,GAAG,CAAC,CAAC;QAEX,IAAI,GAAG,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC;CACF;AAZD,0CAYC;
|
|
1
|
+
{"version":3,"file":"custom-data.data-model.js","sourceRoot":"","sources":["../../../src/_models/data-models/custom-data.data-model.ts"],"names":[],"mappings":";;;AACA,uGAA0F;AAC1F,+DAAsD;AAGtD,MAAa,eAAyB,SAAQ,mCAAa;IACzD,IAAI,CAAK;IAET,YACE,GAAwB;QAExB,KAAK,CAAC,GAAG,CAAC,CAAC;QAEX,IAAI,GAAG,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC;CACF;AAZD,0CAYC;AAED,6CAA6C;AAChC,QAAA,2BAA2B,GACtC,IAAI,uDAAqB,CAAC;IACxB,QAAQ,EAAE,YAAY;IACtB,UAAU,EAAE;QACV,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;KAChD;CACF,CAAC,CAAC"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
export * from '../_models/interfaces/location';
|
|
1
|
+
export * from '../_models/interfaces/location/country-division.interface';
|
|
2
|
+
export * from '../_models/interfaces/location/country-iso.interface';
|
|
3
|
+
export * from '../_models/interfaces/location/country-phone-code.interface';
|
|
4
|
+
export * from '../_models/interfaces/location/division-collection.interface';
|
|
5
|
+
export * from '../_models/interfaces/location/division-region-data.interface';
|
|
6
|
+
export * from '../_models/interfaces/location/geo-ip-location.interface';
|
|
7
|
+
export * from '../_models/interfaces/location/location-coordinates.interface';
|
|
2
8
|
export * from '../_enums/location/region.enum';
|
|
3
9
|
export * from '../_enums/location/sub-region.enum';
|
|
4
10
|
export * from '../_enums/location/subdivision-region-type.enum';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location.index.d.ts","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"location.index.d.ts","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":"AAEA,cAAc,2DAA2D,CAAC;AAC1E,cAAc,sDAAsD,CAAC;AACrE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,0DAA0D,CAAC;AACzE,cAAc,+DAA+D,CAAC;AAG9E,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iDAAiD,CAAC;AAGhE,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC"}
|
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// INTERFACES
|
|
5
|
-
tslib_1.__exportStar(require("../_models/interfaces/location"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/country-division.interface"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/country-iso.interface"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/country-phone-code.interface"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/division-collection.interface"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/division-region-data.interface"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/geo-ip-location.interface"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("../_models/interfaces/location/location-coordinates.interface"), exports);
|
|
6
12
|
// ENUMS
|
|
7
13
|
tslib_1.__exportStar(require("../_enums/location/region.enum"), exports);
|
|
8
14
|
tslib_1.__exportStar(require("../_enums/location/sub-region.enum"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location.index.js","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":";;;AACA,aAAa;AACb,
|
|
1
|
+
{"version":3,"file":"location.index.js","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":";;;AACA,aAAa;AACb,oGAA0E;AAC1E,+FAAqE;AACrE,sGAA4E;AAC5E,uGAA6E;AAC7E,wGAA8E;AAC9E,mGAAyE;AACzE,wGAA8E;AAE9E,QAAQ;AACR,yEAA+C;AAC/C,6EAAmD;AACnD,0FAAgE;AAEhE,QAAQ;AACR,8EAAoD;AACpD,6EAAmD"}
|
package/build/index.d.ts
CHANGED
|
@@ -1,4 +1,75 @@
|
|
|
1
|
-
export * from './_collections';
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './_collections/constants/country-divisions.const';
|
|
2
|
+
export * from './_collections/constants/country-isos.const';
|
|
3
|
+
export * from './_collections/constants/error-defaults.const';
|
|
4
|
+
export * from './_collections/constants/pipe-transforms.const';
|
|
5
|
+
export * from './_collections/constants/times.const';
|
|
6
|
+
export * from './_collections/constants/module-settings/test-module-settings.const';
|
|
7
|
+
export * from './_collections/constants/module-settings/usage-module-settings.const';
|
|
8
|
+
export * from './_collections/constants/module-settings/custom-data-module-settings.const';
|
|
9
|
+
export * from './_collections/utils/array.util';
|
|
10
|
+
export * from './_collections/utils/location.util';
|
|
11
|
+
export * from './_collections/utils/log.util';
|
|
12
|
+
export * from './_collections/utils/regions.util';
|
|
13
|
+
export * from './_collections/utils/round-list.util';
|
|
14
|
+
export * from './_collections/utils/shared.static-service';
|
|
15
|
+
export * from './_collections/utils/time.util';
|
|
16
|
+
export * from './_collections/utils/type-cloning-facility.util';
|
|
17
|
+
export * from './_collections/utils/utilities.util';
|
|
18
|
+
export * from './_collections/utils/math/box-bounds.util';
|
|
19
|
+
export * from './_collections/utils/math/math.util';
|
|
20
|
+
export * from './_collections/utils/math/random.util';
|
|
21
|
+
export * from './_collections/utils/math/trigonometry.util';
|
|
22
|
+
export * from './_collections/utils/math/vector2.util';
|
|
23
|
+
export * from './_collections/utils/pipe-transforms/country-pipe.util';
|
|
24
|
+
export * from './_collections/utils/pipe-transforms/custom-pipe.util';
|
|
25
|
+
export * from './_collections/utils/pipe-transforms/division-pipe.util';
|
|
26
|
+
export * from './_collections/utils/pipe-transforms/list-pipe.util';
|
|
27
|
+
export * from './_collections/utils/pipe-transforms/multi-pipe-pipe.util';
|
|
28
|
+
export * from './_collections/utils/pipe-transforms/obj-key-pipe.util';
|
|
29
|
+
export * from './_collections/utils/pipe-transforms/obj-key-pipe.util';
|
|
30
|
+
export * from './_collections/utils/pipe-transforms/range-pipe.util';
|
|
31
|
+
export * from './_collections/utils/pipe-transforms/region-pipe.util';
|
|
32
|
+
export * from './_collections/utils/pipe-transforms/replace-pipe.util';
|
|
33
|
+
export * from './_collections/utils/pipe-transforms/slider-pipe.util';
|
|
34
|
+
export * from './_collections/utils/pipe-transforms/smart-replace-pipe.util';
|
|
35
|
+
export * from './_collections/utils/regex/password-regex.util';
|
|
36
|
+
export * from './_collections/utils/regex/regex.util';
|
|
37
|
+
export * from './_collections/utils/regex/username-regex.util';
|
|
38
|
+
export * from './_enums/basic-property-type.enum';
|
|
39
|
+
export * from './_enums/data-model-type.enum';
|
|
40
|
+
export * from './_enums/error-level.enum';
|
|
41
|
+
export * from './_enums/error-level.enum';
|
|
42
|
+
export * from './_enums/log-style.enum';
|
|
43
|
+
export * from './_enums/pipe.enum';
|
|
44
|
+
export * from './_enums/range-pipe-setting.enum';
|
|
45
|
+
export * from './_enums/location/region.enum';
|
|
46
|
+
export * from './_enums/location/sub-region.enum';
|
|
47
|
+
export * from './_enums/location/subdivision-region-type.enum';
|
|
48
|
+
export * from './_enums/time/day-of-week.enum';
|
|
49
|
+
export * from './_enums/time/month.enum';
|
|
50
|
+
export * from './_enums/time/relative-date.enum';
|
|
51
|
+
export * from './_models/control-models/daily-usage-data.control-model';
|
|
52
|
+
export * from './_models/control-models/data-model-params.control-model';
|
|
53
|
+
export * from './_models/control-models/data-property-params.control-model';
|
|
54
|
+
export * from './_models/control-models/error.control-model';
|
|
55
|
+
export * from './_models/control-models/poll.control-model';
|
|
56
|
+
export * from './_models/control-models/range-value.control-model';
|
|
57
|
+
export * from './_models/control-models/usage-action.control-model';
|
|
58
|
+
export * from './_models/control-models/usage-data.control-model';
|
|
59
|
+
export * from './_models/data-models/custom-data.data-model';
|
|
60
|
+
export * from './_models/data-models/metadata.data-model';
|
|
61
|
+
export * from './_models/data-models/usage-session.data-model';
|
|
62
|
+
export * from './_models/interfaces/error-defaults.interface';
|
|
63
|
+
export * from './_models/interfaces/multi-pipe-settings.type';
|
|
64
|
+
export * from './_models/interfaces/paged.interface';
|
|
65
|
+
export * from './_models/interfaces/pipe-transforms.interface';
|
|
66
|
+
export * from './_models/interfaces/random-weight.interface';
|
|
67
|
+
export * from './_models/interfaces/route-settings.interface';
|
|
68
|
+
export * from './_models/interfaces/location/country-division.interface';
|
|
69
|
+
export * from './_models/interfaces/location/country-iso.interface';
|
|
70
|
+
export * from './_models/interfaces/location/country-phone-code.interface';
|
|
71
|
+
export * from './_models/interfaces/location/division-collection.interface';
|
|
72
|
+
export * from './_models/interfaces/location/division-region-data.interface';
|
|
73
|
+
export * from './_models/interfaces/location/geo-ip-location.interface';
|
|
74
|
+
export * from './_models/interfaces/location/location-coordinates.interface';
|
|
4
75
|
//# sourceMappingURL=index.d.ts.map
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,kDAAkD,CAAC;AACjE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sCAAsC,CAAC;AAErD,cAAc,qEAAqE,CAAC;AACpF,cAAc,sEAAsE,CAAC;AACrF,cAAc,4EAA4E,CAAC;AAE3F,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iDAAiD,CAAC;AAChE,cAAc,qCAAqC,CAAC;AAEpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,wDAAwD,CAAC;AACvE,cAAc,uDAAuD,CAAC;AACtE,cAAc,yDAAyD,CAAC;AACxE,cAAc,qDAAqD,CAAC;AACpE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wDAAwD,CAAC;AACvE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,uDAAuD,CAAC;AACtE,cAAc,wDAAwD,CAAC;AACvE,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAE7E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uCAAuC,CAAC;AACtD,cAAc,gDAAgD,CAAC;AAG/D,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kCAAkC,CAAC;AAEjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAE/D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AAIjD,cAAc,yDAAyD,CAAC;AACxE,cAAc,0DAA0D,CAAC;AACzE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,qDAAqD,CAAC;AACpE,cAAc,mDAAmD,CAAC;AAElE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gDAAgD,CAAC;AAE/D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAE9D,cAAc,0DAA0D,CAAC;AACzE,cAAc,qDAAqD,CAAC;AACpE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,yDAAyD,CAAC;AACxE,cAAc,8DAA8D,CAAC"}
|
package/build/index.js
CHANGED
|
@@ -2,9 +2,92 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// COLLECTIONS
|
|
5
|
-
|
|
5
|
+
// collections/CONSTANTS
|
|
6
|
+
tslib_1.__exportStar(require("./_collections/constants/country-divisions.const"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./_collections/constants/country-isos.const"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./_collections/constants/error-defaults.const"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./_collections/constants/pipe-transforms.const"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./_collections/constants/times.const"), exports);
|
|
11
|
+
// collections/MODULE SETTINGS
|
|
12
|
+
tslib_1.__exportStar(require("./_collections/constants/module-settings/test-module-settings.const"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./_collections/constants/module-settings/usage-module-settings.const"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./_collections/constants/module-settings/custom-data-module-settings.const"), exports);
|
|
15
|
+
// collections/UTILS
|
|
16
|
+
tslib_1.__exportStar(require("./_collections/utils/array.util"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./_collections/utils/location.util"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./_collections/utils/log.util"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./_collections/utils/regions.util"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./_collections/utils/round-list.util"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./_collections/utils/shared.static-service"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./_collections/utils/time.util"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./_collections/utils/type-cloning-facility.util"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./_collections/utils/utilities.util"), exports);
|
|
25
|
+
// collections/utils/MATH
|
|
26
|
+
tslib_1.__exportStar(require("./_collections/utils/math/box-bounds.util"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./_collections/utils/math/math.util"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./_collections/utils/math/random.util"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./_collections/utils/math/trigonometry.util"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./_collections/utils/math/vector2.util"), exports);
|
|
31
|
+
// collections/utils/PIPE TRANSFORMS
|
|
32
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/country-pipe.util"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/custom-pipe.util"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/division-pipe.util"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/list-pipe.util"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/multi-pipe-pipe.util"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/obj-key-pipe.util"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/obj-key-pipe.util"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/range-pipe.util"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/region-pipe.util"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/replace-pipe.util"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/slider-pipe.util"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./_collections/utils/pipe-transforms/smart-replace-pipe.util"), exports);
|
|
44
|
+
// collections/utils/REGEX
|
|
45
|
+
tslib_1.__exportStar(require("./_collections/utils/regex/password-regex.util"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./_collections/utils/regex/regex.util"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./_collections/utils/regex/username-regex.util"), exports);
|
|
6
48
|
// ENUMS
|
|
7
|
-
tslib_1.__exportStar(require("./_enums"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./_enums/basic-property-type.enum"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./_enums/data-model-type.enum"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./_enums/error-level.enum"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./_enums/error-level.enum"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./_enums/log-style.enum"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./_enums/pipe.enum"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./_enums/range-pipe-setting.enum"), exports);
|
|
56
|
+
// enums/LOCATION
|
|
57
|
+
tslib_1.__exportStar(require("./_enums/location/region.enum"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./_enums/location/sub-region.enum"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./_enums/location/subdivision-region-type.enum"), exports);
|
|
60
|
+
// enums/PIPE
|
|
61
|
+
tslib_1.__exportStar(require("./_enums/time/day-of-week.enum"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./_enums/time/month.enum"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./_enums/time/relative-date.enum"), exports);
|
|
8
64
|
// MODELS
|
|
9
|
-
|
|
65
|
+
// models/CONTROL MODELS
|
|
66
|
+
tslib_1.__exportStar(require("./_models/control-models/daily-usage-data.control-model"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./_models/control-models/data-model-params.control-model"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./_models/control-models/data-property-params.control-model"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./_models/control-models/error.control-model"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./_models/control-models/poll.control-model"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./_models/control-models/range-value.control-model"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./_models/control-models/usage-action.control-model"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./_models/control-models/usage-data.control-model"), exports);
|
|
74
|
+
// models/DATA MODELS
|
|
75
|
+
tslib_1.__exportStar(require("./_models/data-models/custom-data.data-model"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./_models/data-models/metadata.data-model"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./_models/data-models/usage-session.data-model"), exports);
|
|
78
|
+
// models/INTERFACES
|
|
79
|
+
tslib_1.__exportStar(require("./_models/interfaces/error-defaults.interface"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./_models/interfaces/multi-pipe-settings.type"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./_models/interfaces/paged.interface"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./_models/interfaces/pipe-transforms.interface"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./_models/interfaces/random-weight.interface"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./_models/interfaces/route-settings.interface"), exports);
|
|
85
|
+
// models/interfaces/LOCATION INTERFACES
|
|
86
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/country-division.interface"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/country-iso.interface"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/country-phone-code.interface"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/division-collection.interface"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/division-region-data.interface"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/geo-ip-location.interface"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./_models/interfaces/location/location-coordinates.interface"), exports);
|
|
10
93
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,wBAAwB;AACxB,2FAAiE;AACjE,sFAA4D;AAC5D,wFAA8D;AAC9D,yFAA+D;AAC/D,+EAAqD;AACrD,8BAA8B;AAC9B,8GAAoF;AACpF,+GAAqF;AACrF,qHAA2F;AAC3F,oBAAoB;AACpB,0EAAgD;AAChD,6EAAmD;AACnD,wEAA8C;AAC9C,4EAAkD;AAClD,+EAAqD;AACrD,qFAA2D;AAC3D,yEAA+C;AAC/C,0FAAgE;AAChE,8EAAoD;AACpD,yBAAyB;AACzB,oFAA0D;AAC1D,8EAAoD;AACpD,gFAAsD;AACtD,sFAA4D;AAC5D,iFAAuD;AACvD,oCAAoC;AACpC,iGAAuE;AACvE,gGAAsE;AACtE,kGAAwE;AACxE,8FAAoE;AACpE,oGAA0E;AAC1E,iGAAuE;AACvE,iGAAuE;AACvE,+FAAqE;AACrE,gGAAsE;AACtE,iGAAuE;AACvE,gGAAsE;AACtE,uGAA6E;AAC7E,2BAA2B;AAC3B,yFAA+D;AAC/D,gFAAsD;AACtD,yFAA+D;AAE/D,QAAQ;AACR,4EAAkD;AAClD,wEAA8C;AAC9C,oEAA0C;AAC1C,oEAA0C;AAC1C,kEAAwC;AACxC,6DAAmC;AACnC,2EAAiD;AACjD,iBAAiB;AACjB,wEAA8C;AAC9C,4EAAkD;AAClD,yFAA+D;AAC/D,aAAa;AACb,yEAA+C;AAC/C,mEAAyC;AACzC,2EAAiD;AAEjD,SAAS;AACT,wBAAwB;AACxB,kGAAwE;AACxE,mGAAyE;AACzE,sGAA4E;AAC5E,uFAA6D;AAC7D,sFAA4D;AAC5D,6FAAmE;AACnE,8FAAoE;AACpE,4FAAkE;AAClE,qBAAqB;AACrB,uFAA6D;AAC7D,oFAA0D;AAC1D,yFAA+D;AAC/D,oBAAoB;AACpB,wFAA8D;AAC9D,wFAA8D;AAC9D,+EAAqD;AACrD,yFAA+D;AAC/D,uFAA6D;AAC7D,wFAA8D;AAC9D,wCAAwC;AACxC,mGAAyE;AACzE,8FAAoE;AACpE,qGAA2E;AAC3E,sGAA4E;AAC5E,uGAA6E;AAC7E,kGAAwE;AACxE,uGAA6E"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.09.
|
|
3
|
+
"version": "01.09.18",
|
|
4
4
|
"description": "Full Stack Model Collection for Dynamic (NodeJS-Typescript) Framework called Dynamo, by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prep": "npm i pnpm -g && npm i rimraf nodemon -g",
|
|
@@ -30,24 +30,6 @@
|
|
|
30
30
|
"module": "./build/index.js",
|
|
31
31
|
"default": "./build/index.js"
|
|
32
32
|
},
|
|
33
|
-
"./constants": {
|
|
34
|
-
"default": "./build/_collections/index.js",
|
|
35
|
-
"module": "./build/_collections/index.js",
|
|
36
|
-
"types": "./build/_collections/index.d.ts",
|
|
37
|
-
"typings": "./build/_collections/index.d.ts"
|
|
38
|
-
},
|
|
39
|
-
"./enums": {
|
|
40
|
-
"default": "./build/_enums/index.js",
|
|
41
|
-
"module": "./build/_enums/index.js",
|
|
42
|
-
"types": "./build/_enums/index.d.ts",
|
|
43
|
-
"typings": "./build/_enums/index.d.ts"
|
|
44
|
-
},
|
|
45
|
-
"./models": {
|
|
46
|
-
"default": "./build/_models/index.js",
|
|
47
|
-
"module": "./build/_models/index.js",
|
|
48
|
-
"types": "./build/_models/index.d.ts",
|
|
49
|
-
"typings": "./build/_models/index.d.ts"
|
|
50
|
-
},
|
|
51
33
|
"./data-module": {
|
|
52
34
|
"default": "./build/_modules/data-module.index.js",
|
|
53
35
|
"module": "./build/_modules/data-module.index.js",
|
|
@@ -89,25 +71,10 @@
|
|
|
89
71
|
"module": "./build/_modules/location.index.js",
|
|
90
72
|
"types": "./build/_modules/location.index.d.ts",
|
|
91
73
|
"typings": "./build/_modules/location.index.d.ts"
|
|
92
|
-
},
|
|
93
|
-
"./utils": {
|
|
94
|
-
"default": "./build/_modules/utils.index.js",
|
|
95
|
-
"module": "./build/_modules/utils.index.js",
|
|
96
|
-
"types": "./build/_modules/utils.index.d.ts",
|
|
97
|
-
"typings": "./build/_modules/utils.index.d.ts"
|
|
98
74
|
}
|
|
99
75
|
},
|
|
100
76
|
"typesVersions": {
|
|
101
77
|
"*": {
|
|
102
|
-
"constants": [
|
|
103
|
-
"build/_collections/index.d.ts"
|
|
104
|
-
],
|
|
105
|
-
"enums": [
|
|
106
|
-
"build/_enums/index.d.ts"
|
|
107
|
-
],
|
|
108
|
-
"models": [
|
|
109
|
-
"build/_models/index.d.ts"
|
|
110
|
-
],
|
|
111
78
|
"data-module": [
|
|
112
79
|
"build/_modules/data-module.index.d.ts"
|
|
113
80
|
],
|
|
@@ -128,9 +95,6 @@
|
|
|
128
95
|
],
|
|
129
96
|
"location": [
|
|
130
97
|
"build/_modules/location.index.d.ts"
|
|
131
|
-
],
|
|
132
|
-
"utils": [
|
|
133
|
-
"build/_modules/utils.index.d.ts"
|
|
134
98
|
]
|
|
135
99
|
}
|
|
136
100
|
},
|
|
@@ -139,22 +103,22 @@
|
|
|
139
103
|
"license": "ISC",
|
|
140
104
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
141
105
|
"peerDependencies": {
|
|
142
|
-
"rxjs": "
|
|
106
|
+
"rxjs": "~7.8.1"
|
|
143
107
|
},
|
|
144
108
|
"dependencies": {
|
|
145
|
-
"@types/node": "
|
|
146
|
-
"ts-node": "
|
|
147
|
-
"tslib": "
|
|
148
|
-
"typescript": "
|
|
109
|
+
"@types/node": "~20.5.7",
|
|
110
|
+
"ts-node": "~10.9.1",
|
|
111
|
+
"tslib": "~2.6.2",
|
|
112
|
+
"typescript": "~5.3.3"
|
|
149
113
|
},
|
|
150
114
|
"devDependencies": {
|
|
151
|
-
"@types/jasmine": "
|
|
152
|
-
"@typescript-eslint/eslint-plugin": "
|
|
153
|
-
"@typescript-eslint/parser": "
|
|
154
|
-
"eslint": "
|
|
155
|
-
"eslint-plugin-unused-imports": "
|
|
156
|
-
"eslint-plugin-max-params-no-constructor": "
|
|
157
|
-
"jasmine": "
|
|
158
|
-
"nodemon": "
|
|
115
|
+
"@types/jasmine": "~4.3.5",
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "~6.7.4",
|
|
117
|
+
"@typescript-eslint/parser": "~6.7.4",
|
|
118
|
+
"eslint": "~8.51.0",
|
|
119
|
+
"eslint-plugin-unused-imports": "~3.0.0",
|
|
120
|
+
"eslint-plugin-max-params-no-constructor": "~0.0.4",
|
|
121
|
+
"jasmine": "~5.1.0",
|
|
122
|
+
"nodemon": "~3.0.1"
|
|
159
123
|
}
|
|
160
124
|
}
|