@ng-atomic/common 5.14.0 → 6.0.3

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 (422) hide show
  1. package/core/component-store.d.ts +48 -0
  2. package/core/index.d.ts +2 -0
  3. package/core/injectable-component.d.ts +31 -0
  4. package/esm2022/core/component-store.mjs +86 -0
  5. package/esm2022/core/index.mjs +3 -0
  6. package/esm2022/core/injectable-component.mjs +82 -0
  7. package/esm2022/core/ng-atomic-common-core.mjs +5 -0
  8. package/esm2022/directives/ios-safari-scroll-buggyfill/index.mjs +3 -0
  9. package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +24 -0
  10. package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +24 -0
  11. package/esm2022/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +5 -0
  12. package/esm2022/index.mjs +2 -0
  13. package/esm2022/models/action.mjs +7 -0
  14. package/{esm2020 → esm2022}/models/index.mjs +1 -1
  15. package/{esm2020 → esm2022}/models/menu-item.mjs +1 -1
  16. package/esm2022/models/ng-atomic-common-models.mjs +5 -0
  17. package/{esm2020 → esm2022}/models/public_api.mjs +1 -1
  18. package/{esm2020 → esm2022}/ng-atomic-common.mjs +1 -1
  19. package/esm2022/pipes/actions/actions.pipe.mjs +19 -0
  20. package/{esm2020 → esm2022}/pipes/actions/index.mjs +1 -1
  21. package/esm2022/pipes/actions/ng-atomic-common-pipes-actions.mjs +5 -0
  22. package/esm2022/pipes/data-accessor/data-accessor.pipe.mjs +30 -0
  23. package/{esm2020 → esm2022}/pipes/data-accessor/index.mjs +1 -1
  24. package/esm2022/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +5 -0
  25. package/esm2022/pipes/domain/domain.pipe.mjs +28 -0
  26. package/esm2022/pipes/domain/index.mjs +2 -0
  27. package/esm2022/pipes/domain/ng-atomic-common-pipes-domain.mjs +5 -0
  28. package/esm2022/pipes/error/error.pipe.mjs +44 -0
  29. package/esm2022/pipes/error/index.mjs +2 -0
  30. package/esm2022/pipes/error/ng-atomic-common-pipes-error.mjs +5 -0
  31. package/esm2022/pipes/grouped-by/grouped-by.pipe.mjs +27 -0
  32. package/esm2022/pipes/grouped-by/index.mjs +2 -0
  33. package/esm2022/pipes/grouped-by/ng-atomic-common-pipes-grouped-by.mjs +5 -0
  34. package/esm2022/pipes/keys/index.mjs +2 -0
  35. package/esm2022/pipes/keys/keys.pipe.mjs +18 -0
  36. package/esm2022/pipes/keys/ng-atomic-common-pipes-keys.mjs +5 -0
  37. package/esm2022/pipes/pagination/index.mjs +2 -0
  38. package/esm2022/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +5 -0
  39. package/esm2022/pipes/pagination/pagination.pipe.mjs +32 -0
  40. package/esm2022/pipes/query/index.mjs +2 -0
  41. package/esm2022/pipes/query/ng-atomic-common-pipes-query.mjs +5 -0
  42. package/esm2022/pipes/query/query.pipe.mjs +26 -0
  43. package/{esm2020 → esm2022}/pipes/select-id/index.mjs +1 -1
  44. package/esm2022/pipes/select-id/ng-atomic-common-pipes-select-id.mjs +5 -0
  45. package/esm2022/pipes/select-id/select-id.pipe.mjs +29 -0
  46. package/esm2022/pipes/signal/index.mjs +2 -0
  47. package/esm2022/pipes/signal/ng-atomic-common-pipes-signal.mjs +5 -0
  48. package/esm2022/pipes/signal/signal.pipe.mjs +21 -0
  49. package/esm2022/pipes/smart-exp/index.mjs +3 -0
  50. package/esm2022/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
  51. package/esm2022/pipes/smart-exp/smart-exp.module.mjs +16 -0
  52. package/esm2022/pipes/smart-exp/smart-exp.pipe.mjs +27 -0
  53. package/esm2022/pipes/smart-field/index.mjs +2 -0
  54. package/esm2022/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +5 -0
  55. package/esm2022/pipes/smart-field/smart-field.pipe.mjs +33 -0
  56. package/esm2022/pipes/smart-sort-by/index.mjs +4 -0
  57. package/esm2022/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +5 -0
  58. package/esm2022/pipes/smart-sort-by/smart-sort-by.module.mjs +24 -0
  59. package/esm2022/pipes/smart-sort-by/smart-sort-by.pipe.mjs +28 -0
  60. package/esm2022/pipes/smart-sort-by/smart-sort-by.transformer.mjs +5 -0
  61. package/esm2022/pipes/yen/index.mjs +2 -0
  62. package/esm2022/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
  63. package/esm2022/pipes/yen/yen.pipe.mjs +20 -0
  64. package/esm2022/services/auth/auth.service.mjs +36 -0
  65. package/esm2022/services/auth/index.mjs +2 -0
  66. package/esm2022/services/auth/ng-atomic-common-services-auth.mjs +5 -0
  67. package/esm2022/services/chips-manager/chips.manager.mjs +29 -0
  68. package/{esm2020 → esm2022}/services/chips-manager/index.mjs +1 -1
  69. package/esm2022/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +5 -0
  70. package/esm2022/services/csv/csv.service.mjs +25 -0
  71. package/{esm2020 → esm2022}/services/csv/index.mjs +1 -1
  72. package/esm2022/services/csv/ng-atomic-common-services-csv.mjs +5 -0
  73. package/esm2022/services/form/form.service.mjs +38 -0
  74. package/{esm2020 → esm2022}/services/form/index.mjs +1 -1
  75. package/esm2022/services/form/ng-atomic-common-services-form.mjs +5 -0
  76. package/{esm2020 → esm2022}/services/form/pagination/index.mjs +1 -1
  77. package/esm2022/services/form/pagination/ng-atomic-common-services-form-pagination.mjs +5 -0
  78. package/esm2022/services/form/pagination/pagination.service.mjs +24 -0
  79. package/{esm2020 → esm2022}/services/form/sort/index.mjs +1 -1
  80. package/esm2022/services/form/sort/ng-atomic-common-services-form-sort.mjs +5 -0
  81. package/esm2022/services/form/sort/sort.service.mjs +33 -0
  82. package/{esm2020 → esm2022}/services/loading/index.mjs +1 -1
  83. package/esm2022/services/loading/loading.service.mjs +44 -0
  84. package/esm2022/services/loading/ng-atomic-common-services-loading.mjs +5 -0
  85. package/{esm2020 → esm2022}/services/query-resolver/index.mjs +1 -1
  86. package/esm2022/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
  87. package/esm2022/services/query-resolver/query-resolver.service.mjs +33 -0
  88. package/esm2022/services/snack-bar/index.mjs +3 -0
  89. package/esm2022/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
  90. package/esm2022/services/snack-bar/snack-bar.module.mjs +22 -0
  91. package/esm2022/services/snack-bar/snack-bar.service.mjs +23 -0
  92. package/esm2022/services/ui/index.mjs +2 -0
  93. package/esm2022/services/ui/ng-atomic-common-services-ui.mjs +5 -0
  94. package/esm2022/services/ui/ui.service.mjs +199 -0
  95. package/esm2022/stores/component-store/component-store.mjs +2 -0
  96. package/esm2022/stores/component-store/index.mjs +2 -0
  97. package/esm2022/stores/component-store/ng-atomic-common-stores-component-store.mjs +5 -0
  98. package/esm2022/stores/entities/entities.store.mjs +32 -0
  99. package/esm2022/stores/entities/index.mjs +2 -0
  100. package/esm2022/stores/entities/ng-atomic-common-stores-entities.mjs +5 -0
  101. package/esm2022/stores/entity/entity.store.mjs +34 -0
  102. package/{esm2020 → esm2022}/stores/entity/index.mjs +1 -1
  103. package/esm2022/stores/entity/ng-atomic-common-stores-entity.mjs +5 -0
  104. package/{esm2020 → esm2022}/stores/pagination/index.mjs +1 -1
  105. package/esm2022/stores/pagination/ng-atomic-common-stores-pagination.mjs +5 -0
  106. package/esm2022/stores/pagination/pagination.store.mjs +23 -0
  107. package/{esm2020 → esm2022}/stores/query/index.mjs +1 -1
  108. package/esm2022/stores/query/ng-atomic-common-stores-query.mjs +5 -0
  109. package/esm2022/stores/query/query.store.mjs +31 -0
  110. package/{esm2020 → esm2022}/stores/selection/index.mjs +1 -1
  111. package/esm2022/stores/selection/ng-atomic-common-stores-selection.mjs +5 -0
  112. package/esm2022/stores/selection/selection.store.mjs +29 -0
  113. package/{esm2020 → esm2022}/stores/sort/index.mjs +1 -1
  114. package/esm2022/stores/sort/ng-atomic-common-stores-sort.mjs +5 -0
  115. package/esm2022/stores/sort/sort.store.mjs +27 -0
  116. package/esm2022/utils/comma/comma.mjs +4 -0
  117. package/{esm2020 → esm2022}/utils/comma/index.mjs +1 -1
  118. package/esm2022/utils/compare-by-id/compare-by-id.mjs +5 -0
  119. package/{esm2020 → esm2022}/utils/compare-by-id/index.mjs +1 -1
  120. package/esm2022/utils/date-utils/date-utils.mjs +13 -0
  121. package/{esm2020 → esm2022}/utils/date-utils/index.mjs +1 -1
  122. package/esm2022/utils/diff/diff.mjs +7 -0
  123. package/{esm2020 → esm2022}/utils/diff/index.mjs +1 -1
  124. package/esm2022/utils/get/get.mjs +6 -0
  125. package/esm2022/utils/get/index.mjs +2 -0
  126. package/esm2022/utils/index.mjs +11 -0
  127. package/esm2022/utils/mat-dayjs-date/dayjs-date.adapter.mjs +190 -0
  128. package/esm2022/utils/mat-dayjs-date/dayjs-date.formats.mjs +15 -0
  129. package/esm2022/utils/mat-dayjs-date/dayjs-date.module.mjs +41 -0
  130. package/esm2022/utils/mat-dayjs-date/dayjs-jp-providers.mjs +20 -0
  131. package/esm2022/utils/mat-dayjs-date/index.mjs +5 -0
  132. package/esm2022/utils/ng-atomic-common-utils.mjs +5 -0
  133. package/{esm2020 → esm2022}/utils/page/index.mjs +1 -1
  134. package/esm2022/utils/page/ng-atomic-common-utils-page.mjs +5 -0
  135. package/esm2022/utils/page/page.mjs +20 -0
  136. package/{esm2020/stores/entities → esm2022/utils/query}/index.mjs +2 -2
  137. package/esm2022/utils/query/query.resolver.mjs +100 -0
  138. package/{esm2020 → esm2022}/utils/smart-exp-transformer/index.mjs +1 -1
  139. package/esm2022/utils/smart-exp-transformer/smart-exp-transformer.mjs +18 -0
  140. package/{esm2020 → esm2022}/utils/to-object/index.mjs +1 -1
  141. package/esm2022/utils/to-object/to-object.mjs +10 -0
  142. package/fesm2022/ng-atomic-common-core.mjs +171 -0
  143. package/fesm2022/ng-atomic-common-core.mjs.map +1 -0
  144. package/{fesm2015 → fesm2022}/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +7 -7
  145. package/fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
  146. package/fesm2022/ng-atomic-common-models.mjs.map +1 -0
  147. package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-actions.mjs +3 -3
  148. package/fesm2022/ng-atomic-common-pipes-actions.mjs.map +1 -0
  149. package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-data-accessor.mjs +5 -5
  150. package/fesm2022/ng-atomic-common-pipes-data-accessor.mjs.map +1 -0
  151. package/fesm2022/ng-atomic-common-pipes-domain.mjs +35 -0
  152. package/fesm2022/ng-atomic-common-pipes-domain.mjs.map +1 -0
  153. package/fesm2022/ng-atomic-common-pipes-error.mjs +51 -0
  154. package/fesm2022/ng-atomic-common-pipes-error.mjs.map +1 -0
  155. package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs +34 -0
  156. package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs.map +1 -0
  157. package/fesm2022/ng-atomic-common-pipes-keys.mjs +25 -0
  158. package/fesm2022/ng-atomic-common-pipes-keys.mjs.map +1 -0
  159. package/fesm2022/ng-atomic-common-pipes-pagination.mjs +39 -0
  160. package/fesm2022/ng-atomic-common-pipes-pagination.mjs.map +1 -0
  161. package/fesm2022/ng-atomic-common-pipes-query.mjs +33 -0
  162. package/fesm2022/ng-atomic-common-pipes-query.mjs.map +1 -0
  163. package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-select-id.mjs +4 -4
  164. package/fesm2022/ng-atomic-common-pipes-select-id.mjs.map +1 -0
  165. package/fesm2022/ng-atomic-common-pipes-signal.mjs +28 -0
  166. package/fesm2022/ng-atomic-common-pipes-signal.mjs.map +1 -0
  167. package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-smart-exp.mjs +8 -8
  168. package/fesm2022/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
  169. package/fesm2022/ng-atomic-common-pipes-smart-field.mjs +40 -0
  170. package/fesm2022/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
  171. package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-smart-sort-by.mjs +9 -9
  172. package/fesm2022/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
  173. package/fesm2022/ng-atomic-common-pipes-yen.mjs +27 -0
  174. package/fesm2022/ng-atomic-common-pipes-yen.mjs.map +1 -0
  175. package/fesm2022/ng-atomic-common-services-auth.mjs +43 -0
  176. package/fesm2022/ng-atomic-common-services-auth.mjs.map +1 -0
  177. package/{fesm2015 → fesm2022}/ng-atomic-common-services-chips-manager.mjs +3 -3
  178. package/fesm2022/ng-atomic-common-services-chips-manager.mjs.map +1 -0
  179. package/{fesm2020 → fesm2022}/ng-atomic-common-services-csv.mjs +3 -3
  180. package/fesm2022/ng-atomic-common-services-csv.mjs.map +1 -0
  181. package/{fesm2020 → fesm2022}/ng-atomic-common-services-form-pagination.mjs +3 -3
  182. package/fesm2022/ng-atomic-common-services-form-pagination.mjs.map +1 -0
  183. package/{fesm2020 → fesm2022}/ng-atomic-common-services-form-sort.mjs +3 -3
  184. package/fesm2022/ng-atomic-common-services-form-sort.mjs.map +1 -0
  185. package/{fesm2020 → fesm2022}/ng-atomic-common-services-form.mjs +1 -1
  186. package/fesm2022/ng-atomic-common-services-form.mjs.map +1 -0
  187. package/{fesm2020 → fesm2022}/ng-atomic-common-services-loading.mjs +3 -3
  188. package/fesm2022/ng-atomic-common-services-loading.mjs.map +1 -0
  189. package/{fesm2020 → fesm2022}/ng-atomic-common-services-query-resolver.mjs +8 -9
  190. package/fesm2022/ng-atomic-common-services-query-resolver.mjs.map +1 -0
  191. package/{fesm2015 → fesm2022}/ng-atomic-common-services-snack-bar.mjs +9 -9
  192. package/fesm2022/ng-atomic-common-services-snack-bar.mjs.map +1 -0
  193. package/fesm2022/ng-atomic-common-services-ui.mjs +206 -0
  194. package/fesm2022/ng-atomic-common-services-ui.mjs.map +1 -0
  195. package/fesm2022/ng-atomic-common-stores-component-store.mjs +6 -0
  196. package/fesm2022/ng-atomic-common-stores-component-store.mjs.map +1 -0
  197. package/{fesm2015 → fesm2022}/ng-atomic-common-stores-entities.mjs +6 -1
  198. package/fesm2022/ng-atomic-common-stores-entities.mjs.map +1 -0
  199. package/fesm2022/ng-atomic-common-stores-entity.mjs.map +1 -0
  200. package/{fesm2020 → fesm2022}/ng-atomic-common-stores-pagination.mjs +3 -3
  201. package/fesm2022/ng-atomic-common-stores-pagination.mjs.map +1 -0
  202. package/{fesm2020 → fesm2022}/ng-atomic-common-stores-query.mjs +4 -4
  203. package/fesm2022/ng-atomic-common-stores-query.mjs.map +1 -0
  204. package/{fesm2020 → fesm2022}/ng-atomic-common-stores-selection.mjs +3 -3
  205. package/fesm2022/ng-atomic-common-stores-selection.mjs.map +1 -0
  206. package/{fesm2020 → fesm2022}/ng-atomic-common-stores-sort.mjs +4 -5
  207. package/fesm2022/ng-atomic-common-stores-sort.mjs.map +1 -0
  208. package/fesm2022/ng-atomic-common-utils-page.mjs.map +1 -0
  209. package/{fesm2020 → fesm2022}/ng-atomic-common-utils.mjs +33 -24
  210. package/fesm2022/ng-atomic-common-utils.mjs.map +1 -0
  211. package/fesm2022/ng-atomic-common.mjs.map +1 -0
  212. package/package.json +175 -176
  213. package/pipes/domain/domain.pipe.d.ts +1 -1
  214. package/pipes/domain/index.d.ts +1 -2
  215. package/pipes/error/error.pipe.d.ts +16 -0
  216. package/pipes/error/index.d.ts +1 -0
  217. package/pipes/grouped-by/grouped-by.pipe.d.ts +9 -0
  218. package/pipes/grouped-by/index.d.ts +1 -0
  219. package/pipes/keys/index.d.ts +1 -0
  220. package/pipes/keys/keys.pipe.d.ts +8 -0
  221. package/pipes/pagination/index.d.ts +0 -1
  222. package/pipes/pagination/pagination.pipe.d.ts +1 -0
  223. package/pipes/query/index.d.ts +1 -0
  224. package/pipes/query/query.pipe.d.ts +10 -0
  225. package/pipes/signal/index.d.ts +1 -0
  226. package/pipes/signal/signal.pipe.d.ts +10 -0
  227. package/pipes/smart-field/index.d.ts +0 -1
  228. package/pipes/smart-field/smart-field.pipe.d.ts +30 -9
  229. package/pipes/yen/index.d.ts +0 -1
  230. package/pipes/yen/yen.pipe.d.ts +2 -2
  231. package/services/auth/auth.service.d.ts +34 -0
  232. package/services/auth/index.d.ts +1 -0
  233. package/services/ui/index.d.ts +1 -0
  234. package/services/ui/ui.service.d.ts +54 -0
  235. package/stores/component-store/component-store.d.ts +1 -0
  236. package/stores/component-store/index.d.ts +1 -0
  237. package/stores/entities/entities.store.d.ts +6 -5
  238. package/stores/sort/sort.store.d.ts +0 -1
  239. package/utils/get/get.d.ts +5 -0
  240. package/utils/get/index.d.ts +1 -0
  241. package/utils/index.d.ts +1 -0
  242. package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +0 -3
  243. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +0 -24
  244. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +0 -24
  245. package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +0 -5
  246. package/esm2020/index.mjs +0 -2
  247. package/esm2020/models/action.mjs +0 -7
  248. package/esm2020/models/ng-atomic-common-models.mjs +0 -5
  249. package/esm2020/pipes/actions/actions.pipe.mjs +0 -19
  250. package/esm2020/pipes/actions/ng-atomic-common-pipes-actions.mjs +0 -5
  251. package/esm2020/pipes/data-accessor/data-accessor.pipe.mjs +0 -30
  252. package/esm2020/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +0 -5
  253. package/esm2020/pipes/domain/domain.module.mjs +0 -24
  254. package/esm2020/pipes/domain/domain.pipe.mjs +0 -27
  255. package/esm2020/pipes/domain/index.mjs +0 -3
  256. package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +0 -5
  257. package/esm2020/pipes/pagination/index.mjs +0 -3
  258. package/esm2020/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +0 -5
  259. package/esm2020/pipes/pagination/pagination.module.mjs +0 -20
  260. package/esm2020/pipes/pagination/pagination.pipe.mjs +0 -32
  261. package/esm2020/pipes/select-id/ng-atomic-common-pipes-select-id.mjs +0 -5
  262. package/esm2020/pipes/select-id/select-id.pipe.mjs +0 -29
  263. package/esm2020/pipes/smart-exp/index.mjs +0 -3
  264. package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +0 -5
  265. package/esm2020/pipes/smart-exp/smart-exp.module.mjs +0 -16
  266. package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +0 -27
  267. package/esm2020/pipes/smart-field/index.mjs +0 -3
  268. package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +0 -5
  269. package/esm2020/pipes/smart-field/smart-field.module.mjs +0 -24
  270. package/esm2020/pipes/smart-field/smart-field.pipe.mjs +0 -31
  271. package/esm2020/pipes/smart-sort-by/index.mjs +0 -4
  272. package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +0 -5
  273. package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +0 -24
  274. package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +0 -28
  275. package/esm2020/pipes/smart-sort-by/smart-sort-by.transformer.mjs +0 -5
  276. package/esm2020/pipes/yen/index.mjs +0 -3
  277. package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +0 -5
  278. package/esm2020/pipes/yen/yen.module.mjs +0 -24
  279. package/esm2020/pipes/yen/yen.pipe.mjs +0 -17
  280. package/esm2020/services/chips-manager/chips.manager.mjs +0 -29
  281. package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +0 -5
  282. package/esm2020/services/csv/csv.service.mjs +0 -25
  283. package/esm2020/services/csv/ng-atomic-common-services-csv.mjs +0 -5
  284. package/esm2020/services/form/form.service.mjs +0 -38
  285. package/esm2020/services/form/ng-atomic-common-services-form.mjs +0 -5
  286. package/esm2020/services/form/pagination/ng-atomic-common-services-form-pagination.mjs +0 -5
  287. package/esm2020/services/form/pagination/pagination.service.mjs +0 -24
  288. package/esm2020/services/form/sort/ng-atomic-common-services-form-sort.mjs +0 -5
  289. package/esm2020/services/form/sort/sort.service.mjs +0 -33
  290. package/esm2020/services/loading/loading.service.mjs +0 -44
  291. package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +0 -5
  292. package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +0 -5
  293. package/esm2020/services/query-resolver/query-resolver.service.mjs +0 -34
  294. package/esm2020/services/snack-bar/index.mjs +0 -3
  295. package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +0 -5
  296. package/esm2020/services/snack-bar/snack-bar.module.mjs +0 -22
  297. package/esm2020/services/snack-bar/snack-bar.service.mjs +0 -23
  298. package/esm2020/stores/entities/entities.store.mjs +0 -27
  299. package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +0 -5
  300. package/esm2020/stores/entity/entity.store.mjs +0 -34
  301. package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +0 -5
  302. package/esm2020/stores/pagination/ng-atomic-common-stores-pagination.mjs +0 -5
  303. package/esm2020/stores/pagination/pagination.store.mjs +0 -23
  304. package/esm2020/stores/query/ng-atomic-common-stores-query.mjs +0 -5
  305. package/esm2020/stores/query/query.store.mjs +0 -31
  306. package/esm2020/stores/selection/ng-atomic-common-stores-selection.mjs +0 -5
  307. package/esm2020/stores/selection/selection.store.mjs +0 -29
  308. package/esm2020/stores/sort/ng-atomic-common-stores-sort.mjs +0 -5
  309. package/esm2020/stores/sort/sort.store.mjs +0 -28
  310. package/esm2020/utils/comma/comma.mjs +0 -4
  311. package/esm2020/utils/compare-by-id/compare-by-id.mjs +0 -5
  312. package/esm2020/utils/date-utils/date-utils.mjs +0 -13
  313. package/esm2020/utils/diff/diff.mjs +0 -7
  314. package/esm2020/utils/index.mjs +0 -10
  315. package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +0 -191
  316. package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +0 -15
  317. package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +0 -41
  318. package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +0 -20
  319. package/esm2020/utils/mat-dayjs-date/index.mjs +0 -5
  320. package/esm2020/utils/ng-atomic-common-utils.mjs +0 -5
  321. package/esm2020/utils/page/ng-atomic-common-utils-page.mjs +0 -5
  322. package/esm2020/utils/page/page.mjs +0 -20
  323. package/esm2020/utils/query/index.mjs +0 -2
  324. package/esm2020/utils/query/query.resolver.mjs +0 -97
  325. package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +0 -18
  326. package/esm2020/utils/to-object/to-object.mjs +0 -10
  327. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +0 -1
  328. package/fesm2015/ng-atomic-common-models.mjs.map +0 -1
  329. package/fesm2015/ng-atomic-common-pipes-actions.mjs +0 -26
  330. package/fesm2015/ng-atomic-common-pipes-actions.mjs.map +0 -1
  331. package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs +0 -40
  332. package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs.map +0 -1
  333. package/fesm2015/ng-atomic-common-pipes-domain.mjs +0 -59
  334. package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +0 -1
  335. package/fesm2015/ng-atomic-common-pipes-pagination.mjs +0 -59
  336. package/fesm2015/ng-atomic-common-pipes-pagination.mjs.map +0 -1
  337. package/fesm2015/ng-atomic-common-pipes-select-id.mjs +0 -39
  338. package/fesm2015/ng-atomic-common-pipes-select-id.mjs.map +0 -1
  339. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +0 -50
  340. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +0 -1
  341. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +0 -63
  342. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +0 -1
  343. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +0 -63
  344. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +0 -1
  345. package/fesm2015/ng-atomic-common-pipes-yen.mjs +0 -45
  346. package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +0 -1
  347. package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +0 -1
  348. package/fesm2015/ng-atomic-common-services-csv.mjs +0 -32
  349. package/fesm2015/ng-atomic-common-services-csv.mjs.map +0 -1
  350. package/fesm2015/ng-atomic-common-services-form-pagination.mjs +0 -31
  351. package/fesm2015/ng-atomic-common-services-form-pagination.mjs.map +0 -1
  352. package/fesm2015/ng-atomic-common-services-form-sort.mjs +0 -39
  353. package/fesm2015/ng-atomic-common-services-form-sort.mjs.map +0 -1
  354. package/fesm2015/ng-atomic-common-services-form.mjs +0 -42
  355. package/fesm2015/ng-atomic-common-services-form.mjs.map +0 -1
  356. package/fesm2015/ng-atomic-common-services-loading.mjs +0 -54
  357. package/fesm2015/ng-atomic-common-services-loading.mjs.map +0 -1
  358. package/fesm2015/ng-atomic-common-services-query-resolver.mjs +0 -44
  359. package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +0 -1
  360. package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +0 -1
  361. package/fesm2015/ng-atomic-common-stores-entities.mjs.map +0 -1
  362. package/fesm2015/ng-atomic-common-stores-entity.mjs +0 -42
  363. package/fesm2015/ng-atomic-common-stores-entity.mjs.map +0 -1
  364. package/fesm2015/ng-atomic-common-stores-pagination.mjs +0 -30
  365. package/fesm2015/ng-atomic-common-stores-pagination.mjs.map +0 -1
  366. package/fesm2015/ng-atomic-common-stores-query.mjs +0 -40
  367. package/fesm2015/ng-atomic-common-stores-query.mjs.map +0 -1
  368. package/fesm2015/ng-atomic-common-stores-selection.mjs +0 -36
  369. package/fesm2015/ng-atomic-common-stores-selection.mjs.map +0 -1
  370. package/fesm2015/ng-atomic-common-stores-sort.mjs +0 -35
  371. package/fesm2015/ng-atomic-common-stores-sort.mjs.map +0 -1
  372. package/fesm2015/ng-atomic-common-utils-page.mjs +0 -21
  373. package/fesm2015/ng-atomic-common-utils-page.mjs.map +0 -1
  374. package/fesm2015/ng-atomic-common-utils.mjs +0 -419
  375. package/fesm2015/ng-atomic-common-utils.mjs.map +0 -1
  376. package/fesm2015/ng-atomic-common.mjs.map +0 -1
  377. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +0 -52
  378. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +0 -1
  379. package/fesm2020/ng-atomic-common-models.mjs +0 -13
  380. package/fesm2020/ng-atomic-common-models.mjs.map +0 -1
  381. package/fesm2020/ng-atomic-common-pipes-actions.mjs.map +0 -1
  382. package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs.map +0 -1
  383. package/fesm2020/ng-atomic-common-pipes-domain.mjs +0 -55
  384. package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +0 -1
  385. package/fesm2020/ng-atomic-common-pipes-pagination.mjs +0 -56
  386. package/fesm2020/ng-atomic-common-pipes-pagination.mjs.map +0 -1
  387. package/fesm2020/ng-atomic-common-pipes-select-id.mjs.map +0 -1
  388. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +0 -1
  389. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +0 -59
  390. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +0 -1
  391. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +0 -1
  392. package/fesm2020/ng-atomic-common-pipes-yen.mjs +0 -45
  393. package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +0 -1
  394. package/fesm2020/ng-atomic-common-services-chips-manager.mjs +0 -36
  395. package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +0 -1
  396. package/fesm2020/ng-atomic-common-services-csv.mjs.map +0 -1
  397. package/fesm2020/ng-atomic-common-services-form-pagination.mjs.map +0 -1
  398. package/fesm2020/ng-atomic-common-services-form-sort.mjs.map +0 -1
  399. package/fesm2020/ng-atomic-common-services-form.mjs.map +0 -1
  400. package/fesm2020/ng-atomic-common-services-loading.mjs.map +0 -1
  401. package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +0 -1
  402. package/fesm2020/ng-atomic-common-services-snack-bar.mjs +0 -49
  403. package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +0 -1
  404. package/fesm2020/ng-atomic-common-stores-entities.mjs +0 -34
  405. package/fesm2020/ng-atomic-common-stores-entities.mjs.map +0 -1
  406. package/fesm2020/ng-atomic-common-stores-entity.mjs.map +0 -1
  407. package/fesm2020/ng-atomic-common-stores-pagination.mjs.map +0 -1
  408. package/fesm2020/ng-atomic-common-stores-query.mjs.map +0 -1
  409. package/fesm2020/ng-atomic-common-stores-selection.mjs.map +0 -1
  410. package/fesm2020/ng-atomic-common-stores-sort.mjs.map +0 -1
  411. package/fesm2020/ng-atomic-common-utils-page.mjs.map +0 -1
  412. package/fesm2020/ng-atomic-common-utils.mjs.map +0 -1
  413. package/fesm2020/ng-atomic-common.mjs +0 -4
  414. package/fesm2020/ng-atomic-common.mjs.map +0 -1
  415. package/pipes/domain/domain.module.d.ts +0 -8
  416. package/pipes/pagination/pagination.module.d.ts +0 -7
  417. package/pipes/smart-field/smart-field.module.d.ts +0 -8
  418. package/pipes/yen/yen.module.d.ts +0 -8
  419. /package/{fesm2015 → fesm2022}/ng-atomic-common-models.mjs +0 -0
  420. /package/{fesm2020 → fesm2022}/ng-atomic-common-stores-entity.mjs +0 -0
  421. /package/{fesm2020 → fesm2022}/ng-atomic-common-utils-page.mjs +0 -0
  422. /package/{fesm2015 → fesm2022}/ng-atomic-common.mjs +0 -0
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pagination.pipe";
3
- export declare class PaginationModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, never, [typeof i1.PaginationPipe], [typeof i1.PaginationPipe]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
7
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smart-field.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class SmartFieldModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartFieldModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFieldModule, [typeof i1.SmartFieldPipe], [typeof i2.CommonModule], [typeof i1.SmartFieldPipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartFieldModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./yen.pipe";
3
- import * as i2 from "@angular/common";
4
- export declare class YenModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<YenModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<YenModule, [typeof i1.YenPipe], [typeof i2.CommonModule], [typeof i1.YenPipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<YenModule>;
8
- }
File without changes