@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.
Files changed (621) hide show
  1. package/.eslintrc.json +1 -0
  2. package/BuildPackage.bat +1 -1
  3. package/build/_collections/constants/country-divisions.const.d.ts +3 -0
  4. package/build/_collections/constants/country-divisions.const.d.ts.map +1 -0
  5. package/build/_collections/constants/country-divisions.const.js +6 -0
  6. package/build/_collections/constants/country-divisions.const.js.map +1 -0
  7. package/build/_collections/constants/courtry-isos.const.d.ts +3 -0
  8. package/build/_collections/constants/courtry-isos.const.d.ts.map +1 -0
  9. package/build/_collections/constants/courtry-isos.const.js +6 -0
  10. package/build/_collections/constants/courtry-isos.const.js.map +1 -0
  11. package/build/_collections/constants/error-defaults.const.d.ts +3 -0
  12. package/build/_collections/constants/error-defaults.const.d.ts.map +1 -0
  13. package/build/_collections/constants/error-defaults.const.js.map +1 -0
  14. package/build/_collections/constants/index.d.ts +7 -0
  15. package/build/_collections/constants/index.d.ts.map +1 -0
  16. package/build/{_constants → _collections/constants}/index.js +4 -2
  17. package/build/_collections/constants/index.js.map +1 -0
  18. package/build/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.d.ts +1 -1
  19. package/build/_collections/constants/module-settings/custom-data-module-settings.const.d.ts.map +1 -0
  20. package/build/_collections/constants/module-settings/custom-data-module-settings.const.js.map +1 -0
  21. package/build/_collections/constants/module-settings/index.d.ts.map +1 -0
  22. package/build/_collections/constants/module-settings/index.js.map +1 -0
  23. package/build/{_constants → _collections/constants}/module-settings/test-module-settings.const.d.ts +1 -1
  24. package/build/_collections/constants/module-settings/test-module-settings.const.d.ts.map +1 -0
  25. package/build/_collections/constants/module-settings/test-module-settings.const.js.map +1 -0
  26. package/build/{_constants → _collections/constants}/module-settings/usage-module-settings.const.d.ts +1 -1
  27. package/build/_collections/constants/module-settings/usage-module-settings.const.d.ts.map +1 -0
  28. package/build/_collections/constants/module-settings/usage-module-settings.const.js.map +1 -0
  29. package/build/_collections/constants/pipe-transforms.const.d.ts +3 -0
  30. package/build/_collections/constants/pipe-transforms.const.d.ts.map +1 -0
  31. package/build/_collections/constants/pipe-transforms.const.js +29 -0
  32. package/build/_collections/constants/pipe-transforms.const.js.map +1 -0
  33. package/build/_collections/constants/times.const.d.ts.map +1 -0
  34. package/build/_collections/constants/times.const.js.map +1 -0
  35. package/build/_collections/index.d.ts +3 -0
  36. package/build/_collections/index.d.ts.map +1 -0
  37. package/build/_collections/index.js +6 -0
  38. package/build/_collections/index.js.map +1 -0
  39. package/build/{_utils → _collections/utils}/array.util.d.ts +8 -1
  40. package/build/_collections/utils/array.util.d.ts.map +1 -0
  41. package/build/{_utils → _collections/utils}/array.util.js +31 -0
  42. package/build/_collections/utils/array.util.js.map +1 -0
  43. package/build/_collections/utils/array.util.spec.d.ts.map +1 -0
  44. package/build/_collections/utils/array.util.spec.js.map +1 -0
  45. package/build/{_utils → _collections/utils}/index.d.ts +3 -6
  46. package/build/_collections/utils/index.d.ts.map +1 -0
  47. package/build/{_utils → _collections/utils}/index.js +3 -6
  48. package/build/_collections/utils/index.js.map +1 -0
  49. package/build/{_utils → _collections/utils}/location.util.d.ts +1 -1
  50. package/build/_collections/utils/location.util.d.ts.map +1 -0
  51. package/build/{_utils → _collections/utils}/location.util.js +2 -2
  52. package/build/_collections/utils/location.util.js.map +1 -0
  53. package/build/{_utils → _collections/utils}/log.util.d.ts +1 -1
  54. package/build/_collections/utils/log.util.d.ts.map +1 -0
  55. package/build/{_utils → _collections/utils}/log.util.js +1 -1
  56. package/build/_collections/utils/log.util.js.map +1 -0
  57. package/build/{_utils → _collections/utils/math}/box-bounds.util.d.ts +2 -0
  58. package/build/_collections/utils/math/box-bounds.util.d.ts.map +1 -0
  59. package/build/{_utils → _collections/utils/math}/box-bounds.util.js +7 -1
  60. package/build/_collections/utils/math/box-bounds.util.js.map +1 -0
  61. package/build/_collections/utils/math/index.d.ts +6 -0
  62. package/build/_collections/utils/math/index.d.ts.map +1 -0
  63. package/build/_collections/utils/math/index.js +9 -0
  64. package/build/_collections/utils/math/index.js.map +1 -0
  65. package/build/_collections/utils/math/math.util.d.ts.map +1 -0
  66. package/build/_collections/utils/math/math.util.js.map +1 -0
  67. package/build/{_utils → _collections/utils/math}/random.util.d.ts +1 -1
  68. package/build/_collections/utils/math/random.util.d.ts.map +1 -0
  69. package/build/_collections/utils/math/random.util.js.map +1 -0
  70. package/build/_collections/utils/math/trigonometry.util.d.ts.map +1 -0
  71. package/build/_collections/utils/math/trigonometry.util.js.map +1 -0
  72. package/build/_collections/utils/math/vector2.util.d.ts.map +1 -0
  73. package/build/_collections/utils/math/vector2.util.js.map +1 -0
  74. package/build/_collections/utils/pipe-transforms/country-pipe.util.d.ts +2 -0
  75. package/build/_collections/utils/pipe-transforms/country-pipe.util.d.ts.map +1 -0
  76. package/build/_collections/utils/pipe-transforms/country-pipe.util.js +10 -0
  77. package/build/_collections/utils/pipe-transforms/country-pipe.util.js.map +1 -0
  78. package/build/_collections/utils/pipe-transforms/custom-pipe.util.d.ts +2 -0
  79. package/build/_collections/utils/pipe-transforms/custom-pipe.util.d.ts.map +1 -0
  80. package/build/_collections/utils/pipe-transforms/custom-pipe.util.js +8 -0
  81. package/build/_collections/utils/pipe-transforms/custom-pipe.util.js.map +1 -0
  82. package/build/_collections/utils/pipe-transforms/division-pipe.util.d.ts +2 -0
  83. package/build/_collections/utils/pipe-transforms/division-pipe.util.d.ts.map +1 -0
  84. package/build/_collections/utils/pipe-transforms/division-pipe.util.js +12 -0
  85. package/build/_collections/utils/pipe-transforms/division-pipe.util.js.map +1 -0
  86. package/build/_collections/utils/pipe-transforms/index.d.ts +13 -0
  87. package/build/_collections/utils/pipe-transforms/index.d.ts.map +1 -0
  88. package/build/_collections/utils/pipe-transforms/index.js +16 -0
  89. package/build/_collections/utils/pipe-transforms/index.js.map +1 -0
  90. package/build/_collections/utils/pipe-transforms/list-pipe.util.d.ts +2 -0
  91. package/build/_collections/utils/pipe-transforms/list-pipe.util.d.ts.map +1 -0
  92. package/build/_collections/utils/pipe-transforms/list-pipe.util.js +8 -0
  93. package/build/_collections/utils/pipe-transforms/list-pipe.util.js.map +1 -0
  94. package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts +9 -0
  95. package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.d.ts.map +1 -0
  96. package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js +112 -0
  97. package/build/_collections/utils/pipe-transforms/multi-pipe-pipe.util.js.map +1 -0
  98. package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.d.ts +2 -0
  99. package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.d.ts.map +1 -0
  100. package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js +8 -0
  101. package/build/_collections/utils/pipe-transforms/obj-key-pipe.util.js.map +1 -0
  102. package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts +5 -0
  103. package/build/_collections/utils/pipe-transforms/range-pipe.util.d.ts.map +1 -0
  104. package/build/_collections/utils/pipe-transforms/range-pipe.util.js +57 -0
  105. package/build/_collections/utils/pipe-transforms/range-pipe.util.js.map +1 -0
  106. package/build/_collections/utils/pipe-transforms/region-pipe.util.d.ts +2 -0
  107. package/build/_collections/utils/pipe-transforms/region-pipe.util.d.ts.map +1 -0
  108. package/build/_collections/utils/pipe-transforms/region-pipe.util.js +10 -0
  109. package/build/_collections/utils/pipe-transforms/region-pipe.util.js.map +1 -0
  110. package/build/_collections/utils/pipe-transforms/replace-pipe.util.d.ts +2 -0
  111. package/build/_collections/utils/pipe-transforms/replace-pipe.util.d.ts.map +1 -0
  112. package/build/_collections/utils/pipe-transforms/replace-pipe.util.js +8 -0
  113. package/build/_collections/utils/pipe-transforms/replace-pipe.util.js.map +1 -0
  114. package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts +3 -0
  115. package/build/_collections/utils/pipe-transforms/slider-pipe.util.d.ts.map +1 -0
  116. package/build/_collections/utils/pipe-transforms/slider-pipe.util.js +17 -0
  117. package/build/_collections/utils/pipe-transforms/slider-pipe.util.js.map +1 -0
  118. package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.d.ts +6 -0
  119. package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.d.ts.map +1 -0
  120. package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js +36 -0
  121. package/build/_collections/utils/pipe-transforms/smart-replace-pipe.util.js.map +1 -0
  122. package/build/_collections/utils/regex/index.d.ts +4 -0
  123. package/build/_collections/utils/regex/index.d.ts.map +1 -0
  124. package/build/_collections/utils/regex/index.js +7 -0
  125. package/build/_collections/utils/regex/index.js.map +1 -0
  126. package/build/_collections/utils/regex/password-regex.util.d.ts.map +1 -0
  127. package/build/_collections/utils/regex/password-regex.util.js.map +1 -0
  128. package/build/_collections/utils/regex/regex.util.d.ts.map +1 -0
  129. package/build/_collections/utils/regex/regex.util.js.map +1 -0
  130. package/build/_collections/utils/regex/username-regex.util.d.ts.map +1 -0
  131. package/build/_collections/utils/regex/username-regex.util.js.map +1 -0
  132. package/build/{_utils → _collections/utils}/regions.util.d.ts +5 -5
  133. package/build/_collections/utils/regions.util.d.ts.map +1 -0
  134. package/build/{_utils → _collections/utils}/regions.util.js +16 -10
  135. package/build/_collections/utils/regions.util.js.map +1 -0
  136. package/build/_collections/utils/round-list.util.d.ts.map +1 -0
  137. package/build/_collections/utils/round-list.util.js.map +1 -0
  138. package/build/_collections/utils/shared.static-service.d.ts.map +1 -0
  139. package/build/_collections/utils/shared.static-service.js.map +1 -0
  140. package/build/{_utils → _collections/utils}/time.util.d.ts +10 -10
  141. package/build/_collections/utils/time.util.d.ts.map +1 -0
  142. package/build/{_utils → _collections/utils}/time.util.js +35 -35
  143. package/build/_collections/utils/time.util.js.map +1 -0
  144. package/build/_collections/utils/time.util.spec.d.ts +2 -0
  145. package/build/_collections/utils/time.util.spec.d.ts.map +1 -0
  146. package/build/_collections/utils/time.util.spec.js +38 -0
  147. package/build/_collections/utils/time.util.spec.js.map +1 -0
  148. package/build/_collections/utils/type-cloning-facility.util.d.ts.map +1 -0
  149. package/build/_collections/utils/type-cloning-facility.util.js.map +1 -0
  150. package/build/_collections/utils/utilities.util.d.ts.map +1 -0
  151. package/build/_collections/utils/utilities.util.js.map +1 -0
  152. package/build/_enums/index.d.ts +5 -7
  153. package/build/_enums/index.d.ts.map +1 -1
  154. package/build/_enums/index.js +6 -8
  155. package/build/_enums/index.js.map +1 -1
  156. package/build/_enums/location/index.d.ts +4 -0
  157. package/build/_enums/location/index.d.ts.map +1 -0
  158. package/build/_enums/location/index.js +7 -0
  159. package/build/_enums/location/index.js.map +1 -0
  160. package/build/_enums/location/region.enum.d.ts +8 -0
  161. package/build/_enums/location/region.enum.d.ts.map +1 -0
  162. package/build/_enums/location/region.enum.js +12 -0
  163. package/build/_enums/location/region.enum.js.map +1 -0
  164. package/build/_enums/location/sub-region.enum.d.ts +20 -0
  165. package/build/_enums/location/sub-region.enum.d.ts.map +1 -0
  166. package/build/_enums/location/sub-region.enum.js +24 -0
  167. package/build/_enums/location/sub-region.enum.js.map +1 -0
  168. package/build/_enums/location/subdivision-region-type.enum.d.ts +41 -0
  169. package/build/_enums/location/subdivision-region-type.enum.d.ts.map +1 -0
  170. package/build/_enums/location/subdivision-region-type.enum.js +46 -0
  171. package/build/_enums/location/subdivision-region-type.enum.js.map +1 -0
  172. package/build/_enums/pipe.enum.d.ts +25 -0
  173. package/build/_enums/pipe.enum.d.ts.map +1 -0
  174. package/build/_enums/pipe.enum.js +40 -0
  175. package/build/_enums/pipe.enum.js.map +1 -0
  176. package/build/_enums/range-pipe-setting.enum.d.ts +11 -0
  177. package/build/_enums/range-pipe-setting.enum.d.ts.map +1 -0
  178. package/build/_enums/range-pipe-setting.enum.js +15 -0
  179. package/build/_enums/range-pipe-setting.enum.js.map +1 -0
  180. package/build/_enums/time/day-of-week.enum.d.ts +14 -0
  181. package/build/_enums/time/day-of-week.enum.d.ts.map +1 -0
  182. package/build/_enums/time/day-of-week.enum.js +26 -0
  183. package/build/_enums/time/day-of-week.enum.js.map +1 -0
  184. package/build/_enums/time/index.d.ts +4 -0
  185. package/build/_enums/time/index.d.ts.map +1 -0
  186. package/build/_enums/time/index.js +7 -0
  187. package/build/_enums/time/index.js.map +1 -0
  188. package/build/_enums/time/month.enum.d.ts +15 -0
  189. package/build/_enums/time/month.enum.d.ts.map +1 -0
  190. package/build/_enums/time/month.enum.js +19 -0
  191. package/build/_enums/time/month.enum.js.map +1 -0
  192. package/build/_enums/time/relative-date.enum.d.ts +9 -0
  193. package/build/_enums/time/relative-date.enum.d.ts.map +1 -0
  194. package/build/_enums/time/relative-date.enum.js +13 -0
  195. package/build/_enums/time/relative-date.enum.js.map +1 -0
  196. package/build/_models/control-models/error.control-model.d.ts.map +1 -1
  197. package/build/_models/control-models/error.control-model.js +8 -4
  198. package/build/_models/control-models/error.control-model.js.map +1 -1
  199. package/build/_models/control-models/error.control-model.spec.js +2 -2
  200. package/build/_models/control-models/error.control-model.spec.js.map +1 -1
  201. package/build/_models/interfaces/location/country-iso.interface.d.ts +2 -2
  202. package/build/_models/interfaces/location/country-iso.interface.d.ts.map +1 -1
  203. package/build/_models/interfaces/location/division-region-data.interface.d.ts +1 -1
  204. package/build/_models/interfaces/location/division-region-data.interface.d.ts.map +1 -1
  205. package/build/_models/interfaces/multi-pipe-settings.type.d.ts +5 -0
  206. package/build/_models/interfaces/multi-pipe-settings.type.d.ts.map +1 -0
  207. package/build/_models/interfaces/multi-pipe-settings.type.js +3 -0
  208. package/build/_models/interfaces/multi-pipe-settings.type.js.map +1 -0
  209. package/build/_models/interfaces/{paged.interace.d.ts → paged.interface.d.ts} +1 -1
  210. package/build/_models/interfaces/paged.interface.d.ts.map +1 -0
  211. package/build/_models/interfaces/{paged.interace.js → paged.interface.js} +1 -1
  212. package/build/_models/interfaces/paged.interface.js.map +1 -0
  213. package/build/_models/interfaces/pipe-transforms.interface.d.ts +18 -0
  214. package/build/_models/interfaces/pipe-transforms.interface.d.ts.map +1 -0
  215. package/build/_models/interfaces/pipe-transforms.interface.js +4 -0
  216. package/build/_models/interfaces/pipe-transforms.interface.js.map +1 -0
  217. package/build/_modules/collections.index.d.ts +1 -1
  218. package/build/_modules/collections.index.d.ts.map +1 -1
  219. package/build/_modules/collections.index.js +1 -1
  220. package/build/_modules/collections.index.js.map +1 -1
  221. package/build/_modules/constants.index.d.ts +1 -1
  222. package/build/_modules/constants.index.d.ts.map +1 -1
  223. package/build/_modules/constants.index.js +1 -1
  224. package/build/_modules/constants.index.js.map +1 -1
  225. package/build/_modules/custom-data-module.index.d.ts +1 -1
  226. package/build/_modules/custom-data-module.index.d.ts.map +1 -1
  227. package/build/_modules/custom-data-module.index.js +1 -1
  228. package/build/_modules/custom-data-module.index.js.map +1 -1
  229. package/build/_modules/error-module.index.d.ts +1 -1
  230. package/build/_modules/error-module.index.d.ts.map +1 -1
  231. package/build/_modules/error-module.index.js +1 -1
  232. package/build/_modules/error-module.index.js.map +1 -1
  233. package/build/_modules/location.index.d.ts +5 -5
  234. package/build/_modules/location.index.d.ts.map +1 -1
  235. package/build/_modules/location.index.js +5 -5
  236. package/build/_modules/location.index.js.map +1 -1
  237. package/build/_modules/shared-service.index.d.ts +2 -2
  238. package/build/_modules/shared-service.index.d.ts.map +1 -1
  239. package/build/_modules/shared-service.index.js +2 -2
  240. package/build/_modules/shared-service.index.js.map +1 -1
  241. package/build/_modules/test-module.index.d.ts +1 -1
  242. package/build/_modules/test-module.index.d.ts.map +1 -1
  243. package/build/_modules/test-module.index.js +1 -1
  244. package/build/_modules/test-module.index.js.map +1 -1
  245. package/build/_modules/usage-module.index.d.ts +2 -2
  246. package/build/_modules/usage-module.index.d.ts.map +1 -1
  247. package/build/_modules/usage-module.index.js +2 -2
  248. package/build/_modules/usage-module.index.js.map +1 -1
  249. package/build/index.d.ts +1 -2
  250. package/build/index.d.ts.map +1 -1
  251. package/build/index.js +1 -3
  252. package/build/index.js.map +1 -1
  253. package/package.json +10 -19
  254. package/src/_collections/constants/country-divisions.const.ts +10 -0
  255. package/src/_collections/constants/courtry-isos.const.ts +8 -0
  256. package/src/{_constants → _collections/constants}/error-defaults.const.ts +1 -1
  257. package/src/_collections/constants/index.ts +15 -0
  258. package/src/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.ts +1 -1
  259. package/src/{_constants → _collections/constants}/module-settings/test-module-settings.const.ts +1 -1
  260. package/src/{_constants → _collections/constants}/module-settings/usage-module-settings.const.ts +1 -1
  261. package/src/_collections/constants/pipe-transforms.const.ts +35 -0
  262. package/src/_collections/index.ts +6 -0
  263. package/src/{_utils → _collections/utils}/array.util.ts +46 -1
  264. package/src/{_utils → _collections/utils}/index.ts +5 -6
  265. package/src/{_utils → _collections/utils}/location.util.ts +3 -3
  266. package/src/{_utils → _collections/utils}/log.util.ts +1 -1
  267. package/src/{_utils → _collections/utils/math}/box-bounds.util.ts +9 -1
  268. package/src/_collections/utils/math/index.ts +6 -0
  269. package/src/{_utils → _collections/utils/math}/random.util.ts +1 -1
  270. package/src/_collections/utils/pipe-transforms/country-pipe.util.ts +18 -0
  271. package/src/_collections/utils/pipe-transforms/custom-pipe.util.ts +9 -0
  272. package/src/_collections/utils/pipe-transforms/division-pipe.util.ts +22 -0
  273. package/src/_collections/utils/pipe-transforms/index.ts +16 -0
  274. package/src/_collections/utils/pipe-transforms/list-pipe.util.ts +14 -0
  275. package/src/_collections/utils/pipe-transforms/multi-pipe-pipe.util.ts +161 -0
  276. package/src/_collections/utils/pipe-transforms/obj-key-pipe.util.ts +9 -0
  277. package/src/_collections/utils/pipe-transforms/range-pipe.util.ts +94 -0
  278. package/src/_collections/utils/pipe-transforms/region-pipe.util.ts +18 -0
  279. package/src/_collections/utils/pipe-transforms/replace-pipe.util.ts +11 -0
  280. package/src/_collections/utils/pipe-transforms/slider-pipe.util.ts +20 -0
  281. package/src/_collections/utils/pipe-transforms/smart-replace-pipe.util.ts +71 -0
  282. package/src/_collections/utils/regex/index.ts +5 -0
  283. package/src/{_utils → _collections/utils}/regions.util.ts +20 -14
  284. package/src/_collections/utils/time.util.spec.ts +50 -0
  285. package/src/{_utils → _collections/utils}/time.util.ts +25 -22
  286. package/src/_enums/index.ts +8 -7
  287. package/src/_enums/location/index.ts +4 -0
  288. package/src/_enums/location/region.enum.ts +9 -0
  289. package/src/_enums/location/sub-region.enum.ts +26 -0
  290. package/src/_enums/location/subdivision-region-type.enum.ts +44 -0
  291. package/src/_enums/pipe.enum.ts +45 -0
  292. package/src/_enums/range-pipe-setting.enum.ts +11 -0
  293. package/src/_enums/time/day-of-week.enum.ts +28 -0
  294. package/src/_enums/time/index.ts +4 -0
  295. package/src/_enums/time/month.enum.ts +16 -0
  296. package/src/_enums/time/relative-date.enum.ts +13 -0
  297. package/src/_models/control-models/error.control-model.spec.ts +2 -2
  298. package/src/_models/control-models/error.control-model.ts +7 -4
  299. package/src/_models/interfaces/location/country-iso.interface.ts +2 -2
  300. package/src/_models/interfaces/location/division-region-data.interface.ts +1 -1
  301. package/src/_models/interfaces/multi-pipe-settings.type.ts +7 -0
  302. package/src/_models/interfaces/pipe-transforms.interface.ts +29 -0
  303. package/src/_modules/collections.index.ts +1 -1
  304. package/src/_modules/constants.index.ts +1 -1
  305. package/src/_modules/custom-data-module.index.ts +1 -1
  306. package/src/_modules/error-module.index.ts +1 -1
  307. package/src/_modules/location.index.ts +5 -5
  308. package/src/_modules/shared-service.index.ts +2 -2
  309. package/src/_modules/test-module.index.ts +1 -1
  310. package/src/_modules/usage-module.index.ts +2 -2
  311. package/src/index.ts +1 -4
  312. package/tsconfig.json +3 -2
  313. package/build/_constants/error-defaults.const.d.ts +0 -3
  314. package/build/_constants/error-defaults.const.d.ts.map +0 -1
  315. package/build/_constants/error-defaults.const.js.map +0 -1
  316. package/build/_constants/index.d.ts +0 -4
  317. package/build/_constants/index.d.ts.map +0 -1
  318. package/build/_constants/index.js.map +0 -1
  319. package/build/_constants/module-settings/custom-data-module-settings.const.d.ts.map +0 -1
  320. package/build/_constants/module-settings/custom-data-module-settings.const.js.map +0 -1
  321. package/build/_constants/module-settings/index.d.ts.map +0 -1
  322. package/build/_constants/module-settings/index.js.map +0 -1
  323. package/build/_constants/module-settings/test-module-settings.const.d.ts.map +0 -1
  324. package/build/_constants/module-settings/test-module-settings.const.js.map +0 -1
  325. package/build/_constants/module-settings/usage-module-settings.const.d.ts.map +0 -1
  326. package/build/_constants/module-settings/usage-module-settings.const.js.map +0 -1
  327. package/build/_constants/times.const.d.ts.map +0 -1
  328. package/build/_constants/times.const.js.map +0 -1
  329. package/build/_models/interfaces/paged.interace.d.ts.map +0 -1
  330. package/build/_models/interfaces/paged.interace.js.map +0 -1
  331. package/build/_utils/array.util.d.ts.map +0 -1
  332. package/build/_utils/array.util.js.map +0 -1
  333. package/build/_utils/array.util.spec.d.ts.map +0 -1
  334. package/build/_utils/array.util.spec.js.map +0 -1
  335. package/build/_utils/box-bounds.util.d.ts.map +0 -1
  336. package/build/_utils/box-bounds.util.js.map +0 -1
  337. package/build/_utils/index.d.ts.map +0 -1
  338. package/build/_utils/index.js.map +0 -1
  339. package/build/_utils/location.util.d.ts.map +0 -1
  340. package/build/_utils/location.util.js.map +0 -1
  341. package/build/_utils/log.util.d.ts.map +0 -1
  342. package/build/_utils/log.util.js.map +0 -1
  343. package/build/_utils/math.util.d.ts.map +0 -1
  344. package/build/_utils/math.util.js.map +0 -1
  345. package/build/_utils/random.util.d.ts.map +0 -1
  346. package/build/_utils/random.util.js.map +0 -1
  347. package/build/_utils/regex/password-regex.util.d.ts.map +0 -1
  348. package/build/_utils/regex/password-regex.util.js.map +0 -1
  349. package/build/_utils/regex/username-regex.util.d.ts.map +0 -1
  350. package/build/_utils/regex/username-regex.util.js.map +0 -1
  351. package/build/_utils/regex.util.d.ts.map +0 -1
  352. package/build/_utils/regex.util.js.map +0 -1
  353. package/build/_utils/regions.util.d.ts.map +0 -1
  354. package/build/_utils/regions.util.js.map +0 -1
  355. package/build/_utils/round-list.util.d.ts.map +0 -1
  356. package/build/_utils/round-list.util.js.map +0 -1
  357. package/build/_utils/shared.static-service.d.ts.map +0 -1
  358. package/build/_utils/shared.static-service.js.map +0 -1
  359. package/build/_utils/time.util.d.ts.map +0 -1
  360. package/build/_utils/time.util.js.map +0 -1
  361. package/build/_utils/trigonometry.util.d.ts.map +0 -1
  362. package/build/_utils/trigonometry.util.js.map +0 -1
  363. package/build/_utils/type-cloning-facility.util.d.ts.map +0 -1
  364. package/build/_utils/type-cloning-facility.util.js.map +0 -1
  365. package/build/_utils/utilities.util.d.ts.map +0 -1
  366. package/build/_utils/utilities.util.js.map +0 -1
  367. package/build/_utils/vector2.util.d.ts.map +0 -1
  368. package/build/_utils/vector2.util.js.map +0 -1
  369. package/build/tsconfig.tsbuildinfo +0 -1
  370. package/src/_constants/index.ts +0 -9
  371. /package/build/{_constants → _collections/assets}/location/country-codes-ISO-3166.json +0 -0
  372. /package/build/{_constants → _collections/assets}/location/country-divisions-ISO-3166-all-list.json +0 -0
  373. /package/build/{_constants → _collections/assets}/location/country-phone-codes.json +0 -0
  374. /package/build/{_constants → _collections/constants}/error-defaults.const.js +0 -0
  375. /package/build/{_constants → _collections/constants}/module-settings/custom-data-module-settings.const.js +0 -0
  376. /package/build/{_constants → _collections/constants}/module-settings/index.d.ts +0 -0
  377. /package/build/{_constants → _collections/constants}/module-settings/index.js +0 -0
  378. /package/build/{_constants → _collections/constants}/module-settings/test-module-settings.const.js +0 -0
  379. /package/build/{_constants → _collections/constants}/module-settings/usage-module-settings.const.js +0 -0
  380. /package/build/{_constants → _collections/constants}/times.const.d.ts +0 -0
  381. /package/build/{_constants → _collections/constants}/times.const.js +0 -0
  382. /package/build/{_utils → _collections/utils}/array.util.spec.d.ts +0 -0
  383. /package/build/{_utils → _collections/utils}/array.util.spec.js +0 -0
  384. /package/build/{_utils → _collections/utils/math}/math.util.d.ts +0 -0
  385. /package/build/{_utils → _collections/utils/math}/math.util.js +0 -0
  386. /package/build/{_utils → _collections/utils/math}/random.util.js +0 -0
  387. /package/build/{_utils → _collections/utils/math}/trigonometry.util.d.ts +0 -0
  388. /package/build/{_utils → _collections/utils/math}/trigonometry.util.js +0 -0
  389. /package/build/{_utils → _collections/utils/math}/vector2.util.d.ts +0 -0
  390. /package/build/{_utils → _collections/utils/math}/vector2.util.js +0 -0
  391. /package/build/{_utils → _collections/utils}/regex/password-regex.util.d.ts +0 -0
  392. /package/build/{_utils → _collections/utils}/regex/password-regex.util.js +0 -0
  393. /package/build/{_utils → _collections/utils/regex}/regex.util.d.ts +0 -0
  394. /package/build/{_utils → _collections/utils/regex}/regex.util.js +0 -0
  395. /package/build/{_utils → _collections/utils}/regex/username-regex.util.d.ts +0 -0
  396. /package/build/{_utils → _collections/utils}/regex/username-regex.util.js +0 -0
  397. /package/build/{_utils → _collections/utils}/round-list.util.d.ts +0 -0
  398. /package/build/{_utils → _collections/utils}/round-list.util.js +0 -0
  399. /package/build/{_utils → _collections/utils}/shared.static-service.d.ts +0 -0
  400. /package/build/{_utils → _collections/utils}/shared.static-service.js +0 -0
  401. /package/build/{_utils → _collections/utils}/type-cloning-facility.util.d.ts +0 -0
  402. /package/build/{_utils → _collections/utils}/type-cloning-facility.util.js +0 -0
  403. /package/build/{_utils → _collections/utils}/utilities.util.d.ts +0 -0
  404. /package/build/{_utils → _collections/utils}/utilities.util.js +0 -0
  405. /package/src/{_constants → _collections/assets}/location/country-codes-ISO-3166.json +0 -0
  406. /package/src/{_constants → _collections/assets}/location/country-divisions-ISO-3166-all-list.json +0 -0
  407. /package/src/{_constants → _collections/assets}/location/country-divisions-ISO-3166.json +0 -0
  408. /package/src/{_constants → _collections/assets}/location/country-phone-codes.json +0 -0
  409. /package/src/{_constants → _collections/assets}/location/country-subdivisions/afghanistan.json +0 -0
  410. /package/src/{_constants → _collections/assets}/location/country-subdivisions/albania.json +0 -0
  411. /package/src/{_constants → _collections/assets}/location/country-subdivisions/algeria.json +0 -0
  412. /package/src/{_constants → _collections/assets}/location/country-subdivisions/andorra.json +0 -0
  413. /package/src/{_constants → _collections/assets}/location/country-subdivisions/angola.json +0 -0
  414. /package/src/{_constants → _collections/assets}/location/country-subdivisions/antigua-and-barbuda.json +0 -0
  415. /package/src/{_constants → _collections/assets}/location/country-subdivisions/argentina.json +0 -0
  416. /package/src/{_constants → _collections/assets}/location/country-subdivisions/armenia.json +0 -0
  417. /package/src/{_constants → _collections/assets}/location/country-subdivisions/australia.json +0 -0
  418. /package/src/{_constants → _collections/assets}/location/country-subdivisions/austria.json +0 -0
  419. /package/src/{_constants → _collections/assets}/location/country-subdivisions/azerbaijan.json +0 -0
  420. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bahamas.json +0 -0
  421. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bahrain.json +0 -0
  422. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bangladesh.json +0 -0
  423. /package/src/{_constants → _collections/assets}/location/country-subdivisions/barbados.json +0 -0
  424. /package/src/{_constants → _collections/assets}/location/country-subdivisions/belarus.json +0 -0
  425. /package/src/{_constants → _collections/assets}/location/country-subdivisions/belgium.json +0 -0
  426. /package/src/{_constants → _collections/assets}/location/country-subdivisions/belize.json +0 -0
  427. /package/src/{_constants → _collections/assets}/location/country-subdivisions/benin.json +0 -0
  428. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bhutan.json +0 -0
  429. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bolivia.json +0 -0
  430. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bosnia-and-herzegovina.json +0 -0
  431. /package/src/{_constants → _collections/assets}/location/country-subdivisions/botswana.json +0 -0
  432. /package/src/{_constants → _collections/assets}/location/country-subdivisions/brazil.json +0 -0
  433. /package/src/{_constants → _collections/assets}/location/country-subdivisions/brunei-darussalam.json +0 -0
  434. /package/src/{_constants → _collections/assets}/location/country-subdivisions/bulgaria.json +0 -0
  435. /package/src/{_constants → _collections/assets}/location/country-subdivisions/burkina-faso.json +0 -0
  436. /package/src/{_constants → _collections/assets}/location/country-subdivisions/burundi.json +0 -0
  437. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cambodia.json +0 -0
  438. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cameroon.json +0 -0
  439. /package/src/{_constants → _collections/assets}/location/country-subdivisions/canada.json +0 -0
  440. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cape-verde.json +0 -0
  441. /package/src/{_constants → _collections/assets}/location/country-subdivisions/central-african-republic.json +0 -0
  442. /package/src/{_constants → _collections/assets}/location/country-subdivisions/chad.json +0 -0
  443. /package/src/{_constants → _collections/assets}/location/country-subdivisions/chile.json +0 -0
  444. /package/src/{_constants → _collections/assets}/location/country-subdivisions/china.json +0 -0
  445. /package/src/{_constants → _collections/assets}/location/country-subdivisions/colombia.json +0 -0
  446. /package/src/{_constants → _collections/assets}/location/country-subdivisions/comoros.json +0 -0
  447. /package/src/{_constants → _collections/assets}/location/country-subdivisions/congo-the-democratic-republic-of-the.json +0 -0
  448. /package/src/{_constants → _collections/assets}/location/country-subdivisions/congo.json +0 -0
  449. /package/src/{_constants → _collections/assets}/location/country-subdivisions/costa-rica.json +0 -0
  450. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cote-d-ivoire-republic-of.json +0 -0
  451. /package/src/{_constants → _collections/assets}/location/country-subdivisions/croatia.json +0 -0
  452. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cuba.json +0 -0
  453. /package/src/{_constants → _collections/assets}/location/country-subdivisions/cyprus.json +0 -0
  454. /package/src/{_constants → _collections/assets}/location/country-subdivisions/czech-republic.json +0 -0
  455. /package/src/{_constants → _collections/assets}/location/country-subdivisions/denmark.json +0 -0
  456. /package/src/{_constants → _collections/assets}/location/country-subdivisions/djibouti.json +0 -0
  457. /package/src/{_constants → _collections/assets}/location/country-subdivisions/dominica.json +0 -0
  458. /package/src/{_constants → _collections/assets}/location/country-subdivisions/dominican-republic.json +0 -0
  459. /package/src/{_constants → _collections/assets}/location/country-subdivisions/ecuador.json +0 -0
  460. /package/src/{_constants → _collections/assets}/location/country-subdivisions/egypt.json +0 -0
  461. /package/src/{_constants → _collections/assets}/location/country-subdivisions/el-salvador.json +0 -0
  462. /package/src/{_constants → _collections/assets}/location/country-subdivisions/equatorial-guinea.json +0 -0
  463. /package/src/{_constants → _collections/assets}/location/country-subdivisions/eritrea.json +0 -0
  464. /package/src/{_constants → _collections/assets}/location/country-subdivisions/estonia.json +0 -0
  465. /package/src/{_constants → _collections/assets}/location/country-subdivisions/ethiopia.json +0 -0
  466. /package/src/{_constants → _collections/assets}/location/country-subdivisions/fiji.json +0 -0
  467. /package/src/{_constants → _collections/assets}/location/country-subdivisions/finland.json +0 -0
  468. /package/src/{_constants → _collections/assets}/location/country-subdivisions/france.json +0 -0
  469. /package/src/{_constants → _collections/assets}/location/country-subdivisions/gabon.json +0 -0
  470. /package/src/{_constants → _collections/assets}/location/country-subdivisions/gambia.json +0 -0
  471. /package/src/{_constants → _collections/assets}/location/country-subdivisions/georgia.json +0 -0
  472. /package/src/{_constants → _collections/assets}/location/country-subdivisions/germany.json +0 -0
  473. /package/src/{_constants → _collections/assets}/location/country-subdivisions/ghana.json +0 -0
  474. /package/src/{_constants → _collections/assets}/location/country-subdivisions/greece.json +0 -0
  475. /package/src/{_constants → _collections/assets}/location/country-subdivisions/greenland.json +0 -0
  476. /package/src/{_constants → _collections/assets}/location/country-subdivisions/grenada.json +0 -0
  477. /package/src/{_constants → _collections/assets}/location/country-subdivisions/guatemala.json +0 -0
  478. /package/src/{_constants → _collections/assets}/location/country-subdivisions/guinea-bissau.json +0 -0
  479. /package/src/{_constants → _collections/assets}/location/country-subdivisions/guinea.json +0 -0
  480. /package/src/{_constants → _collections/assets}/location/country-subdivisions/guyana.json +0 -0
  481. /package/src/{_constants → _collections/assets}/location/country-subdivisions/haiti.json +0 -0
  482. /package/src/{_constants → _collections/assets}/location/country-subdivisions/honduras.json +0 -0
  483. /package/src/{_constants → _collections/assets}/location/country-subdivisions/hong-kong.json +0 -0
  484. /package/src/{_constants → _collections/assets}/location/country-subdivisions/hungary.json +0 -0
  485. /package/src/{_constants → _collections/assets}/location/country-subdivisions/iceland.json +0 -0
  486. /package/src/{_constants → _collections/assets}/location/country-subdivisions/india.json +0 -0
  487. /package/src/{_constants → _collections/assets}/location/country-subdivisions/indonesia.json +0 -0
  488. /package/src/{_constants → _collections/assets}/location/country-subdivisions/iran-islamic-republic-of.json +0 -0
  489. /package/src/{_constants → _collections/assets}/location/country-subdivisions/iraq.json +0 -0
  490. /package/src/{_constants → _collections/assets}/location/country-subdivisions/ireland.json +0 -0
  491. /package/src/{_constants → _collections/assets}/location/country-subdivisions/israel.json +0 -0
  492. /package/src/{_constants → _collections/assets}/location/country-subdivisions/italy.json +0 -0
  493. /package/src/{_constants → _collections/assets}/location/country-subdivisions/jamaica.json +0 -0
  494. /package/src/{_constants → _collections/assets}/location/country-subdivisions/japan.json +0 -0
  495. /package/src/{_constants → _collections/assets}/location/country-subdivisions/jordan.json +0 -0
  496. /package/src/{_constants → _collections/assets}/location/country-subdivisions/kazakhstan.json +0 -0
  497. /package/src/{_constants → _collections/assets}/location/country-subdivisions/kenya.json +0 -0
  498. /package/src/{_constants → _collections/assets}/location/country-subdivisions/kiribati.json +0 -0
  499. /package/src/{_constants → _collections/assets}/location/country-subdivisions/korea-democratic-people-s-republic-of.json +0 -0
  500. /package/src/{_constants → _collections/assets}/location/country-subdivisions/korea-republic-of.json +0 -0
  501. /package/src/{_constants → _collections/assets}/location/country-subdivisions/kuwait.json +0 -0
  502. /package/src/{_constants → _collections/assets}/location/country-subdivisions/kyrgyzstan.json +0 -0
  503. /package/src/{_constants → _collections/assets}/location/country-subdivisions/lao-people-s-democratic-republic.json +0 -0
  504. /package/src/{_constants → _collections/assets}/location/country-subdivisions/latvia.json +0 -0
  505. /package/src/{_constants → _collections/assets}/location/country-subdivisions/lebanon.json +0 -0
  506. /package/src/{_constants → _collections/assets}/location/country-subdivisions/lesotho.json +0 -0
  507. /package/src/{_constants → _collections/assets}/location/country-subdivisions/liberia.json +0 -0
  508. /package/src/{_constants → _collections/assets}/location/country-subdivisions/libyan-arab-jamahiriya.json +0 -0
  509. /package/src/{_constants → _collections/assets}/location/country-subdivisions/liechtenstein.json +0 -0
  510. /package/src/{_constants → _collections/assets}/location/country-subdivisions/lithuania.json +0 -0
  511. /package/src/{_constants → _collections/assets}/location/country-subdivisions/luxembourg.json +0 -0
  512. /package/src/{_constants → _collections/assets}/location/country-subdivisions/macedonia-the-former-yugoslav-republic-of.json +0 -0
  513. /package/src/{_constants → _collections/assets}/location/country-subdivisions/madagascar.json +0 -0
  514. /package/src/{_constants → _collections/assets}/location/country-subdivisions/malawi.json +0 -0
  515. /package/src/{_constants → _collections/assets}/location/country-subdivisions/malaysia.json +0 -0
  516. /package/src/{_constants → _collections/assets}/location/country-subdivisions/maldives.json +0 -0
  517. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mali.json +0 -0
  518. /package/src/{_constants → _collections/assets}/location/country-subdivisions/malta.json +0 -0
  519. /package/src/{_constants → _collections/assets}/location/country-subdivisions/marshall-islands.json +0 -0
  520. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mauritania.json +0 -0
  521. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mauritius.json +0 -0
  522. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mexico.json +0 -0
  523. /package/src/{_constants → _collections/assets}/location/country-subdivisions/micronesia-federated-states-of.json +0 -0
  524. /package/src/{_constants → _collections/assets}/location/country-subdivisions/moldova-republic-of.json +0 -0
  525. /package/src/{_constants → _collections/assets}/location/country-subdivisions/monaco.json +0 -0
  526. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mongolia.json +0 -0
  527. /package/src/{_constants → _collections/assets}/location/country-subdivisions/montenegro.json +0 -0
  528. /package/src/{_constants → _collections/assets}/location/country-subdivisions/morocco.json +0 -0
  529. /package/src/{_constants → _collections/assets}/location/country-subdivisions/mozambique.json +0 -0
  530. /package/src/{_constants → _collections/assets}/location/country-subdivisions/myanmar.json +0 -0
  531. /package/src/{_constants → _collections/assets}/location/country-subdivisions/namibia.json +0 -0
  532. /package/src/{_constants → _collections/assets}/location/country-subdivisions/nauru.json +0 -0
  533. /package/src/{_constants → _collections/assets}/location/country-subdivisions/nepal.json +0 -0
  534. /package/src/{_constants → _collections/assets}/location/country-subdivisions/netherlands.json +0 -0
  535. /package/src/{_constants → _collections/assets}/location/country-subdivisions/new-zealand.json +0 -0
  536. /package/src/{_constants → _collections/assets}/location/country-subdivisions/nicaragua.json +0 -0
  537. /package/src/{_constants → _collections/assets}/location/country-subdivisions/niger.json +0 -0
  538. /package/src/{_constants → _collections/assets}/location/country-subdivisions/nigeria.json +0 -0
  539. /package/src/{_constants → _collections/assets}/location/country-subdivisions/norway.json +0 -0
  540. /package/src/{_constants → _collections/assets}/location/country-subdivisions/oman.json +0 -0
  541. /package/src/{_constants → _collections/assets}/location/country-subdivisions/pakistan.json +0 -0
  542. /package/src/{_constants → _collections/assets}/location/country-subdivisions/palau.json +0 -0
  543. /package/src/{_constants → _collections/assets}/location/country-subdivisions/palestinian-territory-occupied.json +0 -0
  544. /package/src/{_constants → _collections/assets}/location/country-subdivisions/panama.json +0 -0
  545. /package/src/{_constants → _collections/assets}/location/country-subdivisions/papua-new-guinea.json +0 -0
  546. /package/src/{_constants → _collections/assets}/location/country-subdivisions/paraguay.json +0 -0
  547. /package/src/{_constants → _collections/assets}/location/country-subdivisions/peru.json +0 -0
  548. /package/src/{_constants → _collections/assets}/location/country-subdivisions/philippines.json +0 -0
  549. /package/src/{_constants → _collections/assets}/location/country-subdivisions/poland.json +0 -0
  550. /package/src/{_constants → _collections/assets}/location/country-subdivisions/portugal.json +0 -0
  551. /package/src/{_constants → _collections/assets}/location/country-subdivisions/qatar.json +0 -0
  552. /package/src/{_constants → _collections/assets}/location/country-subdivisions/romania.json +0 -0
  553. /package/src/{_constants → _collections/assets}/location/country-subdivisions/russian-federation.json +0 -0
  554. /package/src/{_constants → _collections/assets}/location/country-subdivisions/rwanda.json +0 -0
  555. /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-helena-ascension-and-tristan-da-cunha.json +0 -0
  556. /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-kitts-and-nevis.json +0 -0
  557. /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-lucia.json +0 -0
  558. /package/src/{_constants → _collections/assets}/location/country-subdivisions/saint-vincent-and-the-grenadines.json +0 -0
  559. /package/src/{_constants → _collections/assets}/location/country-subdivisions/samoa.json +0 -0
  560. /package/src/{_constants → _collections/assets}/location/country-subdivisions/san-marino.json +0 -0
  561. /package/src/{_constants → _collections/assets}/location/country-subdivisions/sao-tome-and-principe.json +0 -0
  562. /package/src/{_constants → _collections/assets}/location/country-subdivisions/saudi-arabia.json +0 -0
  563. /package/src/{_constants → _collections/assets}/location/country-subdivisions/senegal.json +0 -0
  564. /package/src/{_constants → _collections/assets}/location/country-subdivisions/serbia.json +0 -0
  565. /package/src/{_constants → _collections/assets}/location/country-subdivisions/seychelles.json +0 -0
  566. /package/src/{_constants → _collections/assets}/location/country-subdivisions/sierra-leone.json +0 -0
  567. /package/src/{_constants → _collections/assets}/location/country-subdivisions/singapore.json +0 -0
  568. /package/src/{_constants → _collections/assets}/location/country-subdivisions/slovakia.json +0 -0
  569. /package/src/{_constants → _collections/assets}/location/country-subdivisions/slovenia.json +0 -0
  570. /package/src/{_constants → _collections/assets}/location/country-subdivisions/solomon-islands.json +0 -0
  571. /package/src/{_constants → _collections/assets}/location/country-subdivisions/somalia.json +0 -0
  572. /package/src/{_constants → _collections/assets}/location/country-subdivisions/south-africa.json +0 -0
  573. /package/src/{_constants → _collections/assets}/location/country-subdivisions/south-sudan.json +0 -0
  574. /package/src/{_constants → _collections/assets}/location/country-subdivisions/spain.json +0 -0
  575. /package/src/{_constants → _collections/assets}/location/country-subdivisions/sri-lanka.json +0 -0
  576. /package/src/{_constants → _collections/assets}/location/country-subdivisions/sudan.json +0 -0
  577. /package/src/{_constants → _collections/assets}/location/country-subdivisions/suriname.json +0 -0
  578. /package/src/{_constants → _collections/assets}/location/country-subdivisions/swaziland.json +0 -0
  579. /package/src/{_constants → _collections/assets}/location/country-subdivisions/sweden.json +0 -0
  580. /package/src/{_constants → _collections/assets}/location/country-subdivisions/switzerland.json +0 -0
  581. /package/src/{_constants → _collections/assets}/location/country-subdivisions/syrian-arab-republic.json +0 -0
  582. /package/src/{_constants → _collections/assets}/location/country-subdivisions/taiwan-province-of-china.json +0 -0
  583. /package/src/{_constants → _collections/assets}/location/country-subdivisions/tajikistan.json +0 -0
  584. /package/src/{_constants → _collections/assets}/location/country-subdivisions/tanzania-united-republic-of.json +0 -0
  585. /package/src/{_constants → _collections/assets}/location/country-subdivisions/thailand.json +0 -0
  586. /package/src/{_constants → _collections/assets}/location/country-subdivisions/timor-leste.json +0 -0
  587. /package/src/{_constants → _collections/assets}/location/country-subdivisions/togo.json +0 -0
  588. /package/src/{_constants → _collections/assets}/location/country-subdivisions/tonga.json +0 -0
  589. /package/src/{_constants → _collections/assets}/location/country-subdivisions/trinidad-and-tobago.json +0 -0
  590. /package/src/{_constants → _collections/assets}/location/country-subdivisions/tunisia.json +0 -0
  591. /package/src/{_constants → _collections/assets}/location/country-subdivisions/turkey.json +0 -0
  592. /package/src/{_constants → _collections/assets}/location/country-subdivisions/turkmenistan.json +0 -0
  593. /package/src/{_constants → _collections/assets}/location/country-subdivisions/tuvalu.json +0 -0
  594. /package/src/{_constants → _collections/assets}/location/country-subdivisions/uganda.json +0 -0
  595. /package/src/{_constants → _collections/assets}/location/country-subdivisions/ukraine.json +0 -0
  596. /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-arab-emirates.json +0 -0
  597. /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-kingdom.json +0 -0
  598. /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-states-minor-outlying-islands.json +0 -0
  599. /package/src/{_constants → _collections/assets}/location/country-subdivisions/united-states.json +0 -0
  600. /package/src/{_constants → _collections/assets}/location/country-subdivisions/uruguay.json +0 -0
  601. /package/src/{_constants → _collections/assets}/location/country-subdivisions/uzbekistan.json +0 -0
  602. /package/src/{_constants → _collections/assets}/location/country-subdivisions/vanuatu.json +0 -0
  603. /package/src/{_constants → _collections/assets}/location/country-subdivisions/venezuela.json +0 -0
  604. /package/src/{_constants → _collections/assets}/location/country-subdivisions/viet-nam.json +0 -0
  605. /package/src/{_constants → _collections/assets}/location/country-subdivisions/yemen.json +0 -0
  606. /package/src/{_constants → _collections/assets}/location/country-subdivisions/zambia.json +0 -0
  607. /package/src/{_constants → _collections/assets}/location/country-subdivisions/zimbabwe.json +0 -0
  608. /package/src/{_constants → _collections/constants}/module-settings/index.ts +0 -0
  609. /package/src/{_constants → _collections/constants}/times.const.ts +0 -0
  610. /package/src/{_utils → _collections/utils}/array.util.spec.ts +0 -0
  611. /package/src/{_utils → _collections/utils/math}/math.util.ts +0 -0
  612. /package/src/{_utils → _collections/utils/math}/trigonometry.util.ts +0 -0
  613. /package/src/{_utils → _collections/utils/math}/vector2.util.ts +0 -0
  614. /package/src/{_utils → _collections/utils}/regex/password-regex.util.ts +0 -0
  615. /package/src/{_utils → _collections/utils/regex}/regex.util.ts +0 -0
  616. /package/src/{_utils → _collections/utils}/regex/username-regex.util.ts +0 -0
  617. /package/src/{_utils → _collections/utils}/round-list.util.ts +0 -0
  618. /package/src/{_utils → _collections/utils}/shared.static-service.ts +0 -0
  619. /package/src/{_utils → _collections/utils}/type-cloning-facility.util.ts +0 -0
  620. /package/src/{_utils → _collections/utils}/utilities.util.ts +0 -0
  621. /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,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const pipe_enum_1 = require("../../_enums/pipe.enum");
