@ng-atomic/common 2.0.1 → 3.2.0
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/directives/ios-safari-scroll-buggyfill/package.json +5 -5
- package/esm2020/directives/ios-safari-scroll-buggyfill/index.mjs +3 -0
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +26 -0
- package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +27 -0
- package/esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +5 -0
- package/esm2020/index.mjs +2 -0
- package/esm2020/models/action-item.mjs +2 -0
- package/esm2020/models/index.mjs +2 -0
- package/esm2020/models/menu-item.mjs +2 -0
- package/esm2020/models/ng-atomic-common-models.mjs +5 -0
- package/esm2020/models/public_api.mjs +3 -0
- package/esm2020/ng-atomic-common.mjs +5 -0
- package/esm2020/pipes/domain/domain.module.mjs +27 -0
- package/esm2020/pipes/domain/domain.pipe.mjs +27 -0
- package/esm2020/pipes/domain/index.mjs +3 -0
- package/esm2020/pipes/domain/ng-atomic-common-pipes-domain.mjs +5 -0
- package/esm2020/pipes/smart-clamp/index.mjs +3 -0
- package/esm2020/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.mjs +5 -0
- package/esm2020/pipes/smart-clamp/smart-clamp.module.mjs +27 -0
- package/esm2020/pipes/smart-clamp/smart-clamp.pipe.mjs +44 -0
- package/esm2020/pipes/smart-exp/index.mjs +3 -0
- package/esm2020/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +5 -0
- package/esm2020/pipes/smart-exp/smart-exp.module.mjs +17 -0
- package/esm2020/pipes/smart-exp/smart-exp.pipe.mjs +27 -0
- package/esm2020/pipes/smart-field/index.mjs +3 -0
- package/esm2020/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +5 -0
- package/esm2020/pipes/smart-field/smart-field.module.mjs +27 -0
- package/esm2020/pipes/smart-field/smart-field.pipe.mjs +31 -0
- package/esm2020/pipes/smart-sort-by/index.mjs +3 -0
- 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 +27 -0
- package/esm2020/pipes/smart-sort-by/smart-sort-by.pipe.mjs +31 -0
- package/esm2020/pipes/yen/index.mjs +3 -0
- package/esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs +5 -0
- package/esm2020/pipes/yen/yen.module.mjs +27 -0
- package/esm2020/pipes/yen/yen.pipe.mjs +17 -0
- 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 +38 -0
- package/esm2020/services/form/index.mjs +2 -0
- package/esm2020/services/form/ng-atomic-common-services-form.mjs +5 -0
- package/esm2020/services/loading/index.mjs +2 -0
- package/esm2020/services/loading/loading.service.mjs +32 -0
- package/esm2020/services/loading/ng-atomic-common-services-loading.mjs +5 -0
- package/esm2020/services/query-resolver/index.mjs +2 -0
- package/esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +5 -0
- package/esm2020/services/query-resolver/query-resolver.service.mjs +26 -0
- package/esm2020/services/snack-bar/index.mjs +3 -0
- package/esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +5 -0
- package/esm2020/services/snack-bar/snack-bar.module.mjs +25 -0
- package/esm2020/services/snack-bar/snack-bar.service.mjs +23 -0
- 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 +4 -0
- package/esm2020/utils/comma/index.mjs +2 -0
- package/esm2020/utils/compare-by-id/compare-by-id.mjs +2 -0
- package/esm2020/utils/compare-by-id/index.mjs +2 -0
- package/esm2020/utils/date-utils/date-utils.mjs +13 -0
- package/esm2020/utils/date-utils/index.mjs +2 -0
- package/esm2020/utils/index.mjs +9 -0
- package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +191 -0
- package/esm2020/utils/mat-dayjs-date/dayjs-date.formats.mjs +15 -0
- package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +42 -0
- package/esm2020/utils/mat-dayjs-date/dayjs-jp-providers.mjs +20 -0
- package/esm2020/utils/mat-dayjs-date/index.mjs +5 -0
- package/esm2020/utils/ng-atomic-common-utils.mjs +5 -0
- package/esm2020/utils/query/index.mjs +2 -0
- package/esm2020/utils/query/query.resolver.mjs +97 -0
- package/esm2020/utils/smart-exp-transformer/index.mjs +2 -0
- package/esm2020/utils/smart-exp-transformer/smart-exp-transformer.mjs +18 -0
- package/esm2020/utils/to-object/index.mjs +2 -0
- package/esm2020/utils/to-object/to-object.mjs +10 -0
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +63 -0
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
- package/fesm2015/ng-atomic-common-models.mjs +4 -0
- package/fesm2015/ng-atomic-common-models.mjs.map +1 -0
- 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/{esm2015/services/form/form.service.js → fesm2015/ng-atomic-common-services-form.mjs} +10 -3
- package/fesm2015/ng-atomic-common-services-form.mjs.map +1 -0
- package/{esm2015/services/loading/loading.service.js → fesm2015/ng-atomic-common-services-loading.mjs} +16 -7
- 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/{esm2015/store/entities.page.store.js → fesm2015/ng-atomic-common-stores-entities.mjs} +11 -4
- package/fesm2015/ng-atomic-common-stores-entities.mjs.map +1 -0
- package/{esm2015/store/entity.page.store.js → fesm2015/ng-atomic-common-stores-entity.mjs} +12 -5
- package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -0
- package/fesm2015/{ng-atomic-common-utils.js → ng-atomic-common-utils.mjs} +16 -11
- package/fesm2015/ng-atomic-common-utils.mjs.map +1 -0
- package/fesm2015/{ng-atomic-common.js → ng-atomic-common.mjs} +1 -1
- package/fesm2015/ng-atomic-common.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +57 -0
- package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -0
- package/fesm2020/ng-atomic-common-models.mjs +4 -0
- package/fesm2020/ng-atomic-common-models.mjs.map +1 -0
- 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-stores-entities.mjs +51 -0
- 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 +407 -0
- package/fesm2020/ng-atomic-common-utils.mjs.map +1 -0
- package/fesm2020/ng-atomic-common.mjs +4 -0
- package/fesm2020/ng-atomic-common.mjs.map +1 -0
- 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/package.json +5 -5
- 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 +160 -15
- 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 +2 -1
- 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/package.json +5 -5
- 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/bundles/ng-atomic-common-directives-ios-safari-scroll-buggyfill.umd.js +0 -87
- package/bundles/ng-atomic-common-directives-ios-safari-scroll-buggyfill.umd.js.map +0 -1
- package/bundles/ng-atomic-common-directives.umd.js +0 -87
- package/bundles/ng-atomic-common-directives.umd.js.map +0 -1
- package/bundles/ng-atomic-common-models.umd.js +0 -11
- package/bundles/ng-atomic-common-models.umd.js.map +0 -1
- package/bundles/ng-atomic-common-pipes.umd.js +0 -378
- package/bundles/ng-atomic-common-pipes.umd.js.map +0 -1
- package/bundles/ng-atomic-common-services.umd.js +0 -526
- package/bundles/ng-atomic-common-services.umd.js.map +0 -1
- package/bundles/ng-atomic-common-store.umd.js +0 -460
- package/bundles/ng-atomic-common-store.umd.js.map +0 -1
- package/bundles/ng-atomic-common-utils.umd.js +0 -806
- package/bundles/ng-atomic-common-utils.umd.js.map +0 -1
- package/bundles/ng-atomic-common.umd.js +0 -11
- package/bundles/ng-atomic-common.umd.js.map +0 -1
- package/directives/index.d.ts +0 -1
- package/directives/ng-atomic-common-directives.d.ts +0 -5
- package/directives/package.json +0 -10
- package/esm2015/directives/index.js +0 -2
- package/esm2015/directives/index.js.map +0 -1
- package/esm2015/directives/ios-safari-scroll-buggyfill/index.js +0 -3
- package/esm2015/directives/ios-safari-scroll-buggyfill/index.js.map +0 -1
- package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.js +0 -24
- package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.js.map +0 -1
- package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.js +0 -26
- package/esm2015/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.js.map +0 -1
- package/esm2015/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js +0 -5
- package/esm2015/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js.map +0 -1
- package/esm2015/directives/ng-atomic-common-directives.js +0 -5
- package/esm2015/directives/ng-atomic-common-directives.js.map +0 -1
- package/esm2015/index.js +0 -2
- package/esm2015/index.js.map +0 -1
- package/esm2015/models/action-item.js +0 -2
- package/esm2015/models/action-item.js.map +0 -1
- package/esm2015/models/index.js +0 -2
- package/esm2015/models/index.js.map +0 -1
- package/esm2015/models/menu-item.js +0 -2
- package/esm2015/models/menu-item.js.map +0 -1
- package/esm2015/models/ng-atomic-common-models.js +0 -5
- package/esm2015/models/ng-atomic-common-models.js.map +0 -1
- package/esm2015/models/public_api.js +0 -3
- package/esm2015/models/public_api.js.map +0 -1
- package/esm2015/ng-atomic-common.js +0 -5
- package/esm2015/ng-atomic-common.js.map +0 -1
- package/esm2015/pipes/domain/domain.module.js +0 -26
- package/esm2015/pipes/domain/domain.module.js.map +0 -1
- package/esm2015/pipes/domain/domain.pipe.js +0 -29
- package/esm2015/pipes/domain/domain.pipe.js.map +0 -1
- package/esm2015/pipes/domain/index.js +0 -3
- package/esm2015/pipes/domain/index.js.map +0 -1
- package/esm2015/pipes/index.js +0 -7
- package/esm2015/pipes/index.js.map +0 -1
- package/esm2015/pipes/ng-atomic-common-pipes.js +0 -5
- package/esm2015/pipes/ng-atomic-common-pipes.js.map +0 -1
- package/esm2015/pipes/smart-clamp/index.js +0 -3
- package/esm2015/pipes/smart-clamp/index.js.map +0 -1
- package/esm2015/pipes/smart-clamp/smart-clamp.module.js +0 -26
- package/esm2015/pipes/smart-clamp/smart-clamp.module.js.map +0 -1
- package/esm2015/pipes/smart-clamp/smart-clamp.pipe.js +0 -45
- package/esm2015/pipes/smart-clamp/smart-clamp.pipe.js.map +0 -1
- package/esm2015/pipes/smart-exp/index.js +0 -3
- package/esm2015/pipes/smart-exp/index.js.map +0 -1
- package/esm2015/pipes/smart-exp/smart-exp.module.js +0 -16
- package/esm2015/pipes/smart-exp/smart-exp.module.js.map +0 -1
- package/esm2015/pipes/smart-exp/smart-exp.pipe.js +0 -28
- package/esm2015/pipes/smart-exp/smart-exp.pipe.js.map +0 -1
- package/esm2015/pipes/smart-field/index.js +0 -3
- package/esm2015/pipes/smart-field/index.js.map +0 -1
- package/esm2015/pipes/smart-field/smart-field.module.js +0 -26
- package/esm2015/pipes/smart-field/smart-field.module.js.map +0 -1
- package/esm2015/pipes/smart-field/smart-field.pipe.js +0 -33
- package/esm2015/pipes/smart-field/smart-field.pipe.js.map +0 -1
- package/esm2015/pipes/smart-sort-by/index.js +0 -3
- package/esm2015/pipes/smart-sort-by/index.js.map +0 -1
- package/esm2015/pipes/smart-sort-by/smart-sort-by.module.js +0 -26
- package/esm2015/pipes/smart-sort-by/smart-sort-by.module.js.map +0 -1
- package/esm2015/pipes/smart-sort-by/smart-sort-by.pipe.js +0 -32
- package/esm2015/pipes/smart-sort-by/smart-sort-by.pipe.js.map +0 -1
- package/esm2015/pipes/yen/index.js +0 -3
- package/esm2015/pipes/yen/index.js.map +0 -1
- package/esm2015/pipes/yen/yen.module.js +0 -26
- package/esm2015/pipes/yen/yen.module.js.map +0 -1
- package/esm2015/pipes/yen/yen.pipe.js +0 -17
- package/esm2015/pipes/yen/yen.pipe.js.map +0 -1
- package/esm2015/services/form/form.service.js.map +0 -1
- package/esm2015/services/form/index.js +0 -2
- package/esm2015/services/form/index.js.map +0 -1
- package/esm2015/services/index.js +0 -5
- package/esm2015/services/index.js.map +0 -1
- package/esm2015/services/loading/index.js +0 -2
- package/esm2015/services/loading/index.js.map +0 -1
- package/esm2015/services/loading/loading.service.js.map +0 -1
- package/esm2015/services/ng-atomic-common-services.js +0 -5
- package/esm2015/services/ng-atomic-common-services.js.map +0 -1
- package/esm2015/services/query-resolver/index.js +0 -2
- package/esm2015/services/query-resolver/index.js.map +0 -1
- package/esm2015/services/query-resolver/query-resolver.service.js +0 -31
- package/esm2015/services/query-resolver/query-resolver.service.js.map +0 -1
- package/esm2015/services/snack-bar/index.js +0 -3
- package/esm2015/services/snack-bar/index.js.map +0 -1
- package/esm2015/services/snack-bar/snack-bar.module.js +0 -24
- package/esm2015/services/snack-bar/snack-bar.module.js.map +0 -1
- package/esm2015/services/snack-bar/snack-bar.service.js +0 -23
- package/esm2015/services/snack-bar/snack-bar.service.js.map +0 -1
- package/esm2015/store/entities.page.store.js.map +0 -1
- package/esm2015/store/entity.page.store.js.map +0 -1
- package/esm2015/store/index.js +0 -3
- package/esm2015/store/index.js.map +0 -1
- package/esm2015/store/ng-atomic-common-store.js +0 -5
- package/esm2015/store/ng-atomic-common-store.js.map +0 -1
- package/esm2015/utils/comma/comma.js +0 -4
- package/esm2015/utils/comma/comma.js.map +0 -1
- package/esm2015/utils/comma/index.js +0 -2
- package/esm2015/utils/comma/index.js.map +0 -1
- package/esm2015/utils/compare-by-id/compare-by-id.js +0 -2
- package/esm2015/utils/compare-by-id/compare-by-id.js.map +0 -1
- package/esm2015/utils/compare-by-id/index.js +0 -2
- package/esm2015/utils/compare-by-id/index.js.map +0 -1
- package/esm2015/utils/date-utils/date-utils.js +0 -13
- package/esm2015/utils/date-utils/date-utils.js.map +0 -1
- package/esm2015/utils/date-utils/index.js +0 -2
- package/esm2015/utils/date-utils/index.js.map +0 -1
- package/esm2015/utils/index.js +0 -9
- package/esm2015/utils/index.js.map +0 -1
- package/esm2015/utils/mat-dayjs-date/dayjs-date.adapter.js +0 -191
- package/esm2015/utils/mat-dayjs-date/dayjs-date.adapter.js.map +0 -1
- package/esm2015/utils/mat-dayjs-date/dayjs-date.formats.js +0 -15
- package/esm2015/utils/mat-dayjs-date/dayjs-date.formats.js.map +0 -1
- package/esm2015/utils/mat-dayjs-date/dayjs-date.module.js +0 -41
- package/esm2015/utils/mat-dayjs-date/dayjs-date.module.js.map +0 -1
- package/esm2015/utils/mat-dayjs-date/dayjs-jp-providers.js +0 -20
- package/esm2015/utils/mat-dayjs-date/dayjs-jp-providers.js.map +0 -1
- package/esm2015/utils/mat-dayjs-date/index.js +0 -5
- package/esm2015/utils/mat-dayjs-date/index.js.map +0 -1
- package/esm2015/utils/ng-atomic-common-utils.js +0 -5
- package/esm2015/utils/ng-atomic-common-utils.js.map +0 -1
- package/esm2015/utils/query/index.js +0 -2
- package/esm2015/utils/query/index.js.map +0 -1
- package/esm2015/utils/query/query.resolver.js +0 -100
- package/esm2015/utils/query/query.resolver.js.map +0 -1
- package/esm2015/utils/smart-exp-transformer/index.js +0 -2
- package/esm2015/utils/smart-exp-transformer/index.js.map +0 -1
- package/esm2015/utils/smart-exp-transformer/smart-exp-transformer.js +0 -18
- package/esm2015/utils/smart-exp-transformer/smart-exp-transformer.js.map +0 -1
- package/esm2015/utils/to-object/index.js +0 -2
- package/esm2015/utils/to-object/index.js.map +0 -1
- package/esm2015/utils/to-object/to-object.js +0 -10
- package/esm2015/utils/to-object/to-object.js.map +0 -1
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js +0 -54
- package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.js.map +0 -1
- package/fesm2015/ng-atomic-common-directives.js +0 -54
- package/fesm2015/ng-atomic-common-directives.js.map +0 -1
- package/fesm2015/ng-atomic-common-models.js +0 -4
- package/fesm2015/ng-atomic-common-models.js.map +0 -1
- package/fesm2015/ng-atomic-common-pipes.js +0 -302
- package/fesm2015/ng-atomic-common-pipes.js.map +0 -1
- package/fesm2015/ng-atomic-common-services.js +0 -144
- package/fesm2015/ng-atomic-common-services.js.map +0 -1
- package/fesm2015/ng-atomic-common-store.js +0 -90
- package/fesm2015/ng-atomic-common-store.js.map +0 -1
- package/fesm2015/ng-atomic-common-utils.js.map +0 -1
- package/fesm2015/ng-atomic-common.js.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,21 +1,166 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/common",
|
|
3
|
-
"version": "2.0
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"version": "3.2.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"module": "fesm2015/ng-atomic-common.mjs",
|
|
6
|
+
"es2020": "fesm2020/ng-atomic-common.mjs",
|
|
7
|
+
"esm2020": "esm2020/ng-atomic-common.mjs",
|
|
8
|
+
"fesm2020": "fesm2020/ng-atomic-common.mjs",
|
|
9
|
+
"fesm2015": "fesm2015/ng-atomic-common.mjs",
|
|
10
|
+
"typings": "ng-atomic-common.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
"./package.json": {
|
|
13
|
+
"default": "./package.json"
|
|
14
|
+
},
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./ng-atomic-common.d.ts",
|
|
17
|
+
"esm2020": "./esm2020/ng-atomic-common.mjs",
|
|
18
|
+
"es2020": "./fesm2020/ng-atomic-common.mjs",
|
|
19
|
+
"es2015": "./fesm2015/ng-atomic-common.mjs",
|
|
20
|
+
"node": "./fesm2015/ng-atomic-common.mjs",
|
|
21
|
+
"default": "./fesm2020/ng-atomic-common.mjs"
|
|
22
|
+
},
|
|
23
|
+
"./directives/ios-safari-scroll-buggyfill": {
|
|
24
|
+
"types": "./directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts",
|
|
25
|
+
"esm2020": "./esm2020/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
|
|
26
|
+
"es2020": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
|
|
27
|
+
"es2015": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
|
|
28
|
+
"node": "./fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs",
|
|
29
|
+
"default": "./fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs"
|
|
30
|
+
},
|
|
31
|
+
"./models": {
|
|
32
|
+
"types": "./models/ng-atomic-common-models.d.ts",
|
|
33
|
+
"esm2020": "./esm2020/models/ng-atomic-common-models.mjs",
|
|
34
|
+
"es2020": "./fesm2020/ng-atomic-common-models.mjs",
|
|
35
|
+
"es2015": "./fesm2015/ng-atomic-common-models.mjs",
|
|
36
|
+
"node": "./fesm2015/ng-atomic-common-models.mjs",
|
|
37
|
+
"default": "./fesm2020/ng-atomic-common-models.mjs"
|
|
38
|
+
},
|
|
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"
|
|
142
|
+
},
|
|
143
|
+
"./utils": {
|
|
144
|
+
"types": "./utils/ng-atomic-common-utils.d.ts",
|
|
145
|
+
"esm2020": "./esm2020/utils/ng-atomic-common-utils.mjs",
|
|
146
|
+
"es2020": "./fesm2020/ng-atomic-common-utils.mjs",
|
|
147
|
+
"es2015": "./fesm2015/ng-atomic-common-utils.mjs",
|
|
148
|
+
"node": "./fesm2015/ng-atomic-common-utils.mjs",
|
|
149
|
+
"default": "./fesm2020/ng-atomic-common-utils.mjs"
|
|
150
|
+
}
|
|
10
151
|
},
|
|
152
|
+
"sideEffects": false,
|
|
11
153
|
"dependencies": {
|
|
12
|
-
"tslib": "^2.
|
|
154
|
+
"tslib": "^2.3.0"
|
|
13
155
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
+
}
|
|
21
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"}
|