@ng-atomic/common 3.0.0 → 3.2.4

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 (343) hide show
  1. package/directives/ios-safari-scroll-buggyfill/index.d.ts +1 -0
  2. package/directives/ios-safari-scroll-buggyfill/index.d.ts.map +1 -0
  3. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts +1 -0
  4. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts.map +1 -0
  5. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts +1 -0
  6. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts.map +1 -0
  7. package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts +1 -0
  8. package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts.map +1 -0
  9. package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +1 -1
  10. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +14 -12
  11. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +19 -18
  12. package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +1 -1
  13. package/esm2020/index.mjs +1 -1
  14. package/esm2020/models/action-item.mjs +1 -1
  15. package/esm2020/models/index.mjs +1 -1
  16. package/esm2020/models/menu-item.mjs +1 -1
  17. package/esm2020/models/ng-atomic-common-models.mjs +1 -1
  18. package/esm2020/models/public_api.mjs +1 -1
  19. package/esm2020/ng-atomic-common.mjs +1 -1
  20. package/esm2020/pipes/domain/domain.module.mjs +19 -18
  21. package/esm2020/pipes/domain/domain.pipe.mjs +15 -15
  22. package/esm2020/pipes/domain/index.mjs +1 -1
  23. package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +5 -0
  24. package/esm2020/pipes/smart-clamp/index.mjs +1 -1
  25. package/esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs +5 -0
  26. package/esm2020/pipes/smart-clamp/smart-clamp.module.mjs +19 -18
  27. package/esm2020/pipes/smart-clamp/smart-clamp.pipe.mjs +16 -16
  28. package/esm2020/pipes/smart-exp/index.mjs +1 -1
  29. package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
  30. package/esm2020/pipes/smart-exp/smart-exp.module.mjs +12 -11
  31. package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +15 -15
  32. package/esm2020/pipes/smart-field/index.mjs +1 -1
  33. package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +5 -0
  34. package/esm2020/pipes/smart-field/smart-field.module.mjs +19 -18
  35. package/esm2020/pipes/smart-field/smart-field.pipe.mjs +15 -15
  36. package/esm2020/pipes/smart-sort-by/index.mjs +1 -1
  37. package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +5 -0
  38. package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +19 -18
  39. package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +15 -15
  40. package/esm2020/pipes/yen/index.mjs +1 -1
  41. package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
  42. package/esm2020/pipes/yen/yen.module.mjs +19 -18
  43. package/esm2020/pipes/yen/yen.pipe.mjs +9 -9
  44. package/esm2020/services/chips-manager/chips.manager.mjs +29 -0
  45. package/esm2020/services/chips-manager/index.mjs +2 -0
  46. package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +5 -0
  47. package/esm2020/services/form/form.service.mjs +1 -1
  48. package/esm2020/services/form/index.mjs +1 -1
  49. package/esm2020/services/form/ng-atomic-common-services-form.mjs +5 -0
  50. package/esm2020/services/loading/index.mjs +1 -1
  51. package/esm2020/services/loading/loading.service.mjs +9 -9
  52. package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +5 -0
  53. package/esm2020/services/query-resolver/index.mjs +1 -1
  54. package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
  55. package/esm2020/services/query-resolver/query-resolver.service.mjs +15 -16
  56. package/esm2020/services/snack-bar/index.mjs +1 -1
  57. package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
  58. package/esm2020/services/snack-bar/snack-bar.module.mjs +16 -15
  59. package/esm2020/services/snack-bar/snack-bar.service.mjs +9 -9
  60. package/esm2020/stores/entities/entities.store.mjs +44 -0
  61. package/esm2020/stores/entities/index.mjs +2 -0
  62. package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +5 -0
  63. package/esm2020/stores/entity/entity.store.mjs +40 -0
  64. package/esm2020/stores/entity/index.mjs +2 -0
  65. package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +5 -0
  66. package/esm2020/utils/comma/comma.mjs +1 -1
  67. package/esm2020/utils/comma/index.mjs +1 -1
  68. package/esm2020/utils/compare-by-id/compare-by-id.mjs +1 -1
  69. package/esm2020/utils/compare-by-id/index.mjs +1 -1
  70. package/esm2020/utils/date-utils/date-utils.mjs +1 -1
  71. package/esm2020/utils/date-utils/index.mjs +1 -1
  72. package/esm2020/utils/index.mjs +1 -1
  73. package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +1 -1
  74. package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +1 -1
  75. package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +27 -26
  76. package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +1 -1
  77. package/esm2020/utils/mat-dayjs-date/index.mjs +1 -1
  78. package/esm2020/utils/ng-atomic-common-utils.mjs +1 -1
  79. package/esm2020/utils/query/index.mjs +1 -1
  80. package/esm2020/utils/query/query.resolver.mjs +1 -1
  81. package/esm2020/utils/smart-exp-transformer/index.mjs +1 -1
  82. package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +1 -1
  83. package/esm2020/utils/to-object/index.mjs +1 -1
  84. package/esm2020/utils/to-object/to-object.mjs +1 -1
  85. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +19 -10
  86. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  87. package/fesm2015/ng-atomic-common-models.mjs.map +1 -1
  88. package/fesm2015/ng-atomic-common-pipes-domain.mjs +66 -0
  89. package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -0
  90. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs +81 -0
  91. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
  92. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +55 -0
  93. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
  94. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +70 -0
  95. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
  96. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +69 -0
  97. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
  98. package/fesm2015/ng-atomic-common-pipes-yen.mjs +52 -0
  99. package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -0
  100. package/fesm2015/ng-atomic-common-services-chips-manager.mjs +38 -0
  101. package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +1 -0
  102. package/fesm2015/ng-atomic-common-services-form.mjs +42 -0
  103. package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -0
  104. package/fesm2015/ng-atomic-common-services-loading.mjs +41 -0
  105. package/fesm2015/ng-atomic-common-services-loading.mjs.map +1 -0
  106. package/fesm2015/ng-atomic-common-services-query-resolver.mjs +38 -0
  107. package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +1 -0
  108. package/fesm2015/ng-atomic-common-services-snack-bar.mjs +58 -0
  109. package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -0
  110. package/fesm2015/{ng-atomic-common-store.mjs → ng-atomic-common-stores-entities.mjs} +5 -44
  111. package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -0
  112. package/fesm2015/ng-atomic-common-stores-entity.mjs +48 -0
  113. package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -0
  114. package/fesm2015/ng-atomic-common-utils.mjs +15 -10
  115. package/fesm2015/ng-atomic-common-utils.mjs.map +1 -1
  116. package/fesm2015/ng-atomic-common.mjs.map +1 -1
  117. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +31 -28
  118. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  119. package/fesm2020/ng-atomic-common-models.mjs.map +1 -1
  120. package/fesm2020/ng-atomic-common-pipes-domain.mjs +58 -0
  121. package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -0
  122. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs +74 -0
  123. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
  124. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs +48 -0
  125. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
  126. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +62 -0
  127. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
  128. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +62 -0
  129. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
  130. package/fesm2020/ng-atomic-common-pipes-yen.mjs +48 -0
  131. package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -0
  132. package/fesm2020/ng-atomic-common-services-chips-manager.mjs +36 -0
  133. package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +1 -0
  134. package/fesm2020/ng-atomic-common-services-form.mjs +45 -0
  135. package/fesm2020/ng-atomic-common-services-form.mjs.map +1 -0
  136. package/fesm2020/ng-atomic-common-services-loading.mjs +39 -0
  137. package/fesm2020/ng-atomic-common-services-loading.mjs.map +1 -0
  138. package/fesm2020/ng-atomic-common-services-query-resolver.mjs +33 -0
  139. package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +1 -0
  140. package/fesm2020/ng-atomic-common-services-snack-bar.mjs +52 -0
  141. package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -0
  142. package/fesm2020/{ng-atomic-common-store.mjs → ng-atomic-common-stores-entities.mjs} +5 -43
  143. package/fesm2020/ng-atomic-common-stores-entities.mjs.map +1 -0
  144. package/fesm2020/ng-atomic-common-stores-entity.mjs +47 -0
  145. package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -0
  146. package/fesm2020/ng-atomic-common-utils.mjs +26 -25
  147. package/fesm2020/ng-atomic-common-utils.mjs.map +1 -1
  148. package/fesm2020/ng-atomic-common.mjs.map +1 -1
  149. package/index.d.ts +1 -0
  150. package/index.d.ts.map +1 -0
  151. package/models/action-item.d.ts +1 -0
  152. package/models/action-item.d.ts.map +1 -0
  153. package/models/index.d.ts +1 -0
  154. package/models/index.d.ts.map +1 -0
  155. package/models/menu-item.d.ts +1 -0
  156. package/models/menu-item.d.ts.map +1 -0
  157. package/models/ng-atomic-common-models.d.ts +1 -0
  158. package/models/ng-atomic-common-models.d.ts.map +1 -0
  159. package/models/public_api.d.ts +1 -0
  160. package/models/public_api.d.ts.map +1 -0
  161. package/ng-atomic-common.d.ts +1 -0
  162. package/ng-atomic-common.d.ts.map +1 -0
  163. package/package.json +119 -43
  164. package/pipes/domain/domain.module.d.ts +1 -0
  165. package/pipes/domain/domain.module.d.ts.map +1 -0
  166. package/pipes/domain/domain.pipe.d.ts +1 -0
  167. package/pipes/domain/domain.pipe.d.ts.map +1 -0
  168. package/pipes/domain/index.d.ts +1 -0
  169. package/pipes/domain/index.d.ts.map +1 -0
  170. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts +6 -0
  171. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts.map +1 -0
  172. package/pipes/domain/package.json +10 -0
  173. package/pipes/smart-clamp/index.d.ts +1 -0
  174. package/pipes/smart-clamp/index.d.ts.map +1 -0
  175. package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts +6 -0
  176. package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts.map +1 -0
  177. package/pipes/smart-clamp/package.json +10 -0
  178. package/pipes/smart-clamp/smart-clamp.module.d.ts +1 -0
  179. package/pipes/smart-clamp/smart-clamp.module.d.ts.map +1 -0
  180. package/pipes/smart-clamp/smart-clamp.pipe.d.ts +6 -5
  181. package/pipes/smart-clamp/smart-clamp.pipe.d.ts.map +1 -0
  182. package/pipes/smart-exp/index.d.ts +1 -0
  183. package/pipes/smart-exp/index.d.ts.map +1 -0
  184. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts +6 -0
  185. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts.map +1 -0
  186. package/pipes/smart-exp/package.json +10 -0
  187. package/pipes/smart-exp/smart-exp.module.d.ts +1 -0
  188. package/pipes/smart-exp/smart-exp.module.d.ts.map +1 -0
  189. package/pipes/smart-exp/smart-exp.pipe.d.ts +2 -1
  190. package/pipes/smart-exp/smart-exp.pipe.d.ts.map +1 -0
  191. package/pipes/smart-field/index.d.ts +1 -0
  192. package/pipes/smart-field/index.d.ts.map +1 -0
  193. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts +6 -0
  194. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts.map +1 -0
  195. package/pipes/smart-field/package.json +10 -0
  196. package/pipes/smart-field/smart-field.module.d.ts +1 -0
  197. package/pipes/smart-field/smart-field.module.d.ts.map +1 -0
  198. package/pipes/smart-field/smart-field.pipe.d.ts +1 -0
  199. package/pipes/smart-field/smart-field.pipe.d.ts.map +1 -0
  200. package/pipes/smart-sort-by/index.d.ts +1 -0
  201. package/pipes/smart-sort-by/index.d.ts.map +1 -0
  202. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts +6 -0
  203. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts.map +1 -0
  204. package/pipes/smart-sort-by/package.json +10 -0
  205. package/pipes/smart-sort-by/smart-sort-by.module.d.ts +1 -0
  206. package/pipes/smart-sort-by/smart-sort-by.module.d.ts.map +1 -0
  207. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +1 -0
  208. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts.map +1 -0
  209. package/pipes/yen/index.d.ts +1 -0
  210. package/pipes/yen/index.d.ts.map +1 -0
  211. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts +6 -0
  212. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts.map +1 -0
  213. package/pipes/yen/package.json +10 -0
  214. package/pipes/yen/yen.module.d.ts +1 -0
  215. package/pipes/yen/yen.module.d.ts.map +1 -0
  216. package/pipes/yen/yen.pipe.d.ts +1 -0
  217. package/pipes/yen/yen.pipe.d.ts.map +1 -0
  218. package/services/chips-manager/chips.manager.d.ts +12 -0
  219. package/services/chips-manager/chips.manager.d.ts.map +1 -0
  220. package/services/chips-manager/index.d.ts +2 -0
  221. package/services/chips-manager/index.d.ts.map +1 -0
  222. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts +6 -0
  223. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts.map +1 -0
  224. package/services/chips-manager/package.json +10 -0
  225. package/services/form/form.service.d.ts +1 -0
  226. package/services/form/form.service.d.ts.map +1 -0
  227. package/services/form/index.d.ts +1 -0
  228. package/services/form/index.d.ts.map +1 -0
  229. package/services/form/ng-atomic-common-services-form.d.ts +6 -0
  230. package/services/form/ng-atomic-common-services-form.d.ts.map +1 -0
  231. package/services/form/package.json +10 -0
  232. package/services/loading/index.d.ts +1 -0
  233. package/services/loading/index.d.ts.map +1 -0
  234. package/services/loading/loading.service.d.ts +1 -0
  235. package/services/loading/loading.service.d.ts.map +1 -0
  236. package/services/loading/ng-atomic-common-services-loading.d.ts +6 -0
  237. package/services/loading/ng-atomic-common-services-loading.d.ts.map +1 -0
  238. package/services/loading/package.json +10 -0
  239. package/services/query-resolver/index.d.ts +1 -0
  240. package/services/query-resolver/index.d.ts.map +1 -0
  241. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts +6 -0
  242. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts.map +1 -0
  243. package/services/query-resolver/package.json +10 -0
  244. package/services/query-resolver/query-resolver.service.d.ts +1 -0
  245. package/services/query-resolver/query-resolver.service.d.ts.map +1 -0
  246. package/services/snack-bar/index.d.ts +1 -0
  247. package/services/snack-bar/index.d.ts.map +1 -0
  248. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts +6 -0
  249. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts.map +1 -0
  250. package/services/snack-bar/package.json +10 -0
  251. package/services/snack-bar/snack-bar.module.d.ts +1 -0
  252. package/services/snack-bar/snack-bar.module.d.ts.map +1 -0
  253. package/services/snack-bar/snack-bar.service.d.ts +1 -0
  254. package/services/snack-bar/snack-bar.service.d.ts.map +1 -0
  255. package/{store/entities.page.store.d.ts → stores/entities/entities.store.d.ts} +5 -3
  256. package/stores/entities/entities.store.d.ts.map +1 -0
  257. package/stores/entities/index.d.ts +2 -0
  258. package/stores/entities/index.d.ts.map +1 -0
  259. package/stores/entities/ng-atomic-common-stores-entities.d.ts +6 -0
  260. package/stores/entities/ng-atomic-common-stores-entities.d.ts.map +1 -0
  261. package/stores/entities/package.json +10 -0
  262. package/{store/entity.page.store.d.ts → stores/entity/entity.store.d.ts} +5 -3
  263. package/stores/entity/entity.store.d.ts.map +1 -0
  264. package/stores/entity/index.d.ts +2 -0
  265. package/stores/entity/index.d.ts.map +1 -0
  266. package/stores/entity/ng-atomic-common-stores-entity.d.ts +6 -0
  267. package/stores/entity/ng-atomic-common-stores-entity.d.ts.map +1 -0
  268. package/stores/entity/package.json +10 -0
  269. package/utils/comma/comma.d.ts +1 -0
  270. package/utils/comma/comma.d.ts.map +1 -0
  271. package/utils/comma/index.d.ts +1 -0
  272. package/utils/comma/index.d.ts.map +1 -0
  273. package/utils/compare-by-id/compare-by-id.d.ts +1 -0
  274. package/utils/compare-by-id/compare-by-id.d.ts.map +1 -0
  275. package/utils/compare-by-id/index.d.ts +1 -0
  276. package/utils/compare-by-id/index.d.ts.map +1 -0
  277. package/utils/date-utils/date-utils.d.ts +1 -0
  278. package/utils/date-utils/date-utils.d.ts.map +1 -0
  279. package/utils/date-utils/index.d.ts +1 -0
  280. package/utils/date-utils/index.d.ts.map +1 -0
  281. package/utils/index.d.ts +1 -0
  282. package/utils/index.d.ts.map +1 -0
  283. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts +1 -0
  284. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +1 -0
  285. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts +1 -0
  286. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts.map +1 -0
  287. package/utils/mat-dayjs-date/dayjs-date.module.d.ts +1 -0
  288. package/utils/mat-dayjs-date/dayjs-date.module.d.ts.map +1 -0
  289. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts +1 -0
  290. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts.map +1 -0
  291. package/utils/mat-dayjs-date/index.d.ts +1 -0
  292. package/utils/mat-dayjs-date/index.d.ts.map +1 -0
  293. package/utils/ng-atomic-common-utils.d.ts +1 -0
  294. package/utils/ng-atomic-common-utils.d.ts.map +1 -0
  295. package/utils/query/index.d.ts +1 -0
  296. package/utils/query/index.d.ts.map +1 -0
  297. package/utils/query/query.resolver.d.ts +1 -0
  298. package/utils/query/query.resolver.d.ts.map +1 -0
  299. package/utils/smart-exp-transformer/index.d.ts +1 -0
  300. package/utils/smart-exp-transformer/index.d.ts.map +1 -0
  301. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +1 -0
  302. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts.map +1 -0
  303. package/utils/to-object/index.d.ts +1 -0
  304. package/utils/to-object/index.d.ts.map +1 -0
  305. package/utils/to-object/to-object.d.ts +1 -0
  306. package/utils/to-object/to-object.d.ts.map +1 -0
  307. package/README.md +0 -7
  308. package/directives/index.d.ts +0 -1
  309. package/directives/ng-atomic-common-directives.d.ts +0 -5
  310. package/directives/package.json +0 -10
  311. package/esm2020/directives/index.mjs +0 -2
  312. package/esm2020/directives/ng-atomic-common-directives.mjs +0 -5
  313. package/esm2020/pipes/index.mjs +0 -7
  314. package/esm2020/pipes/ng-atomic-common-pipes.mjs +0 -5
  315. package/esm2020/services/index.mjs +0 -5
  316. package/esm2020/services/ng-atomic-common-services.mjs +0 -5
  317. package/esm2020/store/entities.page.store.mjs +0 -44
  318. package/esm2020/store/entity.page.store.mjs +0 -40
  319. package/esm2020/store/index.mjs +0 -3
  320. package/esm2020/store/ng-atomic-common-store.mjs +0 -5
  321. package/fesm2015/ng-atomic-common-directives.mjs +0 -54
  322. package/fesm2015/ng-atomic-common-directives.mjs.map +0 -1
  323. package/fesm2015/ng-atomic-common-pipes.mjs +0 -312
  324. package/fesm2015/ng-atomic-common-pipes.mjs.map +0 -1
  325. package/fesm2015/ng-atomic-common-services.mjs +0 -142
  326. package/fesm2015/ng-atomic-common-services.mjs.map +0 -1
  327. package/fesm2015/ng-atomic-common-store.mjs.map +0 -1
  328. package/fesm2020/ng-atomic-common-directives.mjs +0 -54
  329. package/fesm2020/ng-atomic-common-directives.mjs.map +0 -1
  330. package/fesm2020/ng-atomic-common-pipes.mjs +0 -295
  331. package/fesm2020/ng-atomic-common-pipes.mjs.map +0 -1
  332. package/fesm2020/ng-atomic-common-services.mjs +0 -142
  333. package/fesm2020/ng-atomic-common-services.mjs.map +0 -1
  334. package/fesm2020/ng-atomic-common-store.mjs.map +0 -1
  335. package/pipes/index.d.ts +0 -6
  336. package/pipes/ng-atomic-common-pipes.d.ts +0 -5
  337. package/pipes/package.json +0 -10
  338. package/services/index.d.ts +0 -4
  339. package/services/ng-atomic-common-services.d.ts +0 -5
  340. package/services/package.json +0 -10
  341. package/store/index.d.ts +0 -2
  342. package/store/ng-atomic-common-store.d.ts +0 -5
  343. package/store/package.json +0 -10