4
+ //# sourceMappingURL=pipe-transforms.interface.js.map
@@ -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 '../_utils';
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,WAAW,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("../_utils"), exports);
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,oDAA0B"}
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 '../_constants';
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,eAAe,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("../_constants"), exports);
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,wDAA8B"}
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 '../_constants/module-settings/custom-data-module-settings.const';
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,iEAAiE,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("../_constants/module-settings/custom-data-module-settings.const"), exports);
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,0GAAgF"}
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 '../_constants/error-defaults.const';
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,oCAAoC,CAAC;AACnD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4BAA4B,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("../_constants/error-defaults.const"), exports);
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,6EAAmD;AACnD,yFAA+D;AAC/D,qEAA2C"}
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 '../_utils/location.util';
6
- export * from '../_utils/regions.util';
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,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAGvD,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,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("../_utils/location.util"), exports);
12
- tslib_1.__exportStar(require("../_utils/regions.util"), exports);
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,gEAAsC;AACtC,oEAA0C;AAC1C,iFAAuD;AAEvD,QAAQ;AACR,kEAAwC;AACxC,iEAAuC"}
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 '../_utils/shared.static-service';
2
- export * from '../_constants/times.const';
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,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+DAA+D,CAAC;AAC9E,cAAc,0DAA0D,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("../_utils/shared.static-service"), exports);
6
- tslib_1.__exportStar(require("../_constants/times.const"), exports);
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,0EAAgD;AAChD,oEAA0C;AAC1C,mEAAyC;AACzC,wFAA8D;AAC9D,uFAA6D;AAC7D,wGAA8E;AAC9E,mGAAyE"}
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 '../_constants/module-settings/test-module-settings.const';
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,0DAA0D,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("../_constants/module-settings/test-module-settings.const"), exports);
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,mGAAyE"}
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 '../_constants/module-settings/usage-module-settings.const';
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,2DAA2D,CAAC;AAC1E,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,sDAAsD,CAAC;AACrE,cAAc,8BAA8B,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("../_constants/module-settings/usage-module-settings.const"), exports);
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,oGAA0E;AAC1E,6FAAmE;AACnE,mGAAyE;AACzE,+FAAqE;AACrE,uEAA6C"}
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
@@ -1,5 +1,4 @@
1
- export * from './_utils';
2
- export * from './_constants';
1
+ export * from './_collections';
3
2
  export * from './_enums';
