@ng-atomic/common 2.0.1 → 3.2.0

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 (486) 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/directives/ios-safari-scroll-buggyfill/package.json +5 -5
  10. package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +3 -0
  11. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +26 -0
  12. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +27 -0
  13. package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +5 -0
  14. package/esm2020/index.mjs +2 -0
  15. package/esm2020/models/action-item.mjs +2 -0
  16. package/esm2020/models/index.mjs +2 -0
  17. package/esm2020/models/menu-item.mjs +2 -0
  18. package/esm2020/models/ng-atomic-common-models.mjs +5 -0
  19. package/esm2020/models/public_api.mjs +3 -0
  20. package/esm2020/ng-atomic-common.mjs +5 -0
  21. package/esm2020/pipes/domain/domain.module.mjs +27 -0
  22. package/esm2020/pipes/domain/domain.pipe.mjs +27 -0
  23. package/esm2020/pipes/domain/index.mjs +3 -0
  24. package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +5 -0
  25. package/esm2020/pipes/smart-clamp/index.mjs +3 -0
  26. package/esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs +5 -0
  27. package/esm2020/pipes/smart-clamp/smart-clamp.module.mjs +27 -0
  28. package/esm2020/pipes/smart-clamp/smart-clamp.pipe.mjs +44 -0
  29. package/esm2020/pipes/smart-exp/index.mjs +3 -0
  30. package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
  31. package/esm2020/pipes/smart-exp/smart-exp.module.mjs +17 -0
  32. package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +27 -0
  33. package/esm2020/pipes/smart-field/index.mjs +3 -0
  34. package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +5 -0
  35. package/esm2020/pipes/smart-field/smart-field.module.mjs +27 -0
  36. package/esm2020/pipes/smart-field/smart-field.pipe.mjs +31 -0
  37. package/esm2020/pipes/smart-sort-by/index.mjs +3 -0
  38. package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +5 -0
  39. package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +27 -0
  40. package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +31 -0
  41. package/esm2020/pipes/yen/index.mjs +3 -0
  42. package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
  43. package/esm2020/pipes/yen/yen.module.mjs +27 -0
  44. package/esm2020/pipes/yen/yen.pipe.mjs +17 -0
  45. package/esm2020/services/chips-manager/chips.manager.mjs +29 -0
  46. package/esm2020/services/chips-manager/index.mjs +2 -0
  47. package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +5 -0
  48. package/esm2020/services/form/form.service.mjs +38 -0
  49. package/esm2020/services/form/index.mjs +2 -0
  50. package/esm2020/services/form/ng-atomic-common-services-form.mjs +5 -0
  51. package/esm2020/services/loading/index.mjs +2 -0
  52. package/esm2020/services/loading/loading.service.mjs +32 -0
  53. package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +5 -0
  54. package/esm2020/services/query-resolver/index.mjs +2 -0
  55. package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
  56. package/esm2020/services/query-resolver/query-resolver.service.mjs +26 -0
  57. package/esm2020/services/snack-bar/index.mjs +3 -0
  58. package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
  59. package/esm2020/services/snack-bar/snack-bar.module.mjs +25 -0
  60. package/esm2020/services/snack-bar/snack-bar.service.mjs +23 -0
  61. package/esm2020/stores/entities/entities.store.mjs +44 -0
  62. package/esm2020/stores/entities/index.mjs +2 -0
  63. package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +5 -0
  64. package/esm2020/stores/entity/entity.store.mjs +40 -0
  65. package/esm2020/stores/entity/index.mjs +2 -0
  66. package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +5 -0
  67. package/esm2020/utils/comma/comma.mjs +4 -0
  68. package/esm2020/utils/comma/index.mjs +2 -0
  69. package/esm2020/utils/compare-by-id/compare-by-id.mjs +2 -0
  70. package/esm2020/utils/compare-by-id/index.mjs +2 -0
  71. package/esm2020/utils/date-utils/date-utils.mjs +13 -0
  72. package/esm2020/utils/date-utils/index.mjs +2 -0
  73. package/esm2020/utils/index.mjs +9 -0
  74. package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +191 -0
  75. package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +15 -0
  76. package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +42 -0
  77. package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +20 -0
  78. package/esm2020/utils/mat-dayjs-date/index.mjs +5 -0
  79. package/esm2020/utils/ng-atomic-common-utils.mjs +5 -0
  80. package/esm2020/utils/query/index.mjs +2 -0
  81. package/esm2020/utils/query/query.resolver.mjs +97 -0
  82. package/esm2020/utils/smart-exp-transformer/index.mjs +2 -0
  83. package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +18 -0
  84. package/esm2020/utils/to-object/index.mjs +2 -0
  85. package/esm2020/utils/to-object/to-object.mjs +10 -0
  86. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +63 -0
  87. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
  88. package/fesm2015/ng-atomic-common-models.mjs +4 -0
  89. package/fesm2015/ng-atomic-common-models.mjs.map +1 -0
  90. package/fesm2015/ng-atomic-common-pipes-domain.mjs +66 -0
  91. package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -0
  92. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs +81 -0
  93. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
  94. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +55 -0
  95. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
  96. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +70 -0
  97. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
  98. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +69 -0
  99. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
  100. package/fesm2015/ng-atomic-common-pipes-yen.mjs +52 -0
  101. package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -0
  102. package/fesm2015/ng-atomic-common-services-chips-manager.mjs +38 -0
  103. package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +1 -0
  104. package/{esm2015/services/form/form.service.js → fesm2015/ng-atomic-common-services-form.mjs} +10 -3
  105. package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -0
  106. package/{esm2015/services/loading/loading.service.js → fesm2015/ng-atomic-common-services-loading.mjs} +16 -7
  107. package/fesm2015/ng-atomic-common-services-loading.mjs.map +1 -0
  108. package/fesm2015/ng-atomic-common-services-query-resolver.mjs +38 -0
  109. package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +1 -0
  110. package/fesm2015/ng-atomic-common-services-snack-bar.mjs +58 -0
  111. package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -0
  112. package/{esm2015/store/entities.page.store.js → fesm2015/ng-atomic-common-stores-entities.mjs} +11 -4
  113. package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -0
  114. package/{esm2015/store/entity.page.store.js → fesm2015/ng-atomic-common-stores-entity.mjs} +12 -5
  115. package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -0
  116. package/fesm2015/{ng-atomic-common-utils.js → ng-atomic-common-utils.mjs} +16 -11
  117. package/fesm2015/ng-atomic-common-utils.mjs.map +1 -0
  118. package/fesm2015/{ng-atomic-common.js → ng-atomic-common.mjs} +1 -1
  119. package/fesm2015/ng-atomic-common.mjs.map +1 -0
  120. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +57 -0
  121. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
  122. package/fesm2020/ng-atomic-common-models.mjs +4 -0
  123. package/fesm2020/ng-atomic-common-models.mjs.map +1 -0
  124. package/fesm2020/ng-atomic-common-pipes-domain.mjs +58 -0
  125. package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -0
  126. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs +74 -0
  127. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
  128. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs +48 -0
  129. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
  130. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +62 -0
  131. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
  132. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +62 -0
  133. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
  134. package/fesm2020/ng-atomic-common-pipes-yen.mjs +48 -0
  135. package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -0
  136. package/fesm2020/ng-atomic-common-services-chips-manager.mjs +36 -0
  137. package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +1 -0
  138. package/fesm2020/ng-atomic-common-services-form.mjs +45 -0
  139. package/fesm2020/ng-atomic-common-services-form.mjs.map +1 -0
  140. package/fesm2020/ng-atomic-common-services-loading.mjs +39 -0
  141. package/fesm2020/ng-atomic-common-services-loading.mjs.map +1 -0
  142. package/fesm2020/ng-atomic-common-services-query-resolver.mjs +33 -0
  143. package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +1 -0
  144. package/fesm2020/ng-atomic-common-services-snack-bar.mjs +52 -0
  145. package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -0
  146. package/fesm2020/ng-atomic-common-stores-entities.mjs +51 -0
  147. package/fesm2020/ng-atomic-common-stores-entities.mjs.map +1 -0
  148. package/fesm2020/ng-atomic-common-stores-entity.mjs +47 -0
  149. package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -0
  150. package/fesm2020/ng-atomic-common-utils.mjs +407 -0
  151. package/fesm2020/ng-atomic-common-utils.mjs.map +1 -0
  152. package/fesm2020/ng-atomic-common.mjs +4 -0
  153. package/fesm2020/ng-atomic-common.mjs.map +1 -0
  154. package/index.d.ts +1 -0
  155. package/index.d.ts.map +1 -0
  156. package/models/action-item.d.ts +1 -0
  157. package/models/action-item.d.ts.map +1 -0
  158. package/models/index.d.ts +1 -0
  159. package/models/index.d.ts.map +1 -0
  160. package/models/menu-item.d.ts +1 -0
  161. package/models/menu-item.d.ts.map +1 -0
  162. package/models/ng-atomic-common-models.d.ts +1 -0
  163. package/models/ng-atomic-common-models.d.ts.map +1 -0
  164. package/models/package.json +5 -5
  165. package/models/public_api.d.ts +1 -0
  166. package/models/public_api.d.ts.map +1 -0
  167. package/ng-atomic-common.d.ts +1 -0
  168. package/ng-atomic-common.d.ts.map +1 -0
  169. package/package.json +160 -15
  170. package/pipes/domain/domain.module.d.ts +1 -0
  171. package/pipes/domain/domain.module.d.ts.map +1 -0
  172. package/pipes/domain/domain.pipe.d.ts +1 -0
  173. package/pipes/domain/domain.pipe.d.ts.map +1 -0
  174. package/pipes/domain/index.d.ts +1 -0
  175. package/pipes/domain/index.d.ts.map +1 -0
  176. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts +6 -0
  177. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts.map +1 -0
  178. package/pipes/domain/package.json +10 -0
  179. package/pipes/smart-clamp/index.d.ts +1 -0
  180. package/pipes/smart-clamp/index.d.ts.map +1 -0
  181. package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts +6 -0
  182. package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts.map +1 -0
  183. package/pipes/smart-clamp/package.json +10 -0
  184. package/pipes/smart-clamp/smart-clamp.module.d.ts +1 -0
  185. package/pipes/smart-clamp/smart-clamp.module.d.ts.map +1 -0
  186. package/pipes/smart-clamp/smart-clamp.pipe.d.ts +6 -5
  187. package/pipes/smart-clamp/smart-clamp.pipe.d.ts.map +1 -0
  188. package/pipes/smart-exp/index.d.ts +1 -0
  189. package/pipes/smart-exp/index.d.ts.map +1 -0
  190. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts +6 -0
  191. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts.map +1 -0
  192. package/pipes/smart-exp/package.json +10 -0
  193. package/pipes/smart-exp/smart-exp.module.d.ts +1 -0
  194. package/pipes/smart-exp/smart-exp.module.d.ts.map +1 -0
  195. package/pipes/smart-exp/smart-exp.pipe.d.ts +2 -1
  196. package/pipes/smart-exp/smart-exp.pipe.d.ts.map +1 -0
  197. package/pipes/smart-field/index.d.ts +1 -0
  198. package/pipes/smart-field/index.d.ts.map +1 -0
  199. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts +6 -0
  200. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts.map +1 -0
  201. package/pipes/smart-field/package.json +10 -0
  202. package/pipes/smart-field/smart-field.module.d.ts +1 -0
  203. package/pipes/smart-field/smart-field.module.d.ts.map +1 -0
  204. package/pipes/smart-field/smart-field.pipe.d.ts +1 -0
  205. package/pipes/smart-field/smart-field.pipe.d.ts.map +1 -0
  206. package/pipes/smart-sort-by/index.d.ts +1 -0
  207. package/pipes/smart-sort-by/index.d.ts.map +1 -0
  208. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts +6 -0
  209. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts.map +1 -0
  210. package/pipes/smart-sort-by/package.json +10 -0
  211. package/pipes/smart-sort-by/smart-sort-by.module.d.ts +1 -0
  212. package/pipes/smart-sort-by/smart-sort-by.module.d.ts.map +1 -0
  213. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +1 -0
  214. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts.map +1 -0
  215. package/pipes/yen/index.d.ts +1 -0
  216. package/pipes/yen/index.d.ts.map +1 -0
  217. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts +6 -0
  218. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts.map +1 -0
  219. package/pipes/yen/package.json +10 -0
  220. package/pipes/yen/yen.module.d.ts +1 -0
  221. package/pipes/yen/yen.module.d.ts.map +1 -0
  222. package/pipes/yen/yen.pipe.d.ts +1 -0
  223. package/pipes/yen/yen.pipe.d.ts.map +1 -0
  224. package/services/chips-manager/chips.manager.d.ts +12 -0
  225. package/services/chips-manager/chips.manager.d.ts.map +1 -0
  226. package/services/chips-manager/index.d.ts +2 -0
  227. package/services/chips-manager/index.d.ts.map +1 -0
  228. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts +6 -0
  229. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts.map +1 -0
  230. package/services/chips-manager/package.json +10 -0
  231. package/services/form/form.service.d.ts +1 -0
  232. package/services/form/form.service.d.ts.map +1 -0
  233. package/services/form/index.d.ts +1 -0
  234. package/services/form/index.d.ts.map +1 -0
  235. package/services/form/ng-atomic-common-services-form.d.ts +6 -0
  236. package/services/form/ng-atomic-common-services-form.d.ts.map +1 -0
  237. package/services/form/package.json +10 -0
  238. package/services/loading/index.d.ts +1 -0
  239. package/services/loading/index.d.ts.map +1 -0
  240. package/services/loading/loading.service.d.ts +1 -0
  241. package/services/loading/loading.service.d.ts.map +1 -0
  242. package/services/loading/ng-atomic-common-services-loading.d.ts +6 -0
  243. package/services/loading/ng-atomic-common-services-loading.d.ts.map +1 -0
  244. package/services/loading/package.json +10 -0
  245. package/services/query-resolver/index.d.ts +1 -0
  246. package/services/query-resolver/index.d.ts.map +1 -0
  247. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts +6 -0
  248. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts.map +1 -0
  249. package/services/query-resolver/package.json +10 -0
  250. package/services/query-resolver/query-resolver.service.d.ts +1 -0
  251. package/services/query-resolver/query-resolver.service.d.ts.map +1 -0
  252. package/services/snack-bar/index.d.ts +1 -0
  253. package/services/snack-bar/index.d.ts.map +1 -0
  254. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts +6 -0
  255. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts.map +1 -0
  256. package/services/snack-bar/package.json +10 -0
  257. package/services/snack-bar/snack-bar.module.d.ts +1 -0
  258. package/services/snack-bar/snack-bar.module.d.ts.map +1 -0
  259. package/services/snack-bar/snack-bar.service.d.ts +1 -0
  260. package/services/snack-bar/snack-bar.service.d.ts.map +1 -0
  261. package/{store/entities.page.store.d.ts → stores/entities/entities.store.d.ts} +5 -3
  262. package/stores/entities/entities.store.d.ts.map +1 -0
  263. package/stores/entities/index.d.ts +2 -0
  264. package/stores/entities/index.d.ts.map +1 -0
  265. package/stores/entities/ng-atomic-common-stores-entities.d.ts +6 -0
  266. package/stores/entities/ng-atomic-common-stores-entities.d.ts.map +1 -0
  267. package/stores/entities/package.json +10 -0
  268. package/{store/entity.page.store.d.ts → stores/entity/entity.store.d.ts} +5 -3
  269. package/stores/entity/entity.store.d.ts.map +1 -0
  270. package/stores/entity/index.d.ts +2 -0
  271. package/stores/entity/index.d.ts.map +1 -0
  272. package/stores/entity/ng-atomic-common-stores-entity.d.ts +6 -0
  273. package/stores/entity/ng-atomic-common-stores-entity.d.ts.map +1 -0
  274. package/stores/entity/package.json +10 -0
  275. package/utils/comma/comma.d.ts +1 -0
  276. package/utils/comma/comma.d.ts.map +1 -0
  277. package/utils/comma/index.d.ts +1 -0
  278. package/utils/comma/index.d.ts.map +1 -0
  279. package/utils/compare-by-id/compare-by-id.d.ts +1 -0
  280. package/utils/compare-by-id/compare-by-id.d.ts.map +1 -0
  281. package/utils/compare-by-id/index.d.ts +1 -0
  282. package/utils/compare-by-id/index.d.ts.map +1 -0
  283. package/utils/date-utils/date-utils.d.ts +1 -0
  284. package/utils/date-utils/date-utils.d.ts.map +1 -0
  285. package/utils/date-utils/index.d.ts +1 -0
  286. package/utils/date-utils/index.d.ts.map +1 -0
  287. package/utils/index.d.ts +1 -0
  288. package/utils/index.d.ts.map +1 -0
  289. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts +1 -0
  290. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +1 -0
  291. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts +1 -0
  292. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts.map +1 -0
  293. package/utils/mat-dayjs-date/dayjs-date.module.d.ts +1 -0
  294. package/utils/mat-dayjs-date/dayjs-date.module.d.ts.map +1 -0
  295. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts +2 -1
  296. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts.map +1 -0
  297. package/utils/mat-dayjs-date/index.d.ts +1 -0
  298. package/utils/mat-dayjs-date/index.d.ts.map +1 -0
  299. package/utils/ng-atomic-common-utils.d.ts +1 -0
  300. package/utils/ng-atomic-common-utils.d.ts.map +1 -0
  301. package/utils/package.json +5 -5
  302. package/utils/query/index.d.ts +1 -0
  303. package/utils/query/index.d.ts.map +1 -0
  304. package/utils/query/query.resolver.d.ts +1 -0
  305. package/utils/query/query.resolver.d.ts.map +1 -0
  306. package/utils/smart-exp-transformer/index.d.ts +1 -0
  307. package/utils/smart-exp-transformer/index.d.ts.map +1 -0
  308. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +1 -0
  309. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts.map +1 -0
  310. package/utils/to-object/index.d.ts +1 -0
  311. package/utils/to-object/index.d.ts.map +1 -0
  312. package/utils/to-object/to-object.d.ts +1 -0
  313. package/utils/to-object/to-object.d.ts.map +1 -0
  314. package/README.md +0 -7
  315. package/bundles/ng-atomic-common-directives-ios-safari-scroll-buggyfill.umd.js +0 -87
  316. package/bundles/ng-atomic-common-directives-ios-safari-scroll-buggyfill.umd.js.map +0 -1
  317. package/bundles/ng-atomic-common-directives.umd.js +0 -87
  318. package/bundles/ng-atomic-common-directives.umd.js.map +0 -1
  319. package/bundles/ng-atomic-common-models.umd.js +0 -11
  320. package/bundles/ng-atomic-common-models.umd.js.map +0 -1
  321. package/bundles/ng-atomic-common-pipes.umd.js +0 -378
  322. package/bundles/ng-atomic-common-pipes.umd.js.map +0 -1
  323. package/bundles/ng-atomic-common-services.umd.js +0 -526
  324. package/bundles/ng-atomic-common-services.umd.js.map +0 -1
  325. package/bundles/ng-atomic-common-store.umd.js +0 -460
  326. package/bundles/ng-atomic-common-store.umd.js.map +0 -1
  327. package/bundles/ng-atomic-common-utils.umd.js +0 -806
  328. package/bundles/ng-atomic-common-utils.umd.js.map +0 -1
  329. package/bundles/ng-atomic-common.umd.js +0 -11
  330. package/bundles/ng-atomic-common.umd.js.map +0 -1
  331. package/directives/index.d.ts +0 -1
  332. package/directives/ng-atomic-common-directives.d.ts +0 -5
  333. package/directives/package.json +0 -10
  334. package/esm2015/directives/index.js +0 -2
  335. package/esm2015/directives/index.js.map +0 -1
  336. package/esm2015/directives/ios-safari-scroll-buggyfill/index.js +0 -3
  337. package/esm2015/directives/ios-safari-scroll-buggyfill/index.js.map +0 -1
  338. package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.js +0 -24
  339. package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.js.map +0 -1
  340. package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.js +0 -26
  341. package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.js.map +0 -1
  342. package/esm2015/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js +0 -5
  343. package/esm2015/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js.map +0 -1
  344. package/esm2015/directives/ng-atomic-common-directives.js +0 -5
  345. package/esm2015/directives/ng-atomic-common-directives.js.map +0 -1
  346. package/esm2015/index.js +0 -2
  347. package/esm2015/index.js.map +0 -1
  348. package/esm2015/models/action-item.js +0 -2
  349. package/esm2015/models/action-item.js.map +0 -1
  350. package/esm2015/models/index.js +0 -2
  351. package/esm2015/models/index.js.map +0 -1
  352. package/esm2015/models/menu-item.js +0 -2
  353. package/esm2015/models/menu-item.js.map +0 -1
  354. package/esm2015/models/ng-atomic-common-models.js +0 -5
  355. package/esm2015/models/ng-atomic-common-models.js.map +0 -1
  356. package/esm2015/models/public_api.js +0 -3
  357. package/esm2015/models/public_api.js.map +0 -1
  358. package/esm2015/ng-atomic-common.js +0 -5
  359. package/esm2015/ng-atomic-common.js.map +0 -1
  360. package/esm2015/pipes/domain/domain.module.js +0 -26
  361. package/esm2015/pipes/domain/domain.module.js.map +0 -1
  362. package/esm2015/pipes/domain/domain.pipe.js +0 -29
  363. package/esm2015/pipes/domain/domain.pipe.js.map +0 -1
  364. package/esm2015/pipes/domain/index.js +0 -3
  365. package/esm2015/pipes/domain/index.js.map +0 -1
  366. package/esm2015/pipes/index.js +0 -7
  367. package/esm2015/pipes/index.js.map +0 -1
  368. package/esm2015/pipes/ng-atomic-common-pipes.js +0 -5
  369. package/esm2015/pipes/ng-atomic-common-pipes.js.map +0 -1
  370. package/esm2015/pipes/smart-clamp/index.js +0 -3
  371. package/esm2015/pipes/smart-clamp/index.js.map +0 -1
  372. package/esm2015/pipes/smart-clamp/smart-clamp.module.js +0 -26
  373. package/esm2015/pipes/smart-clamp/smart-clamp.module.js.map +0 -1
  374. package/esm2015/pipes/smart-clamp/smart-clamp.pipe.js +0 -45
  375. package/esm2015/pipes/smart-clamp/smart-clamp.pipe.js.map +0 -1
  376. package/esm2015/pipes/smart-exp/index.js +0 -3
  377. package/esm2015/pipes/smart-exp/index.js.map +0 -1
  378. package/esm2015/pipes/smart-exp/smart-exp.module.js +0 -16
  379. package/esm2015/pipes/smart-exp/smart-exp.module.js.map +0 -1
  380. package/esm2015/pipes/smart-exp/smart-exp.pipe.js +0 -28
  381. package/esm2015/pipes/smart-exp/smart-exp.pipe.js.map +0 -1
  382. package/esm2015/pipes/smart-field/index.js +0 -3
  383. package/esm2015/pipes/smart-field/index.js.map +0 -1
  384. package/esm2015/pipes/smart-field/smart-field.module.js +0 -26
  385. package/esm2015/pipes/smart-field/smart-field.module.js.map +0 -1
  386. package/esm2015/pipes/smart-field/smart-field.pipe.js +0 -33
  387. package/esm2015/pipes/smart-field/smart-field.pipe.js.map +0 -1
  388. package/esm2015/pipes/smart-sort-by/index.js +0 -3
  389. package/esm2015/pipes/smart-sort-by/index.js.map +0 -1
  390. package/esm2015/pipes/smart-sort-by/smart-sort-by.module.js +0 -26
  391. package/esm2015/pipes/smart-sort-by/smart-sort-by.module.js.map +0 -1
  392. package/esm2015/pipes/smart-sort-by/smart-sort-by.pipe.js +0 -32
  393. package/esm2015/pipes/smart-sort-by/smart-sort-by.pipe.js.map +0 -1
  394. package/esm2015/pipes/yen/index.js +0 -3
  395. package/esm2015/pipes/yen/index.js.map +0 -1
  396. package/esm2015/pipes/yen/yen.module.js +0 -26
  397. package/esm2015/pipes/yen/yen.module.js.map +0 -1
  398. package/esm2015/pipes/yen/yen.pipe.js +0 -17
  399. package/esm2015/pipes/yen/yen.pipe.js.map +0 -1
  400. package/esm2015/services/form/form.service.js.map +0 -1
  401. package/esm2015/services/form/index.js +0 -2
  402. package/esm2015/services/form/index.js.map +0 -1
  403. package/esm2015/services/index.js +0 -5
  404. package/esm2015/services/index.js.map +0 -1
  405. package/esm2015/services/loading/index.js +0 -2
  406. package/esm2015/services/loading/index.js.map +0 -1
  407. package/esm2015/services/loading/loading.service.js.map +0 -1
  408. package/esm2015/services/ng-atomic-common-services.js +0 -5
  409. package/esm2015/services/ng-atomic-common-services.js.map +0 -1
  410. package/esm2015/services/query-resolver/index.js +0 -2
  411. package/esm2015/services/query-resolver/index.js.map +0 -1
  412. package/esm2015/services/query-resolver/query-resolver.service.js +0 -31
  413. package/esm2015/services/query-resolver/query-resolver.service.js.map +0 -1
  414. package/esm2015/services/snack-bar/index.js +0 -3
  415. package/esm2015/services/snack-bar/index.js.map +0 -1
  416. package/esm2015/services/snack-bar/snack-bar.module.js +0 -24
  417. package/esm2015/services/snack-bar/snack-bar.module.js.map +0 -1
  418. package/esm2015/services/snack-bar/snack-bar.service.js +0 -23
  419. package/esm2015/services/snack-bar/snack-bar.service.js.map +0 -1
  420. package/esm2015/store/entities.page.store.js.map +0 -1
  421. package/esm2015/store/entity.page.store.js.map +0 -1
  422. package/esm2015/store/index.js +0 -3
  423. package/esm2015/store/index.js.map +0 -1
  424. package/esm2015/store/ng-atomic-common-store.js +0 -5
  425. package/esm2015/store/ng-atomic-common-store.js.map +0 -1
  426. package/esm2015/utils/comma/comma.js +0 -4
  427. package/esm2015/utils/comma/comma.js.map +0 -1
  428. package/esm2015/utils/comma/index.js +0 -2
  429. package/esm2015/utils/comma/index.js.map +0 -1
  430. package/esm2015/utils/compare-by-id/compare-by-id.js +0 -2
  431. package/esm2015/utils/compare-by-id/compare-by-id.js.map +0 -1
  432. package/esm2015/utils/compare-by-id/index.js +0 -2
  433. package/esm2015/utils/compare-by-id/index.js.map +0 -1
  434. package/esm2015/utils/date-utils/date-utils.js +0 -13
  435. package/esm2015/utils/date-utils/date-utils.js.map +0 -1
  436. package/esm2015/utils/date-utils/index.js +0 -2
  437. package/esm2015/utils/date-utils/index.js.map +0 -1
  438. package/esm2015/utils/index.js +0 -9
  439. package/esm2015/utils/index.js.map +0 -1
  440. package/esm2015/utils/mat-dayjs-date/dayjs-date.adapter.js +0 -191
  441. package/esm2015/utils/mat-dayjs-date/dayjs-date.adapter.js.map +0 -1
  442. package/esm2015/utils/mat-dayjs-date/dayjs-date.formats.js +0 -15
  443. package/esm2015/utils/mat-dayjs-date/dayjs-date.formats.js.map +0 -1
  444. package/esm2015/utils/mat-dayjs-date/dayjs-date.module.js +0 -41
  445. package/esm2015/utils/mat-dayjs-date/dayjs-date.module.js.map +0 -1
  446. package/esm2015/utils/mat-dayjs-date/dayjs-jp-providers.js +0 -20
  447. package/esm2015/utils/mat-dayjs-date/dayjs-jp-providers.js.map +0 -1
  448. package/esm2015/utils/mat-dayjs-date/index.js +0 -5
  449. package/esm2015/utils/mat-dayjs-date/index.js.map +0 -1
  450. package/esm2015/utils/ng-atomic-common-utils.js +0 -5
  451. package/esm2015/utils/ng-atomic-common-utils.js.map +0 -1
  452. package/esm2015/utils/query/index.js +0 -2
  453. package/esm2015/utils/query/index.js.map +0 -1
  454. package/esm2015/utils/query/query.resolver.js +0 -100
  455. package/esm2015/utils/query/query.resolver.js.map +0 -1
  456. package/esm2015/utils/smart-exp-transformer/index.js +0 -2
  457. package/esm2015/utils/smart-exp-transformer/index.js.map +0 -1
  458. package/esm2015/utils/smart-exp-transformer/smart-exp-transformer.js +0 -18
  459. package/esm2015/utils/smart-exp-transformer/smart-exp-transformer.js.map +0 -1
  460. package/esm2015/utils/to-object/index.js +0 -2
  461. package/esm2015/utils/to-object/index.js.map +0 -1
  462. package/esm2015/utils/to-object/to-object.js +0 -10
  463. package/esm2015/utils/to-object/to-object.js.map +0 -1
  464. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js +0 -54
  465. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js.map +0 -1
  466. package/fesm2015/ng-atomic-common-directives.js +0 -54
  467. package/fesm2015/ng-atomic-common-directives.js.map +0 -1
  468. package/fesm2015/ng-atomic-common-models.js +0 -4
  469. package/fesm2015/ng-atomic-common-models.js.map +0 -1
  470. package/fesm2015/ng-atomic-common-pipes.js +0 -302
  471. package/fesm2015/ng-atomic-common-pipes.js.map +0 -1
  472. package/fesm2015/ng-atomic-common-services.js +0 -144
  473. package/fesm2015/ng-atomic-common-services.js.map +0 -1
  474. package/fesm2015/ng-atomic-common-store.js +0 -90
  475. package/fesm2015/ng-atomic-common-store.js.map +0 -1
  476. package/fesm2015/ng-atomic-common-utils.js.map +0 -1
  477. package/fesm2015/ng-atomic-common.js.map +0 -1
  478. package/pipes/index.d.ts +0 -6
  479. package/pipes/ng-atomic-common-pipes.d.ts +0 -5
  480. package/pipes/package.json +0 -10
  481. package/services/index.d.ts +0 -4
  482. package/services/ng-atomic-common-services.d.ts +0 -5
  483. package/services/package.json +0 -10
  484. package/store/index.d.ts +0 -2
  485. package/store/ng-atomic-common-store.d.ts +0 -5
  486. package/store/package.json +0 -10