package/package.json CHANGED
@@ -1,16 +1,7 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "3.0.0",
4
- "peerDependencies": {
5
- "@angular/common": "^11.2.14",
6
- "@angular/core": "^11.2.14",
7
- "flat": "^5.0.2",
8
- "rxjs": "^7.0.0",
9
- "@ngrx/component-store": "13.0.2"
10
- },
11
- "dependencies": {
12
- "tslib": "^2.0.0"
13
- },
3
+ "version": "3.2.4",
4
+ "license": "MIT",
14
5
  "module": "fesm2015/ng-atomic-common.mjs",
15
6
  "es2020": "fesm2020/ng-atomic-common.mjs",
16
7
  "esm2020": "esm2020/ng-atomic-common.mjs",
@@ -37,14 +28,6 @@
37
28
  "node": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
38
29
  "default": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs"
39
30
  },
40
- "./directives": {
41
- "types": "./directives/ng-atomic-common-directives.d.ts",
42
- "esm2020": "./esm2020/directives/ng-atomic-common-directives.mjs",
43
- "es2020": "./fesm2020/ng-atomic-common-directives.mjs",
44
- "es2015": "./fesm2015/ng-atomic-common-directives.mjs",
45
- "node": "./fesm2015/ng-atomic-common-directives.mjs",
46
- "default": "./fesm2020/ng-atomic-common-directives.mjs"
47
- },
48
31
  "./models": {
49
32
  "types": "./models/ng-atomic-common-models.d.ts",
50
33
  "esm2020": "./esm2020/models/ng-atomic-common-models.mjs",
@@ -53,29 +36,109 @@
53
36
  "node": "./fesm2015/ng-atomic-common-models.mjs",
54
37
  "default": "./fesm2020/ng-atomic-common-models.mjs"
55
38
  },