4
3
  export * from './_models';
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AAGzB,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,cAAc,WAAW,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("./_utils"), exports);
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,cAAc;AACd,mDAAyB;AAEzB,YAAY;AACZ,uDAA6B;AAE7B,QAAQ;AACR,mDAAyB;AAEzB,SAAS;AACT,oDAA0B"}
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.06",
4
- "description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Ltd.",
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": "pnpm i pnpm -g && npm i rimraf nodemon -g",
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/_constants/index.js",
35
- "module": "./build/_constants/index.js",
36
- "types": "./build/_constants/index.d.ts",
37
- "typings": "./build/_constants/index.d.ts"
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/_constants/index.d.ts"
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.0"
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.1.3"
139
+ "typescript": "^5.3.3"
149
140
  },
150
141
  "devDependencies": {
151
142
  "@types/jasmine": "^4.3.5",
@@ -0,0 +1,10 @@
1
+
2
+
3
+
4
+
5
+ import { DynamoFM_CountryDivision } from '../../_models';
6
+ import { DynamoFM_Regions } from '../utils';
7
+
8
+ export const DynamoFM_countryDivisions: DynamoFM_CountryDivision[] =
9
+ DynamoFM_Regions?.divisions ?? [];
10
+
@@ -0,0 +1,8 @@
1
+
2
+
3
+
4
+ import { DynamoFM_CountryISO } from '../../_models';
5
+ import { DynamoFM_Regions } from '../utils';
6
+
7
+ export const DynamoFM_countryISOs: DynamoFM_CountryISO[] = DynamoFM_Regions?.countryISOs ?? [];
8
+
@@ -1,4 +1,4 @@
1
- import { DynamoFM_Error_Defaults } from '../_models';
1
+ import { DynamoFM_Error_Defaults } from '../../_models';
2
2
 
3
3
  export const DynamoFM_error_defaults: DynamoFM_Error_Defaults = {
4
4
  errorCode: 'NO-ERROR-CODE',
@@ -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
+
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoFM_Route_Settings } from '../../_models/interfaces/route-settings.interface';
2
+ import { DynamoFM_Route_Settings } from '../../../_models/interfaces/route-settings.interface';
3
3
 
4
4
  export enum DynamoFM_CustomRoute {
5
5
  getCustomData = 'getCustomData',
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoFM_Route_Settings } from '../../_models/interfaces/route-settings.interface';
2
+ import { DynamoFM_Route_Settings } from '../../../_models/interfaces/route-settings.interface';
3
3
 
4
4
  export enum DynamoFM_TestRoute {
5
5
  testGet = 'testGet',
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoFM_Route_Settings } from '../../_models/interfaces/route-settings.interface';
2
+ import { DynamoFM_Route_Settings } from '../../../_models/interfaces/route-settings.interface';
3
3
 
4
4
  export enum DynamoFM_UsageRoute {
5
5
  newSession = 'newSession',
@@ -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
+
@@ -0,0 +1,6 @@
1
+
2
+
3
+
4
+
5
+ export * from './constants';
6
+ export * from './utils';
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoFM_Paged } from '../_models/interfaces/paged.interace';
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 '../_models/control-models/error.control-model';
3
- import { DynamoFM_Trigonometry } from './trigonometry.util';
4
- import { DynamoFM_LocationCoordinates } from '../_models/interfaces/location/location-coordinates.interface';
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 {
@@ -1,5 +1,5 @@
1
1
 
2
- import { DynamoFM_LogStyle } from '../_enums/log-style.enum';
2
+ import { DynamoFM_LogStyle } from '../../_enums/log-style.enum';
3
3
 
4
4
  /* export class D_Log implements DynamoFM_Log {}; */
5
5
  export type DynamoFM_L = DynamoFM_Log;