@futdevpro/fsm-dynamo 1.9.6 → 1.9.8
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 +1 -0
- package/BuildPackage.bat +1 -1
- package/build/_collections/constants/country-divisions.const.d.ts +3 -0
- package/build/_collections/constants/country-divisions.const.d.ts.map +1 -0
- package/build/_collections/constants/country-divisions.const.js +6 -0
- package/build/_collections/constants/country-divisions.const.js.map +1 -0
- package/build/_collections/constants/courtry-isos.const.d.ts +3 -0
- package/build/_collections/constants/courtry-isos.const.d.ts.map +1 -0
- package/build/_collections/constants/courtry-isos.const.js +6 -0
- package/build/_collections/constants/courtry-isos.const.js.map +1 -0
- package/build/_collections/constants/error-defaults.const.d.ts +3 -0
- package/build/_collections/constants/error-defaults.const.d.ts.map +1 -0
- package/build/_collections/constants/error-defaults.const.js.map +1 -0
- package/build/_collections/constants/index.d.ts +7 -0
- package/build/_collections/constants/index.d.ts.map +1 -0
- package/build/{_constants → _collections/constants}/index.js +4 -2
- package/build/_collections/constants/index.js.map +1 -0
- package/build/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.d.ts +1 -1
- package/build/_collections/constants/module-settings/custom-data-module-settings.const.d.ts.map +1 -0
- package/build/_collections/constants/module-settings/custom-data-module-settings.const.js.map +1 -0
- package/build/_collections/constants/module-settings/index.d.ts.map +1 -0
- package/build/_collections/constants/module-settings/index.js.map +1 -0
- package/build/{_constants → _collections/constants}/module-settings/test-module-settings.const.d.ts +1 -1
- package/build/_collections/constants/module-settings/test-module-settings.const.d.ts.map +1 -0
- package/build/_collections/constants/module-settings/test-module-settings.const.js.map +1 -0
- package/build/{_constants → _collections/constants}/module-settings/usage-module-settings.const.d.ts +1 -1
- package/build/_collections/constants/module-settings/usage-module-settings.const.d.ts.map +1 -0
- package/build/_collections/constants/module-settings/usage-module-settings.const.js.map +1 -0
- package/build/_collections/constants/pipe-transforms.const.d.ts +3 -0
- package/build/_collections/constants/pipe-transforms.const.d.ts.map +1 -0
- package/build/_collections/constants/pipe-transforms.const.js +29 -0
- package/build/_collections/constants/pipe-transforms.const.js.map +1 -0
- package/build/_collections/constants/times.const.d.ts.map +1 -0
- package/build/_collections/constants/times.const.js.map +1 -0
- package/build/_collections/index.d.ts +3 -0
- package/build/_collections/index.d.ts.map +1 -0
- package/build/_collections/index.js +6 -0
- package/build/_collections/index.js.map +1 -0
- package/build/{_utils → _collections/utils}/array.util.d.ts +8 -1
- package/build/_collections/utils/array.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/array.util.js +31 -0
- package/build/_collections/utils/array.util.js.map +1 -0
- package/build/_collections/utils/array.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/array.util.spec.js.map +1 -0
- package/build/{_utils → _collections/utils}/index.d.ts +3 -6
- package/build/_collections/utils/index.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/index.js +3 -6
- package/build/_collections/utils/index.js.map +1 -0
- package/build/{_utils → _collections/utils}/location.util.d.ts +1 -1
- package/build/_collections/utils/location.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/location.util.js +2 -2
- package/build/_collections/utils/location.util.js.map +1 -0
- package/build/{_utils → _collections/utils}/log.util.d.ts +1 -1
- package/build/_collections/utils/log.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/log.util.js +1 -1
- package/build/_collections/utils/log.util.js.map +1 -0
- package/build/{_utils → _collections/utils/math}/box-bounds.util.d.ts +2 -0
- package/build/_collections/utils/math/box-bounds.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils/math}/box-bounds.util.js +7 -1
- package/build/_collections/utils/math/box-bounds.util.js.map +1 -0
- package/build/_collections/utils/math/index.d.ts +6 -0
- package/build/_collections/utils/math/index.d.ts.map +1 -0
- package/build/_collections/utils/math/index.js +9 -0
- package/build/_collections/utils/math/index.js.map +1 -0
- package/build/_collections/utils/math/math.util.d.ts.map +1 -0
- package/build/_collections/utils/math/math.util.js.map +1 -0
- package/build/{_utils → _collections/utils/math}/random.util.d.ts +1 -1
- package/build/_collections/utils/math/random.util.d.ts.map +1 -0
- package/build/_collections/utils/math/random.util.js.map +1 -0
- package/build/_collections/utils/math/trigonometry.util.d.ts.map +1 -0
- package/build/_collections/utils/math/trigonometry.util.js.map +1 -0
- package/build/_collections/utils/math/vector2.util.d.ts.map +1 -0
- package/build/_collections/utils/math/vector2.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/country-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/country-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/country-pipe.util.js +10 -0
- package/build/_collections/utils/pipe-transforms/country-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.js +8 -0
- package/build/_collections/utils/pipe-transforms/custom-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/division-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/division-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/division-pipe.util.js +12 -0
- package/build/_collections/utils/pipe-transforms/division-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/index.d.ts +13 -0
- package/build/_collections/utils/pipe-transforms/index.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/index.js +16 -0
- package/build/_collections/utils/pipe-transforms/index.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/list-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/list-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/list-pipe.util.js +8 -0
- package/build/_collections/utils/pipe-transforms/list-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts +9 -0
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js +112 -0
- package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js +8 -0
- package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts +5 -0
- package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js +57 -0
- package/build/_collections/utils/pipe-transforms/range-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/region-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/region-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/region-pipe.util.js +10 -0
- package/build/_collections/utils/pipe-transforms/region-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.d.ts +2 -0
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.js +8 -0
- package/build/_collections/utils/pipe-transforms/replace-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts +3 -0
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.js +17 -0
- package/build/_collections/utils/pipe-transforms/slider-pipe.util.js.map +1 -0
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.d.ts +6 -0
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.d.ts.map +1 -0
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js +36 -0
- package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js.map +1 -0
- package/build/_collections/utils/regex/index.d.ts +4 -0
- package/build/_collections/utils/regex/index.d.ts.map +1 -0
- package/build/_collections/utils/regex/index.js +7 -0
- package/build/_collections/utils/regex/index.js.map +1 -0
- package/build/_collections/utils/regex/password-regex.util.d.ts.map +1 -0
- package/build/_collections/utils/regex/password-regex.util.js.map +1 -0
- package/build/_collections/utils/regex/regex.util.d.ts.map +1 -0
- package/build/_collections/utils/regex/regex.util.js.map +1 -0
- package/build/_collections/utils/regex/username-regex.util.d.ts.map +1 -0
- package/build/_collections/utils/regex/username-regex.util.js.map +1 -0
- package/build/{_utils → _collections/utils}/regions.util.d.ts +5 -5
- package/build/_collections/utils/regions.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/regions.util.js +16 -10
- package/build/_collections/utils/regions.util.js.map +1 -0
- package/build/_collections/utils/round-list.util.d.ts.map +1 -0
- package/build/_collections/utils/round-list.util.js.map +1 -0
- package/build/_collections/utils/shared.static-service.d.ts.map +1 -0
- package/build/_collections/utils/shared.static-service.js.map +1 -0
- package/build/{_utils → _collections/utils}/time.util.d.ts +10 -10
- package/build/_collections/utils/time.util.d.ts.map +1 -0
- package/build/{_utils → _collections/utils}/time.util.js +35 -35
- package/build/_collections/utils/time.util.js.map +1 -0
- package/build/_collections/utils/time.util.spec.d.ts +2 -0
- package/build/_collections/utils/time.util.spec.d.ts.map +1 -0
- package/build/_collections/utils/time.util.spec.js +38 -0
- package/build/_collections/utils/time.util.spec.js.map +1 -0
- package/build/_collections/utils/type-cloning-facility.util.d.ts.map +1 -0
- package/build/_collections/utils/type-cloning-facility.util.js.map +1 -0
- package/build/_collections/utils/utilities.util.d.ts.map +1 -0
- package/build/_collections/utils/utilities.util.js.map +1 -0
- package/build/_enums/index.d.ts +5 -7
- package/build/_enums/index.d.ts.map +1 -1
- package/build/_enums/index.js +6 -8
- package/build/_enums/index.js.map +1 -1
- package/build/_enums/location/index.d.ts +4 -0
- package/build/_enums/location/index.d.ts.map +1 -0
- package/build/_enums/location/index.js +7 -0
- package/build/_enums/location/index.js.map +1 -0
- package/build/_enums/location/region.enum.d.ts +8 -0
- package/build/_enums/location/region.enum.d.ts.map +1 -0
- package/build/_enums/location/region.enum.js +12 -0
- package/build/_enums/location/region.enum.js.map +1 -0
- package/build/_enums/location/sub-region.enum.d.ts +20 -0
- package/build/_enums/location/sub-region.enum.d.ts.map +1 -0
- package/build/_enums/location/sub-region.enum.js +24 -0
- package/build/_enums/location/sub-region.enum.js.map +1 -0
- package/build/_enums/location/subdivision-region-type.enum.d.ts +41 -0
- package/build/_enums/location/subdivision-region-type.enum.d.ts.map +1 -0
- package/build/_enums/location/subdivision-region-type.enum.js +46 -0
- package/build/_enums/location/subdivision-region-type.enum.js.map +1 -0
- package/build/_enums/pipe.enum.d.ts +25 -0
- package/build/_enums/pipe.enum.d.ts.map +1 -0
- package/build/_enums/pipe.enum.js +40 -0
- package/build/_enums/pipe.enum.js.map +1 -0
- package/build/_enums/range-pipe-setting.enum.d.ts +11 -0
- package/build/_enums/range-pipe-setting.enum.d.ts.map +1 -0
- package/build/_enums/range-pipe-setting.enum.js +15 -0
- package/build/_enums/range-pipe-setting.enum.js.map +1 -0
- package/build/_enums/time/day-of-week.enum.d.ts +14 -0
- package/build/_enums/time/day-of-week.enum.d.ts.map +1 -0
- package/build/_enums/time/day-of-week.enum.js +26 -0
- package/build/_enums/time/day-of-week.enum.js.map +1 -0
- package/build/_enums/time/index.d.ts +4 -0
- package/build/_enums/time/index.d.ts.map +1 -0
- package/build/_enums/time/index.js +7 -0
- package/build/_enums/time/index.js.map +1 -0
- package/build/_enums/time/month.enum.d.ts +15 -0
- package/build/_enums/time/month.enum.d.ts.map +1 -0
- package/build/_enums/time/month.enum.js +19 -0
- package/build/_enums/time/month.enum.js.map +1 -0
- package/build/_enums/time/relative-date.enum.d.ts +9 -0
- package/build/_enums/time/relative-date.enum.d.ts.map +1 -0
- package/build/_enums/time/relative-date.enum.js +13 -0
- package/build/_enums/time/relative-date.enum.js.map +1 -0
- package/build/_models/control-models/error.control-model.d.ts.map +1 -1
- package/build/_models/control-models/error.control-model.js +8 -4
- package/build/_models/control-models/error.control-model.js.map +1 -1
- package/build/_models/control-models/error.control-model.spec.js +2 -2
- package/build/_models/control-models/error.control-model.spec.js.map +1 -1
- package/build/_models/interfaces/location/country-iso.interface.d.ts +2 -2
- package/build/_models/interfaces/location/country-iso.interface.d.ts.map +1 -1
- package/build/_models/interfaces/location/division-region-data.interface.d.ts +1 -1
- package/build/_models/interfaces/location/division-region-data.interface.d.ts.map +1 -1
- package/build/_models/interfaces/multi-pipe-settings.type.d.ts +5 -0
- package/build/_models/interfaces/multi-pipe-settings.type.d.ts.map +1 -0
- package/build/_models/interfaces/multi-pipe-settings.type.js +3 -0
- package/build/_models/interfaces/multi-pipe-settings.type.js.map +1 -0
- package/build/_models/interfaces/{paged.interace.d.ts → paged.interface.d.ts} +1 -1
- package/build/_models/interfaces/paged.interface.d.ts.map +1 -0
- package/build/_models/interfaces/{paged.interace.js → paged.interface.js} +1 -1
- package/build/_models/interfaces/paged.interface.js.map +1 -0
- package/build/_models/interfaces/pipe-transforms.interface.d.ts +18 -0
- package/build/_models/interfaces/pipe-transforms.interface.d.ts.map +1 -0
- package/build/_models/interfaces/pipe-transforms.interface.js +4 -0
- package/build/_models/interfaces/pipe-transforms.interface.js.map +1 -0
- package/build/_modules/collections.index.d.ts +1 -1
- package/build/_modules/collections.index.d.ts.map +1 -1
- package/build/_modules/collections.index.js +1 -1
- package/build/_modules/collections.index.js.map +1 -1
- package/build/_modules/constants.index.d.ts +1 -1
- package/build/_modules/constants.index.d.ts.map +1 -1
- package/build/_modules/constants.index.js +1 -1
- package/build/_modules/constants.index.js.map +1 -1
- package/build/_modules/custom-data-module.index.d.ts +1 -1
- package/build/_modules/custom-data-module.index.d.ts.map +1 -1
- package/build/_modules/custom-data-module.index.js +1 -1
- package/build/_modules/custom-data-module.index.js.map +1 -1
- package/build/_modules/error-module.index.d.ts +1 -1
- package/build/_modules/error-module.index.d.ts.map +1 -1
- package/build/_modules/error-module.index.js +1 -1
- package/build/_modules/error-module.index.js.map +1 -1
- package/build/_modules/location.index.d.ts +5 -5
- package/build/_modules/location.index.d.ts.map +1 -1
- package/build/_modules/location.index.js +5 -5
- package/build/_modules/location.index.js.map +1 -1
- package/build/_modules/shared-service.index.d.ts +2 -2
- package/build/_modules/shared-service.index.d.ts.map +1 -1
- package/build/_modules/shared-service.index.js +2 -2
- package/build/_modules/shared-service.index.js.map +1 -1
- package/build/_modules/test-module.index.d.ts +1 -1
- package/build/_modules/test-module.index.d.ts.map +1 -1
- package/build/_modules/test-module.index.js +1 -1
- package/build/_modules/test-module.index.js.map +1 -1
- package/build/_modules/usage-module.index.d.ts +2 -2
- package/build/_modules/usage-module.index.d.ts.map +1 -1
- package/build/_modules/usage-module.index.js +2 -2
- package/build/_modules/usage-module.index.js.map +1 -1
- package/build/index.d.ts +1 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +10 -19
- package/src/_collections/constants/country-divisions.const.ts +10 -0
- package/src/_collections/constants/courtry-isos.const.ts +8 -0
- package/src/{_constants → _collections/constants}/error-defaults.const.ts +1 -1
- package/src/_collections/constants/index.ts +15 -0
- package/src/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.ts +1 -1
- package/src/{_constants → _collections/constants}/module-settings/test-module-settings.const.ts +1 -1
- package/src/{_constants → _collections/constants}/module-settings/usage-module-settings.const.ts +1 -1
- package/src/_collections/constants/pipe-transforms.const.ts +35 -0
- package/src/_collections/index.ts +6 -0
- package/src/{_utils → _collections/utils}/array.util.ts +46 -1
- package/src/{_utils → _collections/utils}/index.ts +5 -6
- package/src/{_utils → _collections/utils}/location.util.ts +3 -3
- package/src/{_utils → _collections/utils}/log.util.ts +1 -1
- package/src/{_utils → _collections/utils/math}/box-bounds.util.ts +9 -1
- package/src/_collections/utils/math/index.ts +6 -0
- package/src/{_utils → _collections/utils/math}/random.util.ts +1 -1
- package/src/_collections/utils/pipe-transforms/country-pipe.util.ts +18 -0
- package/src/_collections/utils/pipe-transforms/custom-pipe.util.ts +9 -0
- package/src/_collections/utils/pipe-transforms/division-pipe.util.ts +22 -0
- package/src/_collections/utils/pipe-transforms/index.ts +16 -0
- package/src/_collections/utils/pipe-transforms/list-pipe.util.ts +14 -0
- package/src/_collections/utils/pipe-transforms/multi-pipe-pipe.util.ts +161 -0
- package/src/_collections/utils/pipe-transforms/obj-key-pipe.util.ts +9 -0
- package/src/_collections/utils/pipe-transforms/range-pipe.util.ts +94 -0
- package/src/_collections/utils/pipe-transforms/region-pipe.util.ts +18 -0
- package/src/_collections/utils/pipe-transforms/replace-pipe.util.ts +11 -0
- package/src/_collections/utils/pipe-transforms/slider-pipe.util.ts +20 -0
- package/src/_collections/utils/pipe-transforms/smart-replace-pipe.util.ts +71 -0
- package/src/_collections/utils/regex/index.ts +5 -0
- package/src/{_utils → _collections/utils}/regions.util.ts +20 -14
- package/src/_collections/utils/time.util.spec.ts +50 -0
- package/src/{_utils → _collections/utils}/time.util.ts +25 -22
- package/src/_enums/index.ts +8 -7
- package/src/_enums/location/index.ts +4 -0
- package/src/_enums/location/region.enum.ts +9 -0
- package/src/_enums/location/sub-region.enum.ts +26 -0
- package/src/_enums/location/subdivision-region-type.enum.ts +44 -0
- package/src/_enums/pipe.enum.ts +45 -0
- package/src/_enums/range-pipe-setting.enum.ts +11 -0
- package/src/_enums/time/day-of-week.enum.ts +28 -0
- package/src/_enums/time/index.ts +4 -0
- package/src/_enums/time/month.enum.ts +16 -0
- package/src/_enums/time/relative-date.enum.ts +13 -0
- package/src/_models/control-models/error.control-model.spec.ts +2 -2
- package/src/_models/control-models/error.control-model.ts +7 -4
- package/src/_models/interfaces/location/country-iso.interface.ts +2 -2
- package/src/_models/interfaces/location/division-region-data.interface.ts +1 -1
- package/src/_models/interfaces/multi-pipe-settings.type.ts +7 -0
- package/src/_models/interfaces/pipe-transforms.interface.ts +29 -0
- package/src/_modules/collections.index.ts +1 -1
- package/src/_modules/constants.index.ts +1 -1
- package/src/_modules/custom-data-module.index.ts +1 -1
- package/src/_modules/error-module.index.ts +1 -1
- package/src/_modules/location.index.ts +5 -5
- package/src/_modules/shared-service.index.ts +2 -2
- package/src/_modules/test-module.index.ts +1 -1
- package/src/_modules/usage-module.index.ts +2 -2
- package/src/index.ts +1 -4
- package/tsconfig.json +3 -2
- package/build/_constants/error-defaults.const.d.ts +0 -3
- package/build/_constants/error-defaults.const.d.ts.map +0 -1
- package/build/_constants/error-defaults.const.js.map +0 -1
- package/build/_constants/index.d.ts +0 -4
- package/build/_constants/index.d.ts.map +0 -1
- package/build/_constants/index.js.map +0 -1
- package/build/_constants/module-settings/custom-data-module-settings.const.d.ts.map +0 -1
- package/build/_constants/module-settings/custom-data-module-settings.const.js.map +0 -1
- package/build/_constants/module-settings/index.d.ts.map +0 -1
- package/build/_constants/module-settings/index.js.map +0 -1
- package/build/_constants/module-settings/test-module-settings.const.d.ts.map +0 -1
- package/build/_constants/module-settings/test-module-settings.const.js.map +0 -1
- package/build/_constants/module-settings/usage-module-settings.const.d.ts.map +0 -1
- package/build/_constants/module-settings/usage-module-settings.const.js.map +0 -1
- package/build/_constants/times.const.d.ts.map +0 -1
- package/build/_constants/times.const.js.map +0 -1
- package/build/_models/interfaces/paged.interace.d.ts.map +0 -1
- package/build/_models/interfaces/paged.interace.js.map +0 -1
- package/build/_utils/array.util.d.ts.map +0 -1
- package/build/_utils/array.util.js.map +0 -1
- package/build/_utils/array.util.spec.d.ts.map +0 -1
- package/build/_utils/array.util.spec.js.map +0 -1
- package/build/_utils/box-bounds.util.d.ts.map +0 -1
- package/build/_utils/box-bounds.util.js.map +0 -1
- package/build/_utils/index.d.ts.map +0 -1
- package/build/_utils/index.js.map +0 -1
- package/build/_utils/location.util.d.ts.map +0 -1
- package/build/_utils/location.util.js.map +0 -1
- package/build/_utils/log.util.d.ts.map +0 -1
- package/build/_utils/log.util.js.map +0 -1
- package/build/_utils/math.util.d.ts.map +0 -1
- package/build/_utils/math.util.js.map +0 -1
- package/build/_utils/random.util.d.ts.map +0 -1
- package/build/_utils/random.util.js.map +0 -1
- package/build/_utils/regex/password-regex.util.d.ts.map +0 -1
- package/build/_utils/regex/password-regex.util.js.map +0 -1
- package/build/_utils/regex/username-regex.util.d.ts.map +0 -1
- package/build/_utils/regex/username-regex.util.js.map +0 -1
- package/build/_utils/regex.util.d.ts.map +0 -1
- package/build/_utils/regex.util.js.map +0 -1
- package/build/_utils/regions.util.d.ts.map +0 -1
- package/build/_utils/regions.util.js.map +0 -1
- package/build/_utils/round-list.util.d.ts.map +0 -1
- package/build/_utils/round-list.util.js.map +0 -1
- package/build/_utils/shared.static-service.d.ts.map +0 -1
- package/build/_utils/shared.static-service.js.map +0 -1
- package/build/_utils/time.util.d.ts.map +0 -1
- package/build/_utils/time.util.js.map +0 -1
- package/build/_utils/trigonometry.util.d.ts.map +0 -1
- package/build/_utils/trigonometry.util.js.map +0 -1
- package/build/_utils/type-cloning-facility.util.d.ts.map +0 -1
- package/build/_utils/type-cloning-facility.util.js.map +0 -1
- package/build/_utils/utilities.util.d.ts.map +0 -1
- package/build/_utils/utilities.util.js.map +0 -1
- package/build/_utils/vector2.util.d.ts.map +0 -1
- package/build/_utils/vector2.util.js.map +0 -1
- package/build/tsconfig.tsbuildinfo +0 -1
- package/src/_constants/index.ts +0 -9
- /package/build/{_constants → _collections/assets}/location/country-codes-ISO-3166.json +0 -0
- /package/build/{_constants → _collections/assets}/location/country-divisions-ISO-3166-all-list.json +0 -0
- /package/build/{_constants → _collections/assets}/location/country-phone-codes.json +0 -0
- /package/build/{_constants → _collections/constants}/error-defaults.const.js +0 -0
- /package/build/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.js +0 -0
- /package/build/{_constants → _collections/constants}/module-settings/index.d.ts +0 -0
- /package/build/{_constants → _collections/constants}/module-settings/index.js +0 -0
- /package/build/{_constants → _collections/constants}/module-settings/test-module-settings.const.js +0 -0
- /package/build/{_constants → _collections/constants}/module-settings/usage-module-settings.const.js +0 -0
- /package/build/{_constants → _collections/constants}/times.const.d.ts +0 -0
- /package/build/{_constants → _collections/constants}/times.const.js +0 -0
- /package/build/{_utils → _collections/utils}/array.util.spec.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/array.util.spec.js +0 -0
- /package/build/{_utils → _collections/utils/math}/math.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils/math}/math.util.js +0 -0
- /package/build/{_utils → _collections/utils/math}/random.util.js +0 -0
- /package/build/{_utils → _collections/utils/math}/trigonometry.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils/math}/trigonometry.util.js +0 -0
- /package/build/{_utils → _collections/utils/math}/vector2.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils/math}/vector2.util.js +0 -0
- /package/build/{_utils → _collections/utils}/regex/password-regex.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/regex/password-regex.util.js +0 -0
- /package/build/{_utils → _collections/utils/regex}/regex.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils/regex}/regex.util.js +0 -0
- /package/build/{_utils → _collections/utils}/regex/username-regex.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/regex/username-regex.util.js +0 -0
- /package/build/{_utils → _collections/utils}/round-list.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/round-list.util.js +0 -0
- /package/build/{_utils → _collections/utils}/shared.static-service.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/shared.static-service.js +0 -0
- /package/build/{_utils → _collections/utils}/type-cloning-facility.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/type-cloning-facility.util.js +0 -0
- /package/build/{_utils → _collections/utils}/utilities.util.d.ts +0 -0
- /package/build/{_utils → _collections/utils}/utilities.util.js +0 -0
- /package/src/{_constants → _collections/assets}/location/country-codes-ISO-3166.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-divisions-ISO-3166-all-list.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-divisions-ISO-3166.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-phone-codes.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/afghanistan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/albania.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/algeria.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/andorra.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/angola.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/antigua-and-barbuda.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/argentina.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/armenia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/australia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/austria.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/azerbaijan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bahamas.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bahrain.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bangladesh.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/barbados.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/belarus.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/belgium.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/belize.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/benin.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bhutan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bolivia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bosnia-and-herzegovina.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/botswana.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/brazil.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/brunei-darussalam.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/bulgaria.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/burkina-faso.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/burundi.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cambodia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cameroon.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/canada.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cape-verde.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/central-african-republic.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/chad.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/chile.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/china.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/colombia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/comoros.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/congo-the-democratic-republic-of-the.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/congo.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/costa-rica.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cote-d-ivoire-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/croatia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cuba.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/cyprus.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/czech-republic.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/denmark.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/djibouti.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/dominica.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/dominican-republic.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/ecuador.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/egypt.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/el-salvador.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/equatorial-guinea.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/eritrea.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/estonia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/ethiopia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/fiji.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/finland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/france.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/gabon.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/gambia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/georgia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/germany.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/ghana.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/greece.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/greenland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/grenada.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/guatemala.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/guinea-bissau.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/guinea.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/guyana.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/haiti.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/honduras.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/hong-kong.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/hungary.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/iceland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/india.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/indonesia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/iran-islamic-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/iraq.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/ireland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/israel.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/italy.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/jamaica.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/japan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/jordan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/kazakhstan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/kenya.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/kiribati.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/korea-democratic-people-s-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/korea-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/kuwait.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/kyrgyzstan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/lao-people-s-democratic-republic.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/latvia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/lebanon.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/lesotho.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/liberia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/libyan-arab-jamahiriya.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/liechtenstein.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/lithuania.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/luxembourg.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/macedonia-the-former-yugoslav-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/madagascar.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/malawi.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/malaysia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/maldives.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mali.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/malta.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/marshall-islands.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mauritania.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mauritius.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mexico.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/micronesia-federated-states-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/moldova-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/monaco.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mongolia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/montenegro.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/morocco.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/mozambique.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/myanmar.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/namibia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/nauru.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/nepal.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/netherlands.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/new-zealand.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/nicaragua.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/niger.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/nigeria.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/norway.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/oman.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/pakistan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/palau.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/palestinian-territory-occupied.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/panama.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/papua-new-guinea.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/paraguay.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/peru.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/philippines.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/poland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/portugal.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/qatar.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/romania.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/russian-federation.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/rwanda.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-helena-ascension-and-tristan-da-cunha.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-kitts-and-nevis.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-lucia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-vincent-and-the-grenadines.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/samoa.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/san-marino.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/sao-tome-and-principe.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/saudi-arabia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/senegal.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/serbia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/seychelles.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/sierra-leone.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/singapore.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/slovakia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/slovenia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/solomon-islands.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/somalia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/south-africa.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/south-sudan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/spain.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/sri-lanka.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/sudan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/suriname.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/swaziland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/sweden.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/switzerland.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/syrian-arab-republic.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/taiwan-province-of-china.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/tajikistan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/tanzania-united-republic-of.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/thailand.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/timor-leste.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/togo.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/tonga.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/trinidad-and-tobago.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/tunisia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/turkey.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/turkmenistan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/tuvalu.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/uganda.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/ukraine.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-arab-emirates.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-kingdom.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-states-minor-outlying-islands.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-states.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/uruguay.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/uzbekistan.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/vanuatu.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/venezuela.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/viet-nam.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/yemen.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/zambia.json +0 -0
- /package/src/{_constants → _collections/assets}/location/country-subdivisions/zimbabwe.json +0 -0
- /package/src/{_constants → _collections/constants}/module-settings/index.ts +0 -0
- /package/src/{_constants → _collections/constants}/times.const.ts +0 -0
- /package/src/{_utils → _collections/utils}/array.util.spec.ts +0 -0
- /package/src/{_utils → _collections/utils/math}/math.util.ts +0 -0
- /package/src/{_utils → _collections/utils/math}/trigonometry.util.ts +0 -0
- /package/src/{_utils → _collections/utils/math}/vector2.util.ts +0 -0
- /package/src/{_utils → _collections/utils}/regex/password-regex.util.ts +0 -0
- /package/src/{_utils → _collections/utils/regex}/regex.util.ts +0 -0
- /package/src/{_utils → _collections/utils}/regex/username-regex.util.ts +0 -0
- /package/src/{_utils → _collections/utils}/round-list.util.ts +0 -0
- /package/src/{_utils → _collections/utils}/shared.static-service.ts +0 -0
- /package/src/{_utils → _collections/utils}/type-cloning-facility.util.ts +0 -0
- /package/src/{_utils → _collections/utils}/utilities.util.ts +0 -0
- /package/src/_models/interfaces/{paged.interace.ts → paged.interface.ts} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DynamoFM_RangePipeSetting } from '../../_enums/range-pipe-setting.enum';
|
|
2
|
+
import { DynamoFM_RangeValue } from '../control-models/range-value.control-model';
|
|
3
|
+
import { DynamoFM_MultiPipe_Setting } from './multi-pipe-settings.type';
|
|
4
|
+
import { DynamoFM_Pipe } from '../../_enums/pipe.enum';
|
|
5
|
+
export interface DynamoFM_PipeTransforms {
|
|
6
|
+
[DynamoFM_Pipe.country]: (value: string) => string;
|
|
7
|
+
[DynamoFM_Pipe.custom]: <T, K>(value: T, customTransform: (input: T) => K) => K;
|
|
8
|
+
[DynamoFM_Pipe.division]: (value: string, countryISO: string) => string;
|
|
9
|
+
[DynamoFM_Pipe.list]: (value: any[]) => string;
|
|
10
|
+
[DynamoFM_Pipe.multiPipe]: (value: any, pipes: any[]) => any;
|
|
11
|
+
[DynamoFM_Pipe.objKey]: (value: any, key: string) => any;
|
|
12
|
+
[DynamoFM_Pipe.range]: (value: DynamoFM_RangeValue, setting: DynamoFM_RangePipeSetting, multiPipes: DynamoFM_MultiPipe_Setting[]) => string | number | DynamoFM_RangeValue;
|
|
13
|
+
[DynamoFM_Pipe.region]: (value: string) => string;
|
|
14
|
+
[DynamoFM_Pipe.replace]: (value: string, from: string, to: string) => string;
|
|
15
|
+
[DynamoFM_Pipe.slider]: (value: number | DynamoFM_RangeValue<number> | string) => string;
|
|
16
|
+
[DynamoFM_Pipe.smartReplace]: (value: string, replace: any[]) => string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=pipe-transforms.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-transforms.interface.d.ts","sourceRoot":"","sources":["../../../src/_models/interfaces/pipe-transforms.interface.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,MAAM,WAAW,uBAAuB;IACtC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACnD,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAChF,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,MAAM,CAAC;IACxE,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC;IAC/C,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;IAC7D,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IACzD,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CACrB,KAAK,EAAE,mBAAmB,EAC1B,OAAO,EAAE,yBAAyB,EAClC,UAAU,EAAE,0BAA0B,EAAE,KACrC,MAAM,GAAG,MAAM,GAAG,mBAAmB,CAAC;IAC3C,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAClD,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7E,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,CACtB,KAAK,EAAE,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,GAAG,MAAM,KACjD,MAAM,CAAC;IACZ,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC;CACzE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipe-transforms.interface.js","sourceRoot":"","sources":["../../../src/_models/interfaces/pipe-transforms.interface.ts"],"names":[],"mappings":";;AAOA,sDAAuD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../_collections/utils';
|
|
2
2
|
//# sourceMappingURL=collections.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collections.index.d.ts","sourceRoot":"","sources":["../../src/_modules/collections.index.ts"],"names":[],"mappings":"AACA,cAAc,
|
|
1
|
+
{"version":3,"file":"collections.index.d.ts","sourceRoot":"","sources":["../../src/_modules/collections.index.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../
|
|
4
|
+
tslib_1.__exportStar(require("../_collections/utils"), exports);
|
|
5
5
|
//# sourceMappingURL=collections.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collections.index.js","sourceRoot":"","sources":["../../src/_modules/collections.index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"collections.index.js","sourceRoot":"","sources":["../../src/_modules/collections.index.ts"],"names":[],"mappings":";;;AACA,gEAAsC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../_collections/constants';
|
|
2
2
|
//# sourceMappingURL=constants.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.index.d.ts","sourceRoot":"","sources":["../../src/_modules/constants.index.ts"],"names":[],"mappings":"AACA,cAAc,
|
|
1
|
+
{"version":3,"file":"constants.index.d.ts","sourceRoot":"","sources":["../../src/_modules/constants.index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("../
|
|
4
|
+
tslib_1.__exportStar(require("../_collections/constants"), exports);
|
|
5
5
|
//# sourceMappingURL=constants.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.index.js","sourceRoot":"","sources":["../../src/_modules/constants.index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"constants.index.js","sourceRoot":"","sources":["../../src/_modules/constants.index.ts"],"names":[],"mappings":";;;AACA,oEAA0C"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from '../_models/data-models/custom-data.data-model';
|
|
2
|
-
export * from '../
|
|
2
|
+
export * from '../_collections/constants/module-settings/custom-data-module-settings.const';
|
|
3
3
|
//# sourceMappingURL=custom-data-module.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/custom-data-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,
|
|
1
|
+
{"version":3,"file":"custom-data-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/custom-data-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,6EAA6E,CAAC"}
|
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// CUSTOM-DATA MODULE
|
|
5
5
|
tslib_1.__exportStar(require("../_models/data-models/custom-data.data-model"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../
|
|
6
|
+
tslib_1.__exportStar(require("../_collections/constants/module-settings/custom-data-module-settings.const"), exports);
|
|
7
7
|
//# sourceMappingURL=custom-data-module.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-data-module.index.js","sourceRoot":"","sources":["../../src/_modules/custom-data-module.index.ts"],"names":[],"mappings":";;;AACA,qBAAqB;AACrB,wFAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"custom-data-module.index.js","sourceRoot":"","sources":["../../src/_modules/custom-data-module.index.ts"],"names":[],"mappings":";;;AACA,qBAAqB;AACrB,wFAA8D;AAC9D,sHAA4F"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from '../_models/control-models/error.control-model';
|
|
2
|
-
export * from '../
|
|
2
|
+
export * from '../_collections/constants/error-defaults.const';
|
|
3
3
|
export * from '../_models/interfaces/error-defaults.interface';
|
|
4
4
|
export * from '../_enums/error-level.enum';
|
|
5
5
|
//# sourceMappingURL=error-module.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,
|
|
1
|
+
{"version":3,"file":"error-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4BAA4B,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// ERROR MODULE
|
|
5
5
|
tslib_1.__exportStar(require("../_models/control-models/error.control-model"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../
|
|
6
|
+
tslib_1.__exportStar(require("../_collections/constants/error-defaults.const"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("../_models/interfaces/error-defaults.interface"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("../_enums/error-level.enum"), exports);
|
|
9
9
|
//# sourceMappingURL=error-module.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-module.index.js","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,wFAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"error-module.index.js","sourceRoot":"","sources":["../../src/_modules/error-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,wFAA8D;AAC9D,yFAA+D;AAC/D,yFAA+D;AAC/D,qEAA2C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from '../_models/interfaces/location';
|
|
2
|
-
export * from '../_enums/region.enum';
|
|
3
|
-
export * from '../_enums/sub-region.enum';
|
|
4
|
-
export * from '../_enums/subdivision-region-type.enum';
|
|
5
|
-
export * from '../
|
|
6
|
-
export * from '../
|
|
2
|
+
export * from '../_enums/location/region.enum';
|
|
3
|
+
export * from '../_enums/location/sub-region.enum';
|
|
4
|
+
export * from '../_enums/location/subdivision-region-type.enum';
|
|
5
|
+
export * from '../_collections/utils/location.util';
|
|
6
|
+
export * from '../_collections/utils/regions.util';
|
|
7
7
|
//# sourceMappingURL=location.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location.index.d.ts","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":"AAEA,cAAc,gCAAgC,CAAC;AAG/C,cAAc,
|
|
1
|
+
{"version":3,"file":"location.index.d.ts","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":"AAEA,cAAc,gCAAgC,CAAC;AAG/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iDAAiD,CAAC;AAGhE,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC"}
|
|
@@ -4,10 +4,10 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
// INTERFACES
|
|
5
5
|
tslib_1.__exportStar(require("../_models/interfaces/location"), exports);
|
|
6
6
|
// ENUMS
|
|
7
|
-
tslib_1.__exportStar(require("../_enums/region.enum"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("../_enums/sub-region.enum"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("../_enums/subdivision-region-type.enum"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("../_enums/location/region.enum"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("../_enums/location/sub-region.enum"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("../_enums/location/subdivision-region-type.enum"), exports);
|
|
10
10
|
// UTILS
|
|
11
|
-
tslib_1.__exportStar(require("../
|
|
12
|
-
tslib_1.__exportStar(require("../
|
|
11
|
+
tslib_1.__exportStar(require("../_collections/utils/location.util"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("../_collections/utils/regions.util"), exports);
|
|
13
13
|
//# sourceMappingURL=location.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location.index.js","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":";;;AACA,aAAa;AACb,yEAA+C;AAE/C,QAAQ;AACR,
|
|
1
|
+
{"version":3,"file":"location.index.js","sourceRoot":"","sources":["../../src/_modules/location.index.ts"],"names":[],"mappings":";;;AACA,aAAa;AACb,yEAA+C;AAE/C,QAAQ;AACR,yEAA+C;AAC/C,6EAAmD;AACnD,0FAAgE;AAEhE,QAAQ;AACR,8EAAoD;AACpD,6EAAmD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from '../
|
|
2
|
-
export * from '../
|
|
1
|
+
export * from '../_collections/utils/shared.static-service';
|
|
2
|
+
export * from '../_collections/constants/times.const';
|
|
3
3
|
export * from '../_enums/log-style.enum';
|
|
4
4
|
export * from '../_models/control-models/error.control-model';
|
|
5
5
|
export * from '../_models/control-models/poll.control-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"shared-service.index.d.ts","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":"AAEA,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0BAA0B,CAAC;AACzC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+DAA+D,CAAC;AAC9E,cAAc,0DAA0D,CAAC"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// SHARED SERVICE MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../
|
|
6
|
-
tslib_1.__exportStar(require("../
|
|
5
|
+
tslib_1.__exportStar(require("../_collections/utils/shared.static-service"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("../_collections/constants/times.const"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("../_enums/log-style.enum"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("../_models/control-models/error.control-model"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("../_models/control-models/poll.control-model"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-service.index.js","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":";;;AACA,wBAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"shared-service.index.js","sourceRoot":"","sources":["../../src/_modules/shared-service.index.ts"],"names":[],"mappings":";;;AACA,wBAAwB;AACxB,sFAA4D;AAC5D,gFAAsD;AACtD,mEAAyC;AACzC,wFAA8D;AAC9D,uFAA6D;AAC7D,wGAA8E;AAC9E,mGAAyE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from '../
|
|
1
|
+
export * from '../_collections/constants/module-settings/test-module-settings.const';
|
|
2
2
|
//# sourceMappingURL=test-module.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"test-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,sEAAsE,CAAC"}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// TEST MODULE
|
|
5
|
-
tslib_1.__exportStar(require("../
|
|
5
|
+
tslib_1.__exportStar(require("../_collections/constants/module-settings/test-module-settings.const"), exports);
|
|
6
6
|
//# sourceMappingURL=test-module.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-module.index.js","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd
|
|
1
|
+
{"version":3,"file":"test-module.index.js","sourceRoot":"","sources":["../../src/_modules/test-module.index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,+GAAqF"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from '../_models/data-models/usage-session.data-model';
|
|
2
|
-
export * from '../
|
|
2
|
+
export * from '../_collections/constants/module-settings/usage-module-settings.const';
|
|
3
3
|
export * from '../_models/control-models/usage-data.control-model';
|
|
4
4
|
export * from '../_models/control-models/daily-usage-data.control-model';
|
|
5
5
|
export * from '../_models/control-models/usage-action.control-model';
|
|
6
|
-
export * from '../_enums/relative-date.enum';
|
|
6
|
+
export * from '../_enums/time/relative-date.enum';
|
|
7
7
|
//# sourceMappingURL=usage-module.index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,iDAAiD,CAAC;AAChE,cAAc,
|
|
1
|
+
{"version":3,"file":"usage-module.index.d.ts","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":"AAEA,cAAc,iDAAiD,CAAC;AAChE,cAAc,uEAAuE,CAAC;AACtF,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,mCAAmC,CAAC"}
|
|
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// USAGE MODULE
|
|
5
5
|
tslib_1.__exportStar(require("../_models/data-models/usage-session.data-model"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("../
|
|
6
|
+
tslib_1.__exportStar(require("../_collections/constants/module-settings/usage-module-settings.const"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("../_models/control-models/usage-data.control-model"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("../_models/control-models/daily-usage-data.control-model"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("../_models/control-models/usage-action.control-model"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("../_enums/relative-date.enum"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("../_enums/time/relative-date.enum"), exports);
|
|
11
11
|
//# sourceMappingURL=usage-module.index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usage-module.index.js","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,0FAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"usage-module.index.js","sourceRoot":"","sources":["../../src/_modules/usage-module.index.ts"],"names":[],"mappings":";;;AACA,eAAe;AACf,0FAAgE;AAChE,gHAAsF;AACtF,6FAAmE;AACnE,mGAAyE;AACzE,+FAAqE;AACrE,4EAAkD"}
|
package/build/index.d.ts
CHANGED
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC;AAG/B,cAAc,UAAU,CAAC;AAGzB,cAAc,WAAW,CAAC"}
|
package/build/index.js
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
// COLLECTIONS
|
|
5
|
-
tslib_1.__exportStar(require("./
|
|
6
|
-
// CONSTANTS
|
|
7
|
-
tslib_1.__exportStar(require("./_constants"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./_collections"), exports);
|
|
8
6
|
// ENUMS
|
|
9
7
|
tslib_1.__exportStar(require("./_enums"), exports);
|
|
10
8
|
// MODELS
|
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,yDAA+B;AAE/B,QAAQ;AACR,mDAAyB;AAEzB,SAAS;AACT,oDAA0B"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.09.
|
|
4
|
-
"description": "Dynamic
|
|
3
|
+
"version": "01.09.08",
|
|
4
|
+
"description": "Full Stack Model Collection for Dynamic (NodeJS-Typescript) Framework called Dynamo, by Future Development Ltd.",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"prep": "
|
|
6
|
+
"prep": "npm i pnpm -g && npm i rimraf nodemon -g",
|
|
7
7
|
"start": "npm run prep && nodemon",
|
|
8
8
|
|
|
9
9
|
"deploy": "npm run build",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"default": "./build/index.js"
|
|
32
32
|
},
|
|
33
33
|
"./constants": {
|
|
34
|
-
"default": "./build/
|
|
35
|
-
"module": "./build/
|
|
36
|
-
"types": "./build/
|
|
37
|
-
"typings": "./build/
|
|
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
38
|
},
|
|
39
39
|
"./enums": {
|
|
40
40
|
"default": "./build/_enums/index.js",
|
|
@@ -48,12 +48,6 @@
|
|
|
48
48
|
"types": "./build/_models/index.d.ts",
|
|
49
49
|
"typings": "./build/_models/index.d.ts"
|
|
50
50
|
},
|
|
51
|
-
"./utils": {
|
|
52
|
-
"default": "./build/_utils/index.js",
|
|
53
|
-
"module": "./build/_utils/index.js",
|
|
54
|
-
"types": "./build/_utils/index.d.ts",
|
|
55
|
-
"typings": "./build/_utils/index.d.ts"
|
|
56
|
-
},
|
|
57
51
|
"./data-module": {
|
|
58
52
|
"default": "./build/_modules/data-module.index.js",
|
|
59
53
|
"module": "./build/_modules/data-module.index.js",
|
|
@@ -100,7 +94,7 @@
|
|
|
100
94
|
"typesVersions": {
|
|
101
95
|
"*": {
|
|
102
96
|
"constants": [
|
|
103
|
-
"build/
|
|
97
|
+
"build/_collections/index.d.ts"
|
|
104
98
|
],
|
|
105
99
|
"enums": [
|
|
106
100
|
"build/_enums/index.d.ts"
|
|
@@ -108,9 +102,6 @@
|
|
|
108
102
|
"models": [
|
|
109
103
|
"build/_models/index.d.ts"
|
|
110
104
|
],
|
|
111
|
-
"utils": [
|
|
112
|
-
"build/_utils/index.d.ts"
|
|
113
|
-
],
|
|
114
105
|
"data-module": [
|
|
115
106
|
"build/_modules/data-module.index.d.ts"
|
|
116
107
|
],
|
|
@@ -139,13 +130,13 @@
|
|
|
139
130
|
"license": "ISC",
|
|
140
131
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
141
132
|
"peerDependencies": {
|
|
142
|
-
"rxjs": "^7.8.
|
|
133
|
+
"rxjs": "^7.8.1"
|
|
143
134
|
},
|
|
144
135
|
"dependencies": {
|
|
145
136
|
"@types/node": "^20.5.7",
|
|
146
137
|
"ts-node": "^10.9.1",
|
|
147
138
|
"tslib": "^2.6.2",
|
|
148
|
-
"typescript": "^5.
|
|
139
|
+
"typescript": "^5.3.3"
|
|
149
140
|
},
|
|
150
141
|
"devDependencies": {
|
|
151
142
|
"@types/jasmine": "^4.3.5",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export * from './module-settings';
|
|
6
|
+
|
|
7
|
+
// CONSTANTS
|
|
8
|
+
export * from './country-divisions.const';
|
|
9
|
+
export * from './courtry-isos.const';
|
|
10
|
+
export * from './error-defaults.const';
|
|
11
|
+
export * from './pipe-transforms.const';
|
|
12
|
+
export * from './times.const';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
import { DynamoFM_country_pipeTransform } from '../utils/pipe-transforms/country-pipe.util';
|
|
6
|
+
import { DynamoFM_custom_pipeTransform } from '../utils/pipe-transforms/custom-pipe.util';
|
|
7
|
+
import { DynamoFM_division_pipeTransform } from '../utils/pipe-transforms/division-pipe.util';
|
|
8
|
+
import { DynamoFM_list_pipeTransform } from '../utils/pipe-transforms/list-pipe.util';
|
|
9
|
+
import { DynamoFM_multiPipe_pipeTransform } from '../utils/pipe-transforms/multi-pipe-pipe.util';
|
|
10
|
+
import { DynamoFM_objKey_pipeTransform } from '../utils/pipe-transforms/obj-key-pipe.util';
|
|
11
|
+
import { DynamoFM_range_pipeTransform } from '../utils/pipe-transforms/range-pipe.util';
|
|
12
|
+
import { DynamoFM_region_pipeTransform } from '../utils/pipe-transforms/region-pipe.util';
|
|
13
|
+
import { DynamoFM_replace_pipeTransform } from '../utils/pipe-transforms/replace-pipe.util';
|
|
14
|
+
import { DynamoFM_slider_pipeTransform } from '../utils/pipe-transforms/slider-pipe.util';
|
|
15
|
+
import { DynamoFM_smartReplace_pipeTransform } from '../utils/pipe-transforms/smart-replace-pipe.util';
|
|
16
|
+
import { DynamoFM_PipeTransforms } from '../../_models/interfaces/pipe-transforms.interface';
|
|
17
|
+
import { DynamoFM_Pipe } from '../../_enums';
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export const DynamoFM_pipeTransforms: DynamoFM_PipeTransforms = {
|
|
22
|
+
[DynamoFM_Pipe.country]: DynamoFM_country_pipeTransform,
|
|
23
|
+
[DynamoFM_Pipe.custom]: DynamoFM_custom_pipeTransform,
|
|
24
|
+
[DynamoFM_Pipe.division]: DynamoFM_division_pipeTransform,
|
|
25
|
+
[DynamoFM_Pipe.list]: DynamoFM_list_pipeTransform,
|
|
26
|
+
[DynamoFM_Pipe.multiPipe]: DynamoFM_multiPipe_pipeTransform,
|
|
27
|
+
[DynamoFM_Pipe.objKey]: DynamoFM_objKey_pipeTransform,
|
|
28
|
+
[DynamoFM_Pipe.range]: DynamoFM_range_pipeTransform,
|
|
29
|
+
[DynamoFM_Pipe.region]: DynamoFM_region_pipeTransform,
|
|
30
|
+
[DynamoFM_Pipe.replace]: DynamoFM_replace_pipeTransform,
|
|
31
|
+
[DynamoFM_Pipe.slider]: DynamoFM_slider_pipeTransform,
|
|
32
|
+
[DynamoFM_Pipe.smartReplace]: DynamoFM_smartReplace_pipeTransform,
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { DynamoFM_Paged } from '
|
|
2
|
+
import { DynamoFM_Paged } from '../../_models/interfaces/paged.interface';
|
|
3
3
|
|
|
4
4
|
export type DFM_Array = DynamoFM_Array;
|
|
5
5
|
export class DynamoFM_Array {
|
|
@@ -87,6 +87,51 @@ export class DynamoFM_Array {
|
|
|
87
87
|
return array;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
+
/**
|
|
91
|
+
* returns the opposite index as they circular
|
|
92
|
+
* so after the last index, the first comes next
|
|
93
|
+
* an array that has 8 elements, the opposite of 7 is 3
|
|
94
|
+
* */
|
|
95
|
+
static getRoundListOppositeIndex(
|
|
96
|
+
arrayLength: number,
|
|
97
|
+
index: number,
|
|
98
|
+
roundUp: boolean = false
|
|
99
|
+
): number {
|
|
100
|
+
const oppositeIndex = index + (
|
|
101
|
+
roundUp ?
|
|
102
|
+
Math.ceil(arrayLength / 2) :
|
|
103
|
+
Math.floor(arrayLength / 2)
|
|
104
|
+
);
|
|
105
|
+
|
|
106
|
+
if (arrayLength <= oppositeIndex) {
|
|
107
|
+
return oppositeIndex - arrayLength;
|
|
108
|
+
} else {
|
|
109
|
+
return oppositeIndex;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
getRoundListOutboundIndex<T>(array: T[], index: number): T {
|
|
114
|
+
try {
|
|
115
|
+
while (array.length <= index) {
|
|
116
|
+
index -= array.length;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
while (index < 0) {
|
|
120
|
+
index += array.length;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
return array[index];
|
|
124
|
+
} catch (error) {
|
|
125
|
+
console.error(
|
|
126
|
+
'DynamoFM_Array.getRoundListOutboundIndex error:', error,
|
|
127
|
+
'\narray:', array,
|
|
128
|
+
'\nindex:', index
|
|
129
|
+
);
|
|
130
|
+
|
|
131
|
+
return null;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
90
135
|
}
|
|
91
136
|
|
|
92
137
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
export * from './math';
|
|
3
|
+
export * from './pipe-transforms';
|
|
4
|
+
export * from './regex';
|
|
5
|
+
|
|
6
|
+
|
|
2
7
|
// TOOLS
|
|
3
8
|
export * from './array.util';
|
|
4
|
-
export * from './box-bounds.util';
|
|
5
9
|
export * from './location.util';
|
|
6
10
|
export * from './log.util';
|
|
7
|
-
export * from './math.util';
|
|
8
|
-
export * from './random.util';
|
|
9
|
-
export * from './regex.util';
|
|
10
11
|
export * from './regions.util';
|
|
11
12
|
export * from './round-list.util';
|
|
12
13
|
export * from './shared.static-service';
|
|
13
14
|
export * from './time.util';
|
|
14
|
-
export * from './trigonometry.util';
|
|
15
15
|
export * from './type-cloning-facility.util';
|
|
16
16
|
export * from './utilities.util';
|
|
17
|
-
export * from './vector2.util';
|
|
18
17
|
|
|
19
18
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import { DynamoFM_Error } from '
|
|
3
|
-
import { DynamoFM_Trigonometry } from './trigonometry.util';
|
|
4
|
-
import { DynamoFM_LocationCoordinates } from '
|
|
2
|
+
import { DynamoFM_Error } from '../../_models/control-models/error.control-model';
|
|
3
|
+
import { DynamoFM_Trigonometry } from './math/trigonometry.util';
|
|
4
|
+
import { DynamoFM_LocationCoordinates } from '../../_models/interfaces/location/location-coordinates.interface';
|
|
5
5
|
|
|
6
6
|
export type DFM_Location = DynamoFM_Location;
|
|
7
7
|
export class DynamoFM_Location {
|