56
- "./pipes": {
57
- "types": "./pipes/ng-atomic-common-pipes.d.ts",
58
- "esm2020": "./esm2020/pipes/ng-atomic-common-pipes.mjs",
59
- "es2020": "./fesm2020/ng-atomic-common-pipes.mjs",
60
- "es2015": "./fesm2015/ng-atomic-common-pipes.mjs",
61
- "node": "./fesm2015/ng-atomic-common-pipes.mjs",
62
- "default": "./fesm2020/ng-atomic-common-pipes.mjs"
63
- },
64
- "./services": {
65
- "types": "./services/ng-atomic-common-services.d.ts",
66
- "esm2020": "./esm2020/services/ng-atomic-common-services.mjs",
67
- "es2020": "./fesm2020/ng-atomic-common-services.mjs",
68
- "es2015": "./fesm2015/ng-atomic-common-services.mjs",
69
- "node": "./fesm2015/ng-atomic-common-services.mjs",
70
- "default": "./fesm2020/ng-atomic-common-services.mjs"
71
- },
72
- "./store": {
73
- "types": "./store/ng-atomic-common-store.d.ts",
74
- "esm2020": "./esm2020/store/ng-atomic-common-store.mjs",
75
- "es2020": "./fesm2020/ng-atomic-common-store.mjs",
76
- "es2015": "./fesm2015/ng-atomic-common-store.mjs",
77
- "node": "./fesm2015/ng-atomic-common-store.mjs",
78
- "default": "./fesm2020/ng-atomic-common-store.mjs"
39
+ "./pipes/domain": {
40
+ "types": "./pipes/domain/ng-atomic-common-pipes-domain.d.ts",
41
+ "esm2020": "./esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs",
42
+ "es2020": "./fesm2020/ng-atomic-common-pipes-domain.mjs",
43
+ "es2015": "./fesm2015/ng-atomic-common-pipes-domain.mjs",
44
+ "node": "./fesm2015/ng-atomic-common-pipes-domain.mjs",
45
+ "default": "./fesm2020/ng-atomic-common-pipes-domain.mjs"
46
+ },
47
+ "./pipes/smart-clamp": {
48
+ "types": "./pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts",
49
+ "esm2020": "./esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs",
50
+ "es2020": "./fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
51
+ "es2015": "./fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
52
+ "node": "./fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
53
+ "default": "./fesm2020/ng-atomic-common-pipes-smart-clamp.mjs"
54
+ },
55
+ "./pipes/smart-exp": {
56
+ "types": "./pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts",
57
+ "esm2020": "./esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs",
58
+ "es2020": "./fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
59
+ "es2015": "./fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
60
+ "node": "./fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
61
+ "default": "./fesm2020/ng-atomic-common-pipes-smart-exp.mjs"
62
+ },
63
+ "./pipes/smart-field": {
64
+ "types": "./pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts",
65
+ "esm2020": "./esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs",
66
+ "es2020": "./fesm2020/ng-atomic-common-pipes-smart-field.mjs",
67
+ "es2015": "./fesm2015/ng-atomic-common-pipes-smart-field.mjs",
68
+ "node": "./fesm2015/ng-atomic-common-pipes-smart-field.mjs",
69
+ "default": "./fesm2020/ng-atomic-common-pipes-smart-field.mjs"
70
+ },
71
+ "./pipes/smart-sort-by": {
72
+ "types": "./pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts",
73
+ "esm2020": "./esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs",
74
+ "es2020": "./fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
75
+ "es2015": "./fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
76
+ "node": "./fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
77
+ "default": "./fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs"
78
+ },
79
+ "./pipes/yen": {
80
+ "types": "./pipes/yen/ng-atomic-common-pipes-yen.d.ts",
81
+ "esm2020": "./esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs",
82
+ "es2020": "./fesm2020/ng-atomic-common-pipes-yen.mjs",
83
+ "es2015": "./fesm2015/ng-atomic-common-pipes-yen.mjs",
84
+ "node": "./fesm2015/ng-atomic-common-pipes-yen.mjs",
85
+ "default": "./fesm2020/ng-atomic-common-pipes-yen.mjs"
86
+ },
87
+ "./services/chips-manager": {
88
+ "types": "./services/chips-manager/ng-atomic-common-services-chips-manager.d.ts",
89
+ "esm2020": "./esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs",
90
+ "es2020": "./fesm2020/ng-atomic-common-services-chips-manager.mjs",
91
+ "es2015": "./fesm2015/ng-atomic-common-services-chips-manager.mjs",
92
+ "node": "./fesm2015/ng-atomic-common-services-chips-manager.mjs",
93
+ "default": "./fesm2020/ng-atomic-common-services-chips-manager.mjs"
94
+ },
95
+ "./services/form": {
96
+ "types": "./services/form/ng-atomic-common-services-form.d.ts",
97
+ "esm2020": "./esm2020/services/form/ng-atomic-common-services-form.mjs",
98
+ "es2020": "./fesm2020/ng-atomic-common-services-form.mjs",
99
+ "es2015": "./fesm2015/ng-atomic-common-services-form.mjs",
100
+ "node": "./fesm2015/ng-atomic-common-services-form.mjs",
101
+ "default": "./fesm2020/ng-atomic-common-services-form.mjs"
102
+ },
103
+ "./services/loading": {
104
+ "types": "./services/loading/ng-atomic-common-services-loading.d.ts",
105
+ "esm2020": "./esm2020/services/loading/ng-atomic-common-services-loading.mjs",
106
+ "es2020": "./fesm2020/ng-atomic-common-services-loading.mjs",
107
+ "es2015": "./fesm2015/ng-atomic-common-services-loading.mjs",
108
+ "node": "./fesm2015/ng-atomic-common-services-loading.mjs",
109
+ "default": "./fesm2020/ng-atomic-common-services-loading.mjs"
110
+ },
111
+ "./services/query-resolver": {
112
+ "types": "./services/query-resolver/ng-atomic-common-services-query-resolver.d.ts",
113
+ "esm2020": "./esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs",
114
+ "es2020": "./fesm2020/ng-atomic-common-services-query-resolver.mjs",
115
+ "es2015": "./fesm2015/ng-atomic-common-services-query-resolver.mjs",
116
+ "node": "./fesm2015/ng-atomic-common-services-query-resolver.mjs",
117
+ "default": "./fesm2020/ng-atomic-common-services-query-resolver.mjs"
118
+ },
119
+ "./services/snack-bar": {
120
+ "types": "./services/snack-bar/ng-atomic-common-services-snack-bar.d.ts",
121
+ "esm2020": "./esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs",
122
+ "es2020": "./fesm2020/ng-atomic-common-services-snack-bar.mjs",
123
+ "es2015": "./fesm2015/ng-atomic-common-services-snack-bar.mjs",
124
+ "node": "./fesm2015/ng-atomic-common-services-snack-bar.mjs",
125
+ "default": "./fesm2020/ng-atomic-common-services-snack-bar.mjs"
126
+ },
127
+ "./stores/entities": {
128
+ "types": "./stores/entities/ng-atomic-common-stores-entities.d.ts",
129
+ "esm2020": "./esm2020/stores/entities/ng-atomic-common-stores-entities.mjs",
130
+ "es2020": "./fesm2020/ng-atomic-common-stores-entities.mjs",
131
+ "es2015": "./fesm2015/ng-atomic-common-stores-entities.mjs",
132
+ "node": "./fesm2015/ng-atomic-common-stores-entities.mjs",
133
+ "default": "./fesm2020/ng-atomic-common-stores-entities.mjs"
134
+ },
135
+ "./stores/entity": {
136
+ "types": "./stores/entity/ng-atomic-common-stores-entity.d.ts",
137
+ "esm2020": "./esm2020/stores/entity/ng-atomic-common-stores-entity.mjs",
138
+ "es2020": "./fesm2020/ng-atomic-common-stores-entity.mjs",
139
+ "es2015": "./fesm2015/ng-atomic-common-stores-entity.mjs",
140
+ "node": "./fesm2015/ng-atomic-common-stores-entity.mjs",
141
+ "default": "./fesm2020/ng-atomic-common-stores-entity.mjs"
79
142
  },
80
143
  "./utils": {
81
144
  "types": "./utils/ng-atomic-common-utils.d.ts",
@@ -86,5 +149,18 @@
86
149
  "default": "./fesm2020/ng-atomic-common-utils.mjs"
87
150
  }
88
151
  },
