@alauda-fe/dynamic-plugin-shared 0.0.1-alpha.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 +7 -0
- package/array-form-table/base-string-map-form.component.d.ts +22 -0
- package/array-form-table/form/component.d.ts +106 -0
- package/array-form-table/form/index.d.ts +2 -0
- package/array-form-table/index.d.ts +10 -0
- package/array-form-table/key-value-form/component.d.ts +38 -0
- package/array-form-table/key-value-table/component.d.ts +9 -0
- package/array-form-table/string-array-form/component.d.ts +41 -0
- package/assets/images/abnormal.svg +1 -0
- package/assets/images/dark/disconnected.svg +1 -0
- package/assets/images/dark/license-abnormal.svg +1 -0
- package/assets/images/dark/network-abnormal.svg +1 -0
- package/assets/images/dark/no-data.svg +1 -0
- package/assets/images/dark/no-message.svg +1 -0
- package/assets/images/dark/no-permission.svg +1 -0
- package/assets/images/dark/no_realtime_alarm.svg +1 -0
- package/assets/images/dark/not-deployed.svg +1 -0
- package/assets/images/dark/not-found.svg +1 -0
- package/assets/images/dark/not-supported.svg +1 -0
- package/assets/images/dark/system-abnormal.svg +1 -0
- package/assets/images/light/disconnected.svg +1 -0
- package/assets/images/light/license-abnormal.svg +1 -0
- package/assets/images/light/network-abnormal.svg +1 -0
- package/assets/images/light/no-data.svg +1 -0
- package/assets/images/light/no-message.svg +1 -0
- package/assets/images/light/no-permission.svg +1 -0
- package/assets/images/light/no_realtime_alarm.svg +1 -0
- package/assets/images/light/not-deployed.svg +1 -0
- package/assets/images/light/not-found.svg +1 -0
- package/assets/images/light/not-supported.svg +1 -0
- package/assets/images/light/system-abnormal.svg +1 -0
- package/assets/images/no-data.png +0 -0
- package/async-data/async-data-loader.d.ts +31 -0
- package/async-data/error-page/component.d.ts +30 -0
- package/async-data/index.d.ts +13 -0
- package/async-data/page-state/component.d.ts +21 -0
- package/async-data/types.d.ts +29 -0
- package/code-editor/code-display-dialog/component.d.ts +17 -0
- package/code-editor/code-editor-configs.d.ts +19 -0
- package/code-editor/index.d.ts +10 -0
- package/code-editor/k8s-yaml-display-dialog/component.d.ts +16 -0
- package/code-editor/resource-yaml-display/component.d.ts +21 -0
- package/components/card-section/card-section.component.d.ts +9 -0
- package/components/confirm-delete/confirm-delete.component.d.ts +57 -0
- package/components/confirm-delete/utils.d.ts +25 -0
- package/components/current-time/component.d.ts +14 -0
- package/components/custom-columns-setting/component.d.ts +16 -0
- package/components/custom-columns-setting/index.d.ts +1 -0
- package/components/date-range-picker/component.d.ts +55 -0
- package/components/date-range-picker/index.d.ts +3 -0
- package/components/date-range-picker/type.d.ts +36 -0
- package/components/date-range-picker/util.d.ts +11 -0
- package/components/disabled-container/disabled-container.component.d.ts +21 -0
- package/components/disabled-container/index.d.ts +7 -0
- package/components/field-set/column/component.d.ts +10 -0
- package/components/field-set/group/component.d.ts +6 -0
- package/components/field-set/index.d.ts +7 -0
- package/components/field-set/item/component.d.ts +13 -0
- package/components/foldable-block/component.d.ts +17 -0
- package/components/foldable-item-in-table/component.d.ts +21 -0
- package/components/help-document/component.d.ts +29 -0
- package/components/help-document/directive.d.ts +20 -0
- package/components/help-document/index.d.ts +8 -0
- package/components/help-document/service.d.ts +20 -0
- package/components/index.d.ts +31 -0
- package/components/loading-mask/loading-mask.component.d.ts +13 -0
- package/components/page-guard/component/component.d.ts +40 -0
- package/components/page-guard/component/helper-directives.d.ts +17 -0
- package/components/page-guard/component/page-guard.type.d.ts +86 -0
- package/components/page-guard/index.d.ts +12 -0
- package/components/password-input/component.d.ts +39 -0
- package/components/pod-status/component.d.ts +25 -0
- package/components/pod-status/index.d.ts +3 -0
- package/components/pod-status/status.d.ts +4 -0
- package/components/pod-status/typings.d.ts +16 -0
- package/components/relative-time/component.d.ts +15 -0
- package/components/resource-label/component.d.ts +25 -0
- package/components/resource-multi-select/component.d.ts +41 -0
- package/components/resource-multi-select/util.d.ts +10 -0
- package/components/search-panel/component.d.ts +16 -0
- package/components/search-panel/helper.directive.d.ts +5 -0
- package/components/search-panel/search-item/component.d.ts +7 -0
- package/components/select-prefix-label/directive.d.ts +17 -0
- package/components/status-icon/status-icon.component.d.ts +16 -0
- package/components/tags-label/component.d.ts +56 -0
- package/components/terminating-tag/component.d.ts +7 -0
- package/components/text-ellipsis/component.d.ts +9 -0
- package/components/text-tooltip/directive.d.ts +21 -0
- package/components/text-with-url/component.d.ts +12 -0
- package/components/upload-file/component.d.ts +32 -0
- package/components/zero-state/zero-state.component.d.ts +16 -0
- package/constants/common.d.ts +64 -0
- package/constants/index.d.ts +6 -0
- package/constants/k8s.d.ts +12 -0
- package/constants/patterns.d.ts +124 -0
- package/constants/resource-definitions.d.ts +414 -0
- package/constants/status-icons.d.ts +34 -0
- package/constants/timezones.d.ts +6 -0
- package/directives/aui-code-editor.directive.d.ts +13 -0
- package/directives/click-outside.directive.d.ts +12 -0
- package/directives/declare.directive.d.ts +8 -0
- package/directives/disabled.directive.d.ts +28 -0
- package/directives/effect-directive/coerce-number.directive.d.ts +8 -0
- package/directives/effect-directive/e2e-attribute-binding.directive.d.ts +10 -0
- package/directives/effect-directive/event.directive.d.ts +47 -0
- package/directives/effect-directive/index.d.ts +12 -0
- package/directives/effect-directive/min-max.directive.d.ts +30 -0
- package/directives/effect-directive/trim.directive.d.ts +7 -0
- package/directives/effect-directive/validators.directive.d.ts +12 -0
- package/directives/feature-gate.directive.d.ts +31 -0
- package/directives/index.d.ts +12 -0
- package/directives/last-form-item.directive.d.ts +8 -0
- package/directives/readonly-field.directive.d.ts +39 -0
- package/directives/resize.directive.d.ts +17 -0
- package/directives/scroll-border-observer.directive.d.ts +23 -0
- package/directives/scroll-to-first-invalid.directive.d.ts +24 -0
- package/directives/value-trace.directive.d.ts +27 -0
- package/esm2022/alauda-fe-dynamic-plugin-shared.mjs +5 -0
- package/esm2022/array-form-table/base-string-map-form.component.mjs +92 -0
- package/esm2022/array-form-table/form/component.mjs +266 -0
- package/esm2022/array-form-table/form/index.mjs +12 -0
- package/esm2022/array-form-table/index.mjs +11 -0
- package/esm2022/array-form-table/key-value-form/component.mjs +135 -0
- package/esm2022/array-form-table/key-value-table/component.mjs +24 -0
- package/esm2022/array-form-table/string-array-form/component.mjs +168 -0
- package/esm2022/async-data/async-data-loader.mjs +63 -0
- package/esm2022/async-data/error-page/component.mjs +54 -0
- package/esm2022/async-data/index.mjs +18 -0
- package/esm2022/async-data/page-state/component.mjs +62 -0
- package/esm2022/async-data/types.mjs +6 -0
- package/esm2022/code-editor/code-display-dialog/component.mjs +35 -0
- package/esm2022/code-editor/code-editor-configs.mjs +66 -0
- package/esm2022/code-editor/index.mjs +11 -0
- package/esm2022/code-editor/k8s-yaml-display-dialog/component.mjs +26 -0
- package/esm2022/code-editor/resource-yaml-display/component.mjs +67 -0
- package/esm2022/components/card-section/card-section.component.mjs +24 -0
- package/esm2022/components/confirm-delete/confirm-delete.component.mjs +192 -0
- package/esm2022/components/confirm-delete/utils.mjs +8 -0
- package/esm2022/components/current-time/component.mjs +39 -0
- package/esm2022/components/custom-columns-setting/component.mjs +75 -0
- package/esm2022/components/custom-columns-setting/index.mjs +2 -0
- package/esm2022/components/date-range-picker/component.mjs +215 -0
- package/esm2022/components/date-range-picker/index.mjs +4 -0
- package/esm2022/components/date-range-picker/type.mjs +2 -0
- package/esm2022/components/date-range-picker/util.mjs +57 -0
- package/esm2022/components/disabled-container/disabled-container.component.mjs +81 -0
- package/esm2022/components/disabled-container/index.mjs +8 -0
- package/esm2022/components/field-set/column/component.mjs +25 -0
- package/esm2022/components/field-set/group/component.mjs +16 -0
- package/esm2022/components/field-set/index.mjs +14 -0
- package/esm2022/components/field-set/item/component.mjs +41 -0
- package/esm2022/components/foldable-block/component.mjs +60 -0
- package/esm2022/components/foldable-item-in-table/component.mjs +56 -0
- package/esm2022/components/help-document/component.mjs +69 -0
- package/esm2022/components/help-document/directive.mjs +70 -0
- package/esm2022/components/help-document/index.mjs +9 -0
- package/esm2022/components/help-document/service.mjs +43 -0
- package/esm2022/components/index.mjs +32 -0
- package/esm2022/components/loading-mask/loading-mask.component.mjs +35 -0
- package/esm2022/components/page-guard/component/component.mjs +101 -0
- package/esm2022/components/page-guard/component/helper-directives.mjs +51 -0
- package/esm2022/components/page-guard/component/page-guard.type.mjs +82 -0
- package/esm2022/components/page-guard/index.mjs +19 -0
- package/esm2022/components/password-input/component.mjs +143 -0
- package/esm2022/components/pod-status/component.mjs +49 -0
- package/esm2022/components/pod-status/index.mjs +4 -0
- package/esm2022/components/pod-status/status.mjs +84 -0
- package/esm2022/components/pod-status/typings.mjs +19 -0
- package/esm2022/components/relative-time/component.mjs +58 -0
- package/esm2022/components/resource-label/component.mjs +100 -0
- package/esm2022/components/resource-multi-select/component.mjs +152 -0
- package/esm2022/components/resource-multi-select/util.mjs +24 -0
- package/esm2022/components/search-panel/component.mjs +51 -0
- package/esm2022/components/search-panel/helper.directive.mjs +14 -0
- package/esm2022/components/search-panel/search-item/component.mjs +15 -0
- package/esm2022/components/select-prefix-label/directive.mjs +89 -0
- package/esm2022/components/status-icon/status-icon.component.mjs +56 -0
- package/esm2022/components/tags-label/component.mjs +224 -0
- package/esm2022/components/terminating-tag/component.mjs +16 -0
- package/esm2022/components/text-ellipsis/component.mjs +28 -0
- package/esm2022/components/text-tooltip/directive.mjs +71 -0
- package/esm2022/components/text-with-url/component.mjs +40 -0
- package/esm2022/components/upload-file/component.mjs +95 -0
- package/esm2022/components/zero-state/zero-state.component.mjs +51 -0
- package/esm2022/constants/common.mjs +86 -0
- package/esm2022/constants/index.mjs +7 -0
- package/esm2022/constants/k8s.mjs +13 -0
- package/esm2022/constants/patterns.mjs +142 -0
- package/esm2022/constants/resource-definitions.mjs +424 -0
- package/esm2022/constants/status-icons.mjs +65 -0
- package/esm2022/constants/timezones.mjs +234 -0
- package/esm2022/directives/aui-code-editor.directive.mjs +30 -0
- package/esm2022/directives/click-outside.directive.mjs +49 -0
- package/esm2022/directives/declare.directive.mjs +27 -0
- package/esm2022/directives/disabled.directive.mjs +76 -0
- package/esm2022/directives/effect-directive/coerce-number.directive.mjs +54 -0
- package/esm2022/directives/effect-directive/e2e-attribute-binding.directive.mjs +57 -0
- package/esm2022/directives/effect-directive/event.directive.mjs +129 -0
- package/esm2022/directives/effect-directive/index.mjs +21 -0
- package/esm2022/directives/effect-directive/min-max.directive.mjs +107 -0
- package/esm2022/directives/effect-directive/trim.directive.mjs +40 -0
- package/esm2022/directives/effect-directive/validators.directive.mjs +43 -0
- package/esm2022/directives/feature-gate.directive.mjs +90 -0
- package/esm2022/directives/index.mjs +13 -0
- package/esm2022/directives/last-form-item.directive.mjs +18 -0
- package/esm2022/directives/readonly-field.directive.mjs +145 -0
- package/esm2022/directives/resize.directive.mjs +39 -0
- package/esm2022/directives/scroll-border-observer.directive.mjs +77 -0
- package/esm2022/directives/scroll-to-first-invalid.directive.mjs +126 -0
- package/esm2022/directives/value-trace.directive.mjs +61 -0
- package/esm2022/form/base-form-container.mjs +126 -0
- package/esm2022/form/base-nested-form-control.mjs +190 -0
- package/esm2022/form/errors-mapper/base-errors-mapper.mjs +41 -0
- package/esm2022/form/errors-mapper/default-errors-mapper.service.mjs +65 -0
- package/esm2022/form/errors-mapper/errors-mapper-component/component.mjs +53 -0
- package/esm2022/form/errors-mapper/errors-mapper.directive.mjs +109 -0
- package/esm2022/form/errors-mapper/index.mjs +10 -0
- package/esm2022/form/errors-mapper/types.mjs +2 -0
- package/esm2022/form/index.mjs +6 -0
- package/esm2022/form/utils.mjs +61 -0
- package/esm2022/form/validators/async-function-validator.directive.mjs +49 -0
- package/esm2022/form/validators/dns1123-subdomain.mjs +42 -0
- package/esm2022/form/validators/function-validator.directive.mjs +49 -0
- package/esm2022/form/validators/index.mjs +10 -0
- package/esm2022/form/validators/maxlength-minlength-validator.directive.mjs +71 -0
- package/esm2022/form/validators/not-be-validator.directive.mjs +56 -0
- package/esm2022/form/validators/one-of-validator.directive.mjs +57 -0
- package/esm2022/form/validators/resource-limit.mjs +79 -0
- package/esm2022/form/validators/strong-password/index.mjs +4 -0
- package/esm2022/form/validators/strong-password/strong-password-tooltip/component.mjs +15 -0
- package/esm2022/form/validators/strong-password/strong-password-validator.directive.mjs +171 -0
- package/esm2022/form/validators/strong-password/strong-password-validator.module.mjs +36 -0
- package/esm2022/form/validators/utils.mjs +155 -0
- package/esm2022/index.mjs +15 -0
- package/esm2022/k8s-resource-list/footer/component.mjs +156 -0
- package/esm2022/k8s-resource-list/index.mjs +18 -0
- package/esm2022/k8s-resource-list/k8s-resource-list.mjs +224 -0
- package/esm2022/k8s-resource-list/k8s-resource-paged-list.mjs +174 -0
- package/esm2022/k8s-resource-list/types.mjs +11 -0
- package/esm2022/k8s-resource-list/utils.mjs +84 -0
- package/esm2022/k8s-shared/constants.mjs +53 -0
- package/esm2022/k8s-shared/index.mjs +12 -0
- package/esm2022/k8s-shared/k8s-resource-translate-key.pipe.mjs +31 -0
- package/esm2022/k8s-shared/k8s-shared-util.service.mjs +152 -0
- package/esm2022/k8s-shared/resource-mark/component.mjs +54 -0
- package/esm2022/k8s-shared/resource-mark/util.mjs +137 -0
- package/esm2022/k8s-shared/update-description-dialog/component.mjs +66 -0
- package/esm2022/k8s-shared/update-display-name-dialog/component.mjs +59 -0
- package/esm2022/k8s-shared/update-key-value-dialog/component.mjs +76 -0
- package/esm2022/page-deactivate/deactivate.directive.mjs +50 -0
- package/esm2022/page-deactivate/deactivate.guard.mjs +41 -0
- package/esm2022/page-deactivate/deactivate.service.mjs +78 -0
- package/esm2022/page-deactivate/index.mjs +4 -0
- package/esm2022/pipes/calc.pipe.mjs +21 -0
- package/esm2022/pipes/cron-human-readable.pipe.mjs +30 -0
- package/esm2022/pipes/crontab-next.pipe.mjs +67 -0
- package/esm2022/pipes/duration.pipe.mjs +51 -0
- package/esm2022/pipes/field-not-available.pipe.mjs +25 -0
- package/esm2022/pipes/img-header.pipe.mjs +18 -0
- package/esm2022/pipes/img-theme.pipe.mjs +38 -0
- package/esm2022/pipes/index.mjs +19 -0
- package/esm2022/pipes/keyvalue.pipe.mjs +20 -0
- package/esm2022/pipes/marked.pipe.mjs +18 -0
- package/esm2022/pipes/minimum-format.pipe.mjs +25 -0
- package/esm2022/pipes/page-env.pipe.mjs +69 -0
- package/esm2022/pipes/parse-json-translate.pipe.mjs +28 -0
- package/esm2022/pipes/parse-json.pipe.mjs +22 -0
- package/esm2022/pipes/pure.pipe.mjs +26 -0
- package/esm2022/pipes/safe.pipe.mjs +49 -0
- package/esm2022/pipes/sanitize.pipe.mjs +31 -0
- package/esm2022/pipes/time.pipe.mjs +113 -0
- package/esm2022/pipes/timezone-display.pipe.mjs +21 -0
- package/esm2022/services/form-row-duplicate/form-row-duplicate.service.mjs +280 -0
- package/esm2022/services/index.mjs +4 -0
- package/esm2022/services/on-resize.service.mjs +52 -0
- package/esm2022/services/yaml-util.service.mjs +99 -0
- package/esm2022/types/common.mjs +6 -0
- package/esm2022/types/helpers.mjs +12 -0
- package/esm2022/types/index.mjs +9 -0
- package/esm2022/types/k8s/core.mjs +2 -0
- package/esm2022/types/k8s/crd.mjs +57 -0
- package/esm2022/types/k8s/index.mjs +4 -0
- package/esm2022/types/k8s/raw.mjs +77 -0
- package/esm2022/types/schema.mjs +2 -0
- package/esm2022/utils/browser.mjs +21 -0
- package/esm2022/utils/cache-store.mjs +83 -0
- package/esm2022/utils/color-helpers.mjs +6 -0
- package/esm2022/utils/common.mjs +315 -0
- package/esm2022/utils/cron-util.mjs +44 -0
- package/esm2022/utils/decorators.mjs +137 -0
- package/esm2022/utils/disabled-state.mjs +47 -0
- package/esm2022/utils/format-number.mjs +227 -0
- package/esm2022/utils/index.mjs +24 -0
- package/esm2022/utils/local-storage-constants.mjs +2 -0
- package/esm2022/utils/node.mjs +18 -0
- package/esm2022/utils/observable.mjs +32 -0
- package/esm2022/utils/operators.mjs +38 -0
- package/esm2022/utils/request-pool.mjs +37 -0
- package/esm2022/utils/resources.mjs +66 -0
- package/esm2022/utils/router.mjs +20 -0
- package/esm2022/utils/sort-fn.mjs +7 -0
- package/esm2022/utils/tree.mjs +79 -0
- package/esm2022/utils/unit.mjs +191 -0
- package/esm2022/utils/version.mjs +76 -0
- package/esm2022/utils/with-load-state.mjs +21 -0
- package/esm2022/utils/workload.mjs +183 -0
- package/esm2022/utils/workspace.mjs +59 -0
- package/esm2022/utils/yaml.mjs +54 -0
- package/fesm2022/alauda-fe-dynamic-plugin-shared.mjs +11151 -0
- package/fesm2022/alauda-fe-dynamic-plugin-shared.mjs.map +1 -0
- package/form/base-form-container.d.ts +41 -0
- package/form/base-nested-form-control.d.ts +58 -0
- package/form/errors-mapper/base-errors-mapper.d.ts +13 -0
- package/form/errors-mapper/default-errors-mapper.service.d.ts +10 -0
- package/form/errors-mapper/errors-mapper-component/component.d.ts +19 -0
- package/form/errors-mapper/errors-mapper.directive.d.ts +39 -0
- package/form/errors-mapper/index.d.ts +6 -0
- package/form/errors-mapper/types.d.ts +16 -0
- package/form/index.d.ts +5 -0
- package/form/utils.d.ts +40 -0
- package/form/validators/async-function-validator.directive.d.ts +11 -0
- package/form/validators/dns1123-subdomain.d.ts +28 -0
- package/form/validators/function-validator.directive.d.ts +11 -0
- package/form/validators/index.d.ts +9 -0
- package/form/validators/maxlength-minlength-validator.directive.d.ts +20 -0
- package/form/validators/not-be-validator.directive.d.ts +12 -0
- package/form/validators/one-of-validator.directive.d.ts +12 -0
- package/form/validators/resource-limit.d.ts +17 -0
- package/form/validators/strong-password/index.d.ts +3 -0
- package/form/validators/strong-password/strong-password-tooltip/component.d.ts +6 -0
- package/form/validators/strong-password/strong-password-validator.directive.d.ts +34 -0
- package/form/validators/strong-password/strong-password-validator.module.d.ts +12 -0
- package/form/validators/utils.d.ts +67 -0
- package/index.d.ts +14 -0
- package/k8s-resource-list/footer/component.d.ts +42 -0
- package/k8s-resource-list/index.d.ts +13 -0
- package/k8s-resource-list/k8s-resource-list.d.ts +42 -0
- package/k8s-resource-list/k8s-resource-paged-list.d.ts +61 -0
- package/k8s-resource-list/types.d.ts +70 -0
- package/k8s-resource-list/utils.d.ts +19 -0
- package/k8s-shared/constants.d.ts +7 -0
- package/k8s-shared/index.d.ts +11 -0
- package/k8s-shared/k8s-resource-translate-key.pipe.d.ts +9 -0
- package/k8s-shared/k8s-shared-util.service.d.ts +48 -0
- package/k8s-shared/resource-mark/component.d.ts +16 -0
- package/k8s-shared/resource-mark/util.d.ts +2 -0
- package/k8s-shared/update-description-dialog/component.d.ts +33 -0
- package/k8s-shared/update-display-name-dialog/component.d.ts +27 -0
- package/k8s-shared/update-key-value-dialog/component.d.ts +38 -0
- package/package.json +56 -0
- package/page-deactivate/deactivate.directive.d.ts +18 -0
- package/page-deactivate/deactivate.guard.d.ts +13 -0
- package/page-deactivate/deactivate.service.d.ts +28 -0
- package/page-deactivate/index.d.ts +3 -0
- package/pipes/calc.pipe.d.ts +11 -0
- package/pipes/cron-human-readable.pipe.d.ts +9 -0
- package/pipes/crontab-next.pipe.d.ts +18 -0
- package/pipes/duration.pipe.d.ts +10 -0
- package/pipes/field-not-available.pipe.d.ts +13 -0
- package/pipes/img-header.pipe.d.ts +7 -0
- package/pipes/img-theme.pipe.d.ts +13 -0
- package/pipes/index.d.ts +18 -0
- package/pipes/keyvalue.pipe.d.ts +9 -0
- package/pipes/marked.pipe.d.ts +8 -0
- package/pipes/minimum-format.pipe.d.ts +10 -0
- package/pipes/page-env.pipe.d.ts +34 -0
- package/pipes/parse-json-translate.pipe.d.ts +8 -0
- package/pipes/parse-json.pipe.d.ts +7 -0
- package/pipes/pure.pipe.d.ts +17 -0
- package/pipes/safe.pipe.d.ts +10 -0
- package/pipes/sanitize.pipe.d.ts +10 -0
- package/pipes/time.pipe.d.ts +40 -0
- package/pipes/timezone-display.pipe.d.ts +10 -0
- package/services/form-row-duplicate/form-row-duplicate.service.d.ts +45 -0
- package/services/index.d.ts +3 -0
- package/services/on-resize.service.d.ts +20 -0
- package/services/yaml-util.service.d.ts +20 -0
- package/styles/ansi-color.scss +131 -0
- package/styles/global.scss +904 -0
- package/styles/lib.scss +1 -0
- package/styles/markdown-body.scss +107 -0
- package/styles/mixins.scss +710 -0
- package/styles/var.scss +30 -0
- package/types/common.d.ts +42 -0
- package/types/helpers.d.ts +35 -0
- package/types/index.d.ts +8 -0
- package/types/k8s/core.d.ts +100 -0
- package/types/k8s/crd.d.ts +497 -0
- package/types/k8s/index.d.ts +3 -0
- package/types/k8s/raw.d.ts +860 -0
- package/types/schema.d.ts +14 -0
- package/utils/browser.d.ts +4 -0
- package/utils/cache-store.d.ts +35 -0
- package/utils/color-helpers.d.ts +4 -0
- package/utils/common.d.ts +64 -0
- package/utils/cron-util.d.ts +8 -0
- package/utils/decorators.d.ts +14 -0
- package/utils/disabled-state.d.ts +20 -0
- package/utils/format-number.d.ts +11 -0
- package/utils/index.d.ts +23 -0
- package/utils/local-storage-constants.d.ts +1 -0
- package/utils/node.d.ts +8 -0
- package/utils/observable.d.ts +5 -0
- package/utils/operators.d.ts +22 -0
- package/utils/request-pool.d.ts +12 -0
- package/utils/resources.d.ts +19 -0
- package/utils/router.d.ts +3 -0
- package/utils/sort-fn.d.ts +2 -0
- package/utils/tree.d.ts +16 -0
- package/utils/unit.d.ts +21 -0
- package/utils/version.d.ts +39 -0
- package/utils/with-load-state.d.ts +11 -0
- package/utils/workload.d.ts +66 -0
- package/utils/workspace.d.ts +28 -0
- package/utils/yaml.d.ts +11 -0
|
@@ -0,0 +1,710 @@
|
|
|
1
|
+
// stylelint-disable no-descending-specificity
|
|
2
|
+
@import 'node_modules/@alauda/ui/theme/var';
|
|
3
|
+
@import 'node_modules/@alauda/ui/theme/mixin';
|
|
4
|
+
@import 'node_modules/@alauda/ui/theme/pattern';
|
|
5
|
+
@import './var';
|
|
6
|
+
|
|
7
|
+
@mixin app-root {
|
|
8
|
+
display: block;
|
|
9
|
+
width: 100%;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin fixed-form-container {
|
|
14
|
+
display: block;
|
|
15
|
+
margin-bottom: $fixed-form-footer-height;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// 切换侧边栏状态时会导致布局变更,可以使用这个mixin使过渡更自然
|
|
19
|
+
@mixin sidenav-transition($props...) {
|
|
20
|
+
transition: $props;
|
|
21
|
+
transition-duration: $transition-duration-s;
|
|
22
|
+
transition-timing-function: $ease-in-out;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@mixin fixed-form-footer {
|
|
26
|
+
position: fixed;
|
|
27
|
+
right: $page-padding-m;
|
|
28
|
+
bottom: 0;
|
|
29
|
+
z-index: 110;
|
|
30
|
+
height: $fixed-form-footer-height;
|
|
31
|
+
padding: 0 20px;
|
|
32
|
+
border-top-left-radius: use-var(border-radius-l);
|
|
33
|
+
border-top-right-radius: use-var(border-radius-l);
|
|
34
|
+
display: flex;
|
|
35
|
+
justify-content: flex-end;
|
|
36
|
+
align-items: center;
|
|
37
|
+
background-color: use-rgb(n-10);
|
|
38
|
+
@include card-shadow;
|
|
39
|
+
|
|
40
|
+
left: $page-sider-width + $page-padding-m * 2;
|
|
41
|
+
|
|
42
|
+
@at-root {
|
|
43
|
+
#{selector-nest($page-sider-collapse-selector, &)} {
|
|
44
|
+
left: $page-sider-collapse-width + $page-padding-m * 2;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
#{selector-nest($page-sider-ani-selector, &)} {
|
|
48
|
+
@include sidenav-transition(left);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@mixin array-form-table {
|
|
54
|
+
.acl-array-form-table {
|
|
55
|
+
flex: 1;
|
|
56
|
+
width: 100%;
|
|
57
|
+
border-spacing: 0;
|
|
58
|
+
border: 12px solid use-rgb(n-9);
|
|
59
|
+
border-radius: use-var(border-radius-l);
|
|
60
|
+
border-collapse: unset;
|
|
61
|
+
|
|
62
|
+
thead {
|
|
63
|
+
background-color: use-rgb(n-9);
|
|
64
|
+
|
|
65
|
+
th,
|
|
66
|
+
td {
|
|
67
|
+
line-height: 20px;
|
|
68
|
+
color: use-rgb(n-1);
|
|
69
|
+
text-align: left;
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
padding: 0 0 12px 8px;
|
|
72
|
+
|
|
73
|
+
&[required]:before {
|
|
74
|
+
content: '*';
|
|
75
|
+
color: use-rgb(red);
|
|
76
|
+
margin-right: 4px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
tbody {
|
|
82
|
+
> tr {
|
|
83
|
+
background-color: use-rgb(n-10);
|
|
84
|
+
border-radius: 2px;
|
|
85
|
+
|
|
86
|
+
&:first-child {
|
|
87
|
+
> td {
|
|
88
|
+
border-top: unset;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
td {
|
|
94
|
+
padding: 8px 0 8px 8px;
|
|
95
|
+
vertical-align: middle;
|
|
96
|
+
|
|
97
|
+
&:last-child {
|
|
98
|
+
padding: 8px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
tr.acl-array-form-table__row-error:not(
|
|
104
|
+
:has(+ .acl-array-form-table__row-error:empty)
|
|
105
|
+
) {
|
|
106
|
+
background-color: rgb(var(--aui-color-r-6));
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
tr.acl-array-form-table--row-action {
|
|
110
|
+
td {
|
|
111
|
+
padding: unset;
|
|
112
|
+
border-bottom: unset;
|
|
113
|
+
padding-bottom: unset;
|
|
114
|
+
border-top: 8px solid use-rgb(n-9);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
tr.acl-array-form-table__separator {
|
|
119
|
+
td {
|
|
120
|
+
padding: 0;
|
|
121
|
+
background-color: use-rgb(n-9);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
th.acl-array-form-table__action-col {
|
|
126
|
+
min-width: 48px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/* We have a convention here that the last column is the action column */
|
|
130
|
+
td.acl-array-form-table__action-col {
|
|
131
|
+
padding: 8px;
|
|
132
|
+
text-align: center;
|
|
133
|
+
white-space: nowrap;
|
|
134
|
+
vertical-align: middle;
|
|
135
|
+
width: 24px;
|
|
136
|
+
|
|
137
|
+
.aui-button--text.isPlain {
|
|
138
|
+
font-size: 16px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* customized style */
|
|
142
|
+
.action-col__vertical {
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
align-items: center;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/* customized style */
|
|
151
|
+
tbody td.acl-table-form-error-hint {
|
|
152
|
+
// 上一行 padding-bottom 为 8px,这里我们希望错误内容与控件间距为 4px
|
|
153
|
+
margin-top: -4px;
|
|
154
|
+
border-top: none;
|
|
155
|
+
padding-top: 0;
|
|
156
|
+
color: use-rgb(red);
|
|
157
|
+
font-size: 12px;
|
|
158
|
+
|
|
159
|
+
acl-errors-mapper .acl-error-hint {
|
|
160
|
+
margin-top: 0;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&__bottom-control-buttons {
|
|
165
|
+
display: flex;
|
|
166
|
+
width: 100%;
|
|
167
|
+
background-color: use-rgb(n-9);
|
|
168
|
+
|
|
169
|
+
.aui-button {
|
|
170
|
+
flex: 1;
|
|
171
|
+
|
|
172
|
+
&--default {
|
|
173
|
+
color: use-text-color(secondary);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&:not([disabled]) {
|
|
177
|
+
background-color: use-rgb(n-10);
|
|
178
|
+
|
|
179
|
+
&:hover {
|
|
180
|
+
background-color: use-rgb(p-6);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&:active {
|
|
184
|
+
background-color: use-rgb(p-5);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&.aui-button--primary.isPlain[disabled] {
|
|
189
|
+
background-color: use-rgb(n-8);
|
|
190
|
+
color: use-rgb(n-6);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
border-style: unset;
|
|
194
|
+
font-size: 14px;
|
|
195
|
+
height: 28px;
|
|
196
|
+
border-radius: 2px;
|
|
197
|
+
|
|
198
|
+
aui-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&__readonly-mode {
|
|
205
|
+
border-radius: use-var(border-radius-l);
|
|
206
|
+
border-collapse: separate;
|
|
207
|
+
|
|
208
|
+
th,
|
|
209
|
+
td {
|
|
210
|
+
.aui-checkbox {
|
|
211
|
+
margin: unset;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
thead {
|
|
216
|
+
tr {
|
|
217
|
+
th,
|
|
218
|
+
td {
|
|
219
|
+
padding: 0 10px 12px;
|
|
220
|
+
border-top: none;
|
|
221
|
+
|
|
222
|
+
&:first-child {
|
|
223
|
+
padding-left: 20px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
&:last-child {
|
|
227
|
+
padding-right: 20px;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
tbody {
|
|
234
|
+
tr {
|
|
235
|
+
height: 58px;
|
|
236
|
+
|
|
237
|
+
td {
|
|
238
|
+
padding: 15px 10px;
|
|
239
|
+
border: 1px solid use-rgb(n-8);
|
|
240
|
+
border-bottom-width: 0;
|
|
241
|
+
|
|
242
|
+
&:not(:last-child) {
|
|
243
|
+
border-right: none;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
&:not(:first-child) {
|
|
247
|
+
border-left: none;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
&:first-child {
|
|
251
|
+
padding-left: 19px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
&:last-child {
|
|
255
|
+
padding: 15px 19px 15px 10px;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
tr:last-child {
|
|
261
|
+
td {
|
|
262
|
+
border-bottom-width: 1px;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
td:first-child {
|
|
266
|
+
border-bottom-left-radius: use-var(border-radius-l);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
td:last-child {
|
|
270
|
+
border-bottom-right-radius: use-var(border-radius-l);
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
tr:first-child {
|
|
275
|
+
td {
|
|
276
|
+
border-top: 1px solid use-rgb(n-8);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
td:first-child {
|
|
280
|
+
border-top-left-radius: use-var(border-radius-l);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
td:last-child {
|
|
284
|
+
border-top-right-radius: use-var(border-radius-l);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
&__action-col-divider {
|
|
291
|
+
border-left: 1px solid use-rgb(n-8);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
@mixin inline-select {
|
|
297
|
+
display: inline-flex;
|
|
298
|
+
align-items: center;
|
|
299
|
+
border-radius: use-var(border-radius-m);
|
|
300
|
+
border: 1px solid use-rgb(border);
|
|
301
|
+
background-color: use-rgb(n-9);
|
|
302
|
+
padding-left: 8px;
|
|
303
|
+
|
|
304
|
+
&:hover {
|
|
305
|
+
border-color: use-rgb(primary);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
&:focus,
|
|
309
|
+
&.isFocused {
|
|
310
|
+
border-color: use-rgb(primary);
|
|
311
|
+
@include outline-shadow(primary);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
> label {
|
|
315
|
+
font-size: use-var(font-size-m);
|
|
316
|
+
font-weight: use-var(font-weight-normal);
|
|
317
|
+
color: use-text-color(help);
|
|
318
|
+
white-space: nowrap;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.aui-input {
|
|
322
|
+
border: 0;
|
|
323
|
+
|
|
324
|
+
&:focus,
|
|
325
|
+
&.isFocused {
|
|
326
|
+
border: none;
|
|
327
|
+
box-shadow: none !important;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
height: calc(#{use-var(inline-height-m)} - 2px);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
@mixin sticky-header($top) {
|
|
335
|
+
position: sticky;
|
|
336
|
+
z-index: 1;
|
|
337
|
+
top: $top;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@mixin sticky-table-header($top) {
|
|
341
|
+
> .aui-table > .aui-table__header-row {
|
|
342
|
+
@include sticky-header($top);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
@mixin detail-page-fullheight($gap: 0) {
|
|
347
|
+
display: block;
|
|
348
|
+
height: calc(100vh - (#{$page-top}) - #{111px + 16px + 20px + $gap});
|
|
349
|
+
|
|
350
|
+
> .aui-card {
|
|
351
|
+
height: 100%;
|
|
352
|
+
|
|
353
|
+
.aui-card__content,
|
|
354
|
+
aui-code-editor,
|
|
355
|
+
.aui-code-editor {
|
|
356
|
+
height: 100%;
|
|
357
|
+
min-height: 100%;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// 通用创建/更新页,撑屏内容高度
|
|
363
|
+
@mixin create-page-fullheight__card($hasSample: false) {
|
|
364
|
+
$height: calc(
|
|
365
|
+
100vh - (#{$page-top}) - #{20px + 32px + 16px + 1px + 16px + 20px + 20px +
|
|
366
|
+
$fixed-form-footer-height}
|
|
367
|
+
);
|
|
368
|
+
@if $hasSample == true {
|
|
369
|
+
$height: calc(
|
|
370
|
+
100vh -
|
|
371
|
+
(#{$page-top}) -
|
|
372
|
+
#{20px +
|
|
373
|
+
32px +
|
|
374
|
+
16px +
|
|
375
|
+
1px +
|
|
376
|
+
16px +
|
|
377
|
+
20px +
|
|
378
|
+
20px +
|
|
379
|
+
15px +
|
|
380
|
+
$fixed-form-footer-height}
|
|
381
|
+
);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
display: block;
|
|
385
|
+
height: $height;
|
|
386
|
+
min-height: $height;
|
|
387
|
+
|
|
388
|
+
aui-code-editor,
|
|
389
|
+
.aui-code-editor {
|
|
390
|
+
height: 100%;
|
|
391
|
+
min-height: 100%;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
// 创建页,无card-header时撑屏内容高度
|
|
396
|
+
@mixin create-page-fullheight__content {
|
|
397
|
+
height: calc(
|
|
398
|
+
100vh - (#{$page-top}) - #{20px + 20px + 20px + $fixed-form-footer-height}
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
@mixin bicolor($main, $secondary) {
|
|
403
|
+
--bicolor-main: #{$main};
|
|
404
|
+
--bicolor-secondary: #{$secondary};
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
@mixin table-row-placeholder-extend {
|
|
408
|
+
display: flex;
|
|
409
|
+
justify-content: center;
|
|
410
|
+
align-items: center;
|
|
411
|
+
z-index: 1;
|
|
412
|
+
@include text-set(m, help);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
@mixin acl-select-prefix {
|
|
416
|
+
aui-select .acl-select-prefix__wrapper {
|
|
417
|
+
&.isOpened,
|
|
418
|
+
&:hover:not(.isDisabled) {
|
|
419
|
+
border-color: use-rgb(primary);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
&.isOpened {
|
|
423
|
+
@include outline-shadow(primary);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
&.isDisabled {
|
|
427
|
+
.acl-select-prefix__label {
|
|
428
|
+
background-color: use-rgb(n-8);
|
|
429
|
+
border-color: use-rgb(n-7);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
display: flex;
|
|
434
|
+
border: 1px solid use-rgb(border);
|
|
435
|
+
border-radius: use-var(border-radius-m);
|
|
436
|
+
overflow-y: hidden;
|
|
437
|
+
|
|
438
|
+
aui-input-group {
|
|
439
|
+
flex: 1;
|
|
440
|
+
margin-block: -1px;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.aui-input {
|
|
444
|
+
box-shadow: none !important;
|
|
445
|
+
border: none !important;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.acl-select-prefix__label {
|
|
449
|
+
order: -1;
|
|
450
|
+
display: inline-flex;
|
|
451
|
+
align-items: center;
|
|
452
|
+
background-color: use-rgb(n-9);
|
|
453
|
+
padding-left: 8px;
|
|
454
|
+
font-size: 14px;
|
|
455
|
+
font-weight: use-var(font-weight-bold);
|
|
456
|
+
color: use-rgb(n-4);
|
|
457
|
+
white-space: nowrap;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
aui-multi-select {
|
|
462
|
+
.acl-select-prefix__label {
|
|
463
|
+
color: use-rgb(n-4);
|
|
464
|
+
margin-right: 8px;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
aui-select.ng-invalid.ng-dirty,
|
|
469
|
+
.ng-submitted aui-select.ng-invalid {
|
|
470
|
+
.acl-select-prefix__wrapper {
|
|
471
|
+
@include input-error;
|
|
472
|
+
|
|
473
|
+
&.isOpened {
|
|
474
|
+
@include outline-shadow(red);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
&:hover:not(.isOpened) {
|
|
478
|
+
box-shadow: none;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
@mixin acl-table-in-table {
|
|
485
|
+
.acl-table-in-table {
|
|
486
|
+
width: calc(100% + 16px);
|
|
487
|
+
margin-left: -8px;
|
|
488
|
+
margin-right: -8px;
|
|
489
|
+
|
|
490
|
+
td,
|
|
491
|
+
th {
|
|
492
|
+
line-height: 20px;
|
|
493
|
+
padding: 8px;
|
|
494
|
+
border-bottom: 1px solid use-rgb(n-8);
|
|
495
|
+
text-align: left;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
thead {
|
|
499
|
+
td,
|
|
500
|
+
th {
|
|
501
|
+
padding-top: 0;
|
|
502
|
+
color: use-rgb(n-4);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
tbody,
|
|
507
|
+
tfoot {
|
|
508
|
+
td {
|
|
509
|
+
color: use-rgb(n-1);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
> tr:last-child {
|
|
513
|
+
td {
|
|
514
|
+
padding-bottom: 0;
|
|
515
|
+
border-bottom: 0;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// 选中的产品和选中命名空间的背景颜色
|
|
523
|
+
@mixin select-background {
|
|
524
|
+
background-color: use-rgb(primary);
|
|
525
|
+
border-color: use-rgb(primary);
|
|
526
|
+
color: white;
|
|
527
|
+
cursor: default;
|
|
528
|
+
|
|
529
|
+
&:hover {
|
|
530
|
+
box-shadow: none;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
// hover的时候,边框的top,right,bottom,left都向外4px,default和hover要一起使用
|
|
535
|
+
// 分两个方法的原因:有些场景只需要用到边框,不需要hover放大
|
|
536
|
+
// 默认状态和禁用状态。加disabled类名可以成为禁用状态
|
|
537
|
+
@mixin scale-on-default-disabled {
|
|
538
|
+
position: relative;
|
|
539
|
+
|
|
540
|
+
&:after {
|
|
541
|
+
position: absolute;
|
|
542
|
+
content: '';
|
|
543
|
+
inset: 0;
|
|
544
|
+
border: 1px solid use-rgb(n-7);
|
|
545
|
+
border-radius: $border-scale-radius;
|
|
546
|
+
pointer-events: none;
|
|
547
|
+
transition: $border-transition;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
&.disabled {
|
|
551
|
+
background-color: use-rgb(n-8);
|
|
552
|
+
color: use-rgb(n-6);
|
|
553
|
+
cursor: not-allowed;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// hover状态和选中状态
|
|
558
|
+
@mixin scale-on-hover-active {
|
|
559
|
+
&:hover {
|
|
560
|
+
&:after {
|
|
561
|
+
inset: -$border-scale-width;
|
|
562
|
+
border-color: use-rgb(primary);
|
|
563
|
+
box-shadow:
|
|
564
|
+
inset 0 0 0 $border-scale-width use-rgb(n-10),
|
|
565
|
+
0 0 2 * $border-scale-width 0 use-rgba(primary, 0.5);
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
&:active {
|
|
570
|
+
&:after {
|
|
571
|
+
inset: 0;
|
|
572
|
+
box-shadow: 0 0 $border-scale-width 0 use-rgba(primary, 0.5);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// 合并上面的两个方法,参数是hover后不需要放大的选择器,如果参数是类名选择器可以用引号括起来
|
|
578
|
+
@mixin scale-on-hover($disabled: '.disabled') {
|
|
579
|
+
@include scale-on-default-disabled;
|
|
580
|
+
|
|
581
|
+
&:not(#{$disabled}) {
|
|
582
|
+
@include scale-on-hover-active;
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
@mixin page-color-definition {
|
|
587
|
+
:root {
|
|
588
|
+
--acl-page-header-background-color: #{use-rgb(n-10)};
|
|
589
|
+
--acl-page-header-title-color: #{use-rgb(n-1)};
|
|
590
|
+
--acl-page-header-text-color: #{use-rgb(n-2)};
|
|
591
|
+
--acl-nav-background-color: #{use-rgb(main-bg)};
|
|
592
|
+
--acl-nav-active-text-color: #{use-rgb(primary)};
|
|
593
|
+
--acl-nav-active-background-color: #{use-rgb(p-5)};
|
|
594
|
+
--acl-nav-popper-background-color: #{use-rgb(popper-bg)};
|
|
595
|
+
--acl-icon-color-cpu: #7c61ff;
|
|
596
|
+
--acl-icon-color-memory: #01a1c5;
|
|
597
|
+
--acl-icon-color-storage: #85b53a;
|
|
598
|
+
--acl-icon-color-gpu: #4a77f8;
|
|
599
|
+
--acl-icon-color-gpu-memory: #b95252;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
@mixin colorful-icon() {
|
|
604
|
+
@include theme-light {
|
|
605
|
+
@include bicolor(use-rgb(primary), use-rgb(p-3));
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
@include theme-dark {
|
|
609
|
+
@include bicolor(use-rgb(primary), use-rgb(p-3));
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
@mixin colorful-icon-highlight() {
|
|
614
|
+
@include theme-light {
|
|
615
|
+
@include bicolor(white, use-rgb(p-4));
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
@include theme-dark {
|
|
619
|
+
@include bicolor(white, #b3d7fc);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
@mixin colorful-icon-plain() {
|
|
624
|
+
@include theme-light {
|
|
625
|
+
@include bicolor(use-rgb(n-3), use-rgb(n-5));
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
@include theme-dark {
|
|
629
|
+
@include bicolor(use-rgb(n-3), use-rgb(n-5));
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
@mixin co-line-clamp($lines: 3) {
|
|
634
|
+
display: -webkit-box;
|
|
635
|
+
overflow: hidden;
|
|
636
|
+
-webkit-box-orient: vertical;
|
|
637
|
+
-webkit-line-clamp: $lines;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
@mixin lang-zh {
|
|
641
|
+
$scope: &;
|
|
642
|
+
|
|
643
|
+
@at-root {
|
|
644
|
+
#{selector-nest('html[lang|=zh]', $scope)} {
|
|
645
|
+
@content;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
@mixin lang-not-zh {
|
|
651
|
+
$scope: &;
|
|
652
|
+
|
|
653
|
+
@at-root {
|
|
654
|
+
#{selector-nest('html:not([lang|=zh])', $scope)} {
|
|
655
|
+
@content;
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
@mixin multi-line-textarea-wrapper {
|
|
661
|
+
display: grid;
|
|
662
|
+
align-items: stretch;
|
|
663
|
+
|
|
664
|
+
&:after,
|
|
665
|
+
textarea {
|
|
666
|
+
grid-area: 1 / 1;
|
|
667
|
+
width: auto;
|
|
668
|
+
padding: 3px 5px; // aui mini textarea padding
|
|
669
|
+
font: inherit;
|
|
670
|
+
resize: none;
|
|
671
|
+
max-height: 252px;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
&:after {
|
|
675
|
+
content: attr(data-value) ' ';
|
|
676
|
+
visibility: hidden;
|
|
677
|
+
white-space: pre-wrap;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
textarea {
|
|
681
|
+
overflow: auto;
|
|
682
|
+
height: auto !important;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
&:focus-within {
|
|
686
|
+
textarea:focus {
|
|
687
|
+
outline: none;
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
@mixin highlight-field-item() {
|
|
693
|
+
:host {
|
|
694
|
+
acl-field-set-item {
|
|
695
|
+
::ng-deep {
|
|
696
|
+
.field-set-item__value,
|
|
697
|
+
acl-status-icon {
|
|
698
|
+
color: use-rgb(n-1) !important;
|
|
699
|
+
font-weight: 500 !important;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
label,
|
|
703
|
+
.field-set-item__label:after {
|
|
704
|
+
color: use-rgb(n-2) !important;
|
|
705
|
+
font-weight: 400 !important;
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
package/styles/var.scss
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
$page-min-width: 1200px;
|
|
2
|
+
|
|
3
|
+
$page-header-height: var(--acl-page-header-height);
|
|
4
|
+
$page-toolbar-height: 44px;
|
|
5
|
+
$page-card-padding: 40px;
|
|
6
|
+
$page-bottom-padding: 20px;
|
|
7
|
+
$page-sider-width: 220px;
|
|
8
|
+
$page-sider-collapse-width: 40px;
|
|
9
|
+
$page-sider-footer-height: 52px;
|
|
10
|
+
$page-sider-collapse-icon-translate-x: -8px;
|
|
11
|
+
$page-sider-collapse-selector: '.sidenav-collapse';
|
|
12
|
+
$page-sider-ani-selector: '.sidenav-ani';
|
|
13
|
+
$page-padding-m: 20px;
|
|
14
|
+
$page-padding-s: 16px;
|
|
15
|
+
|
|
16
|
+
$fixed-form-footer-height: 64px;
|
|
17
|
+
|
|
18
|
+
$default-border: 1px solid use-rgb(border);
|
|
19
|
+
$border-scale-width: 4px;
|
|
20
|
+
$border-transition: all 0.2s ease-in-out;
|
|
21
|
+
$border-scale-radius: 4px;
|
|
22
|
+
|
|
23
|
+
$ease-in-out: cubic-bezier(0.38, 0, 0.24, 1);
|
|
24
|
+
$transition-duration-s: 0.3s; // 最慢
|
|
25
|
+
$transition-duration-m: 0.24s; // 适中
|
|
26
|
+
$transition-duration-f: 0.2s; // 最快
|
|
27
|
+
|
|
28
|
+
// var(--acl-page-header-height) + 44px
|
|
29
|
+
$page-top: $page-header-height + ' + ' + $page-toolbar-height;
|
|
30
|
+
$page-top-padding: calc(#{$page-top} + 20px);
|