@ng-atomic/common 4.16.3 → 4.20.2

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 (349) hide show
  1. package/directives/ios-safari-scroll-buggyfill/index.d.ts +0 -1
  2. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts +0 -1
  3. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts +0 -1
  4. package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +1 -1
  5. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +12 -14
  6. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +18 -19
  7. package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +1 -1
  8. package/esm2020/index.mjs +1 -1
  9. package/esm2020/models/action-item.mjs +1 -1
  10. package/esm2020/models/action.mjs +1 -1
  11. package/esm2020/models/index.mjs +1 -1
  12. package/esm2020/models/menu-item.mjs +1 -1
  13. package/esm2020/models/ng-atomic-common-models.mjs +1 -1
  14. package/esm2020/models/public_api.mjs +1 -1
  15. package/esm2020/ng-atomic-common.mjs +1 -1
  16. package/esm2020/pipes/data-accessor/data-accessor.pipe.mjs +16 -16
  17. package/esm2020/pipes/data-accessor/index.mjs +1 -1
  18. package/esm2020/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +1 -1
  19. package/esm2020/pipes/domain/domain.module.mjs +18 -19
  20. package/esm2020/pipes/domain/domain.pipe.mjs +15 -15
  21. package/esm2020/pipes/domain/index.mjs +1 -1
  22. package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +1 -1
  23. package/esm2020/pipes/pagination/index.mjs +1 -1
  24. package/esm2020/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +1 -1
  25. package/esm2020/pipes/pagination/pagination.module.mjs +18 -19
  26. package/esm2020/pipes/pagination/pagination.pipe.mjs +15 -15
  27. package/esm2020/pipes/pagination/pagination.transformer.mjs +1 -1
  28. package/esm2020/pipes/smart-exp/index.mjs +1 -1
  29. package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +1 -1
  30. package/esm2020/pipes/smart-exp/smart-exp.module.mjs +11 -12
  31. package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +15 -15
  32. package/esm2020/pipes/smart-field/index.mjs +1 -1
  33. package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +1 -1
  34. package/esm2020/pipes/smart-field/smart-field.module.mjs +18 -19
  35. package/esm2020/pipes/smart-field/smart-field.pipe.mjs +15 -15
  36. package/esm2020/pipes/smart-sort-by/index.mjs +1 -1
  37. package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +1 -1
  38. package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +18 -19
  39. package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +15 -15
  40. package/esm2020/pipes/smart-sort-by/smart-sort-by.transformer.mjs +1 -1
  41. package/esm2020/pipes/yen/index.mjs +1 -1
  42. package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +1 -1
  43. package/esm2020/pipes/yen/yen.module.mjs +18 -19
  44. package/esm2020/pipes/yen/yen.pipe.mjs +9 -9
  45. package/esm2020/services/chips-manager/chips.manager.mjs +6 -6
  46. package/esm2020/services/chips-manager/index.mjs +1 -1
  47. package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +1 -1
  48. package/esm2020/services/form/form.service.mjs +1 -1
  49. package/esm2020/services/form/index.mjs +1 -1
  50. package/esm2020/services/form/ng-atomic-common-services-form.mjs +1 -1
  51. package/esm2020/services/loading/index.mjs +1 -1
  52. package/esm2020/services/loading/loading.service.mjs +13 -10
  53. package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +1 -1
  54. package/esm2020/services/query-resolver/index.mjs +1 -1
  55. package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +1 -1
  56. package/esm2020/services/query-resolver/query-resolver.service.mjs +14 -14
  57. package/esm2020/services/snack-bar/index.mjs +1 -1
  58. package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +1 -1
  59. package/esm2020/services/snack-bar/snack-bar.module.mjs +15 -16
  60. package/esm2020/services/snack-bar/snack-bar.service.mjs +9 -9
  61. package/esm2020/stores/entities/entities.store.mjs +1 -1
  62. package/esm2020/stores/entities/index.mjs +1 -1
  63. package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +1 -1
  64. package/esm2020/stores/entity/entity.store.mjs +1 -1
  65. package/esm2020/stores/entity/index.mjs +1 -1
  66. package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +1 -1
  67. package/esm2020/stores/pagination/index.mjs +1 -1
  68. package/esm2020/stores/pagination/ng-atomic-common-stores-pagination.mjs +1 -1
  69. package/esm2020/stores/pagination/pagination.store.mjs +6 -6
  70. package/esm2020/stores/query/index.mjs +1 -1
  71. package/esm2020/stores/query/ng-atomic-common-stores-query.mjs +1 -1
  72. package/esm2020/stores/query/query.store.mjs +11 -11
  73. package/esm2020/stores/selection/index.mjs +1 -1
  74. package/esm2020/stores/selection/ng-atomic-common-stores-selection.mjs +1 -1
  75. package/esm2020/stores/selection/selection.store.mjs +6 -6
  76. package/esm2020/stores/sort/index.mjs +1 -1
  77. package/esm2020/stores/sort/ng-atomic-common-stores-sort.mjs +1 -1
  78. package/esm2020/stores/sort/sort.store.mjs +6 -6
  79. package/esm2020/utils/comma/comma.mjs +1 -1
  80. package/esm2020/utils/comma/index.mjs +1 -1
  81. package/esm2020/utils/compare-by-id/compare-by-id.mjs +1 -1
  82. package/esm2020/utils/compare-by-id/index.mjs +1 -1
  83. package/esm2020/utils/date-utils/date-utils.mjs +1 -1
  84. package/esm2020/utils/date-utils/index.mjs +1 -1
  85. package/esm2020/utils/index.mjs +1 -1
  86. package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +1 -1
  87. package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +1 -1
  88. package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +26 -27
  89. package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +1 -1
  90. package/esm2020/utils/mat-dayjs-date/index.mjs +1 -1
  91. package/esm2020/utils/ng-atomic-common-utils.mjs +1 -1
  92. package/esm2020/utils/page/index.mjs +1 -1
  93. package/esm2020/utils/page/ng-atomic-common-utils-page.mjs +1 -1
  94. package/esm2020/utils/page/page.mjs +1 -1
  95. package/esm2020/utils/query/index.mjs +1 -1
  96. package/esm2020/utils/query/query.resolver.mjs +1 -1
  97. package/esm2020/utils/smart-exp-transformer/index.mjs +1 -1
  98. package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +1 -1
  99. package/esm2020/utils/to-object/index.mjs +1 -1
  100. package/esm2020/utils/to-object/to-object.mjs +1 -1
  101. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +10 -19
  102. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  103. package/fesm2015/ng-atomic-common-models.mjs.map +1 -1
  104. package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs +5 -7
  105. package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs.map +1 -1
  106. package/fesm2015/ng-atomic-common-pipes-domain.mjs +10 -15
  107. package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -1
  108. package/fesm2015/ng-atomic-common-pipes-pagination.mjs +10 -15
  109. package/fesm2015/ng-atomic-common-pipes-pagination.mjs.map +1 -1
  110. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +10 -15
  111. package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +1 -1
  112. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +10 -15
  113. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
  114. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +10 -15
  115. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
  116. package/fesm2015/ng-atomic-common-pipes-yen.mjs +9 -14
  117. package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -1
  118. package/fesm2015/ng-atomic-common-services-chips-manager.mjs +4 -6
  119. package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +1 -1
  120. package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -1
  121. package/fesm2015/ng-atomic-common-services-loading.mjs +9 -8
  122. package/fesm2015/ng-atomic-common-services-loading.mjs.map +1 -1
  123. package/fesm2015/ng-atomic-common-services-query-resolver.mjs +5 -7
  124. package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +1 -1
  125. package/fesm2015/ng-atomic-common-services-snack-bar.mjs +10 -17
  126. package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -1
  127. package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -1
  128. package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -1
  129. package/fesm2015/ng-atomic-common-stores-pagination.mjs +4 -6
  130. package/fesm2015/ng-atomic-common-stores-pagination.mjs.map +1 -1
  131. package/fesm2015/ng-atomic-common-stores-query.mjs +5 -7
  132. package/fesm2015/ng-atomic-common-stores-query.mjs.map +1 -1
  133. package/fesm2015/ng-atomic-common-stores-selection.mjs +4 -6
  134. package/fesm2015/ng-atomic-common-stores-selection.mjs.map +1 -1
  135. package/fesm2015/ng-atomic-common-stores-sort.mjs +4 -6
  136. package/fesm2015/ng-atomic-common-stores-sort.mjs.map +1 -1
  137. package/fesm2015/ng-atomic-common-utils-page.mjs.map +1 -1
  138. package/fesm2015/ng-atomic-common-utils.mjs +10 -15
  139. package/fesm2015/ng-atomic-common-utils.mjs.map +1 -1
  140. package/fesm2015/ng-atomic-common.mjs.map +1 -1
  141. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +28 -31
  142. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  143. package/fesm2020/ng-atomic-common-models.mjs.map +1 -1
  144. package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs +15 -15
  145. package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs.map +1 -1
  146. package/fesm2020/ng-atomic-common-pipes-domain.mjs +31 -32
  147. package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -1
  148. package/fesm2020/ng-atomic-common-pipes-pagination.mjs +31 -32
  149. package/fesm2020/ng-atomic-common-pipes-pagination.mjs.map +1 -1
  150. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs +24 -25
  151. package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +1 -1
  152. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +31 -32
  153. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
  154. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +31 -32
  155. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
  156. package/fesm2020/ng-atomic-common-pipes-yen.mjs +25 -26
  157. package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -1
  158. package/fesm2020/ng-atomic-common-services-chips-manager.mjs +5 -5
  159. package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +1 -1
  160. package/fesm2020/ng-atomic-common-services-form.mjs.map +1 -1
  161. package/fesm2020/ng-atomic-common-services-loading.mjs +13 -10
  162. package/fesm2020/ng-atomic-common-services-loading.mjs.map +1 -1
  163. package/fesm2020/ng-atomic-common-services-query-resolver.mjs +13 -13
  164. package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +1 -1
  165. package/fesm2020/ng-atomic-common-services-snack-bar.mjs +22 -23
  166. package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -1
  167. package/fesm2020/ng-atomic-common-stores-entities.mjs.map +1 -1
  168. package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -1
  169. package/fesm2020/ng-atomic-common-stores-pagination.mjs +5 -5
  170. package/fesm2020/ng-atomic-common-stores-pagination.mjs.map +1 -1
  171. package/fesm2020/ng-atomic-common-stores-query.mjs +10 -10
  172. package/fesm2020/ng-atomic-common-stores-query.mjs.map +1 -1
  173. package/fesm2020/ng-atomic-common-stores-selection.mjs +5 -5
  174. package/fesm2020/ng-atomic-common-stores-selection.mjs.map +1 -1
  175. package/fesm2020/ng-atomic-common-stores-sort.mjs +5 -5
  176. package/fesm2020/ng-atomic-common-stores-sort.mjs.map +1 -1
  177. package/fesm2020/ng-atomic-common-utils-page.mjs.map +1 -1
  178. package/fesm2020/ng-atomic-common-utils.mjs +25 -26
  179. package/fesm2020/ng-atomic-common-utils.mjs.map +1 -1
  180. package/fesm2020/ng-atomic-common.mjs.map +1 -1
  181. package/index.d.ts +0 -1
  182. package/models/action-item.d.ts +0 -1
  183. package/models/action.d.ts +0 -1
  184. package/models/index.d.ts +0 -1
  185. package/models/menu-item.d.ts +0 -1
  186. package/models/public_api.d.ts +0 -1
  187. package/package.json +4 -10
  188. package/pipes/data-accessor/data-accessor.pipe.d.ts +0 -1
  189. package/pipes/data-accessor/index.d.ts +0 -1
  190. package/pipes/domain/domain.module.d.ts +0 -1
  191. package/pipes/domain/domain.pipe.d.ts +0 -1
  192. package/pipes/domain/index.d.ts +0 -1
  193. package/pipes/pagination/index.d.ts +0 -1
  194. package/pipes/pagination/pagination.module.d.ts +0 -1
  195. package/pipes/pagination/pagination.pipe.d.ts +0 -1
  196. package/pipes/pagination/pagination.transformer.d.ts +0 -1
  197. package/pipes/smart-exp/index.d.ts +0 -1
  198. package/pipes/smart-exp/smart-exp.module.d.ts +0 -1
  199. package/pipes/smart-exp/smart-exp.pipe.d.ts +0 -1
  200. package/pipes/smart-field/index.d.ts +0 -1
  201. package/pipes/smart-field/smart-field.module.d.ts +0 -1
  202. package/pipes/smart-field/smart-field.pipe.d.ts +0 -1
  203. package/pipes/smart-sort-by/index.d.ts +0 -1
  204. package/pipes/smart-sort-by/smart-sort-by.module.d.ts +0 -1
  205. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +0 -1
  206. package/pipes/smart-sort-by/smart-sort-by.transformer.d.ts +0 -1
  207. package/pipes/yen/index.d.ts +0 -1
  208. package/pipes/yen/yen.module.d.ts +0 -1
  209. package/pipes/yen/yen.pipe.d.ts +0 -1
  210. package/services/chips-manager/chips.manager.d.ts +0 -1
  211. package/services/chips-manager/index.d.ts +0 -1
  212. package/services/form/form.service.d.ts +0 -1
  213. package/services/form/index.d.ts +0 -1
  214. package/services/loading/index.d.ts +0 -1
  215. package/services/loading/loading.service.d.ts +2 -2
  216. package/services/query-resolver/index.d.ts +0 -1
  217. package/services/query-resolver/query-resolver.service.d.ts +0 -1
  218. package/services/snack-bar/index.d.ts +0 -1
  219. package/services/snack-bar/snack-bar.module.d.ts +0 -1
  220. package/services/snack-bar/snack-bar.service.d.ts +0 -1
  221. package/stores/entities/entities.store.d.ts +0 -1
  222. package/stores/entities/index.d.ts +0 -1
  223. package/stores/entity/entity.store.d.ts +0 -1
  224. package/stores/entity/index.d.ts +0 -1
  225. package/stores/pagination/index.d.ts +0 -1
  226. package/stores/pagination/pagination.store.d.ts +0 -1
  227. package/stores/query/index.d.ts +0 -1
  228. package/stores/query/query.store.d.ts +0 -1
  229. package/stores/selection/index.d.ts +0 -1
  230. package/stores/selection/selection.store.d.ts +0 -1
  231. package/stores/sort/index.d.ts +0 -1
  232. package/stores/sort/sort.store.d.ts +0 -1
  233. package/utils/comma/comma.d.ts +0 -1
  234. package/utils/comma/index.d.ts +0 -1
  235. package/utils/compare-by-id/compare-by-id.d.ts +0 -1
  236. package/utils/compare-by-id/index.d.ts +0 -1
  237. package/utils/date-utils/date-utils.d.ts +0 -1
  238. package/utils/date-utils/index.d.ts +0 -1
  239. package/utils/index.d.ts +0 -1
  240. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts +0 -1
  241. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts +0 -1
  242. package/utils/mat-dayjs-date/dayjs-date.module.d.ts +0 -1
  243. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts +0 -1
  244. package/utils/mat-dayjs-date/index.d.ts +0 -1
  245. package/utils/page/index.d.ts +0 -1
  246. package/utils/page/page.d.ts +0 -1
  247. package/utils/query/index.d.ts +0 -1
  248. package/utils/query/query.resolver.d.ts +0 -1
  249. package/utils/smart-exp-transformer/index.d.ts +0 -1
  250. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +0 -1
  251. package/utils/to-object/index.d.ts +0 -1
  252. package/utils/to-object/to-object.d.ts +0 -1
  253. package/directives/ios-safari-scroll-buggyfill/index.d.ts.map +0 -1
  254. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts.map +0 -1
  255. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts.map +0 -1
  256. package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts.map +0 -1
  257. package/index.d.ts.map +0 -1
  258. package/models/action-item.d.ts.map +0 -1
  259. package/models/action.d.ts.map +0 -1
  260. package/models/index.d.ts.map +0 -1
  261. package/models/menu-item.d.ts.map +0 -1
  262. package/models/ng-atomic-common-models.d.ts.map +0 -1
  263. package/models/public_api.d.ts.map +0 -1
  264. package/ng-atomic-common.d.ts.map +0 -1
  265. package/pipes/data-accessor/data-accessor.pipe.d.ts.map +0 -1
  266. package/pipes/data-accessor/index.d.ts.map +0 -1
  267. package/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.d.ts.map +0 -1
  268. package/pipes/domain/domain.module.d.ts.map +0 -1
  269. package/pipes/domain/domain.pipe.d.ts.map +0 -1
  270. package/pipes/domain/index.d.ts.map +0 -1
  271. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts.map +0 -1
  272. package/pipes/pagination/index.d.ts.map +0 -1
  273. package/pipes/pagination/ng-atomic-common-pipes-pagination.d.ts.map +0 -1
  274. package/pipes/pagination/pagination.module.d.ts.map +0 -1
  275. package/pipes/pagination/pagination.pipe.d.ts.map +0 -1
  276. package/pipes/pagination/pagination.transformer.d.ts.map +0 -1
  277. package/pipes/smart-exp/index.d.ts.map +0 -1
  278. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts.map +0 -1
  279. package/pipes/smart-exp/smart-exp.module.d.ts.map +0 -1
  280. package/pipes/smart-exp/smart-exp.pipe.d.ts.map +0 -1
  281. package/pipes/smart-field/index.d.ts.map +0 -1
  282. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts.map +0 -1
  283. package/pipes/smart-field/smart-field.module.d.ts.map +0 -1
  284. package/pipes/smart-field/smart-field.pipe.d.ts.map +0 -1
  285. package/pipes/smart-sort-by/index.d.ts.map +0 -1
  286. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts.map +0 -1
  287. package/pipes/smart-sort-by/smart-sort-by.module.d.ts.map +0 -1
  288. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts.map +0 -1
  289. package/pipes/smart-sort-by/smart-sort-by.transformer.d.ts.map +0 -1
  290. package/pipes/yen/index.d.ts.map +0 -1
  291. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts.map +0 -1
  292. package/pipes/yen/yen.module.d.ts.map +0 -1
  293. package/pipes/yen/yen.pipe.d.ts.map +0 -1
  294. package/services/chips-manager/chips.manager.d.ts.map +0 -1
  295. package/services/chips-manager/index.d.ts.map +0 -1
  296. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts.map +0 -1
  297. package/services/form/form.service.d.ts.map +0 -1
  298. package/services/form/index.d.ts.map +0 -1
  299. package/services/form/ng-atomic-common-services-form.d.ts.map +0 -1
  300. package/services/loading/index.d.ts.map +0 -1
  301. package/services/loading/loading.service.d.ts.map +0 -1
  302. package/services/loading/ng-atomic-common-services-loading.d.ts.map +0 -1
  303. package/services/query-resolver/index.d.ts.map +0 -1
  304. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts.map +0 -1
  305. package/services/query-resolver/query-resolver.service.d.ts.map +0 -1
  306. package/services/snack-bar/index.d.ts.map +0 -1
  307. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts.map +0 -1
  308. package/services/snack-bar/snack-bar.module.d.ts.map +0 -1
  309. package/services/snack-bar/snack-bar.service.d.ts.map +0 -1
  310. package/stores/entities/entities.store.d.ts.map +0 -1
  311. package/stores/entities/index.d.ts.map +0 -1
  312. package/stores/entities/ng-atomic-common-stores-entities.d.ts.map +0 -1
  313. package/stores/entity/entity.store.d.ts.map +0 -1
  314. package/stores/entity/index.d.ts.map +0 -1
  315. package/stores/entity/ng-atomic-common-stores-entity.d.ts.map +0 -1
  316. package/stores/pagination/index.d.ts.map +0 -1
  317. package/stores/pagination/ng-atomic-common-stores-pagination.d.ts.map +0 -1
  318. package/stores/pagination/pagination.store.d.ts.map +0 -1
  319. package/stores/query/index.d.ts.map +0 -1
  320. package/stores/query/ng-atomic-common-stores-query.d.ts.map +0 -1
  321. package/stores/query/query.store.d.ts.map +0 -1
  322. package/stores/selection/index.d.ts.map +0 -1
  323. package/stores/selection/ng-atomic-common-stores-selection.d.ts.map +0 -1
  324. package/stores/selection/selection.store.d.ts.map +0 -1
  325. package/stores/sort/index.d.ts.map +0 -1
  326. package/stores/sort/ng-atomic-common-stores-sort.d.ts.map +0 -1
  327. package/stores/sort/sort.store.d.ts.map +0 -1
  328. package/utils/comma/comma.d.ts.map +0 -1
  329. package/utils/comma/index.d.ts.map +0 -1
  330. package/utils/compare-by-id/compare-by-id.d.ts.map +0 -1
  331. package/utils/compare-by-id/index.d.ts.map +0 -1
  332. package/utils/date-utils/date-utils.d.ts.map +0 -1
  333. package/utils/date-utils/index.d.ts.map +0 -1
  334. package/utils/index.d.ts.map +0 -1
  335. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +0 -1
  336. package/utils/mat-dayjs-date/dayjs-date.formats.d.ts.map +0 -1
  337. package/utils/mat-dayjs-date/dayjs-date.module.d.ts.map +0 -1
  338. package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts.map +0 -1
  339. package/utils/mat-dayjs-date/index.d.ts.map +0 -1
  340. package/utils/ng-atomic-common-utils.d.ts.map +0 -1
  341. package/utils/page/index.d.ts.map +0 -1
  342. package/utils/page/ng-atomic-common-utils-page.d.ts.map +0 -1
  343. package/utils/page/page.d.ts.map +0 -1
  344. package/utils/query/index.d.ts.map +0 -1
  345. package/utils/query/query.resolver.d.ts.map +0 -1
  346. package/utils/smart-exp-transformer/index.d.ts.map +0 -1
  347. package/utils/smart-exp-transformer/smart-exp-transformer.d.ts.map +0 -1
  348. package/utils/to-object/index.d.ts.map +0 -1
  349. package/utils/to-object/to-object.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/selection/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-selection.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/selection/ng-atomic-common-stores-selection.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"selection.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/selection/selection.store.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;;AAEvD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAElC;AAED,qBACa,cAAe,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,IAAI,KAAK,IAAI,GAAG,CAAC,MAAM,CAAC,CAA2C;IACnE,IAAI,YAAY,IAAI,GAAG,CAAC,MAAM,CAAC,CAAkD;;IAMjF,QAAQ,2GAAoE;IAC5E,eAAe,2GAAkF;IAEjG,MAAM,QAAS,MAAM,EAAE,iCAAqD;IAC5E,KAAK,OAAQ,MAAM,iCAAuB;IAE1C,QAAQ,OAAQ,MAAM,iCAAuE;IAC7F,QAAQ,OAAQ,MAAM,iCAA8D;IAEpF,wBAAwB,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAKtD,mBAAmB,CAAC,CAAC,SAAS;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE;yCAtBpD,cAAc;6CAAd,cAAc;CAyB1B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/sort/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-sort.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/sort/ng-atomic-common-stores-sort.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sort.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/sort/sort.store.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,KAAK,GAAG,MAAM,CAAC;CACvB;AAED,qBACa,SAAU,SAAQ,cAAc,CAAC,SAAS,CAAC;;IAGtD,IAAI,KAAK,cAAyB;IAClC,IAAI,GAAG,WAA6B;IACpC,IAAI,KAAK,mBAA+B;IAExC,MAAM,wBAA+B;IACrC,IAAI,qBAAmC;IACvC,MAAM,6BAAqC;IAE3C,MAAM,kFAA2D;IACjE,QAAQ,kGAAuE;IAE/E,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,GAAE,SAAsB;yCAdnD,SAAS;6CAAT,SAAS;CAoBrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"comma.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/comma/comma.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,MAAO,MAAM,GAAG,IAAI,KAAG,MAA+C,CAAC;AACzF,eAAO,MAAM,QAAQ,MAAO,MAAM,SAAQ,MAAM,WAAoE,CAAC;AACrH,eAAO,MAAM,GAAG,MAAO,MAAM,WAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/comma/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"compare-by-id.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/compare-by-id/compare-by-id.ts"],"names":[],"mappings":"AAAA,oBAAY,KAAK,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AACnC,eAAO,MAAM,WAAW,MAAO,KAAK,KAAK,KAAK,WAA4C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/compare-by-id/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"date-utils.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/date-utils/date-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,WAAW,QAAS,MAAM,WAA2B,CAAC;AAEnE,eAAO,MAAM,WAAW,wBAAwB,CAAC;AAGjD,eAAO,MAAM,SAAS,QAAS,MAAM,GAAG,IAAI,kBAAkD,CAAC;AAC/F,eAAO,MAAM,aAAa,QAAS,MAAM,GAAG,IAAI,kBAAkD,CAAC;AAGnG,eAAO,MAAM,WAAW,QAAS,MAAM,GAAG,IAAI,kBAAiD,CAAC;AAGhG,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,GAAG,KAAK,CAAC,KAAK,GAAG,IAAI,CAEhF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/date-utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dayjs-date.adapter.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/mat-dayjs-date/dayjs-date.adapter.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,cAAc,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,WAAW,EAAmB,MAAM,wBAAwB,CAAC;AAEtE,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAO9B,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,kEAAkE;AAClE,eAAO,MAAM,8BAA8B,yCAIzC,CAAC;AAEH,wBAAgB,sCAAsC,IAAI,uBAAuB,CAIhF;AAWD,wDAAwD;AACxD,qBAAa,gBAAiB,SAAQ,WAAW,CAAC,KAAK,CAAC;IAYR,UAAU,EAAE,MAAM;IACV,OAAO,CAAC,OAAO,CAAC;IAZtE,OAAO,CAAC,UAAU,CAQhB;gBAG4C,UAAU,EAAE,MAAM,EACF,OAAO,CAAC,EAAE,uBAAuB;IAOtF,SAAS,CAAC,MAAM,EAAE,MAAM;IAejC,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAI5B,QAAQ,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAI7B,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAI5B,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAIjC,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAI3D,YAAY,IAAI,MAAM,EAAE;IAIxB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;IAU/D,WAAW,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAIhC,iBAAiB,IAAI,MAAM;IAI3B,iBAAiB,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAItC,KAAK,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK;IAIzB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK;IAQ5D,KAAK,IAAI,KAAK;IAId,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAOpD,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,GAAG,MAAM;IAOlD,gBAAgB,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,KAAK;IAInD,iBAAiB,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,GAAG,KAAK;IAIrD,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK;IAIjD,SAAS,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM;IAI9B;;;;;;;;;;;OAWG;IACO,WAAW,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,GAAG,IAAI;IAoB/C,cAAc,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAIjC,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,OAAO;IAI7B,OAAO,IAAI,KAAK;IAIhB,OAAO,CAAC,KAAK;IAOb,OAAO,KAAK,YAAY,GAGvB;IAED,OAAO,CAAC,gBAAgB;CAWzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dayjs-date.formats.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/mat-dayjs-date/dayjs-date.formats.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,cAUpC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dayjs-date.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/mat-dayjs-date/dayjs-date.module.ts"],"names":[],"mappings":";AAKA,qBASa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAI;AAEhC,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB,iBANlB,eAAe;0CAMf,kBAAkB;CAAI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dayjs-jp-providers.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/mat-dayjs-date/dayjs-jp-providers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqC,MAAM,wBAAwB,CAAC;AAE3F,OAAO,iBAAiB,CAAA;AAGxB,eAAO,MAAM,6BAA6B,EAAE,cAU3C,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;IAGlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/mat-dayjs-date/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-utils.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/utils/ng-atomic-common-utils.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/page/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-utils-page.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/page/ng-atomic-common-utils-page.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/page/page.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,MAAM,WAAW,IAAK,SAAQ,SAAS;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,KAAK,GAAG,MAAM,CAAC;CAC3B;AAED,qBAAa,IAAI;IACf,MAAM,CAAC,IAAI,CAAC,KAAK,GAAE,OAAO,CAAC,IAAI,CAAM,GAAG,IAAI;IAS5C,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,IAAI,GAAG,IAAI,MAAM,CAEhB;IAED,KAAK,CAAC,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;CAGhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/query/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"query.resolver.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/query/query.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAIpF,eAAO,MAAM,aAAa,+BAEX,MAAM,QACd,OAAO,MAAM,EAAE,MAAM,CAAC,gBACd,mBAAmB,QAGjC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/smart-exp-transformer/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"smart-exp-transformer.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/smart-exp-transformer/smart-exp-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,qBAAqB,qCAAmF,CAAC;AAEtH,oBAAY,mBAAmB,GAAG,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC,KAAK,GAAG,GAAG,EAAE,GAAG,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAMvG,eAAO,MAAM,YAAY,UAAW,MAAM,UAAU,MAAM,KAAG,MAE5D,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAMzB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/to-object/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"to-object.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/utils/to-object/to-object.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,QAAS,MAAM,KAAG,MAAsE,CAAC"}