89
- "sideEffects": false
152
+ "sideEffects": false,
153
+ "dependencies": {
154
+ "tslib": "^2.3.0"
155
+ },
156
+ "scripts": {
157
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
158
+ },
159
+ "peerDependencies": {
160
+ "@angular/core": "13.3.11",
161
+ "@angular/common": "13.3.11",
162
+ "flat": "^5.0.2",
163
+ "rxjs": "^7.0.0",
164
+ "@ngrx/component-store": "13.0.2"
165
+ }
90
166
  }
@@ -6,3 +6,4 @@ export declare class DomainModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<DomainModule, [typeof i1.DomainPipe], [typeof i2.CommonModule], [typeof i1.DomainPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<DomainModule>;
8
8
  }
9
+ //# sourceMappingURL=domain.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/domain/domain.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAI"}
@@ -9,3 +9,4 @@ export declare class DomainPipe {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DomainPipe, [{ optional: true; }]>;
10
10
  static ɵpipe: i0.ɵɵPipeDeclaration<DomainPipe, "D">;
11
11
  }
12
+ //# sourceMappingURL=domain.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/domain/domain.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAkB,MAAM,eAAe,CAAC;;AAEvE,oBAAY,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AACnD,eAAO,MAAM,eAAe,+BAAuD,CAAC;AAEpF,qBAIa,UAAU;IAC4B,OAAO,CAAC,GAAG;gBAAH,GAAG,EAAE,aAAa;IAI3E,SAAS,CAAC,KAAK,EAAE,MAAM;yCALZ,UAAU;uCAAV,UAAU;CAQtB"}
@@ -1,2 +1,3 @@
1
1
  export { DomainModule } from './domain.module';
