@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
@@ -29,4 +29,3 @@ export declare class SmartFieldPipe implements PipeTransform {
29
29
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartFieldPipe, "smartField", false>;
30
30
  }
31
31
  export {};
32
- //# sourceMappingURL=smart-field.pipe.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './smart-sort-by.module';
2
2
  export * from './smart-sort-by.pipe';
3
3
  export * from './smart-sort-by.transformer';
4
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ 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
@@ -9,4 +9,3 @@ export declare class SmartSortByPipe implements PipeTransform {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartSortByPipe, [{ optional: true; }]>;
10
10
  static ɵpipe: i0.ɵɵPipeDeclaration<SmartSortByPipe, "smartSortBy", false>;
11
11
  }
12
- //# sourceMappingURL=smart-sort-by.pipe.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export declare type SmartSortByTransformer = <T>(items: T[], key: string, order: 'asc' | 'desc') => T[];
2
2
  export declare const smartSortByTransformer: SmartSortByTransformer;
3
- //# sourceMappingURL=smart-sort-by.transformer.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from './yen.pipe';
2
2
  export * from './yen.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ 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
@@ -5,4 +5,3 @@ export declare class YenPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<YenPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<YenPipe, "yen", false>;
7
7
  }
8
- //# sourceMappingURL=yen.pipe.d.ts.map
@@ -9,4 +9,3 @@ export declare class ChipsManager {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipsManager, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<ChipsManager>;
11
11
  }
12
- //# sourceMappingURL=chips.manager.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './chips.manager';
2
- //# sourceMappingURL=index.d.ts.map
@@ -5,4 +5,3 @@ 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
@@ -1,2 +1 @@
1
1
  export * from './form.service';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './loading.service';
2
- //# sourceMappingURL=index.d.ts.map
@@ -8,9 +8,9 @@ export declare class LoadingService {
8
8
  constructor();
9
9
  setKey(key: string): void;
10
10
  removeKey(key: string): void;
11
- start(callback: (done: any) => void, key: string): void;
11
+ start(callback: (done: any) => void, key?: string): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<LoadingService>;
14
14
  }
15
+ export declare function randomStr(n?: number): string;
15
16
  export {};
16
- //# sourceMappingURL=loading.service.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './query-resolver.service';
2
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class QueryResolverService {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<QueryResolverService, [{ optional: true; }]>;
8
8
  static ɵprov: i0.ɵɵInjectableDeclaration<QueryResolverService>;
9
9
  }
10
- //# sourceMappingURL=query-resolver.service.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from './snack-bar.service';
2
2
  export * from './snack-bar.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ export declare class SnackBarModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<SnackBarModule, never, [typeof i1.CommonModule, typeof i2.MatSnackBarModule], never>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SnackBarModule>;
8
8
  }
9
- //# sourceMappingURL=snack-bar.module.d.ts.map
@@ -7,4 +7,3 @@ export declare class SnackBarService {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarService, never>;
8
8
  static ɵprov: i0.ɵɵInjectableDeclaration<SnackBarService>;
9
9
  }
10
- //# sourceMappingURL=snack-bar.service.d.ts.map
@@ -15,4 +15,3 @@ export declare abstract class EntitiesStore<S extends EntitiesState<E>, E extend
15
15
  abstract getEntities: ReturnType<typeof this.effect>;
16
16
  refresh(): void;
17
17
  }
18
- //# sourceMappingURL=entities.store.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './entities.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -24,4 +24,3 @@ export declare abstract class EntityStore<S extends EntityState<Entity>, Entity>
24
24
  abstract _createEntity(entity: Entity): Promise<Entity>;
25
25
  abstract _updateEntity(entity: Entity): Promise<void>;
26
26
  }
27
- //# sourceMappingURL=entity.store.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './entity.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './pagination.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -17,4 +17,3 @@ export declare class PaginationStore extends ComponentStore<State> {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationStore, never>;
18
18
  static ɵprov: i0.ɵɵInjectableDeclaration<PaginationStore>;
19
19
  }
20
- //# sourceMappingURL=pagination.store.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './query.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -15,4 +15,3 @@ export declare class QueryStore<E = any> extends ComponentStore<QueryState> {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<QueryStore<any>, [null, { optional: true; }]>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<QueryStore<any>>;
17
17
  }
