@futdevpro/fsm-dynamo 1.9.26 → 1.9.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/_collections/utils/math/box-bounds.util.d.ts +8 -7
- package/build/_collections/utils/math/box-bounds.util.d.ts.map +1 -1
- package/build/_collections/utils/math/box-bounds.util.js +9 -9
- package/build/_collections/utils/math/box-bounds.util.js.map +1 -1
- package/build/_collections/utils/math/vector2.util.d.ts +29 -27
- package/build/_collections/utils/math/vector2.util.d.ts.map +1 -1
- package/build/_collections/utils/math/vector2.util.js +17 -11
- package/build/_collections/utils/math/vector2.util.js.map +1 -1
- package/build/_modules/custom-data/_collections/{custom-data-module-settings.const.d.ts → cud-module-settings.const.d.ts} +1 -1
- package/build/_modules/custom-data/_collections/cud-module-settings.const.d.ts.map +1 -0
- package/build/_modules/custom-data/_collections/{custom-data-module-settings.const.js → cud-module-settings.const.js} +1 -1
- package/build/_modules/custom-data/_collections/cud-module-settings.const.js.map +1 -0
- package/build/_modules/custom-data/_models/{custom-data.data-model.d.ts → cud.data-model.d.ts} +1 -1
- package/build/_modules/custom-data/_models/cud.data-model.d.ts.map +1 -0
- package/build/_modules/custom-data/_models/{custom-data.data-model.js → cud.data-model.js} +1 -1
- package/build/_modules/custom-data/_models/cud.data-model.js.map +1 -0
- package/build/_modules/custom-data/index.d.ts +2 -2
- package/build/_modules/custom-data/index.d.ts.map +1 -1
- package/build/_modules/custom-data/index.js +2 -2
- package/build/_modules/custom-data/index.js.map +1 -1
- package/build/_modules/location/_collections/loc-country-divisions.const.d.ts +3 -0
- package/build/_modules/location/_collections/loc-country-divisions.const.d.ts.map +1 -0
- package/build/_modules/location/_collections/loc-country-divisions.const.js +6 -0
- package/build/_modules/location/_collections/loc-country-divisions.const.js.map +1 -0
- package/build/_modules/location/_collections/loc-country-isos.const.d.ts +3 -0
- package/build/_modules/location/_collections/loc-country-isos.const.d.ts.map +1 -0
- package/build/_modules/location/_collections/loc-country-isos.const.js +6 -0
- package/build/_modules/location/_collections/loc-country-isos.const.js.map +1 -0
- package/build/_modules/location/_collections/{regions.util.d.ts → loc-regions.util.d.ts} +5 -5
- package/build/_modules/location/_collections/loc-regions.util.d.ts.map +1 -0
- package/build/_modules/location/_collections/{regions.util.js → loc-regions.util.js} +1 -1
- package/build/_modules/location/_collections/loc-regions.util.js.map +1 -0
- package/build/_modules/location/_collections/{location.util.d.ts → loc.util.d.ts} +2 -2
- package/build/_modules/location/_collections/loc.util.d.ts.map +1 -0
- package/build/_modules/location/_collections/{location.util.js → loc.util.js} +1 -1
- package/build/_modules/location/_collections/loc.util.js.map +1 -0
- package/build/_modules/location/_enums/{region.enum.d.ts → loc-region.enum.d.ts} +1 -1
- package/build/_modules/location/_enums/loc-region.enum.d.ts.map +1 -0
- package/build/_modules/location/_enums/{region.enum.js → loc-region.enum.js} +1 -1
- package/build/_modules/location/_enums/loc-region.enum.js.map +1 -0
- package/build/_modules/location/_enums/{sub-region.enum.d.ts → loc-sub-region.enum.d.ts} +1 -1
- package/build/_modules/location/_enums/loc-sub-region.enum.d.ts.map +1 -0
- package/build/_modules/location/_enums/{sub-region.enum.js → loc-sub-region.enum.js} +1 -1
- package/build/_modules/location/_enums/loc-sub-region.enum.js.map +1 -0
- package/build/_modules/location/_enums/{subdivision-region-type.enum.d.ts → loc-subdivision-region-type.enum.d.ts} +1 -1
- package/build/_modules/location/_enums/loc-subdivision-region-type.enum.d.ts.map +1 -0
- package/build/_modules/location/_enums/{subdivision-region-type.enum.js → loc-subdivision-region-type.enum.js} +1 -1
- package/build/_modules/location/_enums/loc-subdivision-region-type.enum.js.map +1 -0
- package/build/_modules/location/_models/{location-coordinates.interface.d.ts → loc-coordinates.interface.d.ts} +1 -1
- package/build/_modules/location/_models/loc-coordinates.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/{country-iso.interface.js → loc-coordinates.interface.js} +1 -1
- package/build/_modules/location/_models/loc-coordinates.interface.js.map +1 -0
- package/build/_modules/location/_models/{country-division.interface.d.ts → loc-country-division.interface.d.ts} +1 -1
- package/build/_modules/location/_models/loc-country-division.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/{division-collection.interface.js → loc-country-division.interface.js} +1 -1
- package/build/_modules/location/_models/loc-country-division.interface.js.map +1 -0
- package/build/_modules/location/_models/{country-iso.interface.d.ts → loc-country-iso.interface.d.ts} +4 -4
- package/build/_modules/location/_models/loc-country-iso.interface.d.ts.map +1 -0
- package/build/_modules/{pipe/_models/multi-pipe-settings.type.js → location/_models/loc-country-iso.interface.js} +1 -1
- package/build/_modules/location/_models/loc-country-iso.interface.js.map +1 -0
- package/build/_modules/location/_models/{country-phone-code.interface.d.ts → loc-country-phone-code.interface.d.ts} +1 -1
- package/build/_modules/location/_models/loc-country-phone-code.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/loc-country-phone-code.interface.js +3 -0
- package/build/_modules/location/_models/loc-country-phone-code.interface.js.map +1 -0
- package/build/_modules/location/_models/{division-collection.interface.d.ts → loc-division-collection.interface.d.ts} +1 -1
- package/build/_modules/location/_models/loc-division-collection.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/loc-division-collection.interface.js +3 -0
- package/build/_modules/location/_models/loc-division-collection.interface.js.map +1 -0
- package/build/_modules/location/_models/loc-division-region-data.interface.d.ts +6 -0
- package/build/_modules/location/_models/loc-division-region-data.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/loc-division-region-data.interface.js +3 -0
- package/build/_modules/location/_models/loc-division-region-data.interface.js.map +1 -0
- package/build/_modules/location/_models/{geo-ip-location.interface.d.ts → loc-geo-ip-location.interface.d.ts} +1 -1
- package/build/_modules/location/_models/loc-geo-ip-location.interface.d.ts.map +1 -0
- package/build/_modules/location/_models/{country-phone-code.interface.js → loc-geo-ip-location.interface.js} +1 -1
- package/build/_modules/location/_models/loc-geo-ip-location.interface.js.map +1 -0
- package/build/_modules/location/index.d.ts +14 -14
- package/build/_modules/location/index.d.ts.map +1 -1
- package/build/_modules/location/index.js +14 -14
- package/build/_modules/location/index.js.map +1 -1
- package/build/_modules/pipe/_collections/pip-transforms.const.d.ts +3 -0
- package/build/_modules/pipe/_collections/pip-transforms.const.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/pip-transforms.const.js +29 -0
- package/build/_modules/pipe/_collections/pip-transforms.const.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{country-pipe.util.d.ts → pip-country-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{country-pipe.util.js → pip-country-pipe.util.js} +3 -3
- package/build/_modules/pipe/_collections/utils/pip-country-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{custom-pipe.util.d.ts → pip-custom-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{custom-pipe.util.js → pip-custom-pipe.util.js} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-custom-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{division-pipe.util.d.ts → pip-division-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.js +10 -0
- package/build/_modules/pipe/_collections/utils/pip-division-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{list-pipe.util.d.ts → pip-list-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{list-pipe.util.js → pip-list-pipe.util.js} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-list-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{multi-pipe-pipe.util.d.ts → pip-multi-pipe-pipe.util.d.ts} +3 -3
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{multi-pipe-pipe.util.js → pip-multi-pipe-pipe.util.js} +15 -15
- package/build/_modules/pipe/_collections/utils/pip-multi-pipe-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{obj-key-pipe.util.d.ts → pip-obj-key-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{obj-key-pipe.util.js → pip-obj-key-pipe.util.js} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-obj-key-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{range-pipe.util.d.ts → pip-range-pipe.util.d.ts} +3 -3
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{range-pipe.util.js → pip-range-pipe.util.js} +17 -17
- package/build/_modules/pipe/_collections/utils/pip-range-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{region-pipe.util.d.ts → pip-region-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{region-pipe.util.js → pip-region-pipe.util.js} +3 -3
- package/build/_modules/pipe/_collections/utils/pip-region-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{replace-pipe.util.d.ts → pip-replace-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{replace-pipe.util.js → pip-replace-pipe.util.js} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-replace-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{slider-pipe.util.d.ts → pip-slider-pipe.util.d.ts} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{slider-pipe.util.js → pip-slider-pipe.util.js} +1 -1
- package/build/_modules/pipe/_collections/utils/pip-slider-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_collections/utils/{smart-replace-pipe.util.d.ts → pip-smart-replace-pipe.util.d.ts} +2 -2
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.d.ts.map +1 -0
- package/build/_modules/pipe/_collections/utils/{smart-replace-pipe.util.js → pip-smart-replace-pipe.util.js} +4 -4
- package/build/_modules/pipe/_collections/utils/pip-smart-replace-pipe.util.js.map +1 -0
- package/build/_modules/pipe/_enums/{range-pipe-setting.enum.d.ts → pip-range-pipe-setting.enum.d.ts} +1 -1
- package/build/_modules/pipe/_enums/pip-range-pipe-setting.enum.d.ts.map +1 -0
- package/build/_modules/pipe/_enums/{range-pipe-setting.enum.js → pip-range-pipe-setting.enum.js} +1 -1
- package/build/_modules/pipe/_enums/pip-range-pipe-setting.enum.js.map +1 -0
- package/build/_modules/pipe/_enums/{pipe.enum.d.ts → pip.enum.d.ts} +1 -1
- package/build/_modules/pipe/_enums/pip.enum.d.ts.map +1 -0
- package/build/_modules/pipe/_enums/{pipe.enum.js → pip.enum.js} +1 -1
- package/build/_modules/pipe/_enums/pip.enum.js.map +1 -0
- package/build/_modules/pipe/_models/pip-multi-pipe-settings.type.d.ts +5 -0
- package/build/_modules/pipe/_models/pip-multi-pipe-settings.type.d.ts.map +1 -0
- package/build/_modules/{location/_models/country-division.interface.js → pipe/_models/pip-multi-pipe-settings.type.js} +1 -1
- package/build/_modules/pipe/_models/pip-multi-pipe-settings.type.js.map +1 -0
- package/build/_modules/pipe/_models/{pipe-transforms.interface.d.ts → pip-transforms.interface.d.ts} +4 -4
- package/build/_modules/pipe/_models/pip-transforms.interface.d.ts.map +1 -0
- package/build/_modules/pipe/_models/pip-transforms.interface.js +4 -0
- package/build/_modules/pipe/_models/pip-transforms.interface.js.map +1 -0
- package/build/_modules/pipe/index.d.ts +17 -17
- package/build/_modules/pipe/index.d.ts.map +1 -1
- package/build/_modules/pipe/index.js +17 -17
- package/build/_modules/pipe/index.js.map +1 -1
- package/build/_modules/socket/_models/sck-client-params.control-model.d.ts +11 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.d.ts.map +1 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.js +21 -0
- package/build/_modules/socket/_models/sck-client-params.control-model.js.map +1 -0
- package/build/_modules/socket/index.d.ts +2 -0
- package/build/_modules/socket/index.d.ts.map +1 -0
- package/build/_modules/socket/index.js +6 -0
- package/build/_modules/socket/index.js.map +1 -0
- package/build/_modules/test/_collections/{test-module-settings.const.d.ts → tst-module-settings.const.d.ts} +1 -1
- package/build/_modules/test/_collections/tst-module-settings.const.d.ts.map +1 -0
- package/build/_modules/test/_collections/{test-module-settings.const.js → tst-module-settings.const.js} +1 -1
- package/build/_modules/test/_collections/tst-module-settings.const.js.map +1 -0
- package/build/_modules/test/index.d.ts +1 -1
- package/build/_modules/test/index.d.ts.map +1 -1
- package/build/_modules/test/index.js +1 -1
- package/build/_modules/test/index.js.map +1 -1
- package/build/_modules/usage/_collections/{usage-module-settings.const.d.ts → usg-module-settings.const.d.ts} +1 -1
- package/build/_modules/usage/_collections/usg-module-settings.const.d.ts.map +1 -0
- package/build/_modules/usage/_collections/{usage-module-settings.const.js → usg-module-settings.const.js} +1 -1
- package/build/_modules/usage/_collections/usg-module-settings.const.js.map +1 -0
- package/build/_modules/usage/_models/{usage-action.control-model.d.ts → usg-action.control-model.d.ts} +1 -1
- package/build/_modules/usage/_models/usg-action.control-model.d.ts.map +1 -0
- package/build/_modules/usage/_models/{usage-action.control-model.js → usg-action.control-model.js} +1 -1
- package/build/_modules/usage/_models/usg-action.control-model.js.map +1 -0
- package/build/_modules/usage/_models/{daily-usage-data.control-model.d.ts → usg-daily-usage-data.control-model.d.ts} +2 -2
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.d.ts.map +1 -0
- package/build/_modules/usage/_models/{daily-usage-data.control-model.js → usg-daily-usage-data.control-model.js} +1 -1
- package/build/_modules/usage/_models/usg-daily-usage-data.control-model.js.map +1 -0
- package/build/_modules/usage/_models/{usage-data.control-model.d.ts → usg-data.control-model.d.ts} +2 -2
- package/build/_modules/usage/_models/usg-data.control-model.d.ts.map +1 -0
- package/build/_modules/usage/_models/{usage-data.control-model.js → usg-data.control-model.js} +1 -1
- package/build/_modules/usage/_models/usg-data.control-model.js.map +1 -0
- package/build/_modules/usage/_models/{usage-session.data-model.d.ts → usg-session.data-model.d.ts} +3 -3
- package/build/_modules/usage/_models/usg-session.data-model.d.ts.map +1 -0
- package/build/_modules/usage/_models/{usage-session.data-model.js → usg-session.data-model.js} +1 -1
- package/build/_modules/usage/_models/usg-session.data-model.js.map +1 -0
- package/build/_modules/usage/index.d.ts +5 -5
- package/build/_modules/usage/index.d.ts.map +1 -1
- package/build/_modules/usage/index.js +5 -5
- package/build/_modules/usage/index.js.map +1 -1
- package/futdevpro-fsm-dynamo-01.09.28.tgz +0 -0
- package/package.json +10 -1
- package/src/_collections/utils/math/box-bounds.util.ts +15 -14
- package/src/_collections/utils/math/vector2.util.ts +46 -41
- package/src/_modules/custom-data/index.ts +2 -2
- package/src/_modules/location/_collections/loc-country-divisions.const.ts +10 -0
- package/src/_modules/location/_collections/loc-country-isos.const.ts +8 -0
- package/src/_modules/location/_collections/{regions.util.ts → loc-regions.util.ts} +4 -4
- package/src/_modules/location/_collections/{location.util.ts → loc.util.ts} +1 -1
- package/src/_modules/location/_models/{country-iso.interface.ts → loc-country-iso.interface.ts} +3 -3
- package/src/_modules/location/_models/loc-division-region-data.interface.ts +9 -0
- package/src/_modules/location/index.ts +14 -14
- package/src/_modules/pipe/_collections/pip-transforms.const.ts +36 -0
- package/src/_modules/pipe/_collections/utils/{country-pipe.util.ts → pip-country-pipe.util.ts} +2 -2
- package/src/_modules/pipe/_collections/utils/{division-pipe.util.ts → pip-division-pipe.util.ts} +2 -2
- package/src/_modules/pipe/_collections/utils/{multi-pipe-pipe.util.ts → pip-multi-pipe-pipe.util.ts} +3 -3
- package/src/_modules/pipe/_collections/utils/{range-pipe.util.ts → pip-range-pipe.util.ts} +3 -3
- package/src/_modules/pipe/_collections/utils/{region-pipe.util.ts → pip-region-pipe.util.ts} +2 -2
- package/src/_modules/pipe/_collections/utils/{smart-replace-pipe.util.ts → pip-smart-replace-pipe.util.ts} +2 -2
- package/src/_modules/pipe/_models/{multi-pipe-settings.type.ts → pip-multi-pipe-settings.type.ts} +1 -1
- package/src/_modules/pipe/_models/{pipe-transforms.interface.ts → pip-transforms.interface.ts} +3 -3
- package/src/_modules/pipe/index.ts +17 -17
- package/src/_modules/socket/_models/sck-client-params.control-model.ts +24 -0
- package/src/_modules/socket/index.ts +6 -0
- package/src/_modules/test/index.ts +1 -1
- package/src/_modules/usage/_models/{daily-usage-data.control-model.ts → usg-daily-usage-data.control-model.ts} +1 -1
- package/src/_modules/usage/_models/{usage-data.control-model.ts → usg-data.control-model.ts} +1 -1
- package/src/_modules/usage/_models/{usage-session.data-model.ts → usg-session.data-model.ts} +2 -2
- package/src/_modules/usage/index.ts +5 -5
- package/build/_modules/custom-data/_collections/custom-data-module-settings.const.d.ts.map +0 -1
- package/build/_modules/custom-data/_collections/custom-data-module-settings.const.js.map +0 -1
- package/build/_modules/custom-data/_models/custom-data.data-model.d.ts.map +0 -1
- package/build/_modules/custom-data/_models/custom-data.data-model.js.map +0 -1
- package/build/_modules/location/_collections/country-divisions.const.d.ts +0 -3
- package/build/_modules/location/_collections/country-divisions.const.d.ts.map +0 -1
- package/build/_modules/location/_collections/country-divisions.const.js +0 -6
- package/build/_modules/location/_collections/country-divisions.const.js.map +0 -1
- package/build/_modules/location/_collections/country-isos.const.d.ts +0 -3
- package/build/_modules/location/_collections/country-isos.const.d.ts.map +0 -1
- package/build/_modules/location/_collections/country-isos.const.js +0 -6
- package/build/_modules/location/_collections/country-isos.const.js.map +0 -1
- package/build/_modules/location/_collections/location.util.d.ts.map +0 -1
- package/build/_modules/location/_collections/location.util.js.map +0 -1
- package/build/_modules/location/_collections/regions.util.d.ts.map +0 -1
- package/build/_modules/location/_collections/regions.util.js.map +0 -1
- package/build/_modules/location/_enums/region.enum.d.ts.map +0 -1
- package/build/_modules/location/_enums/region.enum.js.map +0 -1
- package/build/_modules/location/_enums/sub-region.enum.d.ts.map +0 -1
- package/build/_modules/location/_enums/sub-region.enum.js.map +0 -1
- package/build/_modules/location/_enums/subdivision-region-type.enum.d.ts.map +0 -1
- package/build/_modules/location/_enums/subdivision-region-type.enum.js.map +0 -1
- package/build/_modules/location/_models/country-division.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/country-division.interface.js.map +0 -1
- package/build/_modules/location/_models/country-iso.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/country-iso.interface.js.map +0 -1
- package/build/_modules/location/_models/country-phone-code.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/country-phone-code.interface.js.map +0 -1
- package/build/_modules/location/_models/division-collection.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/division-collection.interface.js.map +0 -1
- package/build/_modules/location/_models/division-region-data.interface.d.ts +0 -6
- package/build/_modules/location/_models/division-region-data.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/division-region-data.interface.js +0 -3
- package/build/_modules/location/_models/division-region-data.interface.js.map +0 -1
- package/build/_modules/location/_models/geo-ip-location.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/geo-ip-location.interface.js +0 -3
- package/build/_modules/location/_models/geo-ip-location.interface.js.map +0 -1
- package/build/_modules/location/_models/location-coordinates.interface.d.ts.map +0 -1
- package/build/_modules/location/_models/location-coordinates.interface.js +0 -3
- package/build/_modules/location/_models/location-coordinates.interface.js.map +0 -1
- package/build/_modules/pipe/_collections/pipe-transforms.const.d.ts +0 -3
- package/build/_modules/pipe/_collections/pipe-transforms.const.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/pipe-transforms.const.js +0 -29
- package/build/_modules/pipe/_collections/pipe-transforms.const.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/country-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/country-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/custom-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/custom-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/division-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/division-pipe.util.js +0 -10
- package/build/_modules/pipe/_collections/utils/division-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/list-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/list-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/multi-pipe-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/multi-pipe-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/obj-key-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/obj-key-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/range-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/range-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/region-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/region-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/replace-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/replace-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/slider-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/slider-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_collections/utils/smart-replace-pipe.util.d.ts.map +0 -1
- package/build/_modules/pipe/_collections/utils/smart-replace-pipe.util.js.map +0 -1
- package/build/_modules/pipe/_enums/pipe.enum.d.ts.map +0 -1
- package/build/_modules/pipe/_enums/pipe.enum.js.map +0 -1
- package/build/_modules/pipe/_enums/range-pipe-setting.enum.d.ts.map +0 -1
- package/build/_modules/pipe/_enums/range-pipe-setting.enum.js.map +0 -1
- package/build/_modules/pipe/_models/multi-pipe-settings.type.d.ts +0 -5
- package/build/_modules/pipe/_models/multi-pipe-settings.type.d.ts.map +0 -1
- package/build/_modules/pipe/_models/multi-pipe-settings.type.js.map +0 -1
- package/build/_modules/pipe/_models/pipe-transforms.interface.d.ts.map +0 -1
- package/build/_modules/pipe/_models/pipe-transforms.interface.js +0 -4
- package/build/_modules/pipe/_models/pipe-transforms.interface.js.map +0 -1
- package/build/_modules/test/_collections/test-module-settings.const.d.ts.map +0 -1
- package/build/_modules/test/_collections/test-module-settings.const.js.map +0 -1
- package/build/_modules/usage/_collections/usage-module-settings.const.d.ts.map +0 -1
- package/build/_modules/usage/_collections/usage-module-settings.const.js.map +0 -1
- package/build/_modules/usage/_models/daily-usage-data.control-model.d.ts.map +0 -1
- package/build/_modules/usage/_models/daily-usage-data.control-model.js.map +0 -1
- package/build/_modules/usage/_models/usage-action.control-model.d.ts.map +0 -1
- package/build/_modules/usage/_models/usage-action.control-model.js.map +0 -1
- package/build/_modules/usage/_models/usage-data.control-model.d.ts.map +0 -1
- package/build/_modules/usage/_models/usage-data.control-model.js.map +0 -1
- package/build/_modules/usage/_models/usage-session.data-model.d.ts.map +0 -1
- package/build/_modules/usage/_models/usage-session.data-model.js.map +0 -1
- package/futdevpro-fsm-dynamo-01.09.26.tgz +0 -0
- package/src/_modules/location/_collections/country-divisions.const.ts +0 -10
- package/src/_modules/location/_collections/country-isos.const.ts +0 -8
- package/src/_modules/location/_models/division-region-data.interface.ts +0 -9
- package/src/_modules/pipe/_collections/pipe-transforms.const.ts +0 -36
- /package/src/_modules/custom-data/_collections/{custom-data-module-settings.const.ts → cud-module-settings.const.ts} +0 -0
- /package/src/_modules/custom-data/_models/{custom-data.data-model.ts → cud.data-model.ts} +0 -0
- /package/src/_modules/location/_enums/{region.enum.ts → loc-region.enum.ts} +0 -0
- /package/src/_modules/location/_enums/{sub-region.enum.ts → loc-sub-region.enum.ts} +0 -0
- /package/src/_modules/location/_enums/{subdivision-region-type.enum.ts → loc-subdivision-region-type.enum.ts} +0 -0
- /package/src/_modules/location/_models/{location-coordinates.interface.ts → loc-coordinates.interface.ts} +0 -0
- /package/src/_modules/location/_models/{country-division.interface.ts → loc-country-division.interface.ts} +0 -0
- /package/src/_modules/location/_models/{country-phone-code.interface.ts → loc-country-phone-code.interface.ts} +0 -0
- /package/src/_modules/location/_models/{division-collection.interface.ts → loc-division-collection.interface.ts} +0 -0
- /package/src/_modules/location/_models/{geo-ip-location.interface.ts → loc-geo-ip-location.interface.ts} +0 -0
- /package/src/_modules/pipe/_collections/utils/{custom-pipe.util.ts → pip-custom-pipe.util.ts} +0 -0
- /package/src/_modules/pipe/_collections/utils/{list-pipe.util.ts → pip-list-pipe.util.ts} +0 -0
- /package/src/_modules/pipe/_collections/utils/{obj-key-pipe.util.ts → pip-obj-key-pipe.util.ts} +0 -0
- /package/src/_modules/pipe/_collections/utils/{replace-pipe.util.ts → pip-replace-pipe.util.ts} +0 -0
- /package/src/_modules/pipe/_collections/utils/{slider-pipe.util.ts → pip-slider-pipe.util.ts} +0 -0
- /package/src/_modules/pipe/_enums/{range-pipe-setting.enum.ts → pip-range-pipe-setting.enum.ts} +0 -0
- /package/src/_modules/pipe/_enums/{pipe.enum.ts → pip.enum.ts} +0 -0
- /package/src/_modules/test/_collections/{test-module-settings.const.ts → tst-module-settings.const.ts} +0 -0
- /package/src/_modules/usage/_collections/{usage-module-settings.const.ts → usg-module-settings.const.ts} +0 -0
- /package/src/_modules/usage/_models/{usage-action.control-model.ts → usg-action.control-model.ts} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DyFM_Vector2 } from '../../../_models/interfaces/vector2.interface';
|
|
1
2
|
import { DyFM_Vector2_Util } from './vector2.util';
|
|
2
3
|
/**
|
|
3
4
|
* The main difference between static class functions and instance functions
|
|
@@ -7,10 +8,10 @@ import { DyFM_Vector2_Util } from './vector2.util';
|
|
|
7
8
|
*/
|
|
8
9
|
export declare class DyFM_BoxBounds {
|
|
9
10
|
private _pos;
|
|
10
|
-
set pos(value:
|
|
11
|
+
set pos(value: DyFM_Vector2);
|
|
11
12
|
get pos(): DyFM_Vector2_Util;
|
|
12
13
|
private _size;
|
|
13
|
-
set size(value:
|
|
14
|
+
set size(value: DyFM_Vector2);
|
|
14
15
|
get size(): DyFM_Vector2_Util;
|
|
15
16
|
private _center;
|
|
16
17
|
get center(): DyFM_Vector2_Util;
|
|
@@ -18,13 +19,13 @@ export declare class DyFM_BoxBounds {
|
|
|
18
19
|
get centerMargin(): DyFM_Vector2_Util;
|
|
19
20
|
constructor(
|
|
20
21
|
/** top left corner */
|
|
21
|
-
position?:
|
|
22
|
+
position?: DyFM_Vector2,
|
|
22
23
|
/** height and width */
|
|
23
|
-
size?:
|
|
24
|
+
size?: DyFM_Vector2);
|
|
24
25
|
constructed?(): boolean;
|
|
25
|
-
newValues?(position:
|
|
26
|
-
static bounds(box: DyFM_BoxBounds, position:
|
|
27
|
-
bounds?(position:
|
|
26
|
+
newValues?(position: DyFM_Vector2, size: DyFM_Vector2): void;
|
|
27
|
+
static bounds(box: DyFM_BoxBounds, position: DyFM_Vector2): boolean;
|
|
28
|
+
bounds?(position: DyFM_Vector2): boolean;
|
|
28
29
|
private calcCenter;
|
|
29
30
|
clone?(): DyFM_BoxBounds;
|
|
30
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box-bounds.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/box-bounds.util.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD;;;;;GAKG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,IAAI,CAAoB;IAChC,IAAI,GAAG,CAAC,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"box-bounds.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/box-bounds.util.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD;;;;;GAKG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,IAAI,CAAoB;IAChC,IAAI,GAAG,CAAC,KAAK,EAAE,YAAY,EAI1B;IACD,IAAI,GAAG,IAAI,iBAAiB,CAE3B;IAED,OAAO,CAAC,KAAK,CAAoB;IACjC,IAAI,IAAI,CAAC,KAAK,EAAE,YAAY,EAI3B;IACD,IAAI,IAAI,IAAI,iBAAiB,CAE5B;IAED,OAAO,CAAC,OAAO,CAAoB;IACnC,IAAI,MAAM,IAAI,iBAAiB,CAE9B;IAED,OAAO,CAAC,aAAa,CAAoB;IACzC,IAAI,YAAY,IAAI,iBAAiB,CAEpC;;IAGC,sBAAsB;IACtB,QAAQ,CAAC,EAAE,YAAY;IACvB,uBAAuB;IACvB,IAAI,CAAC,EAAE,YAAY;IAQrB,WAAW,CAAC,IAAI,OAAO;IAIvB,SAAS,CAAC,CAAC,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,YAAY,GAAG,IAAI;IAe5D,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,GAAG,OAAO;IAInE,MAAM,CAAC,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO;IAIxC,OAAO,CAAC,UAAU;IAOlB,KAAK,CAAC,IAAI,cAAc;CAGzB"}
|
|
@@ -11,7 +11,7 @@ const vector2_util_1 = require("./vector2.util");
|
|
|
11
11
|
class DyFM_BoxBounds {
|
|
12
12
|
_pos;
|
|
13
13
|
set pos(value) {
|
|
14
|
-
this._pos
|
|
14
|
+
this._pos.newValues(value);
|
|
15
15
|
this.calcCenter();
|
|
16
16
|
}
|
|
17
17
|
get pos() {
|
|
@@ -19,7 +19,7 @@ class DyFM_BoxBounds {
|
|
|
19
19
|
}
|
|
20
20
|
_size;
|
|
21
21
|
set size(value) {
|
|
22
|
-
this._size
|
|
22
|
+
this._size.newValues(value);
|
|
23
23
|
this.calcCenter();
|
|
24
24
|
}
|
|
25
25
|
get size() {
|
|
@@ -35,11 +35,11 @@ class DyFM_BoxBounds {
|
|
|
35
35
|
}
|
|
36
36
|
constructor(
|
|
37
37
|
/** top left corner */
|
|
38
|
-
position
|
|
38
|
+
position,
|
|
39
39
|
/** height and width */
|
|
40
|
-
size
|
|
41
|
-
this._pos = position;
|
|
42
|
-
this._size = size;
|
|
40
|
+
size) {
|
|
41
|
+
this._pos = new vector2_util_1.DyFM_Vector2_Util(position);
|
|
42
|
+
this._size = new vector2_util_1.DyFM_Vector2_Util(size);
|
|
43
43
|
this.calcCenter();
|
|
44
44
|
}
|
|
45
45
|
constructed() {
|
|
@@ -52,8 +52,8 @@ class DyFM_BoxBounds {
|
|
|
52
52
|
if (size === undefined) {
|
|
53
53
|
throw new Error('new size is undefined!');
|
|
54
54
|
}
|
|
55
|
-
this._pos
|
|
56
|
-
this._size
|
|
55
|
+
this._pos.newValues(position);
|
|
56
|
+
this._size.newValues(size);
|
|
57
57
|
this.calcCenter();
|
|
58
58
|
}
|
|
59
59
|
static bounds(box, position) {
|
|
@@ -69,7 +69,7 @@ class DyFM_BoxBounds {
|
|
|
69
69
|
this._centerMargin = vector2_util_1.DyFM_Vector2_Util.negative(halfSize);
|
|
70
70
|
}
|
|
71
71
|
clone() {
|
|
72
|
-
return new DyFM_BoxBounds(this.
|
|
72
|
+
return new DyFM_BoxBounds(this._pos.clone(), this._size.clone());
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
exports.DyFM_BoxBounds = DyFM_BoxBounds;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box-bounds.util.js","sourceRoot":"","sources":["../../../../src/_collections/utils/math/box-bounds.util.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"box-bounds.util.js","sourceRoot":"","sources":["../../../../src/_collections/utils/math/box-bounds.util.ts"],"names":[],"mappings":";;;AAGA,iDAAmD;AAEnD;;;;;GAKG;AACH,MAAa,cAAc;IACjB,IAAI,CAAoB;IAChC,IAAI,GAAG,CAAC,KAAmB;QACzB,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAE3B,IAAI,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IACD,IAAI,GAAG;QACL,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAEO,KAAK,CAAoB;IACjC,IAAI,IAAI,CAAC,KAAmB;QAC1B,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAE5B,IAAI,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IACD,IAAI,IAAI;QACN,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAEO,OAAO,CAAoB;IACnC,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,OAAO,CAAC;IACtB,CAAC;IAEO,aAAa,CAAoB;IACzC,IAAI,YAAY;QACd,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED;IACE,sBAAsB;IACtB,QAAuB;IACvB,uBAAuB;IACvB,IAAmB;QAEnB,IAAI,CAAC,IAAI,GAAG,IAAI,gCAAiB,CAAC,QAAQ,CAAC,CAAC;QAC5C,IAAI,CAAC,KAAK,GAAG,IAAI,gCAAiB,CAAC,IAAI,CAAC,CAAC;QAEzC,IAAI,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC;IACd,CAAC;IAED,SAAS,CAAE,QAAsB,EAAE,IAAkB;QACnD,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC;QAChD,CAAC;QAED,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;QAC5C,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;QAC9B,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QAE3B,IAAI,CAAC,UAAU,EAAE,CAAC;IACpB,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,GAAmB,EAAE,QAAsB;QACvD,OAAQ,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;YAC/D,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1E,CAAC;IACD,MAAM,CAAE,QAAsB;QAC5B,OAAO,cAAc,CAAC,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;IAC/C,CAAC;IAEO,UAAU;QAChB,MAAM,QAAQ,GAAG,gCAAiB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAExD,IAAI,CAAC,OAAO,GAAG,gCAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;QAC1D,IAAI,CAAC,aAAa,GAAG,gCAAiB,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAED,KAAK;QACH,OAAO,IAAI,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC;IACnE,CAAC;CACF;AAhFD,wCAgFC"}
|
|
@@ -31,44 +31,45 @@ export declare class DyFM_Vector2_Util implements DyFM_Vector2 {
|
|
|
31
31
|
static readonly down: DyFM_Vector2;
|
|
32
32
|
static readonly right: DyFM_Vector2;
|
|
33
33
|
static readonly left: DyFM_Vector2;
|
|
34
|
-
constructor(
|
|
34
|
+
constructor(xOrXyOrVector?: number | DyFM_Vector2, y?: number);
|
|
35
35
|
constructed?(): boolean;
|
|
36
|
-
static distance(a:
|
|
37
|
-
distance?(to:
|
|
38
|
-
static minus(a:
|
|
39
|
-
minus?(vector:
|
|
40
|
-
static plus(a:
|
|
41
|
-
plus?(vector:
|
|
36
|
+
static distance(a: DyFM_Vector2, b: DyFM_Vector2): number;
|
|
37
|
+
distance?(to: DyFM_Vector2): number;
|
|
38
|
+
static minus(a: DyFM_Vector2, minusB: DyFM_Vector2): DyFM_Vector2_Util;
|
|
39
|
+
minus?(vector: DyFM_Vector2): this;
|
|
40
|
+
static plus(a: DyFM_Vector2, plusB: DyFM_Vector2): DyFM_Vector2_Util;
|
|
41
|
+
plus?(vector: DyFM_Vector2): this;
|
|
42
42
|
static readonly add: typeof DyFM_Vector2_Util.plus;
|
|
43
|
-
readonly add?: (vector:
|
|
43
|
+
readonly add?: (vector: DyFM_Vector2) => this;
|
|
44
44
|
/** returns new multiplied Vector2 */
|
|
45
|
-
static multiply(v:
|
|
46
|
-
multiply?(n: number):
|
|
45
|
+
static multiply(v: DyFM_Vector2, n: number): DyFM_Vector2_Util;
|
|
46
|
+
multiply?(n: number): this;
|
|
47
47
|
/** returns new divided Vector2 */
|
|
48
|
-
static divide(v:
|
|
48
|
+
static divide(v: DyFM_Vector2, divideBy: number): DyFM_Vector2_Util;
|
|
49
49
|
divide?(n: number): this;
|
|
50
|
-
static negative(v:
|
|
50
|
+
static negative(v: DyFM_Vector2): DyFM_Vector2_Util;
|
|
51
|
+
/** this returns a new instance */
|
|
51
52
|
getNegative?(): DyFM_Vector2_Util;
|
|
52
53
|
negate?(): this;
|
|
53
|
-
static rebase(v:
|
|
54
|
-
rebase?(baseFrom:
|
|
55
|
-
static rotate(vector:
|
|
56
|
-
static rotateRad(vector:
|
|
54
|
+
static rebase(v: DyFM_Vector2, baseFrom: DyFM_Vector2, baseTo: DyFM_Vector2): DyFM_Vector2_Util;
|
|
55
|
+
rebase?(baseFrom: DyFM_Vector2, baseTo: DyFM_Vector2): this;
|
|
56
|
+
static rotate(vector: DyFM_Vector2, angle: number): DyFM_Vector2_Util;
|
|
57
|
+
static rotateRad(vector: DyFM_Vector2, rad: number): DyFM_Vector2_Util;
|
|
57
58
|
rotate?(angle: number): this;
|
|
58
59
|
rotateRad?(rad: number): this;
|
|
59
|
-
newValues(newV:
|
|
60
|
+
newValues(newV: DyFM_Vector2): this;
|
|
60
61
|
newXY?(newX: number, newY: number): this;
|
|
61
|
-
static angle(from:
|
|
62
|
-
static angleRad(from:
|
|
63
|
-
angle?(from:
|
|
64
|
-
static deg(vector:
|
|
65
|
-
static rad(vector:
|
|
62
|
+
static angle(from: DyFM_Vector2, to: DyFM_Vector2): number;
|
|
63
|
+
static angleRad(from: DyFM_Vector2, to: DyFM_Vector2): number;
|
|
64
|
+
angle?(from: DyFM_Vector2, to: DyFM_Vector2): number;
|
|
65
|
+
static deg(vector: DyFM_Vector2): number;
|
|
66
|
+
static rad(vector: DyFM_Vector2): number;
|
|
66
67
|
deg?(): number;
|
|
67
|
-
static floor(v:
|
|
68
|
+
static floor(v: DyFM_Vector2): DyFM_Vector2_Util;
|
|
68
69
|
floor?(): DyFM_Vector2_Util;
|
|
69
|
-
static direction(from:
|
|
70
|
-
direction?(to:
|
|
71
|
-
static normalize(v:
|
|
70
|
+
static direction(from: DyFM_Vector2, to: DyFM_Vector2): DyFM_Vector2_Util;
|
|
71
|
+
direction?(to: DyFM_Vector2): DyFM_Vector2_Util;
|
|
72
|
+
static normalize(v: DyFM_Vector2): DyFM_Vector2_Util;
|
|
72
73
|
normalize?(): void;
|
|
73
74
|
/**
|
|
74
75
|
* this will return a new instance,
|
|
@@ -78,7 +79,8 @@ export declare class DyFM_Vector2_Util implements DyFM_Vector2 {
|
|
|
78
79
|
private calcMagnitude;
|
|
79
80
|
clone?(): DyFM_Vector2_Util;
|
|
80
81
|
static isChanged(a: DyFM_Vector2_Util, b: DyFM_Vector2_Util): boolean;
|
|
81
|
-
static
|
|
82
|
+
static vectorChanged(a: DyFM_Vector2, b: DyFM_Vector2): boolean;
|
|
83
|
+
static abs(v: DyFM_Vector2): DyFM_Vector2_Util;
|
|
82
84
|
abs?(): this;
|
|
83
85
|
get(): DyFM_Vector2;
|
|
84
86
|
getVector2: () => DyFM_Vector2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector2.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAI7E,MAAM,MAAM,SAAS,GAAG,iBAAiB,CAAC;AAC1C,MAAM,MAAM,YAAY,GAAG,iBAAiB,CAAC;AAC7C,MAAM,MAAM,cAAc,GAAG,iBAAiB,CAAC;AAC/C;;;;;GAKG;AACH,qBAAa,iBAAkB,YAAW,YAAY;IACpD,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAQ;IAEvC,OAAO,CAAC,EAAE,CAAa;IACvB;;;SAGK;IACL,IAAI,CAAC,CAAE,KAAK,EAAE,MAAM,EAInB;IACD,IAAI,CAAC,IAAK,MAAM,CAEf;IAED,OAAO,CAAC,EAAE,CAAa;IACvB;;;SAGK;IACL,IAAI,CAAC,CAAE,KAAK,EAAE,MAAM,EAInB;IACD,IAAI,CAAC,IAAK,MAAM,CAEf;IAED,OAAO,CAAC,UAAU,CAAa;IAC/B,IAAI,SAAS,IAAK,MAAM,CAEvB;IAGD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAkB;IACpD,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,YAAY,CAAkB;IAClD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAmB;IACrD,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAkB;IACrD,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAmB;gBAGnD,
|
|
1
|
+
{"version":3,"file":"vector2.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":"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"}
|
|
@@ -44,18 +44,19 @@ class DyFM_Vector2_Util {
|
|
|
44
44
|
static down = { x: 0, y: -1 };
|
|
45
45
|
static right = { x: 1, y: 0 };
|
|
46
46
|
static left = { x: -1, y: 0 };
|
|
47
|
-
constructor(
|
|
48
|
-
if (
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
this.
|
|
47
|
+
constructor(xOrXyOrVector = 0, y) {
|
|
48
|
+
if (typeof xOrXyOrVector === 'object' &&
|
|
49
|
+
xOrXyOrVector.x !== undefined &&
|
|
50
|
+
xOrXyOrVector.y !== undefined) {
|
|
51
|
+
this._x = xOrXyOrVector.x;
|
|
52
|
+
this._y = xOrXyOrVector.y;
|
|
52
53
|
}
|
|
53
54
|
else if (y === undefined) {
|
|
54
|
-
this._x =
|
|
55
|
-
this._y =
|
|
55
|
+
this._x = xOrXyOrVector;
|
|
56
|
+
this._y = xOrXyOrVector;
|
|
56
57
|
}
|
|
57
58
|
else {
|
|
58
|
-
this._x =
|
|
59
|
+
this._x = xOrXyOrVector;
|
|
59
60
|
this._y = y;
|
|
60
61
|
}
|
|
61
62
|
this.calcMagnitude();
|
|
@@ -73,7 +74,7 @@ class DyFM_Vector2_Util {
|
|
|
73
74
|
return this.plus(a, this.negative(minusB));
|
|
74
75
|
}
|
|
75
76
|
minus(vector) {
|
|
76
|
-
this.
|
|
77
|
+
this.plus(DyFM_Vector2_Util.negative(vector));
|
|
77
78
|
return this;
|
|
78
79
|
}
|
|
79
80
|
static plus(a, plusB) {
|
|
@@ -90,7 +91,7 @@ class DyFM_Vector2_Util {
|
|
|
90
91
|
return new DyFM_Vector2_Util(v.x * n, v.y * n);
|
|
91
92
|
}
|
|
92
93
|
multiply(n) {
|
|
93
|
-
this.newValues(DyFM_Vector2_Util.multiply(this, n));
|
|
94
|
+
return this.newValues(DyFM_Vector2_Util.multiply(this, n));
|
|
94
95
|
}
|
|
95
96
|
/** returns new divided Vector2 */
|
|
96
97
|
static divide(v, divideBy) {
|
|
@@ -103,6 +104,7 @@ class DyFM_Vector2_Util {
|
|
|
103
104
|
static negative(v) {
|
|
104
105
|
return new DyFM_Vector2_Util(-v.x, -v.y);
|
|
105
106
|
}
|
|
107
|
+
/** this returns a new instance */
|
|
106
108
|
getNegative() {
|
|
107
109
|
return DyFM_Vector2_Util.negative(this);
|
|
108
110
|
}
|
|
@@ -179,7 +181,8 @@ class DyFM_Vector2_Util {
|
|
|
179
181
|
return DyFM_Vector2_Util.direction(this, to);
|
|
180
182
|
}
|
|
181
183
|
static normalize(v) {
|
|
182
|
-
|
|
184
|
+
const v_U = new DyFM_Vector2_Util(v);
|
|
185
|
+
return v_U.multiply(1 / v_U.magintude);
|
|
183
186
|
}
|
|
184
187
|
normalize() {
|
|
185
188
|
this.newValues(DyFM_Vector2_Util.normalize(this));
|
|
@@ -200,6 +203,9 @@ class DyFM_Vector2_Util {
|
|
|
200
203
|
static isChanged(a, b) {
|
|
201
204
|
return a.x !== b.x || a.y !== b.y;
|
|
202
205
|
}
|
|
206
|
+
static vectorChanged(a, b) {
|
|
207
|
+
return a.x !== b.x || a.y !== b.y;
|
|
208
|
+
}
|
|
203
209
|
static abs(v) {
|
|
204
210
|
return new DyFM_Vector2_Util(Math.abs(v.x), Math.abs(v.y));
|
|
205
211
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector2.util.js","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":";;;AAGA,2DAAwD;AAKxD;;;;;GAKG;AACH,MAAa,iBAAiB;IACnB,aAAa,GAAY,IAAI,CAAC;IAE/B,EAAE,GAAW,CAAC,CAAC;IACvB;;;SAGK;IACL,IAAI,CAAC,CAAE,KAAa;QAClB,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC;QAEhB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IACD,IAAI,CAAC;QACH,OAAO,IAAI,CAAC,EAAE,CAAC;IACjB,CAAC;IAEO,EAAE,GAAW,CAAC,CAAC;IACvB;;;SAGK;IACL,IAAI,CAAC,CAAE,KAAa;QAClB,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC;QAEhB,IAAI,CAAC,aAAa,EAAE,CAAC;IACvB,CAAC;IACD,IAAI,CAAC;QACH,OAAO,IAAI,CAAC,EAAE,CAAC;IACjB,CAAC;IAEO,UAAU,GAAW,CAAC,CAAC;IAC/B,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,UAAU,CAAC;IACzB,CAAC;IAED,qGAAqG;IACrG,MAAM,CAAU,IAAI,GAAiB,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;IACpD,MAAM,CAAU,EAAE,GAAiB,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;IAClD,MAAM,CAAU,IAAI,GAAiB,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;IACrD,MAAM,CAAU,KAAK,GAAiB,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;IACrD,MAAM,CAAU,IAAI,GAAiB,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;IAErD,YACE,
|
|
1
|
+
{"version":3,"file":"vector2.util.js","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,4 +4,4 @@ export declare enum DyFM_CustomRoute {
|
|
|
4
4
|
modifyCustomData = "modifyCustomData"
|
|
5
5
|
}
|
|
6
6
|
export declare const DyFM_customDataModule_settings: DyFM_Route_Settings<DyFM_CustomRoute>;
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=cud-module-settings.const.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cud-module-settings.const.d.ts","sourceRoot":"","sources":["../../../../src/_modules/custom-data/_collections/cud-module-settings.const.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAE3F,oBAAY,gBAAgB;IAC1B,aAAa,kBAAkB;IAC/B,gBAAgB,qBAAqB;CACtC;AAED,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,CAAC,gBAAgB,CAMhF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cud-module-settings.const.js","sourceRoot":"","sources":["../../../../src/_modules/custom-data/_collections/cud-module-settings.const.ts"],"names":[],"mappings":";;;AAGA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,mDAA+B,CAAA;IAC/B,yDAAqC,CAAA;AACvC,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAEY,QAAA,8BAA8B,GAA0C;IACnF,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE;QACT,CAAC,gBAAgB,CAAC,aAAa,CAAC,EAAE,gBAAgB;QAClD,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,OAAO;KAC7C;CACF,CAAC"}
|
package/build/_modules/custom-data/_models/{custom-data.data-model.d.ts → cud.data-model.d.ts}
RENAMED
|
@@ -6,4 +6,4 @@ export declare class DyFM_CustomData<T = any> extends DyFM_Metadata {
|
|
|
6
6
|
constructor(set?: DyFM_CustomData<T>);
|
|
7
7
|
}
|
|
8
8
|
export declare const DyFM_customDataModel_params: DyFM_DataModel_Params;
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=cud.data-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cud.data-model.d.ts","sourceRoot":"","sources":["../../../../src/_modules/custom-data/_models/cud.data-model.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACtB,MAAM,iEAAiE,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,kDAAkD,CAAC;AAEjF,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAC3C,qBAAa,eAAe,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,aAAa;IACzD,IAAI,CAAC,EAAE,CAAC,CAAC;gBAGP,GAAG,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;CAQ3B;AAGD,eAAO,MAAM,2BAA2B,EAAE,qBAMtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cud.data-model.js","sourceRoot":"","sources":["../../../../src/_modules/custom-data/_models/cud.data-model.ts"],"names":[],"mappings":";;;AACA,qHAEyE;AACzE,0FAAiF;AAGjF,MAAa,eAAyB,SAAQ,mCAAa;IACzD,IAAI,CAAK;IAET,YACE,GAAwB;QAExB,KAAK,CAAC,GAAG,CAAC,CAAC;QAEX,IAAI,GAAG,EAAE,CAAC;YACR,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC3B,CAAC;IACH,CAAC;CACF;AAZD,0CAYC;AAED,6CAA6C;AAChC,QAAA,2BAA2B,GACtC,IAAI,uDAAqB,CAAC;IACxB,QAAQ,EAAE,YAAY;IACtB,UAAU,EAAE;QACV,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE;KAChD;CACF,CAAC,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './_collections/
|
|
2
|
-
export * from './_models/
|
|
1
|
+
export * from './_collections/cud-module-settings.const';
|
|
2
|
+
export * from './_models/cud.data-model';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_modules/custom-data/index.ts"],"names":[],"mappings":"AAEA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/_modules/custom-data/index.ts"],"names":[],"mappings":"AAEA,cAAc,0CAA0C,CAAC;AAIzD,cAAc,0BAA0B,CAAC"}
|
|
@@ -2,7 +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("./_collections/
|
|
5
|
+
tslib_1.__exportStar(require("./_collections/cud-module-settings.const"), exports);
|
|
6
6
|
// MODELS
|
|
7
|
-
tslib_1.__exportStar(require("./_models/
|
|
7
|
+
tslib_1.__exportStar(require("./_models/cud.data-model"), exports);
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/custom-data/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_modules/custom-data/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,mFAAyD;AAGzD,SAAS;AACT,mEAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-country-divisions.const.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-country-divisions.const.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAGjF,eAAO,MAAM,qBAAqB,EAAE,oBAAoB,EACzB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_countryDivisions = void 0;
|
|
4
|
+
const loc_regions_util_1 = require("./loc-regions.util");
|
|
5
|
+
exports.DyFM_countryDivisions = loc_regions_util_1.DyFM_Regions?.divisions ?? [];
|
|
6
|
+
//# sourceMappingURL=loc-country-divisions.const.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-country-divisions.const.js","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-country-divisions.const.ts"],"names":[],"mappings":";;;AAKA,yDAAkD;AAErC,QAAA,qBAAqB,GAChC,+BAAY,EAAE,SAAS,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-country-isos.const.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-country-isos.const.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAGvE,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAAoC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DyFM_countryISOs = void 0;
|
|
4
|
+
const loc_regions_util_1 = require("./loc-regions.util");
|
|
5
|
+
exports.DyFM_countryISOs = loc_regions_util_1.DyFM_Regions?.countryISOs ?? [];
|
|
6
|
+
//# sourceMappingURL=loc-country-isos.const.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-country-isos.const.js","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-country-isos.const.ts"],"names":[],"mappings":";;;AAIA,yDAAkD;AAErC,QAAA,gBAAgB,GAAsB,+BAAY,EAAE,WAAW,IAAI,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DyFM_Region } from '../_enums/region.enum';
|
|
2
|
-
import { DyFM_CountryPhoneCode } from '../_models/country-phone-code.interface';
|
|
3
|
-
import { DyFM_CountryISO } from '../_models/country-iso.interface';
|
|
4
|
-
import { DyFM_CountryDivision } from '../_models/country-division.interface';
|
|
1
|
+
import { DyFM_Region } from '../_enums/loc-region.enum';
|
|
2
|
+
import { DyFM_CountryPhoneCode } from '../_models/loc-country-phone-code.interface';
|
|
3
|
+
import { DyFM_CountryISO } from '../_models/loc-country-iso.interface';
|
|
4
|
+
import { DyFM_CountryDivision } from '../_models/loc-country-division.interface';
|
|
5
5
|
export declare class DyFM_Regions {
|
|
6
6
|
static readonly divisions: DyFM_CountryDivision[];
|
|
7
7
|
static readonly phoneCodes: DyFM_CountryPhoneCode[];
|
|
@@ -13,4 +13,4 @@ export declare class DyFM_Regions {
|
|
|
13
13
|
static isoToRegion(iso2: string): DyFM_Region;
|
|
14
14
|
static isoToPhoneCode(iso2: string): DyFM_CountryPhoneCode;
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=regions.util.d.ts.map
|
|
16
|
+
//# sourceMappingURL=loc-regions.util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-regions.util.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-regions.util.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EACL,qBAAqB,EACtB,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAMjF,qBAAa,YAAY;IAEvB,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,oBAAoB,EAAE,CAAkC;IACnF,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,qBAAqB,EAAE,CAAmC;IACtF,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,eAAe,EAAE,CAAmC;IAEjF,OAAO,CAAC,MAAM,CAAC,eAAe;IAK9B,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAS/B,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAiB/B,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;IAcrD,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW;IAc7C,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,qBAAqB;CAa3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-regions.util.js","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc-regions.util.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DyFM_LocationCoordinates } from '../_models/
|
|
1
|
+
import { DyFM_LocationCoordinates } from '../_models/loc-coordinates.interface';
|
|
2
2
|
export declare class DyFM_Location {
|
|
3
3
|
static getDistanceInKilometres(from: DyFM_LocationCoordinates, to: DyFM_LocationCoordinates): number;
|
|
4
4
|
static getLocationDegByKilometers(latiOrLong: 'latitude' | 'longitude', distanceInKm: number, latitude?: number): number;
|
|
5
5
|
}
|
|
6
|
-
//# sourceMappingURL=
|
|
6
|
+
//# sourceMappingURL=loc.util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc.util.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc.util.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,wBAAwB,EACzB,MAAM,sCAAsC,CAAC;AAE9C,qBAAa,aAAa;IAExB,MAAM,CAAC,uBAAuB,CAC5B,IAAI,EAAE,wBAAwB,EAC9B,EAAE,EAAE,wBAAwB,GAC3B,MAAM;IAgBT,MAAM,CAAC,0BAA0B,CAC/B,UAAU,EAAE,UAAU,GAAG,WAAW,EACpC,YAAY,EAAE,MAAM,EACpB,QAAQ,CAAC,EAAE,MAAM,GAChB,MAAM;CAqBV"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc.util.js","sourceRoot":"","sources":["../../../../src/_modules/location/_collections/loc.util.ts"],"names":[],"mappings":";;;AACA,6FAAiF;AACjF,0FAAuF;AAKvF,MAAa,aAAa;IAExB,MAAM,CAAC,uBAAuB,CAC5B,IAA8B,EAC9B,EAA4B;QAG5B,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,aAAa;QAC7B,MAAM,EAAE,GAAG,qCAAiB,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3D,MAAM,EAAE,GAAG,qCAAiB,CAAC,cAAc,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;QACzD,MAAM,EAAE,GAAG,qCAAiB,CAAC,cAAc,CAAC,EAAE,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzE,MAAM,EAAE,GAAG,qCAAiB,CAAC,cAAc,CAAC,EAAE,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC;QAE3E,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;YACnC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;gBAC3B,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC;QAC9C,MAAM,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAEzD,OAAO,CAAC,GAAG,CAAC,CAAC;IACf,CAAC;IAED,MAAM,CAAC,0BAA0B,CAC/B,UAAoC,EACpC,YAAoB,EACpB,QAAiB;QAEjB,IAAI,UAAU,KAAK,UAAU,EAAE,CAAC;YAC9B,OAAO,YAAY,GAAG,OAAO,CAAC;QAChC,CAAC;aAAM,CAAC;YACN,IAAI,QAAQ,EAAE,CAAC;gBACb,OAAO,YAAY,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,qCAAiB,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC;YACzF,CAAC;iBAAM,CAAC;gBACN,MAAM,IAAI,gCAAU,CAAC;oBACnB,MAAM,EAAE,GAAG;oBACX,SAAS,EAAE,aAAa;oBACxB,cAAc,EAAE,IAAI;oBACpB,OAAO,EACL,kFAAkF;wBAClF,gBAAgB,UAAU,mBAAmB,YAAY,eAAe,QAAQ,GAAG;oBACrF,WAAW,EACT,4CAA4C;wBAC5C,kDAAkD;iBACrD,CAAC,CAAC;YACL,CAAC;QACH,CAAC;IACH,CAAC;CACF;AA9CD,sCA8CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-region.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-region.enum.ts"],"names":[],"mappings":"AAGA,oBAAY,WAAW;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-region.enum.js","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-region.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,WAMX;AAND,WAAY,WAAW;IACrB,gCAAiB,CAAA;IACjB,4BAAa,CAAA;IACb,gCAAiB,CAAA;IACjB,kCAAmB,CAAA;IACnB,oCAAqB,CAAA;AACvB,CAAC,EANW,WAAW,2BAAX,WAAW,QAMtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-sub-region.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-sub-region.enum.ts"],"names":[],"mappings":"AAGA,oBAAY,cAAc;IACxB,cAAc,oBAAoB;IAClC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,aAAa,mBAAmB;IAEhC,cAAc,oBAAoB;IAClC,gBAAgB,uBAAuB;IAEvC,eAAe,qBAAqB;IACpC,2BAA2B,oCAAoC;IAE/D,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAE9B,WAAW,iBAAiB;IAC5B,WAAW,iBAAiB;IAE5B,sBAAsB,8BAA8B;IACpD,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,SAAS,cAAc;CACxB"}
|
|
@@ -21,4 +21,4 @@ var DyFM_SubRegion;
|
|
|
21
21
|
DyFM_SubRegion["micronesia"] = "Micronesia";
|
|
22
22
|
DyFM_SubRegion["polynesia"] = "Polynesia";
|
|
23
23
|
})(DyFM_SubRegion || (exports.DyFM_SubRegion = DyFM_SubRegion = {}));
|
|
24
|
-
//# sourceMappingURL=sub-region.enum.js.map
|
|
24
|
+
//# sourceMappingURL=loc-sub-region.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-sub-region.enum.js","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-sub-region.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,cAuBX;AAvBD,WAAY,cAAc;IACxB,oDAAkC,CAAA;IAClC,oDAAkC,CAAA;IAClC,kDAAgC,CAAA;IAChC,kDAAgC,CAAA;IAEhC,oDAAkC,CAAA;IAClC,yDAAuC,CAAA;IAEvC,sDAAoC,CAAA;IACpC,iFAA+D,CAAA;IAE/D,yDAAuC,CAAA;IACvC,8CAA4B,CAAA;IAC5B,gDAA8B,CAAA;IAE9B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAE5B,sEAAoD,CAAA;IACpD,yCAAuB,CAAA;IACvB,2CAAyB,CAAA;IACzB,yCAAuB,CAAA;AACzB,CAAC,EAvBW,cAAc,8BAAd,cAAc,QAuBzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-subdivision-region-type.enum.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-subdivision-region-type.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,0BAA0B;IACpC,MAAM,IAAA;IACN,OAAO,IAAA;IACP,QAAQ,IAAA;IACR,UAAU,IAAA;IACV,MAAM,IAAA;IACN,IAAI,IAAA;IACJ,MAAM,IAAA;IACN,KAAK,IAAA;IACL,SAAS,IAAA;IACT,kBAAkB,IAAA;IAClB,UAAU,KAAA;IACV,KAAK,KAAA;IACL,QAAQ,KAAA;IACR,QAAQ,KAAA;IACR,WAAW,KAAA;IACX,UAAU,KAAA;IACV,mBAAmB,KAAA;IACnB,eAAe,KAAA;IACf,MAAM,KAAA;IACN,IAAI,KAAA;IACJ,MAAM,KAAA;IACN,OAAO,KAAA;IACP,UAAU,KAAA;IACV,kBAAkB,KAAA;IAClB,MAAM,KAAA;IACN,gBAAgB,KAAA;IAChB,2BAA2B,KAAA;IAC3B,eAAe,KAAA;IACf,kBAAkB,KAAA;IAClB,WAAW,KAAA;IACX,iBAAiB,KAAA;IACjB,iBAAiB,KAAA;IACjB,mBAAmB,KAAA;IACnB,cAAc,KAAA;IACd,cAAc,KAAA;IACd,aAAa,KAAA;IACb,kBAAkB,KAAA;IAClB,oBAAoB,KAAA;CAErB"}
|
|
@@ -43,4 +43,4 @@ var DyFM_SubdivisionRegionType;
|
|
|
43
43
|
DyFM_SubdivisionRegionType[DyFM_SubdivisionRegionType["overseasCollectivity"] = 37] = "overseasCollectivity";
|
|
44
44
|
// ... reduce specials // non-finished
|
|
45
45
|
})(DyFM_SubdivisionRegionType || (exports.DyFM_SubdivisionRegionType = DyFM_SubdivisionRegionType = {}));
|
|
46
|
-
//# sourceMappingURL=subdivision-region-type.enum.js.map
|
|
46
|
+
//# sourceMappingURL=loc-subdivision-region-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-subdivision-region-type.enum.js","sourceRoot":"","sources":["../../../../src/_modules/location/_enums/loc-subdivision-region-type.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,0BAwCX;AAxCD,WAAY,0BAA0B;IACpC,+EAAM,CAAA;IACN,iFAAO,CAAA;IACP,mFAAQ,CAAA;IACR,uFAAU,CAAA;IACV,+EAAM,CAAA;IACN,2EAAI,CAAA;IACJ,+EAAM,CAAA;IACN,6EAAK,CAAA;IACL,qFAAS,CAAA;IACT,uGAAkB,CAAA;IAClB,wFAAU,CAAA;IACV,8EAAK,CAAA;IACL,oFAAQ,CAAA;IACR,oFAAQ,CAAA;IACR,0FAAW,CAAA;IACX,wFAAU,CAAA;IACV,0GAAmB,CAAA;IACnB,kGAAe,CAAA;IACf,gFAAM,CAAA;IACN,4EAAI,CAAA;IACJ,gFAAM,CAAA;IACN,kFAAO,CAAA;IACP,wFAAU,CAAA;IACV,wGAAkB,CAAA;IAClB,gFAAM,CAAA;IACN,oGAAgB,CAAA;IAChB,0HAA2B,CAAA;IAC3B,kGAAe,CAAA;IACf,wGAAkB,CAAA;IAClB,0FAAW,CAAA;IACX,sGAAiB,CAAA;IACjB,sGAAiB,CAAA;IACjB,0GAAmB,CAAA;IACnB,gGAAc,CAAA;IACd,gGAAc,CAAA;IACd,8FAAa,CAAA;IACb,wGAAkB,CAAA;IAClB,4GAAoB,CAAA;IACpB,sCAAsC;AACxC,CAAC,EAxCW,0BAA0B,0CAA1B,0BAA0B,QAwCrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loc-coordinates.interface.d.ts","sourceRoot":"","sources":["../../../../src/_modules/location/_models/loc-coordinates.interface.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|