2
2
  export { DomainPipe, DomainLangMap, DOMAIN_LANG_MAP } from './domain.pipe';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/domain/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/domain" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-domain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-domain.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/domain/ng-atomic-common-pipes-domain.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-domain.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-domain.mjs",
4
+ "esm2020": "../../esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-domain.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-domain.mjs",
7
+ "typings": "ng-atomic-common-pipes-domain.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/domain"
10
+ }
@@ -1,2 +1,3 @@
1
1
  export * from './smart-clamp.module';
2
2
  export * from './smart-clamp.pipe';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/smart-clamp" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-smart-clamp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-smart-clamp.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
4
+ "esm2020": "../../esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
7
+ "typings": "ng-atomic-common-pipes-smart-clamp.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/smart-clamp"
10
+ }
@@ -6,3 +6,4 @@ export declare class SmartClampModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartClampModule, [typeof i1.SmartClampPipe], [typeof i2.CommonModule], [typeof i1.SmartClampPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartClampModule>;
8
8
  }
9
+ //# sourceMappingURL=smart-clamp.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-clamp.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/smart-clamp.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
@@ -1,14 +1,15 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import { EntitiesPageStore } from '@ng-atomic/common/store';
3
- import { SmartSortByTransformer } from '../smart-sort-by';
2
+ import { SmartSortByTransformer } from '@ng-atomic/common/pipes/smart-sort-by';
3
+ import { EntitiesStore } from '@ng-atomic/common/stores/entities';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SmartClampPipe implements PipeTransform {
6
- private transformer?;
6
+ private transformer;
7
7
  private slicePipe;
8
8
  private _input;
9
9
  private _output;
10
- constructor(transformer?: SmartSortByTransformer);
11
- transform<T>(items: T[], store: EntitiesPageStore<any, any>): T[];
10
+ constructor(transformer: SmartSortByTransformer);
11
+ transform<T>(items: T[], store: EntitiesStore<any, any>): T[];
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartClampPipe, [{ optional: true; }]>;
13
13
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartClampPipe, "smartClamp">;
14
14
  }
