@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.
- package/directives/ios-safari-scroll-buggyfill/index.d.ts +0 -1
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts +0 -1
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts +0 -1
- package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +1 -1
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +12 -14
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +18 -19
- package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/models/action-item.mjs +1 -1
- package/esm2020/models/action.mjs +1 -1
- package/esm2020/models/index.mjs +1 -1
- package/esm2020/models/menu-item.mjs +1 -1
- package/esm2020/models/ng-atomic-common-models.mjs +1 -1
- package/esm2020/models/public_api.mjs +1 -1
- package/esm2020/ng-atomic-common.mjs +1 -1
- package/esm2020/pipes/data-accessor/data-accessor.pipe.mjs +16 -16
- package/esm2020/pipes/data-accessor/index.mjs +1 -1
- package/esm2020/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +1 -1
- package/esm2020/pipes/domain/domain.module.mjs +18 -19
- package/esm2020/pipes/domain/domain.pipe.mjs +15 -15
- package/esm2020/pipes/domain/index.mjs +1 -1
- package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +1 -1
- package/esm2020/pipes/pagination/index.mjs +1 -1
- package/esm2020/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +1 -1
- package/esm2020/pipes/pagination/pagination.module.mjs +18 -19
- package/esm2020/pipes/pagination/pagination.pipe.mjs +15 -15
- package/esm2020/pipes/pagination/pagination.transformer.mjs +1 -1
- package/esm2020/pipes/smart-exp/index.mjs +1 -1
- package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +1 -1
- package/esm2020/pipes/smart-exp/smart-exp.module.mjs +11 -12
- package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +15 -15
- package/esm2020/pipes/smart-field/index.mjs +1 -1
- package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +1 -1
- package/esm2020/pipes/smart-field/smart-field.module.mjs +18 -19
- package/esm2020/pipes/smart-field/smart-field.pipe.mjs +15 -15
- package/esm2020/pipes/smart-sort-by/index.mjs +1 -1
- package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +1 -1
- package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +18 -19
- package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +15 -15
- package/esm2020/pipes/smart-sort-by/smart-sort-by.transformer.mjs +1 -1
- package/esm2020/pipes/yen/index.mjs +1 -1
- package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +1 -1
- package/esm2020/pipes/yen/yen.module.mjs +18 -19
- package/esm2020/pipes/yen/yen.pipe.mjs +9 -9
- package/esm2020/services/chips-manager/chips.manager.mjs +6 -6
- package/esm2020/services/chips-manager/index.mjs +1 -1
- package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +1 -1
- package/esm2020/services/form/form.service.mjs +1 -1
- package/esm2020/services/form/index.mjs +1 -1
- package/esm2020/services/form/ng-atomic-common-services-form.mjs +1 -1
- package/esm2020/services/loading/index.mjs +1 -1
- package/esm2020/services/loading/loading.service.mjs +13 -10
- package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +1 -1
- package/esm2020/services/query-resolver/index.mjs +1 -1
- package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +1 -1
- package/esm2020/services/query-resolver/query-resolver.service.mjs +14 -14
- package/esm2020/services/snack-bar/index.mjs +1 -1
- package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +1 -1
- package/esm2020/services/snack-bar/snack-bar.module.mjs +15 -16
- package/esm2020/services/snack-bar/snack-bar.service.mjs +9 -9
- package/esm2020/stores/entities/entities.store.mjs +1 -1
- package/esm2020/stores/entities/index.mjs +1 -1
- package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +1 -1
- package/esm2020/stores/entity/entity.store.mjs +1 -1
- package/esm2020/stores/entity/index.mjs +1 -1
- package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +1 -1
- package/esm2020/stores/pagination/index.mjs +1 -1
- package/esm2020/stores/pagination/ng-atomic-common-stores-pagination.mjs +1 -1
- package/esm2020/stores/pagination/pagination.store.mjs +6 -6
- package/esm2020/stores/query/index.mjs +1 -1
- package/esm2020/stores/query/ng-atomic-common-stores-query.mjs +1 -1
- package/esm2020/stores/query/query.store.mjs +11 -11
- package/esm2020/stores/selection/index.mjs +1 -1
- package/esm2020/stores/selection/ng-atomic-common-stores-selection.mjs +1 -1
- package/esm2020/stores/selection/selection.store.mjs +6 -6
- package/esm2020/stores/sort/index.mjs +1 -1
- package/esm2020/stores/sort/ng-atomic-common-stores-sort.mjs +1 -1
- package/esm2020/stores/sort/sort.store.mjs +6 -6
- package/esm2020/utils/comma/comma.mjs +1 -1
- package/esm2020/utils/comma/index.mjs +1 -1
- package/esm2020/utils/compare-by-id/compare-by-id.mjs +1 -1
- package/esm2020/utils/compare-by-id/index.mjs +1 -1
- package/esm2020/utils/date-utils/date-utils.mjs +1 -1
- package/esm2020/utils/date-utils/index.mjs +1 -1
- package/esm2020/utils/index.mjs +1 -1
- package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +1 -1
- package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +1 -1
- package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +26 -27
- package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +1 -1
- package/esm2020/utils/mat-dayjs-date/index.mjs +1 -1
- package/esm2020/utils/ng-atomic-common-utils.mjs +1 -1
- package/esm2020/utils/page/index.mjs +1 -1
- package/esm2020/utils/page/ng-atomic-common-utils-page.mjs +1 -1
- package/esm2020/utils/page/page.mjs +1 -1
- package/esm2020/utils/query/index.mjs +1 -1
- package/esm2020/utils/query/query.resolver.mjs +1 -1
- package/esm2020/utils/smart-exp-transformer/index.mjs +1 -1
- package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +1 -1
- package/esm2020/utils/to-object/index.mjs +1 -1
- package/esm2020/utils/to-object/to-object.mjs +1 -1
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +10 -19
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-models.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs +5 -7
- package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-domain.mjs +10 -15
- package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-pagination.mjs +10 -15
- package/fesm2015/ng-atomic-common-pipes-pagination.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +10 -15
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +10 -15
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +10 -15
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-pipes-yen.mjs +9 -14
- package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-services-chips-manager.mjs +4 -6
- package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-services-loading.mjs +9 -8
- package/fesm2015/ng-atomic-common-services-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs +5 -7
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-services-snack-bar.mjs +10 -17
- package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-pagination.mjs +4 -6
- package/fesm2015/ng-atomic-common-stores-pagination.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-query.mjs +5 -7
- package/fesm2015/ng-atomic-common-stores-query.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-selection.mjs +4 -6
- package/fesm2015/ng-atomic-common-stores-selection.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-stores-sort.mjs +4 -6
- package/fesm2015/ng-atomic-common-stores-sort.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-utils-page.mjs.map +1 -1
- package/fesm2015/ng-atomic-common-utils.mjs +10 -15
- package/fesm2015/ng-atomic-common-utils.mjs.map +1 -1
- package/fesm2015/ng-atomic-common.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +28 -31
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-models.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs +15 -15
- package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-domain.mjs +31 -32
- package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-pagination.mjs +31 -32
- package/fesm2020/ng-atomic-common-pipes-pagination.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs +24 -25
- package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +31 -32
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +31 -32
- package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-pipes-yen.mjs +25 -26
- package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs +5 -5
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-services-form.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-services-loading.mjs +13 -10
- package/fesm2020/ng-atomic-common-services-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-services-query-resolver.mjs +13 -13
- package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs +22 -23
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-entities.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-pagination.mjs +5 -5
- package/fesm2020/ng-atomic-common-stores-pagination.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-query.mjs +10 -10
- package/fesm2020/ng-atomic-common-stores-query.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-selection.mjs +5 -5
- package/fesm2020/ng-atomic-common-stores-selection.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-stores-sort.mjs +5 -5
- package/fesm2020/ng-atomic-common-stores-sort.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-utils-page.mjs.map +1 -1
- package/fesm2020/ng-atomic-common-utils.mjs +25 -26
- package/fesm2020/ng-atomic-common-utils.mjs.map +1 -1
- package/fesm2020/ng-atomic-common.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/models/action-item.d.ts +0 -1
- package/models/action.d.ts +0 -1
- package/models/index.d.ts +0 -1
- package/models/menu-item.d.ts +0 -1
- package/models/public_api.d.ts +0 -1
- package/package.json +4 -10
- package/pipes/data-accessor/data-accessor.pipe.d.ts +0 -1
- package/pipes/data-accessor/index.d.ts +0 -1
- package/pipes/domain/domain.module.d.ts +0 -1
- package/pipes/domain/domain.pipe.d.ts +0 -1
- package/pipes/domain/index.d.ts +0 -1
- package/pipes/pagination/index.d.ts +0 -1
- package/pipes/pagination/pagination.module.d.ts +0 -1
- package/pipes/pagination/pagination.pipe.d.ts +0 -1
- package/pipes/pagination/pagination.transformer.d.ts +0 -1
- package/pipes/smart-exp/index.d.ts +0 -1
- package/pipes/smart-exp/smart-exp.module.d.ts +0 -1
- package/pipes/smart-exp/smart-exp.pipe.d.ts +0 -1
- package/pipes/smart-field/index.d.ts +0 -1
- package/pipes/smart-field/smart-field.module.d.ts +0 -1
- package/pipes/smart-field/smart-field.pipe.d.ts +0 -1
- package/pipes/smart-sort-by/index.d.ts +0 -1
- package/pipes/smart-sort-by/smart-sort-by.module.d.ts +0 -1
- package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +0 -1
- package/pipes/smart-sort-by/smart-sort-by.transformer.d.ts +0 -1
- package/pipes/yen/index.d.ts +0 -1
- package/pipes/yen/yen.module.d.ts +0 -1
- package/pipes/yen/yen.pipe.d.ts +0 -1
- package/services/chips-manager/chips.manager.d.ts +0 -1
- package/services/chips-manager/index.d.ts +0 -1
- package/services/form/form.service.d.ts +0 -1
- package/services/form/index.d.ts +0 -1
- package/services/loading/index.d.ts +0 -1
- package/services/loading/loading.service.d.ts +2 -2
- package/services/query-resolver/index.d.ts +0 -1
- package/services/query-resolver/query-resolver.service.d.ts +0 -1
- package/services/snack-bar/index.d.ts +0 -1
- package/services/snack-bar/snack-bar.module.d.ts +0 -1
- package/services/snack-bar/snack-bar.service.d.ts +0 -1
- package/stores/entities/entities.store.d.ts +0 -1
- package/stores/entities/index.d.ts +0 -1
- package/stores/entity/entity.store.d.ts +0 -1
- package/stores/entity/index.d.ts +0 -1
- package/stores/pagination/index.d.ts +0 -1
- package/stores/pagination/pagination.store.d.ts +0 -1
- package/stores/query/index.d.ts +0 -1
- package/stores/query/query.store.d.ts +0 -1
- package/stores/selection/index.d.ts +0 -1
- package/stores/selection/selection.store.d.ts +0 -1
- package/stores/sort/index.d.ts +0 -1
- package/stores/sort/sort.store.d.ts +0 -1
- package/utils/comma/comma.d.ts +0 -1
- package/utils/comma/index.d.ts +0 -1
- package/utils/compare-by-id/compare-by-id.d.ts +0 -1
- package/utils/compare-by-id/index.d.ts +0 -1
- package/utils/date-utils/date-utils.d.ts +0 -1
- package/utils/date-utils/index.d.ts +0 -1
- package/utils/index.d.ts +0 -1
- package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts +0 -1
- package/utils/mat-dayjs-date/dayjs-date.formats.d.ts +0 -1
- package/utils/mat-dayjs-date/dayjs-date.module.d.ts +0 -1
- package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts +0 -1
- package/utils/mat-dayjs-date/index.d.ts +0 -1
- package/utils/page/index.d.ts +0 -1
- package/utils/page/page.d.ts +0 -1
- package/utils/query/index.d.ts +0 -1
- package/utils/query/query.resolver.d.ts +0 -1
- package/utils/smart-exp-transformer/index.d.ts +0 -1
- package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +0 -1
- package/utils/to-object/index.d.ts +0 -1
- package/utils/to-object/to-object.d.ts +0 -1
- package/directives/ios-safari-scroll-buggyfill/index.d.ts.map +0 -1
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts.map +0 -1
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts.map +0 -1
- package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/models/action-item.d.ts.map +0 -1
- package/models/action.d.ts.map +0 -1
- package/models/index.d.ts.map +0 -1
- package/models/menu-item.d.ts.map +0 -1
- package/models/ng-atomic-common-models.d.ts.map +0 -1
- package/models/public_api.d.ts.map +0 -1
- package/ng-atomic-common.d.ts.map +0 -1
- package/pipes/data-accessor/data-accessor.pipe.d.ts.map +0 -1
- package/pipes/data-accessor/index.d.ts.map +0 -1
- package/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.d.ts.map +0 -1
- package/pipes/domain/domain.module.d.ts.map +0 -1
- package/pipes/domain/domain.pipe.d.ts.map +0 -1
- package/pipes/domain/index.d.ts.map +0 -1
- package/pipes/domain/ng-atomic-common-pipes-domain.d.ts.map +0 -1
- package/pipes/pagination/index.d.ts.map +0 -1
- package/pipes/pagination/ng-atomic-common-pipes-pagination.d.ts.map +0 -1
- package/pipes/pagination/pagination.module.d.ts.map +0 -1
- package/pipes/pagination/pagination.pipe.d.ts.map +0 -1
- package/pipes/pagination/pagination.transformer.d.ts.map +0 -1
- package/pipes/smart-exp/index.d.ts.map +0 -1
- package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts.map +0 -1
- package/pipes/smart-exp/smart-exp.module.d.ts.map +0 -1
- package/pipes/smart-exp/smart-exp.pipe.d.ts.map +0 -1
- package/pipes/smart-field/index.d.ts.map +0 -1
- package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts.map +0 -1
- package/pipes/smart-field/smart-field.module.d.ts.map +0 -1
- package/pipes/smart-field/smart-field.pipe.d.ts.map +0 -1
- package/pipes/smart-sort-by/index.d.ts.map +0 -1
- package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts.map +0 -1
- package/pipes/smart-sort-by/smart-sort-by.module.d.ts.map +0 -1
- package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts.map +0 -1
- package/pipes/smart-sort-by/smart-sort-by.transformer.d.ts.map +0 -1
- package/pipes/yen/index.d.ts.map +0 -1
- package/pipes/yen/ng-atomic-common-pipes-yen.d.ts.map +0 -1
- package/pipes/yen/yen.module.d.ts.map +0 -1
- package/pipes/yen/yen.pipe.d.ts.map +0 -1
- package/services/chips-manager/chips.manager.d.ts.map +0 -1
- package/services/chips-manager/index.d.ts.map +0 -1
- package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts.map +0 -1
- package/services/form/form.service.d.ts.map +0 -1
- package/services/form/index.d.ts.map +0 -1
- package/services/form/ng-atomic-common-services-form.d.ts.map +0 -1
- package/services/loading/index.d.ts.map +0 -1
- package/services/loading/loading.service.d.ts.map +0 -1
- package/services/loading/ng-atomic-common-services-loading.d.ts.map +0 -1
- package/services/query-resolver/index.d.ts.map +0 -1
- package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts.map +0 -1
- package/services/query-resolver/query-resolver.service.d.ts.map +0 -1
- package/services/snack-bar/index.d.ts.map +0 -1
- package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts.map +0 -1
- package/services/snack-bar/snack-bar.module.d.ts.map +0 -1
- package/services/snack-bar/snack-bar.service.d.ts.map +0 -1
- package/stores/entities/entities.store.d.ts.map +0 -1
- package/stores/entities/index.d.ts.map +0 -1
- package/stores/entities/ng-atomic-common-stores-entities.d.ts.map +0 -1
- package/stores/entity/entity.store.d.ts.map +0 -1
- package/stores/entity/index.d.ts.map +0 -1
- package/stores/entity/ng-atomic-common-stores-entity.d.ts.map +0 -1
- package/stores/pagination/index.d.ts.map +0 -1
- package/stores/pagination/ng-atomic-common-stores-pagination.d.ts.map +0 -1
- package/stores/pagination/pagination.store.d.ts.map +0 -1
- package/stores/query/index.d.ts.map +0 -1
- package/stores/query/ng-atomic-common-stores-query.d.ts.map +0 -1
- package/stores/query/query.store.d.ts.map +0 -1
- package/stores/selection/index.d.ts.map +0 -1
- package/stores/selection/ng-atomic-common-stores-selection.d.ts.map +0 -1
- package/stores/selection/selection.store.d.ts.map +0 -1
- package/stores/sort/index.d.ts.map +0 -1
- package/stores/sort/ng-atomic-common-stores-sort.d.ts.map +0 -1
- package/stores/sort/sort.store.d.ts.map +0 -1
- package/utils/comma/comma.d.ts.map +0 -1
- package/utils/comma/index.d.ts.map +0 -1
- package/utils/compare-by-id/compare-by-id.d.ts.map +0 -1
- package/utils/compare-by-id/index.d.ts.map +0 -1
- package/utils/date-utils/date-utils.d.ts.map +0 -1
- package/utils/date-utils/index.d.ts.map +0 -1
- package/utils/index.d.ts.map +0 -1
- package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +0 -1
- package/utils/mat-dayjs-date/dayjs-date.formats.d.ts.map +0 -1
- package/utils/mat-dayjs-date/dayjs-date.module.d.ts.map +0 -1
- package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts.map +0 -1
- package/utils/mat-dayjs-date/index.d.ts.map +0 -1
- package/utils/ng-atomic-common-utils.d.ts.map +0 -1
- package/utils/page/index.d.ts.map +0 -1
- package/utils/page/ng-atomic-common-utils-page.d.ts.map +0 -1
- package/utils/page/page.d.ts.map +0 -1
- package/utils/query/index.d.ts.map +0 -1
- package/utils/query/query.resolver.d.ts.map +0 -1
- package/utils/smart-exp-transformer/index.d.ts.map +0 -1
- package/utils/smart-exp-transformer/smart-exp-transformer.d.ts.map +0 -1
- package/utils/to-object/index.d.ts.map +0 -1
- 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"}
|
package/utils/index.d.ts.map
DELETED
|
@@ -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"}
|
package/utils/page/page.d.ts.map
DELETED
|
@@ -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"}
|