@ng-atomic/common 18.11.0 → 18.13.0-preview-v19e.1
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/molecules/column/column.molecule.d.ts +67 -0
- package/directives/molecules/column/index.d.ts +1 -0
- package/directives/resize-column/index.d.ts +1 -0
- package/directives/resize-column/resize-column.directive.d.ts +21 -0
- package/directives/resize-column/resize-handle.component.d.ts +5 -0
- package/fesm2022/ng-atomic-common-directives-fallback-src.mjs +3 -3
- package/fesm2022/ng-atomic-common-directives-fallback-src.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +9 -8
- package/fesm2022/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-directives-molecules-column.mjs +125 -0
- package/fesm2022/ng-atomic-common-directives-molecules-column.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-directives-resize-column.mjs +79 -0
- package/fesm2022/ng-atomic-common-directives-resize-column.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-interceptors-authorization.mjs +3 -4
- package/fesm2022/ng-atomic-common-interceptors-authorization.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-interceptors-throttle.mjs +6 -6
- package/fesm2022/ng-atomic-common-interceptors-throttle.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-interceptors-token.mjs +3 -3
- package/fesm2022/ng-atomic-common-interceptors-token.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-interceptors.mjs +4 -4
- package/fesm2022/ng-atomic-common-interceptors.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-actions.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-actions.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-auto-columns.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-auto-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-columns.mjs +5 -4
- package/fesm2022/ng-atomic-common-pipes-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-data-accessor.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-data-accessor.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-domain.mjs +13 -27
- package/fesm2022/ng-atomic-common-pipes-domain.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-error.mjs +3 -4
- package/fesm2022/ng-atomic-common-pipes-error.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-expression.mjs +25 -0
- package/fesm2022/ng-atomic-common-pipes-expression.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-grouped-by.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-index-length.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-index-length.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-index.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-index.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-keys.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-keys.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-map.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-map.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-page.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-page.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-pagination.mjs +4 -4
- package/fesm2022/ng-atomic-common-pipes-pagination.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-query.mjs +4 -4
- package/fesm2022/ng-atomic-common-pipes-query.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-resolve-columns.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-resolve-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-secret.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-secret.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-select-id.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-select-id.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-signal.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-signal.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-smart-field.mjs +18 -7
- package/fesm2022/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-sort-by.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-sort-by.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-sort.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-sort.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-pipes-style.mjs +48 -0
- package/fesm2022/ng-atomic-common-pipes-style.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-pipes-yen.mjs +3 -3
- package/fesm2022/ng-atomic-common-pipes-yen.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-app.mjs +6 -6
- package/fesm2022/ng-atomic-common-services-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-auth.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-auth.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-breakpoint.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-breakpoint.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-chips-manager.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-chips-manager.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-csv.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-csv.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-fab.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-fab.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form-_index.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-form-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form-columns.mjs +30 -23
- package/fesm2022/ng-atomic-common-services-form-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form-json-schema.mjs +77 -59
- package/fesm2022/ng-atomic-common-services-form-json-schema.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form-pagination.mjs +6 -6
- package/fesm2022/ng-atomic-common-services-form-pagination.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form-sort.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-form-sort.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-initializer.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-initializer.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-language.mjs +46 -0
- package/fesm2022/ng-atomic-common-services-language.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-services-loading.mjs +7 -7
- package/fesm2022/ng-atomic-common-services-loading.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-navigation-history.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-navigation-history.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-query-resolver.mjs +9 -9
- package/fesm2022/ng-atomic-common-services-query-resolver.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-root-property.mjs +14 -15
- package/fesm2022/ng-atomic-common-services-root-property.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-router.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-router.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-secret.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-secret.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-sheets-actions.mjs +4 -4
- package/fesm2022/ng-atomic-common-services-sheets-actions.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-sheets.mjs +7 -7
- package/fesm2022/ng-atomic-common-services-sheets.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-side-app.mjs +6 -6
- package/fesm2022/ng-atomic-common-services-side-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-side-nav-mode.mjs +3 -3
- package/fesm2022/ng-atomic-common-services-side-nav-mode.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-snack-bar.mjs +35 -17
- package/fesm2022/ng-atomic-common-services-snack-bar.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-services-spreadsheet.mjs +758 -0
- package/fesm2022/ng-atomic-common-services-spreadsheet.mjs.map +1 -0
- package/fesm2022/ng-atomic-common-services-ui.mjs +18 -11
- package/fesm2022/ng-atomic-common-services-ui.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-entities.mjs +9 -9
- package/fesm2022/ng-atomic-common-stores-entities.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-entity.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-pagination.mjs +3 -3
- package/fesm2022/ng-atomic-common-stores-pagination.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-query.mjs +4 -4
- package/fesm2022/ng-atomic-common-stores-query.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-selection.mjs +3 -3
- package/fesm2022/ng-atomic-common-stores-selection.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-stores-sort.mjs +3 -3
- package/fesm2022/ng-atomic-common-stores-sort.mjs.map +1 -1
- package/fesm2022/ng-atomic-common-utils.mjs +41 -22
- package/fesm2022/ng-atomic-common-utils.mjs.map +1 -1
- package/fesm2022/ng-atomic-common.mjs +11 -11
- package/fesm2022/ng-atomic-common.mjs.map +1 -1
- package/models/index.d.ts +2 -1
- package/package.json +51 -146
- package/pipes/actions/actions.pipe.d.ts +2 -1
- package/pipes/columns/columns.pipe.d.ts +1 -0
- package/pipes/data-accessor/data-accessor.pipe.d.ts +1 -1
- package/pipes/domain/domain.pipe.d.ts +3 -5
- package/pipes/expression/expression.pipe.d.ts +9 -0
- package/pipes/expression/index.d.ts +1 -0
- package/pipes/index/index.pipe.d.ts +1 -1
- package/pipes/index-length/index-length.pipe.d.ts +1 -1
- package/pipes/smart-field/smart-field.pipe.d.ts +2 -2
- package/pipes/style/index.d.ts +1 -0
- package/pipes/style/style.pipe.d.ts +18 -0
- package/services/form/_index/index.service.d.ts +4 -4
- package/services/form/columns/columns.service.d.ts +5 -2
- package/services/form/json-schema/json-schema.service.d.ts +9 -1
- package/services/form/pagination/pagination.service.d.ts +5 -5
- package/services/language/index.d.ts +1 -0
- package/services/language/language.service.d.ts +12 -0
- package/services/query-resolver/query-resolver.service.d.ts +2 -2
- package/services/snack-bar/snack-bar.service.d.ts +5 -3
- package/services/spreadsheet/directives/grid-cell.directive.d.ts +41 -0
- package/services/spreadsheet/directives/index.d.ts +1 -0
- package/services/spreadsheet/features/clipboard.service.d.ts +15 -0
- package/services/spreadsheet/features/data.service.d.ts +16 -0
- package/services/spreadsheet/features/editor.service.d.ts +22 -0
- package/services/spreadsheet/features/grid.service.d.ts +17 -0
- package/services/spreadsheet/features/index.d.ts +7 -0
- package/services/spreadsheet/features/navigation.service.d.ts +17 -0
- package/services/spreadsheet/features/protection.service.d.ts +24 -0
- package/services/spreadsheet/features/selection.service.d.ts +40 -0
- package/services/spreadsheet/index.d.ts +4 -0
- package/services/spreadsheet/models/cell.model.d.ts +17 -0
- package/services/spreadsheet/models/index.d.ts +1 -0
- package/services/spreadsheet/spreadsheet.service.d.ts +29 -0
- package/services/ui/ui.helpers.d.ts +1 -1
- package/utils/expression/expression.transformer.d.ts +12 -0
- package/utils/expression/index.d.ts +1 -0
- package/utils/index.d.ts +1 -1
- package/utils/inject/inject.d.ts +2 -2
- package/esm2022/common.module.mjs +0 -34
- package/esm2022/directives/fallback-src/fallback-src.directive.mjs +0 -25
- package/esm2022/directives/fallback-src/index.mjs +0 -2
- package/esm2022/directives/fallback-src/ng-atomic-common-directives-fallback-src.mjs +0 -5
- package/esm2022/directives/ios-safari-scroll-buggyfill/index.mjs +0 -3
- package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs +0 -24
- package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +0 -24
- package/esm2022/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +0 -5
- package/esm2022/index.mjs +0 -2
- package/esm2022/interceptors/authorization/authorization.interceptor.mjs +0 -39
- package/esm2022/interceptors/authorization/index.mjs +0 -2
- package/esm2022/interceptors/authorization/ng-atomic-common-interceptors-authorization.mjs +0 -5
- package/esm2022/interceptors/index.mjs +0 -2
- package/esm2022/interceptors/interceptors.module.mjs +0 -44
- package/esm2022/interceptors/ng-atomic-common-interceptors.mjs +0 -5
- package/esm2022/interceptors/throttle/index.mjs +0 -2
- package/esm2022/interceptors/throttle/ng-atomic-common-interceptors-throttle.mjs +0 -5
- package/esm2022/interceptors/throttle/throttle.interceptor.mjs +0 -63
- package/esm2022/interceptors/token/authorization.interceptor.mjs +0 -26
- package/esm2022/interceptors/token/index.mjs +0 -2
- package/esm2022/interceptors/token/ng-atomic-common-interceptors-token.mjs +0 -5
- package/esm2022/models/index.mjs +0 -2
- package/esm2022/models/menu-item.mjs +0 -2
- package/esm2022/models/ng-atomic-common-models.mjs +0 -5
- package/esm2022/ng-atomic-common.mjs +0 -5
- package/esm2022/pipes/actions/actions.pipe.mjs +0 -19
- package/esm2022/pipes/actions/index.mjs +0 -2
- package/esm2022/pipes/actions/ng-atomic-common-pipes-actions.mjs +0 -5
- package/esm2022/pipes/auto-columns/auto-columns.pipe.mjs +0 -20
- package/esm2022/pipes/auto-columns/index.mjs +0 -2
- package/esm2022/pipes/auto-columns/ng-atomic-common-pipes-auto-columns.mjs +0 -5
- package/esm2022/pipes/columns/columns.pipe.mjs +0 -17
- package/esm2022/pipes/columns/index.mjs +0 -2
- package/esm2022/pipes/columns/ng-atomic-common-pipes-columns.mjs +0 -5
- package/esm2022/pipes/data-accessor/data-accessor.pipe.mjs +0 -46
- package/esm2022/pipes/data-accessor/index.mjs +0 -2
- package/esm2022/pipes/data-accessor/ng-atomic-common-pipes-data-accessor.mjs +0 -5
- package/esm2022/pipes/domain/domain.pipe.mjs +0 -85
- package/esm2022/pipes/domain/index.mjs +0 -2
- package/esm2022/pipes/domain/ng-atomic-common-pipes-domain.mjs +0 -5
- package/esm2022/pipes/error/error.pipe.mjs +0 -47
- package/esm2022/pipes/error/index.mjs +0 -2
- package/esm2022/pipes/error/ng-atomic-common-pipes-error.mjs +0 -5
- package/esm2022/pipes/grouped-by/grouped-by.pipe.mjs +0 -29
- package/esm2022/pipes/grouped-by/index.mjs +0 -2
- package/esm2022/pipes/grouped-by/ng-atomic-common-pipes-grouped-by.mjs +0 -5
- package/esm2022/pipes/index/index.mjs +0 -2
- package/esm2022/pipes/index/index.pipe.mjs +0 -29
- package/esm2022/pipes/index/ng-atomic-common-pipes-index.mjs +0 -5
- package/esm2022/pipes/index-length/index-length.pipe.mjs +0 -22
- package/esm2022/pipes/index-length/index.mjs +0 -2
- package/esm2022/pipes/index-length/ng-atomic-common-pipes-index-length.mjs +0 -5
- package/esm2022/pipes/keys/index.mjs +0 -2
- package/esm2022/pipes/keys/keys.pipe.mjs +0 -18
- package/esm2022/pipes/keys/ng-atomic-common-pipes-keys.mjs +0 -5
- package/esm2022/pipes/map/index.mjs +0 -2
- package/esm2022/pipes/map/map.pipe.mjs +0 -17
- package/esm2022/pipes/map/ng-atomic-common-pipes-map.mjs +0 -5
- package/esm2022/pipes/page/index.mjs +0 -2
- package/esm2022/pipes/page/ng-atomic-common-pipes-page.mjs +0 -5
- package/esm2022/pipes/page/page.pipe.mjs +0 -25
- package/esm2022/pipes/pagination/index.mjs +0 -2
- package/esm2022/pipes/pagination/ng-atomic-common-pipes-pagination.mjs +0 -5
- package/esm2022/pipes/pagination/pagination.pipe.mjs +0 -32
- package/esm2022/pipes/query/index.mjs +0 -2
- package/esm2022/pipes/query/ng-atomic-common-pipes-query.mjs +0 -5
- package/esm2022/pipes/query/query.pipe.mjs +0 -33
- package/esm2022/pipes/resolve-columns/index.mjs +0 -2
- package/esm2022/pipes/resolve-columns/ng-atomic-common-pipes-resolve-columns.mjs +0 -5
- package/esm2022/pipes/resolve-columns/resolve-columns.pipe.mjs +0 -24
- package/esm2022/pipes/secret/index.mjs +0 -2
- package/esm2022/pipes/secret/ng-atomic-common-pipes-secret.mjs +0 -5
- package/esm2022/pipes/secret/secret.pipe.mjs +0 -21
- package/esm2022/pipes/select-id/index.mjs +0 -2
- package/esm2022/pipes/select-id/ng-atomic-common-pipes-select-id.mjs +0 -5
- package/esm2022/pipes/select-id/select-id.pipe.mjs +0 -29
- package/esm2022/pipes/signal/index.mjs +0 -2
- package/esm2022/pipes/signal/ng-atomic-common-pipes-signal.mjs +0 -5
- package/esm2022/pipes/signal/signal.pipe.mjs +0 -23
- package/esm2022/pipes/smart-exp/index.mjs +0 -3
- package/esm2022/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.mjs +0 -5
- package/esm2022/pipes/smart-exp/smart-exp.module.mjs +0 -16
- package/esm2022/pipes/smart-exp/smart-exp.pipe.mjs +0 -27
- package/esm2022/pipes/smart-field/index.mjs +0 -2
- package/esm2022/pipes/smart-field/ng-atomic-common-pipes-smart-field.mjs +0 -5
- package/esm2022/pipes/smart-field/smart-field.pipe.mjs +0 -33
- package/esm2022/pipes/sort/index.mjs +0 -2
- package/esm2022/pipes/sort/ng-atomic-common-pipes-sort.mjs +0 -5
- package/esm2022/pipes/sort/sort.pipe.mjs +0 -14
- package/esm2022/pipes/sort-by/index.mjs +0 -2
- package/esm2022/pipes/sort-by/ng-atomic-common-pipes-sort-by.mjs +0 -5
- package/esm2022/pipes/sort-by/sort-by.pipe.mjs +0 -32
- package/esm2022/pipes/yen/index.mjs +0 -2
- package/esm2022/pipes/yen/ng-atomic-common-pipes-yen.mjs +0 -5
- package/esm2022/pipes/yen/yen.pipe.mjs +0 -20
- package/esm2022/services/app/app.service.mjs +0 -78
- package/esm2022/services/app/index.mjs +0 -2
- package/esm2022/services/app/ng-atomic-common-services-app.mjs +0 -5
- package/esm2022/services/auth/auth.service.mjs +0 -66
- package/esm2022/services/auth/index.mjs +0 -2
- package/esm2022/services/auth/ng-atomic-common-services-auth.mjs +0 -5
- package/esm2022/services/breakpoint/breakpoint.service.mjs +0 -57
- package/esm2022/services/breakpoint/index.mjs +0 -2
- package/esm2022/services/breakpoint/ng-atomic-common-services-breakpoint.mjs +0 -5
- package/esm2022/services/chips-manager/chips.manager.mjs +0 -29
- package/esm2022/services/chips-manager/index.mjs +0 -2
- package/esm2022/services/chips-manager/ng-atomic-common-services-chips-manager.mjs +0 -5
- package/esm2022/services/csv/csv.service.mjs +0 -25
- package/esm2022/services/csv/index.mjs +0 -2
- package/esm2022/services/csv/ng-atomic-common-services-csv.mjs +0 -5
- package/esm2022/services/fab/fab.service.mjs +0 -46
- package/esm2022/services/fab/index.mjs +0 -2
- package/esm2022/services/fab/ng-atomic-common-services-fab.mjs +0 -5
- package/esm2022/services/form/_index/index.mjs +0 -2
- package/esm2022/services/form/_index/index.service.mjs +0 -51
- package/esm2022/services/form/_index/ng-atomic-common-services-form-_index.mjs +0 -5
- package/esm2022/services/form/columns/columns.service.mjs +0 -138
- package/esm2022/services/form/columns/index.mjs +0 -2
- package/esm2022/services/form/columns/ng-atomic-common-services-form-columns.mjs +0 -5
- package/esm2022/services/form/form.service.mjs +0 -38
- package/esm2022/services/form/index.mjs +0 -2
- package/esm2022/services/form/json-schema/index.mjs +0 -2
- package/esm2022/services/form/json-schema/json-schema.mjs +0 -51
- package/esm2022/services/form/json-schema/json-schema.service.mjs +0 -160
- package/esm2022/services/form/json-schema/ng-atomic-common-services-form-json-schema.mjs +0 -5
- package/esm2022/services/form/ng-atomic-common-services-form.mjs +0 -5
- package/esm2022/services/form/pagination/index.mjs +0 -2
- package/esm2022/services/form/pagination/ng-atomic-common-services-form-pagination.mjs +0 -5
- package/esm2022/services/form/pagination/pagination.service.mjs +0 -24
- package/esm2022/services/form/sort/index.mjs +0 -2
- package/esm2022/services/form/sort/ng-atomic-common-services-form-sort.mjs +0 -5
- package/esm2022/services/form/sort/sort.service.mjs +0 -33
- package/esm2022/services/initializer/index.mjs +0 -2
- package/esm2022/services/initializer/initializer.service.mjs +0 -44
- package/esm2022/services/initializer/ng-atomic-common-services-initializer.mjs +0 -5
- package/esm2022/services/loading/index.mjs +0 -2
- package/esm2022/services/loading/loading.service.mjs +0 -62
- package/esm2022/services/loading/ng-atomic-common-services-loading.mjs +0 -5
- package/esm2022/services/navigation-history/index.mjs +0 -2
- package/esm2022/services/navigation-history/navigation-history.service.mjs +0 -50
- package/esm2022/services/navigation-history/ng-atomic-common-services-navigation-history.mjs +0 -5
- package/esm2022/services/query-resolver/index.mjs +0 -2
- package/esm2022/services/query-resolver/ng-atomic-common-services-query-resolver.mjs +0 -5
- package/esm2022/services/query-resolver/query-resolver.service.mjs +0 -95
- package/esm2022/services/root-property/index.mjs +0 -3
- package/esm2022/services/root-property/ng-atomic-common-services-root-property.mjs +0 -5
- package/esm2022/services/root-property/root-property.di.mjs +0 -15
- package/esm2022/services/root-property/root-property.service.mjs +0 -169
- package/esm2022/services/router/index.mjs +0 -2
- package/esm2022/services/router/ng-atomic-common-services-router.mjs +0 -5
- package/esm2022/services/router/router.service.mjs +0 -25
- package/esm2022/services/secret/index.mjs +0 -2
- package/esm2022/services/secret/ng-atomic-common-services-secret.mjs +0 -5
- package/esm2022/services/secret/secret.service.mjs +0 -16
- package/esm2022/services/sheets/actions/actions.sheet.mjs +0 -45
- package/esm2022/services/sheets/actions/index.mjs +0 -2
- package/esm2022/services/sheets/actions/ng-atomic-common-services-sheets-actions.mjs +0 -5
- package/esm2022/services/sheets/index.mjs +0 -3
- package/esm2022/services/sheets/ng-atomic-common-services-sheets.mjs +0 -5
- package/esm2022/services/sheets/sheets.module.mjs +0 -25
- package/esm2022/services/sheets/sheets.service.mjs +0 -22
- package/esm2022/services/side-app/index.mjs +0 -2
- package/esm2022/services/side-app/ng-atomic-common-services-side-app.mjs +0 -5
- package/esm2022/services/side-app/side-app.service.mjs +0 -55
- package/esm2022/services/side-nav-mode/index.mjs +0 -2
- package/esm2022/services/side-nav-mode/ng-atomic-common-services-side-nav-mode.mjs +0 -5
- package/esm2022/services/side-nav-mode/side-nav-mode.service.mjs +0 -27
- package/esm2022/services/snack-bar/index.mjs +0 -3
- package/esm2022/services/snack-bar/ng-atomic-common-services-snack-bar.mjs +0 -5
- package/esm2022/services/snack-bar/snack-bar.module.mjs +0 -22
- package/esm2022/services/snack-bar/snack-bar.service.mjs +0 -23
- package/esm2022/services/ui/index.mjs +0 -3
- package/esm2022/services/ui/ng-atomic-common-services-ui.mjs +0 -5
- package/esm2022/services/ui/ui.helpers.mjs +0 -234
- package/esm2022/services/ui/ui.service.mjs +0 -30
- package/esm2022/stores/entities/di.mjs +0 -64
- package/esm2022/stores/entities/entity-store-adapter.mjs +0 -34
- package/esm2022/stores/entities/entity-store-manager.mjs +0 -25
- package/esm2022/stores/entities/entity-store.mjs +0 -121
- package/esm2022/stores/entities/index.mjs +0 -7
- package/esm2022/stores/entities/ng-atomic-common-stores-entities.mjs +0 -5
- package/esm2022/stores/entities/proxy-id.service.mjs +0 -29
- package/esm2022/stores/entities/task-composer.mjs +0 -71
- package/esm2022/stores/entity/entity.store.mjs +0 -34
- package/esm2022/stores/entity/index.mjs +0 -2
- package/esm2022/stores/entity/ng-atomic-common-stores-entity.mjs +0 -5
- package/esm2022/stores/pagination/index.mjs +0 -2
- package/esm2022/stores/pagination/ng-atomic-common-stores-pagination.mjs +0 -5
- package/esm2022/stores/pagination/pagination.store.mjs +0 -23
- package/esm2022/stores/query/index.mjs +0 -2
- package/esm2022/stores/query/ng-atomic-common-stores-query.mjs +0 -5
- package/esm2022/stores/query/query.store.mjs +0 -31
- package/esm2022/stores/selection/index.mjs +0 -2
- package/esm2022/stores/selection/ng-atomic-common-stores-selection.mjs +0 -5
- package/esm2022/stores/selection/selection.store.mjs +0 -29
- package/esm2022/stores/sort/index.mjs +0 -2
- package/esm2022/stores/sort/ng-atomic-common-stores-sort.mjs +0 -5
- package/esm2022/stores/sort/sort.store.mjs +0 -27
- package/esm2022/utils/comma/comma.mjs +0 -4
- package/esm2022/utils/comma/index.mjs +0 -2
- package/esm2022/utils/compare-by-id/compare-by-id.mjs +0 -5
- package/esm2022/utils/compare-by-id/index.mjs +0 -2
- package/esm2022/utils/date-utils/date-utils.mjs +0 -13
- package/esm2022/utils/date-utils/index.mjs +0 -2
- package/esm2022/utils/diff/diff.mjs +0 -7
- package/esm2022/utils/diff/index.mjs +0 -2
- package/esm2022/utils/form/form.mjs +0 -26
- package/esm2022/utils/form/index.mjs +0 -2
- package/esm2022/utils/get/get.mjs +0 -6
- package/esm2022/utils/get/index.mjs +0 -2
- package/esm2022/utils/index.mjs +0 -15
- package/esm2022/utils/inject/index.mjs +0 -2
- package/esm2022/utils/inject/inject.mjs +0 -177
- package/esm2022/utils/mat-dayjs-date/dayjs-date.adapter.mjs +0 -191
- package/esm2022/utils/mat-dayjs-date/dayjs-date.formats.mjs +0 -15
- package/esm2022/utils/mat-dayjs-date/dayjs-date.module.mjs +0 -37
- package/esm2022/utils/mat-dayjs-date/dayjs-jp-providers.mjs +0 -20
- package/esm2022/utils/mat-dayjs-date/index.mjs +0 -5
- package/esm2022/utils/ng-atomic-common-utils.mjs +0 -5
- package/esm2022/utils/page/index.mjs +0 -2
- package/esm2022/utils/page/page.mjs +0 -20
- package/esm2022/utils/router/index.mjs +0 -2
- package/esm2022/utils/router/router.mjs +0 -54
- package/esm2022/utils/smart-exp-transformer/index.mjs +0 -2
- package/esm2022/utils/smart-exp-transformer/smart-exp-transformer.mjs +0 -18
- package/esm2022/utils/time.mjs +0 -8
- package/esm2022/utils/to-object/index.mjs +0 -2
- package/esm2022/utils/to-object/to-object.mjs +0 -10
- package/fesm2022/ng-atomic-common-pipes-smart-exp.mjs +0 -47
- package/fesm2022/ng-atomic-common-pipes-smart-exp.mjs.map +0 -1
- package/pipes/smart-exp/index.d.ts +0 -2
- package/pipes/smart-exp/smart-exp.module.d.ts +0 -7
- package/pipes/smart-exp/smart-exp.pipe.d.ts +0 -11
- package/utils/smart-exp-transformer/index.d.ts +0 -1
- package/utils/smart-exp-transformer/smart-exp-transformer.d.ts +0 -6
|
@@ -8,25 +8,28 @@ export type ActionsColumnForm = FormGroup<{
|
|
|
8
8
|
width: FormControl<number>;
|
|
9
9
|
actions: FormControl<any>;
|
|
10
10
|
sticky: FormControl<boolean>;
|
|
11
|
+
stickyEnd: FormControl<boolean>;
|
|
11
12
|
}>;
|
|
12
13
|
export type CheckboxColumnForm = FormGroup<{
|
|
13
14
|
type: FormControl<'checkbox'>;
|
|
14
15
|
visible: FormControl<boolean>;
|
|
15
16
|
width: FormControl<number>;
|
|
16
17
|
sticky: FormControl<boolean>;
|
|
18
|
+
stickyEnd: FormControl<boolean>;
|
|
17
19
|
}>;
|
|
18
20
|
export type TextColumnForm = FormGroup<{
|
|
19
21
|
type: FormControl<'text'>;
|
|
20
22
|
visible: FormControl<boolean>;
|
|
21
23
|
width: FormControl<number>;
|
|
22
24
|
sticky: FormControl<boolean>;
|
|
25
|
+
stickyEnd: FormControl<boolean>;
|
|
23
26
|
}>;
|
|
24
27
|
export type TreeColumnForm = FormGroup<{
|
|
25
28
|
type: FormControl<'tree'>;
|
|
26
|
-
headerText: FormControl<string>;
|
|
27
29
|
visible: FormControl<boolean>;
|
|
28
30
|
width: FormControl<number>;
|
|
29
31
|
sticky: FormControl<boolean>;
|
|
32
|
+
stickyEnd: FormControl<boolean>;
|
|
30
33
|
}>;
|
|
31
34
|
export type ColumnsForm = FormArray<FormRecord<ActionsColumnForm | CheckboxColumnForm | TextColumnForm | TreeColumnForm>>;
|
|
32
35
|
export interface ColumnsFormValue {
|
|
@@ -49,7 +52,7 @@ export declare function injectColumnsForm(): FormGroup<{
|
|
|
49
52
|
ids: FormControl<string[]>;
|
|
50
53
|
map: FormGroup<{}>;
|
|
51
54
|
}>;
|
|
52
|
-
export declare function buildColumns(
|
|
55
|
+
export declare function buildColumns(columnIdOrActions: (string | Actions)[], { stickyStart, stickyEnd, }?: {
|
|
53
56
|
stickyStart?: number;
|
|
54
57
|
stickyEnd?: number;
|
|
55
58
|
}): {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FormBuilder, FormGroup, NonNullableFormBuilder } from "@angular/forms";
|
|
2
2
|
import { JsonSchema } from "json-schema-library";
|
|
3
|
+
import { FormFieldMap } from "@ng-atomic/common/pipes/smart-field";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class JsonSchemaFormUtils {
|
|
5
6
|
static removeObjectPercent<T extends object>(value: T): any;
|
|
@@ -21,6 +22,13 @@ export declare class JsonSchemaFormUtils {
|
|
|
21
22
|
value?: object;
|
|
22
23
|
fieldMap?: object;
|
|
23
24
|
}): any;
|
|
25
|
+
static buildFormFieldByProperty(property: JsonSchema['properties']): {
|
|
26
|
+
type: string;
|
|
27
|
+
options: any;
|
|
28
|
+
} | {
|
|
29
|
+
type: any;
|
|
30
|
+
options?: undefined;
|
|
31
|
+
};
|
|
24
32
|
static buildFormFieldMapByJsonSchema(schema: JsonSchema, options?: {
|
|
25
33
|
merge?: {
|
|
26
34
|
[key: string]: any;
|
|
@@ -39,7 +47,7 @@ export declare function buildFormFieldMap(klass: new () => any, options: {
|
|
|
39
47
|
export declare function buildForm(klass: new () => any, { fb, value, fieldMap, }?: {
|
|
40
48
|
fb?: FormBuilder | NonNullableFormBuilder;
|
|
41
49
|
value?: object;
|
|
42
|
-
fieldMap?:
|
|
50
|
+
fieldMap?: FormFieldMap;
|
|
43
51
|
}): any;
|
|
44
52
|
export declare class JsonSchemaFormService {
|
|
45
53
|
private fb;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export interface PaginationFormValue {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
size: number;
|
|
4
|
+
index: number;
|
|
5
5
|
length: number;
|
|
6
6
|
}
|
|
7
7
|
export declare class PaginationService {
|
|
8
8
|
private fb;
|
|
9
|
-
build({
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
build({ size, index, length, }?: Partial<PaginationFormValue>): import("@angular/forms").FormGroup<{
|
|
10
|
+
size: import("@angular/forms").FormControl<number>;
|
|
11
|
+
index: import("@angular/forms").FormControl<number>;
|
|
12
12
|
length: import("@angular/forms").FormControl<number>;
|
|
13
13
|
}>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationService, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './language.service';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type DomainLangMap = Record<string, string>;
|
|
4
|
+
export declare const DOMAIN_LANG_MAP: InjectionToken<DomainLangMap>;
|
|
5
|
+
export declare class LanguageService {
|
|
6
|
+
protected map: DomainLangMap;
|
|
7
|
+
protected regexResolvers: (((key: string) => string) | (() => any))[];
|
|
8
|
+
translate(text: string, src: string, dest: string, context?: any): string;
|
|
9
|
+
transform(input: string, map?: DomainLangMap): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
|
|
12
|
+
}
|
|
@@ -13,8 +13,8 @@ export declare class QueryParserService {
|
|
|
13
13
|
export declare class QueryResolverService<T extends object> {
|
|
14
14
|
protected parser: QueryParserService;
|
|
15
15
|
protected dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<any>;
|
|
16
|
-
protected transformer: import("@ng-atomic/common/utils").
|
|
17
|
-
protected map: import("@ng-atomic/common/
|
|
16
|
+
protected transformer: import("@ng-atomic/common/utils").ExpressionTransformer;
|
|
17
|
+
protected map: import("@ng-atomic/common/services/language").DomainLangMap;
|
|
18
18
|
protected reversedMap: Record<string, string>;
|
|
19
19
|
resolve(items: T[], queryStr?: string): T[];
|
|
20
20
|
protected executeQuery(items: T[], query: Query): T[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { Clipboard } from '@angular/cdk/clipboard';
|
|
1
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SnackBarService {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
open(message: string, action?: string):
|
|
5
|
+
protected readonly clipboard: Clipboard;
|
|
6
|
+
protected readonly snackBar: MatSnackBar;
|
|
7
|
+
open(message: string, action?: string): import("@angular/material/snack-bar").MatSnackBarRef<import("@angular/material/snack-bar").TextOnlySnackBar>;
|
|
8
|
+
openError(error: Error | string): void;
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackBarService, never>;
|
|
8
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<SnackBarService>;
|
|
9
11
|
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ElementRef, AfterViewInit } from "@angular/core";
|
|
2
|
+
import { SpreadSheetService } from "../spreadsheet.service";
|
|
3
|
+
import { CellContext } from "../models/cell.model";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SpreadSheetCell implements AfterViewInit {
|
|
6
|
+
protected ss: SpreadSheetService;
|
|
7
|
+
readonly el: ElementRef<HTMLTableCellElement>;
|
|
8
|
+
readonly position: import("@angular/core").InputSignal<{
|
|
9
|
+
row: number;
|
|
10
|
+
col: number;
|
|
11
|
+
}>;
|
|
12
|
+
readonly editable: import("@angular/core").InputSignal<boolean>;
|
|
13
|
+
readonly context: import("@angular/core").InputSignal<CellContext<any>>;
|
|
14
|
+
readonly isSelected: import("@angular/core").Signal<boolean>;
|
|
15
|
+
readonly isEditing: import("@angular/core").Signal<boolean>;
|
|
16
|
+
readonly frameEl: import("@angular/core").WritableSignal<HTMLDivElement>;
|
|
17
|
+
constructor();
|
|
18
|
+
onDbClick(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
protected buildOutlineFrame(): HTMLDivElement;
|
|
21
|
+
protected createLabelElement(options: {
|
|
22
|
+
label: string;
|
|
23
|
+
color: string;
|
|
24
|
+
}): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadSheetCell, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadSheetCell, "[ssCell]", never, { "position": { "alias": "ssCell"; "required": false; "isSignal": true; }; "editable": { "alias": "ssCellEditable"; "required": false; "isSignal": true; }; "context": { "alias": "ssCellContext"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
export declare class SpreadSheetCellInput implements AfterViewInit {
|
|
29
|
+
protected ss: SpreadSheetService;
|
|
30
|
+
readonly position: import("@angular/core").InputSignal<{
|
|
31
|
+
row: number;
|
|
32
|
+
col: number;
|
|
33
|
+
}>;
|
|
34
|
+
readonly el: ElementRef<HTMLInputElement>;
|
|
35
|
+
readonly isSelected: import("@angular/core").Signal<boolean>;
|
|
36
|
+
readonly isEditing: import("@angular/core").Signal<boolean>;
|
|
37
|
+
ngAfterViewInit(): void;
|
|
38
|
+
protected stopEditing(): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadSheetCellInput, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadSheetCellInput, "[ssCellInput]", never, { "position": { "alias": "ssCellInput"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './grid-cell.directive';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { GridService } from './grid.service';
|
|
2
|
+
import { SelectionService } from './selection.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ClipboardService {
|
|
5
|
+
private gridService;
|
|
6
|
+
private selectionService;
|
|
7
|
+
private clipboard;
|
|
8
|
+
private snackBar;
|
|
9
|
+
constructor(gridService: GridService, selectionService: SelectionService);
|
|
10
|
+
copy(): Promise<void>;
|
|
11
|
+
protected copyText(text: string): void;
|
|
12
|
+
paste(targetRow: number, targetCol: number): Promise<void>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClipboardService>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Cell } from "../models";
|
|
2
|
+
import { LanguageService } from "@ng-atomic/common/services/language";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpreadSheetDataService {
|
|
5
|
+
readonly cache: Map<string, Cell | Cell[]>;
|
|
6
|
+
readonly language: LanguageService;
|
|
7
|
+
readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
|
|
8
|
+
readonly expression: import("@ng-atomic/common/utils").ExpressionTransformer;
|
|
9
|
+
buildGridData(items: any[], displayedColumns: string[]): Cell[][];
|
|
10
|
+
protected buildGridHeaderRow(columns: string[]): Cell[];
|
|
11
|
+
protected buildGridRow(item: object, displayedColumns: string[]): Cell[];
|
|
12
|
+
protected buildGridCell(item: object, column: string): Cell;
|
|
13
|
+
protected buildKey(obj: object): string;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadSheetDataService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SpreadSheetDataService>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Position } from '../models/cell.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EditorService {
|
|
4
|
+
private grid;
|
|
5
|
+
private selection;
|
|
6
|
+
private protection;
|
|
7
|
+
readonly editinngCell: import("@angular/core").WritableSignal<{
|
|
8
|
+
row: number;
|
|
9
|
+
col: number;
|
|
10
|
+
}>;
|
|
11
|
+
protected readonly inputMap: Map<string, HTMLInputElement>;
|
|
12
|
+
isEditing(position: Position): boolean;
|
|
13
|
+
startEditing(position: Position): void;
|
|
14
|
+
stopEditing(): void;
|
|
15
|
+
focus(position: Position): void;
|
|
16
|
+
getEditingCell(): Position | null;
|
|
17
|
+
setInput(input: HTMLInputElement, position: Position): void;
|
|
18
|
+
getInput(position: Position): HTMLInputElement | null;
|
|
19
|
+
protected buildKey(position: Position): string;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EditorService>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Cell, CellContext, Position } from '../models/cell.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GridService {
|
|
4
|
+
readonly data: import("@angular/core").WritableSignal<Cell[][]>;
|
|
5
|
+
readonly columns: import("@angular/core").Signal<string[]>;
|
|
6
|
+
protected readonly contextMap: Map<string, CellContext<any>>;
|
|
7
|
+
updateCell(row: number, col: number, value: any): void;
|
|
8
|
+
getValue(position: Position): any | null;
|
|
9
|
+
getExpressionValue(position: Position): any | null;
|
|
10
|
+
protected getCell(position: Position): Cell | null;
|
|
11
|
+
updateAllCells(predicate: (cell: Cell) => boolean, updates: Partial<Cell>): void;
|
|
12
|
+
setContext(context: CellContext): void;
|
|
13
|
+
getContext(position: Position): CellContext | null;
|
|
14
|
+
protected buildKey(position: Position): string;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GridService>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Position } from '../models/cell.model';
|
|
2
|
+
import { GridService } from './grid.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NavigationService {
|
|
5
|
+
private gridService;
|
|
6
|
+
constructor(gridService: GridService);
|
|
7
|
+
moveToNextCell({ row, col }: Position): Position;
|
|
8
|
+
moveToPreviousCell({ row, col }: Position): Position;
|
|
9
|
+
moveToNextRow({ row, col }: Position): Position;
|
|
10
|
+
moveToPreviousRow({ row, col }: Position): Position;
|
|
11
|
+
moveRight({ row, col }: Position): Position;
|
|
12
|
+
moveLeft({ row, col }: Position): Position;
|
|
13
|
+
moveUp({ row, col }: Position): Position;
|
|
14
|
+
moveDown({ row, col }: Position): Position;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NavigationService>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { InjectionToken } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface CellContext<T> {
|
|
4
|
+
item: T;
|
|
5
|
+
name: string;
|
|
6
|
+
position: {
|
|
7
|
+
row: number;
|
|
8
|
+
col: number;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export type CellProtector = (value: any, context: CellContext<any>) => boolean;
|
|
12
|
+
export declare const COLUMN_PROTECTOR: InjectionToken<CellProtector[]>;
|
|
13
|
+
export declare function provideCellProtector(useFactory: () => CellProtector): {
|
|
14
|
+
provide: InjectionToken<CellProtector[]>;
|
|
15
|
+
useFactory: () => CellProtector;
|
|
16
|
+
multi: boolean;
|
|
17
|
+
};
|
|
18
|
+
export declare class ProtectionService {
|
|
19
|
+
readonly protectors: CellProtector[];
|
|
20
|
+
isEditable(value: any, context: CellContext<any>): boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProtectionService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProtectionService>;
|
|
23
|
+
}
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Selection, Position } from '../models/cell.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SelectionService {
|
|
4
|
+
private readonly selection;
|
|
5
|
+
private readonly selectionStart;
|
|
6
|
+
private readonly isMouseDown;
|
|
7
|
+
private readonly grid;
|
|
8
|
+
private readonly cellElMap;
|
|
9
|
+
constructor();
|
|
10
|
+
isSelected(position: Position): boolean;
|
|
11
|
+
isCursorPosition(position: Position): boolean;
|
|
12
|
+
handleMouseDown(position: Position, event?: MouseEvent): void;
|
|
13
|
+
handleMouseUp(): void;
|
|
14
|
+
handleMouseEnter(position: Position): void;
|
|
15
|
+
handleClick(position: Position, event?: MouseEvent): void;
|
|
16
|
+
clearSelection(): void;
|
|
17
|
+
setStartPosition(position: Position): void;
|
|
18
|
+
getSelection(): Selection | null;
|
|
19
|
+
getSelectionEndOrStart(): Position;
|
|
20
|
+
findSelectedCell(): Position | null;
|
|
21
|
+
updateSelectionEnd(position: Position): void;
|
|
22
|
+
private startSelection;
|
|
23
|
+
private updateSelection;
|
|
24
|
+
clearSelectedRange(selection: {
|
|
25
|
+
start: {
|
|
26
|
+
row: number;
|
|
27
|
+
col: number;
|
|
28
|
+
};
|
|
29
|
+
end: {
|
|
30
|
+
row: number;
|
|
31
|
+
col: number;
|
|
32
|
+
};
|
|
33
|
+
}): void;
|
|
34
|
+
setCell(position: Position, el: HTMLTableCellElement): void;
|
|
35
|
+
getCell(position: Position): HTMLTableCellElement | null;
|
|
36
|
+
focus(position: Position): void;
|
|
37
|
+
protected buildKey(position: Position): string;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionService, never>;
|
|
39
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SelectionService>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface Cell {
|
|
2
|
+
dataValue: any;
|
|
3
|
+
expressionValue: any;
|
|
4
|
+
}
|
|
5
|
+
export interface CellContext<I = any> {
|
|
6
|
+
item: I;
|
|
7
|
+
name: string;
|
|
8
|
+
position: Position;
|
|
9
|
+
}
|
|
10
|
+
export interface Selection {
|
|
11
|
+
start: Position;
|
|
12
|
+
end: Position;
|
|
13
|
+
}
|
|
14
|
+
export interface Position {
|
|
15
|
+
row: number;
|
|
16
|
+
col: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cell.model';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
|
+
import { Position } from './models/cell.model';
|
|
3
|
+
import { GridService } from './features/grid.service';
|
|
4
|
+
import { NavigationService } from './features/navigation.service';
|
|
5
|
+
import { SelectionService } from './features/selection.service';
|
|
6
|
+
import { ClipboardService } from './features/clipboard.service';
|
|
7
|
+
import { EditorService } from './features/editor.service';
|
|
8
|
+
import { ProtectionService } from './features/protection.service';
|
|
9
|
+
import { SpreadSheetDataService } from './features/data.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class SpreadSheetService {
|
|
12
|
+
readonly config: {
|
|
13
|
+
paste: boolean;
|
|
14
|
+
};
|
|
15
|
+
readonly grid: GridService;
|
|
16
|
+
readonly data: SpreadSheetDataService;
|
|
17
|
+
readonly navigation: NavigationService;
|
|
18
|
+
readonly selection: SelectionService;
|
|
19
|
+
readonly clipboard: ClipboardService;
|
|
20
|
+
readonly editor: EditorService;
|
|
21
|
+
readonly protection: ProtectionService;
|
|
22
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
23
|
+
protected handleKeyDownOnEditing(event: KeyboardEvent): void;
|
|
24
|
+
protected handleKeyDownOnSelecting(event: KeyboardEvent): void;
|
|
25
|
+
protected move(_position: Position, dest: 'top' | 'bottom' | 'left' | 'right', mode: 'edit' | 'select'): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadSheetService, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SpreadSheetService>;
|
|
28
|
+
}
|
|
29
|
+
export declare function provideSpreadSheetService(): Provider[];
|
|
@@ -2,7 +2,7 @@ import { InjectionToken, Injector, Provider, ProviderToken, Signal } from "@angu
|
|
|
2
2
|
import { UIContext } from "./ui.service";
|
|
3
3
|
import { Action } from "@ng-atomic/core";
|
|
4
4
|
export declare function scoped<T extends object, TKey extends keyof T>(source: Signal<T>, path: TKey | [TKey]): Signal<T[TKey]>;
|
|
5
|
-
export declare function injectBreakpoint(): Signal<import("
|
|
5
|
+
export declare function injectBreakpoint(): Signal<import("@ng-atomic/common/services/breakpoint").Breakpoint>;
|
|
6
6
|
export declare function injectIsMobile(): Signal<boolean>;
|
|
7
7
|
export declare enum NavActionId {
|
|
8
8
|
TOGGLE_SIDE_NAV = "[@ng-atomic/common/services/ui] TOGGLE_SIDE_NAV",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import dayjs from 'dayjs';
|
|
3
|
+
export declare const yenTransform: (value: number, _unit?: string) => string;
|
|
4
|
+
export type ExpressionTransformer = (value: string | number | dayjs.Dayjs | any, context?: any) => string;
|
|
5
|
+
export declare const defaultExpressionTransformer: ExpressionTransformer;
|
|
6
|
+
export declare const EXPRESSION_TRANSFORMER: InjectionToken<ExpressionTransformer>;
|
|
7
|
+
export declare function provideExpressionTransformer(useFactory: () => ExpressionTransformer): {
|
|
8
|
+
provide: InjectionToken<ExpressionTransformer>;
|
|
9
|
+
useFactory: () => ExpressionTransformer;
|
|
10
|
+
};
|
|
11
|
+
export declare function injectParentExpressionTransformer(): ExpressionTransformer;
|
|
12
|
+
export declare const smartExpTransformer: ExpressionTransformer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './expression.transformer';
|
package/utils/index.d.ts
CHANGED
package/utils/inject/inject.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ export declare function injectChildRoute$(): Observable<ActivatedRoute>;
|
|
|
40
40
|
export declare function injectChildRoute(): Signal<ActivatedRoute>;
|
|
41
41
|
export declare function injectHasNext$(): Observable<boolean>;
|
|
42
42
|
export declare function injectHasNext(): Signal<boolean>;
|
|
43
|
-
export declare function injectRouterQueryParam
|
|
44
|
-
export declare function injectRouterQueryParam(key: string): Signal<
|
|
43
|
+
export declare function injectRouterQueryParam$<T extends string = string>(key: string): Observable<T>;
|
|
44
|
+
export declare function injectRouterQueryParam<T extends string = string>(key: string): Signal<T>;
|
|
45
45
|
export declare function injectRouteData$<T>(path: string): Observable<T>;
|
|
46
46
|
export declare function injectRouteData<T>(key: string): Signal<T>;
|
|
47
47
|
export declare function injectActivatedComponents(injector?: Injector): any[];
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { importProvidersFrom, NgModule } from "@angular/core";
|
|
2
|
-
import { MatDialogModule } from '@angular/material/dialog';
|
|
3
|
-
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
4
|
-
import { NgAtomicSheetsModule } from "./services/sheets";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./services/sheets/sheets.module";
|
|
7
|
-
export class NgAtomicCommonModule {
|
|
8
|
-
static forRoot() {
|
|
9
|
-
return {
|
|
10
|
-
ngModule: NgAtomicCommonModule,
|
|
11
|
-
providers: [],
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
15
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicCommonModule, imports: [MatDialogModule,
|
|
16
|
-
MatSnackBarModule, i1.NgAtomicSheetsModule] }); }
|
|
17
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicCommonModule, imports: [MatDialogModule,
|
|
18
|
-
MatSnackBarModule,
|
|
19
|
-
NgAtomicSheetsModule.forRoot()] }); }
|
|
20
|
-
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicCommonModule, decorators: [{
|
|
22
|
-
type: NgModule,
|
|
23
|
-
args: [{
|
|
24
|
-
imports: [
|
|
25
|
-
MatDialogModule,
|
|
26
|
-
MatSnackBarModule,
|
|
27
|
-
NgAtomicSheetsModule.forRoot(),
|
|
28
|
-
]
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
export function provideNgAtomicCommon() {
|
|
32
|
-
return importProvidersFrom(NgAtomicCommonModule.forRoot());
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvY29tbW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXdCLG1CQUFtQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDaEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7OztBQVV6RCxNQUFNLE9BQU8sb0JBQW9CO0lBQy9CLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFFBQVEsRUFBRSxvQkFBb0I7WUFDOUIsU0FBUyxFQUFFLEVBQ1Y7U0FDRixDQUFBO0lBQ0gsQ0FBQzs4R0FQVSxvQkFBb0I7K0dBQXBCLG9CQUFvQixZQUw3QixlQUFlO1lBQ2YsaUJBQWlCOytHQUlSLG9CQUFvQixZQUw3QixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLG9CQUFvQixDQUFDLE9BQU8sRUFBRTs7MkZBR3JCLG9CQUFvQjtrQkFQaEMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixpQkFBaUI7d0JBQ2pCLG9CQUFvQixDQUFDLE9BQU8sRUFBRTtxQkFDL0I7aUJBQ0Y7O0FBV0QsTUFBTSxVQUFVLHFCQUFxQjtJQUNuQyxPQUFPLG1CQUFtQixDQUFDLG9CQUFvQixDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7QUFDN0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVudmlyb25tZW50UHJvdmlkZXJzLCBpbXBvcnRQcm92aWRlcnNGcm9tLCBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBNYXREaWFsb2dNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaWFsb2cnO1xuaW1wb3J0IHsgTWF0U25hY2tCYXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zbmFjay1iYXInO1xuaW1wb3J0IHsgTmdBdG9taWNTaGVldHNNb2R1bGUgfSBmcm9tIFwiLi9zZXJ2aWNlcy9zaGVldHNcIjtcblxuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgIE1hdFNuYWNrQmFyTW9kdWxlLFxuICAgIE5nQXRvbWljU2hlZXRzTW9kdWxlLmZvclJvb3QoKSxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBOZ0F0b21pY0NvbW1vbk1vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KCkge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogTmdBdG9taWNDb21tb25Nb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgIF0sXG4gICAgfVxuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBwcm92aWRlTmdBdG9taWNDb21tb24oKTogRW52aXJvbm1lbnRQcm92aWRlcnMge1xuICByZXR1cm4gaW1wb3J0UHJvdmlkZXJzRnJvbShOZ0F0b21pY0NvbW1vbk1vZHVsZS5mb3JSb290KCkpO1xufVxuIl19
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Directive, ElementRef, HostListener, inject, signal } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class FallbackSrcDirective {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.fallbackSrc = signal('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
|
|
6
|
-
this.el = inject((ElementRef));
|
|
7
|
-
}
|
|
8
|
-
onError() {
|
|
9
|
-
const element = this.el.nativeElement;
|
|
10
|
-
element.src = this.fallbackSrc();
|
|
11
|
-
}
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FallbackSrcDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: FallbackSrcDirective, isStandalone: true, selector: "[fallbackSrc]", host: { listeners: { "error": "onError()" } }, ngImport: i0 }); }
|
|
14
|
-
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FallbackSrcDirective, decorators: [{
|
|
16
|
-
type: Directive,
|
|
17
|
-
args: [{
|
|
18
|
-
standalone: true,
|
|
19
|
-
selector: '[fallbackSrc]',
|
|
20
|
-
}]
|
|
21
|
-
}], propDecorators: { onError: [{
|
|
22
|
-
type: HostListener,
|
|
23
|
-
args: ['error']
|
|
24
|
-
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFsbGJhY2stc3JjLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9mYWxsYmFjay1zcmMvZmFsbGJhY2stc3JjLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNcEYsTUFBTSxPQUFPLG9CQUFvQjtJQUpqQztRQUtXLGdCQUFXLEdBQUcsTUFBTSxDQUFDLDRFQUE0RSxDQUFDLENBQUM7UUFDbEcsT0FBRSxHQUFHLE1BQU0sQ0FBQyxDQUFBLFVBQTRCLENBQUEsQ0FBQyxDQUFBO0tBT3BEO0lBSkMsT0FBTztRQUNMLE1BQU0sT0FBTyxHQUFxQixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQztRQUN4RCxPQUFPLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUNuQyxDQUFDOzhHQVJVLG9CQUFvQjtrR0FBcEIsb0JBQW9COzsyRkFBcEIsb0JBQW9CO2tCQUpoQyxTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsZUFBZTtpQkFDMUI7OEJBTUMsT0FBTztzQkFETixZQUFZO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEhvc3RMaXN0ZW5lciwgaW5qZWN0LCBzaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAnW2ZhbGxiYWNrU3JjXScsXG59KVxuZXhwb3J0IGNsYXNzIEZhbGxiYWNrU3JjRGlyZWN0aXZlIHtcbiAgcmVhZG9ubHkgZmFsbGJhY2tTcmMgPSBzaWduYWwoJ2RhdGE6aW1hZ2UvZ2lmO2Jhc2U2NCxSMGxHT0RsaEFRQUJBQUFBQUNINUJBRUtBQUVBTEFBQUFBQUJBQUVBQUFJQ1RBRUFPdz09Jyk7XG4gIHByb3RlY3RlZCBlbCA9IGluamVjdChFbGVtZW50UmVmPEhUTUxJbWFnZUVsZW1lbnQ+KVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2Vycm9yJylcbiAgb25FcnJvcigpIHtcbiAgICBjb25zdCBlbGVtZW50OiBIVE1MSW1hZ2VFbGVtZW50ID0gdGhpcy5lbC5uYXRpdmVFbGVtZW50O1xuICAgIGVsZW1lbnQuc3JjID0gdGhpcy5mYWxsYmFja1NyYygpO1xuICB9XG59Il19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './fallback-src.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbW1vbi9zcmMvbGliL2RpcmVjdGl2ZXMvZmFsbGJhY2stc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZhbGxiYWNrLXNyYy5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbW1vbi1kaXJlY3RpdmVzLWZhbGxiYWNrLXNyYy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9mYWxsYmFjay1zcmMvbmctYXRvbWljLWNvbW1vbi1kaXJlY3RpdmVzLWZhbGxiYWNrLXNyYy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './ios-safari-scroll-buggyfill.directive';
|
|
2
|
-
export * from './ios-safari-scroll-buggyfill.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbW1vbi9zcmMvbGliL2RpcmVjdGl2ZXMvaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyxzQ0FBc0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2lvcy1zYWZhcmktc2Nyb2xsLWJ1Z2d5ZmlsbC5tb2R1bGUnOyJdfQ==
|
package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Directive, HostListener } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IosSafariScrollBuggyfillDirective {
|
|
4
|
-
ngAfterViewInit() {
|
|
5
|
-
// this.el.nativeElement.addEventListener('touchmove', (e: Event) => {
|
|
6
|
-
// e.preventDefault();
|
|
7
|
-
// }, {passive: false});
|
|
8
|
-
}
|
|
9
|
-
onTouchmove(event) {
|
|
10
|
-
event.preventDefault();
|
|
11
|
-
}
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.1.2", type: IosSafariScrollBuggyfillDirective, selector: "[iosSafariScrollBuggyfill]", host: { listeners: { "touchmove": "onTouchmove($event)" } }, ngImport: i0 }); }
|
|
14
|
-
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillDirective, decorators: [{
|
|
16
|
-
type: Directive,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: '[iosSafariScrollBuggyfill]'
|
|
19
|
-
}]
|
|
20
|
-
}], propDecorators: { onTouchmove: [{
|
|
21
|
-
type: HostListener,
|
|
22
|
-
args: ['touchmove', ['$event']]
|
|
23
|
-
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9pb3Mtc2FmYXJpLXNjcm9sbC1idWdneWZpbGwvaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3ZFLE1BQU0sT0FBTyxpQ0FBaUM7SUFFNUMsZUFBZTtRQUNiLHNFQUFzRTtRQUN0RSx3QkFBd0I7UUFDeEIsd0JBQXdCO0lBQzFCLENBQUM7SUFHRCxXQUFXLENBQUMsS0FBWTtRQUN0QixLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7SUFDekIsQ0FBQzs4R0FYVSxpQ0FBaUM7a0dBQWpDLGlDQUFpQzs7MkZBQWpDLGlDQUFpQztrQkFIN0MsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNEJBQTRCO2lCQUN2Qzs4QkFVQyxXQUFXO3NCQURWLFlBQVk7dUJBQUMsV0FBVyxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2lvc1NhZmFyaVNjcm9sbEJ1Z2d5ZmlsbF0nXG59KVxuZXhwb3J0IGNsYXNzIElvc1NhZmFyaVNjcm9sbEJ1Z2d5ZmlsbERpcmVjdGl2ZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAvLyB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcigndG91Y2htb3ZlJywgKGU6IEV2ZW50KSA9PiB7XG4gICAgLy8gICBlLnByZXZlbnREZWZhdWx0KCk7XG4gICAgLy8gfSwge3Bhc3NpdmU6IGZhbHNlfSk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCd0b3VjaG1vdmUnLCBbJyRldmVudCddKVxuICBvblRvdWNobW92ZShldmVudDogRXZlbnQpIHtcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICB9XG5cbn1cbiJdfQ==
|
package/esm2022/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { IosSafariScrollBuggyfillDirective } from './ios-safari-scroll-buggyfill.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class IosSafariScrollBuggyfillModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillModule, declarations: [IosSafariScrollBuggyfillDirective], imports: [CommonModule], exports: [IosSafariScrollBuggyfillDirective] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: IosSafariScrollBuggyfillModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
IosSafariScrollBuggyfillDirective,
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
IosSafariScrollBuggyfillDirective,
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9pb3Mtc2FmYXJpLXNjcm9sbC1idWdneWZpbGwvaW9zLXNhZmFyaS1zY3JvbGwtYnVnZ3lmaWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQzs7QUFlNUYsTUFBTSxPQUFPLDhCQUE4Qjs4R0FBOUIsOEJBQThCOytHQUE5Qiw4QkFBOEIsaUJBVHZDLGlDQUFpQyxhQUdqQyxZQUFZLGFBR1osaUNBQWlDOytHQUd4Qiw4QkFBOEIsWUFOdkMsWUFBWTs7MkZBTUgsOEJBQThCO2tCQVgxQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxpQ0FBaUM7cUJBQ2xDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBJb3NTYWZhcmlTY3JvbGxCdWdneWZpbGxEaXJlY3RpdmUgfSBmcm9tICcuL2lvcy1zYWZhcmktc2Nyb2xsLWJ1Z2d5ZmlsbC5kaXJlY3RpdmUnO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgSW9zU2FmYXJpU2Nyb2xsQnVnZ3lmaWxsRGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSW9zU2FmYXJpU2Nyb2xsQnVnZ3lmaWxsRGlyZWN0aXZlLFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIElvc1NhZmFyaVNjcm9sbEJ1Z2d5ZmlsbE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbW1vbi1kaXJlY3RpdmVzLWlvcy1zYWZhcmktc2Nyb2xsLWJ1Z2d5ZmlsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tbW9uL3NyYy9saWIvZGlyZWN0aXZlcy9pb3Mtc2FmYXJpLXNjcm9sbC1idWdneWZpbGwvbmctYXRvbWljLWNvbW1vbi1kaXJlY3RpdmVzLWlvcy1zYWZhcmktc2Nyb2xsLWJ1Z2d5ZmlsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
package/esm2022/index.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './common.module';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbW1vbi9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbW1vbi5tb2R1bGUnO1xuIl19
|