15
+ //# sourceMappingURL=smart-clamp.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-clamp.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/smart-clamp.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,aAAa,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAA0B,sBAAsB,EAA6B,MAAM,uCAAuC,CAAC;AAClI,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,cAAe,YAAW,aAAa;IAQhD,OAAO,CAAC,WAAW;IAPrB,OAAO,CAAC,SAAS,CAAmB;IACpC,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,OAAO,CAAW;gBAKhB,WAAW,EAAE,sBAAsB;IAK7C,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE;yCAblD,cAAc;uCAAd,cAAc;CA+B1B"}
@@ -1,2 +1,3 @@
1
1
  export * from './smart-exp.pipe';
2
2
  export { SmartExpModule } from './smart-exp.module';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-exp/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/smart-exp" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-smart-exp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-smart-exp.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
4
+ "esm2020": "../../esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
7
+ "typings": "ng-atomic-common-pipes-smart-exp.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/smart-exp"
10
+ }
@@ -5,3 +5,4 @@ export declare class SmartExpModule {
5
5
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartExpModule, [typeof i1.SmartExpPipe], never, [typeof i1.SmartExpPipe]>;
6
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartExpModule>;
7
7
  }
8
+ //# sourceMappingURL=smart-exp.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-exp.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-exp/smart-exp.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAI"}
@@ -1,5 +1,5 @@
1
- import dayjs from 'dayjs';
2
1
  import { SmartExpTransformer } from '@ng-atomic/common/utils';
