@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,815 @@
|
|
|
1
|
+
export declare enum SmzExcelTypeDefinitions {
|
|
2
|
+
Table = 0,
|
|
3
|
+
Chart = 1
|
|
4
|
+
}
|
|
5
|
+
export declare enum SmzExcelDataDefinitions {
|
|
6
|
+
Text = 0,
|
|
7
|
+
Number = 1,
|
|
8
|
+
DateTime = 2,
|
|
9
|
+
HyperLink = 3,
|
|
10
|
+
AutoDetect = 4
|
|
11
|
+
}
|
|
12
|
+
export declare enum SmzExcelFontDefinitions {
|
|
13
|
+
Arial = 0,
|
|
14
|
+
Calibri = 1,
|
|
15
|
+
CalibriLight = 2,
|
|
16
|
+
CourierNew = 3,
|
|
17
|
+
TimesNewRoman = 4
|
|
18
|
+
}
|
|
19
|
+
export declare enum SmzExcelThemeDefinitions {
|
|
20
|
+
None = 0,
|
|
21
|
+
TableStyleLight1 = 1,
|
|
22
|
+
TableStyleLight2 = 2,
|
|
23
|
+
TableStyleLight3 = 3,
|
|
24
|
+
TableStyleLight4 = 4,
|
|
25
|
+
TableStyleLight5 = 5,
|
|
26
|
+
TableStyleLight6 = 6,
|
|
27
|
+
TableStyleLight7 = 7,
|
|
28
|
+
TableStyleLight8 = 8,
|
|
29
|
+
TableStyleLight9 = 9,
|
|
30
|
+
TableStyleLight10 = 10,
|
|
31
|
+
TableStyleLight11 = 11,
|
|
32
|
+
TableStyleLight12 = 12,
|
|
33
|
+
TableStyleLight13 = 13,
|
|
34
|
+
TableStyleLight14 = 14,
|
|
35
|
+
TableStyleLight15 = 15,
|
|
36
|
+
TableStyleLight16 = 16,
|
|
37
|
+
TableStyleLight17 = 17,
|
|
38
|
+
TableStyleLight18 = 18,
|
|
39
|
+
TableStyleLight19 = 19,
|
|
40
|
+
TableStyleLight20 = 20,
|
|
41
|
+
TableStyleLight21 = 21,
|
|
42
|
+
TableStyleMedium1 = 22,
|
|
43
|
+
TableStyleMedium2 = 23,
|
|
44
|
+
TableStyleMedium3 = 24,
|
|
45
|
+
TableStyleMedium4 = 25,
|
|
46
|
+
TableStyleMedium5 = 26,
|
|
47
|
+
TableStyleMedium6 = 27,
|
|
48
|
+
TableStyleMedium7 = 28,
|
|
49
|
+
TableStyleMedium8 = 29,
|
|
50
|
+
TableStyleMedium9 = 30,
|
|
51
|
+
TableStyleMedium10 = 31,
|
|
52
|
+
TableStyleMedium11 = 32,
|
|
53
|
+
TableStyleMedium12 = 33,
|
|
54
|
+
TableStyleMedium13 = 34,
|
|
55
|
+
TableStyleMedium14 = 35,
|
|
56
|
+
TableStyleMedium15 = 36,
|
|
57
|
+
TableStyleMedium16 = 37,
|
|
58
|
+
TableStyleMedium17 = 38,
|
|
59
|
+
TableStyleMedium18 = 39,
|
|
60
|
+
TableStyleMedium19 = 40,
|
|
61
|
+
TableStyleMedium20 = 41,
|
|
62
|
+
TableStyleMedium21 = 42,
|
|
63
|
+
TableStyleDark1 = 43,
|
|
64
|
+
TableStyleDark2 = 44,
|
|
65
|
+
TableStyleDark3 = 45,
|
|
66
|
+
TableStyleDark4 = 46,
|
|
67
|
+
TableStyleDark5 = 47,
|
|
68
|
+
TableStyleDark6 = 48,
|
|
69
|
+
TableStyleDark7 = 49,
|
|
70
|
+
TableStyleDark8 = 50,
|
|
71
|
+
TableStyleDark9 = 51,
|
|
72
|
+
TableStyleDark10 = 52,
|
|
73
|
+
TableStyleDark11 = 53
|
|
74
|
+
}
|
|
75
|
+
export declare enum SmzExcelSortOrderDefinitions {
|
|
76
|
+
Ascending = 0,
|
|
77
|
+
Descending = 1
|
|
78
|
+
}
|
|
79
|
+
export declare enum SmzExcelColorDefinitions {
|
|
80
|
+
NoColor = 0,
|
|
81
|
+
AliceBlue = 1,
|
|
82
|
+
AntiqueWhite = 2,
|
|
83
|
+
Aqua = 3,
|
|
84
|
+
Aquamarine = 4,
|
|
85
|
+
Azure = 5,
|
|
86
|
+
Beige = 6,
|
|
87
|
+
Bisque = 7,
|
|
88
|
+
Black = 8,
|
|
89
|
+
BlanchedAlmond = 9,
|
|
90
|
+
Blue = 10,
|
|
91
|
+
BlueViolet = 11,
|
|
92
|
+
Brown = 12,
|
|
93
|
+
BurlyWood = 13,
|
|
94
|
+
CadetBlue = 14,
|
|
95
|
+
Chartreuse = 15,
|
|
96
|
+
Chocolate = 16,
|
|
97
|
+
Coral = 17,
|
|
98
|
+
CornflowerBlue = 18,
|
|
99
|
+
Cornsilk = 19,
|
|
100
|
+
Crimson = 20,
|
|
101
|
+
Cyan = 21,
|
|
102
|
+
DarkBlue = 22,
|
|
103
|
+
DarkCyan = 23,
|
|
104
|
+
DarkGoldenrod = 24,
|
|
105
|
+
DarkGray = 25,
|
|
106
|
+
DarkGreen = 26,
|
|
107
|
+
DarkKhaki = 27,
|
|
108
|
+
DarkMagenta = 28,
|
|
109
|
+
DarkOliveGreen = 29,
|
|
110
|
+
DarkOrange = 30,
|
|
111
|
+
DarkOrchid = 31,
|
|
112
|
+
DarkRed = 32,
|
|
113
|
+
DarkSalmon = 33,
|
|
114
|
+
DarkSeaGreen = 34,
|
|
115
|
+
DarkSlateBlue = 35,
|
|
116
|
+
DarkSlateGray = 36,
|
|
117
|
+
DarkTurquoise = 37,
|
|
118
|
+
DarkViolet = 38,
|
|
119
|
+
DeepPink = 39,
|
|
120
|
+
DeepSkyBlue = 40,
|
|
121
|
+
DimGray = 41,
|
|
122
|
+
DodgerBlue = 42,
|
|
123
|
+
Firebrick = 43,
|
|
124
|
+
FloralWhite = 44,
|
|
125
|
+
ForestGreen = 45,
|
|
126
|
+
Fuchsia = 46,
|
|
127
|
+
Gainsboro = 47,
|
|
128
|
+
GhostWhite = 48,
|
|
129
|
+
Gold = 49,
|
|
130
|
+
Goldenrod = 50,
|
|
131
|
+
Gray = 51,
|
|
132
|
+
Green = 52,
|
|
133
|
+
GreenYellow = 53,
|
|
134
|
+
Honeydew = 54,
|
|
135
|
+
HotPink = 55,
|
|
136
|
+
IndianRed = 56,
|
|
137
|
+
Indigo = 57,
|
|
138
|
+
Ivory = 58,
|
|
139
|
+
Khaki = 59,
|
|
140
|
+
Lavender = 60,
|
|
141
|
+
LavenderBlush = 61,
|
|
142
|
+
LawnGreen = 62,
|
|
143
|
+
LemonChiffon = 63,
|
|
144
|
+
LightBlue = 64,
|
|
145
|
+
LightCoral = 65,
|
|
146
|
+
LightCyan = 66,
|
|
147
|
+
LightGoldenrodYellow = 67,
|
|
148
|
+
LightGray = 68,
|
|
149
|
+
LightGreen = 69,
|
|
150
|
+
LightPink = 70,
|
|
151
|
+
LightSalmon = 71,
|
|
152
|
+
LightSeaGreen = 72,
|
|
153
|
+
LightSkyBlue = 73,
|
|
154
|
+
LightSlateGray = 74,
|
|
155
|
+
LightSteelBlue = 75,
|
|
156
|
+
LightYellow = 76,
|
|
157
|
+
Lime = 77,
|
|
158
|
+
LimeGreen = 78,
|
|
159
|
+
Linen = 79,
|
|
160
|
+
Magenta = 80,
|
|
161
|
+
Maroon = 81,
|
|
162
|
+
MediumAquamarine = 82,
|
|
163
|
+
MediumBlue = 83,
|
|
164
|
+
MediumOrchid = 84,
|
|
165
|
+
MediumPurple = 85,
|
|
166
|
+
MediumSeaGreen = 86,
|
|
167
|
+
MediumSlateBlue = 87,
|
|
168
|
+
MediumSpringGreen = 88,
|
|
169
|
+
MediumTurquoise = 89,
|
|
170
|
+
MediumVioletRed = 90,
|
|
171
|
+
MidnightBlue = 91,
|
|
172
|
+
MintCream = 92,
|
|
173
|
+
MistyRose = 93,
|
|
174
|
+
Moccasin = 94,
|
|
175
|
+
NavajoWhite = 95,
|
|
176
|
+
Navy = 96,
|
|
177
|
+
OldLace = 97,
|
|
178
|
+
Olive = 98,
|
|
179
|
+
OliveDrab = 99,
|
|
180
|
+
Orange = 100,
|
|
181
|
+
OrangeRed = 101,
|
|
182
|
+
Orchid = 102,
|
|
183
|
+
PaleGoldenrod = 103,
|
|
184
|
+
PaleGreen = 104,
|
|
185
|
+
PaleTurquoise = 105,
|
|
186
|
+
PaleVioletRed = 106,
|
|
187
|
+
PapayaWhip = 107,
|
|
188
|
+
PeachPuff = 108,
|
|
189
|
+
Peru = 109,
|
|
190
|
+
Pink = 110,
|
|
191
|
+
Plum = 111,
|
|
192
|
+
PowderBlue = 112,
|
|
193
|
+
Purple = 113,
|
|
194
|
+
Red = 114,
|
|
195
|
+
RosyBrown = 115,
|
|
196
|
+
RoyalBlue = 116,
|
|
197
|
+
SaddleBrown = 117,
|
|
198
|
+
Salmon = 118,
|
|
199
|
+
SandyBrown = 119,
|
|
200
|
+
SeaGreen = 120,
|
|
201
|
+
SeaShell = 121,
|
|
202
|
+
Sienna = 122,
|
|
203
|
+
Silver = 123,
|
|
204
|
+
SkyBlue = 124,
|
|
205
|
+
SlateBlue = 125,
|
|
206
|
+
SlateGray = 126,
|
|
207
|
+
Snow = 127,
|
|
208
|
+
SpringGreen = 128,
|
|
209
|
+
SteelBlue = 129,
|
|
210
|
+
Tan = 130,
|
|
211
|
+
Teal = 131,
|
|
212
|
+
Thistle = 132,
|
|
213
|
+
Tomato = 133,
|
|
214
|
+
Turquoise = 134,
|
|
215
|
+
Violet = 135,
|
|
216
|
+
Wheat = 136,
|
|
217
|
+
White = 137,
|
|
218
|
+
WhiteSmoke = 138,
|
|
219
|
+
Yellow = 139,
|
|
220
|
+
YellowGreen = 140,
|
|
221
|
+
AirForceBlue = 141,
|
|
222
|
+
Alizarin = 142,
|
|
223
|
+
Almond = 143,
|
|
224
|
+
Amaranth = 144,
|
|
225
|
+
Amber = 145,
|
|
226
|
+
AmberSaeEce = 146,
|
|
227
|
+
AmericanRose = 147,
|
|
228
|
+
Amethyst = 148,
|
|
229
|
+
AntiFlashWhite = 149,
|
|
230
|
+
AntiqueBrass = 150,
|
|
231
|
+
AntiqueFuchsia = 151,
|
|
232
|
+
AppleGreen = 152,
|
|
233
|
+
Apricot = 153,
|
|
234
|
+
Aquamarine1 = 154,
|
|
235
|
+
ArmyGreen = 155,
|
|
236
|
+
Arsenic = 156,
|
|
237
|
+
ArylideYellow = 157,
|
|
238
|
+
AshGrey = 158,
|
|
239
|
+
Asparagus = 159,
|
|
240
|
+
AtomicTangerine = 160,
|
|
241
|
+
Auburn = 161,
|
|
242
|
+
Aureolin = 162,
|
|
243
|
+
Aurometalsaurus = 163,
|
|
244
|
+
Awesome = 164,
|
|
245
|
+
AzureColorWheel = 165,
|
|
246
|
+
BabyBlue = 166,
|
|
247
|
+
BabyBlueEyes = 167,
|
|
248
|
+
BabyPink = 168,
|
|
249
|
+
BallBlue = 169,
|
|
250
|
+
BananaMania = 170,
|
|
251
|
+
BattleshipGrey = 171,
|
|
252
|
+
Bazaar = 172,
|
|
253
|
+
BeauBlue = 173,
|
|
254
|
+
Beaver = 174,
|
|
255
|
+
Bistre = 175,
|
|
256
|
+
Bittersweet = 176,
|
|
257
|
+
BleuDeFrance = 177,
|
|
258
|
+
BlizzardBlue = 178,
|
|
259
|
+
Blond = 179,
|
|
260
|
+
BlueBell = 180,
|
|
261
|
+
BlueGray = 181,
|
|
262
|
+
BlueGreen = 182,
|
|
263
|
+
BluePigment = 183,
|
|
264
|
+
BlueRyb = 184,
|
|
265
|
+
Blush = 185,
|
|
266
|
+
Bole = 186,
|
|
267
|
+
BondiBlue = 187,
|
|
268
|
+
BostonUniversityRed = 188,
|
|
269
|
+
BrandeisBlue = 189,
|
|
270
|
+
Brass = 190,
|
|
271
|
+
BrickRed = 191,
|
|
272
|
+
BrightCerulean = 192,
|
|
273
|
+
BrightGreen = 193,
|
|
274
|
+
BrightLavender = 194,
|
|
275
|
+
BrightMaroon = 195,
|
|
276
|
+
BrightPink = 196,
|
|
277
|
+
BrightTurquoise = 197,
|
|
278
|
+
BrightUbe = 198,
|
|
279
|
+
BrilliantLavender = 199,
|
|
280
|
+
BrilliantRose = 200,
|
|
281
|
+
BrinkPink = 201,
|
|
282
|
+
BritishRacingGreen = 202,
|
|
283
|
+
Bronze = 203,
|
|
284
|
+
BrownTraditional = 204,
|
|
285
|
+
BubbleGum = 205,
|
|
286
|
+
Bubbles = 206,
|
|
287
|
+
Buff = 207,
|
|
288
|
+
BulgarianRose = 208,
|
|
289
|
+
Burgundy = 209,
|
|
290
|
+
BurntOrange = 210,
|
|
291
|
+
BurntSienna = 211,
|
|
292
|
+
BurntUmber = 212,
|
|
293
|
+
Byzantine = 213,
|
|
294
|
+
Byzantium = 214,
|
|
295
|
+
Cadet = 215,
|
|
296
|
+
CadetGrey = 216,
|
|
297
|
+
CadmiumGreen = 217,
|
|
298
|
+
CadmiumOrange = 218,
|
|
299
|
+
CadmiumRed = 219,
|
|
300
|
+
CadmiumYellow = 220,
|
|
301
|
+
CalPolyPomonaGreen = 221,
|
|
302
|
+
CambridgeBlue = 222,
|
|
303
|
+
Camel = 223,
|
|
304
|
+
CamouflageGreen = 224,
|
|
305
|
+
CanaryYellow = 225,
|
|
306
|
+
CandyAppleRed = 226,
|
|
307
|
+
CandyPink = 227,
|
|
308
|
+
CaputMortuum = 228,
|
|
309
|
+
Cardinal = 229,
|
|
310
|
+
CaribbeanGreen = 230,
|
|
311
|
+
Carmine = 231,
|
|
312
|
+
CarminePink = 232,
|
|
313
|
+
CarmineRed = 233,
|
|
314
|
+
CarnationPink = 234,
|
|
315
|
+
Carnelian = 235,
|
|
316
|
+
CarolinaBlue = 236,
|
|
317
|
+
CarrotOrange = 237,
|
|
318
|
+
Ceil = 238,
|
|
319
|
+
Celadon = 239,
|
|
320
|
+
CelestialBlue = 240,
|
|
321
|
+
Cerise = 241,
|
|
322
|
+
CerisePink = 242,
|
|
323
|
+
Cerulean = 243,
|
|
324
|
+
CeruleanBlue = 244,
|
|
325
|
+
Chamoisee = 245,
|
|
326
|
+
Champagne = 246,
|
|
327
|
+
Charcoal = 247,
|
|
328
|
+
ChartreuseTraditional = 248,
|
|
329
|
+
CherryBlossomPink = 249,
|
|
330
|
+
Chocolate1 = 250,
|
|
331
|
+
ChromeYellow = 251,
|
|
332
|
+
Cinereous = 252,
|
|
333
|
+
Cinnabar = 253,
|
|
334
|
+
Citrine = 254,
|
|
335
|
+
ClassicRose = 255,
|
|
336
|
+
Cobalt = 256,
|
|
337
|
+
ColumbiaBlue = 257,
|
|
338
|
+
CoolBlack = 258,
|
|
339
|
+
CoolGrey = 259,
|
|
340
|
+
Copper = 260,
|
|
341
|
+
CopperRose = 261,
|
|
342
|
+
Coquelicot = 262,
|
|
343
|
+
CoralPink = 263,
|
|
344
|
+
CoralRed = 264,
|
|
345
|
+
Cordovan = 265,
|
|
346
|
+
Corn = 266,
|
|
347
|
+
CornellRed = 267,
|
|
348
|
+
CosmicLatte = 268,
|
|
349
|
+
CottonCandy = 269,
|
|
350
|
+
Cream = 270,
|
|
351
|
+
CrimsonGlory = 271,
|
|
352
|
+
CyanProcess = 272,
|
|
353
|
+
Daffodil = 273,
|
|
354
|
+
Dandelion = 274,
|
|
355
|
+
DarkBrown = 275,
|
|
356
|
+
DarkByzantium = 276,
|
|
357
|
+
DarkCandyAppleRed = 277,
|
|
358
|
+
DarkCerulean = 278,
|
|
359
|
+
DarkChampagne = 279,
|
|
360
|
+
DarkChestnut = 280,
|
|
361
|
+
DarkCoral = 281,
|
|
362
|
+
DarkElectricBlue = 282,
|
|
363
|
+
DarkGreen1 = 283,
|
|
364
|
+
DarkJungleGreen = 284,
|
|
365
|
+
DarkLava = 285,
|
|
366
|
+
DarkLavender = 286,
|
|
367
|
+
DarkMidnightBlue = 287,
|
|
368
|
+
DarkPastelBlue = 288,
|
|
369
|
+
DarkPastelGreen = 289,
|
|
370
|
+
DarkPastelPurple = 290,
|
|
371
|
+
DarkPastelRed = 291,
|
|
372
|
+
DarkPink = 292,
|
|
373
|
+
DarkPowderBlue = 293,
|
|
374
|
+
DarkRaspberry = 294,
|
|
375
|
+
DarkScarlet = 295,
|
|
376
|
+
DarkSienna = 296,
|
|
377
|
+
DarkSpringGreen = 297,
|
|
378
|
+
DarkTan = 298,
|
|
379
|
+
DarkTangerine = 299,
|
|
380
|
+
DarkTaupe = 300,
|
|
381
|
+
DarkTerraCotta = 301,
|
|
382
|
+
DartmouthGreen = 302,
|
|
383
|
+
DavysGrey = 303,
|
|
384
|
+
DebianRed = 304,
|
|
385
|
+
DeepCarmine = 305,
|
|
386
|
+
DeepCarminePink = 306,
|
|
387
|
+
DeepCarrotOrange = 307,
|
|
388
|
+
DeepCerise = 308,
|
|
389
|
+
DeepChampagne = 309,
|
|
390
|
+
DeepChestnut = 310,
|
|
391
|
+
DeepFuchsia = 311,
|
|
392
|
+
DeepJungleGreen = 312,
|
|
393
|
+
DeepLilac = 313,
|
|
394
|
+
DeepMagenta = 314,
|
|
395
|
+
DeepPeach = 315,
|
|
396
|
+
DeepSaffron = 316,
|
|
397
|
+
Denim = 317,
|
|
398
|
+
Desert = 318,
|
|
399
|
+
DesertSand = 319,
|
|
400
|
+
DogwoodRose = 320,
|
|
401
|
+
DollarBill = 321,
|
|
402
|
+
Drab = 322,
|
|
403
|
+
DukeBlue = 323,
|
|
404
|
+
EarthYellow = 324,
|
|
405
|
+
Ecru = 325,
|
|
406
|
+
Eggplant = 326,
|
|
407
|
+
Eggshell = 327,
|
|
408
|
+
EgyptianBlue = 328,
|
|
409
|
+
ElectricBlue = 329,
|
|
410
|
+
ElectricCrimson = 330,
|
|
411
|
+
ElectricIndigo = 331,
|
|
412
|
+
ElectricLavender = 332,
|
|
413
|
+
ElectricLime = 333,
|
|
414
|
+
ElectricPurple = 334,
|
|
415
|
+
ElectricUltramarine = 335,
|
|
416
|
+
ElectricViolet = 336,
|
|
417
|
+
Emerald = 337,
|
|
418
|
+
EtonBlue = 338,
|
|
419
|
+
Fallow = 339,
|
|
420
|
+
FaluRed = 340,
|
|
421
|
+
Fandango = 341,
|
|
422
|
+
FashionFuchsia = 342,
|
|
423
|
+
Fawn = 343,
|
|
424
|
+
Feldgrau = 344,
|
|
425
|
+
FernGreen = 345,
|
|
426
|
+
FerrariRed = 346,
|
|
427
|
+
FieldDrab = 347,
|
|
428
|
+
FireEngineRed = 348,
|
|
429
|
+
Flame = 349,
|
|
430
|
+
FlamingoPink = 350,
|
|
431
|
+
Flavescent = 351,
|
|
432
|
+
Flax = 352,
|
|
433
|
+
FluorescentOrange = 353,
|
|
434
|
+
FluorescentYellow = 354,
|
|
435
|
+
Folly = 355,
|
|
436
|
+
ForestGreenTraditional = 356,
|
|
437
|
+
FrenchBeige = 357,
|
|
438
|
+
FrenchBlue = 358,
|
|
439
|
+
FrenchLilac = 359,
|
|
440
|
+
FrenchRose = 360,
|
|
441
|
+
FuchsiaPink = 361,
|
|
442
|
+
Fulvous = 362,
|
|
443
|
+
FuzzyWuzzy = 363,
|
|
444
|
+
Gamboge = 364,
|
|
445
|
+
Ginger = 365,
|
|
446
|
+
Glaucous = 366,
|
|
447
|
+
GoldenBrown = 367,
|
|
448
|
+
GoldenPoppy = 368,
|
|
449
|
+
GoldenYellow = 369,
|
|
450
|
+
GoldMetallic = 370,
|
|
451
|
+
GrannySmithApple = 371,
|
|
452
|
+
GrayAsparagus = 372,
|
|
453
|
+
GreenPigment = 373,
|
|
454
|
+
GreenRyb = 374,
|
|
455
|
+
Grullo = 375,
|
|
456
|
+
HalayaUbe = 376,
|
|
457
|
+
HanBlue = 377,
|
|
458
|
+
HanPurple = 378,
|
|
459
|
+
HansaYellow = 379,
|
|
460
|
+
Harlequin = 380,
|
|
461
|
+
HarvardCrimson = 381,
|
|
462
|
+
HarvestGold = 382,
|
|
463
|
+
Heliotrope = 383,
|
|
464
|
+
HollywoodCerise = 384,
|
|
465
|
+
HookersGreen = 385,
|
|
466
|
+
HotMagenta = 386,
|
|
467
|
+
HunterGreen = 387,
|
|
468
|
+
Iceberg = 388,
|
|
469
|
+
Icterine = 389,
|
|
470
|
+
Inchworm = 390,
|
|
471
|
+
IndiaGreen = 391,
|
|
472
|
+
IndianYellow = 392,
|
|
473
|
+
IndigoDye = 393,
|
|
474
|
+
InternationalKleinBlue = 394,
|
|
475
|
+
InternationalOrange = 395,
|
|
476
|
+
Iris = 396,
|
|
477
|
+
Isabelline = 397,
|
|
478
|
+
IslamicGreen = 398,
|
|
479
|
+
Jade = 399,
|
|
480
|
+
Jasper = 400,
|
|
481
|
+
JazzberryJam = 401,
|
|
482
|
+
Jonquil = 402,
|
|
483
|
+
JuneBud = 403,
|
|
484
|
+
JungleGreen = 404,
|
|
485
|
+
KellyGreen = 405,
|
|
486
|
+
KhakiHtmlCssKhaki = 406,
|
|
487
|
+
LanguidLavender = 407,
|
|
488
|
+
LapisLazuli = 408,
|
|
489
|
+
LaSalleGreen = 409,
|
|
490
|
+
LaserLemon = 410,
|
|
491
|
+
Lava = 411,
|
|
492
|
+
LavenderBlue = 412,
|
|
493
|
+
LavenderFloral = 413,
|
|
494
|
+
LavenderGray = 414,
|
|
495
|
+
LavenderIndigo = 415,
|
|
496
|
+
LavenderPink = 416,
|
|
497
|
+
LavenderPurple = 417,
|
|
498
|
+
LavenderRose = 418,
|
|
499
|
+
Lemon = 419,
|
|
500
|
+
LightApricot = 420,
|
|
501
|
+
LightBrown = 421,
|
|
502
|
+
LightCarminePink = 422,
|
|
503
|
+
LightCornflowerBlue = 423,
|
|
504
|
+
LightFuchsiaPink = 424,
|
|
505
|
+
LightMauve = 425,
|
|
506
|
+
LightPastelPurple = 426,
|
|
507
|
+
LightSalmonPink = 427,
|
|
508
|
+
LightTaupe = 428,
|
|
509
|
+
LightThulianPink = 429,
|
|
510
|
+
LightYellow1 = 430,
|
|
511
|
+
Lilac = 431,
|
|
512
|
+
LimeColorWheel = 432,
|
|
513
|
+
LincolnGreen = 433,
|
|
514
|
+
Liver = 434,
|
|
515
|
+
Lust = 435,
|
|
516
|
+
MacaroniAndCheese = 436,
|
|
517
|
+
MagentaDye = 437,
|
|
518
|
+
MagentaProcess = 438,
|
|
519
|
+
MagicMint = 439,
|
|
520
|
+
Magnolia = 440,
|
|
521
|
+
Mahogany = 441,
|
|
522
|
+
Maize = 442,
|
|
523
|
+
MajorelleBlue = 443,
|
|
524
|
+
Malachite = 444,
|
|
525
|
+
Manatee = 445,
|
|
526
|
+
MangoTango = 446,
|
|
527
|
+
MaroonX11 = 447,
|
|
528
|
+
Mauve = 448,
|
|
529
|
+
Mauvelous = 449,
|
|
530
|
+
MauveTaupe = 450,
|
|
531
|
+
MayaBlue = 451,
|
|
532
|
+
MeatBrown = 452,
|
|
533
|
+
MediumAquamarine1 = 453,
|
|
534
|
+
MediumCandyAppleRed = 454,
|
|
535
|
+
MediumCarmine = 455,
|
|
536
|
+
MediumChampagne = 456,
|
|
537
|
+
MediumElectricBlue = 457,
|
|
538
|
+
MediumJungleGreen = 458,
|
|
539
|
+
MediumPersianBlue = 459,
|
|
540
|
+
MediumRedViolet = 460,
|
|
541
|
+
MediumSpringBud = 461,
|
|
542
|
+
MediumTaupe = 462,
|
|
543
|
+
Melon = 463,
|
|
544
|
+
MidnightGreenEagleGreen = 464,
|
|
545
|
+
MikadoYellow = 465,
|
|
546
|
+
Mint = 466,
|
|
547
|
+
MintGreen = 467,
|
|
548
|
+
ModeBeige = 468,
|
|
549
|
+
MoonstoneBlue = 469,
|
|
550
|
+
MordantRed19 = 470,
|
|
551
|
+
MossGreen = 471,
|
|
552
|
+
MountainMeadow = 472,
|
|
553
|
+
MountbattenPink = 473,
|
|
554
|
+
MsuGreen = 474,
|
|
555
|
+
Mulberry = 475,
|
|
556
|
+
Mustard = 476,
|
|
557
|
+
Myrtle = 477,
|
|
558
|
+
NadeshikoPink = 478,
|
|
559
|
+
NapierGreen = 479,
|
|
560
|
+
NaplesYellow = 480,
|
|
561
|
+
NeonCarrot = 481,
|
|
562
|
+
NeonFuchsia = 482,
|
|
563
|
+
NeonGreen = 483,
|
|
564
|
+
NonPhotoBlue = 484,
|
|
565
|
+
OceanBoatBlue = 485,
|
|
566
|
+
Ochre = 486,
|
|
567
|
+
OldGold = 487,
|
|
568
|
+
OldLavender = 488,
|
|
569
|
+
OldMauve = 489,
|
|
570
|
+
OldRose = 490,
|
|
571
|
+
OliveDrab7 = 491,
|
|
572
|
+
Olivine = 492,
|
|
573
|
+
Onyx = 493,
|
|
574
|
+
OperaMauve = 494,
|
|
575
|
+
OrangeColorWheel = 495,
|
|
576
|
+
OrangePeel = 496,
|
|
577
|
+
OrangeRyb = 497,
|
|
578
|
+
OtterBrown = 498,
|
|
579
|
+
OuCrimsonRed = 499,
|
|
580
|
+
OuterSpace = 500,
|
|
581
|
+
OutrageousOrange = 501,
|
|
582
|
+
OxfordBlue = 502,
|
|
583
|
+
PakistanGreen = 503,
|
|
584
|
+
PalatinateBlue = 504,
|
|
585
|
+
PalatinatePurple = 505,
|
|
586
|
+
PaleAqua = 506,
|
|
587
|
+
PaleBrown = 507,
|
|
588
|
+
PaleCarmine = 508,
|
|
589
|
+
PaleCerulean = 509,
|
|
590
|
+
PaleChestnut = 510,
|
|
591
|
+
PaleCopper = 511,
|
|
592
|
+
PaleCornflowerBlue = 512,
|
|
593
|
+
PaleGold = 513,
|
|
594
|
+
PaleMagenta = 514,
|
|
595
|
+
PalePink = 515,
|
|
596
|
+
PaleRobinEggBlue = 516,
|
|
597
|
+
PaleSilver = 517,
|
|
598
|
+
PaleSpringBud = 518,
|
|
599
|
+
PaleTaupe = 519,
|
|
600
|
+
PansyPurple = 520,
|
|
601
|
+
ParisGreen = 521,
|
|
602
|
+
PastelBlue = 522,
|
|
603
|
+
PastelBrown = 523,
|
|
604
|
+
PastelGray = 524,
|
|
605
|
+
PastelGreen = 525,
|
|
606
|
+
PastelMagenta = 526,
|
|
607
|
+
PastelOrange = 527,
|
|
608
|
+
PastelPink = 528,
|
|
609
|
+
PastelPurple = 529,
|
|
610
|
+
PastelRed = 530,
|
|
611
|
+
PastelViolet = 531,
|
|
612
|
+
PastelYellow = 532,
|
|
613
|
+
PaynesGrey = 533,
|
|
614
|
+
Peach = 534,
|
|
615
|
+
PeachOrange = 535,
|
|
616
|
+
PeachYellow = 536,
|
|
617
|
+
Pear = 537,
|
|
618
|
+
Pearl = 538,
|
|
619
|
+
Peridot = 539,
|
|
620
|
+
Periwinkle = 540,
|
|
621
|
+
PersianBlue = 541,
|
|
622
|
+
PersianGreen = 542,
|
|
623
|
+
PersianIndigo = 543,
|
|
624
|
+
PersianOrange = 544,
|
|
625
|
+
PersianPink = 545,
|
|
626
|
+
PersianPlum = 546,
|
|
627
|
+
PersianRed = 547,
|
|
628
|
+
PersianRose = 548,
|
|
629
|
+
Persimmon = 549,
|
|
630
|
+
Phlox = 550,
|
|
631
|
+
PhthaloBlue = 551,
|
|
632
|
+
PhthaloGreen = 552,
|
|
633
|
+
PiggyPink = 553,
|
|
634
|
+
PineGreen = 554,
|
|
635
|
+
PinkOrange = 555,
|
|
636
|
+
PinkPearl = 556,
|
|
637
|
+
PinkSherbet = 557,
|
|
638
|
+
Pistachio = 558,
|
|
639
|
+
Platinum = 559,
|
|
640
|
+
PlumTraditional = 560,
|
|
641
|
+
PortlandOrange = 561,
|
|
642
|
+
PrincetonOrange = 562,
|
|
643
|
+
Prune = 563,
|
|
644
|
+
PrussianBlue = 564,
|
|
645
|
+
PsychedelicPurple = 565,
|
|
646
|
+
Puce = 566,
|
|
647
|
+
Pumpkin = 567,
|
|
648
|
+
PurpleHeart = 568,
|
|
649
|
+
PurpleMountainMajesty = 569,
|
|
650
|
+
PurpleMunsell = 570,
|
|
651
|
+
PurplePizzazz = 571,
|
|
652
|
+
PurpleTaupe = 572,
|
|
653
|
+
PurpleX11 = 573,
|
|
654
|
+
RadicalRed = 574,
|
|
655
|
+
Raspberry = 575,
|
|
656
|
+
RaspberryGlace = 576,
|
|
657
|
+
RaspberryPink = 577,
|
|
658
|
+
RaspberryRose = 578,
|
|
659
|
+
RawUmber = 579,
|
|
660
|
+
RazzleDazzleRose = 580,
|
|
661
|
+
Razzmatazz = 581,
|
|
662
|
+
RedMunsell = 582,
|
|
663
|
+
RedNcs = 583,
|
|
664
|
+
RedPigment = 584,
|
|
665
|
+
RedRyb = 585,
|
|
666
|
+
Redwood = 586,
|
|
667
|
+
Regalia = 587,
|
|
668
|
+
RichBlack = 588,
|
|
669
|
+
RichBrilliantLavender = 589,
|
|
670
|
+
RichCarmine = 590,
|
|
671
|
+
RichElectricBlue = 591,
|
|
672
|
+
RichLavender = 592,
|
|
673
|
+
RichLilac = 593,
|
|
674
|
+
RichMaroon = 594,
|
|
675
|
+
RifleGreen = 595,
|
|
676
|
+
RobinEggBlue = 596,
|
|
677
|
+
Rose = 597,
|
|
678
|
+
RoseBonbon = 598,
|
|
679
|
+
RoseEbony = 599,
|
|
680
|
+
RoseGold = 600,
|
|
681
|
+
RoseMadder = 601,
|
|
682
|
+
RosePink = 602,
|
|
683
|
+
RoseQuartz = 603,
|
|
684
|
+
RoseTaupe = 604,
|
|
685
|
+
RoseVale = 605,
|
|
686
|
+
Rosewood = 606,
|
|
687
|
+
RossoCorsa = 607,
|
|
688
|
+
RoyalAzure = 608,
|
|
689
|
+
RoyalBlueTraditional = 609,
|
|
690
|
+
RoyalFuchsia = 610,
|
|
691
|
+
RoyalPurple = 611,
|
|
692
|
+
Ruby = 612,
|
|
693
|
+
Ruddy = 613,
|
|
694
|
+
RuddyBrown = 614,
|
|
695
|
+
RuddyPink = 615,
|
|
696
|
+
Rufous = 616,
|
|
697
|
+
Russet = 617,
|
|
698
|
+
Rust = 618,
|
|
699
|
+
SacramentoStateGreen = 619,
|
|
700
|
+
SafetyOrangeBlazeOrange = 620,
|
|
701
|
+
Saffron = 621,
|
|
702
|
+
Salmon1 = 622,
|
|
703
|
+
SalmonPink = 623,
|
|
704
|
+
Sand = 624,
|
|
705
|
+
SandDune = 625,
|
|
706
|
+
Sandstorm = 626,
|
|
707
|
+
SandyTaupe = 627,
|
|
708
|
+
Sangria = 628,
|
|
709
|
+
SapGreen = 629,
|
|
710
|
+
Sapphire = 630,
|
|
711
|
+
SatinSheenGold = 631,
|
|
712
|
+
Scarlet = 632,
|
|
713
|
+
SchoolBusYellow = 633,
|
|
714
|
+
ScreaminGreen = 634,
|
|
715
|
+
SealBrown = 635,
|
|
716
|
+
SelectiveYellow = 636,
|
|
717
|
+
Sepia = 637,
|
|
718
|
+
Shadow = 638,
|
|
719
|
+
ShamrockGreen = 639,
|
|
720
|
+
ShockingPink = 640,
|
|
721
|
+
Sienna1 = 641,
|
|
722
|
+
Sinopia = 642,
|
|
723
|
+
Skobeloff = 643,
|
|
724
|
+
SkyMagenta = 644,
|
|
725
|
+
SmaltDarkPowderBlue = 645,
|
|
726
|
+
SmokeyTopaz = 646,
|
|
727
|
+
SmokyBlack = 647,
|
|
728
|
+
SpiroDiscoBall = 648,
|
|
729
|
+
SplashedWhite = 649,
|
|
730
|
+
SpringBud = 650,
|
|
731
|
+
StPatricksBlue = 651,
|
|
732
|
+
StilDeGrainYellow = 652,
|
|
733
|
+
Straw = 653,
|
|
734
|
+
Sunglow = 654,
|
|
735
|
+
Sunset = 655,
|
|
736
|
+
Tangelo = 656,
|
|
737
|
+
Tangerine = 657,
|
|
738
|
+
TangerineYellow = 658,
|
|
739
|
+
Taupe = 659,
|
|
740
|
+
TaupeGray = 660,
|
|
741
|
+
TeaGreen = 661,
|
|
742
|
+
TealBlue = 662,
|
|
743
|
+
TealGreen = 663,
|
|
744
|
+
TeaRoseOrange = 664,
|
|
745
|
+
TeaRoseRose = 665,
|
|
746
|
+
TennéTawny = 666,
|
|
747
|
+
TerraCotta = 667,
|
|
748
|
+
ThulianPink = 668,
|
|
749
|
+
TickleMePink = 669,
|
|
750
|
+
TiffanyBlue = 670,
|
|
751
|
+
TigersEye = 671,
|
|
752
|
+
Timberwolf = 672,
|
|
753
|
+
TitaniumYellow = 673,
|
|
754
|
+
Toolbox = 674,
|
|
755
|
+
TractorRed = 675,
|
|
756
|
+
TropicalRainForest = 676,
|
|
757
|
+
TuftsBlue = 677,
|
|
758
|
+
Tumbleweed = 678,
|
|
759
|
+
TurkishRose = 679,
|
|
760
|
+
Turquoise1 = 680,
|
|
761
|
+
TurquoiseBlue = 681,
|
|
762
|
+
TurquoiseGreen = 682,
|
|
763
|
+
TuscanRed = 683,
|
|
764
|
+
TwilightLavender = 684,
|
|
765
|
+
TyrianPurple = 685,
|
|
766
|
+
UaBlue = 686,
|
|
767
|
+
UaRed = 687,
|
|
768
|
+
Ube = 688,
|
|
769
|
+
UclaBlue = 689,
|
|
770
|
+
UclaGold = 690,
|
|
771
|
+
UfoGreen = 691,
|
|
772
|
+
Ultramarine = 692,
|
|
773
|
+
UltramarineBlue = 693,
|
|
774
|
+
UltraPink = 694,
|
|
775
|
+
Umber = 695,
|
|
776
|
+
UnitedNationsBlue = 696,
|
|
777
|
+
UnmellowYellow = 697,
|
|
778
|
+
UpForestGreen = 698,
|
|
779
|
+
UpMaroon = 699,
|
|
780
|
+
UpsdellRed = 700,
|
|
781
|
+
Urobilin = 701,
|
|
782
|
+
UscCardinal = 702,
|
|
783
|
+
UscGold = 703,
|
|
784
|
+
UtahCrimson = 704,
|
|
785
|
+
Vanilla = 705,
|
|
786
|
+
VegasGold = 706,
|
|
787
|
+
VenetianRed = 707,
|
|
788
|
+
Verdigris = 708,
|
|
789
|
+
Vermilion = 709,
|
|
790
|
+
Veronica = 710,
|
|
791
|
+
Violet1 = 711,
|
|
792
|
+
VioletColorWheel = 712,
|
|
793
|
+
VioletRyb = 713,
|
|
794
|
+
Viridian = 714,
|
|
795
|
+
VividAuburn = 715,
|
|
796
|
+
VividBurgundy = 716,
|
|
797
|
+
VividCerise = 717,
|
|
798
|
+
VividTangerine = 718,
|
|
799
|
+
VividViolet = 719,
|
|
800
|
+
WarmBlack = 720,
|
|
801
|
+
Wenge = 721,
|
|
802
|
+
WildBlueYonder = 722,
|
|
803
|
+
WildStrawberry = 723,
|
|
804
|
+
WildWatermelon = 724,
|
|
805
|
+
Wisteria = 725,
|
|
806
|
+
Xanadu = 726,
|
|
807
|
+
YaleBlue = 727,
|
|
808
|
+
YellowMunsell = 728,
|
|
809
|
+
YellowNcs = 729,
|
|
810
|
+
YellowProcess = 730,
|
|
811
|
+
YellowRyb = 731,
|
|
812
|
+
Zaffre = 732,
|
|
813
|
+
ZinnwalditeBrown = 733,
|
|
814
|
+
Transparent = 734
|
|
815
|
+
}
|