18
- //# sourceMappingURL=query.store.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './selection.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -21,4 +21,3 @@ export declare class SelectionStore extends ComponentStore<SelectionState> {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionStore, never>;
22
22
  static ɵprov: i0.ɵɵInjectableDeclaration<SelectionStore>;
23
23
  }
24
- //# sourceMappingURL=selection.store.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './sort.store';
2
- //# sourceMappingURL=index.d.ts.map
@@ -19,4 +19,3 @@ export declare class SortStore extends ComponentStore<SortState> {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SortStore, never>;
20
20
  static ɵprov: i0.ɵɵInjectableDeclaration<SortStore>;
21
21
  }
22
- //# sourceMappingURL=sort.store.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export declare const comma: (n: number | null) => string;
2
2
  export declare const commaStr: (n: number, unit?: string) => string;
3
3
  export declare const abs: (n: number) => number;
4
- //# sourceMappingURL=comma.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './comma';
2
- //# sourceMappingURL=index.d.ts.map
@@ -2,4 +2,3 @@ export declare type HasId = {
2
2
  id: string;
3
3
  };
4
4
  export declare const compareById: (a: HasId, b: HasId) => number;
5
- //# sourceMappingURL=compare-by-id.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './compare-by-id';
2
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export interface Timestamp {
8
8
  toDate: () => Date;
9
9
  }
10
10
  export declare function timestampToDayjs(timestamp: Timestamp | null): dayjs.Dayjs | null;
11
- //# sourceMappingURL=date-utils.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './date-utils';
2
- //# sourceMappingURL=index.d.ts.map
package/utils/index.d.ts CHANGED
@@ -5,4 +5,3 @@ export * from './mat-dayjs-date';
5
5
  export * from './smart-exp-transformer';
6
6
  export * from './to-object';
7
7
  export * from './query';
8
- //# sourceMappingURL=index.d.ts.map
@@ -58,4 +58,3 @@ export declare class DayjsDateAdapter extends DateAdapter<Dayjs> {
58
58
  private get shouldUseUtc();
59
59
  private initializeParser;
60
60
  }
61
- //# sourceMappingURL=dayjs-date.adapter.d.ts.map
@@ -3,4 +3,3 @@ import { MatDateFormats } from '@angular/material/core';
3
3
  * Custom Date-Formats and Adapter (using https://github.com/iamkun/dayjs)
4
4
  */
5
5
  export declare const MAT_DAYJS_DATE_FORMATS: MatDateFormats;
6
- //# sourceMappingURL=dayjs-date.formats.d.ts.map
@@ -9,4 +9,3 @@ export declare class MatDayjsDateModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<MatDayjsDateModule, never, [typeof DayjsDateModule], never>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<MatDayjsDateModule>;
11
11
  }
12
- //# sourceMappingURL=dayjs-date.module.d.ts.map
@@ -8,4 +8,3 @@ export declare const MAT_DAYJS_JP_PROVIDERS: ({
8
8
  provide: import("@angular/core").InjectionToken<MatDateFormats>;
9
9
  useValue: MatDateFormats;
10
10
  })[];
11
- //# sourceMappingURL=dayjs-jp-providers.d.ts.map
@@ -2,4 +2,3 @@ export * from './dayjs-date.adapter';
2
2
  export * from './dayjs-date.formats';
3
3
  export * from './dayjs-jp-providers';
4
4
  export * from './dayjs-date.module';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './page';
2
- //# sourceMappingURL=index.d.ts.map
@@ -9,4 +9,3 @@ export declare class Page {
9
9
  get end(): number;
10
10
  patch(obj: Partial<Page>): Page;
11
11
  }
12
- //# sourceMappingURL=page.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './query.resolver';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { SmartExpTransformer } from '../smart-exp-transformer';
2
2
  export declare const filterByQuery: <T>(items: T[], queryString: string, dlm?: Record<string, string>, transformer?: SmartExpTransformer) => T[];
3
- //# sourceMappingURL=query.resolver.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './smart-exp-transformer';
2
- //# sourceMappingURL=index.d.ts.map
@@ -4,4 +4,3 @@ export declare const SMART_EXP_TRANSFORMER: InjectionToken<SmartExpTransformer>;
4
4
  export declare type SmartExpTransformer = (input: string | number | dayjs.Dayjs | any, key?: string) => string;