2
+ import dayjs from 'dayjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SmartExpPipe {
5
5
  private transformer;
@@ -8,3 +8,4 @@ export declare class SmartExpPipe {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartExpPipe, [{ optional: true; }]>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartExpPipe, "smartExp">;
10
10
  }
11
+ //# sourceMappingURL=smart-exp.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-exp.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-exp/smart-exp.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAA8C,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC1G,OAAO,KAAK,MAAM,OAAO,CAAC;;AAG1B,qBAIa,YAAY;IAEsB,OAAO,CAAC,WAAW;gBAAX,WAAW,EAAE,mBAAmB;IAKrF,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,KAAK,GAAG,GAAG,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM;yCAPhE,YAAY;uCAAZ,YAAY;CAUxB"}
@@ -1,2 +1,3 @@
1
1
  export * from './smart-field.pipe';
2
2
  export * from './smart-field.module';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/smart-field" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-smart-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-smart-field.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-field/ng-atomic-common-pipes-smart-field.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-smart-field.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-smart-field.mjs",
4
+ "esm2020": "../../esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-field.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-field.mjs",
7
+ "typings": "ng-atomic-common-pipes-smart-field.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/smart-field"
10
+ }
@@ -6,3 +6,4 @@ export declare class SmartFieldModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFieldModule, [typeof i1.SmartFieldPipe], [typeof i2.CommonModule], [typeof i1.SmartFieldPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartFieldModule>;
8
8
  }
9
+ //# sourceMappingURL=smart-field.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-field.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-field/smart-field.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
@@ -29,3 +29,4 @@ export declare class SmartFieldPipe implements PipeTransform {
29
29
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartFieldPipe, "smartField">;
30
30
  }
31
31
  export {};
32
+ //# sourceMappingURL=smart-field.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-field.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-field/smart-field.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAkB,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEtF,UAAU,MAAM,CAAC,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,CAAC,CAAC;CACV;AAED,UAAU,UAAU;IAClB,IAAI,EAAE,OAAO,CAAC;CACf;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,WAAW,CAAC,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;CACtB;AAED,UAAU,gBAAgB,CAAC,CAAC;IAC1B,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;CACtB;AAED,aAAK,SAAS,CAAC,CAAC,IAAI,UAAU,GAC1B,cAAc,GACd,WAAW,CAAC,CAAC,CAAC,GACd,gBAAgB,CAAC,CAAC,CAAC,CAAC;AAExB,oBAAY,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAE1D,eAAO,MAAM,cAAc,8BAAoE,CAAC;AAEhG,qBAIa,cAAe,YAAW,aAAa;IAGZ,OAAO,CAAC,GAAG;gBAAH,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IASjF,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,CAAC;yCAZ3B,cAAc;uCAAd,cAAc;CAgB1B"}
@@ -1,2 +1,3 @@
1
1
  export * from './smart-sort-by.module';
