@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-common-directives-ios-safari-scroll-buggyfill.umd.js","sources":["../../../../libs/common/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.ts","../../../../libs/common/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.ts","../../../../libs/common/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.ts"],"sourcesContent":["import { AfterViewInit, Directive, HostListener } from '@angular/core';\n\n@Directive({\n selector: '[iosSafariScrollBuggyfill]'\n})\nexport class IosSafariScrollBuggyfillDirective implements AfterViewInit {\n\n ngAfterViewInit(): void {\n // this.el.nativeElement.addEventListener('touchmove', (e: Event) => {\n // e.preventDefault();\n // }, {passive: false});\n }\n\n @HostListener('touchmove', ['$event'])\n onTouchmove(event: Event) {\n event.preventDefault();\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { IosSafariScrollBuggyfillDirective } from './ios-safari-scroll-buggyfill.directive';\n\n\n\n@NgModule({\n declarations: [\n IosSafariScrollBuggyfillDirective,\n ],\n imports: [\n CommonModule,\n ],\n exports: [\n IosSafariScrollBuggyfillDirective,\n ]\n})\nexport class IosSafariScrollBuggyfillModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i0","Directive","HostListener","CommonModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,QAAA,iCAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,iCAAA,GAAA;;IAEE,IAAA,iCAAA,CAAA,SAAA,CAAA,eAAe,GAAf,YAAA;;;;SAIC,CAAA;QAGD,iCAAW,CAAA,SAAA,CAAA,WAAA,GAAX,UAAY,KAAY,EAAA;YACtB,KAAK,CAAC,cAAc,EAAE,CAAC;SACxB,CAAA;;;yJAXU,iCAAiC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAA,aAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kIAAjC,iCAAiC,EAAA,QAAA,EAAA,4BAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,WAAA,EAAA,qBAAA,EAAA,EAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,CAAA,CAAA;sHAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;sBAH7CC,YAAS;IAAC,YAAA,IAAA,EAAA,CAAA;IACT,oBAAA,QAAQ,EAAE,4BAA4B;qBACvC,CAAA;kCAUC,WAAW,EAAA,CAAA;0BADVC,eAAY;2BAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,CAAA;;;ACIvC,QAAA,8BAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,8BAAA,GAAA;;;;sJAAa,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAF,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;IAA9B,8BAAA,CAAA,IAAA,GAAAA,aAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,IAAA,EAAA,8BAA8B,EATvC,YAAA,EAAA,CAAA,iCAAiC,CAGjC,EAAA,OAAA,EAAA,CAAAG,mBAAY,aAGZ,iCAAiC,CAAA,EAAA,CAAA,CAAA;IAGxB,8BAAA,CAAA,IAAA,GAAAH,aAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,IAAA,EAAA,8BAA8B,EAPhC,OAAA,EAAA,CAAA;gBACPG,mBAAY;aACb,CAAA,EAAA,CAAA,CAAA;sHAKU,8BAA8B,EAAA,UAAA,EAAA,CAAA;sBAX1CC,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;IACR,oBAAA,YAAY,EAAE;4BACZ,iCAAiC;IAClC,qBAAA;IACD,oBAAA,OAAO,EAAE;4BACPD,mBAAY;IACb,qBAAA;IACD,oBAAA,OAAO,EAAE;4BACP,iCAAiC;IAClC,qBAAA;qBACF,CAAA;;;IChBD;;IAEG;;;;;;;;;;;"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@ng-atomic/common/directives', ['exports', '@angular/core', '@angular/common'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["ng-atomic"] = global["ng-atomic"] || {}, global["ng-atomic"].common = global["ng-atomic"].common || {}, global["ng-atomic"].common.directives = {}), global.ng.core, global.ng.common));
|
|
5
|
-
})(this, (function (exports, i0, common) { 'use strict';
|
|
6
|
-
|
|
7
|
-
function _interopNamespace(e) {
|
|
8
|
-
if (e && e.__esModule) return e;
|
|
9
|
-
var n = Object.create(null);
|
|
10
|
-
if (e) {
|
|
11
|
-
Object.keys(e).forEach(function (k) {
|
|
12
|
-
if (k !== 'default') {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return e[k]; }
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
n["default"] = e;
|
|
22
|
-
return Object.freeze(n);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
-
|
|
27
|
-
var IosSafariScrollBuggyfillDirective = /** @class */ (function () {
|
|
28
|
-
function IosSafariScrollBuggyfillDirective() {
|
|
29
|
-
}
|
|
30
|
-
IosSafariScrollBuggyfillDirective.prototype.ngAfterViewInit = function () {
|
|
31
|
-
// this.el.nativeElement.addEventListener('touchmove', (e: Event) => {
|
|
32
|
-
// e.preventDefault();
|
|
33
|
-
// }, {passive: false});
|
|
34
|
-
};
|
|
35
|
-
IosSafariScrollBuggyfillDirective.prototype.onTouchmove = function (event) {
|
|
36
|
-
event.preventDefault();
|
|
37
|
-
};
|
|
38
|
-
return IosSafariScrollBuggyfillDirective;
|
|
39
|
-
}());
|
|
40
|
-
IosSafariScrollBuggyfillDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillDirective, deps: [], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
41
|
-
IosSafariScrollBuggyfillDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: IosSafariScrollBuggyfillDirective, selector: "[iosSafariScrollBuggyfill]", host: { listeners: { "touchmove": "onTouchmove($event)" } }, ngImport: i0__namespace });
|
|
42
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillDirective, decorators: [{
|
|
43
|
-
type: i0.Directive,
|
|
44
|
-
args: [{
|
|
45
|
-
selector: '[iosSafariScrollBuggyfill]'
|
|
46
|
-
}]
|
|
47
|
-
}], propDecorators: { onTouchmove: [{
|
|
48
|
-
type: i0.HostListener,
|
|
49
|
-
args: ['touchmove', ['$event']]
|
|
50
|
-
}] } });
|
|
51
|
-
|
|
52
|
-
var IosSafariScrollBuggyfillModule = /** @class */ (function () {
|
|
53
|
-
function IosSafariScrollBuggyfillModule() {
|
|
54
|
-
}
|
|
55
|
-
return IosSafariScrollBuggyfillModule;
|
|
56
|
-
}());
|
|
57
|
-
IosSafariScrollBuggyfillModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
58
|
-
IosSafariScrollBuggyfillModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillModule, declarations: [IosSafariScrollBuggyfillDirective], imports: [common.CommonModule], exports: [IosSafariScrollBuggyfillDirective] });
|
|
59
|
-
IosSafariScrollBuggyfillModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillModule, imports: [[
|
|
60
|
-
common.CommonModule,
|
|
61
|
-
]] });
|
|
62
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IosSafariScrollBuggyfillModule, decorators: [{
|
|
63
|
-
type: i0.NgModule,
|
|
64
|
-
args: [{
|
|
65
|
-
declarations: [
|
|
66
|
-
IosSafariScrollBuggyfillDirective,
|
|
67
|
-
],
|
|
68
|
-
imports: [
|
|
69
|
-
common.CommonModule,
|
|
70
|
-
],
|
|
71
|
-
exports: [
|
|
72
|
-
IosSafariScrollBuggyfillDirective,
|
|
73
|
-
]
|
|
74
|
-
}]
|
|
75
|
-
}] });
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* Generated bundle index. Do not edit.
|
|
79
|
-
*/
|
|
80
|
-
|
|
81
|
-
exports.IosSafariScrollBuggyfillDirective = IosSafariScrollBuggyfillDirective;
|
|
82
|
-
exports.IosSafariScrollBuggyfillModule = IosSafariScrollBuggyfillModule;
|
|
83
|
-
|
|
84
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
85
|
-
|
|
86
|
-
}));
|
|
87
|
-
//# sourceMappingURL=ng-atomic-common-directives.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-common-directives.umd.js","sources":["../../../../libs/common/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.ts","../../../../libs/common/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.ts","../../../../libs/common/directives/ng-atomic-common-directives.ts"],"sourcesContent":["import { AfterViewInit, Directive, HostListener } from '@angular/core';\n\n@Directive({\n selector: '[iosSafariScrollBuggyfill]'\n})\nexport class IosSafariScrollBuggyfillDirective implements AfterViewInit {\n\n ngAfterViewInit(): void {\n // this.el.nativeElement.addEventListener('touchmove', (e: Event) => {\n // e.preventDefault();\n // }, {passive: false});\n }\n\n @HostListener('touchmove', ['$event'])\n onTouchmove(event: Event) {\n event.preventDefault();\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { IosSafariScrollBuggyfillDirective } from './ios-safari-scroll-buggyfill.directive';\n\n\n\n@NgModule({\n declarations: [\n IosSafariScrollBuggyfillDirective,\n ],\n imports: [\n CommonModule,\n ],\n exports: [\n IosSafariScrollBuggyfillDirective,\n ]\n})\nexport class IosSafariScrollBuggyfillModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i0","Directive","HostListener","CommonModule","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,QAAA,iCAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,iCAAA,GAAA;;IAEE,IAAA,iCAAA,CAAA,SAAA,CAAA,eAAe,GAAf,YAAA;;;;SAIC,CAAA;QAGD,iCAAW,CAAA,SAAA,CAAA,WAAA,GAAX,UAAY,KAAY,EAAA;YACtB,KAAK,CAAC,cAAc,EAAE,CAAC;SACxB,CAAA;;;yJAXU,iCAAiC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAA,aAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kIAAjC,iCAAiC,EAAA,QAAA,EAAA,4BAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,WAAA,EAAA,qBAAA,EAAA,EAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,CAAA,CAAA;sHAAjC,iCAAiC,EAAA,UAAA,EAAA,CAAA;sBAH7CC,YAAS;IAAC,YAAA,IAAA,EAAA,CAAA;IACT,oBAAA,QAAQ,EAAE,4BAA4B;qBACvC,CAAA;kCAUC,WAAW,EAAA,CAAA;0BADVC,eAAY;2BAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,CAAA;;;ACIvC,QAAA,8BAAA,kBAAA,YAAA;IAAA,IAAA,SAAA,8BAAA,GAAA;;;;sJAAa,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAAF,aAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;IAA9B,8BAAA,CAAA,IAAA,GAAAA,aAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,IAAA,EAAA,8BAA8B,EATvC,YAAA,EAAA,CAAA,iCAAiC,CAGjC,EAAA,OAAA,EAAA,CAAAG,mBAAY,aAGZ,iCAAiC,CAAA,EAAA,CAAA,CAAA;IAGxB,8BAAA,CAAA,IAAA,GAAAH,aAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAAA,aAAA,EAAA,IAAA,EAAA,8BAA8B,EAPhC,OAAA,EAAA,CAAA;gBACPG,mBAAY;aACb,CAAA,EAAA,CAAA,CAAA;sHAKU,8BAA8B,EAAA,UAAA,EAAA,CAAA;sBAX1CC,WAAQ;IAAC,YAAA,IAAA,EAAA,CAAA;IACR,oBAAA,YAAY,EAAE;4BACZ,iCAAiC;IAClC,qBAAA;IACD,oBAAA,OAAO,EAAE;4BACPD,mBAAY;IACb,qBAAA;IACD,oBAAA,OAAO,EAAE;4BACP,iCAAiC;IAClC,qBAAA;qBACF,CAAA;;;IChBD;;IAEG;;;;;;;;;;;"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
(function (factory) {
|
|
2
|
-
typeof define === 'function' && define.amd ? define('@ng-atomic/common/models', factory) :
|
|
3
|
-
factory();
|
|
4
|
-
})((function () { 'use strict';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Generated bundle index. Do not edit.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
}));
|
|
11
|
-
//# sourceMappingURL=ng-atomic-common-models.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-common-models.umd.js","sources":["../../../../libs/common/models/ng-atomic-common-models.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;CAAA;;CAEG;;;;;;"}
|
|
@@ -1,378 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('lodash'), require('@ng-atomic/common/utils')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@ng-atomic/common/pipes', ['exports', '@angular/core', '@angular/common', 'lodash', '@ng-atomic/common/utils'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["ng-atomic"] = global["ng-atomic"] || {}, global["ng-atomic"].common = global["ng-atomic"].common || {}, global["ng-atomic"].common.pipes = {}), global.ng.core, global.ng.common, global.lodash, global["ng-atomic"].common.utils));
|
|
5
|
-
})(this, (function (exports, i0, common, lodash, utils) { 'use strict';
|
|
6
|
-
|
|
7
|
-
function _interopNamespace(e) {
|
|
8
|
-
if (e && e.__esModule) return e;
|
|
9
|
-
var n = Object.create(null);
|
|
10
|
-
if (e) {
|
|
11
|
-
Object.keys(e).forEach(function (k) {
|
|
12
|
-
if (k !== 'default') {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return e[k]; }
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
n["default"] = e;
|
|
22
|
-
return Object.freeze(n);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
|
-
|
|
27
|
-
var DOMAIN_LANG_MAP = new i0.InjectionToken('domain lang map');
|
|
28
|
-
var DomainPipe = /** @class */ (function () {
|
|
29
|
-
function DomainPipe(map) {
|
|
30
|
-
var _a;
|
|
31
|
-
this.map = map;
|
|
32
|
-
(_a = this.map) !== null && _a !== void 0 ? _a : (this.map = {});
|
|
33
|
-
}
|
|
34
|
-
DomainPipe.prototype.transform = function (input) {
|
|
35
|
-
var _a, _b;
|
|
36
|
-
return (_b = (_a = this.map) === null || _a === void 0 ? void 0 : _a[input]) !== null && _b !== void 0 ? _b : input;
|
|
37
|
-
};
|
|
38
|
-
return DomainPipe;
|
|
39
|
-
}());
|
|
40
|
-
DomainPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainPipe, deps: [{ token: DOMAIN_LANG_MAP, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
41
|
-
DomainPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainPipe, name: "D" });
|
|
42
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainPipe, decorators: [{
|
|
43
|
-
type: i0.Pipe,
|
|
44
|
-
args: [{
|
|
45
|
-
name: 'D',
|
|
46
|
-
pure: true,
|
|
47
|
-
}]
|
|
48
|
-
}], ctorParameters: function () {
|
|
49
|
-
return [{ type: undefined, decorators: [{
|
|
50
|
-
type: i0.Optional
|
|
51
|
-
}, {
|
|
52
|
-
type: i0.Inject,
|
|
53
|
-
args: [DOMAIN_LANG_MAP]
|
|
54
|
-
}] }];
|
|
55
|
-
} });
|
|
56
|
-
|
|
57
|
-
var DomainModule = /** @class */ (function () {
|
|
58
|
-
function DomainModule() {
|
|
59
|
-
}
|
|
60
|
-
return DomainModule;
|
|
61
|
-
}());
|
|
62
|
-
DomainModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
63
|
-
DomainModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainModule, declarations: [DomainPipe], imports: [common.CommonModule], exports: [DomainPipe] });
|
|
64
|
-
DomainModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainModule, imports: [[
|
|
65
|
-
common.CommonModule
|
|
66
|
-
]] });
|
|
67
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DomainModule, decorators: [{
|
|
68
|
-
type: i0.NgModule,
|
|
69
|
-
args: [{
|
|
70
|
-
declarations: [
|
|
71
|
-
DomainPipe
|
|
72
|
-
],
|
|
73
|
-
imports: [
|
|
74
|
-
common.CommonModule
|
|
75
|
-
],
|
|
76
|
-
exports: [
|
|
77
|
-
DomainPipe
|
|
78
|
-
]
|
|
79
|
-
}]
|
|
80
|
-
}] });
|
|
81
|
-
|
|
82
|
-
var SMART_SORT_BY_TRANSFORMER = new i0.InjectionToken('[@ng-atomic/common] Smart Sort By Transformer');
|
|
83
|
-
var smartSortByTransformer = function (items, key, order) {
|
|
84
|
-
return order === 'asc' ? lodash.sortBy(items, key) : lodash.sortBy(items, key).reverse();
|
|
85
|
-
};
|
|
86
|
-
var SmartSortByPipe = /** @class */ (function () {
|
|
87
|
-
function SmartSortByPipe(transformer) {
|
|
88
|
-
var _a;
|
|
89
|
-
this.transformer = transformer;
|
|
90
|
-
(_a = this.transformer) !== null && _a !== void 0 ? _a : (this.transformer = smartSortByTransformer);
|
|
91
|
-
}
|
|
92
|
-
SmartSortByPipe.prototype.transform = function (items, key, order) {
|
|
93
|
-
if (order === void 0) { order = 'asc'; }
|
|
94
|
-
return this.transformer(items, key, order);
|
|
95
|
-
};
|
|
96
|
-
return SmartSortByPipe;
|
|
97
|
-
}());
|
|
98
|
-
SmartSortByPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByPipe, deps: [{ token: SMART_SORT_BY_TRANSFORMER, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
99
|
-
SmartSortByPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByPipe, name: "smartSortBy" });
|
|
100
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByPipe, decorators: [{
|
|
101
|
-
type: i0.Pipe,
|
|
102
|
-
args: [{
|
|
103
|
-
name: 'smartSortBy',
|
|
104
|
-
pure: true,
|
|
105
|
-
}]
|
|
106
|
-
}], ctorParameters: function () {
|
|
107
|
-
return [{ type: undefined, decorators: [{
|
|
108
|
-
type: i0.Optional
|
|
109
|
-
}, {
|
|
110
|
-
type: i0.Inject,
|
|
111
|
-
args: [SMART_SORT_BY_TRANSFORMER]
|
|
112
|
-
}] }];
|
|
113
|
-
} });
|
|
114
|
-
|
|
115
|
-
var SmartSortByModule = /** @class */ (function () {
|
|
116
|
-
function SmartSortByModule() {
|
|
117
|
-
}
|
|
118
|
-
return SmartSortByModule;
|
|
119
|
-
}());
|
|
120
|
-
SmartSortByModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
121
|
-
SmartSortByModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByModule, declarations: [SmartSortByPipe], imports: [common.CommonModule], exports: [SmartSortByPipe] });
|
|
122
|
-
SmartSortByModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByModule, imports: [[
|
|
123
|
-
common.CommonModule
|
|
124
|
-
]] });
|
|
125
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartSortByModule, decorators: [{
|
|
126
|
-
type: i0.NgModule,
|
|
127
|
-
args: [{
|
|
128
|
-
declarations: [
|
|
129
|
-
SmartSortByPipe
|
|
130
|
-
],
|
|
131
|
-
imports: [
|
|
132
|
-
common.CommonModule
|
|
133
|
-
],
|
|
134
|
-
exports: [
|
|
135
|
-
SmartSortByPipe
|
|
136
|
-
]
|
|
137
|
-
}]
|
|
138
|
-
}] });
|
|
139
|
-
|
|
140
|
-
var SmartClampPipe = /** @class */ (function () {
|
|
141
|
-
function SmartClampPipe(transformer) {
|
|
142
|
-
var _a;
|
|
143
|
-
this.transformer = transformer;
|
|
144
|
-
this.slicePipe = new common.SlicePipe();
|
|
145
|
-
this._input = null;
|
|
146
|
-
this._output = [];
|
|
147
|
-
(_a = this.transformer) !== null && _a !== void 0 ? _a : (this.transformer = smartSortByTransformer);
|
|
148
|
-
}
|
|
149
|
-
SmartClampPipe.prototype.transform = function (items, store) {
|
|
150
|
-
var input = {
|
|
151
|
-
items: items,
|
|
152
|
-
sortKey: store.sortKey,
|
|
153
|
-
sortOrder: store.sortOrder,
|
|
154
|
-
start: store.page.start,
|
|
155
|
-
end: store.page.end,
|
|
156
|
-
};
|
|
157
|
-
if (JSON.stringify(input) === JSON.stringify(this._input)) {
|
|
158
|
-
return this._output;
|
|
159
|
-
}
|
|
160
|
-
this._input = input;
|
|
161
|
-
items = this.transformer(items, store === null || store === void 0 ? void 0 : store.sortKey, store === null || store === void 0 ? void 0 : store.sortOrder);
|
|
162
|
-
items = this.slicePipe.transform(items, store.page.start, store.page.end);
|
|
163
|
-
return this._output = items;
|
|
164
|
-
};
|
|
165
|
-
return SmartClampPipe;
|
|
166
|
-
}());
|
|
167
|
-
SmartClampPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampPipe, deps: [{ token: SMART_SORT_BY_TRANSFORMER, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
168
|
-
SmartClampPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampPipe, name: "smartClamp", pure: false });
|
|
169
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampPipe, decorators: [{
|
|
170
|
-
type: i0.Pipe,
|
|
171
|
-
args: [{
|
|
172
|
-
name: 'smartClamp',
|
|
173
|
-
pure: false,
|
|
174
|
-
}]
|
|
175
|
-
}], ctorParameters: function () {
|
|
176
|
-
return [{ type: undefined, decorators: [{
|
|
177
|
-
type: i0.Optional
|
|
178
|
-
}, {
|
|
179
|
-
type: i0.Inject,
|
|
180
|
-
args: [SMART_SORT_BY_TRANSFORMER]
|
|
181
|
-
}] }];
|
|
182
|
-
} });
|
|
183
|
-
|
|
184
|
-
var SmartClampModule = /** @class */ (function () {
|
|
185
|
-
function SmartClampModule() {
|
|
186
|
-
}
|
|
187
|
-
return SmartClampModule;
|
|
188
|
-
}());
|
|
189
|
-
SmartClampModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
190
|
-
SmartClampModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampModule, declarations: [SmartClampPipe], imports: [common.CommonModule], exports: [SmartClampPipe] });
|
|
191
|
-
SmartClampModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampModule, imports: [[
|
|
192
|
-
common.CommonModule,
|
|
193
|
-
]] });
|
|
194
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartClampModule, decorators: [{
|
|
195
|
-
type: i0.NgModule,
|
|
196
|
-
args: [{
|
|
197
|
-
declarations: [
|
|
198
|
-
SmartClampPipe
|
|
199
|
-
],
|
|
200
|
-
imports: [
|
|
201
|
-
common.CommonModule,
|
|
202
|
-
],
|
|
203
|
-
exports: [
|
|
204
|
-
SmartClampPipe
|
|
205
|
-
]
|
|
206
|
-
}]
|
|
207
|
-
}] });
|
|
208
|
-
|
|
209
|
-
var SmartExpPipe = /** @class */ (function () {
|
|
210
|
-
function SmartExpPipe(transformer) {
|
|
211
|
-
var _a;
|
|
212
|
-
this.transformer = transformer;
|
|
213
|
-
(_a = this.transformer) !== null && _a !== void 0 ? _a : (this.transformer = utils.smartExpTransformer);
|
|
214
|
-
}
|
|
215
|
-
SmartExpPipe.prototype.transform = function (input, key) {
|
|
216
|
-
return this.transformer(input, key);
|
|
217
|
-
};
|
|
218
|
-
return SmartExpPipe;
|
|
219
|
-
}());
|
|
220
|
-
SmartExpPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpPipe, deps: [{ token: utils.SMART_EXP_TRANSFORMER, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
221
|
-
SmartExpPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpPipe, name: "smartExp" });
|
|
222
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpPipe, decorators: [{
|
|
223
|
-
type: i0.Pipe,
|
|
224
|
-
args: [{
|
|
225
|
-
name: 'smartExp',
|
|
226
|
-
pure: true,
|
|
227
|
-
}]
|
|
228
|
-
}], ctorParameters: function () {
|
|
229
|
-
return [{ type: undefined, decorators: [{
|
|
230
|
-
type: i0.Optional
|
|
231
|
-
}, {
|
|
232
|
-
type: i0.Inject,
|
|
233
|
-
args: [utils.SMART_EXP_TRANSFORMER]
|
|
234
|
-
}] }];
|
|
235
|
-
} });
|
|
236
|
-
|
|
237
|
-
var SmartExpModule = /** @class */ (function () {
|
|
238
|
-
function SmartExpModule() {
|
|
239
|
-
}
|
|
240
|
-
return SmartExpModule;
|
|
241
|
-
}());
|
|
242
|
-
SmartExpModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
243
|
-
SmartExpModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpModule, declarations: [SmartExpPipe], exports: [SmartExpPipe] });
|
|
244
|
-
SmartExpModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpModule });
|
|
245
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartExpModule, decorators: [{
|
|
246
|
-
type: i0.NgModule,
|
|
247
|
-
args: [{
|
|
248
|
-
declarations: [SmartExpPipe],
|
|
249
|
-
exports: [SmartExpPipe]
|
|
250
|
-
}]
|
|
251
|
-
}] });
|
|
252
|
-
|
|
253
|
-
var FORM_FIELD_MAP = new i0.InjectionToken('[@ng-atomic] Smart Form Field');
|
|
254
|
-
var SmartFieldPipe = /** @class */ (function () {
|
|
255
|
-
function SmartFieldPipe(map) {
|
|
256
|
-
var _a;
|
|
257
|
-
this.map = map;
|
|
258
|
-
(_a = this.map) !== null && _a !== void 0 ? _a : (this.map = {
|
|
259
|
-
createdAt: { type: 'date' },
|
|
260
|
-
updatedAt: { type: 'date' },
|
|
261
|
-
deletedAt: { type: 'date' },
|
|
262
|
-
});
|
|
263
|
-
}
|
|
264
|
-
SmartFieldPipe.prototype.transform = function (key) {
|
|
265
|
-
var _a;
|
|
266
|
-
return (_a = this.map[key]) !== null && _a !== void 0 ? _a : { type: 'input' };
|
|
267
|
-
};
|
|
268
|
-
return SmartFieldPipe;
|
|
269
|
-
}());
|
|
270
|
-
SmartFieldPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldPipe, deps: [{ token: FORM_FIELD_MAP, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
271
|
-
SmartFieldPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldPipe, name: "smartField" });
|
|
272
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldPipe, decorators: [{
|
|
273
|
-
type: i0.Pipe,
|
|
274
|
-
args: [{
|
|
275
|
-
name: 'smartField',
|
|
276
|
-
pure: true,
|
|
277
|
-
}]
|
|
278
|
-
}], ctorParameters: function () {
|
|
279
|
-
return [{ type: undefined, decorators: [{
|
|
280
|
-
type: i0.Optional
|
|
281
|
-
}, {
|
|
282
|
-
type: i0.Inject,
|
|
283
|
-
args: [FORM_FIELD_MAP]
|
|
284
|
-
}] }];
|
|
285
|
-
} });
|
|
286
|
-
|
|
287
|
-
var SmartFieldModule = /** @class */ (function () {
|
|
288
|
-
function SmartFieldModule() {
|
|
289
|
-
}
|
|
290
|
-
return SmartFieldModule;
|
|
291
|
-
}());
|
|
292
|
-
SmartFieldModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
293
|
-
SmartFieldModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldModule, declarations: [SmartFieldPipe], imports: [common.CommonModule], exports: [SmartFieldPipe] });
|
|
294
|
-
SmartFieldModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldModule, imports: [[
|
|
295
|
-
common.CommonModule
|
|
296
|
-
]] });
|
|
297
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SmartFieldModule, decorators: [{
|
|
298
|
-
type: i0.NgModule,
|
|
299
|
-
args: [{
|
|
300
|
-
declarations: [
|
|
301
|
-
SmartFieldPipe
|
|
302
|
-
],
|
|
303
|
-
imports: [
|
|
304
|
-
common.CommonModule
|
|
305
|
-
],
|
|
306
|
-
exports: [
|
|
307
|
-
SmartFieldPipe
|
|
308
|
-
]
|
|
309
|
-
}]
|
|
310
|
-
}] });
|
|
311
|
-
|
|
312
|
-
var YenPipe = /** @class */ (function () {
|
|
313
|
-
function YenPipe() {
|
|
314
|
-
}
|
|
315
|
-
YenPipe.prototype.transform = function (value, _unit) {
|
|
316
|
-
return utils.yenTransform(value, _unit);
|
|
317
|
-
};
|
|
318
|
-
return YenPipe;
|
|
319
|
-
}());
|
|
320
|
-
YenPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
|
|
321
|
-
YenPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenPipe, name: "yen" });
|
|
322
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenPipe, decorators: [{
|
|
323
|
-
type: i0.Pipe,
|
|
324
|
-
args: [{
|
|
325
|
-
name: 'yen'
|
|
326
|
-
}]
|
|
327
|
-
}] });
|
|
328
|
-
|
|
329
|
-
var YenModule = /** @class */ (function () {
|
|
330
|
-
function YenModule() {
|
|
331
|
-
}
|
|
332
|
-
return YenModule;
|
|
333
|
-
}());
|
|
334
|
-
YenModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
335
|
-
YenModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenModule, declarations: [YenPipe], imports: [common.CommonModule], exports: [YenPipe] });
|
|
336
|
-
YenModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenModule, imports: [[
|
|
337
|
-
common.CommonModule
|
|
338
|
-
]] });
|
|
339
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: YenModule, decorators: [{
|
|
340
|
-
type: i0.NgModule,
|
|
341
|
-
args: [{
|
|
342
|
-
declarations: [
|
|
343
|
-
YenPipe
|
|
344
|
-
],
|
|
345
|
-
imports: [
|
|
346
|
-
common.CommonModule
|
|
347
|
-
],
|
|
348
|
-
exports: [
|
|
349
|
-
YenPipe
|
|
350
|
-
]
|
|
351
|
-
}]
|
|
352
|
-
}] });
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* Generated bundle index. Do not edit.
|
|
356
|
-
*/
|
|
357
|
-
|
|
358
|
-
exports.DOMAIN_LANG_MAP = DOMAIN_LANG_MAP;
|
|
359
|
-
exports.DomainModule = DomainModule;
|
|
360
|
-
exports.DomainPipe = DomainPipe;
|
|
361
|
-
exports.FORM_FIELD_MAP = FORM_FIELD_MAP;
|
|
362
|
-
exports.SMART_SORT_BY_TRANSFORMER = SMART_SORT_BY_TRANSFORMER;
|
|
363
|
-
exports.SmartClampModule = SmartClampModule;
|
|
364
|
-
exports.SmartClampPipe = SmartClampPipe;
|
|
365
|
-
exports.SmartExpModule = SmartExpModule;
|
|
366
|
-
exports.SmartExpPipe = SmartExpPipe;
|
|
367
|
-
exports.SmartFieldModule = SmartFieldModule;
|
|
368
|
-
exports.SmartFieldPipe = SmartFieldPipe;
|
|
369
|
-
exports.SmartSortByModule = SmartSortByModule;
|
|
370
|
-
exports.SmartSortByPipe = SmartSortByPipe;
|
|
371
|
-
exports.YenModule = YenModule;
|
|
372
|
-
exports.YenPipe = YenPipe;
|
|
373
|
-
exports.smartSortByTransformer = smartSortByTransformer;
|
|
374
|
-
|
|
375
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
376
|
-
|
|
377
|
-
}));
|
|
378
|
-
//# sourceMappingURL=ng-atomic-common-pipes.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-common-pipes.umd.js","sources":["../../../../libs/common/pipes/domain/domain.pipe.ts","../../../../libs/common/pipes/domain/domain.module.ts","../../../../libs/common/pipes/smart-sort-by/smart-sort-by.pipe.ts","../../../../libs/common/pipes/smart-sort-by/smart-sort-by.module.ts","../../../../libs/common/pipes/smart-clamp/smart-clamp.pipe.ts","../../../../libs/common/pipes/smart-clamp/smart-clamp.module.ts","../../../../libs/common/pipes/smart-exp/smart-exp.pipe.ts","../../../../libs/common/pipes/smart-exp/smart-exp.module.ts","../../../../libs/common/pipes/smart-field/smart-field.pipe.ts","../../../../libs/common/pipes/smart-field/smart-field.module.ts","../../../../libs/common/pipes/yen/yen.pipe.ts","../../../../libs/common/pipes/yen/yen.module.ts","../../../../libs/common/pipes/ng-atomic-common-pipes.ts"],"sourcesContent":["import { Inject, InjectionToken, Optional, Pipe } from '@angular/core';\n\nexport type DomainLangMap = Record<string, string>;\nexport const DOMAIN_LANG_MAP = new InjectionToken<DomainLangMap>('domain lang map');\n\n@Pipe({\n name: 'D',\n pure: true,\n})\nexport class DomainPipe {\n constructor(@Optional() @Inject(DOMAIN_LANG_MAP) private map: DomainLangMap) {\n this.map ??= {};\n }\n\n transform(input: string) {\n return this.map?.[input] ?? input;\n }\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DomainPipe } from './domain.pipe';\n\n\n\n@NgModule({\n declarations: [\n DomainPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n DomainPipe\n ]\n})\nexport class DomainModule { }\n","import { Inject, InjectionToken, Optional, Pipe, PipeTransform } from '@angular/core';\nimport { sortBy } from 'lodash';\n\nexport const SMART_SORT_BY_TRANSFORMER = new InjectionToken('[@ng-atomic/common] Smart Sort By Transformer');\nexport type SmartSortByTransformer = <T>(items: T[], key: string, order: 'asc' | 'desc') => T[];\nexport const smartSortByTransformer: SmartSortByTransformer = (items, key, order) => {\n return order === 'asc' ? sortBy(items, key) : sortBy(items, key).reverse();\n}\n\n@Pipe({\n name: 'smartSortBy',\n pure: true,\n})\nexport class SmartSortByPipe implements PipeTransform {\n\n constructor(\n @Optional()\n @Inject(SMART_SORT_BY_TRANSFORMER)\n private transformer?: SmartSortByTransformer,\n ) {\n this.transformer ??= smartSortByTransformer;\n }\n\n transform<T>(items: T[], key: string, order: 'asc' | 'desc' = 'asc'): T[] {\n return this.transformer(items, key, order);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmartSortByPipe } from './smart-sort-by.pipe';\n\n\n\n@NgModule({\n declarations: [\n SmartSortByPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SmartSortByPipe\n ]\n})\nexport class SmartSortByModule { }\n","import { SlicePipe } from '@angular/common';\nimport { Inject, Optional, Pipe, PipeTransform } from '@angular/core';\nimport { EntitiesPageStore } from '@ng-atomic/common/store';\nimport { smartSortByTransformer, SmartSortByTransformer, SMART_SORT_BY_TRANSFORMER } from '../smart-sort-by';\n\n@Pipe({\n name: 'smartClamp',\n pure: false,\n})\nexport class SmartClampPipe implements PipeTransform {\n private slicePipe = new SlicePipe();\n private _input = null;\n private _output = [];\n\n constructor(\n @Optional()\n @Inject(SMART_SORT_BY_TRANSFORMER)\n private transformer?: SmartSortByTransformer,\n ) {\n this.transformer ??= smartSortByTransformer;\n }\n\n transform<T>(items: T[], store: EntitiesPageStore<any, any>): T[] {\n const input = {\n items, \n sortKey: store.sortKey, \n sortOrder: store.sortOrder, \n start: store.page.start,\n end: store.page.end,\n };\n \n if (JSON.stringify(input) === JSON.stringify(this._input)) {\n return this._output;\n }\n\n this._input = input;\n items = this.transformer(items, store?.sortKey, store?.sortOrder as 'asc' | 'desc');\n items = this.slicePipe.transform(items, store.page.start, store.page.end);\n return this._output = items;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmartClampPipe } from './smart-clamp.pipe';\n\n\n\n@NgModule({\n declarations: [\n SmartClampPipe\n ],\n imports: [\n CommonModule,\n ],\n exports: [\n SmartClampPipe\n ]\n})\nexport class SmartClampModule { }\n","import { Inject, Optional, Pipe } from '@angular/core';\nimport dayjs from 'dayjs';\nimport { SMART_EXP_TRANSFORMER, smartExpTransformer, SmartExpTransformer } from '@ng-atomic/common/utils';\n\n@Pipe({\n name: 'smartExp',\n pure: true,\n})\nexport class SmartExpPipe {\n constructor(\n @Optional() @Inject(SMART_EXP_TRANSFORMER) private transformer: SmartExpTransformer\n ) {\n this.transformer ??= smartExpTransformer;\n }\n\n transform(input: string | number | dayjs.Dayjs | any, key?: string): string {\n return this.transformer(input, key);\n }\n}","import { NgModule } from \"@angular/core\";\nimport { SmartExpPipe } from \"./smart-exp.pipe\";\n\n@NgModule({\n declarations: [SmartExpPipe],\n exports: [SmartExpPipe]\n})\nexport class SmartExpModule { }","import { Inject, InjectionToken, Optional, Pipe, PipeTransform } from '@angular/core';\n\ninterface Option<T> {\n name: string;\n value: T;\n}\n\ninterface InputField {\n type: 'input';\n}\n\ninterface DateInputField {\n type: 'date';\n}\n\ninterface SelectField<T> {\n type: 'select';\n options: Option<T>[];\n}\n\ninterface MultiSelectField<T> {\n type: 'multi-select';\n options: Option<T>[];\n}\n\ntype FormField<V> = InputField\n | DateInputField\n | SelectField<V>\n | MultiSelectField<V>;\n\nexport type FormFieldMap = Record<string, FormField<any>>;\n\nexport const FORM_FIELD_MAP = new InjectionToken<FormFieldMap>('[@ng-atomic] Smart Form Field');\n\n@Pipe({\n name: 'smartField',\n pure: true,\n})\nexport class SmartFieldPipe implements PipeTransform {\n\n constructor(\n @Optional() @Inject(FORM_FIELD_MAP) private map: Record<string, FormField<any>>\n ) {\n this.map ??= {\n createdAt: { type: 'date' },\n updatedAt: { type: 'date' },\n deletedAt: { type: 'date' },\n };\n }\n\n transform(key: string): FormField<any> {\n return this.map[key] ?? {type: 'input'};\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmartFieldPipe } from './smart-field.pipe';\n\n\n\n@NgModule({\n declarations: [\n SmartFieldPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SmartFieldPipe\n ]\n})\nexport class SmartFieldModule { }\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { yenTransform } from '@ng-atomic/common/utils';\n\n@Pipe({\n name: 'yen'\n})\nexport class YenPipe implements PipeTransform {\n\n transform(value: number, _unit?: string): string {\n return yenTransform(value, _unit);\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { YenPipe } from './yen.pipe';\n\n\n\n@NgModule({\n declarations: [\n YenPipe\n ],\n imports: [\n CommonModule\n ],\n exports: [\n YenPipe\n ]\n})\nexport class YenModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InjectionToken","i0","Pipe","Optional","Inject","CommonModule","NgModule","sortBy","SlicePipe","smartExpTransformer","SMART_EXP_TRANSFORMER","yenTransform"],"mappings":"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"}
|