@futdevpro/fsm-dynamo 1.9.17 → 1.9.19
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/.eslintrc.json +2 -2
- 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/pipe-transforms/country-pipe.util.js +2 -2
- 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 +14 -14
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts +2 -2
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts.map +1 -1
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js +12 -12
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js.map +1 -1
- package/build/_collections/utils/pipe-transforms/region-pipe.util.js +2 -2
- 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 +2 -2
- package/build/_collections/utils/pipe-transforms/slider-pipe.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/_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/_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.19.tgz +0 -0
- package/nodemon.json +1 -0
- package/package.json +2 -39
- 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 +2 -2
- 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/_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.17.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
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/nodemon.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.09.
|
|
3
|
+
"version": "01.09.19",
|
|
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
|
},
|
|
@@ -154,7 +118,6 @@
|
|
|
154
118
|
"eslint": "~8.51.0",
|
|
155
119
|
"eslint-plugin-unused-imports": "~3.0.0",
|
|
156
120
|
"eslint-plugin-max-params-no-constructor": "~0.0.4",
|
|
157
|
-
"jasmine": "~5.1.0"
|
|
158
|
-
"nodemon": "~3.0.1"
|
|
121
|
+
"jasmine": "~5.1.0"
|
|
159
122
|
}
|
|
160
123
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
import { DyFM_CountryISO } from '../../../_models';
|
|
9
|
-
import { DyFM_countryISOs } from '../../constants/
|
|
8
|
+
import { DyFM_CountryISO } from '../../../_models/interfaces/location/country-iso.interface';
|
|
9
|
+
import { DyFM_countryISOs } from '../../constants/country-isos.const';
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
export function DyFM_country_pipeTransform(countryISO: string): string {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
import { DyFM_CountryDivision } from '../../../_models';
|
|
11
|
+
import { DyFM_CountryDivision } from '../../../_models/interfaces/location/country-division.interface';
|
|
12
12
|
import { DyFM_countryDivisions } from '../../constants/country-divisions.const';
|
|
13
13
|
|
|
14
14
|
export function DyFM_division_pipeTransform(divisionCode: string, countryISO: string): string {
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
import {
|
|
9
|
-
import { DyFM_RangeValue } from '../../../_models';
|
|
8
|
+
import { DyFM_allDynamoPipes, DyFM_allMultiPipesAvailable, DyFM_AngularMultiPipeAvailable, DyFM_MultiPipeAvailable, DyFM_Pipe } from '../../../_enums/pipe.enum';
|
|
9
|
+
import { DyFM_RangeValue } from '../../../_models/control-models/range-value.control-model';
|
|
10
10
|
import { DyFM_MultiPipe_Setting } from '../../../_models/interfaces/multi-pipe-settings.type';
|
|
11
|
-
import { DyFM_pipeTransforms } from '../../constants';
|
|
11
|
+
import { DyFM_pipeTransforms } from '../../constants/pipe-transforms.const';
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
export type DyFM_MultiPipeAngularPipes = {
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
import { DyFM_RangePipe_Setting } from '../../../_enums';
|
|
9
|
-
import { DyFM_RangeValue } from '../../../_models';
|
|
8
|
+
import { DyFM_RangePipe_Setting } from '../../../_enums/range-pipe-setting.enum';
|
|
9
|
+
import { DyFM_RangeValue } from '../../../_models/control-models/range-value.control-model';
|
|
10
10
|
import { DyFM_MultiPipe_Setting } from '../../../_models/interfaces/multi-pipe-settings.type';
|
|
11
11
|
import { DyFM_multiPipe_pipeTransform } from './multi-pipe-pipe.util';
|
|
12
12
|
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
import { DyFM_CountryISO } from '../../../_models';
|
|
9
|
-
import { DyFM_countryISOs } from '../../constants/
|
|
8
|
+
import { DyFM_CountryISO } from '../../../_models/interfaces/location/country-iso.interface';
|
|
9
|
+
import { DyFM_countryISOs } from '../../constants/country-isos.const';
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
export function DyFM_region_pipeTransform(countryISO: string): string {
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
import { DyFM_RangeValue } from '../../../_models/control-models/range-value.control-model';
|
|
6
7
|
|
|
7
8
|
|
|
8
|
-
import { DyFM_RangeValue } from '../../../_models';
|
|
9
|
-
|
|
10
9
|
export function DyFM_slider_pipeTransform(
|
|
11
10
|
value: number | DyFM_RangeValue<number> | string,
|
|
12
11
|
): string {
|
|
@@ -8,7 +8,6 @@ import * as PhoneCodes from '../assets/location/country-phone-codes.json';
|
|
|
8
8
|
import * as Divisions from '../assets/location/country-divisions-ISO-3166-all-list.json';
|
|
9
9
|
|
|
10
10
|
import { DyFM_Region } from '../../_enums/location/region.enum';
|
|
11
|
-
import { DyFM_Error } from '../../_models';
|
|
12
11
|
import {
|
|
13
12
|
DyFM_CountryPhoneCode
|
|
14
13
|
} from '../../_models/interfaces/location/country-phone-code.interface';
|
|
@@ -16,6 +15,7 @@ import { DyFM_CountryISO } from '../../_models/interfaces/location/country-iso.i
|
|
|
16
15
|
import { DyFM_CountryDivision } from '../../_models/interfaces/location/country-division.interface';
|
|
17
16
|
|
|
18
17
|
import { DyFM_JSONListify } from './utilities.util';
|
|
18
|
+
import { DyFM_Error } from '../../_models/control-models/error.control-model';
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
export class DyFM_Regions {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { DyFM_error_defaults } from '../../_collections/constants/error-defaults.const';
|
|
2
|
-
import { DyFM_ErrorLevel } from '../../_enums';
|
|
3
2
|
import { DyFM_Log } from '../../_collections/utils/log.util';
|
|
3
|
+
import { DyFM_ErrorLevel } from '../../_enums/error-level.enum';
|
|
4
4
|
import { DyFM_Metadata } from '../data-models/metadata.data-model';
|
|
5
|
+
|
|
5
6
|
export interface DyFM_Error_Settings {
|
|
6
7
|
_id?: string;
|
|
7
8
|
|
|
@@ -389,7 +390,7 @@ export class DyFM_Error extends DyFM_Metadata {
|
|
|
389
390
|
308 Permanent Redirect
|
|
390
391
|
|
|
391
392
|
|
|
392
|
-
4XX client errors
|
|
393
|
+
4XX client n network errors
|
|
393
394
|
|
|
394
395
|
400 Bad Request
|
|
395
396
|
401 Unauthorized
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// INTERFACES
|
|
3
|
-
export * from '../_models/interfaces/location';
|
|
3
|
+
export * from '../_models/interfaces/location/country-division.interface';
|
|
4
|
+
export * from '../_models/interfaces/location/country-iso.interface';
|
|
5
|
+
export * from '../_models/interfaces/location/country-phone-code.interface';
|
|
6
|
+
export * from '../_models/interfaces/location/division-collection.interface';
|
|
7
|
+
export * from '../_models/interfaces/location/division-region-data.interface';
|
|
8
|
+
export * from '../_models/interfaces/location/geo-ip-location.interface';
|
|
9
|
+
export * from '../_models/interfaces/location/location-coordinates.interface';
|
|
4
10
|
|
|
5
11
|
// ENUMS
|
|
6
12
|
export * from '../_enums/location/region.enum';
|
package/src/index.ts
CHANGED
|
@@ -1,10 +1,95 @@
|
|
|
1
1
|
|
|
2
2
|
// COLLECTIONS
|
|
3
|
-
|
|
3
|
+
// collections/CONSTANTS
|
|
4
|
+
export * from './_collections/constants/country-divisions.const';
|
|
5
|
+
export * from './_collections/constants/country-isos.const';
|
|
6
|
+
export * from './_collections/constants/error-defaults.const';
|
|
7
|
+
export * from './_collections/constants/pipe-transforms.const';
|
|
8
|
+
export * from './_collections/constants/times.const';
|
|
9
|
+
// collections/MODULE SETTINGS
|
|
10
|
+
export * from './_collections/constants/module-settings/test-module-settings.const';
|
|
11
|
+
export * from './_collections/constants/module-settings/usage-module-settings.const';
|
|
12
|
+
export * from './_collections/constants/module-settings/custom-data-module-settings.const';
|
|
13
|
+
// collections/UTILS
|
|
14
|
+
export * from './_collections/utils/array.util';
|
|
15
|
+
export * from './_collections/utils/location.util';
|
|
16
|
+
export * from './_collections/utils/log.util';
|
|
17
|
+
export * from './_collections/utils/regions.util';
|
|
18
|
+
export * from './_collections/utils/round-list.util';
|
|
19
|
+
export * from './_collections/utils/shared.static-service';
|
|
20
|
+
export * from './_collections/utils/time.util';
|
|
21
|
+
export * from './_collections/utils/type-cloning-facility.util';
|
|
22
|
+
export * from './_collections/utils/utilities.util';
|
|
23
|
+
// collections/utils/MATH
|
|
24
|
+
export * from './_collections/utils/math/box-bounds.util';
|
|
25
|
+
export * from './_collections/utils/math/math.util';
|
|
26
|
+
export * from './_collections/utils/math/random.util';
|
|
27
|
+
export * from './_collections/utils/math/trigonometry.util';
|
|
28
|
+
export * from './_collections/utils/math/vector2.util';
|
|
29
|
+
// collections/utils/PIPE TRANSFORMS
|
|
30
|
+
export * from './_collections/utils/pipe-transforms/country-pipe.util';
|
|
31
|
+
export * from './_collections/utils/pipe-transforms/custom-pipe.util';
|
|
32
|
+
export * from './_collections/utils/pipe-transforms/division-pipe.util';
|
|
33
|
+
export * from './_collections/utils/pipe-transforms/list-pipe.util';
|
|
34
|
+
export * from './_collections/utils/pipe-transforms/multi-pipe-pipe.util';
|
|
35
|
+
export * from './_collections/utils/pipe-transforms/obj-key-pipe.util';
|
|
36
|
+
export * from './_collections/utils/pipe-transforms/obj-key-pipe.util';
|
|
37
|
+
export * from './_collections/utils/pipe-transforms/range-pipe.util';
|
|
38
|
+
export * from './_collections/utils/pipe-transforms/region-pipe.util';
|
|
39
|
+
export * from './_collections/utils/pipe-transforms/replace-pipe.util';
|
|
40
|
+
export * from './_collections/utils/pipe-transforms/slider-pipe.util';
|
|
41
|
+
export * from './_collections/utils/pipe-transforms/smart-replace-pipe.util';
|
|
42
|
+
// collections/utils/REGEX
|
|
43
|
+
export * from './_collections/utils/regex/password-regex.util';
|
|
44
|
+
export * from './_collections/utils/regex/regex.util';
|
|
45
|
+
export * from './_collections/utils/regex/username-regex.util';
|
|
4
46
|
|
|
5
47
|
// ENUMS
|
|
6
|
-
export * from './_enums';
|
|
48
|
+
export * from './_enums/basic-property-type.enum';
|
|
49
|
+
export * from './_enums/data-model-type.enum';
|
|
50
|
+
export * from './_enums/error-level.enum';
|
|
51
|
+
export * from './_enums/error-level.enum';
|
|
52
|
+
export * from './_enums/log-style.enum';
|
|
53
|
+
export * from './_enums/pipe.enum';
|
|
54
|
+
export * from './_enums/range-pipe-setting.enum';
|
|
55
|
+
// enums/LOCATION
|
|
56
|
+
export * from './_enums/location/region.enum';
|
|
57
|
+
export * from './_enums/location/sub-region.enum';
|
|
58
|
+
export * from './_enums/location/subdivision-region-type.enum';
|
|
59
|
+
// enums/PIPE
|
|
60
|
+
export * from './_enums/time/day-of-week.enum';
|
|
61
|
+
export * from './_enums/time/month.enum';
|
|
62
|
+
export * from './_enums/time/relative-date.enum';
|
|
7
63
|
|
|
8
64
|
// MODELS
|
|
9
|
-
|
|
65
|
+
// models/CONTROL MODELS
|
|
66
|
+
export * from './_models/control-models/daily-usage-data.control-model';
|
|
67
|
+
export * from './_models/control-models/data-model-params.control-model';
|
|
68
|
+
export * from './_models/control-models/data-property-params.control-model';
|
|
69
|
+
export * from './_models/control-models/error.control-model';
|
|
70
|
+
export * from './_models/control-models/poll.control-model';
|
|
71
|
+
export * from './_models/control-models/range-value.control-model';
|
|
72
|
+
export * from './_models/control-models/usage-action.control-model';
|
|
73
|
+
export * from './_models/control-models/usage-data.control-model';
|
|
74
|
+
// models/DATA MODELS
|
|
75
|
+
export * from './_models/data-models/custom-data.data-model';
|
|
76
|
+
export * from './_models/data-models/metadata.data-model';
|
|
77
|
+
export * from './_models/data-models/usage-session.data-model';
|
|
78
|
+
// models/INTERFACES
|
|
79
|
+
export * from './_models/interfaces/error-defaults.interface';
|
|
80
|
+
export * from './_models/interfaces/multi-pipe-settings.type';
|
|
81
|
+
export * from './_models/interfaces/paged.interface';
|
|
82
|
+
export * from './_models/interfaces/pipe-transforms.interface';
|
|
83
|
+
export * from './_models/interfaces/random-weight.interface';
|
|
84
|
+
export * from './_models/interfaces/route-settings.interface';
|
|
85
|
+
// models/interfaces/LOCATION INTERFACES
|
|
86
|
+
export * from './_models/interfaces/location/country-division.interface';
|
|
87
|
+
export * from './_models/interfaces/location/country-iso.interface';
|
|
88
|
+
export * from './_models/interfaces/location/country-phone-code.interface';
|
|
89
|
+
export * from './_models/interfaces/location/division-collection.interface';
|
|
90
|
+
export * from './_models/interfaces/location/division-region-data.interface';
|
|
91
|
+
export * from './_models/interfaces/location/geo-ip-location.interface';
|
|
92
|
+
export * from './_models/interfaces/location/location-coordinates.interface';
|
|
93
|
+
|
|
94
|
+
|
|
10
95
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"courtry-isos.const.d.ts","sourceRoot":"","sources":["../../../src/_collections/constants/courtry-isos.const.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,yDAAyD,CAAC;AAG1F,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAAoC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"courtry-isos.const.js","sourceRoot":"","sources":["../../../src/_collections/constants/courtry-isos.const.ts"],"names":[],"mappings":";;;AAIA,wDAAqD;AAExC,QAAA,gBAAgB,GAAsB,2BAAY,EAAE,WAAW,IAAI,EAAE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './module-settings';
|
|
2
|
-
export * from './country-divisions.const';
|
|
3
|
-
export * from './courtry-isos.const';
|
|
4
|
-
export * from './error-defaults.const';
|
|
5
|
-
export * from './pipe-transforms.const';
|
|
6
|
-
export * from './times.const';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_collections/constants/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAGlC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./module-settings"), exports);
|
|
5
|
-
// CONSTANTS
|
|
6
|
-
tslib_1.__exportStar(require("./country-divisions.const"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./courtry-isos.const"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./error-defaults.const"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./pipe-transforms.const"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./times.const"), exports);
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_collections/constants/index.ts"],"names":[],"mappings":";;;AAIA,4DAAkC;AAElC,YAAY;AACZ,oEAA0C;AAC1C,+DAAqC;AACrC,iEAAuC;AACvC,kEAAwC;AACxC,wDAA8B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/_collections/constants/module-settings/index.ts"],"names":[],"mappings":"AAGA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
// MODULE SETTINGS
|
|
5
|
-
tslib_1.__exportStar(require("./test-module-settings.const"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./usage-module-settings.const"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./custom-data-module-settings.const"), exports);
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/_collections/constants/module-settings/index.ts"],"names":[],"mappings":";;;AAEA,kBAAkB;AAClB,uEAA6C;AAC7C,wEAA8C;AAC9C,8EAAoD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/_collections/index.ts"],"names":[],"mappings":"AAIA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/_collections/index.ts"],"names":[],"mappings":";;;AAIA,sDAA4B;AAC5B,kDAAwB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from './math';
|
|
2
|
-
export * from './pipe-transforms';
|
|
3
|
-
export * from './regex';
|
|
4
|
-
export * from './array.util';
|
|
5
|
-
export * from './location.util';
|
|
6
|
-
export * from './log.util';
|
|
7
|
-
export * from './regions.util';
|
|
8
|
-
export * from './round-list.util';
|
|
9
|
-
export * from './shared.static-service';
|
|
10
|
-
export * from './time.util';
|
|
11
|
-
export * from './type-cloning-facility.util';
|
|
12
|
-
export * from './utilities.util';
|
|
13
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_collections/utils/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AAIxB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC"}
|