@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
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FormArray, ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { BaseResourceFormComponent } from 'ng-resource-form-util';
|
|
3
|
+
import { ValidateRowDuplicateService } from '../services/form-row-duplicate/form-row-duplicate.service';
|
|
4
|
+
import { StringMap } from '../types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export type KeyValueTuple = [string, string];
|
|
7
|
+
export declare class BaseStringMapFormComponent extends BaseResourceFormComponent<StringMap, KeyValueTuple[], FormArray> {
|
|
8
|
+
rowDupService: ValidateRowDuplicateService;
|
|
9
|
+
createForm(): FormArray<import("@angular/forms").FormControl<unknown>>;
|
|
10
|
+
getDefaultFormModel(): KeyValueTuple[];
|
|
11
|
+
adaptResourceModel(resource: StringMap): [string, string][];
|
|
12
|
+
adaptFormModel(formModel: KeyValueTuple[]): {};
|
|
13
|
+
getOnFormArrayResizeFn(): () => FormArray<import("@angular/forms").FormControl<string>>;
|
|
14
|
+
add(index?: number): void;
|
|
15
|
+
remove(index: number): void;
|
|
16
|
+
protected getPreviousKeys(index: number): string[];
|
|
17
|
+
protected getKeyValidators(): ValidatorFn | ValidatorFn[];
|
|
18
|
+
protected getValueValidators(): ValidatorFn | ValidatorFn[];
|
|
19
|
+
protected createNewControl(): FormArray<import("@angular/forms").FormControl<string>>;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseStringMapFormComponent, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseStringMapFormComponent, never, never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, Injector, OnDestroy, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormGroupDirective, NgForm } from '@angular/forms';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const ARRAY_TABLE_FORM_ERROR_BG: string;
|
|
6
|
+
export declare const rowBackgroundColorFn: <T extends AbstractControl>({ invalid, }: T) => string;
|
|
7
|
+
export declare const noShowRowError: () => boolean;
|
|
8
|
+
export declare class ArrayFormTableHeaderDirective {
|
|
9
|
+
templateRef: TemplateRef<any>;
|
|
10
|
+
constructor(templateRef: TemplateRef<any>);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableHeaderDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableHeaderDirective, "[aclArrayFormTableHeader]", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
export declare class ArrayFormTableRowErrorDirective {
|
|
15
|
+
templateRef: TemplateRef<any>;
|
|
16
|
+
constructor(templateRef: TemplateRef<any>);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowErrorDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowErrorDirective, "[aclArrayFormTableRowError]", never, {}, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
export declare class ArrayFormTableRowDirective {
|
|
21
|
+
templateRef: TemplateRef<any>;
|
|
22
|
+
constructor(templateRef: TemplateRef<any>);
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowDirective, "[aclArrayFormTableRow]", never, {}, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
26
|
+
export declare class ArrayFormTableZeroStateDirective {
|
|
27
|
+
templateRef: TemplateRef<any>;
|
|
28
|
+
constructor(templateRef: TemplateRef<any>);
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableZeroStateDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableZeroStateDirective, "[aclArrayFormTableZeroState]", never, {}, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
export declare class ArrayFormTableRowControlDirective {
|
|
33
|
+
templateRef: TemplateRef<any>;
|
|
34
|
+
constructor(templateRef: TemplateRef<any>);
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowControlDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowControlDirective, "[aclArrayFormTableRowControl]", never, {}, {}, never, never, true, never>;
|
|
37
|
+
}
|
|
38
|
+
export declare class ArrayFormTableRowSeparatorDirective {
|
|
39
|
+
templateRef: TemplateRef<any>;
|
|
40
|
+
constructor(templateRef: TemplateRef<any>);
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableRowSeparatorDirective, never>;
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableRowSeparatorDirective, "[aclArrayFormTableRowSeparator]", never, {}, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
44
|
+
export declare class ArrayFormTableFooterDirective {
|
|
45
|
+
templateRef: TemplateRef<any>;
|
|
46
|
+
constructor(templateRef: TemplateRef<any>);
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableFooterDirective, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArrayFormTableFooterDirective, "[aclArrayFormTableFooter]", never, {}, {}, never, never, true, never>;
|
|
49
|
+
}
|
|
50
|
+
export declare class ArrayFormTableComponent implements OnDestroy {
|
|
51
|
+
injector: Injector;
|
|
52
|
+
headerTemplate: TemplateRef<any>;
|
|
53
|
+
rowTemplates: QueryList<TemplateRef<any>>;
|
|
54
|
+
rowErrorTemplate: TemplateRef<any>;
|
|
55
|
+
/**
|
|
56
|
+
* 表单默认提供删除按键; 假如用户提供模板, 将使用用户的模板
|
|
57
|
+
*/
|
|
58
|
+
rowControlTemplate: TemplateRef<any>;
|
|
59
|
+
/**
|
|
60
|
+
* 表单默认提供添加按键; 假如用户提供模板, 将使用用户的模板
|
|
61
|
+
*/
|
|
62
|
+
footerTemplate: TemplateRef<any>;
|
|
63
|
+
/**
|
|
64
|
+
* 表单默认为空数据提供无xxx的模板; 假如用户提供模板, 将使用用户的模板
|
|
65
|
+
*/
|
|
66
|
+
zeroStateTemplate: TemplateRef<any>;
|
|
67
|
+
/**
|
|
68
|
+
* 行之间的分隔区域自定义模板
|
|
69
|
+
*/
|
|
70
|
+
separatorTemplate: TemplateRef<any>;
|
|
71
|
+
/**
|
|
72
|
+
* 行之间的分隔区域,默认关闭
|
|
73
|
+
*/
|
|
74
|
+
rowSeparator: boolean;
|
|
75
|
+
ngFormGroupDirective: FormGroupDirective;
|
|
76
|
+
rows: any[];
|
|
77
|
+
resourceName: string;
|
|
78
|
+
resourceNameTranslated: string;
|
|
79
|
+
add: EventEmitter<void>;
|
|
80
|
+
remove: EventEmitter<number>;
|
|
81
|
+
readonly: boolean | '';
|
|
82
|
+
addDisabled: boolean | '';
|
|
83
|
+
actionColumnDivider: boolean | '';
|
|
84
|
+
showZeroState: boolean;
|
|
85
|
+
get formDirective(): NgForm | FormGroupDirective;
|
|
86
|
+
/**
|
|
87
|
+
* 自定义是否展示错误内容
|
|
88
|
+
* 例如 control 是 FormGroup,只有在内部子 control 错误时才需要展示错误内容
|
|
89
|
+
*/
|
|
90
|
+
showRowError<T extends AbstractControl>(control: T, formDirective?: NgForm | FormGroupDirective): boolean;
|
|
91
|
+
/**
|
|
92
|
+
* @deprecated use {@link showRowError} instead
|
|
93
|
+
*/
|
|
94
|
+
rowBackgroundColorFn<T extends AbstractControl>(control: T, formDirective?: NgForm | FormGroupDirective): string;
|
|
95
|
+
minRow: number;
|
|
96
|
+
minRowTooltip: string;
|
|
97
|
+
maxRow: number;
|
|
98
|
+
maxRowTooltip: string;
|
|
99
|
+
destroy$$: Subject<void>;
|
|
100
|
+
cdr: ChangeDetectorRef;
|
|
101
|
+
constructor(injector: Injector);
|
|
102
|
+
ngOnDestroy(): void;
|
|
103
|
+
shouldShowRowError: (control: AbstractControl) => import("rxjs").Observable<boolean>;
|
|
104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayFormTableComponent, never>;
|
|
105
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayFormTableComponent, "acl-array-form-table", never, { "rowSeparator": { "alias": "rowSeparator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "addDisabled": { "alias": "addDisabled"; "required": false; }; "actionColumnDivider": { "alias": "actionColumnDivider"; "required": false; }; "showZeroState": { "alias": "showZeroState"; "required": false; }; "showRowError": { "alias": "showRowError"; "required": false; }; "rowBackgroundColorFn": { "alias": "rowBackgroundColorFn"; "required": false; }; "minRow": { "alias": "minRow"; "required": false; }; "minRowTooltip": { "alias": "minRowTooltip"; "required": false; }; "maxRow": { "alias": "maxRow"; "required": false; }; "maxRowTooltip": { "alias": "maxRowTooltip"; "required": false; }; }, { "add": "add"; "remove": "remove"; }, ["headerTemplate", "rowErrorTemplate", "rowControlTemplate", "footerTemplate", "zeroStateTemplate", "separatorTemplate", "ngFormGroupDirective", "rowTemplates"], never, true, never>;
|
|
106
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module array-form-table
|
|
4
|
+
* @preferred
|
|
5
|
+
*/
|
|
6
|
+
export * from './form/component';
|
|
7
|
+
export * from './key-value-form/component';
|
|
8
|
+
export * from './key-value-table/component';
|
|
9
|
+
export * from './string-array-form/component';
|
|
10
|
+
export * from './base-string-map-form.component';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { ValidatorFn } from '@angular/forms';
|
|
3
|
+
import { StringMap } from '../../types';
|
|
4
|
+
import { BaseStringMapFormComponent } from '../base-string-map-form.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class KeyValueFormTableComponent extends BaseStringMapFormComponent implements OnInit {
|
|
7
|
+
resourceName: string;
|
|
8
|
+
resourceNameTranslated: string;
|
|
9
|
+
multiLineValue: boolean;
|
|
10
|
+
validator: {
|
|
11
|
+
key?: ValidatorFn | ValidatorFn[];
|
|
12
|
+
value?: ValidatorFn | ValidatorFn[];
|
|
13
|
+
};
|
|
14
|
+
errorMapper: {
|
|
15
|
+
key?: StringMap;
|
|
16
|
+
value?: StringMap;
|
|
17
|
+
};
|
|
18
|
+
placeholder: {
|
|
19
|
+
key?: string;
|
|
20
|
+
value?: string;
|
|
21
|
+
};
|
|
22
|
+
readonly: boolean;
|
|
23
|
+
textKey: boolean;
|
|
24
|
+
maxRow: number;
|
|
25
|
+
minRow: number;
|
|
26
|
+
readonlyKeys: Array<string | RegExp>;
|
|
27
|
+
zeroStateTemplate: TemplateRef<any>;
|
|
28
|
+
isReadonly(key: string): boolean;
|
|
29
|
+
getDataValueByIndex(index: number): any;
|
|
30
|
+
adaptResourceModel(resource: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
}): [string, string][];
|
|
33
|
+
getKeyValidators(): ValidatorFn | ValidatorFn[];
|
|
34
|
+
getValueValidators(): ValidatorFn | ValidatorFn[];
|
|
35
|
+
isLabelReadonly(index: number): boolean;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValueFormTableComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KeyValueFormTableComponent, "acl-key-value-form-table", never, { "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "multiLineValue": { "alias": "multiLineValue"; "required": false; }; "validator": { "alias": "validator"; "required": false; }; "errorMapper": { "alias": "errorMapper"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "textKey": { "alias": "textKey"; "required": false; }; "maxRow": { "alias": "maxRow"; "required": false; }; "minRow": { "alias": "minRow"; "required": false; }; "readonlyKeys": { "alias": "readonlyKeys"; "required": false; }; "zeroStateTemplate": { "alias": "zeroStateTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KeyValueTableComponent<T> {
|
|
3
|
+
value: T;
|
|
4
|
+
resourceName: string;
|
|
5
|
+
resourceNameTranslated: string;
|
|
6
|
+
entries: (value: T) => [string, any][];
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeyValueTableComponent<any>, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KeyValueTableComponent<any>, "acl-key-value-table", never, { "value": { "alias": "value"; "required": false; }; "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { TranslateService } from '@alauda-fe/dynamic-plugin-sdk';
|
|
2
|
+
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { ControlContainer, FormArray, ValidatorFn } from '@angular/forms';
|
|
4
|
+
import { BaseResourceFormComponent } from 'ng-resource-form-util';
|
|
5
|
+
import { ValidateRowDuplicateService } from '../../services';
|
|
6
|
+
import { StringMap } from '../../types';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class StringArrayFormTableComponent extends BaseResourceFormComponent<string[], string[], FormArray> implements OnInit, OnChanges {
|
|
9
|
+
injector: Injector;
|
|
10
|
+
readonly controlContainer: ControlContainer;
|
|
11
|
+
private readonly rowDup;
|
|
12
|
+
private readonly translate;
|
|
13
|
+
multiLineValue: boolean;
|
|
14
|
+
resourceName: string;
|
|
15
|
+
resourceNameTranslated: string;
|
|
16
|
+
placeholder: string;
|
|
17
|
+
validators: ValidatorFn[];
|
|
18
|
+
enableDuplicateCheck: boolean;
|
|
19
|
+
set errorMapper(errorMapper: StringMap);
|
|
20
|
+
get errorMapper(): StringMap;
|
|
21
|
+
maxLines: number;
|
|
22
|
+
maxLinesTooltip: string;
|
|
23
|
+
minLines: number;
|
|
24
|
+
readonlyItems: Array<string | RegExp>;
|
|
25
|
+
readonlyTooltip: string;
|
|
26
|
+
private _errorMapper;
|
|
27
|
+
private duplicateValidator;
|
|
28
|
+
constructor(injector: Injector, controlContainer: ControlContainer, rowDup: ValidateRowDuplicateService, translate: TranslateService);
|
|
29
|
+
get length(): number;
|
|
30
|
+
ngOnChanges({ validators, enableDuplicateCheck }: SimpleChanges): void;
|
|
31
|
+
createForm(): FormArray<import("@angular/forms").FormControl<unknown>>;
|
|
32
|
+
adaptResourceModel(resource: string[]): string[];
|
|
33
|
+
getDefaultFormModel(): string[];
|
|
34
|
+
add(index?: number): void;
|
|
35
|
+
remove(index: number): void;
|
|
36
|
+
getOnFormArrayResizeFn(): () => import("@angular/forms").FormControl<string>;
|
|
37
|
+
isItemReadonly(index: number): boolean;
|
|
38
|
+
private isReadonly;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StringArrayFormTableComponent, [null, { optional: true; }, null, null]>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringArrayFormTableComponent, "acl-string-array-form-table", never, { "multiLineValue": { "alias": "multiLineValue"; "required": false; }; "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validators": { "alias": "validators"; "required": false; }; "enableDuplicateCheck": { "alias": "enableDuplicateCheck"; "required": false; }; "errorMapper": { "alias": "errorMapper"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "maxLinesTooltip": { "alias": "maxLinesTooltip"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "readonlyItems": { "alias": "readonlyItems"; "required": false; }; "readonlyTooltip": { "alias": "readonlyTooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="139" viewBox="0 0 160 139"><defs><linearGradient id="a" x1="50.001%" x2="50.001%" y1="100%" y2="0%"><stop offset="0%" stop-color="gray" stop-opacity=".25"/><stop offset="54%" stop-color="gray" stop-opacity=".12"/><stop offset="100%" stop-color="gray" stop-opacity=".1"/></linearGradient><linearGradient id="b" x1="50.002%" x2="50.002%" y1="100%" y2="0%"><stop offset="0%" stop-color="gray" stop-opacity=".25"/><stop offset="54%" stop-color="gray" stop-opacity=".12"/><stop offset="100%" stop-color="gray" stop-opacity=".1"/></linearGradient><linearGradient id="c" x1="50%" x2="50%" y1="100%" y2="0%"><stop offset="0%" stop-opacity=".12"/><stop offset="55%" stop-opacity=".09"/><stop offset="100%" stop-opacity=".02"/></linearGradient><linearGradient id="d" x1="50%" x2="50%" y1="100%" y2="0%"><stop offset="0%" stop-color="gray" stop-opacity=".25"/><stop offset="54%" stop-color="gray" stop-opacity=".12"/><stop offset="100%" stop-color="gray" stop-opacity=".1"/></linearGradient><linearGradient id="e" x1="50%" x2="50%" y1="100%" y2="0%"><stop offset="0%" stop-color="gray" stop-opacity=".25"/><stop offset="54%" stop-color="gray" stop-opacity=".12"/><stop offset="100%" stop-color="gray" stop-opacity=".1"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><g transform="translate(0 -3.2)"><g opacity=".1"><path fill="#009CE3" fill-rule="nonzero" d="M1.87 82.607c2.528 10.803 7.878 20.141 16.334 24.667 17.573 9.407 57.203 4.556 86.78-1.019a67.724 67.724 0 0 0 38.514-22.017L1.87 82.608zm155.102-50.844h-16.229a1.403 1.403 0 0 1 0-2.806h2.806a1.403 1.403 0 1 1 0-2.805h-2.004a1.403 1.403 0 0 1 0-2.805h8.47c-1.879-.874-4.076-1.496-6.606-1.822-23.096-2.967-31.342-1.004-34.25 1.02-3.59 2.489-7.593 4.32-11.872 5.203-14.25 2.939-40.9 6.477-65.054-1.133-12.005-3.785-20.928 2.609-26.276 13.29H159.79c-.201-3.105-.802-5.97-1.906-8.48a1.397 1.397 0 0 1-.911.338zM.494 60.064a71.5 71.5 0 0 0 .628 18.846l142.483 5.21a66.9 66.9 0 0 0 9.9-15.097L.494 60.063zm56.353 13.443h-2.805a1.403 1.403 0 0 1 0 2.806H37.813a1.403 1.403 0 0 1 0-2.806h2.806a1.403 1.403 0 1 1 0-2.805h-2.004a1.403 1.403 0 0 1 0-2.805h16.229a1.403 1.403 0 1 1 0 2.805h2.003a1.403 1.403 0 1 1 0 2.805zM159.796 40 4.238 43.785C2.347 48.648 1.099 54.147.517 59.848H157.07a66.367 66.367 0 0 0 2.26-10.24c.467-3.35.653-6.59.465-9.608zM32.098 52.398h-2.806a1.403 1.403 0 1 1 0 2.806H13.064a1.403 1.403 0 1 1 0-2.806h2.805a1.403 1.403 0 1 1 0-2.805h-2.003a1.403 1.403 0 1 1 0-2.806h16.228a1.403 1.403 0 1 1 0 2.806h2.004a1.403 1.403 0 0 1 0 2.805z"/><path stroke="#535461" stroke-width="2" d="M98.789 110.754s4.104-10.118 11.77-13.872a16.54 16.54 0 0 0 7.514-7.286c.77-1.517 1.401-3.1 1.883-4.732"/><path fill="#009CE3" fill-rule="nonzero" d="M124.774 82.469c-.8 1.005-4.935 2.475-4.935 2.475s.497-4.367 1.297-5.365a2.33 2.33 0 0 1 3.639 2.895l-.001-.005zm-1.419 7.958c-1.218.41-5.486-.609-5.486-.609s2.788-3.389 4.005-3.798a2.329 2.329 0 0 1 1.481 4.407zm-7.696 9.405c-1.257-.26-4.429-3.295-4.429-3.295s4.117-1.518 5.375-1.258a2.33 2.33 0 0 1-.946 4.551v.002zm-7.425 5.806c-1.283-.045-4.922-2.498-4.922-2.498s3.802-2.188 5.085-2.148a2.33 2.33 0 1 1-.163 4.646zm5.66-18.663c.165 1.274 2.944 4.67 2.944 4.67s1.83-3.99 1.667-5.264a2.329 2.329 0 0 0-4.611.594zm-8.598 6.899c.537 1.165 4.206 3.575 4.206 3.575s.553-4.355.016-5.52a2.33 2.33 0 1 0-4.222 1.947v-.001zm-7.437 7.853c.332 1.24 3.542 4.234 3.542 4.234s1.282-4.197.948-5.438a2.329 2.329 0 0 0-4.49 1.204z"/><path fill="#009CE3" fill-rule="nonzero" d="M124.774 82.469c-.8 1.005-4.935 2.475-4.935 2.475s.497-4.367 1.297-5.365a2.33 2.33 0 0 1 3.639 2.895l-.001-.005zm-1.419 7.958c-1.218.41-5.486-.609-5.486-.609s2.788-3.389 4.005-3.798a2.329 2.329 0 0 1 1.481 4.407zm-7.696 9.405c-1.257-.26-4.429-3.295-4.429-3.295s4.117-1.518 5.375-1.258a2.33 2.33 0 0 1-.946 4.551v.002zm-7.425 5.806c-1.283-.045-4.922-2.498-4.922-2.498s3.802-2.188 5.085-2.148a2.33 2.33 0 1 1-.163 4.646zm5.66-18.663c.165 1.274 2.944 4.67 2.944 4.67s1.83-3.99 1.667-5.264a2.329 2.329 0 0 0-4.611.594zm-8.598 6.899c.537 1.165 4.206 3.575 4.206 3.575s.553-4.355.016-5.52a2.33 2.33 0 1 0-4.222 1.947v-.001zm-7.437 7.853c.332 1.24 3.542 4.234 3.542 4.234s1.282-4.197.948-5.438a2.329 2.329 0 0 0-4.49 1.204z" opacity=".25"/><path stroke="#535461" stroke-width="2" d="M95.876 95.96s.518-10.908 6.506-16.992a16.553 16.553 0 0 0 4.66-9.368c.224-1.685.293-3.387.207-5.084"/><path fill="#009CE3" fill-rule="nonzero" d="M111.017 60.659c-.42 1.213-3.836 3.969-3.836 3.969s-.976-4.279-.555-5.492a2.33 2.33 0 0 1 4.046-.874c.554.671.687 1.596.345 2.397zm1.293 7.972c-1.02.79-5.378 1.247-5.378 1.247s1.507-4.123 2.519-4.912a2.329 2.329 0 1 1 2.859 3.665zm-4.142 11.432c-1.272.17-5.27-1.64-5.27-1.64s3.382-2.798 4.659-2.968a2.33 2.33 0 1 1 .617 4.608h-.006zm-5.08 7.939c-1.225.383-5.472-.728-5.472-.728s2.86-3.33 4.085-3.713a2.33 2.33 0 0 1 1.387 4.438v.003zm-.848-19.484c.582 1.147 4.327 3.429 4.327 3.429s.403-4.368-.174-5.518a2.33 2.33 0 0 0-4.153 2.089zm-5.824 9.361c.894.922 5.154 1.977 5.154 1.977s-.922-4.29-1.815-5.212a2.33 2.33 0 0 0-3.339 3.237v-.002zm-4.412 9.874c.729 1.06 4.747 2.82 4.747 2.82s-.183-4.385-.908-5.445a2.33 2.33 0 0 0-3.837 2.62l-.001.005z"/></g><path d="M34.451 134.042c7.428 2.497 16.49.978 24.918 1.154 1.155.024 2.375.096 3.3.527.926.43 1.382 1.133 2.016 1.728 2.362 2.228 7.2 2.944 11.43 2.566 4.23-.378 8.108-1.628 12.09-2.58 6.9-1.648 14.788-2.396 21.593-.601.625.164 1.282.353 1.951.289 1.493-.148 1.936-1.342 2.98-2.024 1.889-1.231 5.975-.897 6.8-2.52.486-.944-.63-1.927-1.845-2.577-4.652-2.486-11.305-2.896-17.392-2.512-6.087.383-12.072 1.441-18.191 1.445-7.623 0-14.99-1.623-22.538-2.288-5.23-.46-10.937-.404-15.84.945-5.298 1.477-6.47 4.772-11.271 6.448z" fill="#009CE3" fill-rule="nonzero" opacity=".1"/><g fill-rule="nonzero" transform="translate(31.592 53.061)"><path fill="#E0E0E0" d="M57.708 55.308s2.286 15.426 15.767 20.568H18.864c13.48-5.142 15.766-20.568 15.766-20.568h23.078z"/><path fill="url(#a)" d="M18.589 75.873h55.126v3.258H18.589z"/><path fill="#F5F5F5" d="M18.864 75.873h54.611v2.513H18.864z"/><path fill="url(#b)" d="M91.242 0H1.311A1.216 1.216 0 0 0 .107 1.228v57.095a2.267 2.267 0 0 0 2.246 2.288H90.2a2.268 2.268 0 0 0 2.247-2.288V1.228A1.217 1.217 0 0 0 91.242 0z"/><path fill="#F5F5F5" d="M91.24 51.195H1.097V2.5a1.174 1.174 0 0 1 1.18-1.174h87.786c.649 0 1.176.525 1.177 1.174v48.695z"/><path fill="#FFF" d="M89.046 59.421H3.291a2.188 2.188 0 0 1-2.188-2.188v-6.038H91.24v6.033a2.188 2.188 0 0 1-2.194 2.193z"/><path fill="#009CE3" d="M5.074 8.806h82.667v38H5.074z" opacity=".4"/><path fill="#E0E0E0" d="M5.074 5.473h82.667v3.333H5.074z"/><circle cx="7.33" cy="7.081" r="1" fill="#FF5252"/><circle cx="9.628" cy="7.081" r="1" fill="#FF0"/><circle cx="11.925" cy="7.081" r="1" fill="#69F0AE"/><g transform="translate(30.533 11.733)"><path fill="url(#c)" d="M14.87.064.1 26.783h29.54z"/><path fill="#FFF" d="M14.87 2.122 1.882 25.753h25.975z"/><circle cx="14.87" cy="23.292" r="1.586" fill="url(#d)"/><circle cx="14.87" cy="23.292" r="1.313" fill="#009CE3" opacity=".8"/><path fill="url(#e)" d="M14.432 11.312h1v9.409h-1z"/><path fill="#009CE3" d="M14.596 11.367h1v9.19h-1z" opacity=".8"/></g></g><path fill="#009CE3" fill-rule="nonzero" d="M36.669 19.205h1.908a1.337 1.337 0 0 1 0-2.672h15.455a1.337 1.337 0 0 1 0 2.672h-1.908a1.336 1.336 0 1 1 0 2.671h2.671a1.337 1.337 0 0 1 0 2.672H39.339a1.337 1.337 0 0 1 0-2.672h-2.67a1.336 1.336 0 1 1 0-2.671z" opacity=".1"/><g fill="#009CE3" fill-rule="nonzero" transform="translate(63.333 9.2)"><path d="M7.37 5.685a.425.425 0 0 0-.137-.55.214.214 0 0 1-.063-.285.213.213 0 0 1 .281-.078c.192.1.429.041.55-.138a.214.214 0 0 1 .382.173.177.177 0 0 1-.018.045.426.426 0 0 0 .137.55l.038.03a.214.214 0 0 1-.256.334.427.427 0 0 0-.55.138.213.213 0 0 1-.364-.219zM.23 1.144A.426.426 0 0 0 .093.595.218.218 0 0 1 .03.31C.08.23.175.19.266.212c.016.004.03.01.045.018a.425.425 0 0 0 .55-.136l.03-.037a.215.215 0 0 1 .352.205c-.005.015-.01.03-.018.043a.426.426 0 0 0 .137.555c.014.009.026.02.036.031a.213.213 0 0 1-.26.334.427.427 0 0 0-.55.137.238.238 0 0 1-.032.038.215.215 0 0 1-.35-.211.388.388 0 0 1 .024-.045z" opacity=".3"/><circle cx="18.224" cy="15.445" r="2.467" opacity=".1"/><circle cx="29.887" cy="3.196" r="1.346" opacity=".1"/></g><g fill="#009CE3" fill-rule="nonzero" transform="rotate(-11 85.36 -664.784)"><path d="M14.543 5.462a.423.423 0 0 0-.138-.549.213.213 0 0 1 .219-.364c.191.1.429.042.55-.138a.365.365 0 0 1 .031-.036.214.214 0 0 1 .35.211.136.136 0 0 1-.018.043c-.1.192-.04.428.138.55a.214.214 0 0 1-.173.382.177.177 0 0 1-.045-.018.429.429 0 0 0-.55.137c-.009.014-.02.026-.03.038a.214.214 0 0 1-.352-.211c.005-.015.01-.03.018-.045z" opacity=".3"/><circle cx="2.589" cy="2.579" r="2.467" opacity=".1"/><circle cx="19.961" cy="17.026" r="1.346" opacity=".1"/></g><g fill="#009CE3" fill-rule="nonzero" transform="rotate(80 27.77 134.434)"><path d="M14.543 5.462a.423.423 0 0 0-.138-.549.213.213 0 0 1 .219-.364c.191.1.429.042.55-.138a.365.365 0 0 1 .031-.036.214.214 0 0 1 .35.211.136.136 0 0 1-.018.043c-.1.192-.04.428.138.55a.214.214 0 0 1-.173.382.177.177 0 0 1-.045-.018.429.429 0 0 0-.55.137c-.009.014-.02.026-.03.038a.214.214 0 0 1-.352-.211c.005-.015.01-.03.018-.045z" opacity=".3"/><circle cx="2.589" cy="2.579" r="2.467" opacity=".1"/><circle cx="19.961" cy="17.026" r="1.346" opacity=".1"/></g><g fill="#009CE3" fill-rule="nonzero" opacity=".1" transform="translate(6.667 109.867)"><circle cx="6.691" cy="1.918" r="1.346"/><circle cx="11.85" cy="7.978" r="1.346"/><circle cx="1.756" cy="11.631" r="1.346"/></g><ellipse cx="28.667" cy="140.546" fill="#009CE3" fill-rule="nonzero" opacity=".1" rx="6.667" ry="1.346"/><ellipse cx="109.333" cy="140.546" fill="#009CE3" fill-rule="nonzero" opacity=".1" rx="6.667" ry="1.346"/></g><g fill-rule="nonzero"><path fill="#D0D2D5" d="M66.396 90.669c-1.465 1.463-1.64 2.107-2.52 2.398-.88.29-4.045 1.93-3.05 3.746L63.5 98.58l.078.052.41 1.23-4.045 7.2s-6.667-3.049-7.32 1.46c-.654 4.51-.24 5.741-.416 8.148-.176 2.408.058 3.104-.53 3.104-.586 0-.818-1.581-.818-1.581s-.037-.073-.102-.208c-.872-1.813-6.792-15.122 2.691-24.27 0 0 4.393-.289 5.45-5.326.73-3.481 3.282-3.181 4.978-2.472a5.631 5.631 0 0 1 1.522.894c.412.39.777.825 1.09 1.297.484.762.747 1.72-.092 2.56z"/><path fill="#000" d="m63.578 98.632.41 1.23-4.045 7.2s-6.667-3.049-7.32 1.46c-.654 4.51-.24 5.741-.416 8.148-.176 2.408.058 3.104-.53 3.104-.586 0-.818-1.581-.818-1.581s-.037-.073-.102-.208c-.294-2.252-1.787-15.424 3.624-14.724 0 0 4.391 2.052 5.093 1.234.556-.649 3.022-4.376 4.026-5.906l.078.043zm2.911-10.535-2.674 3.038s-3.106 4.156-3.75 3.98a3.055 3.055 0 0 0-.587-.069 1.14 1.14 0 0 1-.741-1.922c1.06-1.11 3.011-3.22 3.139-3.689.128-.468 1.37-2.522 1.993-3.527.55.216 1.065.518 1.522.894a7.5 7.5 0 0 1 1.098 1.294z" opacity=".1"/><path fill="#454B69" d="M142.148 131.817c-.454.907-2.778 4.31-3.794 5.798l-.476.7s-.185 1.23-3.22-.295c-3.037-1.523-74.35-31.613-74.35-31.613l-.483-1.452 3.518-5.269 78.162 30.198s1.23.762.642 1.934z"/><path fill="#000" d="m138.353 137.615-.475.7s-.185 1.23-3.22-.295c-3.037-1.523-74.35-31.613-74.35-31.613l-.483-1.452 78.528 32.66z" opacity=".1"/><g transform="translate(92.946 98.161)"><path fill="#CCC" d="M14.036 24.343h-1.1v-1.101h-.59v1.101h-1.099v.591h1.099v1.102h.59v-1.102h1.1z"/><ellipse cx="31.959" cy="22.751" fill="#2F2E41" rx="1.851" ry="5.897" transform="rotate(-39.938 31.96 22.75)"/><ellipse cx="19.431" cy="20.701" fill="#2F2E41" rx="11.779" ry="11.803"/><path fill="#2F2E41" d="M20.838 29.965h3.579v6.425h-3.579zm-7.157 0h3.579v6.425h-3.579z"/><ellipse cx="21.434" cy="36.464" fill="#2F2E41" rx="2.982" ry="1.121"/><ellipse cx="14.277" cy="36.315" fill="#2F2E41" rx="2.982" ry="1.121"/><path fill="#49B6E8" d="M15.732 5.864C16.784 1.62 21.427-.878 26.102.285c4.676 1.164 7.613 5.548 6.561 9.792-1.052 4.245-4.541 4.258-9.217 3.095-4.675-1.163-8.766-3.063-7.714-7.308z"/><ellipse cx="6.163" cy="15.225" fill="#2F2E41" rx="1.852" ry="5.892" transform="rotate(-64.626 6.163 15.225)"/><ellipse cx="17.67" cy="18.211" fill="#FFF" rx="3.927" ry="3.935"/><ellipse cx="16.056" cy="16.8" fill="#3F3D56" rx="1.309" ry="1.312"/><path fill="#FFF" d="M20.133 26.41a2.624 2.624 0 0 1-.882 2.47 2.615 2.615 0 0 1-4.269-1.53l-.001-.006c-.258-1.425.842-1.93 2.265-2.188 1.423-.258 2.63-.172 2.887 1.254z"/></g></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="320" height="320" viewBox="0 0 320 320" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="a"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="c"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="f"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="h"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="j"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="l"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><filter x="-8.6%" y="-30%" width="117.1%" height="160%" filterUnits="objectBoundingBox" id="n"><feOffset in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"/><feColorMatrix values="0 0 0 0 0.196078431 0 0 0 0 0.203921569 0 0 0 0 0.215686275 0 0 0 0.1 0" in="shadowBlurOuter1"/></filter><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="b"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="d"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="g"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="i"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="k"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="m"/><path d="M2.887 0h64.226C68.708 0 70 1.433 70 3.2v13.6c0 1.767-1.292 3.2-2.887 3.2H2.887C1.292 20 0 18.567 0 16.8V3.2C0 1.433 1.292 0 2.887 0Z" id="o"/><linearGradient x1="2.923%" y1="50%" x2="99.78%" y2="50%" id="e"><stop stop-color="#3D8EFF" offset="0%"/><stop stop-color="#3674CC" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path d="M0 0h320v320H0z"/><path d="M0 160v159.151h69.708L160 320c88.366 0 160-71.634 160-160S248.366 0 160 0 0 71.634 0 160Z" fill="#2C4A7A" fill-rule="nonzero"/><rect fill="#F3F4F8" fill-rule="nonzero" x="20" y="270" width="294" height="2" rx="1"/><path d="M228.189 87H78.535A5.535 5.535 0 0 0 73 92.535V159" stroke="#F3F4F8" stroke-width="2" stroke-linejoin="round" stroke-dasharray="4"/><g fill-rule="nonzero"><path d="M89.928 82.245c-1.07 0-2.134.17-3.151.507A14.388 14.388 0 0 0 58.993 88h-1.799a7.194 7.194 0 0 0 0 14.388h32.734c5.563 0 10.072-4.509 10.072-10.071 0-5.563-4.51-10.072-10.072-10.072Z" fill="#6DAAFF"/><path d="M85.928 82.245c-1.07 0-2.134.17-3.151.507A14.388 14.388 0 0 0 54.993 88h-1.799a7.194 7.194 0 0 0 0 14.388h32.734C91.491 102.388 96 97.88 96 92.317s-4.51-10.072-10.072-10.072Z" stroke="#6DAAFF" fill="#F3F4F8"/><path d="M53.904 75.08a1.319 1.319 0 0 1-1.85-1.09 8.8 8.8 0 0 1 5.187-8.802 8.743 8.743 0 0 1 5.261-.599 8.778 8.778 0 0 1 4.56 2.435 1.319 1.319 0 1 1-1.872 1.859 6.15 6.15 0 0 0-3.195-1.705 6.161 6.161 0 0 0-7.314 6.582 1.32 1.32 0 0 1-.777 1.32Zm-7.426-2.213a1.319 1.319 0 0 1-1.847-1.345 16.362 16.362 0 0 1 2.942-7.757 16.261 16.261 0 0 1 6.626-5.408 16.266 16.266 0 0 1 8.373-1.315 16.368 16.368 0 0 1 7.683 2.92 1.319 1.319 0 0 1-1.528 2.15 13.725 13.725 0 0 0-6.442-2.448 13.626 13.626 0 0 0-7.013 1.103A13.622 13.622 0 0 0 47.254 71.8c-.051.485-.36.881-.776 1.066Zm-7.25-2.007a1.319 1.319 0 0 1-1.837-1.419 23.929 23.929 0 0 1 4.515-10.53 23.777 23.777 0 0 1 9.27-7.345 23.742 23.742 0 0 1 22.25 1.555 1.319 1.319 0 0 1-1.396 2.238 21.108 21.108 0 0 0-19.781-1.383 21.075 21.075 0 0 0-12.254 15.892 1.318 1.318 0 0 1-.766.992Z" fill="#6DAAFF"/></g><g transform="translate(4.06 128)"><path d="M151 11.93a7.995 7.995 0 0 1 8 7.996c0 .001 0 .002-.003.003l-.04 95.342a8.01 8.01 0 0 1-8.003 8H93.048v14.354H69.773l-.001-14.355H8.001a8 8 0 0 1-8-8v-.058L.708 19.87a8 8 0 0 1 8-7.94H151Z" fill="#6DAAFF"/><rect fill="#242733" x="55.248" y="136.073" width="52.761" height="3.104" rx="1.552"/><path d="M15.66 18.999h128.27a8 8 0 0 1 8 8v72.366a8 8 0 0 1-8 8H15.076a8 8 0 0 1-8-8.065l.585-72.366a8 8 0 0 1 8-7.935Z" fill="#3674CC"/><path d="M93.1 68.594c.708 0 1.282.668 1.282 1.491 0 .824-.574 1.492-1.282 1.492h-3.4c-.709 0-1.283-.668-1.283-1.492 0-.823.574-1.49 1.282-1.49H93.1Zm18.939 0c.68 0 1.231.668 1.231 1.491 0 .824-.55 1.492-1.231 1.492h-11.455c-.68 0-1.231-.668-1.231-1.492 0-.823.551-1.49 1.231-1.49h11.455Z" fill="#EDAC2C" fill-rule="nonzero"/><path d="M91.909 89.47c.817 0 1.48.446 1.48.995 0 .549-.663.994-1.48.994H67.032c-.817 0-1.48-.445-1.48-.994 0-.55.663-.994 1.48-.994h24.877Zm19.419-9.94c.524 0 .948.445.948.994 0 .549-.424.994-.948.994H66.5c-.524 0-.948-.445-.948-.994 0-.55.424-.994.948-.994h44.827Zm-30.02-10.936c.632 0 1.145.668 1.145 1.491 0 .824-.513 1.492-1.145 1.492h-14.61c-.633 0-1.145-.668-1.145-1.492 0-.823.512-1.49 1.145-1.49h14.61Zm42.638-10.935c1.241 0 2.248.668 2.248 1.491 0 .824-1.007 1.491-2.248 1.491H67.8c-1.242 0-2.248-.667-2.248-1.49 0-.824 1.006-1.492 2.248-1.492h56.145ZM91.909 46.724c.817 0 1.48.667 1.48 1.49 0 .824-.663 1.492-1.48 1.492H67.032c-.817 0-1.48-.668-1.48-1.491 0-.824.663-1.491 1.48-1.491h24.877Zm20.673 0c.93 0 1.683.667 1.683 1.49 0 .824-.754 1.492-1.683 1.492h-14.53c-.928 0-1.682-.668-1.682-1.491 0-.824.754-1.491 1.683-1.491h14.53Zm25.042-10.936a1.492 1.492 0 1 1 0 2.983H67.046a1.492 1.492 0 1 1 0-2.983h70.578Z" fill="#F3F4F8" fill-rule="nonzero"/><g transform="translate(54.617)"><circle stroke="#F3F4F8" stroke-width="2" fill="#E2324F" cx="13.918" cy="13.918" r="13.918"/><path d="m16.089 13.918 4.341-4.342a1.544 1.544 0 0 0 0-2.171 1.544 1.544 0 0 0-2.17 0l-4.342 4.342-4.342-4.342a1.544 1.544 0 0 0-2.171 0 1.544 1.544 0 0 0 0 2.17l4.342 4.343-4.342 4.341a1.544 1.544 0 0 0 0 2.171c.601.595 1.57.595 2.17 0l4.343-4.341 4.341 4.341c.602.595 1.57.595 2.171 0a1.544 1.544 0 0 0 0-2.17l-4.341-4.342Z" fill="#F3F4F8" fill-rule="nonzero"/></g><circle fill="#F3F4F8" cx="81.634" cy="115.124" r="3.879"/><g fill-rule="nonzero"><path d="m45.415 70.786-1.3 10.833a.4.4 0 0 1-.791.023l-1.082-6.083a.4.4 0 0 0-.487-.319l-5.872 1.399a.4.4 0 0 1-.298-.733l9.228-5.51a.4.4 0 0 1 .602.39Z" fill="#6DAAFF"/><path d="M40.498 77.466c-4.254 7.315-5.512 14.299-3.775 20.952 1.737 6.653 9.028 9.967 21.87 9.941" stroke="#6DAAFF" stroke-dasharray="4"/></g></g><g transform="translate(159 176.912)" stroke="#6DAAFF"><path stroke-width="2" stroke-linecap="square" d="M0 15.588h32"/><path d="M24 0v32" stroke-linejoin="round" stroke-dasharray="3"/><circle fill="#F3F4F8" cx="24" cy="15.588" r="4"/></g><path stroke="#6DAAFF" d="M199 192.5h4"/><g transform="matrix(-1 0 0 1 243 176.912)" stroke="#6DAAFF"><path stroke-width="2" stroke-linecap="square" d="M0 15.588h32"/><path d="M24 0v32" stroke-linejoin="round" stroke-dasharray="3"/><circle fill="#F3F4F8" cx="24" cy="15.588" r="4"/></g><g transform="translate(233 80)"><path d="M40.5 3v26V3Z" stroke="#458FF1" stroke-width="2"/><path stroke="#3D8EFF" stroke-width="2" stroke-linecap="square" d="M0 7h72"/><circle stroke="#458FF1" stroke-width="2" fill="#F5F9FF" cx="40.5" cy="7.5" r="6.5"/><circle fill="#3D8EFF" cx="75" cy="7" r="4"/></g><g transform="translate(238 109)"><rect fill="#6DAAFF" x="6" width="58" height="160" rx="2"/><g transform="translate(0 26)"><use fill="#000" filter="url(#a)" xlink:href="#b"/><use fill="#6DAAFF" xlink:href="#b"/></g><path d="M45.5 35a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 33a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8" opacity=".8"/><g fill-rule="nonzero" transform="translate(0 48)"><use fill="#000" filter="url(#c)" xlink:href="#d"/><use fill="url(#e)" xlink:href="#d"/></g><path d="M45.5 57a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 55a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8"/><g fill-rule="nonzero" transform="translate(0 4)"><use fill="#000" filter="url(#f)" xlink:href="#g"/><use fill="url(#e)" xlink:href="#g"/></g><path d="M45.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 11a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8"/><g transform="translate(0 70)"><use fill="#000" filter="url(#h)" xlink:href="#i"/><use fill="#6DAAFF" xlink:href="#i"/></g><path d="M45.5 79a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 77a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8" opacity=".8"/><g fill-rule="nonzero" transform="translate(0 92)"><use fill="#000" filter="url(#j)" xlink:href="#k"/><use fill="url(#e)" xlink:href="#k"/></g><path d="M45.5 101a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 99a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8"/><g transform="translate(0 114)"><use fill="#000" filter="url(#l)" xlink:href="#m"/><use fill="#6DAAFF" xlink:href="#m"/></g><path d="M45.5 123a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 121a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8" opacity=".8"/><g fill-rule="nonzero" transform="translate(0 136)"><use fill="#000" filter="url(#n)" xlink:href="#o"/><use fill="url(#e)" xlink:href="#o"/></g><path d="M45.5 145a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9 143a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z" fill="#F3F4F8"/></g><g transform="translate(260 72)"><circle stroke="#2C4A7A" stroke-width="2" fill="#E2324F" cx="14" cy="14" r="14"/><path d="m16.184 14 4.367-4.367a1.553 1.553 0 0 0 0-2.184 1.553 1.553 0 0 0-2.184 0L14 11.816 9.633 7.45a1.553 1.553 0 0 0-2.184 0 1.553 1.553 0 0 0 0 2.184L11.816 14 7.45 18.367a1.553 1.553 0 0 0 0 2.184 1.553 1.553 0 0 0 2.184 0L14 16.184l4.367 4.367a1.553 1.553 0 0 0 2.184 0 1.553 1.553 0 0 0 0-2.184L16.184 14Z" fill="#F3F4F8" fill-rule="nonzero"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="320" height="320" viewBox="0 0 320 320" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a"><stop stop-color="#BEDFFF" offset="0%"/><stop stop-color="#6DAAFF" offset="100%"/></linearGradient><linearGradient x1="50%" y1="-9.541%" x2="57.324%" y2="109.922%" id="b"><stop stop-color="#FFF" offset="0%"/><stop stop-color="#ADD4FD" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path d="M0 0h320v320H0z"/><path d="M0 160v159.151h69.708L160 320c88.366 0 160-71.634 160-160S248.366 0 160 0 0 71.634 0 160Z" fill="#2C4A7A" fill-rule="nonzero"/><g transform="translate(51 63.339)" fill-rule="nonzero"><path d="m15.556 13.387.047-.05a2.13 2.13 0 0 1 3.01-.105l11.002 10.26c.86.802.908 2.15.106 3.01l-.047.05a2.13 2.13 0 0 1-3.01.105l-11.002-10.26a2.13 2.13 0 0 1-.106-3.01ZM35.621.045l.068-.002a2.13 2.13 0 0 1 2.203 2.054l.525 15.034a2.13 2.13 0 0 1-2.055 2.204l-.068.002a2.13 2.13 0 0 1-2.203-2.054l-.525-15.035A2.13 2.13 0 0 1 35.621.045ZM2.73 35.385l-.002-.068a2.13 2.13 0 0 1 2.055-2.204l15.034-.525a2.13 2.13 0 0 1 2.203 2.055l.003.068a2.13 2.13 0 0 1-2.055 2.203l-15.034.525a2.13 2.13 0 0 1-2.203-2.054ZM3 108.661a.6.6 0 0 1 .6.6l-.001 1.8H5.4a.6.6 0 1 1 0 1.2l-1.801-.001.001 1.801a.6.6 0 1 1-1.2 0l-.001-1.801-1.799.001a.6.6 0 1 1 0-1.2h1.799l.001-1.8a.6.6 0 0 1 .6-.6Z" fill="#EDAC2C"/><circle stroke="#F3F4F8" cx="14" cy="98.661" r="2"/><path d="M191 17.661a.8.8 0 0 1 .8.8l-.001 2.399 2.401.001a.8.8 0 1 1 0 1.6l-2.401-.001.001 2.401a.8.8 0 1 1-1.6 0l-.001-2.401-2.399.001a.8.8 0 1 1 0-1.6l2.399-.001.001-2.399a.8.8 0 0 1 .8-.8Z" fill="#EDAC2C"/><path d="M203 5.661a3 3 0 0 1 0 6l-1.693-.016H200V8.661a3 3 0 0 1 3-3Zm0 1.2a1.8 1.8 0 0 0-1.8 1.8v1.79h.784l1.016.01a1.8 1.8 0 1 0 0-3.6Z" fill="#F3F4F8"/></g><path d="M41.47 270a1 1 0 1 1 0 2H27a1 1 0 1 1 0-2h14.47Zm43.922 0a1 1 0 1 1 0 2H50.333a1 1 0 1 1 0-2h35.06ZM305 270a1 1 0 1 1 0 2h-35.059a1 1 0 0 1 0-2H305Zm-42.549 0a1 1 0 1 1 0 2H95.627a1 1 0 1 1 0-2h166.824Z" fill="#F3F4F8" fill-rule="nonzero"/><g fill-rule="nonzero"><path d="M112.02 97h106c-8.553 1.006-15 8.255-15 16.867V236c0 14.36-11.64 26-26 26h-89a2 2 0 0 1-2-2V123c0-14.36 11.641-26 26-26Z" fill="#6DAAFF"/><path d="M.035 131.954c-.05 9.3-.046 14.605.01 15.911.092 2.096.463 2.888.963 4.17 2.799 7.186 8.284 9.647 14.676 11.674 4.26 1.351 39.209 1.612 104.843.782-8.018-4.81-12.229-10.2-12.632-16.172v-16.355a2 2 0 0 0-2-2H2.035a2 2 0 0 0-2 1.99Z" fill="url(#a)" transform="translate(50 97)"/><path d="M219.52 97c9.113 0 16.5 7.387 16.5 16.5V132a2 2 0 0 1-2 2h-31v-20.5c0-9.113 7.388-16.5 16.5-16.5Z" fill="#3674CC"/></g><path d="M156 203a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-25a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h25Zm-40-11a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4h-10a4 4 0 0 1-4-4v-10a4 4 0 0 1 4-4h10Zm69 0a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-54a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h54Zm-29-23a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-25a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h25Zm-40-11a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4h-10a4 4 0 0 1-4-4v-10a4 4 0 0 1 4-4h10Zm69 0a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-54a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h54Zm-29-23a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-25a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h25Zm-40-11a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4h-10a4 4 0 0 1-4-4v-10a4 4 0 0 1 4-4h10Zm69 0a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-54a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h54Z" fill="#F3F4F8"/><g fill-rule="nonzero"><path d="M206 169c9.088 0 17.609 3.57 24.02 9.98 6.41 6.411 9.98 14.932 9.98 24.02 0 8.528-3.144 16.556-8.828 22.81a2.996 2.996 0 0 1 3.096.715l24.041 24.042a3 3 0 1 1-4.242 4.242l-24.042-24.041a3 3 0 0 1-.734-3.043C222.97 233.691 214.749 237 206 237c-9.088 0-17.609-3.57-24.02-9.98-6.41-6.411-9.98-14.932-9.98-24.02s3.57-17.609 9.98-24.02c6.411-6.41 14.932-9.98 24.02-9.98Z" fill="#3674CC"/><path d="M34 4c-7.966 0-15.508 3.136-21.186 8.814C7.136 18.492 4 26.034 4 34c0 7.966 3.136 15.508 8.814 21.186C18.492 60.864 26.034 64 34 64c7.966 0 15.508-3.136 21.186-8.814C60.864 49.508 64 41.966 64 34c0-7.966-3.136-15.508-8.814-21.186C49.508 7.136 42.051 4 34 4Z" fill="url(#b)" transform="translate(172 169)"/><path d="M230.503 203.471c1.49.246 2.484 1.555 2.236 3.027-.911 5.89-3.643 11.206-7.866 15.46-4.388 4.335-10.018 7.034-16.144 7.852-.083-.082-.249-.082-.331-.082-1.325 0-2.484-.981-2.65-2.29-.165-1.472.828-2.781 2.318-3.026 4.968-.655 9.522-2.863 12.999-6.299 3.477-3.435 5.63-7.689 6.375-12.433.248-1.472 1.573-2.454 3.063-2.209Zm-31.989-23.2c.746 1.308.249 2.944-.993 3.598a22.925 22.925 0 0 0-4.802 3.6c-2.07 2.126-3.726 4.498-4.885 7.198-.414 1.227-1.407 1.8-2.483 1.8-.332 0-.663-.083-.994-.246-1.407-.573-2.07-2.127-1.49-3.517a27.532 27.532 0 0 1 6.044-8.916 28.439 28.439 0 0 1 5.96-4.5c1.325-.735 2.981-.245 3.643.982Z" fill="#FFF" opacity=".44"/><path d="M209.842 188.567c0 .056-.001.111-.004.167l-.919 18.524a2.552 2.552 0 0 1-5.097 0l-.92-18.524a3.363 3.363 0 0 1 3.36-3.53h.217a3.363 3.363 0 0 1 3.363 3.363Zm-1.043 28.351a2.286 2.286 0 0 1-2.286 2.286h-.285a2.286 2.286 0 0 1-2.286-2.286v-.868a2.286 2.286 0 0 1 2.286-2.286h.285a2.286 2.286 0 0 1 2.286 2.286v.868Z" fill="#242733"/></g></g></svg>
|