2
2
  export * from './smart-sort-by.pipe';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-sort-by/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/smart-sort-by" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-smart-sort-by.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-smart-sort-by.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
4
+ "esm2020": "../../esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
7
+ "typings": "ng-atomic-common-pipes-smart-sort-by.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/smart-sort-by"
10
+ }
@@ -6,3 +6,4 @@ export declare class SmartSortByModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartSortByModule, [typeof i1.SmartSortByPipe], [typeof i2.CommonModule], [typeof i1.SmartSortByPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartSortByModule>;
8
8
  }
9
+ //# sourceMappingURL=smart-sort-by.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-sort-by.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-sort-by/smart-sort-by.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAI"}
@@ -10,3 +10,4 @@ export declare class SmartSortByPipe implements PipeTransform {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartSortByPipe, [{ optional: true; }]>;
11
11
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartSortByPipe, "smartSortBy">;
12
12
  }
13
+ //# sourceMappingURL=smart-sort-by.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-sort-by.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-sort-by/smart-sort-by.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAkB,aAAa,EAAE,MAAM,eAAe,CAAC;;AAGtF,eAAO,MAAM,yBAAyB,yBAAsE,CAAC;AAC7G,oBAAY,sBAAsB,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM,KAAK,CAAC,EAAE,CAAC;AAChG,eAAO,MAAM,sBAAsB,EAAE,sBAEpC,CAAA;AAED,qBAIa,eAAgB,YAAW,aAAa;IAKjD,OAAO,CAAC,WAAW,CAAC;gBAAZ,WAAW,CAAC,EAAE,sBAAsB;IAK9C,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,GAAE,KAAK,GAAG,MAAc,GAAG,CAAC,EAAE;yCAV9D,eAAe;uCAAf,eAAe;CAc3B"}
@@ -1,2 +1,3 @@
1
1
  export * from './yen.pipe';
2
2
  export * from './yen.module';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/yen/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/pipes/yen" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-pipes-yen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-pipes-yen.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/yen/ng-atomic-common-pipes-yen.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
4
+ "esm2020": "../../esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
7
+ "typings": "ng-atomic-common-pipes-yen.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/pipes/yen"
10
+ }
@@ -6,3 +6,4 @@ export declare class YenModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<YenModule, [typeof i1.YenPipe], [typeof i2.CommonModule], [typeof i1.YenPipe]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<YenModule>;
8
8
  }
9
+ //# sourceMappingURL=yen.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yen.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/yen/yen.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,SAAS;yCAAT,SAAS;0CAAT,SAAS;0CAAT,SAAS;CAAI"}
@@ -5,3 +5,4 @@ export declare class YenPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<YenPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<YenPipe, "yen">;
7
7
  }
8
+ //# sourceMappingURL=yen.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yen.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/yen/yen.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAGpD,qBAGa,OAAQ,YAAW,aAAa;IAE3C,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;yCAFrC,OAAO;uCAAP,OAAO;CAMnB"}
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ChipsManager {
3
+ private _chips;
4
+ setValue(value: string): void;
5
+ getValue(): string;
6
+ remove(value: string): void;
7
+ add(chip: string): void;
8
+ get chips(): string[];
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipsManager, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ChipsManager>;
11
+ }
12
+ //# sourceMappingURL=chips.manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chips.manager.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/chips-manager/chips.manager.ts"],"names":[],"mappings":";AAEA,qBACa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAgB;IAE9B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI7B,QAAQ,IAAI,MAAM;IAIlB,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI3B,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKvB,IAAI,KAAK,IAAI,MAAM,EAAE,CAEpB;yCAtBU,YAAY;6CAAZ,YAAY;CAuBxB"}
@@ -0,0 +1,2 @@
1
+ export * from './chips.manager';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/chips-manager/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-atomic/common/services/chips-manager" />
5
+ export * from './index';
6
+ //# sourceMappingURL=ng-atomic-common-services-chips-manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-atomic-common-services-chips-manager.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/chips-manager/ng-atomic-common-services-chips-manager.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ {
2
+ "module": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
3
+ "es2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
4
+ "esm2020": "../../esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs",
5
+ "fesm2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
6
+ "fesm2015": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
7
+ "typings": "ng-atomic-common-services-chips-manager.d.ts",
8
+ "sideEffects": false,
9
+ "name": "@ng-atomic/common/services/chips-manager"
10
+ }
@@ -5,3 +5,4 @@ export declare class BaseFormService {
5
5
  static toValue(object: object): object;
6
6
  static fromValue(value: object): object;
7
7
  }
8
+ //# sourceMappingURL=form.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.service.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/form/form.service.ts"],"names":[],"mappings":"AAiBA,qBAAa,eAAe;IAC1B,MAAM,CAAC,eAAe,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,MAAM;IAMzC,MAAM,CAAC,aAAa,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC;IAMvC,MAAM,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE;IAI1C,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAKtC,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;CAIxC"}
@@ -1 +1,2 @@
1
1
  export * from './form.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/form/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}