package/package.json CHANGED
@@ -1,21 +1,166 @@
1
1
  {
2
2
  "name": "@ng-atomic/common",
3
- "version": "2.0.1",
4
- "peerDependencies": {
5
- "@angular/common": "^11.2.14",
6
- "@angular/core": "^11.2.14",
7
- "flat": "^5.0.2",
8
- "rxjs": "~6.6.3",
9
- "@ngrx/component-store": "12.4.0"
3
+ "version": "3.2.0",
4
+ "license": "MIT",
5
+ "module": "fesm2015/ng-atomic-common.mjs",
6
+ "es2020": "fesm2020/ng-atomic-common.mjs",
7
+ "esm2020": "esm2020/ng-atomic-common.mjs",
8
+ "fesm2020": "fesm2020/ng-atomic-common.mjs",
9
+ "fesm2015": "fesm2015/ng-atomic-common.mjs",
10
+ "typings": "ng-atomic-common.d.ts",
11
+ "exports": {
12
+ "./package.json": {
13
+ "default": "./package.json"
14
+ },
15
+ ".": {
16
+ "types": "./ng-atomic-common.d.ts",
17
+ "esm2020": "./esm2020/ng-atomic-common.mjs",
18
+ "es2020": "./fesm2020/ng-atomic-common.mjs",
19
+ "es2015": "./fesm2015/ng-atomic-common.mjs",
20
+ "node": "./fesm2015/ng-atomic-common.mjs",
21
+ "default": "./fesm2020/ng-atomic-common.mjs"
22
+ },
23
+ "./directives/ios-safari-scroll-buggyfill": {
24
+ "types": "./directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts",
25
+ "esm2020": "./esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
26
+ "es2020": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
27
+ "es2015": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
28
+ "node": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
29
+ "default": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs"
30
+ },
31
+ "./models": {
32
+ "types": "./models/ng-atomic-common-models.d.ts",
33
+ "esm2020": "./esm2020/models/ng-atomic-common-models.mjs",
34
+ "es2020": "./fesm2020/ng-atomic-common-models.mjs",
35
+ "es2015": "./fesm2015/ng-atomic-common-models.mjs",
36
+ "node": "./fesm2015/ng-atomic-common-models.mjs",
37
+ "default": "./fesm2020/ng-atomic-common-models.mjs"
38
+ },
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"
142
+ },
143
+ "./utils": {
144
+ "types": "./utils/ng-atomic-common-utils.d.ts",
145
+ "esm2020": "./esm2020/utils/ng-atomic-common-utils.mjs",
146
+ "es2020": "./fesm2020/ng-atomic-common-utils.mjs",
147
+ "es2015": "./fesm2015/ng-atomic-common-utils.mjs",
148
+ "node": "./fesm2015/ng-atomic-common-utils.mjs",
149
+ "default": "./fesm2020/ng-atomic-common-utils.mjs"
150
+ }
10
151
  },
152
+ "sideEffects": false,
11
153
  "dependencies": {
12
- "tslib": "^2.0.0"
154
+ "tslib": "^2.3.0"
13
155
  },
14
- "main": "bundles/ng-atomic-common.umd.js",
15
- "module": "fesm2015/ng-atomic-common.js",
16
- "es2015": "fesm2015/ng-atomic-common.js",
17
- "esm2015": "esm2015/ng-atomic-common.js",
18
- "fesm2015": "fesm2015/ng-atomic-common.js",
19
- "typings": "ng-atomic-common.d.ts",
20
- "sideEffects": false
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
+ }
21
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"}