@ngx-smz/core 19.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/README.md +63 -0
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs +422 -0
- package/fesm2022/ngx-smz-core-src-lib-modules-prime-overlaypanel.mjs.map +1 -0
- package/fesm2022/ngx-smz-core.mjs +55996 -0
- package/fesm2022/ngx-smz-core.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/builders/common/base-ui-definition-builder.d.ts +17 -0
- package/lib/builders/common/smz-builder-utilities.d.ts +79 -0
- package/lib/builders/common/utils.d.ts +15 -0
- package/lib/builders/smz-cards/column-builder.d.ts +56 -0
- package/lib/builders/smz-cards/menu-builder.d.ts +35 -0
- package/lib/builders/smz-cards/source-builder.d.ts +22 -0
- package/lib/builders/smz-cards/state-builder.d.ts +44 -0
- package/lib/builders/smz-cards/template-builder.d.ts +32 -0
- package/lib/builders/smz-cards/types/base-card-type.builder.d.ts +9 -0
- package/lib/builders/smz-cards/types/flip-card-builder.d.ts +47 -0
- package/lib/builders/smz-cards/types/image-with-details-builder.d.ts +18 -0
- package/lib/builders/smz-cards/types/info-a-builder.d.ts +21 -0
- package/lib/builders/smz-cards/types/raw-builder.d.ts +13 -0
- package/lib/builders/smz-charts/base-chart-builder.d.ts +21 -0
- package/lib/builders/smz-charts/linear-chart-builder.d.ts +27 -0
- package/lib/builders/smz-charts/models/axis-overflow-direction.d.ts +5 -0
- package/lib/builders/smz-charts/models/axis-overflow-type.d.ts +4 -0
- package/lib/builders/smz-charts/models/axis-position.d.ts +7 -0
- package/lib/builders/smz-charts/models/chart-type.d.ts +13 -0
- package/lib/builders/smz-charts/models/color-pallete.d.ts +65 -0
- package/lib/builders/smz-charts/models/color-selector.d.ts +67 -0
- package/lib/builders/smz-charts/models/dataset-type.d.ts +4 -0
- package/lib/builders/smz-charts/models/grouping-type.d.ts +8 -0
- package/lib/builders/smz-charts/public-api.d.ts +9 -0
- package/lib/builders/smz-charts/radial-chart-builder.d.ts +15 -0
- package/lib/builders/smz-charts/secondary/cartesian-scale-builder.d.ts +18 -0
- package/lib/builders/smz-charts/secondary/cartesian-title-builder.d.ts +11 -0
- package/lib/builders/smz-charts/secondary/dataset-builder.d.ts +6 -0
- package/lib/builders/smz-charts/secondary/histogram-data-builder.d.ts +10 -0
- package/lib/builders/smz-charts/secondary/legend-builder.d.ts +11 -0
- package/lib/builders/smz-charts/secondary/linear-category-data-builder.d.ts +12 -0
- package/lib/builders/smz-charts/secondary/linear-dataset-builder.d.ts +19 -0
- package/lib/builders/smz-charts/secondary/linear-date-data-builder.d.ts +19 -0
- package/lib/builders/smz-charts/secondary/radial-data-builder.d.ts +14 -0
- package/lib/builders/smz-charts/secondary/title-builder.d.ts +13 -0
- package/lib/builders/smz-charts/secondary/tooltip-builder.d.ts +13 -0
- package/lib/builders/smz-comments/comments-builder.d.ts +11 -0
- package/lib/builders/smz-dialogs/dialog-builder.d.ts +83 -0
- package/lib/builders/smz-dialogs/dialog-buttons-builder.d.ts +98 -0
- package/lib/builders/smz-dialogs/dialog-input-conversion.d.ts +70 -0
- package/lib/builders/smz-dialogs/dialog-overlay-panel-builder.d.ts +26 -0
- package/lib/builders/smz-dialogs/dialog-ui-definition-builder.d.ts +9 -0
- package/lib/builders/smz-documents/content-cells/chart.d.ts +19 -0
- package/lib/builders/smz-documents/content-cells/component.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/divider.d.ts +14 -0
- package/lib/builders/smz-documents/content-cells/field.d.ts +26 -0
- package/lib/builders/smz-documents/content-cells/fields-group.d.ts +39 -0
- package/lib/builders/smz-documents/content-cells/hidden-break.d.ts +16 -0
- package/lib/builders/smz-documents/content-cells/image.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/page-break.d.ts +13 -0
- package/lib/builders/smz-documents/content-cells/spacer.d.ts +15 -0
- package/lib/builders/smz-documents/content-cells/sub-title.d.ts +20 -0
- package/lib/builders/smz-documents/content-cells/table.d.ts +37 -0
- package/lib/builders/smz-documents/content-cells/title.d.ts +20 -0
- package/lib/builders/smz-documents/document-base-cell.d.ts +19 -0
- package/lib/builders/smz-documents/document-builder.d.ts +42 -0
- package/lib/builders/smz-documents/document-content.d.ts +49 -0
- package/lib/builders/smz-documents/document-viewer.d.ts +17 -0
- package/lib/builders/smz-easy-tables/column-builder.d.ts +52 -0
- package/lib/builders/smz-easy-tables/menu-builder.d.ts +33 -0
- package/lib/builders/smz-easy-tables/optimizations-builder.d.ts +10 -0
- package/lib/builders/smz-easy-tables/paginator-builder.d.ts +9 -0
- package/lib/builders/smz-easy-tables/state-builder.d.ts +26 -0
- package/lib/builders/smz-excels/excels-builder.d.ts +20 -0
- package/lib/builders/smz-excels/excels-sheets.d.ts +14 -0
- package/lib/builders/smz-excels/excels-styles.d.ts +12 -0
- package/lib/builders/smz-excels/excels-table-base-column-content.d.ts +59 -0
- package/lib/builders/smz-excels/excels-table-columns.d.ts +21 -0
- package/lib/builders/smz-excels/excels-tables.d.ts +15 -0
- package/lib/builders/smz-forms/form-builder.d.ts +33 -0
- package/lib/builders/smz-forms/form-group-builder.d.ts +414 -0
- package/lib/builders/smz-forms/form-ui-definition-builder.d.ts +9 -0
- package/lib/builders/smz-gauge/gauge-builder.d.ts +188 -0
- package/lib/builders/smz-login/state-builder.d.ts +24 -0
- package/lib/builders/smz-menu/generic-menu-builder.d.ts +31 -0
- package/lib/builders/smz-menu/menu-builder.d.ts +29 -0
- package/lib/builders/smz-menu/menu-creation-builder.d.ts +26 -0
- package/lib/builders/smz-multi-tables/state-builder.d.ts +12 -0
- package/lib/builders/smz-multi-tables/tab-builder.d.ts +20 -0
- package/lib/builders/smz-multi-tables/tab-header-builder.d.ts +15 -0
- package/lib/builders/smz-svgs/svg-base-feature.d.ts +28 -0
- package/lib/builders/smz-svgs/svg-builder.d.ts +27 -0
- package/lib/builders/smz-svgs/svg-dispatch.d.ts +11 -0
- package/lib/builders/smz-svgs/svg-feature.d.ts +13 -0
- package/lib/builders/smz-svgs/svg-features.d.ts +26 -0
- package/lib/builders/smz-svgs/svg-world-coordinates.d.ts +12 -0
- package/lib/builders/smz-tables/batch-menu-builder.d.ts +26 -0
- package/lib/builders/smz-tables/caption-buttons-builder.d.ts +23 -0
- package/lib/builders/smz-tables/column-builder.d.ts +101 -0
- package/lib/builders/smz-tables/column-content-action-builder.d.ts +25 -0
- package/lib/builders/smz-tables/column-header-action-builder.d.ts +25 -0
- package/lib/builders/smz-tables/editable-builder.d.ts +74 -0
- package/lib/builders/smz-tables/excel-builder.d.ts +16 -0
- package/lib/builders/smz-tables/menu-builder.d.ts +36 -0
- package/lib/builders/smz-tables/state-builder-functions.d.ts +6 -0
- package/lib/builders/smz-tables/state-builder.d.ts +121 -0
- package/lib/builders/smz-tables/viewport.d.ts +15 -0
- package/lib/builders/smz-timeline/menu-builder.d.ts +35 -0
- package/lib/builders/smz-timeline/source-builder.d.ts +20 -0
- package/lib/builders/smz-timeline/state-builder.d.ts +24 -0
- package/lib/builders/smz-timeline/template-builder.d.ts +26 -0
- package/lib/builders/smz-tree-with-details/state-builder.d.ts +19 -0
- package/lib/builders/smz-trees/data-source-tree-builder.d.ts +17 -0
- package/lib/builders/smz-trees/nested-data-source-tree-builder.d.ts +47 -0
- package/lib/builders/smz-trees/property-based-data-source-tree-builder.d.ts +29 -0
- package/lib/builders/smz-trees/tree-builder.d.ts +122 -0
- package/lib/builders/smz-trees/tree-nodes-utility-builder.d.ts +28 -0
- package/lib/builders/smz-ui/authentication-builder.d.ts +16 -0
- package/lib/builders/smz-ui/authentication-login-builder.d.ts +29 -0
- package/lib/builders/smz-ui/authorization-builder.d.ts +27 -0
- package/lib/builders/smz-ui/crud-claims-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-roles-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-tenant-builder.d.ts +16 -0
- package/lib/builders/smz-ui/crud-users-builder.d.ts +25 -0
- package/lib/builders/smz-ui/database-state-builder.d.ts +15 -0
- package/lib/builders/smz-ui/errors-page-builder.d.ts +26 -0
- package/lib/builders/smz-ui/feature-state-builder.d.ts +15 -0
- package/lib/builders/smz-ui/http-behaviors-builder.d.ts +9 -0
- package/lib/builders/smz-ui/layouts-builder.d.ts +14 -0
- package/lib/builders/smz-ui/localization-builder.d.ts +12 -0
- package/lib/builders/smz-ui/notifications-builder.d.ts +19 -0
- package/lib/builders/smz-ui/states-builder.d.ts +14 -0
- package/lib/builders/smz-ui/tables-builder.d.ts +11 -0
- package/lib/builders/smz-ui/ui-builder.d.ts +39 -0
- package/lib/builders/smz-ui-guides/base-styles-builder.d.ts +13 -0
- package/lib/builders/smz-ui-guides/custom-styles-builder.d.ts +25 -0
- package/lib/builders/smz-ui-guides/default-step-builder.d.ts +17 -0
- package/lib/builders/smz-ui-guides/step-builder.d.ts +23 -0
- package/lib/builders/smz-ui-guides/step-overrides-builder.d.ts +17 -0
- package/lib/builders/smz-ui-guides/ui-guides-builder.d.ts +22 -0
- package/lib/common/data-pipes/data-pipes.module.d.ts +26 -0
- package/lib/common/data-pipes/pipes/as.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/calendar.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/clone.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-any.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-array.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/describe-simple-named.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/filter-by.d.ts +8 -0
- package/lib/common/data-pipes/pipes/first-or-default.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/get-data.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/initial.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/join.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/pipe-helpers.d.ts +15 -0
- package/lib/common/data-pipes/pipes/pretty-json.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/safe-url.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/selector.pipe.d.ts +10 -0
- package/lib/common/data-pipes/pipes/server-path.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/shorten.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/simple-calendar.pipe.d.ts +9 -0
- package/lib/common/data-pipes/pipes/state-builder.pipe.d.ts +7 -0
- package/lib/common/data-pipes/pipes/tail.pipe.d.ts +8 -0
- package/lib/common/data-pipes/pipes/unique-filter.pipe.d.ts +9 -0
- package/lib/common/directives/action-dispatch/action-dispatch.directive.d.ts +16 -0
- package/lib/common/directives/action-dispatch/action-dispatch.module.d.ts +7 -0
- package/lib/common/directives/custom-ng-for/custom-ng-for.directive.d.ts +16 -0
- package/lib/common/directives/input-text/input-text.directive.d.ts +23 -0
- package/lib/common/directives/ng-clone/ng-clone.directive.d.ts +12 -0
- package/lib/common/directives/ng-clone/ng-clone.module.d.ts +7 -0
- package/lib/common/directives/ng-if-landscape/ng-if-landscape.directive.d.ts +19 -0
- package/lib/common/directives/ng-if-portrait/ng-if-portrait.directive.d.ts +19 -0
- package/lib/common/directives/ng-var/ng-var.directive.d.ts +34 -0
- package/lib/common/directives/ng-var/ng-var.module.d.ts +7 -0
- package/lib/common/directives/responsive-breakpoints/responsive-breakpoints.directive.d.ts +24 -0
- package/lib/common/directives/safe-image/safe-image.directive.d.ts +19 -0
- package/lib/common/directives/server-image/server-image-to-base64.directive.d.ts +34 -0
- package/lib/common/directives/server-image/server-image.directive.d.ts +33 -0
- package/lib/common/directives/tooltip-touch-support/tooltip-touch-support.directive.d.ts +14 -0
- package/lib/common/directives/tooltip-touch-support/tooltip-touch-support.module.d.ts +7 -0
- package/lib/common/input-detection/input-detection.directive.d.ts +16 -0
- package/lib/common/input-detection/input-detection.module.d.ts +7 -0
- package/lib/common/is-visible-pipe/is-visible.pipe.d.ts +16 -0
- package/lib/common/menu-item-actions/menu-item-actions.directive.d.ts +16 -0
- package/lib/common/menu-item-actions/menu-item-actions.module.d.ts +7 -0
- package/lib/common/merge-clone-pipe/merge-clone.pipe.d.ts +15 -0
- package/lib/common/models/simple-named-entity.d.ts +17 -0
- package/lib/common/models/templates.d.ts +71 -0
- package/lib/common/modules/inject-content/generic-inject-component.directive.d.ts +18 -0
- package/lib/common/modules/inject-content/inject-component.directive.d.ts +19 -0
- package/lib/common/modules/inject-content/inject-component.service.d.ts +13 -0
- package/lib/common/modules/inject-content/inject-content.directive.d.ts +26 -0
- package/lib/common/modules/inject-content/inject-content.module.d.ts +10 -0
- package/lib/common/modules/inject-content/inject-content.service.d.ts +11 -0
- package/lib/common/modules/inject-content/models/inject-content.model.d.ts +8 -0
- package/lib/common/modules/inject-content/models/injectable-dialog-component.interface.d.ts +4 -0
- package/lib/common/modules/inject-content/models/injectable.model.d.ts +32 -0
- package/lib/common/modules/inject-content/public-api.d.ts +10 -0
- package/lib/common/modules/inject-content/standalone-inject-component.directive.d.ts +18 -0
- package/lib/common/pipes/group-by.pipe.d.ts +12 -0
- package/lib/common/pipes/safe-html.pipe.d.ts +22 -0
- package/lib/common/pipes/templates.pipe.d.ts +15 -0
- package/lib/common/services/global-injector.d.ts +11 -0
- package/lib/common/services/prime-config.service.d.ts +13 -0
- package/lib/common/services/registry-smz-ui-configuration.d.ts +2 -0
- package/lib/common/services/smz-clipboard.service.d.ts +13 -0
- package/lib/common/stop-click-propagation/click-stop-propagation.directive.d.ts +6 -0
- package/lib/common/stop-click-propagation/click-stop-propagation.module.d.ts +8 -0
- package/lib/common/table-item-actions/table-item-actions.directive.d.ts +15 -0
- package/lib/common/table-item-actions/table-item-actions.module.d.ts +7 -0
- package/lib/common/url-checker/url-checker.pipe.d.ts +15 -0
- package/lib/common/utils/base64-helper.d.ts +3 -0
- package/lib/common/utils/custom-validations.d.ts +9 -0
- package/lib/common/utils/deep-merge.d.ts +14 -0
- package/lib/common/utils/guid-generator.d.ts +1 -0
- package/lib/common/utils/pretty-json.d.ts +12 -0
- package/lib/common/utils/search-helper.d.ts +2 -0
- package/lib/common/utils/store-utils.d.ts +5 -0
- package/lib/common/utils/utils.d.ts +86 -0
- package/lib/config/config.d.ts +16 -0
- package/lib/config/index.d.ts +2 -0
- package/lib/config/provide.d.ts +4 -0
- package/lib/modules/prime/overlaypanel/overlaypanel.d.ts +77 -0
- package/lib/modules/prime/table/table.d.ts +862 -0
- package/lib/modules/rbk-utils/auth/auth.guard.d.ts +10 -0
- package/lib/modules/rbk-utils/auth/auth.handler.d.ts +16 -0
- package/lib/modules/rbk-utils/auth/auth.interceptor.d.ts +17 -0
- package/lib/modules/rbk-utils/auth/auth.service.d.ts +24 -0
- package/lib/modules/rbk-utils/auth/guards/access-control.module.d.ts +10 -0
- package/lib/modules/rbk-utils/auth/guards/can-access-any.pipe.d.ts +11 -0
- package/lib/modules/rbk-utils/auth/guards/can-access-if.directive.d.ts +12 -0
- package/lib/modules/rbk-utils/auth/guards/can-access.pipe.d.ts +11 -0
- package/lib/modules/rbk-utils/auth/models.d.ts +5 -0
- package/lib/modules/rbk-utils/error-handler/diagnostic.service.d.ts +18 -0
- package/lib/modules/rbk-utils/error-handler/diagnostics-data.d.ts +18 -0
- package/lib/modules/rbk-utils/error-handler/error.handler.d.ts +20 -0
- package/lib/modules/rbk-utils/error-handler/error.interceptor.d.ts +14 -0
- package/lib/modules/rbk-utils/error-handler/global-error.interceptor.d.ts +14 -0
- package/lib/modules/rbk-utils/http/base-api.service.d.ts +31 -0
- package/lib/modules/rbk-utils/http/global.pending.interceptor.d.ts +13 -0
- package/lib/modules/rbk-utils/http/local.pending.interceptor.d.ts +11 -0
- package/lib/modules/rbk-utils/misc/boilerplate.service.d.ts +16 -0
- package/lib/modules/rbk-utils/misc/breadcrum.service.d.ts +9 -0
- package/lib/modules/rbk-utils/misc/title.service.d.ts +17 -0
- package/lib/modules/rbk-utils/misc/toast.service.d.ts +15 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils-initialization.d.ts +11 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils.config.d.ts +197 -0
- package/lib/modules/rbk-utils/ngx-rbk-utils.module.d.ts +11 -0
- package/lib/modules/rbk-utils/pipes/rbk-pipes.module.d.ts +8 -0
- package/lib/modules/rbk-utils/pipes/rbk-safe-html.pipe.d.ts +10 -0
- package/lib/modules/rbk-utils/public-api.d.ts +27 -0
- package/lib/modules/rbk-utils/ui/input-clear-extension.directive.d.ts +17 -0
- package/lib/modules/rbk-utils/ui/table-clear-extension.directive.d.ts +11 -0
- package/lib/modules/rbk-utils/ui/table-clear-extions.module.d.ts +9 -0
- package/lib/modules/rbk-utils/utils/can-access.d.ts +14 -0
- package/lib/modules/rbk-utils/utils/operators.d.ts +2 -0
- package/lib/modules/rbk-utils/utils/reusable-route.d.ts +20 -0
- package/lib/modules/rbk-utils/utils/state/database-state.guard.d.ts +11 -0
- package/lib/modules/rbk-utils/utils/state/feature-state.guard.d.ts +11 -0
- package/lib/modules/rbk-utils/utils/utils.d.ts +12 -0
- package/lib/modules/smz-access/models/activate-user.d.ts +3 -0
- package/lib/modules/smz-access/models/add-claims-override.d.ts +6 -0
- package/lib/modules/smz-access/models/auth-claim-definitions.d.ts +10 -0
- package/lib/modules/smz-access/models/base-user-data.d.ts +8 -0
- package/lib/modules/smz-access/models/change-password.d.ts +5 -0
- package/lib/modules/smz-access/models/claim-access-type.d.ts +9 -0
- package/lib/modules/smz-access/models/claim-details.d.ts +6 -0
- package/lib/modules/smz-access/models/claim-override.d.ts +8 -0
- package/lib/modules/smz-access/models/create-claim.d.ts +4 -0
- package/lib/modules/smz-access/models/create-role.d.ts +3 -0
- package/lib/modules/smz-access/models/create-tenant-admin-user.d.ts +6 -0
- package/lib/modules/smz-access/models/create-tenant.d.ts +7 -0
- package/lib/modules/smz-access/models/create-user.d.ts +12 -0
- package/lib/modules/smz-access/models/deativate-user.d.ts +3 -0
- package/lib/modules/smz-access/models/delete-user.d.ts +3 -0
- package/lib/modules/smz-access/models/jwt-response.d.ts +4 -0
- package/lib/modules/smz-access/models/protect-claim.d.ts +3 -0
- package/lib/modules/smz-access/models/redefine-password.d.ts +4 -0
- package/lib/modules/smz-access/models/register.d.ts +11 -0
- package/lib/modules/smz-access/models/remove-claims-override.d.ts +4 -0
- package/lib/modules/smz-access/models/rename-role.d.ts +4 -0
- package/lib/modules/smz-access/models/replace-user-roles.d.ts +4 -0
- package/lib/modules/smz-access/models/request-password-reset.d.ts +4 -0
- package/lib/modules/smz-access/models/resend-email-confirmation.d.ts +3 -0
- package/lib/modules/smz-access/models/role-mode.d.ts +9 -0
- package/lib/modules/smz-access/models/role-source.d.ts +9 -0
- package/lib/modules/smz-access/models/roles-details.d.ts +8 -0
- package/lib/modules/smz-access/models/switch-tenant.d.ts +3 -0
- package/lib/modules/smz-access/models/tenant-details.d.ts +5 -0
- package/lib/modules/smz-access/models/unprotect-claim.d.ts +3 -0
- package/lib/modules/smz-access/models/update-claim.d.ts +4 -0
- package/lib/modules/smz-access/models/update-role-claims.d.ts +4 -0
- package/lib/modules/smz-access/models/update-tenant.d.ts +5 -0
- package/lib/modules/smz-access/models/user-data.d.ts +9 -0
- package/lib/modules/smz-access/models/user-details.d.ts +24 -0
- package/lib/modules/smz-access/modules/claims/claims.module.d.ts +12 -0
- package/lib/modules/smz-access/modules/claims/features/claims-page/claims-page.component.d.ts +20 -0
- package/lib/modules/smz-access/modules/claims/functions/create-claim-dialog.d.ts +3 -0
- package/lib/modules/smz-access/modules/claims/functions/update-claim-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/features/roles-page/roles-page.component.d.ts +22 -0
- package/lib/modules/smz-access/modules/roles/functions/create-role-dialog.d.ts +3 -0
- package/lib/modules/smz-access/modules/roles/functions/show-role-claims-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/roles/functions/update-role-claims-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/functions/update-role-dialog.d.ts +4 -0
- package/lib/modules/smz-access/modules/roles/roles.module.d.ts +14 -0
- package/lib/modules/smz-access/modules/tenants/features/tenants-page/tenants-page.component.d.ts +18 -0
- package/lib/modules/smz-access/modules/tenants/functions/create-tenant-dialog.d.ts +1 -0
- package/lib/modules/smz-access/modules/tenants/functions/update-tenant-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/tenants/tenants.module.d.ts +12 -0
- package/lib/modules/smz-access/modules/users/components/user-claims/user-claims.component.d.ts +29 -0
- package/lib/modules/smz-access/modules/users/containers/users/users-page.component.d.ts +25 -0
- package/lib/modules/smz-access/modules/users/dialogs/show-set-user-role-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/dialogs/show-set-user-roles-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/dialogs/update-user-claims-dialog.d.ts +2 -0
- package/lib/modules/smz-access/modules/users/models/smz-authorization-user-state.d.ts +21 -0
- package/lib/modules/smz-access/modules/users/tables/deactivated-users-table-state.d.ts +3 -0
- package/lib/modules/smz-access/modules/users/tables/users-table-state.d.ts +3 -0
- package/lib/modules/smz-access/modules/users/users.module.d.ts +22 -0
- package/lib/modules/smz-access/public-api.d.ts +57 -0
- package/lib/modules/smz-access/routes.d.ts +9 -0
- package/lib/modules/smz-access/services/authentication.service.d.ts +40 -0
- package/lib/modules/smz-access/services/authorization.service.d.ts +46 -0
- package/lib/modules/smz-access/state/claims/claims.actions.d.ts +37 -0
- package/lib/modules/smz-access/state/claims/claims.selectors.d.ts +7 -0
- package/lib/modules/smz-access/state/claims/claims.state.d.ts +24 -0
- package/lib/modules/smz-access/state/roles/roles.actions.d.ts +31 -0
- package/lib/modules/smz-access/state/roles/roles.selectors.d.ts +6 -0
- package/lib/modules/smz-access/state/roles/roles.state.d.ts +23 -0
- package/lib/modules/smz-access/state/state-parameters.d.ts +7 -0
- package/lib/modules/smz-access/state/tenants/tenants.actions.d.ts +25 -0
- package/lib/modules/smz-access/state/tenants/tenants.selectors.d.ts +10 -0
- package/lib/modules/smz-access/state/tenants/tenants.state.d.ts +22 -0
- package/lib/modules/smz-access/state/users/users.actions.d.ts +80 -0
- package/lib/modules/smz-access/state/users/users.selectors.d.ts +8 -0
- package/lib/modules/smz-access/state/users/users.state.d.ts +34 -0
- package/lib/modules/smz-cards/components/contents/image/image-content.component.d.ts +11 -0
- package/lib/modules/smz-cards/components/contents/text/text-content.component.d.ts +11 -0
- package/lib/modules/smz-cards/components/grid-item/grid-item.component.d.ts +18 -0
- package/lib/modules/smz-cards/components/list-item/list-item.component.d.ts +18 -0
- package/lib/modules/smz-cards/components/types/flip-card/flip-card-type.component.d.ts +23 -0
- package/lib/modules/smz-cards/components/types/image-with-details/image-with-details-type.component.d.ts +22 -0
- package/lib/modules/smz-cards/components/types/info-a/info-a-type.component.d.ts +19 -0
- package/lib/modules/smz-cards/components/types/raw/raw-type.component.d.ts +18 -0
- package/lib/modules/smz-cards/directives/button-actions.directive.d.ts +16 -0
- package/lib/modules/smz-cards/directives/content-selector.directive.d.ts +19 -0
- package/lib/modules/smz-cards/directives/img-placeholder.directive.d.ts +10 -0
- package/lib/modules/smz-cards/directives/inject-component.directive.d.ts +18 -0
- package/lib/modules/smz-cards/features/smz-cards/smz-cards.component.d.ts +25 -0
- package/lib/modules/smz-cards/models/contexts/smz-base-context.d.ts +8 -0
- package/lib/modules/smz-cards/models/contexts/smz-flip-card-context.d.ts +38 -0
- package/lib/modules/smz-cards/models/smz-cards-component.d.ts +16 -0
- package/lib/modules/smz-cards/models/smz-cards-contents.d.ts +50 -0
- package/lib/modules/smz-cards/models/smz-cards-state.d.ts +69 -0
- package/lib/modules/smz-cards/models/smz-cards-templates.d.ts +74 -0
- package/lib/modules/smz-cards/models/smz-cards-types.d.ts +4 -0
- package/lib/modules/smz-cards/pipes/card-content.pipe.d.ts +9 -0
- package/lib/modules/smz-cards/pipes/reset-context.pipe.d.ts +8 -0
- package/lib/modules/smz-cards/pipes/transform-content.pipe.d.ts +8 -0
- package/lib/modules/smz-cards/public-api.d.ts +9 -0
- package/lib/modules/smz-cards/smz-cards.module.d.ts +39 -0
- package/lib/modules/smz-charts/features/chart/chart.component.d.ts +36 -0
- package/lib/modules/smz-charts/models/chart-click-event.d.ts +6 -0
- package/lib/modules/smz-charts/models/chart.d.ts +6 -0
- package/lib/modules/smz-charts/ngx-smz-charts.module.d.ts +8 -0
- package/lib/modules/smz-charts/public-api.d.ts +4 -0
- package/lib/modules/smz-comments/features/smz-comments/mentionable-textarea.component.d.ts +14 -0
- package/lib/modules/smz-comments/features/smz-comments/smz-comments.component.d.ts +40 -0
- package/lib/modules/smz-comments/features/smz-comments-section/smz-comments-section.component.d.ts +21 -0
- package/lib/modules/smz-comments/functions/comments.dialogs.d.ts +6 -0
- package/lib/modules/smz-comments/functions/comments.forms.d.ts +7 -0
- package/lib/modules/smz-comments/models/comments-details.d.ts +5 -0
- package/lib/modules/smz-comments/models/create-comment.d.ts +5 -0
- package/lib/modules/smz-comments/models/smz-comments-state.d.ts +19 -0
- package/lib/modules/smz-comments/public-api.d.ts +5 -0
- package/lib/modules/smz-comments/smz-comments.module.d.ts +18 -0
- package/lib/modules/smz-data-info/public-api.d.ts +2 -0
- package/lib/modules/smz-data-info/smz-data-info.component.d.ts +21 -0
- package/lib/modules/smz-data-info/smz-data-info.module.d.ts +10 -0
- package/lib/modules/smz-dialogs/decorators/confirmable.decorator.d.ts +16 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dialog-overlay-panel.d.ts +17 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dialogservice.d.ts +17 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-config.d.ts +30 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-injector.d.ts +8 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog-ref.d.ts +11 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialog.d.ts +88 -0
- package/lib/modules/smz-dialogs/dynamicdialog/dynamicdialogcontent.d.ts +14 -0
- package/lib/modules/smz-dialogs/dynamicdialog/public_api.d.ts +6 -0
- package/lib/modules/smz-dialogs/features/dialog-content-manager/dialog-content-manager.component.d.ts +14 -0
- package/lib/modules/smz-dialogs/features/dialog-footer/dialog-footer.component.d.ts +46 -0
- package/lib/modules/smz-dialogs/features/document-content/document-content.component.d.ts +10 -0
- package/lib/modules/smz-dialogs/features/guide-footer/guide-footer.component.d.ts +13 -0
- package/lib/modules/smz-dialogs/features/html-content/html-content.component.d.ts +7 -0
- package/lib/modules/smz-dialogs/features/markdown-content/markdown-content.component.d.ts +7 -0
- package/lib/modules/smz-dialogs/features/message-content/message-content.component.d.ts +10 -0
- package/lib/modules/smz-dialogs/features/message-from-observable-content/message-from-observable-content.component.d.ts +8 -0
- package/lib/modules/smz-dialogs/features/table-content/table-content.component.d.ts +11 -0
- package/lib/modules/smz-dialogs/models/smz-dialog-helpers.d.ts +2 -0
- package/lib/modules/smz-dialogs/models/smz-dialogs.d.ts +206 -0
- package/lib/modules/smz-dialogs/models/smz-presets.d.ts +13 -0
- package/lib/modules/smz-dialogs/public-api.d.ts +13 -0
- package/lib/modules/smz-dialogs/services/help-dialog.service.d.ts +11 -0
- package/lib/modules/smz-dialogs/services/smz-dialogs-visibility.service.d.ts +28 -0
- package/lib/modules/smz-dialogs/services/smz-dialogs.service.d.ts +34 -0
- package/lib/modules/smz-dialogs/services/smz-features.service.d.ts +8 -0
- package/lib/modules/smz-dialogs/smz-dialogs.config.d.ts +29 -0
- package/lib/modules/smz-dialogs/smz-dialogs.module.d.ts +40 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialog-crud-state.service.d.ts +8 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialogs.actions.d.ts +57 -0
- package/lib/modules/smz-dialogs/state/dialogs/dialogs.state.d.ts +22 -0
- package/lib/modules/smz-dialogs/utils/dialogs.d.ts +13 -0
- package/lib/modules/smz-dock/features/dock/smz-dock.component.d.ts +11 -0
- package/lib/modules/smz-dock/public-api.d.ts +3 -0
- package/lib/modules/smz-dock/services/smz-dock.service.d.ts +16 -0
- package/lib/modules/smz-dock/smz-dock.module.d.ts +9 -0
- package/lib/modules/smz-documents/components/chart/chart.component.d.ts +17 -0
- package/lib/modules/smz-documents/components/content/content.component.d.ts +16 -0
- package/lib/modules/smz-documents/components/divider/divider.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/field/field.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/fields-group/fields-group.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/hidden-break/hidden-break.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/image/image.component.d.ts +15 -0
- package/lib/modules/smz-documents/components/injectable/injectable.component.d.ts +11 -0
- package/lib/modules/smz-documents/components/page-break/page-break.component.d.ts +8 -0
- package/lib/modules/smz-documents/components/spacer/spacer.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/sub-title/sub-title.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/table/table.component.d.ts +12 -0
- package/lib/modules/smz-documents/components/title/title.component.d.ts +12 -0
- package/lib/modules/smz-documents/features/document/smz-document.component.d.ts +17 -0
- package/lib/modules/smz-documents/features/document-viewer/document-viewer.component.d.ts +25 -0
- package/lib/modules/smz-documents/models/smz-document-config.d.ts +48 -0
- package/lib/modules/smz-documents/models/smz-document-export.d.ts +15 -0
- package/lib/modules/smz-documents/models/smz-document-features.d.ts +164 -0
- package/lib/modules/smz-documents/models/smz-document-locale.d.ts +7 -0
- package/lib/modules/smz-documents/models/smz-document-paper.d.ts +7 -0
- package/lib/modules/smz-documents/models/smz-document-viewer.d.ts +29 -0
- package/lib/modules/smz-documents/models/smz-document.d.ts +61 -0
- package/lib/modules/smz-documents/models/smz-page-formats.d.ts +44 -0
- package/lib/modules/smz-documents/ngx-smz-documents.module.d.ts +35 -0
- package/lib/modules/smz-documents/public-api.d.ts +4 -0
- package/lib/modules/smz-documents/services/jspdf-utils.d.ts +4 -0
- package/lib/modules/smz-documents/services/smz-documents.service.d.ts +25 -0
- package/lib/modules/smz-excels/functions/smz-excel-convertions.d.ts +1 -0
- package/lib/modules/smz-excels/models/smz-excel-definitions.d.ts +815 -0
- package/lib/modules/smz-excels/models/smz-excel-mock.d.ts +2 -0
- package/lib/modules/smz-excels/models/smz-excel-table.d.ts +76 -0
- package/lib/modules/smz-excels/public-api.d.ts +3 -0
- package/lib/modules/smz-excels/services/smz-excel-service.d.ts +14 -0
- package/lib/modules/smz-export-dialog/public-api.d.ts +4 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.component.d.ts +12 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.model.d.ts +16 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.module.d.ts +7 -0
- package/lib/modules/smz-export-dialog/smz-export-dialog.service.d.ts +16 -0
- package/lib/modules/smz-faqs/components/faqs-content/faqs-content.component.d.ts +24 -0
- package/lib/modules/smz-faqs/featured/faqs/smz-faqs.component.d.ts +19 -0
- package/lib/modules/smz-faqs/functions/faqs.dialogs.d.ts +5 -0
- package/lib/modules/smz-faqs/functions/faqs.forms.d.ts +7 -0
- package/lib/modules/smz-faqs/models/faqs.d.ts +24 -0
- package/lib/modules/smz-faqs/pipes/highlight.pipe.d.ts +7 -0
- package/lib/modules/smz-faqs/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/modules/smz-faqs/pipes/search-faqs.pipe.d.ts +10 -0
- package/lib/modules/smz-faqs/public-api.d.ts +4 -0
- package/lib/modules/smz-faqs/services/faqs-api.service.d.ts +17 -0
- package/lib/modules/smz-faqs/services/faqs-manager.service.d.ts +18 -0
- package/lib/modules/smz-faqs/smz-faqs.config.d.ts +30 -0
- package/lib/modules/smz-faqs/smz-faqs.module.d.ts +24 -0
- package/lib/modules/smz-faqs/state/faqs.actions.d.ts +50 -0
- package/lib/modules/smz-faqs/state/faqs.selector.d.ts +3 -0
- package/lib/modules/smz-faqs/state/faqs.state.d.ts +28 -0
- package/lib/modules/smz-forms/components/calendar/calendar.component.d.ts +13 -0
- package/lib/modules/smz-forms/components/checkbox/checkbox.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/checkbox-group/checkbox-group.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/color-picker/color-picker.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/dropdown/dropdown.component.d.ts +22 -0
- package/lib/modules/smz-forms/components/file-upload/file-name-shorten.pipe.d.ts +7 -0
- package/lib/modules/smz-forms/components/file-upload/file-upload.component.d.ts +41 -0
- package/lib/modules/smz-forms/components/input-autocomplete-tag-area/smz-autocomplete-selector-component.d.ts +34 -0
- package/lib/modules/smz-forms/components/input-autocomplete-tag-area/smz-input-autocomplete-tag-area.component.d.ts +37 -0
- package/lib/modules/smz-forms/components/input-content-mask/input-content-mask.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-content-mask/input-content-mask.pipe.d.ts +10 -0
- package/lib/modules/smz-forms/components/input-currency/input-currency.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-list/input-list-batch-crud.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/input-list/input-list-dialog-crud.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/input-list/input-list-inline-crud.component.d.ts +18 -0
- package/lib/modules/smz-forms/components/input-list/input-list.component.d.ts +41 -0
- package/lib/modules/smz-forms/components/input-mask/input-mask.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-number/input-number.component.d.ts +14 -0
- package/lib/modules/smz-forms/components/input-password/input-password.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-switch/input-switch.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-tag-area/input-tag-area.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-tag-area/smz-input-tag-area.component.d.ts +49 -0
- package/lib/modules/smz-forms/components/input-text/input-text.component.d.ts +10 -0
- package/lib/modules/smz-forms/components/input-text-area/input-text-area.component.d.ts +11 -0
- package/lib/modules/smz-forms/components/input-text-button/input-text-button.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/input-tree/input-tree.component.d.ts +20 -0
- package/lib/modules/smz-forms/components/linked-dropdown/linked-dropdown.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/linked-multi-select/get-current-multiselect-options.pipe.d.ts +8 -0
- package/lib/modules/smz-forms/components/linked-multi-select/linked-multi-select.component.d.ts +16 -0
- package/lib/modules/smz-forms/components/multi-select/multi-select.component.d.ts +21 -0
- package/lib/modules/smz-forms/components/radio-button/radio-button.component.d.ts +19 -0
- package/lib/modules/smz-forms/components/validation-messages/validation-messages.component.d.ts +13 -0
- package/lib/modules/smz-forms/components/validation-messages/validation-messages.pipe.d.ts +11 -0
- package/lib/modules/smz-forms/directives/file-drag-drop.directive.d.ts +11 -0
- package/lib/modules/smz-forms/directives/form-focus-first-input.directive.d.ts +10 -0
- package/lib/modules/smz-forms/directives/smart-autocomplete-tag.directive.d.ts +48 -0
- package/lib/modules/smz-forms/directives/smart-tag.directive.d.ts +46 -0
- package/lib/modules/smz-forms/directives/transfer-value-acessor.d.ts +36 -0
- package/lib/modules/smz-forms/features/form-group/form-group.component.d.ts +52 -0
- package/lib/modules/smz-forms/features/form-submit/form-submit.component.d.ts +31 -0
- package/lib/modules/smz-forms/models/advanced.d.ts +14 -0
- package/lib/modules/smz-forms/models/behaviors.d.ts +21 -0
- package/lib/modules/smz-forms/models/control-type-functions.d.ts +12 -0
- package/lib/modules/smz-forms/models/control-types.d.ts +291 -0
- package/lib/modules/smz-forms/models/controls.d.ts +38 -0
- package/lib/modules/smz-forms/models/form-viewdata.d.ts +22 -0
- package/lib/modules/smz-forms/models/smz-forms.d.ts +38 -0
- package/lib/modules/smz-forms/models/text-patterns.d.ts +8 -0
- package/lib/modules/smz-forms/public-api.d.ts +35 -0
- package/lib/modules/smz-forms/services/smz-forms-dropdown.service.d.ts +29 -0
- package/lib/modules/smz-forms/services/smz-forms-global-injector.d.ts +4 -0
- package/lib/modules/smz-forms/services/smz-forms-manager.service.d.ts +23 -0
- package/lib/modules/smz-forms/services/smz-forms-repository.service.d.ts +24 -0
- package/lib/modules/smz-forms/services/smz-forms-visibility.service.d.ts +26 -0
- package/lib/modules/smz-forms/smz-forms.config.d.ts +29 -0
- package/lib/modules/smz-forms/smz-forms.module.d.ts +78 -0
- package/lib/modules/smz-gauge/public-api.d.ts +2 -0
- package/lib/modules/smz-gauge/smz-gauge.component.d.ts +42 -0
- package/lib/modules/smz-gauge/smz-gauge.types.d.ts +109 -0
- package/lib/modules/smz-gauge/smz-svg-gauge.component.d.ts +37 -0
- package/lib/modules/smz-html-viewer/public-api.d.ts +2 -0
- package/lib/modules/smz-html-viewer/smz-html-viewer.component.d.ts +8 -0
- package/lib/modules/smz-html-viewer/smz-html-viewer.module.d.ts +10 -0
- package/lib/modules/smz-info-date/public-api.d.ts +2 -0
- package/lib/modules/smz-info-date/smz-info-date.component.d.ts +13 -0
- package/lib/modules/smz-info-date/smz-info-date.module.d.ts +10 -0
- package/lib/modules/smz-info-date/smz-info-date.pipe.d.ts +8 -0
- package/lib/modules/smz-layouts/core/functions/sort-menu-build.d.ts +2 -0
- package/lib/modules/smz-layouts/core/globals/default-smz-layouts.config.d.ts +2 -0
- package/lib/modules/smz-layouts/core/globals/smz-layouts.config.d.ts +49 -0
- package/lib/modules/smz-layouts/core/models/action-link.d.ts +9 -0
- package/lib/modules/smz-layouts/core/models/assistance.d.ts +13 -0
- package/lib/modules/smz-layouts/core/models/breadcrumbs.d.ts +5 -0
- package/lib/modules/smz-layouts/core/models/color-schemas.d.ts +18 -0
- package/lib/modules/smz-layouts/core/models/footer.d.ts +8 -0
- package/lib/modules/smz-layouts/core/models/layout.d.ts +23 -0
- package/lib/modules/smz-layouts/core/models/loaders.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/login.d.ts +4 -0
- package/lib/modules/smz-layouts/core/models/logo.d.ts +16 -0
- package/lib/modules/smz-layouts/core/models/menu-creation.d.ts +13 -0
- package/lib/modules/smz-layouts/core/models/menu-types.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/notifications.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/pages.d.ts +5 -0
- package/lib/modules/smz-layouts/core/models/positions.d.ts +6 -0
- package/lib/modules/smz-layouts/core/models/route-layout-data.d.ts +19 -0
- package/lib/modules/smz-layouts/core/models/sidebar-states.d.ts +4 -0
- package/lib/modules/smz-layouts/core/models/themes.d.ts +55 -0
- package/lib/modules/smz-layouts/core/models/toasts.d.ts +14 -0
- package/lib/modules/smz-layouts/core/services/menu-helper-service.d.ts +31 -0
- package/lib/modules/smz-layouts/core/services/router-data-listener.service.d.ts +17 -0
- package/lib/modules/smz-layouts/features/global-assistance/global-assistance.component.d.ts +39 -0
- package/lib/modules/smz-layouts/features/global-assistance/global-assistance.module.d.ts +16 -0
- package/lib/modules/smz-layouts/features/global-loader/components/cube/loader-cube.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/global-loader/components/square/loader-square.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/global-loader/global-loader.component.d.ts +16 -0
- package/lib/modules/smz-layouts/features/global-loader/global-loader.module.d.ts +11 -0
- package/lib/modules/smz-layouts/features/localization-switch/localization-switch.component.d.ts +17 -0
- package/lib/modules/smz-layouts/features/localization-switch/show-localization-switch-dialog.d.ts +1 -0
- package/lib/modules/smz-layouts/features/login/login-state.d.ts +30 -0
- package/lib/modules/smz-layouts/features/login/login.component.d.ts +23 -0
- package/lib/modules/smz-layouts/features/login/login.module.d.ts +13 -0
- package/lib/modules/smz-layouts/features/outlet/outlet.component.d.ts +26 -0
- package/lib/modules/smz-layouts/features/outlet/outlet.module.d.ts +15 -0
- package/lib/modules/smz-layouts/features/tenant-switch/show-tenant-switch-dialog.d.ts +1 -0
- package/lib/modules/smz-layouts/features/tenant-switch/tenant-switch.component.d.ts +18 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.component.d.ts +12 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.module.d.ts +9 -0
- package/lib/modules/smz-layouts/features/theme-manager/theme-manager.service.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/assistance/assistance.component.d.ts +32 -0
- package/lib/modules/smz-layouts/layouts/athena/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/footer/footer.component.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/athena/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/components/menu-node.component.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/horizontal-menu.component.d.ts +26 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/horizontal-menu.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/horizontal-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/items/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/notifications.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu-items.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu.component.d.ts +21 -0
- package/lib/modules/smz-layouts/layouts/athena/components/profile-menu/profile-menu.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar/topbar.component.d.ts +25 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar/topbar.module.d.ts +11 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar-actions/topbar-actions.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/athena/components/topbar-actions/topbar-actions.module.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/athena/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.component.d.ts +28 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.config.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/athena/layout.module.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/athena/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/assistance/assistance.component.d.ts +27 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/footer/footer.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notifications.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu.component.d.ts +18 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/profile-menu/profile-menu.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/components/menu.component.d.ts +41 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/sidebar.component.d.ts +25 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/sidebar/sidebar.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/topbar/topbar.component.d.ts +30 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/components/topbar/topbar.module.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout-provider.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.component.d.ts +31 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.config.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/layout.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/hephaestus/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/assistance/assistance.component.d.ts +29 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/assistance/assistance.module.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/footer/footer.component.d.ts +20 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/footer/footer.module.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/components/menu-node.component.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/horizontal-menu.component.d.ts +27 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/horizontal-menu.module.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/horizontal-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/items/notification-items.component.d.ts +15 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/notifications.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/notifications/notifications.module.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/pipes/has-child.pipe.d.ts +10 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu-items.component.d.ts +17 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu.component.d.ts +24 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/profile-menu/profile-menu.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar/topbar.component.d.ts +26 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar/topbar.module.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar-actions/topbar-actions.component.d.ts +14 -0
- package/lib/modules/smz-layouts/layouts/new-athena/components/topbar-actions/topbar-actions.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/default.config.d.ts +2 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout-provider.module.d.ts +12 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.component.d.ts +32 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.config.d.ts +13 -0
- package/lib/modules/smz-layouts/layouts/new-athena/layout.module.d.ts +16 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.actions.d.ts +35 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.selectors.d.ts +9 -0
- package/lib/modules/smz-layouts/layouts/new-athena/state/ui-layout.state.d.ts +23 -0
- package/lib/modules/smz-layouts/ngx-smz-layouts-routing.module.d.ts +23 -0
- package/lib/modules/smz-layouts/ngx-smz-layouts.module.d.ts +12 -0
- package/lib/modules/smz-layouts/pages/diagnostics-data-collect/diagnostics-data-collect.component.d.ts +19 -0
- package/lib/modules/smz-layouts/pages/diagnostics-data-collect/diagnostics-data-collect.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/error/error.component.d.ts +21 -0
- package/lib/modules/smz-layouts/pages/error/error.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/login/login.component.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/login/login.module.d.ts +16 -0
- package/lib/modules/smz-layouts/pages/not-found/not-found.component.d.ts +10 -0
- package/lib/modules/smz-layouts/pages/not-found/not-found.module.d.ts +13 -0
- package/lib/modules/smz-layouts/pages/superuser-login/superuser-login.component.d.ts +11 -0
- package/lib/modules/smz-layouts/pages/superuser-login/superuser-login.module.d.ts +15 -0
- package/lib/modules/smz-layouts/public-api.d.ts +37 -0
- package/lib/modules/smz-menu/components/menu.d.ts +77 -0
- package/lib/modules/smz-menu/directives/menu-item-actions.directive.d.ts +15 -0
- package/lib/modules/smz-menu/models/smz-menu-item.d.ts +20 -0
- package/lib/modules/smz-menu/pipes/smz-flatten-menu.pipe.d.ts +14 -0
- package/lib/modules/smz-menu/pipes/smz-menu.pipe.d.ts +15 -0
- package/lib/modules/smz-menu/public-api.d.ts +5 -0
- package/lib/modules/smz-menu/smz-menu.component.d.ts +16 -0
- package/lib/modules/smz-menu/smz-menu.module.d.ts +15 -0
- package/lib/modules/smz-messages/components/icon-message/icon-message.component.d.ts +11 -0
- package/lib/modules/smz-messages/components/tag-message/tag-message.component.d.ts +12 -0
- package/lib/modules/smz-messages/public-api.d.ts +3 -0
- package/lib/modules/smz-messages/smz-messages.module.d.ts +9 -0
- package/lib/modules/smz-multi-tables/multi-tables.component.d.ts +11 -0
- package/lib/modules/smz-multi-tables/multi-tables.module.d.ts +12 -0
- package/lib/modules/smz-multi-tables/multi-tables.state.d.ts +32 -0
- package/lib/modules/smz-multi-tables/public-api.d.ts +3 -0
- package/lib/modules/smz-notifications/components/item/notification-item.component.d.ts +21 -0
- package/lib/modules/smz-notifications/components/list/notifications-list.component.d.ts +41 -0
- package/lib/modules/smz-notifications/dialogs/show-notifications-dialog.d.ts +1 -0
- package/lib/modules/smz-notifications/features/notifications/notifications.component.d.ts +10 -0
- package/lib/modules/smz-notifications/ngx-smz-notifications.module.d.ts +27 -0
- package/lib/modules/smz-notifications/services/smz-notifications.service.d.ts +11 -0
- package/lib/modules/smz-responsive/smz-responsive.component.d.ts +12 -0
- package/lib/modules/smz-router-params/decorators/host-element.decorator.d.ts +15 -0
- package/lib/modules/smz-router-params/decorators/replace-ng-oninit.d.ts +2 -0
- package/lib/modules/smz-router-params/decorators/route.decorators.d.ts +12 -0
- package/lib/modules/smz-router-params/decorators/tunnel.decorator.d.ts +1 -0
- package/lib/modules/smz-router-params/models/internals.d.ts +21 -0
- package/lib/modules/smz-router-params/ngx-smz-router-params.module.d.ts +7 -0
- package/lib/modules/smz-router-params/public-api.d.ts +10 -0
- package/lib/modules/smz-router-params/router-params-listener.d.ts +4 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.actions.d.ts +13 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.selectors.d.ts +6 -0
- package/lib/modules/smz-router-params/state/router-params/router-params.state.d.ts +20 -0
- package/lib/modules/smz-side-content/models/side-content.d.ts +14 -0
- package/lib/modules/smz-side-content/public-api.d.ts +3 -0
- package/lib/modules/smz-side-content/smz-side-content.component.d.ts +25 -0
- package/lib/modules/smz-side-content/smz-side-content.module.d.ts +10 -0
- package/lib/modules/smz-submit/public-api.d.ts +1 -0
- package/lib/modules/smz-submit/smz-submit.component.d.ts +31 -0
- package/lib/modules/smz-submit/smz-submit.d.ts +6 -0
- package/lib/modules/smz-svg/models/smz-svg-wrapper.d.ts +28 -0
- package/lib/modules/smz-svg/models/smz-svg.d.ts +131 -0
- package/lib/modules/smz-svg/models/world-coordinates.d.ts +26 -0
- package/lib/modules/smz-svg/public-api.d.ts +6 -0
- package/lib/modules/smz-svg/smz-svg.component.d.ts +48 -0
- package/lib/modules/smz-svg/smz-svg.module.d.ts +11 -0
- package/lib/modules/smz-svg/utils/smz-svg-helper.d.ts +3 -0
- package/lib/modules/smz-tables/components/smz-filter-column-2.component.d.ts +28 -0
- package/lib/modules/smz-tables/components/smz-filter-column.component.d.ts +32 -0
- package/lib/modules/smz-tables/components/table-caption-buttons/table-caption-buttons.component.d.ts +10 -0
- package/lib/modules/smz-tables/components/table-content/table-content.component.d.ts +14 -0
- package/lib/modules/smz-tables/components/table-content-actions/table-content-actions.component.d.ts +13 -0
- package/lib/modules/smz-tables/components/table-header-actions/table-header-actions.component.d.ts +10 -0
- package/lib/modules/smz-tables/components/validation-messages/validation-messages.component.d.ts +14 -0
- package/lib/modules/smz-tables/components/validation-messages/validation-messages.pipe.d.ts +11 -0
- package/lib/modules/smz-tables/features/table/table.component.d.ts +112 -0
- package/lib/modules/smz-tables/models/content-convertions.d.ts +34 -0
- package/lib/modules/smz-tables/models/content-types.d.ts +49 -0
- package/lib/modules/smz-tables/models/editable-model.d.ts +32 -0
- package/lib/modules/smz-tables/models/editable-transaction.d.ts +7 -0
- package/lib/modules/smz-tables/models/editable-types.d.ts +37 -0
- package/lib/modules/smz-tables/models/filter-types.d.ts +13 -0
- package/lib/modules/smz-tables/models/table-column.d.ts +210 -0
- package/lib/modules/smz-tables/models/table-configs.d.ts +6 -0
- package/lib/modules/smz-tables/models/table-state.d.ts +588 -0
- package/lib/modules/smz-tables/ngx-smz-tables.module.d.ts +48 -0
- package/lib/modules/smz-tables/pipes/clone-table-items.pipe.d.ts +18 -0
- package/lib/modules/smz-tables/pipes/content-errors.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/content-icon-matches.pipe.d.ts +8 -0
- package/lib/modules/smz-tables/pipes/editable-source.pipe.d.ts +11 -0
- package/lib/modules/smz-tables/pipes/filter-object.pipe.d.ts +7 -0
- package/lib/modules/smz-tables/pipes/sincronize-table.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/table-content.pipe.d.ts +10 -0
- package/lib/modules/smz-tables/pipes/table-context.pipe.d.ts +8 -0
- package/lib/modules/smz-tables/public-api.d.ts +14 -0
- package/lib/modules/smz-tables/services/smz-transactions.service.d.ts +19 -0
- package/lib/modules/smz-tables/services/table-editable.service.d.ts +38 -0
- package/lib/modules/smz-tables/services/table-forms.service.d.ts +11 -0
- package/lib/modules/smz-tables/services/table-helper.service.d.ts +17 -0
- package/lib/modules/smz-timeline/features/smz-timeline/smz-timeline.component.d.ts +23 -0
- package/lib/modules/smz-timeline/models/smz-timeline-state.d.ts +35 -0
- package/lib/modules/smz-timeline/public-api.d.ts +3 -0
- package/lib/modules/smz-timeline/smz-timeline.module.d.ts +22 -0
- package/lib/modules/smz-toast/public_api.d.ts +1 -0
- package/lib/modules/smz-toast/toast.d.ts +102 -0
- package/lib/modules/smz-tree-with-details/features/tree-with-details/tree-with-details.component.d.ts +30 -0
- package/lib/modules/smz-tree-with-details/models/tree-with-details-locale.d.ts +3 -0
- package/lib/modules/smz-tree-with-details/models/tree-with-details-state.d.ts +27 -0
- package/lib/modules/smz-tree-with-details/ngx-smz-tree-with-details.module.d.ts +18 -0
- package/lib/modules/smz-tree-with-details/pipes/tree-items.pipe.d.ts +10 -0
- package/lib/modules/smz-tree-with-details/public-api.d.ts +3 -0
- package/lib/modules/smz-trees/features/tree/tree.component.d.ts +102 -0
- package/lib/modules/smz-trees/models/drag-and-drop.d.ts +21 -0
- package/lib/modules/smz-trees/models/node-helper.d.ts +15 -0
- package/lib/modules/smz-trees/models/tree-menu-item.d.ts +14 -0
- package/lib/modules/smz-trees/models/tree-node.d.ts +6 -0
- package/lib/modules/smz-trees/models/tree-state.d.ts +163 -0
- package/lib/modules/smz-trees/models/tree-toolbar-button.d.ts +8 -0
- package/lib/modules/smz-trees/ngx-smz-trees.module.d.ts +24 -0
- package/lib/modules/smz-trees/pipes/data-transform-tree.pipe.d.ts +12 -0
- package/lib/modules/smz-trees/public-api.d.ts +9 -0
- package/lib/modules/smz-trees/services/tree-helper.service.d.ts +18 -0
- package/lib/modules/smz-trees/utils/tree-helpers.d.ts +8 -0
- package/lib/modules/smz-ui-block/public-api.d.ts +4 -0
- package/lib/modules/smz-ui-block/smz-ui-block.component.d.ts +16 -0
- package/lib/modules/smz-ui-block/smz-ui-block.directive.d.ts +15 -0
- package/lib/modules/smz-ui-block/smz-ui-block.module.d.ts +10 -0
- package/lib/modules/smz-ui-block/smz-ui-block.service.d.ts +16 -0
- package/lib/modules/smz-viewport/models/smz-viewport-config-direction.d.ts +5 -0
- package/lib/modules/smz-viewport/models/smz-viewport-config.d.ts +19 -0
- package/lib/modules/smz-viewport/public-api.d.ts +3 -0
- package/lib/modules/smz-viewport/smz-viewport.directive.d.ts +23 -0
- package/lib/modules/smz-viewport/smz-viewport.module.d.ts +8 -0
- package/lib/modules/smz-viewport/smz-viewport.service.d.ts +18 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-check-fn.d.ts +6 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-directions.d.ts +1 -0
- package/lib/modules/smz-viewport/types/in-viewport-config-options.d.ts +10 -0
- package/lib/modules/smz-viewport/types/in-viewport-registry-entry.d.ts +9 -0
- package/lib/modules/smz-viewport/types/index.d.ts +11 -0
- package/lib/modules/smz-viewport/utils/utils.d.ts +17 -0
- package/lib/ngx-smz-ui.component.d.ts +8 -0
- package/lib/ngx-smz-ui.config.d.ts +30 -0
- package/lib/ngx-smz-ui.module.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/global-search/global-search.component.d.ts +16 -0
- package/lib/standalones/easy-table/components/common/pagination/pagination.component.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/sort/sort.component.d.ts +15 -0
- package/lib/standalones/easy-table/components/common/title/title.component.d.ts +10 -0
- package/lib/standalones/easy-table/components/desktop/body/body.component.d.ts +16 -0
- package/lib/standalones/easy-table/components/desktop/head/head.component.d.ts +12 -0
- package/lib/standalones/easy-table/containers/desktop/desktop-table.component.d.ts +14 -0
- package/lib/standalones/easy-table/containers/easy-table/smz-easy-table.component.d.ts +21 -0
- package/lib/standalones/easy-table/containers/mobile/mobile-table.component.d.ts +11 -0
- package/lib/standalones/easy-table/models/smz-easy-locale.d.ts +15 -0
- package/lib/standalones/easy-table/models/smz-easy-table-contents.d.ts +34 -0
- package/lib/standalones/easy-table/models/smz-easy-table-data.d.ts +36 -0
- package/lib/standalones/easy-table/models/smz-easy-table-state.d.ts +82 -0
- package/lib/standalones/easy-table/pipes/table-content.pipe.d.ts +9 -0
- package/lib/standalones/easy-table/public-api.d.ts +4 -0
- package/lib/standalones/easy-table/services/table-content.service.d.ts +13 -0
- package/lib/standalones/easy-table/services/table-data-source.service.d.ts +28 -0
- package/lib/standalones/easy-table/services/table-data-utils.d.ts +2 -0
- package/lib/standalones/easy-table/smz-easy-table.module.d.ts +24 -0
- package/lib/standalones/smz-drag-drop/directives/smz-drag.d.ts +41 -0
- package/lib/standalones/smz-drag-drop/directives/smz-drop.d.ts +32 -0
- package/lib/standalones/smz-drag-drop/models/drag-event.d.ts +11 -0
- package/lib/standalones/smz-drag-drop/public-api.d.ts +4 -0
- package/lib/standalones/smz-drag-drop/services/smz-draggable.service.d.ts +8 -0
- package/lib/standalones/smz-drag-drop/smz-drag-drop.module.d.ts +9 -0
- package/lib/standalones/smz-drag-drop/utils/clone-node.d.ts +9 -0
- package/lib/standalones/smz-drag-drop/utils/drag-ref.d.ts +33 -0
- package/lib/standalones/smz-drag-drop/utils/styling.d.ts +42 -0
- package/lib/standalones/smz-ui-guides/models/smz-ui-guides-state.d.ts +50 -0
- package/lib/standalones/smz-ui-guides/public-api.d.ts +2 -0
- package/lib/standalones/smz-ui-guides/services/smz-ui-guides.service.d.ts +11 -0
- package/lib/standalones/smz-ui-guides/smz-ui-guides.module.d.ts +7 -0
- package/lib/state/app.state.d.ts +5 -0
- package/lib/state/app.utils.d.ts +1 -0
- package/lib/state/database/database.actions.d.ts +8 -0
- package/lib/state/database/database.interfaces.d.ts +5 -0
- package/lib/state/database/database.selectors.d.ts +3 -0
- package/lib/state/database/database.state.d.ts +11 -0
- package/lib/state/database/ui-definitions/ui-definitions.actions.d.ts +17 -0
- package/lib/state/database/ui-definitions/ui-definitions.selectors.d.ts +8 -0
- package/lib/state/database/ui-definitions/ui-definitions.service.d.ts +14 -0
- package/lib/state/database/ui-definitions/ui-definitions.state.d.ts +22 -0
- package/lib/state/database/ui-localization/ui-localization.actions.d.ts +16 -0
- package/lib/state/database/ui-localization/ui-localization.selectors.d.ts +6 -0
- package/lib/state/database/ui-localization/ui-localization.service.d.ts +14 -0
- package/lib/state/database/ui-localization/ui-localization.state.d.ts +27 -0
- package/lib/state/features/features.actions.d.ts +8 -0
- package/lib/state/features/features.selectors.d.ts +3 -0
- package/lib/state/features/features.state.d.ts +10 -0
- package/lib/state/global/application/application.actions.d.ts +55 -0
- package/lib/state/global/application/application.actions.toast.d.ts +32 -0
- package/lib/state/global/application/application.selector.d.ts +6 -0
- package/lib/state/global/application/application.state.d.ts +43 -0
- package/lib/state/global/authentication/authentication.actions.d.ts +42 -0
- package/lib/state/global/authentication/authentication.selectors.d.ts +14 -0
- package/lib/state/global/authentication/authentication.state.d.ts +28 -0
- package/lib/state/global/authentication/authentication.utils.d.ts +1 -0
- package/lib/state/global/authentication/legacy-authentication.selectors.d.ts +5 -0
- package/lib/state/global/authentication/tenant-authentication.selectors.d.ts +5 -0
- package/lib/state/global/global.actions.d.ts +8 -0
- package/lib/state/global/global.state.d.ts +15 -0
- package/lib/state/ui/comments/comments.actions.d.ts +30 -0
- package/lib/state/ui/comments/comments.selector.d.ts +3 -0
- package/lib/state/ui/comments/comments.service.d.ts +18 -0
- package/lib/state/ui/comments/comments.state.d.ts +25 -0
- package/lib/state/ui/excels/excels.actions.d.ts +14 -0
- package/lib/state/ui/excels/excels.service.d.ts +12 -0
- package/lib/state/ui/excels/excels.state.d.ts +18 -0
- package/lib/state/ui/layout/layout.actions.d.ts +81 -0
- package/lib/state/ui/layout/layout.selectors.d.ts +26 -0
- package/lib/state/ui/layout/layout.state.d.ts +51 -0
- package/lib/state/ui/notifications/notifications.actions.d.ts +28 -0
- package/lib/state/ui/notifications/notifications.model.d.ts +52 -0
- package/lib/state/ui/notifications/notifications.selectors.d.ts +9 -0
- package/lib/state/ui/notifications/notifications.service.d.ts +14 -0
- package/lib/state/ui/notifications/notifications.state.d.ts +24 -0
- package/lib/state/ui/ui.actions.d.ts +8 -0
- package/lib/state/ui/ui.state.d.ts +11 -0
- package/package.json +30 -0
- package/public-api.d.ts +152 -0
- package/resources/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/resources/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Light.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/resources/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/resources/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/resources/assets/fonts/Roboto-Bold.ttf +0 -0
- package/resources/assets/fonts/Roboto-Light.ttf +0 -0
- package/resources/assets/fonts/Roboto-Medium.ttf +0 -0
- package/resources/assets/fonts/Roboto-Regular.ttf +0 -0
- package/resources/assets/fonts/Roboto-Thin.ttf +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/images/avatar_dark.png +0 -0
- package/resources/assets/images/dock/acabamentos.svg +62 -0
- package/resources/assets/images/dock/dialog.svg +33 -0
- package/resources/assets/images/error-placeholder.jpeg +0 -0
- package/resources/assets/images/pages/bg-404.jpg +0 -0
- package/resources/assets/images/pages/bg-access.jpg +0 -0
- package/resources/assets/images/pages/bg-error.jpg +0 -0
- package/resources/assets/images/pages/bg-help.png +0 -0
- package/resources/assets/images/pages/bg-login.jpg +0 -0
- package/resources/assets/images/placeholder.jpeg +0 -0
- package/resources/assets/images/tables/empty-dark.svg +63 -0
- package/resources/assets/images/tables/empty.svg +56 -0
- package/resources/assets/locales/de.json +14 -0
- package/resources/assets/locales/en.json +14 -0
- package/resources/assets/scss/dialogs/dialog-ng19.scss +137 -0
- package/resources/assets/scss/dialogs/menu-ng19.scss +138 -0
- package/resources/assets/scss/dialogs/prime10.scss +5887 -0
- package/resources/assets/scss/dialogs/responsive.scss +32 -0
- package/resources/assets/scss/dialogs/smz-general-styles.scss +482 -0
- package/resources/assets/scss/dialogs/theme10.scss +88 -0
- package/resources/assets/scss/dock/dock.scss +61 -0
- package/resources/assets/scss/documents/documents.scss +262 -0
- package/resources/assets/scss/extras/browser.scss +18 -0
- package/resources/assets/scss/extras/colors.scss +2149 -0
- package/resources/assets/scss/extras/dividers.scss +567 -0
- package/resources/assets/scss/extras/extras.scss +37 -0
- package/resources/assets/scss/extras/pretty-json.scss +23 -0
- package/resources/assets/scss/extras/tag-messages.scss +14 -0
- package/resources/assets/scss/fontawesome-free.scss +2 -0
- package/resources/assets/scss/forms/forms.scss +24 -0
- package/resources/assets/scss/layouts/smz-theme-blue.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-bluegray.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-brown.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-cyan.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-darkgray.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-deeppurple.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-green.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-indigo.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-orange.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-pink.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-purple.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-teal.scss +55 -0
- package/resources/assets/scss/layouts/smz-theme-white.scss +55 -0
- package/resources/assets/scss/legacy/images/color.png +0 -0
- package/resources/assets/scss/legacy/images/hue.png +0 -0
- package/resources/assets/scss/legacy/images/line.gif +0 -0
- package/resources/assets/scss/legacy/images/password-meter.png +0 -0
- package/resources/assets/scss/legacy/primeng.min.css +1 -0
- package/resources/assets/scss/overlay-panel/overlay-panel.scss +59 -0
- package/resources/assets/scss/pages/app-exceptions.scss +65 -0
- package/resources/assets/scss/prime-grid/_grid.scss +607 -0
- package/resources/assets/scss/smz-contents.scss +101 -0
- package/resources/assets/scss/smz-dialogs.scss +5 -0
- package/resources/assets/scss/smz-dock.scss +1 -0
- package/resources/assets/scss/smz-forms.scss +1 -0
- package/resources/assets/scss/smz-prime-fix.scss +4 -0
- package/resources/assets/scss/smz-tables.scss +195 -0
- package/resources/assets/scss/smz-trees.scss +3 -0
- package/resources/assets/scss/smz-ui.scss +41 -0
- package/resources/assets/scss/smz-vendors.scss +0 -0
- package/resources/assets/scss/styles-legacy.scss +76 -0
- package/resources/assets/scss/styles.scss +52 -0
- package/resources/assets/themes/arya-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-blue/theme.css +6310 -0
- package/resources/assets/themes/arya-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-green/theme.css +6310 -0
- package/resources/assets/themes/arya-orange/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-orange/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-orange/theme.css +6310 -0
- package/resources/assets/themes/arya-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/arya-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/arya-purple/theme.css +6310 -0
- package/resources/assets/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-amber/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-blue/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-cyan/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-green/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-indigo/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-lime/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-noir/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-pink/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-purple/theme.css +7722 -0
- package/resources/assets/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-dark-teal/theme.css +7722 -0
- package/resources/assets/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-amber/theme.css +7723 -0
- package/resources/assets/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-blue/theme.css +7723 -0
- package/resources/assets/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-cyan/theme.css +7723 -0
- package/resources/assets/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-green/theme.css +7723 -0
- package/resources/assets/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-indigo/theme.css +7723 -0
- package/resources/assets/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-lime/theme.css +7723 -0
- package/resources/assets/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-noir/theme.css +7731 -0
- package/resources/assets/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-pink/theme.css +7723 -0
- package/resources/assets/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-purple/theme.css +7723 -0
- package/resources/assets/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/aura-light-teal/theme.css +7723 -0
- package/resources/assets/themes/bootstrap4-dark-blue/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-dark-purple/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-light-blue/theme.css +6304 -0
- package/resources/assets/themes/bootstrap4-light-purple/theme.css +6304 -0
- package/resources/assets/themes/fluent-light/theme.css +6439 -0
- package/resources/assets/themes/lara-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-amber/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-blue/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-cyan/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-green/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-indigo/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-pink/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-purple/theme.css +6404 -0
- package/resources/assets/themes/lara-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-dark-teal/theme.css +6404 -0
- package/resources/assets/themes/lara-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-amber/theme.css +6340 -0
- package/resources/assets/themes/lara-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-blue/theme.css +6340 -0
- package/resources/assets/themes/lara-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-cyan/theme.css +6340 -0
- package/resources/assets/themes/lara-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-green/theme.css +6340 -0
- package/resources/assets/themes/lara-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-indigo/theme.css +6340 -0
- package/resources/assets/themes/lara-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-pink/theme.css +6340 -0
- package/resources/assets/themes/lara-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-purple/theme.css +6340 -0
- package/resources/assets/themes/lara-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/assets/themes/lara-light-teal/theme.css +6340 -0
- package/resources/assets/themes/luna-amber/theme.css +6255 -0
- package/resources/assets/themes/luna-blue/theme.css +6255 -0
- package/resources/assets/themes/luna-green/theme.css +6255 -0
- package/resources/assets/themes/luna-pink/theme.css +6255 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-dark-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-dark-indigo/theme.css +7915 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-light-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/md-light-indigo/theme.css +7915 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-dark-indigo/theme.css +7915 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-light-deeppurple/theme.css +7915 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/mdc-light-indigo/theme.css +7915 -0
- package/resources/assets/themes/mira/fonts/Inter-Bold.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Bold.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Medium.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Medium.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Regular.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-Regular.woff2 +0 -0
- package/resources/assets/themes/mira/fonts/Inter-SemiBold.woff +0 -0
- package/resources/assets/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/assets/themes/mira/theme.css +6517 -0
- package/resources/assets/themes/nano/theme.css +6290 -0
- package/resources/assets/themes/nova/theme.css +6270 -0
- package/resources/assets/themes/nova-accent/theme.css +6280 -0
- package/resources/assets/themes/nova-alt/theme.css +6282 -0
- package/resources/assets/themes/rhea/theme.css +6258 -0
- package/resources/assets/themes/saga-blue/theme.css +6307 -0
- package/resources/assets/themes/saga-green/theme.css +6307 -0
- package/resources/assets/themes/saga-orange/theme.css +6307 -0
- package/resources/assets/themes/saga-purple/theme.css +6307 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/soho-dark/theme.css +6283 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/soho-light/theme.css +6337 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/assets/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/assets/themes/tailwind-light/theme.css +6403 -0
- package/resources/assets/themes/vela-blue/theme.css +6310 -0
- package/resources/assets/themes/vela-green/theme.css +6310 -0
- package/resources/assets/themes/vela-orange/theme.css +6310 -0
- package/resources/assets/themes/vela-purple/theme.css +6310 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/viva-dark/theme.css +6444 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/assets/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/assets/themes/viva-light/theme.css +6445 -0
- package/src/lib/modules/prime/overlaypanel/index.d.ts +5 -0
- package/src/lib/modules/prime/overlaypanel/overlaypanel.d.ts +77 -0
- package/src/lib/modules/prime/overlaypanel/public_api.d.ts +1 -0
- package/tailwind.preset.js +45 -0
|
@@ -0,0 +1,862 @@
|
|
|
1
|
+
import { AnimationEvent } from '@angular/animations';
|
|
2
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges, TemplateRef } from '@angular/core';
|
|
3
|
+
import { BlockableUI, FilterMetadata, FilterService, OverlayService, PrimeTemplate, SelectItem, SortMeta } from 'primeng/api';
|
|
4
|
+
import { Scroller } from 'primeng/scroller';
|
|
5
|
+
import { ScrollerOptions } from 'primeng/api';
|
|
6
|
+
import { Subscription } from 'rxjs';
|
|
7
|
+
import { PrimeNG } from 'primeng/config';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "@angular/common";
|
|
10
|
+
import * as i2 from "primeng/paginator";
|
|
11
|
+
import * as i3 from "primeng/inputtext";
|
|
12
|
+
import * as i4 from "primeng/select";
|
|
13
|
+
import * as i5 from "primeng/checkbox";
|
|
14
|
+
import * as i6 from "@angular/forms";
|
|
15
|
+
import * as i7 from "primeng/button";
|
|
16
|
+
import * as i8 from "primeng/selectbutton";
|
|
17
|
+
import * as i9 from "primeng/calendar";
|
|
18
|
+
import * as i10 from "primeng/inputnumber";
|
|
19
|
+
import * as i11 from "primeng/scroller";
|
|
20
|
+
import * as i12 from "primeng/api";
|
|
21
|
+
export declare class TableService {
|
|
22
|
+
private sortSource;
|
|
23
|
+
private selectionSource;
|
|
24
|
+
private contextMenuSource;
|
|
25
|
+
private valueSource;
|
|
26
|
+
private totalRecordsSource;
|
|
27
|
+
private columnsSource;
|
|
28
|
+
private resetSource;
|
|
29
|
+
sortSource$: import("rxjs").Observable<SortMeta | SortMeta[]>;
|
|
30
|
+
selectionSource$: import("rxjs").Observable<unknown>;
|
|
31
|
+
contextMenuSource$: import("rxjs").Observable<any>;
|
|
32
|
+
valueSource$: import("rxjs").Observable<any>;
|
|
33
|
+
totalRecordsSource$: import("rxjs").Observable<any>;
|
|
34
|
+
columnsSource$: import("rxjs").Observable<unknown>;
|
|
35
|
+
resetSource$: import("rxjs").Observable<unknown>;
|
|
36
|
+
onSort(sortMeta: SortMeta | SortMeta[]): void;
|
|
37
|
+
onSelectionChange(): void;
|
|
38
|
+
onResetChange(): void;
|
|
39
|
+
onContextMenu(data: any): void;
|
|
40
|
+
onValueChange(value: any): void;
|
|
41
|
+
onTotalRecordsChange(value: number): void;
|
|
42
|
+
onColumnsChange(columns: any[]): void;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableService, never>;
|
|
44
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TableService>;
|
|
45
|
+
}
|
|
46
|
+
export declare class Table implements OnInit, AfterViewInit, AfterContentInit, BlockableUI, OnChanges {
|
|
47
|
+
el: ElementRef;
|
|
48
|
+
zone: NgZone;
|
|
49
|
+
tableService: TableService;
|
|
50
|
+
cd: ChangeDetectorRef;
|
|
51
|
+
overlayService: OverlayService;
|
|
52
|
+
frozenColumns: any[];
|
|
53
|
+
frozenValue: any[];
|
|
54
|
+
style: any;
|
|
55
|
+
styleClass: string;
|
|
56
|
+
tableStyle: any;
|
|
57
|
+
tableStyleClass: string;
|
|
58
|
+
paginator: boolean;
|
|
59
|
+
pageLinks: number;
|
|
60
|
+
rowsPerPageOptions: any[];
|
|
61
|
+
alwaysShowPaginator: boolean;
|
|
62
|
+
paginatorPosition: string;
|
|
63
|
+
paginatorDropdownAppendTo: any;
|
|
64
|
+
paginatorDropdownScrollHeight: string;
|
|
65
|
+
currentPageReportTemplate: string;
|
|
66
|
+
showCurrentPageReport: boolean;
|
|
67
|
+
showJumpToPageDropdown: boolean;
|
|
68
|
+
showJumpToPageInput: boolean;
|
|
69
|
+
showFirstLastIcon: boolean;
|
|
70
|
+
showPageLinks: boolean;
|
|
71
|
+
defaultSortOrder: number;
|
|
72
|
+
sortMode: 'single' | 'multiple';
|
|
73
|
+
resetPageOnSort: boolean;
|
|
74
|
+
selectionMode: string;
|
|
75
|
+
selectionPageOnly: boolean;
|
|
76
|
+
selectAllChange: EventEmitter<any>;
|
|
77
|
+
selectionChange: EventEmitter<any>;
|
|
78
|
+
contextMenuSelection: any;
|
|
79
|
+
contextMenuSelectionChange: EventEmitter<any>;
|
|
80
|
+
contextMenuSelectionMode: string;
|
|
81
|
+
dataKey: string;
|
|
82
|
+
metaKeySelection: boolean;
|
|
83
|
+
rowSelectable: any;
|
|
84
|
+
rowTrackBy: Function;
|
|
85
|
+
lazy: boolean;
|
|
86
|
+
lazyLoadOnInit: boolean;
|
|
87
|
+
compareSelectionBy: string;
|
|
88
|
+
csvSeparator: string;
|
|
89
|
+
exportFilename: string;
|
|
90
|
+
filters: {
|
|
91
|
+
[s: string]: FilterMetadata | FilterMetadata[] | undefined;
|
|
92
|
+
};
|
|
93
|
+
globalFilterFields: string[];
|
|
94
|
+
filterDelay: number;
|
|
95
|
+
filterLocale: string;
|
|
96
|
+
expandedRowKeys: {
|
|
97
|
+
[s: string]: boolean;
|
|
98
|
+
};
|
|
99
|
+
editingRowKeys: {
|
|
100
|
+
[s: string]: boolean;
|
|
101
|
+
};
|
|
102
|
+
rowExpandMode: string;
|
|
103
|
+
scrollable: boolean;
|
|
104
|
+
scrollDirection: string;
|
|
105
|
+
rowGroupMode: string;
|
|
106
|
+
scrollHeight: string;
|
|
107
|
+
virtualScroll: boolean;
|
|
108
|
+
virtualScrollItemSize: number;
|
|
109
|
+
virtualScrollOptions: ScrollerOptions;
|
|
110
|
+
virtualScrollDelay: number;
|
|
111
|
+
frozenWidth: string;
|
|
112
|
+
_responsive: boolean;
|
|
113
|
+
get responsive(): boolean;
|
|
114
|
+
set responsive(val: boolean);
|
|
115
|
+
contextMenu: any;
|
|
116
|
+
resizableColumns: boolean;
|
|
117
|
+
columnResizeMode: string;
|
|
118
|
+
reorderableColumns: boolean;
|
|
119
|
+
loading: boolean;
|
|
120
|
+
loadingIcon: string;
|
|
121
|
+
showLoader: boolean;
|
|
122
|
+
rowHover: boolean;
|
|
123
|
+
customSort: boolean;
|
|
124
|
+
showInitialSortBadge: boolean;
|
|
125
|
+
autoLayout: boolean;
|
|
126
|
+
exportFunction: any;
|
|
127
|
+
exportHeader: string;
|
|
128
|
+
stateKey: string;
|
|
129
|
+
stateStorage: string;
|
|
130
|
+
editMode: string;
|
|
131
|
+
groupRowsBy: any;
|
|
132
|
+
groupRowsByOrder: number;
|
|
133
|
+
responsiveLayout: string;
|
|
134
|
+
breakpoint: string;
|
|
135
|
+
onRowSelect: EventEmitter<any>;
|
|
136
|
+
onRowUnselect: EventEmitter<any>;
|
|
137
|
+
onPage: EventEmitter<any>;
|
|
138
|
+
onSort: EventEmitter<any>;
|
|
139
|
+
onFilter: EventEmitter<any>;
|
|
140
|
+
onLazyLoad: EventEmitter<any>;
|
|
141
|
+
onRowExpand: EventEmitter<any>;
|
|
142
|
+
onRowCollapse: EventEmitter<any>;
|
|
143
|
+
onContextMenuSelect: EventEmitter<any>;
|
|
144
|
+
onColResize: EventEmitter<any>;
|
|
145
|
+
onColReorder: EventEmitter<any>;
|
|
146
|
+
onRowReorder: EventEmitter<any>;
|
|
147
|
+
onEditInit: EventEmitter<any>;
|
|
148
|
+
onEditComplete: EventEmitter<any>;
|
|
149
|
+
onEditCancel: EventEmitter<any>;
|
|
150
|
+
onHeaderCheckboxToggle: EventEmitter<any>;
|
|
151
|
+
sortFunction: EventEmitter<any>;
|
|
152
|
+
firstChange: EventEmitter<number>;
|
|
153
|
+
rowsChange: EventEmitter<number>;
|
|
154
|
+
onStateSave: EventEmitter<any>;
|
|
155
|
+
onStateRestore: EventEmitter<any>;
|
|
156
|
+
containerViewChild: ElementRef;
|
|
157
|
+
resizeHelperViewChild: ElementRef;
|
|
158
|
+
reorderIndicatorUpViewChild: ElementRef;
|
|
159
|
+
reorderIndicatorDownViewChild: ElementRef;
|
|
160
|
+
wrapperViewChild: ElementRef;
|
|
161
|
+
tableViewChild: ElementRef;
|
|
162
|
+
tableHeaderViewChild: ElementRef;
|
|
163
|
+
tableFooterViewChild: ElementRef;
|
|
164
|
+
scroller: Scroller;
|
|
165
|
+
templates: QueryList<PrimeTemplate>;
|
|
166
|
+
_virtualRowHeight: number;
|
|
167
|
+
get virtualRowHeight(): number;
|
|
168
|
+
set virtualRowHeight(val: number);
|
|
169
|
+
_value: any[];
|
|
170
|
+
_columns: any[];
|
|
171
|
+
_totalRecords: number;
|
|
172
|
+
_first: number;
|
|
173
|
+
_rows: number;
|
|
174
|
+
filteredValue: any[];
|
|
175
|
+
headerTemplate: TemplateRef<any>;
|
|
176
|
+
headerGroupedTemplate: TemplateRef<any>;
|
|
177
|
+
bodyTemplate: TemplateRef<any>;
|
|
178
|
+
loadingBodyTemplate: TemplateRef<any>;
|
|
179
|
+
captionTemplate: TemplateRef<any>;
|
|
180
|
+
frozenRowsTemplate: TemplateRef<any>;
|
|
181
|
+
footerTemplate: TemplateRef<any>;
|
|
182
|
+
footerGroupedTemplate: TemplateRef<any>;
|
|
183
|
+
summaryTemplate: TemplateRef<any>;
|
|
184
|
+
colGroupTemplate: TemplateRef<any>;
|
|
185
|
+
expandedRowTemplate: TemplateRef<any>;
|
|
186
|
+
groupHeaderTemplate: TemplateRef<any>;
|
|
187
|
+
groupFooterTemplate: TemplateRef<any>;
|
|
188
|
+
rowspanTemplate: TemplateRef<any>;
|
|
189
|
+
frozenExpandedRowTemplate: TemplateRef<any>;
|
|
190
|
+
frozenHeaderTemplate: TemplateRef<any>;
|
|
191
|
+
frozenBodyTemplate: TemplateRef<any>;
|
|
192
|
+
frozenFooterTemplate: TemplateRef<any>;
|
|
193
|
+
frozenColGroupTemplate: TemplateRef<any>;
|
|
194
|
+
emptyMessageTemplate: TemplateRef<any>;
|
|
195
|
+
paginatorLeftTemplate: TemplateRef<any>;
|
|
196
|
+
paginatorRightTemplate: TemplateRef<any>;
|
|
197
|
+
paginatorDropdownItemTemplate: TemplateRef<any>;
|
|
198
|
+
selectionKeys: any;
|
|
199
|
+
lastResizerHelperX: number;
|
|
200
|
+
reorderIconWidth: number;
|
|
201
|
+
reorderIconHeight: number;
|
|
202
|
+
draggedColumn: any;
|
|
203
|
+
draggedRowIndex: number;
|
|
204
|
+
droppedRowIndex: number;
|
|
205
|
+
rowDragging: boolean;
|
|
206
|
+
dropPosition: number;
|
|
207
|
+
editingCell: Element;
|
|
208
|
+
editingCellData: any;
|
|
209
|
+
editingCellField: any;
|
|
210
|
+
editingCellRowIndex: number;
|
|
211
|
+
selfClick: boolean;
|
|
212
|
+
documentEditListener: any;
|
|
213
|
+
_multiSortMeta: SortMeta[];
|
|
214
|
+
_sortField: string;
|
|
215
|
+
_sortOrder: number;
|
|
216
|
+
preventSelectionSetterPropagation: boolean;
|
|
217
|
+
_selection: any;
|
|
218
|
+
_selectAll: boolean | null;
|
|
219
|
+
anchorRowIndex: number;
|
|
220
|
+
rangeRowIndex: number;
|
|
221
|
+
filterTimeout: any;
|
|
222
|
+
initialized: boolean;
|
|
223
|
+
rowTouched: boolean;
|
|
224
|
+
restoringSort: boolean;
|
|
225
|
+
restoringFilter: boolean;
|
|
226
|
+
stateRestored: boolean;
|
|
227
|
+
columnOrderStateRestored: boolean;
|
|
228
|
+
columnWidthsState: string;
|
|
229
|
+
tableWidthState: string;
|
|
230
|
+
overlaySubscription: Subscription;
|
|
231
|
+
resizeColumnElement: any;
|
|
232
|
+
columnResizing: boolean;
|
|
233
|
+
rowGroupHeaderStyleObject: any;
|
|
234
|
+
id: string;
|
|
235
|
+
styleElement: any;
|
|
236
|
+
responsiveStyleElement: any;
|
|
237
|
+
filterService: FilterService;
|
|
238
|
+
constructor(el: ElementRef, zone: NgZone, tableService: TableService, cd: ChangeDetectorRef, overlayService: OverlayService);
|
|
239
|
+
ngOnInit(): void;
|
|
240
|
+
ngAfterContentInit(): void;
|
|
241
|
+
ngAfterViewInit(): void;
|
|
242
|
+
ngOnChanges(simpleChange: SimpleChanges): void;
|
|
243
|
+
get value(): any[];
|
|
244
|
+
set value(val: any[]);
|
|
245
|
+
get columns(): any[];
|
|
246
|
+
set columns(cols: any[]);
|
|
247
|
+
get first(): number;
|
|
248
|
+
set first(val: number);
|
|
249
|
+
get rows(): number;
|
|
250
|
+
set rows(val: number);
|
|
251
|
+
get totalRecords(): number;
|
|
252
|
+
set totalRecords(val: number);
|
|
253
|
+
get sortField(): string;
|
|
254
|
+
set sortField(val: string);
|
|
255
|
+
get sortOrder(): number;
|
|
256
|
+
set sortOrder(val: number);
|
|
257
|
+
get multiSortMeta(): SortMeta[];
|
|
258
|
+
set multiSortMeta(val: SortMeta[]);
|
|
259
|
+
get selection(): any;
|
|
260
|
+
set selection(val: any);
|
|
261
|
+
get selectAll(): boolean | null;
|
|
262
|
+
set selectAll(val: boolean | null);
|
|
263
|
+
get processedData(): any[];
|
|
264
|
+
dataToRender(data: any): any;
|
|
265
|
+
updateSelectionKeys(): void;
|
|
266
|
+
onPageChange(event: any): void;
|
|
267
|
+
sort(event: any): void;
|
|
268
|
+
sortSingle(): void;
|
|
269
|
+
sortMultiple(): void;
|
|
270
|
+
multisortField(data1: any, data2: any, multiSortMeta: any, index: any): any;
|
|
271
|
+
compareValuesOnSort(value1: any, value2: any, order: any): number;
|
|
272
|
+
getSortMeta(field: string): SortMeta;
|
|
273
|
+
isSorted(field: string): boolean;
|
|
274
|
+
handleRowClick(event: any): void;
|
|
275
|
+
handleRowTouchEnd(event: any): void;
|
|
276
|
+
handleRowRightClick(event: any): void;
|
|
277
|
+
selectRange(event: MouseEvent, rowIndex: number): void;
|
|
278
|
+
clearSelectionRange(event: MouseEvent): void;
|
|
279
|
+
isSelected(rowData: any): boolean;
|
|
280
|
+
findIndexInSelection(rowData: any): number;
|
|
281
|
+
isRowSelectable(data: any, index: any): boolean;
|
|
282
|
+
toggleRowWithRadio(event: any, rowData: any): void;
|
|
283
|
+
toggleRowWithCheckbox(event: any, rowData: any): void;
|
|
284
|
+
toggleRowsWithCheckbox(event: Event, check: boolean): void;
|
|
285
|
+
equals(data1: any, data2: any): boolean;
|
|
286
|
+
filter(value: any, field: string, matchMode: string): void;
|
|
287
|
+
filterGlobal(value: any, matchMode: any): void;
|
|
288
|
+
isFilterBlank(filter: any): boolean;
|
|
289
|
+
_filter(): void;
|
|
290
|
+
executeLocalFilter(field: string, rowData: any, filterMeta: FilterMetadata): boolean;
|
|
291
|
+
hasFilter(): boolean;
|
|
292
|
+
createLazyLoadMetadata(): any;
|
|
293
|
+
clear(): void;
|
|
294
|
+
reset(): void;
|
|
295
|
+
getExportHeader(column: any): any;
|
|
296
|
+
exportCSV(options?: any): void;
|
|
297
|
+
onLazyItemLoad(event: any): void;
|
|
298
|
+
resetScrollTop(): void;
|
|
299
|
+
scrollToVirtualIndex(index: number): void;
|
|
300
|
+
scrollTo(options: any): void;
|
|
301
|
+
updateEditingCell(cell: any, data: any, field: any, index: any): void;
|
|
302
|
+
isEditingCellValid(): boolean;
|
|
303
|
+
bindDocumentEditListener(): void;
|
|
304
|
+
unbindDocumentEditListener(): void;
|
|
305
|
+
initRowEdit(rowData: any): void;
|
|
306
|
+
saveRowEdit(rowData: any, rowElement: HTMLTableRowElement): void;
|
|
307
|
+
cancelRowEdit(rowData: any): void;
|
|
308
|
+
toggleRow(rowData: any, event?: Event): void;
|
|
309
|
+
isRowExpanded(rowData: any): boolean;
|
|
310
|
+
isRowEditing(rowData: any): boolean;
|
|
311
|
+
isSingleSelectionMode(): boolean;
|
|
312
|
+
isMultipleSelectionMode(): boolean;
|
|
313
|
+
onColumnResizeBegin(event: any): void;
|
|
314
|
+
onColumnResize(event: any): void;
|
|
315
|
+
onColumnResizeEnd(): void;
|
|
316
|
+
resizeTableCells(newColumnWidth: any, nextColumnWidth: any): void;
|
|
317
|
+
onColumnDragStart(event: any, columnElement: any): void;
|
|
318
|
+
onColumnDragEnter(event: any, dropHeader: any): void;
|
|
319
|
+
onColumnDragLeave(event: any): void;
|
|
320
|
+
onColumnDrop(event: any, dropColumn: any): void;
|
|
321
|
+
onRowDragStart(event: any, index: any): void;
|
|
322
|
+
onRowDragOver(event: any, index: any, rowElement: any): void;
|
|
323
|
+
onRowDragLeave(event: any, rowElement: any): void;
|
|
324
|
+
onRowDragEnd(event: any): void;
|
|
325
|
+
onRowDrop(event: any, rowElement: any): void;
|
|
326
|
+
isEmpty(): boolean;
|
|
327
|
+
getBlockableElement(): HTMLElement;
|
|
328
|
+
getStorage(): Storage;
|
|
329
|
+
isStateful(): boolean;
|
|
330
|
+
saveState(): void;
|
|
331
|
+
clearState(): void;
|
|
332
|
+
restoreState(): void;
|
|
333
|
+
saveColumnWidths(state: any): void;
|
|
334
|
+
setResizeTableWidth(width: string): void;
|
|
335
|
+
restoreColumnWidths(): void;
|
|
336
|
+
saveColumnOrder(state: any): void;
|
|
337
|
+
restoreColumnOrder(): void;
|
|
338
|
+
findColumnByKey(key: any): any;
|
|
339
|
+
createStyleElement(): void;
|
|
340
|
+
getGroupRowsMeta(): {
|
|
341
|
+
field: any;
|
|
342
|
+
order: number;
|
|
343
|
+
};
|
|
344
|
+
createResponsiveStyle(): void;
|
|
345
|
+
destroyResponsiveStyle(): void;
|
|
346
|
+
destroyStyleElement(): void;
|
|
347
|
+
ngOnDestroy(): void;
|
|
348
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
|
|
349
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Table, "p-table", never, { "frozenColumns": { "alias": "frozenColumns"; "required": false; }; "frozenValue": { "alias": "frozenValue"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; "tableStyleClass": { "alias": "tableStyleClass"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "pageLinks": { "alias": "pageLinks"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "alwaysShowPaginator": { "alias": "alwaysShowPaginator"; "required": false; }; "paginatorPosition": { "alias": "paginatorPosition"; "required": false; }; "paginatorDropdownAppendTo": { "alias": "paginatorDropdownAppendTo"; "required": false; }; "paginatorDropdownScrollHeight": { "alias": "paginatorDropdownScrollHeight"; "required": false; }; "currentPageReportTemplate": { "alias": "currentPageReportTemplate"; "required": false; }; "showCurrentPageReport": { "alias": "showCurrentPageReport"; "required": false; }; "showJumpToPageDropdown": { "alias": "showJumpToPageDropdown"; "required": false; }; "showJumpToPageInput": { "alias": "showJumpToPageInput"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "showPageLinks": { "alias": "showPageLinks"; "required": false; }; "defaultSortOrder": { "alias": "defaultSortOrder"; "required": false; }; "sortMode": { "alias": "sortMode"; "required": false; }; "resetPageOnSort": { "alias": "resetPageOnSort"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "selectionPageOnly": { "alias": "selectionPageOnly"; "required": false; }; "contextMenuSelection": { "alias": "contextMenuSelection"; "required": false; }; "contextMenuSelectionMode": { "alias": "contextMenuSelectionMode"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "metaKeySelection": { "alias": "metaKeySelection"; "required": false; }; "rowSelectable": { "alias": "rowSelectable"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "lazyLoadOnInit": { "alias": "lazyLoadOnInit"; "required": false; }; "compareSelectionBy": { "alias": "compareSelectionBy"; "required": false; }; "csvSeparator": { "alias": "csvSeparator"; "required": false; }; "exportFilename": { "alias": "exportFilename"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "globalFilterFields": { "alias": "globalFilterFields"; "required": false; }; "filterDelay": { "alias": "filterDelay"; "required": false; }; "filterLocale": { "alias": "filterLocale"; "required": false; }; "expandedRowKeys": { "alias": "expandedRowKeys"; "required": false; }; "editingRowKeys": { "alias": "editingRowKeys"; "required": false; }; "rowExpandMode": { "alias": "rowExpandMode"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "scrollDirection": { "alias": "scrollDirection"; "required": false; }; "rowGroupMode": { "alias": "rowGroupMode"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "virtualScrollItemSize": { "alias": "virtualScrollItemSize"; "required": false; }; "virtualScrollOptions": { "alias": "virtualScrollOptions"; "required": false; }; "virtualScrollDelay": { "alias": "virtualScrollDelay"; "required": false; }; "frozenWidth": { "alias": "frozenWidth"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "contextMenu": { "alias": "contextMenu"; "required": false; }; "resizableColumns": { "alias": "resizableColumns"; "required": false; }; "columnResizeMode": { "alias": "columnResizeMode"; "required": false; }; "reorderableColumns": { "alias": "reorderableColumns"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingIcon": { "alias": "loadingIcon"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; "rowHover": { "alias": "rowHover"; "required": false; }; "customSort": { "alias": "customSort"; "required": false; }; "showInitialSortBadge": { "alias": "showInitialSortBadge"; "required": false; }; "autoLayout": { "alias": "autoLayout"; "required": false; }; "exportFunction": { "alias": "exportFunction"; "required": false; }; "exportHeader": { "alias": "exportHeader"; "required": false; }; "stateKey": { "alias": "stateKey"; "required": false; }; "stateStorage": { "alias": "stateStorage"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "groupRowsBy": { "alias": "groupRowsBy"; "required": false; }; "groupRowsByOrder": { "alias": "groupRowsByOrder"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "virtualRowHeight": { "alias": "virtualRowHeight"; "required": false; }; "value": { "alias": "value"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; "multiSortMeta": { "alias": "multiSortMeta"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; }, { "selectAllChange": "selectAllChange"; "selectionChange": "selectionChange"; "contextMenuSelectionChange": "contextMenuSelectionChange"; "onRowSelect": "onRowSelect"; "onRowUnselect": "onRowUnselect"; "onPage": "onPage"; "onSort": "onSort"; "onFilter": "onFilter"; "onLazyLoad": "onLazyLoad"; "onRowExpand": "onRowExpand"; "onRowCollapse": "onRowCollapse"; "onContextMenuSelect": "onContextMenuSelect"; "onColResize": "onColResize"; "onColReorder": "onColReorder"; "onRowReorder": "onRowReorder"; "onEditInit": "onEditInit"; "onEditComplete": "onEditComplete"; "onEditCancel": "onEditCancel"; "onHeaderCheckboxToggle": "onHeaderCheckboxToggle"; "sortFunction": "sortFunction"; "firstChange": "firstChange"; "rowsChange": "rowsChange"; "onStateSave": "onStateSave"; "onStateRestore": "onStateRestore"; }, ["templates"], never, false, never>;
|
|
350
|
+
}
|
|
351
|
+
export declare class TableBody implements AfterViewInit, OnDestroy {
|
|
352
|
+
dt: Table;
|
|
353
|
+
tableService: TableService;
|
|
354
|
+
cd: ChangeDetectorRef;
|
|
355
|
+
el: ElementRef;
|
|
356
|
+
columns: any[];
|
|
357
|
+
template: TemplateRef<any>;
|
|
358
|
+
get value(): any[];
|
|
359
|
+
set value(val: any[]);
|
|
360
|
+
frozen: boolean;
|
|
361
|
+
frozenRows: boolean;
|
|
362
|
+
scrollerOptions: any;
|
|
363
|
+
subscription: Subscription;
|
|
364
|
+
_value: any[];
|
|
365
|
+
ngAfterViewInit(): void;
|
|
366
|
+
constructor(dt: Table, tableService: TableService, cd: ChangeDetectorRef, el: ElementRef);
|
|
367
|
+
shouldRenderRowGroupHeader(value: any, rowData: any, i: any): boolean;
|
|
368
|
+
shouldRenderRowGroupFooter(value: any, rowData: any, i: any): boolean;
|
|
369
|
+
shouldRenderRowspan(value: any, rowData: any, i: any): boolean;
|
|
370
|
+
calculateRowGroupSize(value: any, rowData: any, index: any): number;
|
|
371
|
+
ngOnDestroy(): void;
|
|
372
|
+
updateFrozenRowStickyPosition(): void;
|
|
373
|
+
updateFrozenRowGroupHeaderStickyPosition(): void;
|
|
374
|
+
getScrollerOption(option: any, options?: any): any;
|
|
375
|
+
getRowIndex(rowIndex: any): any;
|
|
376
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableBody, never>;
|
|
377
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableBody, "[pTableBody]", never, { "columns": { "alias": "pTableBody"; "required": false; }; "template": { "alias": "pTableBodyTemplate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "frozen": { "alias": "frozen"; "required": false; }; "frozenRows": { "alias": "frozenRows"; "required": false; }; "scrollerOptions": { "alias": "scrollerOptions"; "required": false; }; }, {}, never, never, false, never>;
|
|
378
|
+
}
|
|
379
|
+
export declare class RowGroupHeader {
|
|
380
|
+
dt: Table;
|
|
381
|
+
constructor(dt: Table);
|
|
382
|
+
get getFrozenRowGroupHeaderStickyPosition(): any;
|
|
383
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowGroupHeader, never>;
|
|
384
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RowGroupHeader, "[pRowGroupHeader]", never, {}, {}, never, never, false, never>;
|
|
385
|
+
}
|
|
386
|
+
export declare class FrozenColumn implements AfterViewInit {
|
|
387
|
+
private el;
|
|
388
|
+
get frozen(): boolean;
|
|
389
|
+
set frozen(val: boolean);
|
|
390
|
+
alignFrozen: string;
|
|
391
|
+
constructor(el: ElementRef);
|
|
392
|
+
ngAfterViewInit(): void;
|
|
393
|
+
_frozen: boolean;
|
|
394
|
+
updateStickyPosition(): void;
|
|
395
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrozenColumn, never>;
|
|
396
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FrozenColumn, "[pFrozenColumn]", never, { "frozen": { "alias": "frozen"; "required": false; }; "alignFrozen": { "alias": "alignFrozen"; "required": false; }; }, {}, never, never, false, never>;
|
|
397
|
+
}
|
|
398
|
+
export declare class SortableColumn implements OnInit, OnDestroy {
|
|
399
|
+
dt: Table;
|
|
400
|
+
field: string;
|
|
401
|
+
pSortableColumnDisabled: boolean;
|
|
402
|
+
sorted: boolean;
|
|
403
|
+
sortOrder: string;
|
|
404
|
+
subscription: Subscription;
|
|
405
|
+
constructor(dt: Table);
|
|
406
|
+
ngOnInit(): void;
|
|
407
|
+
updateSortState(): void;
|
|
408
|
+
onClick(event: MouseEvent): void;
|
|
409
|
+
onEnterKey(event: MouseEvent): void;
|
|
410
|
+
isEnabled(): boolean;
|
|
411
|
+
isFilterElement(element: HTMLElement): boolean;
|
|
412
|
+
ngOnDestroy(): void;
|
|
413
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SortableColumn, never>;
|
|
414
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SortableColumn, "[pSortableColumn]", never, { "field": { "alias": "pSortableColumn"; "required": false; }; "pSortableColumnDisabled": { "alias": "pSortableColumnDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
415
|
+
}
|
|
416
|
+
export declare class SortIcon implements OnInit, OnDestroy {
|
|
417
|
+
dt: Table;
|
|
418
|
+
cd: ChangeDetectorRef;
|
|
419
|
+
field: string;
|
|
420
|
+
subscription: Subscription;
|
|
421
|
+
sortOrder: number;
|
|
422
|
+
constructor(dt: Table, cd: ChangeDetectorRef);
|
|
423
|
+
ngOnInit(): void;
|
|
424
|
+
onClick(event: any): void;
|
|
425
|
+
updateSortState(): void;
|
|
426
|
+
getMultiSortMetaIndex(): number;
|
|
427
|
+
getBadgeValue(): number;
|
|
428
|
+
isMultiSorted(): boolean;
|
|
429
|
+
ngOnDestroy(): void;
|
|
430
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SortIcon, never>;
|
|
431
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SortIcon, "p-sortIcon", never, { "field": { "alias": "field"; "required": false; }; }, {}, never, never, false, never>;
|
|
432
|
+
}
|
|
433
|
+
export declare class SelectableRow implements OnInit, OnDestroy {
|
|
434
|
+
dt: Table;
|
|
435
|
+
tableService: TableService;
|
|
436
|
+
data: any;
|
|
437
|
+
index: number;
|
|
438
|
+
pSelectableRowDisabled: boolean;
|
|
439
|
+
selected: boolean;
|
|
440
|
+
subscription: Subscription;
|
|
441
|
+
constructor(dt: Table, tableService: TableService);
|
|
442
|
+
ngOnInit(): void;
|
|
443
|
+
onClick(event: Event): void;
|
|
444
|
+
onTouchEnd(event: Event): void;
|
|
445
|
+
onArrowDownKeyDown(event: KeyboardEvent): void;
|
|
446
|
+
onArrowUpKeyDown(event: KeyboardEvent): void;
|
|
447
|
+
onEnterKeyDown(event: KeyboardEvent): void;
|
|
448
|
+
onPageDownKeyDown(): void;
|
|
449
|
+
onSpaceKeydown(): void;
|
|
450
|
+
findNextSelectableRow(row: HTMLTableRowElement): HTMLTableRowElement;
|
|
451
|
+
findPrevSelectableRow(row: HTMLTableRowElement): HTMLTableRowElement;
|
|
452
|
+
isEnabled(): boolean;
|
|
453
|
+
ngOnDestroy(): void;
|
|
454
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectableRow, never>;
|
|
455
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableRow, "[pSelectableRow]", never, { "data": { "alias": "pSelectableRow"; "required": false; }; "index": { "alias": "pSelectableRowIndex"; "required": false; }; "pSelectableRowDisabled": { "alias": "pSelectableRowDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
456
|
+
}
|
|
457
|
+
export declare class SelectableRowDblClick implements OnInit, OnDestroy {
|
|
458
|
+
dt: Table;
|
|
459
|
+
tableService: TableService;
|
|
460
|
+
data: any;
|
|
461
|
+
index: number;
|
|
462
|
+
pSelectableRowDisabled: boolean;
|
|
463
|
+
selected: boolean;
|
|
464
|
+
subscription: Subscription;
|
|
465
|
+
constructor(dt: Table, tableService: TableService);
|
|
466
|
+
ngOnInit(): void;
|
|
467
|
+
onClick(event: Event): void;
|
|
468
|
+
isEnabled(): boolean;
|
|
469
|
+
ngOnDestroy(): void;
|
|
470
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectableRowDblClick, never>;
|
|
471
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableRowDblClick, "[pSelectableRowDblClick]", never, { "data": { "alias": "pSelectableRowDblClick"; "required": false; }; "index": { "alias": "pSelectableRowIndex"; "required": false; }; "pSelectableRowDisabled": { "alias": "pSelectableRowDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
472
|
+
}
|
|
473
|
+
export declare class ContextMenuRow {
|
|
474
|
+
dt: Table;
|
|
475
|
+
tableService: TableService;
|
|
476
|
+
private el;
|
|
477
|
+
data: any;
|
|
478
|
+
index: number;
|
|
479
|
+
pContextMenuRowDisabled: boolean;
|
|
480
|
+
selected: boolean;
|
|
481
|
+
subscription: Subscription;
|
|
482
|
+
constructor(dt: Table, tableService: TableService, el: ElementRef);
|
|
483
|
+
onContextMenu(event: Event): void;
|
|
484
|
+
isEnabled(): boolean;
|
|
485
|
+
ngOnDestroy(): void;
|
|
486
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuRow, never>;
|
|
487
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuRow, "[pContextMenuRow]", never, { "data": { "alias": "pContextMenuRow"; "required": false; }; "index": { "alias": "pContextMenuRowIndex"; "required": false; }; "pContextMenuRowDisabled": { "alias": "pContextMenuRowDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
488
|
+
}
|
|
489
|
+
export declare class RowToggler {
|
|
490
|
+
dt: Table;
|
|
491
|
+
data: any;
|
|
492
|
+
pRowTogglerDisabled: boolean;
|
|
493
|
+
constructor(dt: Table);
|
|
494
|
+
onClick(event: Event): void;
|
|
495
|
+
isEnabled(): boolean;
|
|
496
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowToggler, never>;
|
|
497
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RowToggler, "[pRowToggler]", never, { "data": { "alias": "pRowToggler"; "required": false; }; "pRowTogglerDisabled": { "alias": "pRowTogglerDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
498
|
+
}
|
|
499
|
+
export declare class ResizableColumn implements AfterViewInit, OnDestroy {
|
|
500
|
+
dt: Table;
|
|
501
|
+
el: ElementRef;
|
|
502
|
+
zone: NgZone;
|
|
503
|
+
pResizableColumnDisabled: boolean;
|
|
504
|
+
resizer: HTMLSpanElement;
|
|
505
|
+
resizerMouseDownListener: any;
|
|
506
|
+
documentMouseMoveListener: any;
|
|
507
|
+
documentMouseUpListener: any;
|
|
508
|
+
constructor(dt: Table, el: ElementRef, zone: NgZone);
|
|
509
|
+
ngAfterViewInit(): void;
|
|
510
|
+
bindDocumentEvents(): void;
|
|
511
|
+
unbindDocumentEvents(): void;
|
|
512
|
+
onMouseDown(event: MouseEvent): void;
|
|
513
|
+
onDocumentMouseMove(event: MouseEvent): void;
|
|
514
|
+
onDocumentMouseUp(event: MouseEvent): void;
|
|
515
|
+
isEnabled(): boolean;
|
|
516
|
+
ngOnDestroy(): void;
|
|
517
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResizableColumn, never>;
|
|
518
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableColumn, "[pResizableColumn]", never, { "pResizableColumnDisabled": { "alias": "pResizableColumnDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
519
|
+
}
|
|
520
|
+
export declare class ReorderableColumn implements AfterViewInit, OnDestroy {
|
|
521
|
+
dt: Table;
|
|
522
|
+
el: ElementRef;
|
|
523
|
+
zone: NgZone;
|
|
524
|
+
pReorderableColumnDisabled: boolean;
|
|
525
|
+
dragStartListener: any;
|
|
526
|
+
dragOverListener: any;
|
|
527
|
+
dragEnterListener: any;
|
|
528
|
+
dragLeaveListener: any;
|
|
529
|
+
mouseDownListener: any;
|
|
530
|
+
constructor(dt: Table, el: ElementRef, zone: NgZone);
|
|
531
|
+
ngAfterViewInit(): void;
|
|
532
|
+
bindEvents(): void;
|
|
533
|
+
unbindEvents(): void;
|
|
534
|
+
onMouseDown(event: any): void;
|
|
535
|
+
onDragStart(event: any): void;
|
|
536
|
+
onDragOver(event: any): void;
|
|
537
|
+
onDragEnter(event: any): void;
|
|
538
|
+
onDragLeave(event: any): void;
|
|
539
|
+
onDrop(event: any): void;
|
|
540
|
+
isEnabled(): boolean;
|
|
541
|
+
ngOnDestroy(): void;
|
|
542
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReorderableColumn, never>;
|
|
543
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReorderableColumn, "[pReorderableColumn]", never, { "pReorderableColumnDisabled": { "alias": "pReorderableColumnDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
544
|
+
}
|
|
545
|
+
export declare class EditableColumn implements AfterViewInit, OnDestroy {
|
|
546
|
+
dt: Table;
|
|
547
|
+
el: ElementRef;
|
|
548
|
+
zone: NgZone;
|
|
549
|
+
data: any;
|
|
550
|
+
field: any;
|
|
551
|
+
rowIndex: number;
|
|
552
|
+
pEditableColumnDisabled: boolean;
|
|
553
|
+
pFocusCellSelector: string;
|
|
554
|
+
overlayEventListener: any;
|
|
555
|
+
constructor(dt: Table, el: ElementRef, zone: NgZone);
|
|
556
|
+
ngAfterViewInit(): void;
|
|
557
|
+
onClick(event: MouseEvent): void;
|
|
558
|
+
openCell(): void;
|
|
559
|
+
closeEditingCell(completed: any, event: any): void;
|
|
560
|
+
onEnterKeyDown(event: KeyboardEvent): void;
|
|
561
|
+
onTabKeyDown(event: KeyboardEvent): void;
|
|
562
|
+
onEscapeKeyDown(event: KeyboardEvent): void;
|
|
563
|
+
onShiftKeyDown(event: KeyboardEvent): void;
|
|
564
|
+
onArrowDown(event: KeyboardEvent): void;
|
|
565
|
+
onArrowUp(event: KeyboardEvent): void;
|
|
566
|
+
onArrowLeft(event: KeyboardEvent): void;
|
|
567
|
+
onArrowRight(event: KeyboardEvent): void;
|
|
568
|
+
findCell(element: any): any;
|
|
569
|
+
moveToPreviousCell(event: KeyboardEvent): void;
|
|
570
|
+
moveToNextCell(event: KeyboardEvent): void;
|
|
571
|
+
findPreviousEditableColumn(cell: Element): any;
|
|
572
|
+
findNextEditableColumn(cell: Element): any;
|
|
573
|
+
findNextEditableColumnByIndex(cell: Element, index: number): Element;
|
|
574
|
+
findPrevEditableColumnByIndex(cell: Element, index: number): Element;
|
|
575
|
+
isEnabled(): boolean;
|
|
576
|
+
ngOnDestroy(): void;
|
|
577
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableColumn, never>;
|
|
578
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditableColumn, "[pEditableColumn]", never, { "data": { "alias": "pEditableColumn"; "required": false; }; "field": { "alias": "pEditableColumnField"; "required": false; }; "rowIndex": { "alias": "pEditableColumnRowIndex"; "required": false; }; "pEditableColumnDisabled": { "alias": "pEditableColumnDisabled"; "required": false; }; "pFocusCellSelector": { "alias": "pFocusCellSelector"; "required": false; }; }, {}, never, never, false, never>;
|
|
579
|
+
}
|
|
580
|
+
export declare class EditableRow {
|
|
581
|
+
el: ElementRef;
|
|
582
|
+
data: any;
|
|
583
|
+
pEditableRowDisabled: boolean;
|
|
584
|
+
constructor(el: ElementRef);
|
|
585
|
+
isEnabled(): boolean;
|
|
586
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditableRow, never>;
|
|
587
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditableRow, "[pEditableRow]", never, { "data": { "alias": "pEditableRow"; "required": false; }; "pEditableRowDisabled": { "alias": "pEditableRowDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
588
|
+
}
|
|
589
|
+
export declare class InitEditableRow {
|
|
590
|
+
dt: Table;
|
|
591
|
+
editableRow: EditableRow;
|
|
592
|
+
constructor(dt: Table, editableRow: EditableRow);
|
|
593
|
+
onClick(event: Event): void;
|
|
594
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InitEditableRow, never>;
|
|
595
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InitEditableRow, "[pInitEditableRow]", never, {}, {}, never, never, false, never>;
|
|
596
|
+
}
|
|
597
|
+
export declare class SaveEditableRow {
|
|
598
|
+
dt: Table;
|
|
599
|
+
editableRow: EditableRow;
|
|
600
|
+
constructor(dt: Table, editableRow: EditableRow);
|
|
601
|
+
onClick(event: Event): void;
|
|
602
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SaveEditableRow, never>;
|
|
603
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SaveEditableRow, "[pSaveEditableRow]", never, {}, {}, never, never, false, never>;
|
|
604
|
+
}
|
|
605
|
+
export declare class CancelEditableRow {
|
|
606
|
+
dt: Table;
|
|
607
|
+
editableRow: EditableRow;
|
|
608
|
+
constructor(dt: Table, editableRow: EditableRow);
|
|
609
|
+
onClick(event: Event): void;
|
|
610
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CancelEditableRow, never>;
|
|
611
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CancelEditableRow, "[pCancelEditableRow]", never, {}, {}, never, never, false, never>;
|
|
612
|
+
}
|
|
613
|
+
export declare class CellEditor implements AfterContentInit {
|
|
614
|
+
dt: Table;
|
|
615
|
+
editableColumn: EditableColumn;
|
|
616
|
+
editableRow: EditableRow;
|
|
617
|
+
templates: QueryList<PrimeTemplate>;
|
|
618
|
+
inputTemplate: TemplateRef<any>;
|
|
619
|
+
outputTemplate: TemplateRef<any>;
|
|
620
|
+
constructor(dt: Table, editableColumn: EditableColumn, editableRow: EditableRow);
|
|
621
|
+
ngAfterContentInit(): void;
|
|
622
|
+
get editing(): boolean;
|
|
623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CellEditor, [null, { optional: true; }, { optional: true; }]>;
|
|
624
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CellEditor, "p-cellEditor", never, {}, {}, ["templates"], never, false, never>;
|
|
625
|
+
}
|
|
626
|
+
export declare class TableRadioButton {
|
|
627
|
+
dt: Table;
|
|
628
|
+
tableService: TableService;
|
|
629
|
+
cd: ChangeDetectorRef;
|
|
630
|
+
disabled: boolean;
|
|
631
|
+
value: any;
|
|
632
|
+
index: number;
|
|
633
|
+
inputId: string;
|
|
634
|
+
name: string;
|
|
635
|
+
ariaLabel: string;
|
|
636
|
+
checked: boolean;
|
|
637
|
+
focused: boolean;
|
|
638
|
+
subscription: Subscription;
|
|
639
|
+
constructor(dt: Table, tableService: TableService, cd: ChangeDetectorRef);
|
|
640
|
+
ngOnInit(): void;
|
|
641
|
+
onClick(event: Event): void;
|
|
642
|
+
onFocus(): void;
|
|
643
|
+
onBlur(): void;
|
|
644
|
+
ngOnDestroy(): void;
|
|
645
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableRadioButton, never>;
|
|
646
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableRadioButton, "p-tableRadioButton", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "index": { "alias": "index"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
647
|
+
}
|
|
648
|
+
export declare class TableCheckbox {
|
|
649
|
+
dt: Table;
|
|
650
|
+
tableService: TableService;
|
|
651
|
+
cd: ChangeDetectorRef;
|
|
652
|
+
disabled: boolean;
|
|
653
|
+
value: any;
|
|
654
|
+
index: number;
|
|
655
|
+
inputId: string;
|
|
656
|
+
name: string;
|
|
657
|
+
required: boolean;
|
|
658
|
+
ariaLabel: string;
|
|
659
|
+
checked: boolean;
|
|
660
|
+
focused: boolean;
|
|
661
|
+
subscription: Subscription;
|
|
662
|
+
constructor(dt: Table, tableService: TableService, cd: ChangeDetectorRef);
|
|
663
|
+
ngOnInit(): void;
|
|
664
|
+
onClick(event: Event): void;
|
|
665
|
+
onFocus(): void;
|
|
666
|
+
onBlur(): void;
|
|
667
|
+
ngOnDestroy(): void;
|
|
668
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableCheckbox, never>;
|
|
669
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableCheckbox, "p-tableCheckbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "index": { "alias": "index"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
670
|
+
}
|
|
671
|
+
export declare class TableHeaderCheckbox {
|
|
672
|
+
dt: Table;
|
|
673
|
+
tableService: TableService;
|
|
674
|
+
cd: ChangeDetectorRef;
|
|
675
|
+
disabled: boolean;
|
|
676
|
+
inputId: string;
|
|
677
|
+
name: string;
|
|
678
|
+
ariaLabel: string;
|
|
679
|
+
checked: boolean;
|
|
680
|
+
focused: boolean;
|
|
681
|
+
selectionChangeSubscription: Subscription;
|
|
682
|
+
valueChangeSubscription: Subscription;
|
|
683
|
+
constructor(dt: Table, tableService: TableService, cd: ChangeDetectorRef);
|
|
684
|
+
ngOnInit(): void;
|
|
685
|
+
onClick(event: Event): void;
|
|
686
|
+
onFocus(): void;
|
|
687
|
+
onBlur(): void;
|
|
688
|
+
isDisabled(): boolean;
|
|
689
|
+
ngOnDestroy(): void;
|
|
690
|
+
updateCheckedState(): any;
|
|
691
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCheckbox, never>;
|
|
692
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderCheckbox, "p-tableHeaderCheckbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
693
|
+
}
|
|
694
|
+
export declare class ReorderableRowHandle implements AfterViewInit {
|
|
695
|
+
el: ElementRef;
|
|
696
|
+
index: number;
|
|
697
|
+
constructor(el: ElementRef);
|
|
698
|
+
ngAfterViewInit(): void;
|
|
699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReorderableRowHandle, never>;
|
|
700
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReorderableRowHandle, "[pReorderableRowHandle]", never, { "index": { "alias": "pReorderableRowHandle"; "required": false; }; }, {}, never, never, false, never>;
|
|
701
|
+
}
|
|
702
|
+
export declare class ReorderableRow implements AfterViewInit {
|
|
703
|
+
dt: Table;
|
|
704
|
+
el: ElementRef;
|
|
705
|
+
zone: NgZone;
|
|
706
|
+
index: number;
|
|
707
|
+
pReorderableRowDisabled: boolean;
|
|
708
|
+
mouseDownListener: any;
|
|
709
|
+
dragStartListener: any;
|
|
710
|
+
dragEndListener: any;
|
|
711
|
+
dragOverListener: any;
|
|
712
|
+
dragLeaveListener: any;
|
|
713
|
+
dropListener: any;
|
|
714
|
+
constructor(dt: Table, el: ElementRef, zone: NgZone);
|
|
715
|
+
ngAfterViewInit(): void;
|
|
716
|
+
bindEvents(): void;
|
|
717
|
+
unbindEvents(): void;
|
|
718
|
+
onMouseDown(event: any): void;
|
|
719
|
+
onDragStart(event: any): void;
|
|
720
|
+
onDragEnd(event: any): void;
|
|
721
|
+
onDragOver(event: any): void;
|
|
722
|
+
onDragLeave(event: any): void;
|
|
723
|
+
isEnabled(): boolean;
|
|
724
|
+
onDrop(event: any): void;
|
|
725
|
+
ngOnDestroy(): void;
|
|
726
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReorderableRow, never>;
|
|
727
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReorderableRow, "[pReorderableRow]", never, { "index": { "alias": "pReorderableRow"; "required": false; }; "pReorderableRowDisabled": { "alias": "pReorderableRowDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
728
|
+
}
|
|
729
|
+
export declare class ColumnFilter implements AfterContentInit {
|
|
730
|
+
el: ElementRef;
|
|
731
|
+
dt: Table;
|
|
732
|
+
renderer: Renderer2;
|
|
733
|
+
config: PrimeNG;
|
|
734
|
+
overlayService: OverlayService;
|
|
735
|
+
field: string;
|
|
736
|
+
type: string;
|
|
737
|
+
display: string;
|
|
738
|
+
showMenu: boolean;
|
|
739
|
+
matchMode: string;
|
|
740
|
+
operator: string;
|
|
741
|
+
showOperator: boolean;
|
|
742
|
+
showClearButton: boolean;
|
|
743
|
+
showApplyButton: boolean;
|
|
744
|
+
showMatchModes: boolean;
|
|
745
|
+
showAddButton: boolean;
|
|
746
|
+
hideOnClear: boolean;
|
|
747
|
+
placeholder: string;
|
|
748
|
+
matchModeOptions: SelectItem[];
|
|
749
|
+
maxConstraints: number;
|
|
750
|
+
minFractionDigits: number;
|
|
751
|
+
maxFractionDigits: number;
|
|
752
|
+
prefix: string;
|
|
753
|
+
suffix: string;
|
|
754
|
+
locale: string;
|
|
755
|
+
localeMatcher: string;
|
|
756
|
+
currency: string;
|
|
757
|
+
currencyDisplay: string;
|
|
758
|
+
useGrouping: boolean;
|
|
759
|
+
showButtons: boolean;
|
|
760
|
+
showTime: boolean;
|
|
761
|
+
icon: ElementRef;
|
|
762
|
+
templates: QueryList<any>;
|
|
763
|
+
constructor(el: ElementRef, dt: Table, renderer: Renderer2, config: PrimeNG, overlayService: OverlayService);
|
|
764
|
+
overlaySubscription: Subscription;
|
|
765
|
+
headerTemplate: TemplateRef<any>;
|
|
766
|
+
filterTemplate: TemplateRef<any>;
|
|
767
|
+
footerTemplate: TemplateRef<any>;
|
|
768
|
+
operatorOptions: any[];
|
|
769
|
+
overlayVisible: boolean;
|
|
770
|
+
overlay: HTMLElement;
|
|
771
|
+
scrollHandler: any;
|
|
772
|
+
documentClickListener: any;
|
|
773
|
+
documentResizeListener: any;
|
|
774
|
+
matchModes: SelectItem[];
|
|
775
|
+
translationSubscription: Subscription;
|
|
776
|
+
resetSubscription: Subscription;
|
|
777
|
+
selfClick: boolean;
|
|
778
|
+
overlayEventListener: any;
|
|
779
|
+
ngOnInit(): void;
|
|
780
|
+
generateMatchModeOptions(): void;
|
|
781
|
+
generateOperatorOptions(): void;
|
|
782
|
+
ngAfterContentInit(): void;
|
|
783
|
+
initFieldFilterConstraint(): void;
|
|
784
|
+
onMenuMatchModeChange(value: any, filterMeta: FilterMetadata): void;
|
|
785
|
+
onRowMatchModeChange(matchMode: string): void;
|
|
786
|
+
onRowMatchModeKeyDown(event: KeyboardEvent): void;
|
|
787
|
+
onRowClearItemClick(): void;
|
|
788
|
+
isRowMatchModeSelected(matchMode: string): boolean;
|
|
789
|
+
addConstraint(): void;
|
|
790
|
+
removeConstraint(filterMeta: FilterMetadata): void;
|
|
791
|
+
onOperatorChange(value: any): void;
|
|
792
|
+
toggleMenu(): void;
|
|
793
|
+
onToggleButtonKeyDown(event: KeyboardEvent): void;
|
|
794
|
+
onEscape(): void;
|
|
795
|
+
findNextItem(item: HTMLLIElement): any;
|
|
796
|
+
findPrevItem(item: HTMLLIElement): any;
|
|
797
|
+
onContentClick(): void;
|
|
798
|
+
onOverlayAnimationStart(event: AnimationEvent): void;
|
|
799
|
+
onOverlayAnimationEnd(event: AnimationEvent): void;
|
|
800
|
+
getDefaultMatchMode(): string;
|
|
801
|
+
getDefaultOperator(): string;
|
|
802
|
+
hasRowFilter(): boolean;
|
|
803
|
+
get fieldConstraints(): FilterMetadata[];
|
|
804
|
+
get showRemoveIcon(): boolean;
|
|
805
|
+
get showMenuButton(): boolean;
|
|
806
|
+
get isShowOperator(): boolean;
|
|
807
|
+
get isShowAddConstraint(): boolean;
|
|
808
|
+
get applyButtonLabel(): string;
|
|
809
|
+
get clearButtonLabel(): string;
|
|
810
|
+
get addRuleButtonLabel(): string;
|
|
811
|
+
get removeRuleButtonLabel(): string;
|
|
812
|
+
get noFilterLabel(): string;
|
|
813
|
+
hasFilter(): boolean;
|
|
814
|
+
isOutsideClicked(event: any): boolean;
|
|
815
|
+
bindDocumentClickListener(): void;
|
|
816
|
+
unbindDocumentClickListener(): void;
|
|
817
|
+
bindDocumentResizeListener(): void;
|
|
818
|
+
unbindDocumentResizeListener(): void;
|
|
819
|
+
bindScrollListener(): void;
|
|
820
|
+
unbindScrollListener(): void;
|
|
821
|
+
hide(): void;
|
|
822
|
+
onOverlayHide(): void;
|
|
823
|
+
clearFilter(): void;
|
|
824
|
+
applyFilter(): void;
|
|
825
|
+
ngOnDestroy(): void;
|
|
826
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnFilter, never>;
|
|
827
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnFilter, "p-columnFilter", never, { "field": { "alias": "field"; "required": false; }; "type": { "alias": "type"; "required": false; }; "display": { "alias": "display"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "matchMode": { "alias": "matchMode"; "required": false; }; "operator": { "alias": "operator"; "required": false; }; "showOperator": { "alias": "showOperator"; "required": false; }; "showClearButton": { "alias": "showClearButton"; "required": false; }; "showApplyButton": { "alias": "showApplyButton"; "required": false; }; "showMatchModes": { "alias": "showMatchModes"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "hideOnClear": { "alias": "hideOnClear"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "matchModeOptions": { "alias": "matchModeOptions"; "required": false; }; "maxConstraints": { "alias": "maxConstraints"; "required": false; }; "minFractionDigits": { "alias": "minFractionDigits"; "required": false; }; "maxFractionDigits": { "alias": "maxFractionDigits"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "localeMatcher": { "alias": "localeMatcher"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "currencyDisplay": { "alias": "currencyDisplay"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; }, {}, ["templates"], never, false, never>;
|
|
828
|
+
}
|
|
829
|
+
export declare class ColumnFilterFormElement implements OnInit {
|
|
830
|
+
dt: Table;
|
|
831
|
+
private colFilter;
|
|
832
|
+
field: string;
|
|
833
|
+
type: string;
|
|
834
|
+
filterConstraint: FilterMetadata;
|
|
835
|
+
filterTemplate: TemplateRef<any>;
|
|
836
|
+
placeholder: string;
|
|
837
|
+
minFractionDigits: number;
|
|
838
|
+
maxFractionDigits: number;
|
|
839
|
+
prefix: string;
|
|
840
|
+
suffix: string;
|
|
841
|
+
locale: string;
|
|
842
|
+
localeMatcher: string;
|
|
843
|
+
currency: string;
|
|
844
|
+
currencyDisplay: string;
|
|
845
|
+
useGrouping: boolean;
|
|
846
|
+
showTime: boolean;
|
|
847
|
+
get showButtons(): boolean;
|
|
848
|
+
set showButtons(val: boolean);
|
|
849
|
+
filterCallback: Function;
|
|
850
|
+
constructor(dt: Table, colFilter: ColumnFilter);
|
|
851
|
+
ngOnInit(): void;
|
|
852
|
+
onModelChange(value: any): void;
|
|
853
|
+
onTextInputEnterKeyDown(event: KeyboardEvent): void;
|
|
854
|
+
onNumericInputKeyDown(event: KeyboardEvent): void;
|
|
855
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnFilterFormElement, never>;
|
|
856
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnFilterFormElement, "p-columnFilterFormElement", never, { "field": { "alias": "field"; "required": false; }; "type": { "alias": "type"; "required": false; }; "filterConstraint": { "alias": "filterConstraint"; "required": false; }; "filterTemplate": { "alias": "filterTemplate"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minFractionDigits": { "alias": "minFractionDigits"; "required": false; }; "maxFractionDigits": { "alias": "maxFractionDigits"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "localeMatcher": { "alias": "localeMatcher"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "currencyDisplay": { "alias": "currencyDisplay"; "required": false; }; "useGrouping": { "alias": "useGrouping"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; }, {}, never, never, false, never>;
|
|
857
|
+
}
|
|
858
|
+
export declare class TableModule {
|
|
859
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
860
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof Table, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof TableBody, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement], [typeof i1.CommonModule, typeof i2.PaginatorModule, typeof i3.InputTextModule, typeof i4.SelectModule, typeof i5.CheckboxModule, typeof i6.FormsModule, typeof i7.ButtonModule, typeof i8.SelectButtonModule, typeof i9.CalendarModule, typeof i10.InputNumberModule, typeof i11.ScrollerModule], [typeof Table, typeof i12.SharedModule, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement, typeof i11.ScrollerModule]>;
|
|
861
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
862
|
+
}
|