@ng-atomic/common 3.0.0 → 3.2.4
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 +1 -0
- package/directives/ios-safari-scroll-buggyfill/index.d.ts.map +1 -0
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts +1 -0
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts.map +1 -0
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts +1 -0
- package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.d.ts.map +1 -0
- package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts +1 -0
- package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts.map +1 -0
- package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +1 -1
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +14 -12
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +19 -18
- 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/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/domain/domain.module.mjs +19 -18
- 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 +5 -0
- package/esm2020/pipes/smart-clamp/index.mjs +1 -1
- package/esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs +5 -0
- package/esm2020/pipes/smart-clamp/smart-clamp.module.mjs +19 -18
- package/esm2020/pipes/smart-clamp/smart-clamp.pipe.mjs +16 -16
- package/esm2020/pipes/smart-exp/index.mjs +1 -1
- package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
- package/esm2020/pipes/smart-exp/smart-exp.module.mjs +12 -11
- 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 +5 -0
- package/esm2020/pipes/smart-field/smart-field.module.mjs +19 -18
- 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 +5 -0
- package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +19 -18
- package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +15 -15
- package/esm2020/pipes/yen/index.mjs +1 -1
- package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
- package/esm2020/pipes/yen/yen.module.mjs +19 -18
- package/esm2020/pipes/yen/yen.pipe.mjs +9 -9
- package/esm2020/services/chips-manager/chips.manager.mjs +29 -0
- package/esm2020/services/chips-manager/index.mjs +2 -0
- package/esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +5 -0
- 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 +5 -0
- package/esm2020/services/loading/index.mjs +1 -1
- package/esm2020/services/loading/loading.service.mjs +9 -9
- package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +5 -0
- package/esm2020/services/query-resolver/index.mjs +1 -1
- package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
- package/esm2020/services/query-resolver/query-resolver.service.mjs +15 -16
- package/esm2020/services/snack-bar/index.mjs +1 -1
- package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
- package/esm2020/services/snack-bar/snack-bar.module.mjs +16 -15
- package/esm2020/services/snack-bar/snack-bar.service.mjs +9 -9
- package/esm2020/stores/entities/entities.store.mjs +44 -0
- package/esm2020/stores/entities/index.mjs +2 -0
- package/esm2020/stores/entities/ng-atomic-common-stores-entities.mjs +5 -0
- package/esm2020/stores/entity/entity.store.mjs +40 -0
- package/esm2020/stores/entity/index.mjs +2 -0
- package/esm2020/stores/entity/ng-atomic-common-stores-entity.mjs +5 -0
- 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 +27 -26
- 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/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 +19 -10
- 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-domain.mjs +66 -0
- package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs +81 -0
- package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs +55 -0
- package/fesm2015/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +70 -0
- package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +69 -0
- package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-pipes-yen.mjs +52 -0
- package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-services-chips-manager.mjs +38 -0
- package/fesm2015/ng-atomic-common-services-chips-manager.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-services-form.mjs +42 -0
- package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-services-loading.mjs +41 -0
- package/fesm2015/ng-atomic-common-services-loading.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs +38 -0
- package/fesm2015/ng-atomic-common-services-query-resolver.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-services-snack-bar.mjs +58 -0
- package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -0
- package/fesm2015/{ng-atomic-common-store.mjs → ng-atomic-common-stores-entities.mjs} +5 -44
- package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-stores-entity.mjs +48 -0
- package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-utils.mjs +15 -10
- 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 +31 -28
- 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-domain.mjs +58 -0
- package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs +74 -0
- package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs +48 -0
- package/fesm2020/ng-atomic-common-pipes-smart-exp.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +62 -0
- package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +62 -0
- package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-pipes-yen.mjs +48 -0
- package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs +36 -0
- package/fesm2020/ng-atomic-common-services-chips-manager.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-services-form.mjs +45 -0
- package/fesm2020/ng-atomic-common-services-form.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-services-loading.mjs +39 -0
- package/fesm2020/ng-atomic-common-services-loading.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-services-query-resolver.mjs +33 -0
- package/fesm2020/ng-atomic-common-services-query-resolver.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs +52 -0
- package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -0
- package/fesm2020/{ng-atomic-common-store.mjs → ng-atomic-common-stores-entities.mjs} +5 -43
- package/fesm2020/ng-atomic-common-stores-entities.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-stores-entity.mjs +47 -0
- package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-utils.mjs +26 -25
- package/fesm2020/ng-atomic-common-utils.mjs.map +1 -1
- package/fesm2020/ng-atomic-common.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/models/action-item.d.ts +1 -0
- package/models/action-item.d.ts.map +1 -0
- package/models/index.d.ts +1 -0
- package/models/index.d.ts.map +1 -0
- package/models/menu-item.d.ts +1 -0
- package/models/menu-item.d.ts.map +1 -0
- package/models/ng-atomic-common-models.d.ts +1 -0
- package/models/ng-atomic-common-models.d.ts.map +1 -0
- package/models/public_api.d.ts +1 -0
- package/models/public_api.d.ts.map +1 -0
- package/ng-atomic-common.d.ts +1 -0
- package/ng-atomic-common.d.ts.map +1 -0
- package/package.json +119 -43
- package/pipes/domain/domain.module.d.ts +1 -0
- package/pipes/domain/domain.module.d.ts.map +1 -0
- package/pipes/domain/domain.pipe.d.ts +1 -0
- package/pipes/domain/domain.pipe.d.ts.map +1 -0
- package/pipes/domain/index.d.ts +1 -0
- package/pipes/domain/index.d.ts.map +1 -0
- package/pipes/domain/ng-atomic-common-pipes-domain.d.ts +6 -0
- package/pipes/domain/ng-atomic-common-pipes-domain.d.ts.map +1 -0
- package/pipes/domain/package.json +10 -0
- package/pipes/smart-clamp/index.d.ts +1 -0
- package/pipes/smart-clamp/index.d.ts.map +1 -0
- package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts +6 -0
- package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts.map +1 -0
- package/pipes/smart-clamp/package.json +10 -0
- package/pipes/smart-clamp/smart-clamp.module.d.ts +1 -0
- package/pipes/smart-clamp/smart-clamp.module.d.ts.map +1 -0
- package/pipes/smart-clamp/smart-clamp.pipe.d.ts +6 -5
- package/pipes/smart-clamp/smart-clamp.pipe.d.ts.map +1 -0
- package/pipes/smart-exp/index.d.ts +1 -0
- package/pipes/smart-exp/index.d.ts.map +1 -0
- package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts +6 -0
- package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts.map +1 -0
- package/pipes/smart-exp/package.json +10 -0
- package/pipes/smart-exp/smart-exp.module.d.ts +1 -0
- package/pipes/smart-exp/smart-exp.module.d.ts.map +1 -0
- package/pipes/smart-exp/smart-exp.pipe.d.ts +2 -1
- package/pipes/smart-exp/smart-exp.pipe.d.ts.map +1 -0
- package/pipes/smart-field/index.d.ts +1 -0
- package/pipes/smart-field/index.d.ts.map +1 -0
- package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts +6 -0
- package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts.map +1 -0
- package/pipes/smart-field/package.json +10 -0
- package/pipes/smart-field/smart-field.module.d.ts +1 -0
- package/pipes/smart-field/smart-field.module.d.ts.map +1 -0
- package/pipes/smart-field/smart-field.pipe.d.ts +1 -0
- package/pipes/smart-field/smart-field.pipe.d.ts.map +1 -0
- package/pipes/smart-sort-by/index.d.ts +1 -0
- package/pipes/smart-sort-by/index.d.ts.map +1 -0
- package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts +6 -0
- package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts.map +1 -0
- package/pipes/smart-sort-by/package.json +10 -0
- package/pipes/smart-sort-by/smart-sort-by.module.d.ts +1 -0
- package/pipes/smart-sort-by/smart-sort-by.module.d.ts.map +1 -0
- package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +1 -0
- package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts.map +1 -0
- package/pipes/yen/index.d.ts +1 -0
- package/pipes/yen/index.d.ts.map +1 -0
- package/pipes/yen/ng-atomic-common-pipes-yen.d.ts +6 -0
- package/pipes/yen/ng-atomic-common-pipes-yen.d.ts.map +1 -0
- package/pipes/yen/package.json +10 -0
- package/pipes/yen/yen.module.d.ts +1 -0
- package/pipes/yen/yen.module.d.ts.map +1 -0
- package/pipes/yen/yen.pipe.d.ts +1 -0
- package/pipes/yen/yen.pipe.d.ts.map +1 -0
- package/services/chips-manager/chips.manager.d.ts +12 -0
- package/services/chips-manager/chips.manager.d.ts.map +1 -0
- package/services/chips-manager/index.d.ts +2 -0
- package/services/chips-manager/index.d.ts.map +1 -0
- package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts +6 -0
- package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts.map +1 -0
- package/services/chips-manager/package.json +10 -0
- package/services/form/form.service.d.ts +1 -0
- package/services/form/form.service.d.ts.map +1 -0
- package/services/form/index.d.ts +1 -0
- package/services/form/index.d.ts.map +1 -0
- package/services/form/ng-atomic-common-services-form.d.ts +6 -0
- package/services/form/ng-atomic-common-services-form.d.ts.map +1 -0
- package/services/form/package.json +10 -0
- package/services/loading/index.d.ts +1 -0
- package/services/loading/index.d.ts.map +1 -0
- package/services/loading/loading.service.d.ts +1 -0
- package/services/loading/loading.service.d.ts.map +1 -0
- package/services/loading/ng-atomic-common-services-loading.d.ts +6 -0
- package/services/loading/ng-atomic-common-services-loading.d.ts.map +1 -0
- package/services/loading/package.json +10 -0
- package/services/query-resolver/index.d.ts +1 -0
- package/services/query-resolver/index.d.ts.map +1 -0
- package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts +6 -0
- package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts.map +1 -0
- package/services/query-resolver/package.json +10 -0
- package/services/query-resolver/query-resolver.service.d.ts +1 -0
- package/services/query-resolver/query-resolver.service.d.ts.map +1 -0
- package/services/snack-bar/index.d.ts +1 -0
- package/services/snack-bar/index.d.ts.map +1 -0
- package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts +6 -0
- package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts.map +1 -0
- package/services/snack-bar/package.json +10 -0
- package/services/snack-bar/snack-bar.module.d.ts +1 -0
- package/services/snack-bar/snack-bar.module.d.ts.map +1 -0
- package/services/snack-bar/snack-bar.service.d.ts +1 -0
- package/services/snack-bar/snack-bar.service.d.ts.map +1 -0
- package/{store/entities.page.store.d.ts → stores/entities/entities.store.d.ts} +5 -3
- package/stores/entities/entities.store.d.ts.map +1 -0
- package/stores/entities/index.d.ts +2 -0
- package/stores/entities/index.d.ts.map +1 -0
- package/stores/entities/ng-atomic-common-stores-entities.d.ts +6 -0
- package/stores/entities/ng-atomic-common-stores-entities.d.ts.map +1 -0
- package/stores/entities/package.json +10 -0
- package/{store/entity.page.store.d.ts → stores/entity/entity.store.d.ts} +5 -3
- package/stores/entity/entity.store.d.ts.map +1 -0
- package/stores/entity/index.d.ts +2 -0
- package/stores/entity/index.d.ts.map +1 -0
- package/stores/entity/ng-atomic-common-stores-entity.d.ts +6 -0
- package/stores/entity/ng-atomic-common-stores-entity.d.ts.map +1 -0
- package/stores/entity/package.json +10 -0
- package/utils/comma/comma.d.ts +1 -0
- package/utils/comma/comma.d.ts.map +1 -0
- package/utils/comma/index.d.ts +1 -0
- package/utils/comma/index.d.ts.map +1 -0
- package/utils/compare-by-id/compare-by-id.d.ts +1 -0
- package/utils/compare-by-id/compare-by-id.d.ts.map +1 -0
- package/utils/compare-by-id/index.d.ts +1 -0
- package/utils/compare-by-id/index.d.ts.map +1 -0
- package/utils/date-utils/date-utils.d.ts +1 -0
- package/utils/date-utils/date-utils.d.ts.map +1 -0
- package/utils/date-utils/index.d.ts +1 -0
- package/utils/date-utils/index.d.ts.map +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts +1 -0
- package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +1 -0
- package/utils/mat-dayjs-date/dayjs-date.formats.d.ts +1 -0
- package/utils/mat-dayjs-date/dayjs-date.formats.d.ts.map +1 -0
- package/utils/mat-dayjs-date/dayjs-date.module.d.ts +1 -0
- package/utils/mat-dayjs-date/dayjs-date.module.d.ts.map +1 -0
- package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts +1 -0
- package/utils/mat-dayjs-date/dayjs-jp-providers.d.ts.map +1 -0
- package/utils/mat-dayjs-date/index.d.ts +1 -0
- package/utils/mat-dayjs-date/index.d.ts.map +1 -0
- package/utils/ng-atomic-common-utils.d.ts +1 -0
- package/utils/ng-atomic-common-utils.d.ts.map +1 -0
- package/utils/query/index.d.ts +1 -0
- package/utils/query/index.d.ts.map +1 -0
- package/utils/query/query.resolver.d.ts +1 -0
- package/utils/query/query.resolver.d.ts.map +1 -0
- package/utils/smart-exp-transformer/index.d.ts +1 -0
- package/utils/smart-exp-transformer/index.d.ts.map +1 -0
- package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +1 -0
- package/utils/smart-exp-transformer/smart-exp-transformer.d.ts.map +1 -0
- package/utils/to-object/index.d.ts +1 -0
- package/utils/to-object/index.d.ts.map +1 -0
- package/utils/to-object/to-object.d.ts +1 -0
- package/utils/to-object/to-object.d.ts.map +1 -0
- package/README.md +0 -7
- package/directives/index.d.ts +0 -1
- package/directives/ng-atomic-common-directives.d.ts +0 -5
- package/directives/package.json +0 -10
- package/esm2020/directives/index.mjs +0 -2
- package/esm2020/directives/ng-atomic-common-directives.mjs +0 -5
- package/esm2020/pipes/index.mjs +0 -7
- package/esm2020/pipes/ng-atomic-common-pipes.mjs +0 -5
- package/esm2020/services/index.mjs +0 -5
- package/esm2020/services/ng-atomic-common-services.mjs +0 -5
- package/esm2020/store/entities.page.store.mjs +0 -44
- package/esm2020/store/entity.page.store.mjs +0 -40
- package/esm2020/store/index.mjs +0 -3
- package/esm2020/store/ng-atomic-common-store.mjs +0 -5
- package/fesm2015/ng-atomic-common-directives.mjs +0 -54
- package/fesm2015/ng-atomic-common-directives.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-pipes.mjs +0 -312
- package/fesm2015/ng-atomic-common-pipes.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-services.mjs +0 -142
- package/fesm2015/ng-atomic-common-services.mjs.map +0 -1
- package/fesm2015/ng-atomic-common-store.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-directives.mjs +0 -54
- package/fesm2020/ng-atomic-common-directives.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-pipes.mjs +0 -295
- package/fesm2020/ng-atomic-common-pipes.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-services.mjs +0 -142
- package/fesm2020/ng-atomic-common-services.mjs.map +0 -1
- package/fesm2020/ng-atomic-common-store.mjs.map +0 -1
- package/pipes/index.d.ts +0 -6
- package/pipes/ng-atomic-common-pipes.d.ts +0 -5
- package/pipes/package.json +0 -10
- package/services/index.d.ts +0 -4
- package/services/ng-atomic-common-services.d.ts +0 -5
- package/services/package.json +0 -10
- package/store/index.d.ts +0 -2
- package/store/ng-atomic-common-store.d.ts +0 -5
- package/store/package.json +0 -10
package/package.json
CHANGED
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/common",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"
|
|
5
|
-
"@angular/common": "^11.2.14",
|
|
6
|
-
"@angular/core": "^11.2.14",
|
|
7
|
-
"flat": "^5.0.2",
|
|
8
|
-
"rxjs": "^7.0.0",
|
|
9
|
-
"@ngrx/component-store": "13.0.2"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"tslib": "^2.0.0"
|
|
13
|
-
},
|
|
3
|
+
"version": "3.2.4",
|
|
4
|
+
"license": "MIT",
|
|
14
5
|
"module": "fesm2015/ng-atomic-common.mjs",
|
|
15
6
|
"es2020": "fesm2020/ng-atomic-common.mjs",
|
|
16
7
|
"esm2020": "esm2020/ng-atomic-common.mjs",
|
|
@@ -37,14 +28,6 @@
|
|
|
37
28
|
"node": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
|
|
38
29
|
"default": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs"
|
|
39
30
|
},
|
|
40
|
-
"./directives": {
|
|
41
|
-
"types": "./directives/ng-atomic-common-directives.d.ts",
|
|
42
|
-
"esm2020": "./esm2020/directives/ng-atomic-common-directives.mjs",
|
|
43
|
-
"es2020": "./fesm2020/ng-atomic-common-directives.mjs",
|
|
44
|
-
"es2015": "./fesm2015/ng-atomic-common-directives.mjs",
|
|
45
|
-
"node": "./fesm2015/ng-atomic-common-directives.mjs",
|
|
46
|
-
"default": "./fesm2020/ng-atomic-common-directives.mjs"
|
|
47
|
-
},
|
|
48
31
|
"./models": {
|
|
49
32
|
"types": "./models/ng-atomic-common-models.d.ts",
|
|
50
33
|
"esm2020": "./esm2020/models/ng-atomic-common-models.mjs",
|
|
@@ -53,29 +36,109 @@
|
|
|
53
36
|
"node": "./fesm2015/ng-atomic-common-models.mjs",
|
|
54
37
|
"default": "./fesm2020/ng-atomic-common-models.mjs"
|
|
55
38
|
},
|
|
56
|
-
"./pipes": {
|
|
57
|
-
"types": "./pipes/ng-atomic-common-pipes.d.ts",
|
|
58
|
-
"esm2020": "./esm2020/pipes/ng-atomic-common-pipes.mjs",
|
|
59
|
-
"es2020": "./fesm2020/ng-atomic-common-pipes.mjs",
|
|
60
|
-
"es2015": "./fesm2015/ng-atomic-common-pipes.mjs",
|
|
61
|
-
"node": "./fesm2015/ng-atomic-common-pipes.mjs",
|
|
62
|
-
"default": "./fesm2020/ng-atomic-common-pipes.mjs"
|
|
63
|
-
},
|
|
64
|
-
"./
|
|
65
|
-
"types": "./
|
|
66
|
-
"esm2020": "./esm2020/
|
|
67
|
-
"es2020": "./fesm2020/ng-atomic-common-
|
|
68
|
-
"es2015": "./fesm2015/ng-atomic-common-
|
|
69
|
-
"node": "./fesm2015/ng-atomic-common-
|
|
70
|
-
"default": "./fesm2020/ng-atomic-common-
|
|
71
|
-
},
|
|
72
|
-
"./
|
|
73
|
-
"types": "./
|
|
74
|
-
"esm2020": "./esm2020/
|
|
75
|
-
"es2020": "./fesm2020/ng-atomic-common-
|
|
76
|
-
"es2015": "./fesm2015/ng-atomic-common-
|
|
77
|
-
"node": "./fesm2015/ng-atomic-common-
|
|
78
|
-
"default": "./fesm2020/ng-atomic-common-
|
|
39
|
+
"./pipes/domain": {
|
|
40
|
+
"types": "./pipes/domain/ng-atomic-common-pipes-domain.d.ts",
|
|
41
|
+
"esm2020": "./esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs",
|
|
42
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-domain.mjs",
|
|
43
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-domain.mjs",
|
|
44
|
+
"node": "./fesm2015/ng-atomic-common-pipes-domain.mjs",
|
|
45
|
+
"default": "./fesm2020/ng-atomic-common-pipes-domain.mjs"
|
|
46
|
+
},
|
|
47
|
+
"./pipes/smart-clamp": {
|
|
48
|
+
"types": "./pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts",
|
|
49
|
+
"esm2020": "./esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
50
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
51
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
52
|
+
"node": "./fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
53
|
+
"default": "./fesm2020/ng-atomic-common-pipes-smart-clamp.mjs"
|
|
54
|
+
},
|
|
55
|
+
"./pipes/smart-exp": {
|
|
56
|
+
"types": "./pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts",
|
|
57
|
+
"esm2020": "./esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs",
|
|
58
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
|
|
59
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
|
|
60
|
+
"node": "./fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
|
|
61
|
+
"default": "./fesm2020/ng-atomic-common-pipes-smart-exp.mjs"
|
|
62
|
+
},
|
|
63
|
+
"./pipes/smart-field": {
|
|
64
|
+
"types": "./pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts",
|
|
65
|
+
"esm2020": "./esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs",
|
|
66
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-smart-field.mjs",
|
|
67
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-smart-field.mjs",
|
|
68
|
+
"node": "./fesm2015/ng-atomic-common-pipes-smart-field.mjs",
|
|
69
|
+
"default": "./fesm2020/ng-atomic-common-pipes-smart-field.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./pipes/smart-sort-by": {
|
|
72
|
+
"types": "./pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts",
|
|
73
|
+
"esm2020": "./esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
74
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
75
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
76
|
+
"node": "./fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
77
|
+
"default": "./fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs"
|
|
78
|
+
},
|
|
79
|
+
"./pipes/yen": {
|
|
80
|
+
"types": "./pipes/yen/ng-atomic-common-pipes-yen.d.ts",
|
|
81
|
+
"esm2020": "./esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs",
|
|
82
|
+
"es2020": "./fesm2020/ng-atomic-common-pipes-yen.mjs",
|
|
83
|
+
"es2015": "./fesm2015/ng-atomic-common-pipes-yen.mjs",
|
|
84
|
+
"node": "./fesm2015/ng-atomic-common-pipes-yen.mjs",
|
|
85
|
+
"default": "./fesm2020/ng-atomic-common-pipes-yen.mjs"
|
|
86
|
+
},
|
|
87
|
+
"./services/chips-manager": {
|
|
88
|
+
"types": "./services/chips-manager/ng-atomic-common-services-chips-manager.d.ts",
|
|
89
|
+
"esm2020": "./esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs",
|
|
90
|
+
"es2020": "./fesm2020/ng-atomic-common-services-chips-manager.mjs",
|
|
91
|
+
"es2015": "./fesm2015/ng-atomic-common-services-chips-manager.mjs",
|
|
92
|
+
"node": "./fesm2015/ng-atomic-common-services-chips-manager.mjs",
|
|
93
|
+
"default": "./fesm2020/ng-atomic-common-services-chips-manager.mjs"
|
|
94
|
+
},
|
|
95
|
+
"./services/form": {
|
|
96
|
+
"types": "./services/form/ng-atomic-common-services-form.d.ts",
|
|
97
|
+
"esm2020": "./esm2020/services/form/ng-atomic-common-services-form.mjs",
|
|
98
|
+
"es2020": "./fesm2020/ng-atomic-common-services-form.mjs",
|
|
99
|
+
"es2015": "./fesm2015/ng-atomic-common-services-form.mjs",
|
|
100
|
+
"node": "./fesm2015/ng-atomic-common-services-form.mjs",
|
|
101
|
+
"default": "./fesm2020/ng-atomic-common-services-form.mjs"
|
|
102
|
+
},
|
|
103
|
+
"./services/loading": {
|
|
104
|
+
"types": "./services/loading/ng-atomic-common-services-loading.d.ts",
|
|
105
|
+
"esm2020": "./esm2020/services/loading/ng-atomic-common-services-loading.mjs",
|
|
106
|
+
"es2020": "./fesm2020/ng-atomic-common-services-loading.mjs",
|
|
107
|
+
"es2015": "./fesm2015/ng-atomic-common-services-loading.mjs",
|
|
108
|
+
"node": "./fesm2015/ng-atomic-common-services-loading.mjs",
|
|
109
|
+
"default": "./fesm2020/ng-atomic-common-services-loading.mjs"
|
|
110
|
+
},
|
|
111
|
+
"./services/query-resolver": {
|
|
112
|
+
"types": "./services/query-resolver/ng-atomic-common-services-query-resolver.d.ts",
|
|
113
|
+
"esm2020": "./esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs",
|
|
114
|
+
"es2020": "./fesm2020/ng-atomic-common-services-query-resolver.mjs",
|
|
115
|
+
"es2015": "./fesm2015/ng-atomic-common-services-query-resolver.mjs",
|
|
116
|
+
"node": "./fesm2015/ng-atomic-common-services-query-resolver.mjs",
|
|
117
|
+
"default": "./fesm2020/ng-atomic-common-services-query-resolver.mjs"
|
|
118
|
+
},
|
|
119
|
+
"./services/snack-bar": {
|
|
120
|
+
"types": "./services/snack-bar/ng-atomic-common-services-snack-bar.d.ts",
|
|
121
|
+
"esm2020": "./esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs",
|
|
122
|
+
"es2020": "./fesm2020/ng-atomic-common-services-snack-bar.mjs",
|
|
123
|
+
"es2015": "./fesm2015/ng-atomic-common-services-snack-bar.mjs",
|
|
124
|
+
"node": "./fesm2015/ng-atomic-common-services-snack-bar.mjs",
|
|
125
|
+
"default": "./fesm2020/ng-atomic-common-services-snack-bar.mjs"
|
|
126
|
+
},
|
|
127
|
+
"./stores/entities": {
|
|
128
|
+
"types": "./stores/entities/ng-atomic-common-stores-entities.d.ts",
|
|
129
|
+
"esm2020": "./esm2020/stores/entities/ng-atomic-common-stores-entities.mjs",
|
|
130
|
+
"es2020": "./fesm2020/ng-atomic-common-stores-entities.mjs",
|
|
131
|
+
"es2015": "./fesm2015/ng-atomic-common-stores-entities.mjs",
|
|
132
|
+
"node": "./fesm2015/ng-atomic-common-stores-entities.mjs",
|
|
133
|
+
"default": "./fesm2020/ng-atomic-common-stores-entities.mjs"
|
|
134
|
+
},
|
|
135
|
+
"./stores/entity": {
|
|
136
|
+
"types": "./stores/entity/ng-atomic-common-stores-entity.d.ts",
|
|
137
|
+
"esm2020": "./esm2020/stores/entity/ng-atomic-common-stores-entity.mjs",
|
|
138
|
+
"es2020": "./fesm2020/ng-atomic-common-stores-entity.mjs",
|
|
139
|
+
"es2015": "./fesm2015/ng-atomic-common-stores-entity.mjs",
|
|
140
|
+
"node": "./fesm2015/ng-atomic-common-stores-entity.mjs",
|
|
141
|
+
"default": "./fesm2020/ng-atomic-common-stores-entity.mjs"
|
|
79
142
|
},
|
|
80
143
|
"./utils": {
|
|
81
144
|
"types": "./utils/ng-atomic-common-utils.d.ts",
|
|
@@ -86,5 +149,18 @@
|
|
|
86
149
|
"default": "./fesm2020/ng-atomic-common-utils.mjs"
|
|
87
150
|
}
|
|
88
151
|
},
|
|
89
|
-
"sideEffects": false
|
|
152
|
+
"sideEffects": false,
|
|
153
|
+
"dependencies": {
|
|
154
|
+
"tslib": "^2.3.0"
|
|
155
|
+
},
|
|
156
|
+
"scripts": {
|
|
157
|
+
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
|
158
|
+
},
|
|
159
|
+
"peerDependencies": {
|
|
160
|
+
"@angular/core": "13.3.11",
|
|
161
|
+
"@angular/common": "13.3.11",
|
|
162
|
+
"flat": "^5.0.2",
|
|
163
|
+
"rxjs": "^7.0.0",
|
|
164
|
+
"@ngrx/component-store": "13.0.2"
|
|
165
|
+
}
|
|
90
166
|
}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/pipes/domain/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-domain.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-domain.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-domain.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-domain.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-domain.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/domain"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ng-atomic-common-pipes-smart-clamp.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-clamp.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-smart-clamp.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/smart-clamp"
|
|
10
|
+
}
|
|
@@ -6,3 +6,4 @@ export declare class SmartClampModule {
|
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartClampModule, [typeof i1.SmartClampPipe], [typeof i2.CommonModule], [typeof i1.SmartClampPipe]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartClampModule>;
|
|
8
8
|
}
|
|
9
|
+
//# sourceMappingURL=smart-clamp.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smart-clamp.module.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/smart-clamp.module.ts"],"names":[],"mappings":";;;AAMA,qBAWa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SmartSortByTransformer } from '@ng-atomic/common/pipes/smart-sort-by';
|
|
3
|
+
import { EntitiesStore } from '@ng-atomic/common/stores/entities';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SmartClampPipe implements PipeTransform {
|
|
6
|
-
private transformer
|
|
6
|
+
private transformer;
|
|
7
7
|
private slicePipe;
|
|
8
8
|
private _input;
|
|
9
9
|
private _output;
|
|
10
|
-
constructor(transformer
|
|
11
|
-
transform<T>(items: T[], store:
|
|
10
|
+
constructor(transformer: SmartSortByTransformer);
|
|
11
|
+
transform<T>(items: T[], store: EntitiesStore<any, any>): T[];
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartClampPipe, [{ optional: true; }]>;
|
|
13
13
|
static ɵpipe: i0.ɵɵPipeDeclaration<SmartClampPipe, "smartClamp">;
|
|
14
14
|
}
|
|
15
|
+
//# sourceMappingURL=smart-clamp.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"smart-clamp.pipe.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/pipes/smart-clamp/smart-clamp.pipe.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,aAAa,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAA0B,sBAAsB,EAA6B,MAAM,uCAAuC,CAAC;AAClI,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;AAElE,qBAIa,cAAe,YAAW,aAAa;IAQhD,OAAO,CAAC,WAAW;IAPrB,OAAO,CAAC,SAAS,CAAmB;IACpC,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,OAAO,CAAW;gBAKhB,WAAW,EAAE,sBAAsB;IAK7C,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,aAAa,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE;yCAblD,cAAc;uCAAd,cAAc;CA+B1B"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-exp.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-exp.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-smart-exp.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/smart-exp"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import dayjs from 'dayjs';
|
|
2
1
|
import { SmartExpTransformer } from '@ng-atomic/common/utils';
|
|
2
|
+
import dayjs from 'dayjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SmartExpPipe {
|
|
5
5
|
private transformer;
|
|
@@ -8,3 +8,4 @@ export declare class SmartExpPipe {
|
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartExpPipe, [{ optional: true; }]>;
|
|
9
9
|
static ɵpipe: i0.ɵɵPipeDeclaration<SmartExpPipe, "smartExp">;
|
|
10
10
|
}
|
|
11
|
+
//# sourceMappingURL=smart-exp.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-smart-field.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-smart-field.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-field.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-field.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-smart-field.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/smart-field"
|
|
10
|
+
}
|
|
@@ -6,3 +6,4 @@ export declare class SmartFieldModule {
|
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFieldModule, [typeof i1.SmartFieldPipe], [typeof i2.CommonModule], [typeof i1.SmartFieldPipe]>;
|
|
7
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartFieldModule>;
|
|
8
8
|
}
|
|
9
|
+
//# sourceMappingURL=smart-field.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-smart-sort-by.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/smart-sort-by"
|
|
10
|
+
}
|
|
@@ -6,3 +6,4 @@ 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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -10,3 +10,4 @@ export declare class SmartSortByPipe implements PipeTransform {
|
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartSortByPipe, [{ optional: true; }]>;
|
|
11
11
|
static ɵpipe: i0.ɵɵPipeDeclaration<SmartSortByPipe, "smartSortBy">;
|
|
12
12
|
}
|
|
13
|
+
//# sourceMappingURL=smart-sort-by.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;;AAGtF,eAAO,MAAM,yBAAyB,yBAAsE,CAAC;AAC7G,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;AAED,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"}
|
package/pipes/yen/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-pipes-yen.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/pipes/yen"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/pipes/yen/yen.pipe.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ChipsManager {
|
|
3
|
+
private _chips;
|
|
4
|
+
setValue(value: string): void;
|
|
5
|
+
getValue(): string;
|
|
6
|
+
remove(value: string): void;
|
|
7
|
+
add(chip: string): void;
|
|
8
|
+
get chips(): string[];
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChipsManager, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ChipsManager>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=chips.manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/chips-manager/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
|
|
3
|
+
"es2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
|
|
4
|
+
"esm2020": "../../esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs",
|
|
5
|
+
"fesm2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
|
|
6
|
+
"fesm2015": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
|
|
7
|
+
"typings": "ng-atomic-common-services-chips-manager.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@ng-atomic/common/services/chips-manager"
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/services/form/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/common/src/services/form/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|