@ng-atomic/common 5.14.0 → 6.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/component-store.d.ts +48 -0
- package/core/index.d.ts +2 -0
- package/core/injectable-component.d.ts +31 -0
- package/esm2022/core/component-store.mjs +86 -0
- package/esm2022/core/index.mjs +3 -0
- package/esm2022/core/injectable-component.mjs +82 -0
- package/esm2022/core/ng-atomic-common-core.mjs +5 -0
- package/esm2022/directives/ios-safari-scroll-buggyfill/index.mjs +3 -0
- package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +24 -0
- package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +24 -0
- package/esm2022/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +5 -0
- package/esm2022/index.mjs +2 -0
- package/esm2022/models/action.mjs +7 -0
- package/{esm2020 → esm2022}/models/index.mjs +1 -1
- package/{esm2020 → esm2022}/models/menu-item.mjs +1 -1
- package/esm2022/models/ng-atomic-common-models.mjs +5 -0
- package/{esm2020 → esm2022}/models/public_api.mjs +1 -1
- package/{esm2020 → esm2022}/ng-atomic-common.mjs +1 -1
- package/esm2022/pipes/actions/actions.pipe.mjs +19 -0
- package/{esm2020 → esm2022}/pipes/actions/index.mjs +1 -1
- package/esm2022/pipes/actions/ng-atomic-common-pipes-actions.mjs +5 -0
- package/esm2022/pipes/data-accessor/data-accessor.pipe.mjs +30 -0
- package/{esm2020 → esm2022}/pipes/data-accessor/index.mjs +1 -1
- package/esm2022/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +5 -0
- package/esm2022/pipes/domain/domain.pipe.mjs +28 -0
- package/esm2022/pipes/domain/index.mjs +2 -0
- package/esm2022/pipes/domain/ng-atomic-common-pipes-domain.mjs +5 -0
- package/esm2022/pipes/error/error.pipe.mjs +44 -0
- package/esm2022/pipes/error/index.mjs +2 -0
- package/esm2022/pipes/error/ng-atomic-common-pipes-error.mjs +5 -0
- package/esm2022/pipes/grouped-by/grouped-by.pipe.mjs +27 -0
- package/esm2022/pipes/grouped-by/index.mjs +2 -0
- package/esm2022/pipes/grouped-by/ng-atomic-common-pipes-grouped-by.mjs +5 -0
- package/esm2022/pipes/keys/index.mjs +2 -0
- package/esm2022/pipes/keys/keys.pipe.mjs +18 -0
- package/esm2022/pipes/keys/ng-atomic-common-pipes-keys.mjs +5 -0
- package/esm2022/pipes/pagination/index.mjs +2 -0
- package/esm2022/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +5 -0
- package/esm2022/pipes/pagination/pagination.pipe.mjs +32 -0
- package/esm2022/pipes/query/index.mjs +2 -0
- package/esm2022/pipes/query/ng-atomic-common-pipes-query.mjs +5 -0
- package/esm2022/pipes/query/query.pipe.mjs +26 -0
- package/{esm2020 → esm2022}/pipes/select-id/index.mjs +1 -1
- package/esm2022/pipes/select-id/ng-atomic-common-pipes-select-id.mjs +5 -0
- package/esm2022/pipes/select-id/select-id.pipe.mjs +29 -0
- package/esm2022/pipes/signal/index.mjs +2 -0
- package/esm2022/pipes/signal/ng-atomic-common-pipes-signal.mjs +5 -0
- package/esm2022/pipes/signal/signal.pipe.mjs +21 -0
- package/esm2022/pipes/smart-exp/index.mjs +3 -0
- package/esm2022/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
- package/esm2022/pipes/smart-exp/smart-exp.module.mjs +16 -0
- package/esm2022/pipes/smart-exp/smart-exp.pipe.mjs +27 -0
- package/esm2022/pipes/smart-field/index.mjs +2 -0
- package/esm2022/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +5 -0
- package/esm2022/pipes/smart-field/smart-field.pipe.mjs +33 -0
- package/esm2022/pipes/smart-sort-by/index.mjs +4 -0
- package/esm2022/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +5 -0
- package/esm2022/pipes/smart-sort-by/smart-sort-by.module.mjs +24 -0
- package/esm2022/pipes/smart-sort-by/smart-sort-by.pipe.mjs +28 -0
- package/esm2022/pipes/smart-sort-by/smart-sort-by.transformer.mjs +5 -0
- package/esm2022/pipes/yen/index.mjs +2 -0
- package/esm2022/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
- package/esm2022/pipes/yen/yen.pipe.mjs +20 -0
- package/esm2022/services/auth/auth.service.mjs +36 -0
- package/esm2022/services/auth/index.mjs +2 -0
- package/esm2022/services/auth/ng-atomic-common-services-auth.mjs +5 -0
- package/esm2022/services/chips-manager/chips.manager.mjs +29 -0
- package/{esm2020 → esm2022}/services/chips-manager/index.mjs +1 -1
- package/esm2022/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +5 -0
- package/esm2022/services/csv/csv.service.mjs +25 -0
- package/{esm2020 → esm2022}/services/csv/index.mjs +1 -1
- package/esm2022/services/csv/ng-atomic-common-services-csv.mjs +5 -0
- package/esm2022/services/form/form.service.mjs +38 -0
- package/{esm2020 → esm2022}/services/form/index.mjs +1 -1
- package/esm2022/services/form/ng-atomic-common-services-form.mjs +5 -0
- package/{esm2020 → esm2022}/services/form/pagination/index.mjs +1 -1
- package/esm2022/services/form/pagination/ng-atomic-common-services-form-pagination.mjs +5 -0
- package/esm2022/services/form/pagination/pagination.service.mjs +24 -0
- package/{esm2020 → esm2022}/services/form/sort/index.mjs +1 -1
- package/esm2022/services/form/sort/ng-atomic-common-services-form-sort.mjs +5 -0
- package/esm2022/services/form/sort/sort.service.mjs +33 -0
- package/{esm2020 → esm2022}/services/loading/index.mjs +1 -1
- package/esm2022/services/loading/loading.service.mjs +44 -0
- package/esm2022/services/loading/ng-atomic-common-services-loading.mjs +5 -0
- package/{esm2020 → esm2022}/services/query-resolver/index.mjs +1 -1
- package/esm2022/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
- package/esm2022/services/query-resolver/query-resolver.service.mjs +33 -0
- package/esm2022/services/snack-bar/index.mjs +3 -0
- package/esm2022/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
- package/esm2022/services/snack-bar/snack-bar.module.mjs +22 -0
- package/esm2022/services/snack-bar/snack-bar.service.mjs +23 -0
- package/esm2022/services/ui/index.mjs +2 -0
- package/esm2022/services/ui/ng-atomic-common-services-ui.mjs +5 -0
- package/esm2022/services/ui/ui.service.mjs +199 -0
- package/esm2022/stores/component-store/component-store.mjs +2 -0
- package/esm2022/stores/component-store/index.mjs +2 -0
- package/esm2022/stores/component-store/ng-atomic-common-stores-component-store.mjs +5 -0
- package/esm2022/stores/entities/entities.store.mjs +32 -0
- package/esm2022/stores/entities/index.mjs +2 -0
- package/esm2022/stores/entities/ng-atomic-common-stores-entities.mjs +5 -0
- package/esm2022/stores/entity/entity.store.mjs +34 -0
- package/{esm2020 → esm2022}/stores/entity/index.mjs +1 -1
- package/esm2022/stores/entity/ng-atomic-common-stores-entity.mjs +5 -0
- package/{esm2020 → esm2022}/stores/pagination/index.mjs +1 -1
- package/esm2022/stores/pagination/ng-atomic-common-stores-pagination.mjs +5 -0
- package/esm2022/stores/pagination/pagination.store.mjs +23 -0
- package/{esm2020 → esm2022}/stores/query/index.mjs +1 -1
- package/esm2022/stores/query/ng-atomic-common-stores-query.mjs +5 -0
- package/esm2022/stores/query/query.store.mjs +31 -0
- package/{esm2020 → esm2022}/stores/selection/index.mjs +1 -1
- package/esm2022/stores/selection/ng-atomic-common-stores-selection.mjs +5 -0
- package/esm2022/stores/selection/selection.store.mjs +29 -0
- package/{esm2020 → esm2022}/stores/sort/index.mjs +1 -1
- package/esm2022/stores/sort/ng-atomic-common-stores-sort.mjs +5 -0
- package/esm2022/stores/sort/sort.store.mjs +27 -0
- package/esm2022/utils/comma/comma.mjs +4 -0
- package/{esm2020 → esm2022}/utils/comma/index.mjs +1 -1
- package/esm2022/utils/compare-by-id/compare-by-id.mjs +5 -0
- package/{esm2020 → esm2022}/utils/compare-by-id/index.mjs +1 -1
- package/esm2022/utils/date-utils/date-utils.mjs +13 -0
- package/{esm2020 → esm2022}/utils/date-utils/index.mjs +1 -1
- package/esm2022/utils/diff/diff.mjs +7 -0
- package/{esm2020 → esm2022}/utils/diff/index.mjs +1 -1
- package/esm2022/utils/get/get.mjs +6 -0
- package/esm2022/utils/get/index.mjs +2 -0
- package/esm2022/utils/index.mjs +11 -0
- package/esm2022/utils/mat-dayjs-date/dayjs-date.adapter.mjs +190 -0
- package/esm2022/utils/mat-dayjs-date/dayjs-date.formats.mjs +15 -0
- package/esm2022/utils/mat-dayjs-date/dayjs-date.module.mjs +41 -0
- package/esm2022/utils/mat-dayjs-date/dayjs-jp-providers.mjs +20 -0
- package/esm2022/utils/mat-dayjs-date/index.mjs +5 -0
- package/esm2022/utils/ng-atomic-common-utils.mjs +5 -0
- package/{esm2020 → esm2022}/utils/page/index.mjs +1 -1
- package/esm2022/utils/page/ng-atomic-common-utils-page.mjs +5 -0
- package/esm2022/utils/page/page.mjs +20 -0
- package/{esm2020/stores/entities → esm2022/utils/query}/index.mjs +2 -2
- package/esm2022/utils/query/query.resolver.mjs +100 -0
- package/{esm2020 → esm2022}/utils/smart-exp-transformer/index.mjs +1 -1
- package/esm2022/utils/smart-exp-transformer/smart-exp-transformer.mjs +18 -0
- package/{esm2020 → esm2022}/utils/to-object/index.mjs +1 -1
- package/esm2022/utils/to-object/to-object.mjs +10 -0
- package/fesm2022/ng-atomic-common-core.mjs +171 -0
- package/fesm2022/ng-atomic-common-core.mjs.map +1 -0
- package/{fesm2015 → fesm2022}/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +7 -7
- package/fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-models.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-actions.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-actions.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-data-accessor.mjs +5 -5
- package/fesm2022/ng-atomic-common-pipes-data-accessor.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-domain.mjs +35 -0
- package/fesm2022/ng-atomic-common-pipes-domain.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-error.mjs +51 -0
- package/fesm2022/ng-atomic-common-pipes-error.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs +34 -0
- package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-keys.mjs +25 -0
- package/fesm2022/ng-atomic-common-pipes-keys.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-pagination.mjs +39 -0
- package/fesm2022/ng-atomic-common-pipes-pagination.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-query.mjs +33 -0
- package/fesm2022/ng-atomic-common-pipes-query.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-select-id.mjs +4 -4
- package/fesm2022/ng-atomic-common-pipes-select-id.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-signal.mjs +28 -0
- package/fesm2022/ng-atomic-common-pipes-signal.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-smart-exp.mjs +8 -8
- package/fesm2022/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-smart-field.mjs +40 -0
- package/fesm2022/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-pipes-smart-sort-by.mjs +9 -9
- package/fesm2022/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-yen.mjs +27 -0
- package/fesm2022/ng-atomic-common-pipes-yen.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-services-auth.mjs +43 -0
- package/fesm2022/ng-atomic-common-services-auth.mjs.map +1 -0
- package/{fesm2015 → fesm2022}/ng-atomic-common-services-chips-manager.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-chips-manager.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-csv.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-csv.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-form-pagination.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-form-pagination.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-form-sort.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-form-sort.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-form.mjs +1 -1
- package/fesm2022/ng-atomic-common-services-form.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-loading.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-loading.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-services-query-resolver.mjs +8 -9
- package/fesm2022/ng-atomic-common-services-query-resolver.mjs.map +1 -0
- package/{fesm2015 → fesm2022}/ng-atomic-common-services-snack-bar.mjs +9 -9
- package/fesm2022/ng-atomic-common-services-snack-bar.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-services-ui.mjs +206 -0
- package/fesm2022/ng-atomic-common-services-ui.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-stores-component-store.mjs +6 -0
- package/fesm2022/ng-atomic-common-stores-component-store.mjs.map +1 -0
- package/{fesm2015 → fesm2022}/ng-atomic-common-stores-entities.mjs +6 -1
- package/fesm2022/ng-atomic-common-stores-entities.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-stores-entity.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-stores-pagination.mjs +3 -3
- package/fesm2022/ng-atomic-common-stores-pagination.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-stores-query.mjs +4 -4
- package/fesm2022/ng-atomic-common-stores-query.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-stores-selection.mjs +3 -3
- package/fesm2022/ng-atomic-common-stores-selection.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-stores-sort.mjs +4 -5
- package/fesm2022/ng-atomic-common-stores-sort.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-utils-page.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/ng-atomic-common-utils.mjs +33 -24
- package/fesm2022/ng-atomic-common-utils.mjs.map +1 -0
- package/fesm2022/ng-atomic-common.mjs.map +1 -0
- package/package.json +175 -176
- package/pipes/domain/domain.pipe.d.ts +1 -1
- package/pipes/domain/index.d.ts +1 -2
- package/pipes/error/error.pipe.d.ts +16 -0
- package/pipes/error/index.d.ts +1 -0
- package/pipes/grouped-by/grouped-by.pipe.d.ts +9 -0
- package/pipes/grouped-by/index.d.ts +1 -0
- package/pipes/keys/index.d.ts +1 -0
- package/pipes/keys/keys.pipe.d.ts +8 -0
- package/pipes/pagination/index.d.ts +0 -1
- package/pipes/pagination/pagination.pipe.d.ts +1 -0
- package/pipes/query/index.d.ts +1 -0
- package/pipes/query/query.pipe.d.ts +10 -0
- package/pipes/signal/index.d.ts +1 -0
- package/pipes/signal/signal.pipe.d.ts +10 -0
- package/pipes/smart-field/index.d.ts +0 -1
- package/pipes/smart-field/smart-field.pipe.d.ts +30 -9
- package/pipes/yen/index.d.ts +0 -1
- package/pipes/yen/yen.pipe.d.ts +2 -2
- package/services/auth/auth.service.d.ts +34 -0
- package/services/auth/index.d.ts +1 -0
- package/services/ui/index.d.ts +1 -0
- package/services/ui/ui.service.d.ts +54 -0
- package/stores/component-store/component-store.d.ts +1 -0
- package/stores/component-store/index.d.ts +1 -0
- package/stores/entities/entities.store.d.ts +6 -5
- package/stores/sort/sort.store.d.ts +0 -1
- package/utils/get/get.d.ts +5 -0
- package/utils/get/index.d.ts +1 -0
- package/utils/index.d.ts +1 -0
- package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +0 -3
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +0 -24
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +0 -24
- package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +0 -5
- package/esm2020/index.mjs +0 -2
- package/esm2020/models/action.mjs +0 -7
- package/esm2020/models/ng-atomic-common-models.mjs +0 -5
- package/esm2020/pipes/actions/actions.pipe.mjs +0 -19
- package/esm2020/pipes/actions/ng-atomic-common-pipes-actions.mjs +0 -5
- package/esm2020/pipes/data-accessor/data-accessor.pipe.mjs +0 -30
- package/esm2020/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +0 -5
- package/esm2020/pipes/domain/domain.module.mjs +0 -24
- package/esm2020/pipes/domain/domain.pipe.mjs +0 -27
- package/esm2020/pipes/domain/index.mjs +0 -3
- package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +0 -5
- package/esm2020/pipes/pagination/index.mjs +0 -3
- package/esm2020/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +0 -5
- package/esm2020/pipes/pagination/pagination.module.mjs +0 -20
- package/esm2020/pipes/pagination/pagination.pipe.mjs +0 -32
- package/esm2020/pipes/select-id/ng-atomic-common-pipes-select-id.mjs +0 -5
- package/esm2020/pipes/select-id/select-id.pipe.mjs +0 -29
- package/esm2020/pipes/smart-exp/index.mjs +0 -3
- package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +0 -5
- package/esm2020/pipes/smart-exp/smart-exp.module.mjs +0 -16
- package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +0 -27
- package/esm2020/pipes/smart-field/index.mjs +0 -3
- package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +0 -5
- package/esm2020/pipes/smart-field/smart-field.module.mjs +0 -24
- package/esm2020/pipes/smart-field/smart-field.pipe.mjs +0 -31
- package/esm2020/pipes/smart-sort-by/index.mjs +0 -4
- package/esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs +0 -5
- package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +0 -24
- package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +0 -28
- package/esm2020/pipes/smart-sort-by/smart-sort-by.transformer.mjs +0 -5
- package/esm2020/pipes/yen/index.mjs +0 -3
- package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +0 -5
- package/esm2020/pipes/yen/yen.module.mjs +0 -24
- package/esm2020/pipes/yen/yen.pipe.mjs +0 -17
- package/esm2020/services/chips-manager/chips.manager.mjs +0 -29
- package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +0 -5
- package/esm2020/services/csv/csv.service.mjs +0 -25
- package/esm2020/services/csv/ng-atomic-common-services-csv.mjs +0 -5
- package/esm2020/services/form/form.service.mjs +0 -38
- package/esm2020/services/form/ng-atomic-common-services-form.mjs +0 -5
- package/esm2020/services/form/pagination/ng-atomic-common-services-form-pagination.mjs +0 -5
- package/esm2020/services/form/pagination/pagination.service.mjs +0 -24
- package/esm2020/services/form/sort/ng-atomic-common-services-form-sort.mjs +0 -5
- package/esm2020/services/form/sort/sort.service.mjs +0 -33
- package/esm2020/services/loading/loading.service.mjs +0 -44
- package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +0 -5
- package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +0 -5
- package/esm2020/services/query-resolver/query-resolver.service.mjs +0 -34
- package/esm2020/services/snack-bar/index.mjs +0 -3
- package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +0 -5
- package/esm2020/services/snack-bar/snack-bar.module.mjs +0 -22
- package/esm2020/services/snack-bar/snack-bar.service.mjs +0 -23
- package/esm2020/stores/entities/entities.store.mjs +0 -27
- package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +0 -5
- package/esm2020/stores/entity/entity.store.mjs +0 -34
- package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +0 -5
- package/esm2020/stores/pagination/ng-atomic-common-stores-pagination.mjs +0 -5
- package/esm2020/stores/pagination/pagination.store.mjs +0 -23
- package/esm2020/stores/query/ng-atomic-common-stores-query.mjs +0 -5
- package/esm2020/stores/query/query.store.mjs +0 -31
- package/esm2020/stores/selection/ng-atomic-common-stores-selection.mjs +0 -5
- package/esm2020/stores/selection/selection.store.mjs +0 -29
- package/esm2020/stores/sort/ng-atomic-common-stores-sort.mjs +0 -5
- package/esm2020/stores/sort/sort.store.mjs +0 -28
- package/esm2020/utils/comma/comma.mjs +0 -4
- package/esm2020/utils/compare-by-id/compare-by-id.mjs +0 -5
- package/esm2020/utils/date-utils/date-utils.mjs +0 -13
- package/esm2020/utils/diff/diff.mjs +0 -7
- package/esm2020/utils/index.mjs +0 -10
- package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +0 -191
- package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +0 -15
- package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +0 -41
- package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +0 -20
- package/esm2020/utils/mat-dayjs-date/index.mjs +0 -5
- package/esm2020/utils/ng-atomic-common-utils.mjs +0 -5
- package/esm2020/utils/page/ng-atomic-common-utils-page.mjs +0 -5
- package/esm2020/utils/page/page.mjs +0 -20
- package/esm2020/utils/query/index.mjs +0 -2
- package/esm2020/utils/query/query.resolver.mjs +0 -97
- package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +0 -18
- package/esm2020/utils/to-object/to-object.mjs +0 -10
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-models.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-actions.mjs +0 -26
- package/fesm2015/ng-atomic-common-pipes-actions.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs +0 -40
- package/fesm2015/ng-atomic-common-pipes-data-accessor.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-domain.mjs +0 -59
- package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-pagination.mjs +0 -59
- package/fesm2015/ng-atomic-common-pipes-pagination.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-select-id.mjs +0 -39
- package/fesm2015/ng-atomic-common-pipes-select-id.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +0 -50
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +0 -63
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +0 -63
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes-yen.mjs +0 -45
- package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-csv.mjs +0 -32
- package/fesm2015/ng-atomic-common-services-csv.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-form-pagination.mjs +0 -31
- package/fesm2015/ng-atomic-common-services-form-pagination.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-form-sort.mjs +0 -39
- package/fesm2015/ng-atomic-common-services-form-sort.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-form.mjs +0 -42
- package/fesm2015/ng-atomic-common-services-form.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-loading.mjs +0 -54
- package/fesm2015/ng-atomic-common-services-loading.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs +0 -44
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-entities.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-entity.mjs +0 -42
- package/fesm2015/ng-atomic-common-stores-entity.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-pagination.mjs +0 -30
- package/fesm2015/ng-atomic-common-stores-pagination.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-query.mjs +0 -40
- package/fesm2015/ng-atomic-common-stores-query.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-selection.mjs +0 -36
- package/fesm2015/ng-atomic-common-stores-selection.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-stores-sort.mjs +0 -35
- package/fesm2015/ng-atomic-common-stores-sort.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-utils-page.mjs +0 -21
- package/fesm2015/ng-atomic-common-utils-page.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-utils.mjs +0 -419
- package/fesm2015/ng-atomic-common-utils.mjs.map +0 -1
- package/fesm2015/ng-atomic-common.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +0 -52
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-models.mjs +0 -13
- package/fesm2020/ng-atomic-common-models.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-actions.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-data-accessor.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-domain.mjs +0 -55
- package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-pagination.mjs +0 -56
- package/fesm2020/ng-atomic-common-pipes-pagination.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-select-id.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +0 -59
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes-yen.mjs +0 -45
- package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs +0 -36
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-csv.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-form-pagination.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-form-sort.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-form.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-loading.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs +0 -49
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-entities.mjs +0 -34
- package/fesm2020/ng-atomic-common-stores-entities.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-entity.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-pagination.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-query.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-selection.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-stores-sort.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-utils-page.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-utils.mjs.map +0 -1
- package/fesm2020/ng-atomic-common.mjs +0 -4
- package/fesm2020/ng-atomic-common.mjs.map +0 -1
- package/pipes/domain/domain.module.d.ts +0 -8
- package/pipes/pagination/pagination.module.d.ts +0 -7
- package/pipes/smart-field/smart-field.module.d.ts +0 -8
- package/pipes/yen/yen.module.d.ts +0 -8
- /package/{fesm2015 → fesm2022}/ng-atomic-common-models.mjs +0 -0
- /package/{fesm2020 → fesm2022}/ng-atomic-common-stores-entity.mjs +0 -0
- /package/{fesm2020 → fesm2022}/ng-atomic-common-utils-page.mjs +0 -0
- /package/{fesm2015 → fesm2022}/ng-atomic-common.mjs +0 -0
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pagination.pipe";
|
|
3
|
-
export declare class PaginationModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, never, [typeof i1.PaginationPipe], [typeof i1.PaginationPipe]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./smart-field.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SmartFieldModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SmartFieldModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFieldModule, [typeof i1.SmartFieldPipe], [typeof i2.CommonModule], [typeof i1.SmartFieldPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SmartFieldModule>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./yen.pipe";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class YenModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YenModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YenModule, [typeof i1.YenPipe], [typeof i2.CommonModule], [typeof i1.YenPipe]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YenModule>;
|
|
8
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|