5
5
  export declare const yenTransform: (value: number, _unit?: string) => string;
6
6
  export declare const smartExpTransformer: SmartExpTransformer;
7
- //# sourceMappingURL=smart-exp-transformer.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './to-object';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const toObject: (obj: object) => object;
2
- //# sourceMappingURL=to-object.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/directives/ios-safari-scroll-buggyfill/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ios-safari-scroll-buggyfill.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;;AAEvE,qBAGa,iCAAkC,YAAW,aAAa;IAErE,eAAe,IAAI,IAAI;IAOvB,WAAW,CAAC,KAAK,EAAE,KAAK;yCATb,iCAAiC;2CAAjC,iCAAiC;CAa7C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ios-safari-scroll-buggyfill.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAAI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/common/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"action-item.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/action-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,UAAU,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,MAAM,CAAC,CAAC,CAAC;IACpD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/action.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM,CAAC,CAAC,GAAG,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,CAAC,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,oBAAY,OAAO,GAAG,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"menu-item.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/menu-item.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-models.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/ng-atomic-common-models.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../../libs/common/src/models/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common.d.ts","sourceRoot":"","sources":["../../../libs/common/src/ng-atomic-common.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-accessor.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/data-accessor/data-accessor.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAkB,MAAM,eAAe,CAAC;;AAGvE,oBAAY,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;AAC9D,eAAO,MAAM,aAAa,mCAAyD,CAAC;AACpF,eAAO,MAAM,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAqC,CAAC;AAExF,qBAKa,gBAAgB,CAAC,CAAC;IAGQ,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;gBAA7B,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;IAK5E,SAAS,CAAC,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM;yCARnB,gBAAgB;uCAAhB,gBAAgB;CAW5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/data-accessor/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-pipes-data-accessor.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-pipes-pagination.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/pagination/ng-atomic-common-pipes-pagination.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/pagination/pagination.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagination.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/pagination/pagination.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAkB,aAAa,EAAE,MAAM,eAAe,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAyB,MAAM,0BAA0B,CAAC;;AAExF,eAAO,MAAM,sBAAsB,yBAAkE,CAAC;AAEtG,qBAIa,cAAc,CAAC,CAAC,CAAE,YAAW,aAAa;IAKnD,OAAO,CAAC,WAAW;gBAAX,WAAW,EAAE,qBAAqB,CAAC,CAAC,CAAC;IAK/C,SAAS,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,EAAC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAC,EAAE;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,KAAK,GAAG,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC;yCAVrH,cAAc;uCAAd,cAAc;CAa1B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagination.transformer.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/pagination/pagination.transformer.ts"],"names":[],"mappings":"AAEA,UAAU,IAAI;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,KAAK,GAAG,MAAM,CAAC;CACvB;AAED,oBAAY,qBAAqB,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,KAAK,CAAC,EAAE,CAAC;AAEvE,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,GAAG,CAAC,EAAE,CAEpE"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
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;AACrC,cAAc,6BAA6B,CAAC"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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;AACtF,OAAO,EAA0B,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;;AAE7F,eAAO,MAAM,yBAAyB,yBAAsE,CAAC;AAE7G,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 +0,0 @@
1
- {"version":3,"file":"smart-sort-by.transformer.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-sort-by/smart-sort-by.transformer.ts"],"names":[],"mappings":"AAEA,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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/chips-manager/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/form/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-services-form.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/form/ng-atomic-common-services-form.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/loading/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"loading.service.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/loading/loading.service.ts"],"names":[],"mappings":";AAIA,aAAK,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1C,qBAGa,cAAc;IACzB,OAAO,CAAC,eAAe,CAAoC;IAE3D,UAAU,EAAE,UAAU,CAAM;IAC5B,WAAW,wCAMT;IAEF,UAAU,qCAGR;;IAQF,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIzB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAI5B,KAAK,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,EAAE,GAAG,EAAE,MAAM;yCA/BrC,cAAc;6CAAd,cAAc;CAmC1B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-services-loading.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/loading/ng-atomic-common-services-loading.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/query-resolver/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-services-query-resolver.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/query-resolver/ng-atomic-common-services-query-resolver.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"query-resolver.service.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/query-resolver/query-resolver.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,mBAAmB,EAA8C,MAAM,yBAAyB,CAAC;;AAGzH,qBAGa,oBAAoB;IAEc,OAAO,CAAC,WAAW,CAAC;gBAAZ,WAAW,CAAC,EAAE,mBAAmB;IAKtF,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,GAAG,CAAC,EAAE;yCAPvE,oBAAoB;6CAApB,oBAAoB;CAUhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/snack-bar/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-services-snack-bar.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/snack-bar/ng-atomic-common-services-snack-bar.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"snack-bar.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/snack-bar/snack-bar.module.ts"],"names":[],"mappings":";;;AAKA,qBAOa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"snack-bar.service.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/snack-bar/snack-bar.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;AAG1D,qBAGa,eAAe;IAEd,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,WAAW;IAEzC,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;yCAJlC,eAAe;6CAAf,eAAe;CAS3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"entities.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entities/entities.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAGjD,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,QAAQ,EAAE,CAAC,EAAE,CAAA;CACd;AAED,eAAO,MAAM,yBAAyB,qDAErC,CAAC;AAEF,8BAAsB,aAAa,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS;IAAC,EAAE,EAAE,MAAM,CAAA;CAAC,CAAE,SAAQ,cAAc,CAAC,CAAC,CAAC;IAC/G,SAAS,CAAC,QAAQ,CAAC,QAAQ,sBAA8B;IAEzD,IAAI,QAAQ,QAAkC;IAE9C,SAAS,kBAA2E;gBAExE,YAAY,EAAE,CAAC;IAK3B,WAAW,4EAAkE;IAE7E,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC;IAErD,OAAO;CAGR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-entities.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entities/ng-atomic-common-stores-entities.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"entity.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entity/entity.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,oBAAY,IAAI,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAEtC,MAAM,WAAW,WAAW,CAAC,MAAM;IACjC,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,QAAQ,YAAa,QAAQ,GAAG,CAAC,qBAE5C,CAAC;AAEH,8BAAsB,WAAW,CAAC,CAAC,SAAS,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAE,SAAQ,cAAc,CAAC,CAAC,CAAC;IAChG,IAAI,MAAM,WAA8B;IAExC,KAAK,mBAAoC;IACzC,SAAS,qBAAiE;IAC1E,OAAO,qBAAsC;IAE7C,OAAO,8EAA2D;IAClE,WAAW,kFAAqE;IAChF,SAAS,qHAAiE;gBAE9D,YAAY,CAAC,EAAE,CAAC;IAK5B,kBAAkB,kFAIf;IAEH,SAAS,kFAGN;IAEH,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC;IAKnC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC;IAKnC,QAAQ,CAAC,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAC3D,QAAQ,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IACvD,QAAQ,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAEtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entity/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-entity.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/entity/ng-atomic-common-stores-entity.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-pagination.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/pagination/ng-atomic-common-stores-pagination.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pagination.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/pagination/pagination.store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AACpD,OAAO,EAAE,UAAU,EAAO,MAAM,MAAM,CAAC;;AAGvC,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,qBACa,eAAgB,SAAQ,cAAc,CAAC,KAAK,CAAC;;IAGxD,IAAI,IAAI,SAA4C;IACpD,IAAI,KAAK,WAA8B;IACvC,IAAI,GAAG,WAA4B;IAEnC,KAAK,mBAAoC;IAEzC,OAAO,8EAA2D;IAClE,KAAK,gGAA4F;IAEjG,aAAa,gFAEV;yCAdQ,eAAe;6CAAf,eAAe;CAe3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/query/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ng-atomic-common-stores-query.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/query/ng-atomic-common-stores-query.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"query.store.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/stores/query/query.store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;;AAEvD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBACa,UAAU,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,cAAc,CAAC,UAAU,CAAC;IAE/D,SAAS,CAAC,aAAa,EAAE,oBAAoB;IACR,SAAS,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;gBADpE,aAAa,EAAE,oBAAoB,EACE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAMhF,IAAI,KAAK,IAAI,MAAM,CAA6B;IAChD,MAAM,oCAAuC;IAE7C,QAAQ,iGAA+D;IAEvE,OAAO,CAAC,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE;yCAdhB,UAAU;6CAAV,UAAU;CAkBtB"}