@public-ui/hydrate 2.2.12 → 2.2.13-41ee611a95447f6b98a9420d37280eb13f78bd4c.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/dist/index.js +574 -67
- package/dist/index.mjs +574 -67
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3856,7 +3856,7 @@ const validateAlignment = (component, propName, value) => {
|
|
|
3856
3856
|
});
|
|
3857
3857
|
};
|
|
3858
3858
|
|
|
3859
|
-
const isObject$
|
|
3859
|
+
const isObject$2 = (value) => typeof value === 'object' && value !== null;
|
|
3860
3860
|
const isString$2 = (value, minLength = 0) => typeof value === 'string' && value.length >= minLength;
|
|
3861
3861
|
const isStyle = (style) => {
|
|
3862
3862
|
if (typeof style === 'object' && style !== null) {
|
|
@@ -4139,7 +4139,7 @@ const validateHref = (component, value, options = {}) => {
|
|
|
4139
4139
|
};
|
|
4140
4140
|
|
|
4141
4141
|
const mapCustomIcon = (state, alignment, icon) => {
|
|
4142
|
-
if (isObject$
|
|
4142
|
+
if (isObject$2(icon)) {
|
|
4143
4143
|
state[alignment] = icon;
|
|
4144
4144
|
}
|
|
4145
4145
|
else if (isString$2(icon, 1)) {
|
|
@@ -4293,7 +4293,7 @@ const validateMsg = (component, value) => {
|
|
|
4293
4293
|
}
|
|
4294
4294
|
catch (e) {
|
|
4295
4295
|
}
|
|
4296
|
-
watchValidator(component, `_msg`, (value) => isObject$
|
|
4296
|
+
watchValidator(component, `_msg`, (value) => isObject$2(value) && typeof (value === null || value === void 0 ? void 0 : value._description) === 'string', new Set(['MsgPropType']), value, {
|
|
4297
4297
|
defaultValue: {
|
|
4298
4298
|
_description: '',
|
|
4299
4299
|
_type: 'error',
|
|
@@ -4450,7 +4450,7 @@ const validateTableSelection = (component, value) => {
|
|
|
4450
4450
|
}
|
|
4451
4451
|
};
|
|
4452
4452
|
const validateObject = (value) => {
|
|
4453
|
-
return value && isObject$
|
|
4453
|
+
return value && isObject$2(value) && typeof value.label === 'function' && (!value.selectedKeys || Array.isArray(value.selectedKeys));
|
|
4454
4454
|
};
|
|
4455
4455
|
const objectValue = typeof value === 'string' ? parseSerializedValue() : value;
|
|
4456
4456
|
if (validateObject(objectValue)) {
|
|
@@ -7318,7 +7318,7 @@ class KolHeadingWc {
|
|
|
7318
7318
|
}; }
|
|
7319
7319
|
}
|
|
7320
7320
|
|
|
7321
|
-
const defaultStyleCss$B = "/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n@font-face {\n font-family: \"codicon\";\n font-display: block;\n src: url(\"./codicon.ttf?be64b7213e352cd7f91ef58198e71237\") format(\"truetype\");\n}\n.codicon[class*=codicon-] {\n font: normal normal normal 16px/1 codicon;\n display: inline-block;\n text-decoration: none;\n text-rendering: auto;\n text-align: center;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n user-select: none;\n -webkit-user-select: none;\n -ms-user-select: none;\n}\n\n/*---------------------\n * Modifiers\n *-------------------*/\n@keyframes codicon-spin {\n 100% {\n transform: rotate(360deg);\n }\n}\n.codicon-sync.codicon-modifier-spin,\n.codicon-loading.codicon-modifier-spin,\n.codicon-gear.codicon-modifier-spin {\n /* Use steps to throttle FPS to reduce CPU usage */\n animation: codicon-spin 1.5s steps(30) infinite;\n}\n\n.codicon-modifier-disabled {\n opacity: 0.5;\n}\n\n.codicon-modifier-hidden {\n opacity: 0;\n}\n\n/* custom speed & easing for loading icon */\n.codicon-loading {\n animation-duration: 1s !important;\n animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;\n}\n\n/*---------------------\n * Icons\n *-------------------*/\n.codicon-add:before {\n content: \"\\ea60\";\n}\n\n.codicon-plus:before {\n content: \"\\ea60\";\n}\n\n.codicon-gist-new:before {\n content: \"\\ea60\";\n}\n\n.codicon-repo-create:before {\n content: \"\\ea60\";\n}\n\n.codicon-lightbulb:before {\n content: \"\\ea61\";\n}\n\n.codicon-light-bulb:before {\n content: \"\\ea61\";\n}\n\n.codicon-repo:before {\n content: \"\\ea62\";\n}\n\n.codicon-repo-delete:before {\n content: \"\\ea62\";\n}\n\n.codicon-gist-fork:before {\n content: \"\\ea63\";\n}\n\n.codicon-repo-forked:before {\n content: \"\\ea63\";\n}\n\n.codicon-git-pull-request:before {\n content: \"\\ea64\";\n}\n\n.codicon-git-pull-request-abandoned:before {\n content: \"\\ea64\";\n}\n\n.codicon-record-keys:before {\n content: \"\\ea65\";\n}\n\n.codicon-keyboard:before {\n content: \"\\ea65\";\n}\n\n.codicon-tag:before {\n content: \"\\ea66\";\n}\n\n.codicon-git-pull-request-label:before {\n content: \"\\ea66\";\n}\n\n.codicon-tag-add:before {\n content: \"\\ea66\";\n}\n\n.codicon-tag-remove:before {\n content: \"\\ea66\";\n}\n\n.codicon-person:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-follow:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-outline:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-filled:before {\n content: \"\\ea67\";\n}\n\n.codicon-git-branch:before {\n content: \"\\ea68\";\n}\n\n.codicon-git-branch-create:before {\n content: \"\\ea68\";\n}\n\n.codicon-git-branch-delete:before {\n content: \"\\ea68\";\n}\n\n.codicon-source-control:before {\n content: \"\\ea68\";\n}\n\n.codicon-mirror:before {\n content: \"\\ea69\";\n}\n\n.codicon-mirror-public:before {\n content: \"\\ea69\";\n}\n\n.codicon-star:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-add:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-delete:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-empty:before {\n content: \"\\ea6a\";\n}\n\n.codicon-comment:before {\n content: \"\\ea6b\";\n}\n\n.codicon-comment-add:before {\n content: \"\\ea6b\";\n}\n\n.codicon-alert:before {\n content: \"\\ea6c\";\n}\n\n.codicon-warning:before {\n content: \"\\ea6c\";\n}\n\n.codicon-search:before {\n content: \"\\ea6d\";\n}\n\n.codicon-search-save:before {\n content: \"\\ea6d\";\n}\n\n.codicon-log-out:before {\n content: \"\\ea6e\";\n}\n\n.codicon-sign-out:before {\n content: \"\\ea6e\";\n}\n\n.codicon-log-in:before {\n content: \"\\ea6f\";\n}\n\n.codicon-sign-in:before {\n content: \"\\ea6f\";\n}\n\n.codicon-eye:before {\n content: \"\\ea70\";\n}\n\n.codicon-eye-unwatch:before {\n content: \"\\ea70\";\n}\n\n.codicon-eye-watch:before {\n content: \"\\ea70\";\n}\n\n.codicon-circle-filled:before {\n content: \"\\ea71\";\n}\n\n.codicon-primitive-dot:before {\n content: \"\\ea71\";\n}\n\n.codicon-close-dirty:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-breakpoint:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-breakpoint-disabled:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-hint:before {\n content: \"\\ea71\";\n}\n\n.codicon-terminal-decoration-success:before {\n content: \"\\ea71\";\n}\n\n.codicon-primitive-square:before {\n content: \"\\ea72\";\n}\n\n.codicon-edit:before {\n content: \"\\ea73\";\n}\n\n.codicon-pencil:before {\n content: \"\\ea73\";\n}\n\n.codicon-info:before {\n content: \"\\ea74\";\n}\n\n.codicon-issue-opened:before {\n content: \"\\ea74\";\n}\n\n.codicon-gist-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-git-fork-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-lock:before {\n content: \"\\ea75\";\n}\n\n.codicon-mirror-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-close:before {\n content: \"\\ea76\";\n}\n\n.codicon-remove-close:before {\n content: \"\\ea76\";\n}\n\n.codicon-x:before {\n content: \"\\ea76\";\n}\n\n.codicon-repo-sync:before {\n content: \"\\ea77\";\n}\n\n.codicon-sync:before {\n content: \"\\ea77\";\n}\n\n.codicon-clone:before {\n content: \"\\ea78\";\n}\n\n.codicon-desktop-download:before {\n content: \"\\ea78\";\n}\n\n.codicon-beaker:before {\n content: \"\\ea79\";\n}\n\n.codicon-microscope:before {\n content: \"\\ea79\";\n}\n\n.codicon-vm:before {\n content: \"\\ea7a\";\n}\n\n.codicon-device-desktop:before {\n content: \"\\ea7a\";\n}\n\n.codicon-file:before {\n content: \"\\ea7b\";\n}\n\n.codicon-file-text:before {\n content: \"\\ea7b\";\n}\n\n.codicon-more:before {\n content: \"\\ea7c\";\n}\n\n.codicon-ellipsis:before {\n content: \"\\ea7c\";\n}\n\n.codicon-kebab-horizontal:before {\n content: \"\\ea7c\";\n}\n\n.codicon-mail-reply:before {\n content: \"\\ea7d\";\n}\n\n.codicon-reply:before {\n content: \"\\ea7d\";\n}\n\n.codicon-organization:before {\n content: \"\\ea7e\";\n}\n\n.codicon-organization-filled:before {\n content: \"\\ea7e\";\n}\n\n.codicon-organization-outline:before {\n content: \"\\ea7e\";\n}\n\n.codicon-new-file:before {\n content: \"\\ea7f\";\n}\n\n.codicon-file-add:before {\n content: \"\\ea7f\";\n}\n\n.codicon-new-folder:before {\n content: \"\\ea80\";\n}\n\n.codicon-file-directory-create:before {\n content: \"\\ea80\";\n}\n\n.codicon-trash:before {\n content: \"\\ea81\";\n}\n\n.codicon-trashcan:before {\n content: \"\\ea81\";\n}\n\n.codicon-history:before {\n content: \"\\ea82\";\n}\n\n.codicon-clock:before {\n content: \"\\ea82\";\n}\n\n.codicon-folder:before {\n content: \"\\ea83\";\n}\n\n.codicon-file-directory:before {\n content: \"\\ea83\";\n}\n\n.codicon-symbol-folder:before {\n content: \"\\ea83\";\n}\n\n.codicon-logo-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-mark-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-terminal:before {\n content: \"\\ea85\";\n}\n\n.codicon-console:before {\n content: \"\\ea85\";\n}\n\n.codicon-repl:before {\n content: \"\\ea85\";\n}\n\n.codicon-zap:before {\n content: \"\\ea86\";\n}\n\n.codicon-symbol-event:before {\n content: \"\\ea86\";\n}\n\n.codicon-error:before {\n content: \"\\ea87\";\n}\n\n.codicon-stop:before {\n content: \"\\ea87\";\n}\n\n.codicon-variable:before {\n content: \"\\ea88\";\n}\n\n.codicon-symbol-variable:before {\n content: \"\\ea88\";\n}\n\n.codicon-array:before {\n content: \"\\ea8a\";\n}\n\n.codicon-symbol-array:before {\n content: \"\\ea8a\";\n}\n\n.codicon-symbol-module:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-package:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-namespace:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-object:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-method:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-function:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-constructor:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-boolean:before {\n content: \"\\ea8f\";\n}\n\n.codicon-symbol-null:before {\n content: \"\\ea8f\";\n}\n\n.codicon-symbol-numeric:before {\n content: \"\\ea90\";\n}\n\n.codicon-symbol-number:before {\n content: \"\\ea90\";\n}\n\n.codicon-symbol-structure:before {\n content: \"\\ea91\";\n}\n\n.codicon-symbol-struct:before {\n content: \"\\ea91\";\n}\n\n.codicon-symbol-parameter:before {\n content: \"\\ea92\";\n}\n\n.codicon-symbol-type-parameter:before {\n content: \"\\ea92\";\n}\n\n.codicon-symbol-key:before {\n content: \"\\ea93\";\n}\n\n.codicon-symbol-text:before {\n content: \"\\ea93\";\n}\n\n.codicon-symbol-reference:before {\n content: \"\\ea94\";\n}\n\n.codicon-go-to-file:before {\n content: \"\\ea94\";\n}\n\n.codicon-symbol-enum:before {\n content: \"\\ea95\";\n}\n\n.codicon-symbol-value:before {\n content: \"\\ea95\";\n}\n\n.codicon-symbol-ruler:before {\n content: \"\\ea96\";\n}\n\n.codicon-symbol-unit:before {\n content: \"\\ea96\";\n}\n\n.codicon-activate-breakpoints:before {\n content: \"\\ea97\";\n}\n\n.codicon-archive:before {\n content: \"\\ea98\";\n}\n\n.codicon-arrow-both:before {\n content: \"\\ea99\";\n}\n\n.codicon-arrow-down:before {\n content: \"\\ea9a\";\n}\n\n.codicon-arrow-left:before {\n content: \"\\ea9b\";\n}\n\n.codicon-arrow-right:before {\n content: \"\\ea9c\";\n}\n\n.codicon-arrow-small-down:before {\n content: \"\\ea9d\";\n}\n\n.codicon-arrow-small-left:before {\n content: \"\\ea9e\";\n}\n\n.codicon-arrow-small-right:before {\n content: \"\\ea9f\";\n}\n\n.codicon-arrow-small-up:before {\n content: \"\\eaa0\";\n}\n\n.codicon-arrow-up:before {\n content: \"\\eaa1\";\n}\n\n.codicon-bell:before {\n content: \"\\eaa2\";\n}\n\n.codicon-bold:before {\n content: \"\\eaa3\";\n}\n\n.codicon-book:before {\n content: \"\\eaa4\";\n}\n\n.codicon-bookmark:before {\n content: \"\\eaa5\";\n}\n\n.codicon-debug-breakpoint-conditional-unverified:before {\n content: \"\\eaa6\";\n}\n\n.codicon-debug-breakpoint-conditional:before {\n content: \"\\eaa7\";\n}\n\n.codicon-debug-breakpoint-conditional-disabled:before {\n content: \"\\eaa7\";\n}\n\n.codicon-debug-breakpoint-data-unverified:before {\n content: \"\\eaa8\";\n}\n\n.codicon-debug-breakpoint-data:before {\n content: \"\\eaa9\";\n}\n\n.codicon-debug-breakpoint-data-disabled:before {\n content: \"\\eaa9\";\n}\n\n.codicon-debug-breakpoint-log-unverified:before {\n content: \"\\eaaa\";\n}\n\n.codicon-debug-breakpoint-log:before {\n content: \"\\eaab\";\n}\n\n.codicon-debug-breakpoint-log-disabled:before {\n content: \"\\eaab\";\n}\n\n.codicon-briefcase:before {\n content: \"\\eaac\";\n}\n\n.codicon-broadcast:before {\n content: \"\\eaad\";\n}\n\n.codicon-browser:before {\n content: \"\\eaae\";\n}\n\n.codicon-bug:before {\n content: \"\\eaaf\";\n}\n\n.codicon-calendar:before {\n content: \"\\eab0\";\n}\n\n.codicon-case-sensitive:before {\n content: \"\\eab1\";\n}\n\n.codicon-check:before {\n content: \"\\eab2\";\n}\n\n.codicon-checklist:before {\n content: \"\\eab3\";\n}\n\n.codicon-chevron-down:before {\n content: \"\\eab4\";\n}\n\n.codicon-chevron-left:before {\n content: \"\\eab5\";\n}\n\n.codicon-chevron-right:before {\n content: \"\\eab6\";\n}\n\n.codicon-chevron-up:before {\n content: \"\\eab7\";\n}\n\n.codicon-chrome-close:before {\n content: \"\\eab8\";\n}\n\n.codicon-chrome-maximize:before {\n content: \"\\eab9\";\n}\n\n.codicon-chrome-minimize:before {\n content: \"\\eaba\";\n}\n\n.codicon-chrome-restore:before {\n content: \"\\eabb\";\n}\n\n.codicon-circle-outline:before {\n content: \"\\eabc\";\n}\n\n.codicon-circle:before {\n content: \"\\eabc\";\n}\n\n.codicon-debug-breakpoint-unverified:before {\n content: \"\\eabc\";\n}\n\n.codicon-terminal-decoration-incomplete:before {\n content: \"\\eabc\";\n}\n\n.codicon-circle-slash:before {\n content: \"\\eabd\";\n}\n\n.codicon-circuit-board:before {\n content: \"\\eabe\";\n}\n\n.codicon-clear-all:before {\n content: \"\\eabf\";\n}\n\n.codicon-clippy:before {\n content: \"\\eac0\";\n}\n\n.codicon-close-all:before {\n content: \"\\eac1\";\n}\n\n.codicon-cloud-download:before {\n content: \"\\eac2\";\n}\n\n.codicon-cloud-upload:before {\n content: \"\\eac3\";\n}\n\n.codicon-code:before {\n content: \"\\eac4\";\n}\n\n.codicon-collapse-all:before {\n content: \"\\eac5\";\n}\n\n.codicon-color-mode:before {\n content: \"\\eac6\";\n}\n\n.codicon-comment-discussion:before {\n content: \"\\eac7\";\n}\n\n.codicon-credit-card:before {\n content: \"\\eac9\";\n}\n\n.codicon-dash:before {\n content: \"\\eacc\";\n}\n\n.codicon-dashboard:before {\n content: \"\\eacd\";\n}\n\n.codicon-database:before {\n content: \"\\eace\";\n}\n\n.codicon-debug-continue:before {\n content: \"\\eacf\";\n}\n\n.codicon-debug-disconnect:before {\n content: \"\\ead0\";\n}\n\n.codicon-debug-pause:before {\n content: \"\\ead1\";\n}\n\n.codicon-debug-restart:before {\n content: \"\\ead2\";\n}\n\n.codicon-debug-start:before {\n content: \"\\ead3\";\n}\n\n.codicon-debug-step-into:before {\n content: \"\\ead4\";\n}\n\n.codicon-debug-step-out:before {\n content: \"\\ead5\";\n}\n\n.codicon-debug-step-over:before {\n content: \"\\ead6\";\n}\n\n.codicon-debug-stop:before {\n content: \"\\ead7\";\n}\n\n.codicon-debug:before {\n content: \"\\ead8\";\n}\n\n.codicon-device-camera-video:before {\n content: \"\\ead9\";\n}\n\n.codicon-device-camera:before {\n content: \"\\eada\";\n}\n\n.codicon-device-mobile:before {\n content: \"\\eadb\";\n}\n\n.codicon-diff-added:before {\n content: \"\\eadc\";\n}\n\n.codicon-diff-ignored:before {\n content: \"\\eadd\";\n}\n\n.codicon-diff-modified:before {\n content: \"\\eade\";\n}\n\n.codicon-diff-removed:before {\n content: \"\\eadf\";\n}\n\n.codicon-diff-renamed:before {\n content: \"\\eae0\";\n}\n\n.codicon-diff:before {\n content: \"\\eae1\";\n}\n\n.codicon-diff-sidebyside:before {\n content: \"\\eae1\";\n}\n\n.codicon-discard:before {\n content: \"\\eae2\";\n}\n\n.codicon-editor-layout:before {\n content: \"\\eae3\";\n}\n\n.codicon-empty-window:before {\n content: \"\\eae4\";\n}\n\n.codicon-exclude:before {\n content: \"\\eae5\";\n}\n\n.codicon-extensions:before {\n content: \"\\eae6\";\n}\n\n.codicon-eye-closed:before {\n content: \"\\eae7\";\n}\n\n.codicon-file-binary:before {\n content: \"\\eae8\";\n}\n\n.codicon-file-code:before {\n content: \"\\eae9\";\n}\n\n.codicon-file-media:before {\n content: \"\\eaea\";\n}\n\n.codicon-file-pdf:before {\n content: \"\\eaeb\";\n}\n\n.codicon-file-submodule:before {\n content: \"\\eaec\";\n}\n\n.codicon-file-symlink-directory:before {\n content: \"\\eaed\";\n}\n\n.codicon-file-symlink-file:before {\n content: \"\\eaee\";\n}\n\n.codicon-file-zip:before {\n content: \"\\eaef\";\n}\n\n.codicon-files:before {\n content: \"\\eaf0\";\n}\n\n.codicon-filter:before {\n content: \"\\eaf1\";\n}\n\n.codicon-flame:before {\n content: \"\\eaf2\";\n}\n\n.codicon-fold-down:before {\n content: \"\\eaf3\";\n}\n\n.codicon-fold-up:before {\n content: \"\\eaf4\";\n}\n\n.codicon-fold:before {\n content: \"\\eaf5\";\n}\n\n.codicon-folder-active:before {\n content: \"\\eaf6\";\n}\n\n.codicon-folder-opened:before {\n content: \"\\eaf7\";\n}\n\n.codicon-gear:before {\n content: \"\\eaf8\";\n}\n\n.codicon-gift:before {\n content: \"\\eaf9\";\n}\n\n.codicon-gist-secret:before {\n content: \"\\eafa\";\n}\n\n.codicon-gist:before {\n content: \"\\eafb\";\n}\n\n.codicon-git-commit:before {\n content: \"\\eafc\";\n}\n\n.codicon-git-compare:before {\n content: \"\\eafd\";\n}\n\n.codicon-compare-changes:before {\n content: \"\\eafd\";\n}\n\n.codicon-git-merge:before {\n content: \"\\eafe\";\n}\n\n.codicon-github-action:before {\n content: \"\\eaff\";\n}\n\n.codicon-github-alt:before {\n content: \"\\eb00\";\n}\n\n.codicon-globe:before {\n content: \"\\eb01\";\n}\n\n.codicon-grabber:before {\n content: \"\\eb02\";\n}\n\n.codicon-graph:before {\n content: \"\\eb03\";\n}\n\n.codicon-gripper:before {\n content: \"\\eb04\";\n}\n\n.codicon-heart:before {\n content: \"\\eb05\";\n}\n\n.codicon-home:before {\n content: \"\\eb06\";\n}\n\n.codicon-horizontal-rule:before {\n content: \"\\eb07\";\n}\n\n.codicon-hubot:before {\n content: \"\\eb08\";\n}\n\n.codicon-inbox:before {\n content: \"\\eb09\";\n}\n\n.codicon-issue-reopened:before {\n content: \"\\eb0b\";\n}\n\n.codicon-issues:before {\n content: \"\\eb0c\";\n}\n\n.codicon-italic:before {\n content: \"\\eb0d\";\n}\n\n.codicon-jersey:before {\n content: \"\\eb0e\";\n}\n\n.codicon-json:before {\n content: \"\\eb0f\";\n}\n\n.codicon-kebab-vertical:before {\n content: \"\\eb10\";\n}\n\n.codicon-key:before {\n content: \"\\eb11\";\n}\n\n.codicon-law:before {\n content: \"\\eb12\";\n}\n\n.codicon-lightbulb-autofix:before {\n content: \"\\eb13\";\n}\n\n.codicon-link-external:before {\n content: \"\\eb14\";\n}\n\n.codicon-link:before {\n content: \"\\eb15\";\n}\n\n.codicon-list-ordered:before {\n content: \"\\eb16\";\n}\n\n.codicon-list-unordered:before {\n content: \"\\eb17\";\n}\n\n.codicon-live-share:before {\n content: \"\\eb18\";\n}\n\n.codicon-loading:before {\n content: \"\\eb19\";\n}\n\n.codicon-location:before {\n content: \"\\eb1a\";\n}\n\n.codicon-mail-read:before {\n content: \"\\eb1b\";\n}\n\n.codicon-mail:before {\n content: \"\\eb1c\";\n}\n\n.codicon-markdown:before {\n content: \"\\eb1d\";\n}\n\n.codicon-megaphone:before {\n content: \"\\eb1e\";\n}\n\n.codicon-mention:before {\n content: \"\\eb1f\";\n}\n\n.codicon-milestone:before {\n content: \"\\eb20\";\n}\n\n.codicon-git-pull-request-milestone:before {\n content: \"\\eb20\";\n}\n\n.codicon-mortar-board:before {\n content: \"\\eb21\";\n}\n\n.codicon-move:before {\n content: \"\\eb22\";\n}\n\n.codicon-multiple-windows:before {\n content: \"\\eb23\";\n}\n\n.codicon-mute:before {\n content: \"\\eb24\";\n}\n\n.codicon-no-newline:before {\n content: \"\\eb25\";\n}\n\n.codicon-note:before {\n content: \"\\eb26\";\n}\n\n.codicon-octoface:before {\n content: \"\\eb27\";\n}\n\n.codicon-open-preview:before {\n content: \"\\eb28\";\n}\n\n.codicon-package:before {\n content: \"\\eb29\";\n}\n\n.codicon-paintcan:before {\n content: \"\\eb2a\";\n}\n\n.codicon-pin:before {\n content: \"\\eb2b\";\n}\n\n.codicon-play:before {\n content: \"\\eb2c\";\n}\n\n.codicon-run:before {\n content: \"\\eb2c\";\n}\n\n.codicon-plug:before {\n content: \"\\eb2d\";\n}\n\n.codicon-preserve-case:before {\n content: \"\\eb2e\";\n}\n\n.codicon-preview:before {\n content: \"\\eb2f\";\n}\n\n.codicon-project:before {\n content: \"\\eb30\";\n}\n\n.codicon-pulse:before {\n content: \"\\eb31\";\n}\n\n.codicon-question:before {\n content: \"\\eb32\";\n}\n\n.codicon-quote:before {\n content: \"\\eb33\";\n}\n\n.codicon-radio-tower:before {\n content: \"\\eb34\";\n}\n\n.codicon-reactions:before {\n content: \"\\eb35\";\n}\n\n.codicon-references:before {\n content: \"\\eb36\";\n}\n\n.codicon-refresh:before {\n content: \"\\eb37\";\n}\n\n.codicon-regex:before {\n content: \"\\eb38\";\n}\n\n.codicon-remote-explorer:before {\n content: \"\\eb39\";\n}\n\n.codicon-remote:before {\n content: \"\\eb3a\";\n}\n\n.codicon-remove:before {\n content: \"\\eb3b\";\n}\n\n.codicon-replace-all:before {\n content: \"\\eb3c\";\n}\n\n.codicon-replace:before {\n content: \"\\eb3d\";\n}\n\n.codicon-repo-clone:before {\n content: \"\\eb3e\";\n}\n\n.codicon-repo-force-push:before {\n content: \"\\eb3f\";\n}\n\n.codicon-repo-pull:before {\n content: \"\\eb40\";\n}\n\n.codicon-repo-push:before {\n content: \"\\eb41\";\n}\n\n.codicon-report:before {\n content: \"\\eb42\";\n}\n\n.codicon-request-changes:before {\n content: \"\\eb43\";\n}\n\n.codicon-rocket:before {\n content: \"\\eb44\";\n}\n\n.codicon-root-folder-opened:before {\n content: \"\\eb45\";\n}\n\n.codicon-root-folder:before {\n content: \"\\eb46\";\n}\n\n.codicon-rss:before {\n content: \"\\eb47\";\n}\n\n.codicon-ruby:before {\n content: \"\\eb48\";\n}\n\n.codicon-save-all:before {\n content: \"\\eb49\";\n}\n\n.codicon-save-as:before {\n content: \"\\eb4a\";\n}\n\n.codicon-save:before {\n content: \"\\eb4b\";\n}\n\n.codicon-screen-full:before {\n content: \"\\eb4c\";\n}\n\n.codicon-screen-normal:before {\n content: \"\\eb4d\";\n}\n\n.codicon-search-stop:before {\n content: \"\\eb4e\";\n}\n\n.codicon-server:before {\n content: \"\\eb50\";\n}\n\n.codicon-settings-gear:before {\n content: \"\\eb51\";\n}\n\n.codicon-settings:before {\n content: \"\\eb52\";\n}\n\n.codicon-shield:before {\n content: \"\\eb53\";\n}\n\n.codicon-smiley:before {\n content: \"\\eb54\";\n}\n\n.codicon-sort-precedence:before {\n content: \"\\eb55\";\n}\n\n.codicon-split-horizontal:before {\n content: \"\\eb56\";\n}\n\n.codicon-split-vertical:before {\n content: \"\\eb57\";\n}\n\n.codicon-squirrel:before {\n content: \"\\eb58\";\n}\n\n.codicon-star-full:before {\n content: \"\\eb59\";\n}\n\n.codicon-star-half:before {\n content: \"\\eb5a\";\n}\n\n.codicon-symbol-class:before {\n content: \"\\eb5b\";\n}\n\n.codicon-symbol-color:before {\n content: \"\\eb5c\";\n}\n\n.codicon-symbol-constant:before {\n content: \"\\eb5d\";\n}\n\n.codicon-symbol-enum-member:before {\n content: \"\\eb5e\";\n}\n\n.codicon-symbol-field:before {\n content: \"\\eb5f\";\n}\n\n.codicon-symbol-file:before {\n content: \"\\eb60\";\n}\n\n.codicon-symbol-interface:before {\n content: \"\\eb61\";\n}\n\n.codicon-symbol-keyword:before {\n content: \"\\eb62\";\n}\n\n.codicon-symbol-misc:before {\n content: \"\\eb63\";\n}\n\n.codicon-symbol-operator:before {\n content: \"\\eb64\";\n}\n\n.codicon-symbol-property:before {\n content: \"\\eb65\";\n}\n\n.codicon-wrench:before {\n content: \"\\eb65\";\n}\n\n.codicon-wrench-subaction:before {\n content: \"\\eb65\";\n}\n\n.codicon-symbol-snippet:before {\n content: \"\\eb66\";\n}\n\n.codicon-tasklist:before {\n content: \"\\eb67\";\n}\n\n.codicon-telescope:before {\n content: \"\\eb68\";\n}\n\n.codicon-text-size:before {\n content: \"\\eb69\";\n}\n\n.codicon-three-bars:before {\n content: \"\\eb6a\";\n}\n\n.codicon-thumbsdown:before {\n content: \"\\eb6b\";\n}\n\n.codicon-thumbsup:before {\n content: \"\\eb6c\";\n}\n\n.codicon-tools:before {\n content: \"\\eb6d\";\n}\n\n.codicon-triangle-down:before {\n content: \"\\eb6e\";\n}\n\n.codicon-triangle-left:before {\n content: \"\\eb6f\";\n}\n\n.codicon-triangle-right:before {\n content: \"\\eb70\";\n}\n\n.codicon-triangle-up:before {\n content: \"\\eb71\";\n}\n\n.codicon-twitter:before {\n content: \"\\eb72\";\n}\n\n.codicon-unfold:before {\n content: \"\\eb73\";\n}\n\n.codicon-unlock:before {\n content: \"\\eb74\";\n}\n\n.codicon-unmute:before {\n content: \"\\eb75\";\n}\n\n.codicon-unverified:before {\n content: \"\\eb76\";\n}\n\n.codicon-verified:before {\n content: \"\\eb77\";\n}\n\n.codicon-versions:before {\n content: \"\\eb78\";\n}\n\n.codicon-vm-active:before {\n content: \"\\eb79\";\n}\n\n.codicon-vm-outline:before {\n content: \"\\eb7a\";\n}\n\n.codicon-vm-running:before {\n content: \"\\eb7b\";\n}\n\n.codicon-watch:before {\n content: \"\\eb7c\";\n}\n\n.codicon-whitespace:before {\n content: \"\\eb7d\";\n}\n\n.codicon-whole-word:before {\n content: \"\\eb7e\";\n}\n\n.codicon-window:before {\n content: \"\\eb7f\";\n}\n\n.codicon-word-wrap:before {\n content: \"\\eb80\";\n}\n\n.codicon-zoom-in:before {\n content: \"\\eb81\";\n}\n\n.codicon-zoom-out:before {\n content: \"\\eb82\";\n}\n\n.codicon-list-filter:before {\n content: \"\\eb83\";\n}\n\n.codicon-list-flat:before {\n content: \"\\eb84\";\n}\n\n.codicon-list-selection:before {\n content: \"\\eb85\";\n}\n\n.codicon-selection:before {\n content: \"\\eb85\";\n}\n\n.codicon-list-tree:before {\n content: \"\\eb86\";\n}\n\n.codicon-debug-breakpoint-function-unverified:before {\n content: \"\\eb87\";\n}\n\n.codicon-debug-breakpoint-function:before {\n content: \"\\eb88\";\n}\n\n.codicon-debug-breakpoint-function-disabled:before {\n content: \"\\eb88\";\n}\n\n.codicon-debug-stackframe-active:before {\n content: \"\\eb89\";\n}\n\n.codicon-circle-small-filled:before {\n content: \"\\eb8a\";\n}\n\n.codicon-debug-stackframe-dot:before {\n content: \"\\eb8a\";\n}\n\n.codicon-terminal-decoration-mark:before {\n content: \"\\eb8a\";\n}\n\n.codicon-debug-stackframe:before {\n content: \"\\eb8b\";\n}\n\n.codicon-debug-stackframe-focused:before {\n content: \"\\eb8b\";\n}\n\n.codicon-debug-breakpoint-unsupported:before {\n content: \"\\eb8c\";\n}\n\n.codicon-symbol-string:before {\n content: \"\\eb8d\";\n}\n\n.codicon-debug-reverse-continue:before {\n content: \"\\eb8e\";\n}\n\n.codicon-debug-step-back:before {\n content: \"\\eb8f\";\n}\n\n.codicon-debug-restart-frame:before {\n content: \"\\eb90\";\n}\n\n.codicon-debug-alt:before {\n content: \"\\eb91\";\n}\n\n.codicon-call-incoming:before {\n content: \"\\eb92\";\n}\n\n.codicon-call-outgoing:before {\n content: \"\\eb93\";\n}\n\n.codicon-menu:before {\n content: \"\\eb94\";\n}\n\n.codicon-expand-all:before {\n content: \"\\eb95\";\n}\n\n.codicon-feedback:before {\n content: \"\\eb96\";\n}\n\n.codicon-git-pull-request-reviewer:before {\n content: \"\\eb96\";\n}\n\n.codicon-group-by-ref-type:before {\n content: \"\\eb97\";\n}\n\n.codicon-ungroup-by-ref-type:before {\n content: \"\\eb98\";\n}\n\n.codicon-account:before {\n content: \"\\eb99\";\n}\n\n.codicon-git-pull-request-assignee:before {\n content: \"\\eb99\";\n}\n\n.codicon-bell-dot:before {\n content: \"\\eb9a\";\n}\n\n.codicon-debug-console:before {\n content: \"\\eb9b\";\n}\n\n.codicon-library:before {\n content: \"\\eb9c\";\n}\n\n.codicon-output:before {\n content: \"\\eb9d\";\n}\n\n.codicon-run-all:before {\n content: \"\\eb9e\";\n}\n\n.codicon-sync-ignored:before {\n content: \"\\eb9f\";\n}\n\n.codicon-pinned:before {\n content: \"\\eba0\";\n}\n\n.codicon-github-inverted:before {\n content: \"\\eba1\";\n}\n\n.codicon-server-process:before {\n content: \"\\eba2\";\n}\n\n.codicon-server-environment:before {\n content: \"\\eba3\";\n}\n\n.codicon-pass:before {\n content: \"\\eba4\";\n}\n\n.codicon-issue-closed:before {\n content: \"\\eba4\";\n}\n\n.codicon-stop-circle:before {\n content: \"\\eba5\";\n}\n\n.codicon-play-circle:before {\n content: \"\\eba6\";\n}\n\n.codicon-record:before {\n content: \"\\eba7\";\n}\n\n.codicon-debug-alt-small:before {\n content: \"\\eba8\";\n}\n\n.codicon-vm-connect:before {\n content: \"\\eba9\";\n}\n\n.codicon-cloud:before {\n content: \"\\ebaa\";\n}\n\n.codicon-merge:before {\n content: \"\\ebab\";\n}\n\n.codicon-export:before {\n content: \"\\ebac\";\n}\n\n.codicon-graph-left:before {\n content: \"\\ebad\";\n}\n\n.codicon-magnet:before {\n content: \"\\ebae\";\n}\n\n.codicon-notebook:before {\n content: \"\\ebaf\";\n}\n\n.codicon-redo:before {\n content: \"\\ebb0\";\n}\n\n.codicon-check-all:before {\n content: \"\\ebb1\";\n}\n\n.codicon-pinned-dirty:before {\n content: \"\\ebb2\";\n}\n\n.codicon-pass-filled:before {\n content: \"\\ebb3\";\n}\n\n.codicon-circle-large-filled:before {\n content: \"\\ebb4\";\n}\n\n.codicon-circle-large:before {\n content: \"\\ebb5\";\n}\n\n.codicon-circle-large-outline:before {\n content: \"\\ebb5\";\n}\n\n.codicon-combine:before {\n content: \"\\ebb6\";\n}\n\n.codicon-gather:before {\n content: \"\\ebb6\";\n}\n\n.codicon-table:before {\n content: \"\\ebb7\";\n}\n\n.codicon-variable-group:before {\n content: \"\\ebb8\";\n}\n\n.codicon-type-hierarchy:before {\n content: \"\\ebb9\";\n}\n\n.codicon-type-hierarchy-sub:before {\n content: \"\\ebba\";\n}\n\n.codicon-type-hierarchy-super:before {\n content: \"\\ebbb\";\n}\n\n.codicon-git-pull-request-create:before {\n content: \"\\ebbc\";\n}\n\n.codicon-run-above:before {\n content: \"\\ebbd\";\n}\n\n.codicon-run-below:before {\n content: \"\\ebbe\";\n}\n\n.codicon-notebook-template:before {\n content: \"\\ebbf\";\n}\n\n.codicon-debug-rerun:before {\n content: \"\\ebc0\";\n}\n\n.codicon-workspace-trusted:before {\n content: \"\\ebc1\";\n}\n\n.codicon-workspace-untrusted:before {\n content: \"\\ebc2\";\n}\n\n.codicon-workspace-unknown:before {\n content: \"\\ebc3\";\n}\n\n.codicon-terminal-cmd:before {\n content: \"\\ebc4\";\n}\n\n.codicon-terminal-debian:before {\n content: \"\\ebc5\";\n}\n\n.codicon-terminal-linux:before {\n content: \"\\ebc6\";\n}\n\n.codicon-terminal-powershell:before {\n content: \"\\ebc7\";\n}\n\n.codicon-terminal-tmux:before {\n content: \"\\ebc8\";\n}\n\n.codicon-terminal-ubuntu:before {\n content: \"\\ebc9\";\n}\n\n.codicon-terminal-bash:before {\n content: \"\\ebca\";\n}\n\n.codicon-arrow-swap:before {\n content: \"\\ebcb\";\n}\n\n.codicon-copy:before {\n content: \"\\ebcc\";\n}\n\n.codicon-person-add:before {\n content: \"\\ebcd\";\n}\n\n.codicon-filter-filled:before {\n content: \"\\ebce\";\n}\n\n.codicon-wand:before {\n content: \"\\ebcf\";\n}\n\n.codicon-debug-line-by-line:before {\n content: \"\\ebd0\";\n}\n\n.codicon-inspect:before {\n content: \"\\ebd1\";\n}\n\n.codicon-layers:before {\n content: \"\\ebd2\";\n}\n\n.codicon-layers-dot:before {\n content: \"\\ebd3\";\n}\n\n.codicon-layers-active:before {\n content: \"\\ebd4\";\n}\n\n.codicon-compass:before {\n content: \"\\ebd5\";\n}\n\n.codicon-compass-dot:before {\n content: \"\\ebd6\";\n}\n\n.codicon-compass-active:before {\n content: \"\\ebd7\";\n}\n\n.codicon-azure:before {\n content: \"\\ebd8\";\n}\n\n.codicon-issue-draft:before {\n content: \"\\ebd9\";\n}\n\n.codicon-git-pull-request-closed:before {\n content: \"\\ebda\";\n}\n\n.codicon-git-pull-request-draft:before {\n content: \"\\ebdb\";\n}\n\n.codicon-debug-all:before {\n content: \"\\ebdc\";\n}\n\n.codicon-debug-coverage:before {\n content: \"\\ebdd\";\n}\n\n.codicon-run-errors:before {\n content: \"\\ebde\";\n}\n\n.codicon-folder-library:before {\n content: \"\\ebdf\";\n}\n\n.codicon-debug-continue-small:before {\n content: \"\\ebe0\";\n}\n\n.codicon-beaker-stop:before {\n content: \"\\ebe1\";\n}\n\n.codicon-graph-line:before {\n content: \"\\ebe2\";\n}\n\n.codicon-graph-scatter:before {\n content: \"\\ebe3\";\n}\n\n.codicon-pie-chart:before {\n content: \"\\ebe4\";\n}\n\n.codicon-bracket:before {\n content: \"\\eb0f\";\n}\n\n.codicon-bracket-dot:before {\n content: \"\\ebe5\";\n}\n\n.codicon-bracket-error:before {\n content: \"\\ebe6\";\n}\n\n.codicon-lock-small:before {\n content: \"\\ebe7\";\n}\n\n.codicon-azure-devops:before {\n content: \"\\ebe8\";\n}\n\n.codicon-verified-filled:before {\n content: \"\\ebe9\";\n}\n\n.codicon-newline:before {\n content: \"\\ebea\";\n}\n\n.codicon-layout:before {\n content: \"\\ebeb\";\n}\n\n.codicon-layout-activitybar-left:before {\n content: \"\\ebec\";\n}\n\n.codicon-layout-activitybar-right:before {\n content: \"\\ebed\";\n}\n\n.codicon-layout-panel-left:before {\n content: \"\\ebee\";\n}\n\n.codicon-layout-panel-center:before {\n content: \"\\ebef\";\n}\n\n.codicon-layout-panel-justify:before {\n content: \"\\ebf0\";\n}\n\n.codicon-layout-panel-right:before {\n content: \"\\ebf1\";\n}\n\n.codicon-layout-panel:before {\n content: \"\\ebf2\";\n}\n\n.codicon-layout-sidebar-left:before {\n content: \"\\ebf3\";\n}\n\n.codicon-layout-sidebar-right:before {\n content: \"\\ebf4\";\n}\n\n.codicon-layout-statusbar:before {\n content: \"\\ebf5\";\n}\n\n.codicon-layout-menubar:before {\n content: \"\\ebf6\";\n}\n\n.codicon-layout-centered:before {\n content: \"\\ebf7\";\n}\n\n.codicon-target:before {\n content: \"\\ebf8\";\n}\n\n.codicon-indent:before {\n content: \"\\ebf9\";\n}\n\n.codicon-record-small:before {\n content: \"\\ebfa\";\n}\n\n.codicon-error-small:before {\n content: \"\\ebfb\";\n}\n\n.codicon-terminal-decoration-error:before {\n content: \"\\ebfb\";\n}\n\n.codicon-arrow-circle-down:before {\n content: \"\\ebfc\";\n}\n\n.codicon-arrow-circle-left:before {\n content: \"\\ebfd\";\n}\n\n.codicon-arrow-circle-right:before {\n content: \"\\ebfe\";\n}\n\n.codicon-arrow-circle-up:before {\n content: \"\\ebff\";\n}\n\n.codicon-layout-sidebar-right-off:before {\n content: \"\\ec00\";\n}\n\n.codicon-layout-panel-off:before {\n content: \"\\ec01\";\n}\n\n.codicon-layout-sidebar-left-off:before {\n content: \"\\ec02\";\n}\n\n.codicon-blank:before {\n content: \"\\ec03\";\n}\n\n.codicon-heart-filled:before {\n content: \"\\ec04\";\n}\n\n.codicon-map:before {\n content: \"\\ec05\";\n}\n\n.codicon-map-horizontal:before {\n content: \"\\ec05\";\n}\n\n.codicon-fold-horizontal:before {\n content: \"\\ec05\";\n}\n\n.codicon-map-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-map-horizontal-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-fold-horizontal-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-circle-small:before {\n content: \"\\ec07\";\n}\n\n.codicon-bell-slash:before {\n content: \"\\ec08\";\n}\n\n.codicon-bell-slash-dot:before {\n content: \"\\ec09\";\n}\n\n.codicon-comment-unresolved:before {\n content: \"\\ec0a\";\n}\n\n.codicon-git-pull-request-go-to-changes:before {\n content: \"\\ec0b\";\n}\n\n.codicon-git-pull-request-new-changes:before {\n content: \"\\ec0c\";\n}\n\n.codicon-search-fuzzy:before {\n content: \"\\ec0d\";\n}\n\n.codicon-comment-draft:before {\n content: \"\\ec0e\";\n}\n\n.codicon-send:before {\n content: \"\\ec0f\";\n}\n\n.codicon-sparkle:before {\n content: \"\\ec10\";\n}\n\n.codicon-insert:before {\n content: \"\\ec11\";\n}\n\n.codicon-mic:before {\n content: \"\\ec12\";\n}\n\n.codicon-thumbsdown-filled:before {\n content: \"\\ec13\";\n}\n\n.codicon-thumbsup-filled:before {\n content: \"\\ec14\";\n}\n\n.codicon-coffee:before {\n content: \"\\ec15\";\n}\n\n.codicon-snake:before {\n content: \"\\ec16\";\n}\n\n.codicon-game:before {\n content: \"\\ec17\";\n}\n\n.codicon-vr:before {\n content: \"\\ec18\";\n}\n\n.codicon-chip:before {\n content: \"\\ec19\";\n}\n\n.codicon-piano:before {\n content: \"\\ec1a\";\n}\n\n.codicon-music:before {\n content: \"\\ec1b\";\n}\n\n.codicon-mic-filled:before {\n content: \"\\ec1c\";\n}\n\n.codicon-repo-fetch:before {\n content: \"\\ec1d\";\n}\n\n.codicon-copilot:before {\n content: \"\\ec1e\";\n}\n\n.codicon-lightbulb-sparkle:before {\n content: \"\\ec1f\";\n}\n\n.codicon-robot:before {\n content: \"\\ec20\";\n}\n\n.codicon-sparkle-filled:before {\n content: \"\\ec21\";\n}\n\n.codicon-diff-single:before {\n content: \"\\ec22\";\n}\n\n.codicon-diff-multiple:before {\n content: \"\\ec23\";\n}\n\n.codicon-surround-with:before {\n content: \"\\ec24\";\n}\n\n.codicon-share:before {\n content: \"\\ec25\";\n}\n\n.codicon-git-stash:before {\n content: \"\\ec26\";\n}\n\n.codicon-git-stash-apply:before {\n content: \"\\ec27\";\n}\n\n.codicon-git-stash-pop:before {\n content: \"\\ec28\";\n}\n\n.codicon-vscode:before {\n content: \"\\ec29\";\n}\n\n.codicon-vscode-insiders:before {\n content: \"\\ec2a\";\n}\n\n.codicon-code-oss:before {\n content: \"\\ec2b\";\n}\n\n.codicon-run-coverage:before {\n content: \"\\ec2c\";\n}\n\n.codicon-run-all-coverage:before {\n content: \"\\ec2d\";\n}\n\n.codicon-coverage:before {\n content: \"\\ec2e\";\n}\n\n.codicon-github-project:before {\n content: \"\\ec2f\";\n}\n\n.codicon-map-vertical:before {\n content: \"\\ec30\";\n}\n\n.codicon-fold-vertical:before {\n content: \"\\ec30\";\n}\n\n.codicon-map-vertical-filled:before {\n content: \"\\ec31\";\n}\n\n.codicon-fold-vertical-filled:before {\n content: \"\\ec31\";\n}\n\n.codicon-go-to-search:before {\n content: \"\\ec32\";\n}\n\n.codicon-percentage:before {\n content: \"\\ec33\";\n}\n\n.codicon-sort-percentage:before {\n content: \"\\ec33\";\n}\n\n.codicon-attach:before {\n content: \"\\ec34\";\n}\n\n.codicon-go-to-editing-session:before {\n content: \"\\ec35\";\n}\n\n.codicon-edit-session:before {\n content: \"\\ec36\";\n}\n\n.codicon-code-review:before {\n content: \"\\ec37\";\n}\n\n.codicon-copilot-warning:before {\n content: \"\\ec38\";\n}\n\n.codicon-python:before {\n content: \"\\ec39\";\n}\n\n.codicon-git-fetch:before {\n content: \"\\f101\";\n}\n\n@layer kol-component {\n /* :host implicitly inherits font-size, see below */\n :host {\n color: inherit;\n display: contents;\n font-size: inherit;\n line-height: inherit;\n }\n}";
|
|
7321
|
+
const defaultStyleCss$B = "/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n@font-face {\n font-family: \"codicon\";\n font-display: block;\n src: url(\"./codicon.ttf?be64b7213e352cd7f91ef58198e71237\") format(\"truetype\");\n}\n.codicon[class*=codicon-] {\n font: normal normal normal 16px/1 codicon;\n display: inline-block;\n text-decoration: none;\n text-rendering: auto;\n text-align: center;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n user-select: none;\n -webkit-user-select: none;\n -ms-user-select: none;\n}\n\n/*---------------------\n * Modifiers\n *-------------------*/\n@keyframes codicon-spin {\n 100% {\n transform: rotate(360deg);\n }\n}\n.codicon-sync.codicon-modifier-spin,\n.codicon-loading.codicon-modifier-spin,\n.codicon-gear.codicon-modifier-spin {\n /* Use steps to throttle FPS to reduce CPU usage */\n animation: codicon-spin 1.5s steps(30) infinite;\n}\n\n.codicon-modifier-disabled {\n opacity: 0.5;\n}\n\n.codicon-modifier-hidden {\n opacity: 0;\n}\n\n/* custom speed & easing for loading icon */\n.codicon-loading {\n animation-duration: 1s !important;\n animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;\n}\n\n/*---------------------\n * Icons\n *-------------------*/\n.codicon-add:before {\n content: \"\\ea60\";\n}\n\n.codicon-plus:before {\n content: \"\\ea60\";\n}\n\n.codicon-gist-new:before {\n content: \"\\ea60\";\n}\n\n.codicon-repo-create:before {\n content: \"\\ea60\";\n}\n\n.codicon-lightbulb:before {\n content: \"\\ea61\";\n}\n\n.codicon-light-bulb:before {\n content: \"\\ea61\";\n}\n\n.codicon-repo:before {\n content: \"\\ea62\";\n}\n\n.codicon-repo-delete:before {\n content: \"\\ea62\";\n}\n\n.codicon-gist-fork:before {\n content: \"\\ea63\";\n}\n\n.codicon-repo-forked:before {\n content: \"\\ea63\";\n}\n\n.codicon-git-pull-request:before {\n content: \"\\ea64\";\n}\n\n.codicon-git-pull-request-abandoned:before {\n content: \"\\ea64\";\n}\n\n.codicon-record-keys:before {\n content: \"\\ea65\";\n}\n\n.codicon-keyboard:before {\n content: \"\\ea65\";\n}\n\n.codicon-tag:before {\n content: \"\\ea66\";\n}\n\n.codicon-git-pull-request-label:before {\n content: \"\\ea66\";\n}\n\n.codicon-tag-add:before {\n content: \"\\ea66\";\n}\n\n.codicon-tag-remove:before {\n content: \"\\ea66\";\n}\n\n.codicon-person:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-follow:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-outline:before {\n content: \"\\ea67\";\n}\n\n.codicon-person-filled:before {\n content: \"\\ea67\";\n}\n\n.codicon-git-branch:before {\n content: \"\\ea68\";\n}\n\n.codicon-git-branch-create:before {\n content: \"\\ea68\";\n}\n\n.codicon-git-branch-delete:before {\n content: \"\\ea68\";\n}\n\n.codicon-source-control:before {\n content: \"\\ea68\";\n}\n\n.codicon-mirror:before {\n content: \"\\ea69\";\n}\n\n.codicon-mirror-public:before {\n content: \"\\ea69\";\n}\n\n.codicon-star:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-add:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-delete:before {\n content: \"\\ea6a\";\n}\n\n.codicon-star-empty:before {\n content: \"\\ea6a\";\n}\n\n.codicon-comment:before {\n content: \"\\ea6b\";\n}\n\n.codicon-comment-add:before {\n content: \"\\ea6b\";\n}\n\n.codicon-alert:before {\n content: \"\\ea6c\";\n}\n\n.codicon-warning:before {\n content: \"\\ea6c\";\n}\n\n.codicon-search:before {\n content: \"\\ea6d\";\n}\n\n.codicon-search-save:before {\n content: \"\\ea6d\";\n}\n\n.codicon-log-out:before {\n content: \"\\ea6e\";\n}\n\n.codicon-sign-out:before {\n content: \"\\ea6e\";\n}\n\n.codicon-log-in:before {\n content: \"\\ea6f\";\n}\n\n.codicon-sign-in:before {\n content: \"\\ea6f\";\n}\n\n.codicon-eye:before {\n content: \"\\ea70\";\n}\n\n.codicon-eye-unwatch:before {\n content: \"\\ea70\";\n}\n\n.codicon-eye-watch:before {\n content: \"\\ea70\";\n}\n\n.codicon-circle-filled:before {\n content: \"\\ea71\";\n}\n\n.codicon-primitive-dot:before {\n content: \"\\ea71\";\n}\n\n.codicon-close-dirty:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-breakpoint:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-breakpoint-disabled:before {\n content: \"\\ea71\";\n}\n\n.codicon-debug-hint:before {\n content: \"\\ea71\";\n}\n\n.codicon-terminal-decoration-success:before {\n content: \"\\ea71\";\n}\n\n.codicon-primitive-square:before {\n content: \"\\ea72\";\n}\n\n.codicon-edit:before {\n content: \"\\ea73\";\n}\n\n.codicon-pencil:before {\n content: \"\\ea73\";\n}\n\n.codicon-info:before {\n content: \"\\ea74\";\n}\n\n.codicon-issue-opened:before {\n content: \"\\ea74\";\n}\n\n.codicon-gist-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-git-fork-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-lock:before {\n content: \"\\ea75\";\n}\n\n.codicon-mirror-private:before {\n content: \"\\ea75\";\n}\n\n.codicon-close:before {\n content: \"\\ea76\";\n}\n\n.codicon-remove-close:before {\n content: \"\\ea76\";\n}\n\n.codicon-x:before {\n content: \"\\ea76\";\n}\n\n.codicon-repo-sync:before {\n content: \"\\ea77\";\n}\n\n.codicon-sync:before {\n content: \"\\ea77\";\n}\n\n.codicon-clone:before {\n content: \"\\ea78\";\n}\n\n.codicon-desktop-download:before {\n content: \"\\ea78\";\n}\n\n.codicon-beaker:before {\n content: \"\\ea79\";\n}\n\n.codicon-microscope:before {\n content: \"\\ea79\";\n}\n\n.codicon-vm:before {\n content: \"\\ea7a\";\n}\n\n.codicon-device-desktop:before {\n content: \"\\ea7a\";\n}\n\n.codicon-file:before {\n content: \"\\ea7b\";\n}\n\n.codicon-file-text:before {\n content: \"\\ea7b\";\n}\n\n.codicon-more:before {\n content: \"\\ea7c\";\n}\n\n.codicon-ellipsis:before {\n content: \"\\ea7c\";\n}\n\n.codicon-kebab-horizontal:before {\n content: \"\\ea7c\";\n}\n\n.codicon-mail-reply:before {\n content: \"\\ea7d\";\n}\n\n.codicon-reply:before {\n content: \"\\ea7d\";\n}\n\n.codicon-organization:before {\n content: \"\\ea7e\";\n}\n\n.codicon-organization-filled:before {\n content: \"\\ea7e\";\n}\n\n.codicon-organization-outline:before {\n content: \"\\ea7e\";\n}\n\n.codicon-new-file:before {\n content: \"\\ea7f\";\n}\n\n.codicon-file-add:before {\n content: \"\\ea7f\";\n}\n\n.codicon-new-folder:before {\n content: \"\\ea80\";\n}\n\n.codicon-file-directory-create:before {\n content: \"\\ea80\";\n}\n\n.codicon-trash:before {\n content: \"\\ea81\";\n}\n\n.codicon-trashcan:before {\n content: \"\\ea81\";\n}\n\n.codicon-history:before {\n content: \"\\ea82\";\n}\n\n.codicon-clock:before {\n content: \"\\ea82\";\n}\n\n.codicon-folder:before {\n content: \"\\ea83\";\n}\n\n.codicon-file-directory:before {\n content: \"\\ea83\";\n}\n\n.codicon-symbol-folder:before {\n content: \"\\ea83\";\n}\n\n.codicon-logo-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-mark-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-github:before {\n content: \"\\ea84\";\n}\n\n.codicon-terminal:before {\n content: \"\\ea85\";\n}\n\n.codicon-console:before {\n content: \"\\ea85\";\n}\n\n.codicon-repl:before {\n content: \"\\ea85\";\n}\n\n.codicon-zap:before {\n content: \"\\ea86\";\n}\n\n.codicon-symbol-event:before {\n content: \"\\ea86\";\n}\n\n.codicon-error:before {\n content: \"\\ea87\";\n}\n\n.codicon-stop:before {\n content: \"\\ea87\";\n}\n\n.codicon-variable:before {\n content: \"\\ea88\";\n}\n\n.codicon-symbol-variable:before {\n content: \"\\ea88\";\n}\n\n.codicon-array:before {\n content: \"\\ea8a\";\n}\n\n.codicon-symbol-array:before {\n content: \"\\ea8a\";\n}\n\n.codicon-symbol-module:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-package:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-namespace:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-object:before {\n content: \"\\ea8b\";\n}\n\n.codicon-symbol-method:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-function:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-constructor:before {\n content: \"\\ea8c\";\n}\n\n.codicon-symbol-boolean:before {\n content: \"\\ea8f\";\n}\n\n.codicon-symbol-null:before {\n content: \"\\ea8f\";\n}\n\n.codicon-symbol-numeric:before {\n content: \"\\ea90\";\n}\n\n.codicon-symbol-number:before {\n content: \"\\ea90\";\n}\n\n.codicon-symbol-structure:before {\n content: \"\\ea91\";\n}\n\n.codicon-symbol-struct:before {\n content: \"\\ea91\";\n}\n\n.codicon-symbol-parameter:before {\n content: \"\\ea92\";\n}\n\n.codicon-symbol-type-parameter:before {\n content: \"\\ea92\";\n}\n\n.codicon-symbol-key:before {\n content: \"\\ea93\";\n}\n\n.codicon-symbol-text:before {\n content: \"\\ea93\";\n}\n\n.codicon-symbol-reference:before {\n content: \"\\ea94\";\n}\n\n.codicon-go-to-file:before {\n content: \"\\ea94\";\n}\n\n.codicon-symbol-enum:before {\n content: \"\\ea95\";\n}\n\n.codicon-symbol-value:before {\n content: \"\\ea95\";\n}\n\n.codicon-symbol-ruler:before {\n content: \"\\ea96\";\n}\n\n.codicon-symbol-unit:before {\n content: \"\\ea96\";\n}\n\n.codicon-activate-breakpoints:before {\n content: \"\\ea97\";\n}\n\n.codicon-archive:before {\n content: \"\\ea98\";\n}\n\n.codicon-arrow-both:before {\n content: \"\\ea99\";\n}\n\n.codicon-arrow-down:before {\n content: \"\\ea9a\";\n}\n\n.codicon-arrow-left:before {\n content: \"\\ea9b\";\n}\n\n.codicon-arrow-right:before {\n content: \"\\ea9c\";\n}\n\n.codicon-arrow-small-down:before {\n content: \"\\ea9d\";\n}\n\n.codicon-arrow-small-left:before {\n content: \"\\ea9e\";\n}\n\n.codicon-arrow-small-right:before {\n content: \"\\ea9f\";\n}\n\n.codicon-arrow-small-up:before {\n content: \"\\eaa0\";\n}\n\n.codicon-arrow-up:before {\n content: \"\\eaa1\";\n}\n\n.codicon-bell:before {\n content: \"\\eaa2\";\n}\n\n.codicon-bold:before {\n content: \"\\eaa3\";\n}\n\n.codicon-book:before {\n content: \"\\eaa4\";\n}\n\n.codicon-bookmark:before {\n content: \"\\eaa5\";\n}\n\n.codicon-debug-breakpoint-conditional-unverified:before {\n content: \"\\eaa6\";\n}\n\n.codicon-debug-breakpoint-conditional:before {\n content: \"\\eaa7\";\n}\n\n.codicon-debug-breakpoint-conditional-disabled:before {\n content: \"\\eaa7\";\n}\n\n.codicon-debug-breakpoint-data-unverified:before {\n content: \"\\eaa8\";\n}\n\n.codicon-debug-breakpoint-data:before {\n content: \"\\eaa9\";\n}\n\n.codicon-debug-breakpoint-data-disabled:before {\n content: \"\\eaa9\";\n}\n\n.codicon-debug-breakpoint-log-unverified:before {\n content: \"\\eaaa\";\n}\n\n.codicon-debug-breakpoint-log:before {\n content: \"\\eaab\";\n}\n\n.codicon-debug-breakpoint-log-disabled:before {\n content: \"\\eaab\";\n}\n\n.codicon-briefcase:before {\n content: \"\\eaac\";\n}\n\n.codicon-broadcast:before {\n content: \"\\eaad\";\n}\n\n.codicon-browser:before {\n content: \"\\eaae\";\n}\n\n.codicon-bug:before {\n content: \"\\eaaf\";\n}\n\n.codicon-calendar:before {\n content: \"\\eab0\";\n}\n\n.codicon-case-sensitive:before {\n content: \"\\eab1\";\n}\n\n.codicon-check:before {\n content: \"\\eab2\";\n}\n\n.codicon-checklist:before {\n content: \"\\eab3\";\n}\n\n.codicon-chevron-down:before {\n content: \"\\eab4\";\n}\n\n.codicon-chevron-left:before {\n content: \"\\eab5\";\n}\n\n.codicon-chevron-right:before {\n content: \"\\eab6\";\n}\n\n.codicon-chevron-up:before {\n content: \"\\eab7\";\n}\n\n.codicon-chrome-close:before {\n content: \"\\eab8\";\n}\n\n.codicon-chrome-maximize:before {\n content: \"\\eab9\";\n}\n\n.codicon-chrome-minimize:before {\n content: \"\\eaba\";\n}\n\n.codicon-chrome-restore:before {\n content: \"\\eabb\";\n}\n\n.codicon-circle-outline:before {\n content: \"\\eabc\";\n}\n\n.codicon-circle:before {\n content: \"\\eabc\";\n}\n\n.codicon-debug-breakpoint-unverified:before {\n content: \"\\eabc\";\n}\n\n.codicon-terminal-decoration-incomplete:before {\n content: \"\\eabc\";\n}\n\n.codicon-circle-slash:before {\n content: \"\\eabd\";\n}\n\n.codicon-circuit-board:before {\n content: \"\\eabe\";\n}\n\n.codicon-clear-all:before {\n content: \"\\eabf\";\n}\n\n.codicon-clippy:before {\n content: \"\\eac0\";\n}\n\n.codicon-close-all:before {\n content: \"\\eac1\";\n}\n\n.codicon-cloud-download:before {\n content: \"\\eac2\";\n}\n\n.codicon-cloud-upload:before {\n content: \"\\eac3\";\n}\n\n.codicon-code:before {\n content: \"\\eac4\";\n}\n\n.codicon-collapse-all:before {\n content: \"\\eac5\";\n}\n\n.codicon-color-mode:before {\n content: \"\\eac6\";\n}\n\n.codicon-comment-discussion:before {\n content: \"\\eac7\";\n}\n\n.codicon-credit-card:before {\n content: \"\\eac9\";\n}\n\n.codicon-dash:before {\n content: \"\\eacc\";\n}\n\n.codicon-dashboard:before {\n content: \"\\eacd\";\n}\n\n.codicon-database:before {\n content: \"\\eace\";\n}\n\n.codicon-debug-continue:before {\n content: \"\\eacf\";\n}\n\n.codicon-debug-disconnect:before {\n content: \"\\ead0\";\n}\n\n.codicon-debug-pause:before {\n content: \"\\ead1\";\n}\n\n.codicon-debug-restart:before {\n content: \"\\ead2\";\n}\n\n.codicon-debug-start:before {\n content: \"\\ead3\";\n}\n\n.codicon-debug-step-into:before {\n content: \"\\ead4\";\n}\n\n.codicon-debug-step-out:before {\n content: \"\\ead5\";\n}\n\n.codicon-debug-step-over:before {\n content: \"\\ead6\";\n}\n\n.codicon-debug-stop:before {\n content: \"\\ead7\";\n}\n\n.codicon-debug:before {\n content: \"\\ead8\";\n}\n\n.codicon-device-camera-video:before {\n content: \"\\ead9\";\n}\n\n.codicon-device-camera:before {\n content: \"\\eada\";\n}\n\n.codicon-device-mobile:before {\n content: \"\\eadb\";\n}\n\n.codicon-diff-added:before {\n content: \"\\eadc\";\n}\n\n.codicon-diff-ignored:before {\n content: \"\\eadd\";\n}\n\n.codicon-diff-modified:before {\n content: \"\\eade\";\n}\n\n.codicon-diff-removed:before {\n content: \"\\eadf\";\n}\n\n.codicon-diff-renamed:before {\n content: \"\\eae0\";\n}\n\n.codicon-diff:before {\n content: \"\\eae1\";\n}\n\n.codicon-diff-sidebyside:before {\n content: \"\\eae1\";\n}\n\n.codicon-discard:before {\n content: \"\\eae2\";\n}\n\n.codicon-editor-layout:before {\n content: \"\\eae3\";\n}\n\n.codicon-empty-window:before {\n content: \"\\eae4\";\n}\n\n.codicon-exclude:before {\n content: \"\\eae5\";\n}\n\n.codicon-extensions:before {\n content: \"\\eae6\";\n}\n\n.codicon-eye-closed:before {\n content: \"\\eae7\";\n}\n\n.codicon-file-binary:before {\n content: \"\\eae8\";\n}\n\n.codicon-file-code:before {\n content: \"\\eae9\";\n}\n\n.codicon-file-media:before {\n content: \"\\eaea\";\n}\n\n.codicon-file-pdf:before {\n content: \"\\eaeb\";\n}\n\n.codicon-file-submodule:before {\n content: \"\\eaec\";\n}\n\n.codicon-file-symlink-directory:before {\n content: \"\\eaed\";\n}\n\n.codicon-file-symlink-file:before {\n content: \"\\eaee\";\n}\n\n.codicon-file-zip:before {\n content: \"\\eaef\";\n}\n\n.codicon-files:before {\n content: \"\\eaf0\";\n}\n\n.codicon-filter:before {\n content: \"\\eaf1\";\n}\n\n.codicon-flame:before {\n content: \"\\eaf2\";\n}\n\n.codicon-fold-down:before {\n content: \"\\eaf3\";\n}\n\n.codicon-fold-up:before {\n content: \"\\eaf4\";\n}\n\n.codicon-fold:before {\n content: \"\\eaf5\";\n}\n\n.codicon-folder-active:before {\n content: \"\\eaf6\";\n}\n\n.codicon-folder-opened:before {\n content: \"\\eaf7\";\n}\n\n.codicon-gear:before {\n content: \"\\eaf8\";\n}\n\n.codicon-gift:before {\n content: \"\\eaf9\";\n}\n\n.codicon-gist-secret:before {\n content: \"\\eafa\";\n}\n\n.codicon-gist:before {\n content: \"\\eafb\";\n}\n\n.codicon-git-commit:before {\n content: \"\\eafc\";\n}\n\n.codicon-git-compare:before {\n content: \"\\eafd\";\n}\n\n.codicon-compare-changes:before {\n content: \"\\eafd\";\n}\n\n.codicon-git-merge:before {\n content: \"\\eafe\";\n}\n\n.codicon-github-action:before {\n content: \"\\eaff\";\n}\n\n.codicon-github-alt:before {\n content: \"\\eb00\";\n}\n\n.codicon-globe:before {\n content: \"\\eb01\";\n}\n\n.codicon-grabber:before {\n content: \"\\eb02\";\n}\n\n.codicon-graph:before {\n content: \"\\eb03\";\n}\n\n.codicon-gripper:before {\n content: \"\\eb04\";\n}\n\n.codicon-heart:before {\n content: \"\\eb05\";\n}\n\n.codicon-home:before {\n content: \"\\eb06\";\n}\n\n.codicon-horizontal-rule:before {\n content: \"\\eb07\";\n}\n\n.codicon-hubot:before {\n content: \"\\eb08\";\n}\n\n.codicon-inbox:before {\n content: \"\\eb09\";\n}\n\n.codicon-issue-reopened:before {\n content: \"\\eb0b\";\n}\n\n.codicon-issues:before {\n content: \"\\eb0c\";\n}\n\n.codicon-italic:before {\n content: \"\\eb0d\";\n}\n\n.codicon-jersey:before {\n content: \"\\eb0e\";\n}\n\n.codicon-json:before {\n content: \"\\eb0f\";\n}\n\n.codicon-kebab-vertical:before {\n content: \"\\eb10\";\n}\n\n.codicon-key:before {\n content: \"\\eb11\";\n}\n\n.codicon-law:before {\n content: \"\\eb12\";\n}\n\n.codicon-lightbulb-autofix:before {\n content: \"\\eb13\";\n}\n\n.codicon-link-external:before {\n content: \"\\eb14\";\n}\n\n.codicon-link:before {\n content: \"\\eb15\";\n}\n\n.codicon-list-ordered:before {\n content: \"\\eb16\";\n}\n\n.codicon-list-unordered:before {\n content: \"\\eb17\";\n}\n\n.codicon-live-share:before {\n content: \"\\eb18\";\n}\n\n.codicon-loading:before {\n content: \"\\eb19\";\n}\n\n.codicon-location:before {\n content: \"\\eb1a\";\n}\n\n.codicon-mail-read:before {\n content: \"\\eb1b\";\n}\n\n.codicon-mail:before {\n content: \"\\eb1c\";\n}\n\n.codicon-markdown:before {\n content: \"\\eb1d\";\n}\n\n.codicon-megaphone:before {\n content: \"\\eb1e\";\n}\n\n.codicon-mention:before {\n content: \"\\eb1f\";\n}\n\n.codicon-milestone:before {\n content: \"\\eb20\";\n}\n\n.codicon-git-pull-request-milestone:before {\n content: \"\\eb20\";\n}\n\n.codicon-mortar-board:before {\n content: \"\\eb21\";\n}\n\n.codicon-move:before {\n content: \"\\eb22\";\n}\n\n.codicon-multiple-windows:before {\n content: \"\\eb23\";\n}\n\n.codicon-mute:before {\n content: \"\\eb24\";\n}\n\n.codicon-no-newline:before {\n content: \"\\eb25\";\n}\n\n.codicon-note:before {\n content: \"\\eb26\";\n}\n\n.codicon-octoface:before {\n content: \"\\eb27\";\n}\n\n.codicon-open-preview:before {\n content: \"\\eb28\";\n}\n\n.codicon-package:before {\n content: \"\\eb29\";\n}\n\n.codicon-paintcan:before {\n content: \"\\eb2a\";\n}\n\n.codicon-pin:before {\n content: \"\\eb2b\";\n}\n\n.codicon-play:before {\n content: \"\\eb2c\";\n}\n\n.codicon-run:before {\n content: \"\\eb2c\";\n}\n\n.codicon-plug:before {\n content: \"\\eb2d\";\n}\n\n.codicon-preserve-case:before {\n content: \"\\eb2e\";\n}\n\n.codicon-preview:before {\n content: \"\\eb2f\";\n}\n\n.codicon-project:before {\n content: \"\\eb30\";\n}\n\n.codicon-pulse:before {\n content: \"\\eb31\";\n}\n\n.codicon-question:before {\n content: \"\\eb32\";\n}\n\n.codicon-quote:before {\n content: \"\\eb33\";\n}\n\n.codicon-radio-tower:before {\n content: \"\\eb34\";\n}\n\n.codicon-reactions:before {\n content: \"\\eb35\";\n}\n\n.codicon-references:before {\n content: \"\\eb36\";\n}\n\n.codicon-refresh:before {\n content: \"\\eb37\";\n}\n\n.codicon-regex:before {\n content: \"\\eb38\";\n}\n\n.codicon-remote-explorer:before {\n content: \"\\eb39\";\n}\n\n.codicon-remote:before {\n content: \"\\eb3a\";\n}\n\n.codicon-remove:before {\n content: \"\\eb3b\";\n}\n\n.codicon-replace-all:before {\n content: \"\\eb3c\";\n}\n\n.codicon-replace:before {\n content: \"\\eb3d\";\n}\n\n.codicon-repo-clone:before {\n content: \"\\eb3e\";\n}\n\n.codicon-repo-force-push:before {\n content: \"\\eb3f\";\n}\n\n.codicon-repo-pull:before {\n content: \"\\eb40\";\n}\n\n.codicon-repo-push:before {\n content: \"\\eb41\";\n}\n\n.codicon-report:before {\n content: \"\\eb42\";\n}\n\n.codicon-request-changes:before {\n content: \"\\eb43\";\n}\n\n.codicon-rocket:before {\n content: \"\\eb44\";\n}\n\n.codicon-root-folder-opened:before {\n content: \"\\eb45\";\n}\n\n.codicon-root-folder:before {\n content: \"\\eb46\";\n}\n\n.codicon-rss:before {\n content: \"\\eb47\";\n}\n\n.codicon-ruby:before {\n content: \"\\eb48\";\n}\n\n.codicon-save-all:before {\n content: \"\\eb49\";\n}\n\n.codicon-save-as:before {\n content: \"\\eb4a\";\n}\n\n.codicon-save:before {\n content: \"\\eb4b\";\n}\n\n.codicon-screen-full:before {\n content: \"\\eb4c\";\n}\n\n.codicon-screen-normal:before {\n content: \"\\eb4d\";\n}\n\n.codicon-search-stop:before {\n content: \"\\eb4e\";\n}\n\n.codicon-server:before {\n content: \"\\eb50\";\n}\n\n.codicon-settings-gear:before {\n content: \"\\eb51\";\n}\n\n.codicon-settings:before {\n content: \"\\eb52\";\n}\n\n.codicon-shield:before {\n content: \"\\eb53\";\n}\n\n.codicon-smiley:before {\n content: \"\\eb54\";\n}\n\n.codicon-sort-precedence:before {\n content: \"\\eb55\";\n}\n\n.codicon-split-horizontal:before {\n content: \"\\eb56\";\n}\n\n.codicon-split-vertical:before {\n content: \"\\eb57\";\n}\n\n.codicon-squirrel:before {\n content: \"\\eb58\";\n}\n\n.codicon-star-full:before {\n content: \"\\eb59\";\n}\n\n.codicon-star-half:before {\n content: \"\\eb5a\";\n}\n\n.codicon-symbol-class:before {\n content: \"\\eb5b\";\n}\n\n.codicon-symbol-color:before {\n content: \"\\eb5c\";\n}\n\n.codicon-symbol-constant:before {\n content: \"\\eb5d\";\n}\n\n.codicon-symbol-enum-member:before {\n content: \"\\eb5e\";\n}\n\n.codicon-symbol-field:before {\n content: \"\\eb5f\";\n}\n\n.codicon-symbol-file:before {\n content: \"\\eb60\";\n}\n\n.codicon-symbol-interface:before {\n content: \"\\eb61\";\n}\n\n.codicon-symbol-keyword:before {\n content: \"\\eb62\";\n}\n\n.codicon-symbol-misc:before {\n content: \"\\eb63\";\n}\n\n.codicon-symbol-operator:before {\n content: \"\\eb64\";\n}\n\n.codicon-symbol-property:before {\n content: \"\\eb65\";\n}\n\n.codicon-wrench:before {\n content: \"\\eb65\";\n}\n\n.codicon-wrench-subaction:before {\n content: \"\\eb65\";\n}\n\n.codicon-symbol-snippet:before {\n content: \"\\eb66\";\n}\n\n.codicon-tasklist:before {\n content: \"\\eb67\";\n}\n\n.codicon-telescope:before {\n content: \"\\eb68\";\n}\n\n.codicon-text-size:before {\n content: \"\\eb69\";\n}\n\n.codicon-three-bars:before {\n content: \"\\eb6a\";\n}\n\n.codicon-thumbsdown:before {\n content: \"\\eb6b\";\n}\n\n.codicon-thumbsup:before {\n content: \"\\eb6c\";\n}\n\n.codicon-tools:before {\n content: \"\\eb6d\";\n}\n\n.codicon-triangle-down:before {\n content: \"\\eb6e\";\n}\n\n.codicon-triangle-left:before {\n content: \"\\eb6f\";\n}\n\n.codicon-triangle-right:before {\n content: \"\\eb70\";\n}\n\n.codicon-triangle-up:before {\n content: \"\\eb71\";\n}\n\n.codicon-twitter:before {\n content: \"\\eb72\";\n}\n\n.codicon-unfold:before {\n content: \"\\eb73\";\n}\n\n.codicon-unlock:before {\n content: \"\\eb74\";\n}\n\n.codicon-unmute:before {\n content: \"\\eb75\";\n}\n\n.codicon-unverified:before {\n content: \"\\eb76\";\n}\n\n.codicon-verified:before {\n content: \"\\eb77\";\n}\n\n.codicon-versions:before {\n content: \"\\eb78\";\n}\n\n.codicon-vm-active:before {\n content: \"\\eb79\";\n}\n\n.codicon-vm-outline:before {\n content: \"\\eb7a\";\n}\n\n.codicon-vm-running:before {\n content: \"\\eb7b\";\n}\n\n.codicon-watch:before {\n content: \"\\eb7c\";\n}\n\n.codicon-whitespace:before {\n content: \"\\eb7d\";\n}\n\n.codicon-whole-word:before {\n content: \"\\eb7e\";\n}\n\n.codicon-window:before {\n content: \"\\eb7f\";\n}\n\n.codicon-word-wrap:before {\n content: \"\\eb80\";\n}\n\n.codicon-zoom-in:before {\n content: \"\\eb81\";\n}\n\n.codicon-zoom-out:before {\n content: \"\\eb82\";\n}\n\n.codicon-list-filter:before {\n content: \"\\eb83\";\n}\n\n.codicon-list-flat:before {\n content: \"\\eb84\";\n}\n\n.codicon-list-selection:before {\n content: \"\\eb85\";\n}\n\n.codicon-selection:before {\n content: \"\\eb85\";\n}\n\n.codicon-list-tree:before {\n content: \"\\eb86\";\n}\n\n.codicon-debug-breakpoint-function-unverified:before {\n content: \"\\eb87\";\n}\n\n.codicon-debug-breakpoint-function:before {\n content: \"\\eb88\";\n}\n\n.codicon-debug-breakpoint-function-disabled:before {\n content: \"\\eb88\";\n}\n\n.codicon-debug-stackframe-active:before {\n content: \"\\eb89\";\n}\n\n.codicon-circle-small-filled:before {\n content: \"\\eb8a\";\n}\n\n.codicon-debug-stackframe-dot:before {\n content: \"\\eb8a\";\n}\n\n.codicon-terminal-decoration-mark:before {\n content: \"\\eb8a\";\n}\n\n.codicon-debug-stackframe:before {\n content: \"\\eb8b\";\n}\n\n.codicon-debug-stackframe-focused:before {\n content: \"\\eb8b\";\n}\n\n.codicon-debug-breakpoint-unsupported:before {\n content: \"\\eb8c\";\n}\n\n.codicon-symbol-string:before {\n content: \"\\eb8d\";\n}\n\n.codicon-debug-reverse-continue:before {\n content: \"\\eb8e\";\n}\n\n.codicon-debug-step-back:before {\n content: \"\\eb8f\";\n}\n\n.codicon-debug-restart-frame:before {\n content: \"\\eb90\";\n}\n\n.codicon-debug-alt:before {\n content: \"\\eb91\";\n}\n\n.codicon-call-incoming:before {\n content: \"\\eb92\";\n}\n\n.codicon-call-outgoing:before {\n content: \"\\eb93\";\n}\n\n.codicon-menu:before {\n content: \"\\eb94\";\n}\n\n.codicon-expand-all:before {\n content: \"\\eb95\";\n}\n\n.codicon-feedback:before {\n content: \"\\eb96\";\n}\n\n.codicon-git-pull-request-reviewer:before {\n content: \"\\eb96\";\n}\n\n.codicon-group-by-ref-type:before {\n content: \"\\eb97\";\n}\n\n.codicon-ungroup-by-ref-type:before {\n content: \"\\eb98\";\n}\n\n.codicon-account:before {\n content: \"\\eb99\";\n}\n\n.codicon-git-pull-request-assignee:before {\n content: \"\\eb99\";\n}\n\n.codicon-bell-dot:before {\n content: \"\\eb9a\";\n}\n\n.codicon-debug-console:before {\n content: \"\\eb9b\";\n}\n\n.codicon-library:before {\n content: \"\\eb9c\";\n}\n\n.codicon-output:before {\n content: \"\\eb9d\";\n}\n\n.codicon-run-all:before {\n content: \"\\eb9e\";\n}\n\n.codicon-sync-ignored:before {\n content: \"\\eb9f\";\n}\n\n.codicon-pinned:before {\n content: \"\\eba0\";\n}\n\n.codicon-github-inverted:before {\n content: \"\\eba1\";\n}\n\n.codicon-server-process:before {\n content: \"\\eba2\";\n}\n\n.codicon-server-environment:before {\n content: \"\\eba3\";\n}\n\n.codicon-pass:before {\n content: \"\\eba4\";\n}\n\n.codicon-issue-closed:before {\n content: \"\\eba4\";\n}\n\n.codicon-stop-circle:before {\n content: \"\\eba5\";\n}\n\n.codicon-play-circle:before {\n content: \"\\eba6\";\n}\n\n.codicon-record:before {\n content: \"\\eba7\";\n}\n\n.codicon-debug-alt-small:before {\n content: \"\\eba8\";\n}\n\n.codicon-vm-connect:before {\n content: \"\\eba9\";\n}\n\n.codicon-cloud:before {\n content: \"\\ebaa\";\n}\n\n.codicon-merge:before {\n content: \"\\ebab\";\n}\n\n.codicon-export:before {\n content: \"\\ebac\";\n}\n\n.codicon-graph-left:before {\n content: \"\\ebad\";\n}\n\n.codicon-magnet:before {\n content: \"\\ebae\";\n}\n\n.codicon-notebook:before {\n content: \"\\ebaf\";\n}\n\n.codicon-redo:before {\n content: \"\\ebb0\";\n}\n\n.codicon-check-all:before {\n content: \"\\ebb1\";\n}\n\n.codicon-pinned-dirty:before {\n content: \"\\ebb2\";\n}\n\n.codicon-pass-filled:before {\n content: \"\\ebb3\";\n}\n\n.codicon-circle-large-filled:before {\n content: \"\\ebb4\";\n}\n\n.codicon-circle-large:before {\n content: \"\\ebb5\";\n}\n\n.codicon-circle-large-outline:before {\n content: \"\\ebb5\";\n}\n\n.codicon-combine:before {\n content: \"\\ebb6\";\n}\n\n.codicon-gather:before {\n content: \"\\ebb6\";\n}\n\n.codicon-table:before {\n content: \"\\ebb7\";\n}\n\n.codicon-variable-group:before {\n content: \"\\ebb8\";\n}\n\n.codicon-type-hierarchy:before {\n content: \"\\ebb9\";\n}\n\n.codicon-type-hierarchy-sub:before {\n content: \"\\ebba\";\n}\n\n.codicon-type-hierarchy-super:before {\n content: \"\\ebbb\";\n}\n\n.codicon-git-pull-request-create:before {\n content: \"\\ebbc\";\n}\n\n.codicon-run-above:before {\n content: \"\\ebbd\";\n}\n\n.codicon-run-below:before {\n content: \"\\ebbe\";\n}\n\n.codicon-notebook-template:before {\n content: \"\\ebbf\";\n}\n\n.codicon-debug-rerun:before {\n content: \"\\ebc0\";\n}\n\n.codicon-workspace-trusted:before {\n content: \"\\ebc1\";\n}\n\n.codicon-workspace-untrusted:before {\n content: \"\\ebc2\";\n}\n\n.codicon-workspace-unknown:before {\n content: \"\\ebc3\";\n}\n\n.codicon-terminal-cmd:before {\n content: \"\\ebc4\";\n}\n\n.codicon-terminal-debian:before {\n content: \"\\ebc5\";\n}\n\n.codicon-terminal-linux:before {\n content: \"\\ebc6\";\n}\n\n.codicon-terminal-powershell:before {\n content: \"\\ebc7\";\n}\n\n.codicon-terminal-tmux:before {\n content: \"\\ebc8\";\n}\n\n.codicon-terminal-ubuntu:before {\n content: \"\\ebc9\";\n}\n\n.codicon-terminal-bash:before {\n content: \"\\ebca\";\n}\n\n.codicon-arrow-swap:before {\n content: \"\\ebcb\";\n}\n\n.codicon-copy:before {\n content: \"\\ebcc\";\n}\n\n.codicon-person-add:before {\n content: \"\\ebcd\";\n}\n\n.codicon-filter-filled:before {\n content: \"\\ebce\";\n}\n\n.codicon-wand:before {\n content: \"\\ebcf\";\n}\n\n.codicon-debug-line-by-line:before {\n content: \"\\ebd0\";\n}\n\n.codicon-inspect:before {\n content: \"\\ebd1\";\n}\n\n.codicon-layers:before {\n content: \"\\ebd2\";\n}\n\n.codicon-layers-dot:before {\n content: \"\\ebd3\";\n}\n\n.codicon-layers-active:before {\n content: \"\\ebd4\";\n}\n\n.codicon-compass:before {\n content: \"\\ebd5\";\n}\n\n.codicon-compass-dot:before {\n content: \"\\ebd6\";\n}\n\n.codicon-compass-active:before {\n content: \"\\ebd7\";\n}\n\n.codicon-azure:before {\n content: \"\\ebd8\";\n}\n\n.codicon-issue-draft:before {\n content: \"\\ebd9\";\n}\n\n.codicon-git-pull-request-closed:before {\n content: \"\\ebda\";\n}\n\n.codicon-git-pull-request-draft:before {\n content: \"\\ebdb\";\n}\n\n.codicon-debug-all:before {\n content: \"\\ebdc\";\n}\n\n.codicon-debug-coverage:before {\n content: \"\\ebdd\";\n}\n\n.codicon-run-errors:before {\n content: \"\\ebde\";\n}\n\n.codicon-folder-library:before {\n content: \"\\ebdf\";\n}\n\n.codicon-debug-continue-small:before {\n content: \"\\ebe0\";\n}\n\n.codicon-beaker-stop:before {\n content: \"\\ebe1\";\n}\n\n.codicon-graph-line:before {\n content: \"\\ebe2\";\n}\n\n.codicon-graph-scatter:before {\n content: \"\\ebe3\";\n}\n\n.codicon-pie-chart:before {\n content: \"\\ebe4\";\n}\n\n.codicon-bracket:before {\n content: \"\\eb0f\";\n}\n\n.codicon-bracket-dot:before {\n content: \"\\ebe5\";\n}\n\n.codicon-bracket-error:before {\n content: \"\\ebe6\";\n}\n\n.codicon-lock-small:before {\n content: \"\\ebe7\";\n}\n\n.codicon-azure-devops:before {\n content: \"\\ebe8\";\n}\n\n.codicon-verified-filled:before {\n content: \"\\ebe9\";\n}\n\n.codicon-newline:before {\n content: \"\\ebea\";\n}\n\n.codicon-layout:before {\n content: \"\\ebeb\";\n}\n\n.codicon-layout-activitybar-left:before {\n content: \"\\ebec\";\n}\n\n.codicon-layout-activitybar-right:before {\n content: \"\\ebed\";\n}\n\n.codicon-layout-panel-left:before {\n content: \"\\ebee\";\n}\n\n.codicon-layout-panel-center:before {\n content: \"\\ebef\";\n}\n\n.codicon-layout-panel-justify:before {\n content: \"\\ebf0\";\n}\n\n.codicon-layout-panel-right:before {\n content: \"\\ebf1\";\n}\n\n.codicon-layout-panel:before {\n content: \"\\ebf2\";\n}\n\n.codicon-layout-sidebar-left:before {\n content: \"\\ebf3\";\n}\n\n.codicon-layout-sidebar-right:before {\n content: \"\\ebf4\";\n}\n\n.codicon-layout-statusbar:before {\n content: \"\\ebf5\";\n}\n\n.codicon-layout-menubar:before {\n content: \"\\ebf6\";\n}\n\n.codicon-layout-centered:before {\n content: \"\\ebf7\";\n}\n\n.codicon-target:before {\n content: \"\\ebf8\";\n}\n\n.codicon-indent:before {\n content: \"\\ebf9\";\n}\n\n.codicon-record-small:before {\n content: \"\\ebfa\";\n}\n\n.codicon-error-small:before {\n content: \"\\ebfb\";\n}\n\n.codicon-terminal-decoration-error:before {\n content: \"\\ebfb\";\n}\n\n.codicon-arrow-circle-down:before {\n content: \"\\ebfc\";\n}\n\n.codicon-arrow-circle-left:before {\n content: \"\\ebfd\";\n}\n\n.codicon-arrow-circle-right:before {\n content: \"\\ebfe\";\n}\n\n.codicon-arrow-circle-up:before {\n content: \"\\ebff\";\n}\n\n.codicon-layout-sidebar-right-off:before {\n content: \"\\ec00\";\n}\n\n.codicon-layout-panel-off:before {\n content: \"\\ec01\";\n}\n\n.codicon-layout-sidebar-left-off:before {\n content: \"\\ec02\";\n}\n\n.codicon-blank:before {\n content: \"\\ec03\";\n}\n\n.codicon-heart-filled:before {\n content: \"\\ec04\";\n}\n\n.codicon-map:before {\n content: \"\\ec05\";\n}\n\n.codicon-map-horizontal:before {\n content: \"\\ec05\";\n}\n\n.codicon-fold-horizontal:before {\n content: \"\\ec05\";\n}\n\n.codicon-map-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-map-horizontal-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-fold-horizontal-filled:before {\n content: \"\\ec06\";\n}\n\n.codicon-circle-small:before {\n content: \"\\ec07\";\n}\n\n.codicon-bell-slash:before {\n content: \"\\ec08\";\n}\n\n.codicon-bell-slash-dot:before {\n content: \"\\ec09\";\n}\n\n.codicon-comment-unresolved:before {\n content: \"\\ec0a\";\n}\n\n.codicon-git-pull-request-go-to-changes:before {\n content: \"\\ec0b\";\n}\n\n.codicon-git-pull-request-new-changes:before {\n content: \"\\ec0c\";\n}\n\n.codicon-search-fuzzy:before {\n content: \"\\ec0d\";\n}\n\n.codicon-comment-draft:before {\n content: \"\\ec0e\";\n}\n\n.codicon-send:before {\n content: \"\\ec0f\";\n}\n\n.codicon-sparkle:before {\n content: \"\\ec10\";\n}\n\n.codicon-insert:before {\n content: \"\\ec11\";\n}\n\n.codicon-mic:before {\n content: \"\\ec12\";\n}\n\n.codicon-thumbsdown-filled:before {\n content: \"\\ec13\";\n}\n\n.codicon-thumbsup-filled:before {\n content: \"\\ec14\";\n}\n\n.codicon-coffee:before {\n content: \"\\ec15\";\n}\n\n.codicon-snake:before {\n content: \"\\ec16\";\n}\n\n.codicon-game:before {\n content: \"\\ec17\";\n}\n\n.codicon-vr:before {\n content: \"\\ec18\";\n}\n\n.codicon-chip:before {\n content: \"\\ec19\";\n}\n\n.codicon-piano:before {\n content: \"\\ec1a\";\n}\n\n.codicon-music:before {\n content: \"\\ec1b\";\n}\n\n.codicon-mic-filled:before {\n content: \"\\ec1c\";\n}\n\n.codicon-repo-fetch:before {\n content: \"\\ec1d\";\n}\n\n.codicon-copilot:before {\n content: \"\\ec1e\";\n}\n\n.codicon-lightbulb-sparkle:before {\n content: \"\\ec1f\";\n}\n\n.codicon-robot:before {\n content: \"\\ec20\";\n}\n\n.codicon-sparkle-filled:before {\n content: \"\\ec21\";\n}\n\n.codicon-diff-single:before {\n content: \"\\ec22\";\n}\n\n.codicon-diff-multiple:before {\n content: \"\\ec23\";\n}\n\n.codicon-surround-with:before {\n content: \"\\ec24\";\n}\n\n.codicon-share:before {\n content: \"\\ec25\";\n}\n\n.codicon-git-stash:before {\n content: \"\\ec26\";\n}\n\n.codicon-git-stash-apply:before {\n content: \"\\ec27\";\n}\n\n.codicon-git-stash-pop:before {\n content: \"\\ec28\";\n}\n\n.codicon-vscode:before {\n content: \"\\ec29\";\n}\n\n.codicon-vscode-insiders:before {\n content: \"\\ec2a\";\n}\n\n.codicon-code-oss:before {\n content: \"\\ec2b\";\n}\n\n.codicon-run-coverage:before {\n content: \"\\ec2c\";\n}\n\n.codicon-run-all-coverage:before {\n content: \"\\ec2d\";\n}\n\n.codicon-coverage:before {\n content: \"\\ec2e\";\n}\n\n.codicon-github-project:before {\n content: \"\\ec2f\";\n}\n\n.codicon-map-vertical:before {\n content: \"\\ec30\";\n}\n\n.codicon-fold-vertical:before {\n content: \"\\ec30\";\n}\n\n.codicon-map-vertical-filled:before {\n content: \"\\ec31\";\n}\n\n.codicon-fold-vertical-filled:before {\n content: \"\\ec31\";\n}\n\n.codicon-go-to-search:before {\n content: \"\\ec32\";\n}\n\n.codicon-percentage:before {\n content: \"\\ec33\";\n}\n\n.codicon-sort-percentage:before {\n content: \"\\ec33\";\n}\n\n.codicon-attach:before {\n content: \"\\ec34\";\n}\n\n.codicon-go-to-editing-session:before {\n content: \"\\ec35\";\n}\n\n.codicon-edit-session:before {\n content: \"\\ec36\";\n}\n\n.codicon-code-review:before {\n content: \"\\ec37\";\n}\n\n.codicon-copilot-warning:before {\n content: \"\\ec38\";\n}\n\n.codicon-python:before {\n content: \"\\ec39\";\n}\n\n.codicon-git-fetch:before {\n content: \"\\f101\";\n}\n\n@layer kol-component {\n /* :host implicitly inherits font-size, see below */\n :host {\n color: inherit;\n display: contents;\n font-size: inherit;\n line-height: inherit;\n }\n /* this rules overwrites the fixed font size from codicon */\n :host > i,\n :host > i::before {\n font-size: inherit !important;\n }\n}";
|
|
7322
7322
|
var KolIconDefaultStyle0 = defaultStyleCss$B;
|
|
7323
7323
|
|
|
7324
7324
|
class KolIcon {
|
|
@@ -7472,7 +7472,7 @@ class KolIndentedTextWc {
|
|
|
7472
7472
|
this.state = {};
|
|
7473
7473
|
}
|
|
7474
7474
|
render() {
|
|
7475
|
-
return (hAsync(Host, { key: '
|
|
7475
|
+
return (hAsync(Host, { key: '9d055cf1199950842de282faaccd67e05d2495ba', class: "kol-indented-text-wc" }, hAsync("div", { key: '4409c9619ccf102b58f796aa41e9f533813cd69b' }, hAsync("slot", { key: '691be16bd16b4a88c02f978905c5a35a2c2154c9' }))));
|
|
7476
7476
|
}
|
|
7477
7477
|
static get cmpMeta() { return {
|
|
7478
7478
|
"$flags$": 4,
|
|
@@ -8538,14 +8538,507 @@ const validatePasswordVariant = (component, value) => {
|
|
|
8538
8538
|
watchValidator(component, '_variant', (value) => typeof value === 'string' && PasswordVariantPropTypeOptions.includes(value), new Set(PasswordVariantPropTypeOptions), value);
|
|
8539
8539
|
};
|
|
8540
8540
|
|
|
8541
|
+
/** Detect free variable `global` from Node.js. */
|
|
8542
|
+
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
|
|
8543
|
+
|
|
8544
|
+
var freeGlobal$1 = freeGlobal;
|
|
8545
|
+
|
|
8546
|
+
/** Detect free variable `self`. */
|
|
8547
|
+
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
|
|
8548
|
+
|
|
8549
|
+
/** Used as a reference to the global object. */
|
|
8550
|
+
var root = freeGlobal$1 || freeSelf || Function('return this')();
|
|
8551
|
+
|
|
8552
|
+
var root$1 = root;
|
|
8553
|
+
|
|
8554
|
+
/** Built-in value references. */
|
|
8555
|
+
var Symbol = root$1.Symbol;
|
|
8556
|
+
|
|
8557
|
+
var Symbol$1 = Symbol;
|
|
8558
|
+
|
|
8559
|
+
/** Used for built-in method references. */
|
|
8560
|
+
var objectProto$1 = Object.prototype;
|
|
8561
|
+
|
|
8562
|
+
/** Used to check objects for own properties. */
|
|
8563
|
+
var hasOwnProperty = objectProto$1.hasOwnProperty;
|
|
8564
|
+
|
|
8565
|
+
/**
|
|
8566
|
+
* Used to resolve the
|
|
8567
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
8568
|
+
* of values.
|
|
8569
|
+
*/
|
|
8570
|
+
var nativeObjectToString$1 = objectProto$1.toString;
|
|
8571
|
+
|
|
8572
|
+
/** Built-in value references. */
|
|
8573
|
+
var symToStringTag$1 = Symbol$1 ? Symbol$1.toStringTag : undefined;
|
|
8574
|
+
|
|
8575
|
+
/**
|
|
8576
|
+
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
|
|
8577
|
+
*
|
|
8578
|
+
* @private
|
|
8579
|
+
* @param {*} value The value to query.
|
|
8580
|
+
* @returns {string} Returns the raw `toStringTag`.
|
|
8581
|
+
*/
|
|
8582
|
+
function getRawTag(value) {
|
|
8583
|
+
var isOwn = hasOwnProperty.call(value, symToStringTag$1),
|
|
8584
|
+
tag = value[symToStringTag$1];
|
|
8585
|
+
|
|
8586
|
+
try {
|
|
8587
|
+
value[symToStringTag$1] = undefined;
|
|
8588
|
+
var unmasked = true;
|
|
8589
|
+
} catch (e) {}
|
|
8590
|
+
|
|
8591
|
+
var result = nativeObjectToString$1.call(value);
|
|
8592
|
+
if (unmasked) {
|
|
8593
|
+
if (isOwn) {
|
|
8594
|
+
value[symToStringTag$1] = tag;
|
|
8595
|
+
} else {
|
|
8596
|
+
delete value[symToStringTag$1];
|
|
8597
|
+
}
|
|
8598
|
+
}
|
|
8599
|
+
return result;
|
|
8600
|
+
}
|
|
8601
|
+
|
|
8602
|
+
/** Used for built-in method references. */
|
|
8603
|
+
var objectProto = Object.prototype;
|
|
8604
|
+
|
|
8605
|
+
/**
|
|
8606
|
+
* Used to resolve the
|
|
8607
|
+
* [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
|
|
8608
|
+
* of values.
|
|
8609
|
+
*/
|
|
8610
|
+
var nativeObjectToString = objectProto.toString;
|
|
8611
|
+
|
|
8612
|
+
/**
|
|
8613
|
+
* Converts `value` to a string using `Object.prototype.toString`.
|
|
8614
|
+
*
|
|
8615
|
+
* @private
|
|
8616
|
+
* @param {*} value The value to convert.
|
|
8617
|
+
* @returns {string} Returns the converted string.
|
|
8618
|
+
*/
|
|
8619
|
+
function objectToString(value) {
|
|
8620
|
+
return nativeObjectToString.call(value);
|
|
8621
|
+
}
|
|
8622
|
+
|
|
8623
|
+
/** `Object#toString` result references. */
|
|
8624
|
+
var nullTag = '[object Null]',
|
|
8625
|
+
undefinedTag = '[object Undefined]';
|
|
8626
|
+
|
|
8627
|
+
/** Built-in value references. */
|
|
8628
|
+
var symToStringTag = Symbol$1 ? Symbol$1.toStringTag : undefined;
|
|
8629
|
+
|
|
8630
|
+
/**
|
|
8631
|
+
* The base implementation of `getTag` without fallbacks for buggy environments.
|
|
8632
|
+
*
|
|
8633
|
+
* @private
|
|
8634
|
+
* @param {*} value The value to query.
|
|
8635
|
+
* @returns {string} Returns the `toStringTag`.
|
|
8636
|
+
*/
|
|
8637
|
+
function baseGetTag(value) {
|
|
8638
|
+
if (value == null) {
|
|
8639
|
+
return value === undefined ? undefinedTag : nullTag;
|
|
8640
|
+
}
|
|
8641
|
+
return (symToStringTag && symToStringTag in Object(value))
|
|
8642
|
+
? getRawTag(value)
|
|
8643
|
+
: objectToString(value);
|
|
8644
|
+
}
|
|
8645
|
+
|
|
8646
|
+
/**
|
|
8647
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
8648
|
+
* and has a `typeof` result of "object".
|
|
8649
|
+
*
|
|
8650
|
+
* @static
|
|
8651
|
+
* @memberOf _
|
|
8652
|
+
* @since 4.0.0
|
|
8653
|
+
* @category Lang
|
|
8654
|
+
* @param {*} value The value to check.
|
|
8655
|
+
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
8656
|
+
* @example
|
|
8657
|
+
*
|
|
8658
|
+
* _.isObjectLike({});
|
|
8659
|
+
* // => true
|
|
8660
|
+
*
|
|
8661
|
+
* _.isObjectLike([1, 2, 3]);
|
|
8662
|
+
* // => true
|
|
8663
|
+
*
|
|
8664
|
+
* _.isObjectLike(_.noop);
|
|
8665
|
+
* // => false
|
|
8666
|
+
*
|
|
8667
|
+
* _.isObjectLike(null);
|
|
8668
|
+
* // => false
|
|
8669
|
+
*/
|
|
8670
|
+
function isObjectLike(value) {
|
|
8671
|
+
return value != null && typeof value == 'object';
|
|
8672
|
+
}
|
|
8673
|
+
|
|
8674
|
+
/** `Object#toString` result references. */
|
|
8675
|
+
var symbolTag = '[object Symbol]';
|
|
8676
|
+
|
|
8677
|
+
/**
|
|
8678
|
+
* Checks if `value` is classified as a `Symbol` primitive or object.
|
|
8679
|
+
*
|
|
8680
|
+
* @static
|
|
8681
|
+
* @memberOf _
|
|
8682
|
+
* @since 4.0.0
|
|
8683
|
+
* @category Lang
|
|
8684
|
+
* @param {*} value The value to check.
|
|
8685
|
+
* @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
|
|
8686
|
+
* @example
|
|
8687
|
+
*
|
|
8688
|
+
* _.isSymbol(Symbol.iterator);
|
|
8689
|
+
* // => true
|
|
8690
|
+
*
|
|
8691
|
+
* _.isSymbol('abc');
|
|
8692
|
+
* // => false
|
|
8693
|
+
*/
|
|
8694
|
+
function isSymbol(value) {
|
|
8695
|
+
return typeof value == 'symbol' ||
|
|
8696
|
+
(isObjectLike(value) && baseGetTag(value) == symbolTag);
|
|
8697
|
+
}
|
|
8698
|
+
|
|
8699
|
+
/** Used to match a single whitespace character. */
|
|
8700
|
+
var reWhitespace = /\s/;
|
|
8701
|
+
|
|
8702
|
+
/**
|
|
8703
|
+
* Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
|
|
8704
|
+
* character of `string`.
|
|
8705
|
+
*
|
|
8706
|
+
* @private
|
|
8707
|
+
* @param {string} string The string to inspect.
|
|
8708
|
+
* @returns {number} Returns the index of the last non-whitespace character.
|
|
8709
|
+
*/
|
|
8710
|
+
function trimmedEndIndex(string) {
|
|
8711
|
+
var index = string.length;
|
|
8712
|
+
|
|
8713
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {}
|
|
8714
|
+
return index;
|
|
8715
|
+
}
|
|
8716
|
+
|
|
8717
|
+
/** Used to match leading whitespace. */
|
|
8718
|
+
var reTrimStart = /^\s+/;
|
|
8719
|
+
|
|
8720
|
+
/**
|
|
8721
|
+
* The base implementation of `_.trim`.
|
|
8722
|
+
*
|
|
8723
|
+
* @private
|
|
8724
|
+
* @param {string} string The string to trim.
|
|
8725
|
+
* @returns {string} Returns the trimmed string.
|
|
8726
|
+
*/
|
|
8727
|
+
function baseTrim(string) {
|
|
8728
|
+
return string
|
|
8729
|
+
? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
|
8730
|
+
: string;
|
|
8731
|
+
}
|
|
8732
|
+
|
|
8733
|
+
/**
|
|
8734
|
+
* Checks if `value` is the
|
|
8735
|
+
* [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
|
|
8736
|
+
* of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
|
|
8737
|
+
*
|
|
8738
|
+
* @static
|
|
8739
|
+
* @memberOf _
|
|
8740
|
+
* @since 0.1.0
|
|
8741
|
+
* @category Lang
|
|
8742
|
+
* @param {*} value The value to check.
|
|
8743
|
+
* @returns {boolean} Returns `true` if `value` is an object, else `false`.
|
|
8744
|
+
* @example
|
|
8745
|
+
*
|
|
8746
|
+
* _.isObject({});
|
|
8747
|
+
* // => true
|
|
8748
|
+
*
|
|
8749
|
+
* _.isObject([1, 2, 3]);
|
|
8750
|
+
* // => true
|
|
8751
|
+
*
|
|
8752
|
+
* _.isObject(_.noop);
|
|
8753
|
+
* // => true
|
|
8754
|
+
*
|
|
8755
|
+
* _.isObject(null);
|
|
8756
|
+
* // => false
|
|
8757
|
+
*/
|
|
8758
|
+
function isObject$1(value) {
|
|
8759
|
+
var type = typeof value;
|
|
8760
|
+
return value != null && (type == 'object' || type == 'function');
|
|
8761
|
+
}
|
|
8762
|
+
|
|
8763
|
+
/** Used as references for various `Number` constants. */
|
|
8764
|
+
var NAN = 0 / 0;
|
|
8765
|
+
|
|
8766
|
+
/** Used to detect bad signed hexadecimal string values. */
|
|
8767
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
8768
|
+
|
|
8769
|
+
/** Used to detect binary string values. */
|
|
8770
|
+
var reIsBinary = /^0b[01]+$/i;
|
|
8771
|
+
|
|
8772
|
+
/** Used to detect octal string values. */
|
|
8773
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
|
8774
|
+
|
|
8775
|
+
/** Built-in method references without a dependency on `root`. */
|
|
8776
|
+
var freeParseInt = parseInt;
|
|
8777
|
+
|
|
8778
|
+
/**
|
|
8779
|
+
* Converts `value` to a number.
|
|
8780
|
+
*
|
|
8781
|
+
* @static
|
|
8782
|
+
* @memberOf _
|
|
8783
|
+
* @since 4.0.0
|
|
8784
|
+
* @category Lang
|
|
8785
|
+
* @param {*} value The value to process.
|
|
8786
|
+
* @returns {number} Returns the number.
|
|
8787
|
+
* @example
|
|
8788
|
+
*
|
|
8789
|
+
* _.toNumber(3.2);
|
|
8790
|
+
* // => 3.2
|
|
8791
|
+
*
|
|
8792
|
+
* _.toNumber(Number.MIN_VALUE);
|
|
8793
|
+
* // => 5e-324
|
|
8794
|
+
*
|
|
8795
|
+
* _.toNumber(Infinity);
|
|
8796
|
+
* // => Infinity
|
|
8797
|
+
*
|
|
8798
|
+
* _.toNumber('3.2');
|
|
8799
|
+
* // => 3.2
|
|
8800
|
+
*/
|
|
8801
|
+
function toNumber(value) {
|
|
8802
|
+
if (typeof value == 'number') {
|
|
8803
|
+
return value;
|
|
8804
|
+
}
|
|
8805
|
+
if (isSymbol(value)) {
|
|
8806
|
+
return NAN;
|
|
8807
|
+
}
|
|
8808
|
+
if (isObject$1(value)) {
|
|
8809
|
+
var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
|
|
8810
|
+
value = isObject$1(other) ? (other + '') : other;
|
|
8811
|
+
}
|
|
8812
|
+
if (typeof value != 'string') {
|
|
8813
|
+
return value === 0 ? value : +value;
|
|
8814
|
+
}
|
|
8815
|
+
value = baseTrim(value);
|
|
8816
|
+
var isBinary = reIsBinary.test(value);
|
|
8817
|
+
return (isBinary || reIsOctal.test(value))
|
|
8818
|
+
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
|
8819
|
+
: (reIsBadHex.test(value) ? NAN : +value);
|
|
8820
|
+
}
|
|
8821
|
+
|
|
8822
|
+
/**
|
|
8823
|
+
* Gets the timestamp of the number of milliseconds that have elapsed since
|
|
8824
|
+
* the Unix epoch (1 January 1970 00:00:00 UTC).
|
|
8825
|
+
*
|
|
8826
|
+
* @static
|
|
8827
|
+
* @memberOf _
|
|
8828
|
+
* @since 2.4.0
|
|
8829
|
+
* @category Date
|
|
8830
|
+
* @returns {number} Returns the timestamp.
|
|
8831
|
+
* @example
|
|
8832
|
+
*
|
|
8833
|
+
* _.defer(function(stamp) {
|
|
8834
|
+
* console.log(_.now() - stamp);
|
|
8835
|
+
* }, _.now());
|
|
8836
|
+
* // => Logs the number of milliseconds it took for the deferred invocation.
|
|
8837
|
+
*/
|
|
8838
|
+
var now = function() {
|
|
8839
|
+
return root$1.Date.now();
|
|
8840
|
+
};
|
|
8841
|
+
|
|
8842
|
+
var now$1 = now;
|
|
8843
|
+
|
|
8844
|
+
/** Error message constants. */
|
|
8845
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
|
8846
|
+
|
|
8847
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
8848
|
+
var nativeMax = Math.max,
|
|
8849
|
+
nativeMin = Math.min;
|
|
8850
|
+
|
|
8851
|
+
/**
|
|
8852
|
+
* Creates a debounced function that delays invoking `func` until after `wait`
|
|
8853
|
+
* milliseconds have elapsed since the last time the debounced function was
|
|
8854
|
+
* invoked. The debounced function comes with a `cancel` method to cancel
|
|
8855
|
+
* delayed `func` invocations and a `flush` method to immediately invoke them.
|
|
8856
|
+
* Provide `options` to indicate whether `func` should be invoked on the
|
|
8857
|
+
* leading and/or trailing edge of the `wait` timeout. The `func` is invoked
|
|
8858
|
+
* with the last arguments provided to the debounced function. Subsequent
|
|
8859
|
+
* calls to the debounced function return the result of the last `func`
|
|
8860
|
+
* invocation.
|
|
8861
|
+
*
|
|
8862
|
+
* **Note:** If `leading` and `trailing` options are `true`, `func` is
|
|
8863
|
+
* invoked on the trailing edge of the timeout only if the debounced function
|
|
8864
|
+
* is invoked more than once during the `wait` timeout.
|
|
8865
|
+
*
|
|
8866
|
+
* If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
|
|
8867
|
+
* until to the next tick, similar to `setTimeout` with a timeout of `0`.
|
|
8868
|
+
*
|
|
8869
|
+
* See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
|
|
8870
|
+
* for details over the differences between `_.debounce` and `_.throttle`.
|
|
8871
|
+
*
|
|
8872
|
+
* @static
|
|
8873
|
+
* @memberOf _
|
|
8874
|
+
* @since 0.1.0
|
|
8875
|
+
* @category Function
|
|
8876
|
+
* @param {Function} func The function to debounce.
|
|
8877
|
+
* @param {number} [wait=0] The number of milliseconds to delay.
|
|
8878
|
+
* @param {Object} [options={}] The options object.
|
|
8879
|
+
* @param {boolean} [options.leading=false]
|
|
8880
|
+
* Specify invoking on the leading edge of the timeout.
|
|
8881
|
+
* @param {number} [options.maxWait]
|
|
8882
|
+
* The maximum time `func` is allowed to be delayed before it's invoked.
|
|
8883
|
+
* @param {boolean} [options.trailing=true]
|
|
8884
|
+
* Specify invoking on the trailing edge of the timeout.
|
|
8885
|
+
* @returns {Function} Returns the new debounced function.
|
|
8886
|
+
* @example
|
|
8887
|
+
*
|
|
8888
|
+
* // Avoid costly calculations while the window size is in flux.
|
|
8889
|
+
* jQuery(window).on('resize', _.debounce(calculateLayout, 150));
|
|
8890
|
+
*
|
|
8891
|
+
* // Invoke `sendMail` when clicked, debouncing subsequent calls.
|
|
8892
|
+
* jQuery(element).on('click', _.debounce(sendMail, 300, {
|
|
8893
|
+
* 'leading': true,
|
|
8894
|
+
* 'trailing': false
|
|
8895
|
+
* }));
|
|
8896
|
+
*
|
|
8897
|
+
* // Ensure `batchLog` is invoked once after 1 second of debounced calls.
|
|
8898
|
+
* var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });
|
|
8899
|
+
* var source = new EventSource('/stream');
|
|
8900
|
+
* jQuery(source).on('message', debounced);
|
|
8901
|
+
*
|
|
8902
|
+
* // Cancel the trailing debounced invocation.
|
|
8903
|
+
* jQuery(window).on('popstate', debounced.cancel);
|
|
8904
|
+
*/
|
|
8905
|
+
function debounce(func, wait, options) {
|
|
8906
|
+
var lastArgs,
|
|
8907
|
+
lastThis,
|
|
8908
|
+
maxWait,
|
|
8909
|
+
result,
|
|
8910
|
+
timerId,
|
|
8911
|
+
lastCallTime,
|
|
8912
|
+
lastInvokeTime = 0,
|
|
8913
|
+
leading = false,
|
|
8914
|
+
maxing = false,
|
|
8915
|
+
trailing = true;
|
|
8916
|
+
|
|
8917
|
+
if (typeof func != 'function') {
|
|
8918
|
+
throw new TypeError(FUNC_ERROR_TEXT);
|
|
8919
|
+
}
|
|
8920
|
+
wait = toNumber(wait) || 0;
|
|
8921
|
+
if (isObject$1(options)) {
|
|
8922
|
+
leading = !!options.leading;
|
|
8923
|
+
maxing = 'maxWait' in options;
|
|
8924
|
+
maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;
|
|
8925
|
+
trailing = 'trailing' in options ? !!options.trailing : trailing;
|
|
8926
|
+
}
|
|
8927
|
+
|
|
8928
|
+
function invokeFunc(time) {
|
|
8929
|
+
var args = lastArgs,
|
|
8930
|
+
thisArg = lastThis;
|
|
8931
|
+
|
|
8932
|
+
lastArgs = lastThis = undefined;
|
|
8933
|
+
lastInvokeTime = time;
|
|
8934
|
+
result = func.apply(thisArg, args);
|
|
8935
|
+
return result;
|
|
8936
|
+
}
|
|
8937
|
+
|
|
8938
|
+
function leadingEdge(time) {
|
|
8939
|
+
// Reset any `maxWait` timer.
|
|
8940
|
+
lastInvokeTime = time;
|
|
8941
|
+
// Start the timer for the trailing edge.
|
|
8942
|
+
timerId = setTimeout(timerExpired, wait);
|
|
8943
|
+
// Invoke the leading edge.
|
|
8944
|
+
return leading ? invokeFunc(time) : result;
|
|
8945
|
+
}
|
|
8946
|
+
|
|
8947
|
+
function remainingWait(time) {
|
|
8948
|
+
var timeSinceLastCall = time - lastCallTime,
|
|
8949
|
+
timeSinceLastInvoke = time - lastInvokeTime,
|
|
8950
|
+
timeWaiting = wait - timeSinceLastCall;
|
|
8951
|
+
|
|
8952
|
+
return maxing
|
|
8953
|
+
? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)
|
|
8954
|
+
: timeWaiting;
|
|
8955
|
+
}
|
|
8956
|
+
|
|
8957
|
+
function shouldInvoke(time) {
|
|
8958
|
+
var timeSinceLastCall = time - lastCallTime,
|
|
8959
|
+
timeSinceLastInvoke = time - lastInvokeTime;
|
|
8960
|
+
|
|
8961
|
+
// Either this is the first call, activity has stopped and we're at the
|
|
8962
|
+
// trailing edge, the system time has gone backwards and we're treating
|
|
8963
|
+
// it as the trailing edge, or we've hit the `maxWait` limit.
|
|
8964
|
+
return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||
|
|
8965
|
+
(timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));
|
|
8966
|
+
}
|
|
8967
|
+
|
|
8968
|
+
function timerExpired() {
|
|
8969
|
+
var time = now$1();
|
|
8970
|
+
if (shouldInvoke(time)) {
|
|
8971
|
+
return trailingEdge(time);
|
|
8972
|
+
}
|
|
8973
|
+
// Restart the timer.
|
|
8974
|
+
timerId = setTimeout(timerExpired, remainingWait(time));
|
|
8975
|
+
}
|
|
8976
|
+
|
|
8977
|
+
function trailingEdge(time) {
|
|
8978
|
+
timerId = undefined;
|
|
8979
|
+
|
|
8980
|
+
// Only invoke if we have `lastArgs` which means `func` has been
|
|
8981
|
+
// debounced at least once.
|
|
8982
|
+
if (trailing && lastArgs) {
|
|
8983
|
+
return invokeFunc(time);
|
|
8984
|
+
}
|
|
8985
|
+
lastArgs = lastThis = undefined;
|
|
8986
|
+
return result;
|
|
8987
|
+
}
|
|
8988
|
+
|
|
8989
|
+
function cancel() {
|
|
8990
|
+
if (timerId !== undefined) {
|
|
8991
|
+
clearTimeout(timerId);
|
|
8992
|
+
}
|
|
8993
|
+
lastInvokeTime = 0;
|
|
8994
|
+
lastArgs = lastCallTime = lastThis = timerId = undefined;
|
|
8995
|
+
}
|
|
8996
|
+
|
|
8997
|
+
function flush() {
|
|
8998
|
+
return timerId === undefined ? result : trailingEdge(now$1());
|
|
8999
|
+
}
|
|
9000
|
+
|
|
9001
|
+
function debounced() {
|
|
9002
|
+
var time = now$1(),
|
|
9003
|
+
isInvoking = shouldInvoke(time);
|
|
9004
|
+
|
|
9005
|
+
lastArgs = arguments;
|
|
9006
|
+
lastThis = this;
|
|
9007
|
+
lastCallTime = time;
|
|
9008
|
+
|
|
9009
|
+
if (isInvoking) {
|
|
9010
|
+
if (timerId === undefined) {
|
|
9011
|
+
return leadingEdge(lastCallTime);
|
|
9012
|
+
}
|
|
9013
|
+
if (maxing) {
|
|
9014
|
+
// Handle invocations in a tight loop.
|
|
9015
|
+
clearTimeout(timerId);
|
|
9016
|
+
timerId = setTimeout(timerExpired, wait);
|
|
9017
|
+
return invokeFunc(lastCallTime);
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
if (timerId === undefined) {
|
|
9021
|
+
timerId = setTimeout(timerExpired, wait);
|
|
9022
|
+
}
|
|
9023
|
+
return result;
|
|
9024
|
+
}
|
|
9025
|
+
debounced.cancel = cancel;
|
|
9026
|
+
debounced.flush = flush;
|
|
9027
|
+
return debounced;
|
|
9028
|
+
}
|
|
9029
|
+
|
|
8541
9030
|
class InputPasswordController extends InputIconController {
|
|
8542
9031
|
constructor(component, name, host) {
|
|
8543
9032
|
super(component, name, host);
|
|
8544
9033
|
this.afterSyncCharCounter = () => {
|
|
8545
9034
|
if (typeof this.component._value === 'string' && this.component._value.length > 0) {
|
|
8546
9035
|
this.component.state._currentLength = this.component._value.length;
|
|
9036
|
+
this.component.state._currentLengthDebounced = this.component._value.length;
|
|
8547
9037
|
}
|
|
8548
9038
|
};
|
|
9039
|
+
this.updateCurrentLengthDebounced = debounce((length) => {
|
|
9040
|
+
setState(this.component, '_currentLengthDebounced', length);
|
|
9041
|
+
}, 500);
|
|
8549
9042
|
this.component = component;
|
|
8550
9043
|
}
|
|
8551
9044
|
validateAutoComplete(value) {
|
|
@@ -8668,10 +9161,10 @@ class KolInputEmail {
|
|
|
8668
9161
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
8669
9162
|
const hasSuggestions = Array.isArray(this.state._suggestions) && this.state._suggestions.length > 0;
|
|
8670
9163
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
8671
|
-
return (hAsync(Host, { key: '
|
|
9164
|
+
return (hAsync(Host, { key: '6c57a606b7ba37bb861b6fae65b328859d1a968b', class: {
|
|
8672
9165
|
'kol-input-email': true,
|
|
8673
9166
|
'has-value': this.state._hasValue,
|
|
8674
|
-
} }, hAsync(KolInputTag, { key: '
|
|
9167
|
+
} }, hAsync(KolInputTag, { key: '31bbb733888e56936c23eb578200731616fc0973', class: { email: true, 'hide-label': !!this.state._hideLabel }, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _currentLengthDebounced: this.state._currentLengthDebounced, _disabled: this.state._disabled, _msg: this.state._msg, _hideError: this.state._hideError, _hasCounter: this.state._hasCounter, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _suggestions: this.state._suggestions, _maxLength: this.state._maxLength, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _smartButton: this.state._smartButton, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: 'c7c4225185caaa7294da2381cbf7f46207592016', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey, this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey, this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: 'a907065779945e16431309c4cc32d34bdb18934a', slot: "input" }, hAsync("input", Object.assign({ key: '790659497ef8a240a8184e65c6118330d29a2c24', ref: this.catchRef, title: "", accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, autoCapitalize: "off", autoComplete: this.state._autoComplete, autoCorrect: "off", disabled: this.state._disabled, multiple: this.state._multiple, id: this.state._id, list: hasSuggestions ? `${this.state._id}-list` : undefined, maxlength: this.state._maxLength, name: this.state._name, pattern: this.state._pattern, placeholder: this.state._placeholder, readOnly: this.state._readOnly, required: this.state._required, type: "email", value: this.state._value }, this.controller.onFacade, { onKeyDown: this.onKeyDown, onInput: this.onInput, onFocus: (event) => {
|
|
8675
9168
|
this.controller.onFacade.onFocus(event);
|
|
8676
9169
|
this.inputHasFocus = true;
|
|
8677
9170
|
}, onBlur: (event) => {
|
|
@@ -8694,6 +9187,7 @@ class KolInputEmail {
|
|
|
8694
9187
|
};
|
|
8695
9188
|
this.onInput = (event) => {
|
|
8696
9189
|
setState(this, '_currentLength', event.target.value.length);
|
|
9190
|
+
this.controller.updateCurrentLengthDebounced(event.target.value.length);
|
|
8697
9191
|
this.controller.onFacade.onInput(event);
|
|
8698
9192
|
};
|
|
8699
9193
|
this._accessKey = undefined;
|
|
@@ -8728,6 +9222,7 @@ class KolInputEmail {
|
|
|
8728
9222
|
this.state = {
|
|
8729
9223
|
_autoComplete: 'off',
|
|
8730
9224
|
_currentLength: 0,
|
|
9225
|
+
_currentLengthDebounced: 0,
|
|
8731
9226
|
_hasValue: false,
|
|
8732
9227
|
_hideError: false,
|
|
8733
9228
|
_id: `id-${nonce()}`,
|
|
@@ -9518,13 +10013,13 @@ class KolInputPassword {
|
|
|
9518
10013
|
render() {
|
|
9519
10014
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
9520
10015
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
9521
|
-
return (hAsync(Host, { key: '
|
|
10016
|
+
return (hAsync(Host, { key: 'd53cee1707ec75ae565309eab98ce749fc94f95d', class: {
|
|
9522
10017
|
'kol-input-password': true,
|
|
9523
10018
|
'has-value': this.state._hasValue,
|
|
9524
|
-
} }, hAsync(KolInputTag, { key: '
|
|
10019
|
+
} }, hAsync(KolInputTag, { key: '7b5d974cdc73afe036cbe424c27a866e07ce1400', class: {
|
|
9525
10020
|
'hide-label': !!this.state._hideLabel,
|
|
9526
10021
|
password: true,
|
|
9527
|
-
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _disabled: this.state._disabled, _msg: this.state._msg, _hasCounter: this.state._hasCounter, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _maxLength: this.state._maxLength, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _smartButton: this.state._smartButton, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: '
|
|
10022
|
+
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _currentLengthDebounced: this.state._currentLengthDebounced, _disabled: this.state._disabled, _msg: this.state._msg, _hasCounter: this.state._hasCounter, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _maxLength: this.state._maxLength, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _smartButton: this.state._smartButton, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: 'e9aa043946a8ad3068b8f600a30900cc287f9bd6', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey, this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey, this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: '89bf6715146d2ff426547ec26fd8496d7086fe28', slot: "input" }, hAsync("input", Object.assign({ key: '0f6f2bb633a21e1da59af31374040dc3c67c6aa6', ref: this.catchRef, title: "", accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, autoCapitalize: "off", autoComplete: this.state._autoComplete, autoCorrect: "off", disabled: this.state._disabled, id: this.state._id, maxlength: this.state._maxLength, name: this.state._name, pattern: this.state._pattern, placeholder: this.state._placeholder, readOnly: this.state._readOnly, required: this.state._required, type: this._passwordVisible ? 'text' : 'password', value: this.state._value }, this.controller.onFacade, { onKeyDown: this.onKeyDown, onInput: this.onInput, onFocus: (event) => {
|
|
9528
10023
|
this.controller.onFacade.onFocus(event);
|
|
9529
10024
|
this.inputHasFocus = true;
|
|
9530
10025
|
}, onBlur: (event) => {
|
|
@@ -9551,6 +10046,7 @@ class KolInputPassword {
|
|
|
9551
10046
|
};
|
|
9552
10047
|
this.onInput = (event) => {
|
|
9553
10048
|
setState(this, '_currentLength', event.target.value.length);
|
|
10049
|
+
this.controller.updateCurrentLengthDebounced(event.target.value.length);
|
|
9554
10050
|
this.controller.onFacade.onInput(event);
|
|
9555
10051
|
};
|
|
9556
10052
|
this._accessKey = undefined;
|
|
@@ -9584,6 +10080,7 @@ class KolInputPassword {
|
|
|
9584
10080
|
this.state = {
|
|
9585
10081
|
_autoComplete: 'off',
|
|
9586
10082
|
_currentLength: 0,
|
|
10083
|
+
_currentLengthDebounced: 0,
|
|
9587
10084
|
_hasValue: false,
|
|
9588
10085
|
_hideError: false,
|
|
9589
10086
|
_id: `id-${nonce()}`,
|
|
@@ -10356,13 +10853,13 @@ class KolInputText {
|
|
|
10356
10853
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
10357
10854
|
const hasSuggestions = Array.isArray(this.state._suggestions) && this.state._suggestions.length > 0;
|
|
10358
10855
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
10359
|
-
return (hAsync(Host, { key: '
|
|
10856
|
+
return (hAsync(Host, { key: 'b17b30056c0636149b29724ac95b958684f9637e', class: {
|
|
10360
10857
|
'has-value': this.state._hasValue,
|
|
10361
10858
|
'kol-input-text': true,
|
|
10362
|
-
} }, hAsync(KolInputTag, { key: '
|
|
10859
|
+
} }, hAsync(KolInputTag, { key: '0440727702a29ba67e89d426e6401d2c6836d706', class: {
|
|
10363
10860
|
[this.state._type]: true,
|
|
10364
10861
|
'hide-label': !!this.state._hideLabel,
|
|
10365
|
-
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _disabled: this.state._disabled, _hasCounter: this.state._hasCounter, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _maxLength: this.state._maxLength, _msg: this.state._msg, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _smartButton: this.state._smartButton, _suggestions: this.state._suggestions, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: '
|
|
10862
|
+
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _currentLengthDebounced: this.state._currentLengthDebounced, _disabled: this.state._disabled, _hasCounter: this.state._hasCounter, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _maxLength: this.state._maxLength, _msg: this.state._msg, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _smartButton: this.state._smartButton, _suggestions: this.state._suggestions, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.inputRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: 'a6ea0437c1769c35e4ce410b2f14b3ad86967fdb', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey, this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey, this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: 'cca6b100296d52d0be1cef69a0eb0b7bb4743c56', slot: "input" }, hAsync("input", Object.assign({ key: '2187a5c6d8ae47524f2541153c6fd793bb888224', ref: this.catchRef, title: "", accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, autoCapitalize: "off", autoComplete: this.state._autoComplete, autoCorrect: "off", disabled: this.state._disabled, id: this.state._id, list: hasSuggestions ? `${this.state._id}-list` : undefined, maxlength: this.state._maxLength, name: this.state._name, pattern: this.state._pattern, placeholder: this.state._placeholder, readOnly: this.state._readOnly, required: this.state._required, spellcheck: this.state._spellCheck, type: this.state._type, value: this.state._value }, this.controller.onFacade, { onChange: this.onChange, onInput: this.onInput, onKeyDown: this.onKeyDown, onFocus: (event) => {
|
|
10366
10863
|
this.controller.onFacade.onFocus(event);
|
|
10367
10864
|
this.inputHasFocus = true;
|
|
10368
10865
|
}, onBlur: (event) => {
|
|
@@ -10384,6 +10881,7 @@ class KolInputText {
|
|
|
10384
10881
|
};
|
|
10385
10882
|
this.onInput = (event) => {
|
|
10386
10883
|
setState(this, '_currentLength', event.target.value.length);
|
|
10884
|
+
this.controller.updateCurrentLengthDebounced(event.target.value.length);
|
|
10387
10885
|
this.controller.onFacade.onInput(event);
|
|
10388
10886
|
};
|
|
10389
10887
|
this.onKeyDown = (event) => {
|
|
@@ -10427,6 +10925,7 @@ class KolInputText {
|
|
|
10427
10925
|
this.state = {
|
|
10428
10926
|
_autoComplete: 'off',
|
|
10429
10927
|
_currentLength: 0,
|
|
10928
|
+
_currentLengthDebounced: 0,
|
|
10430
10929
|
_hasValue: false,
|
|
10431
10930
|
_hideError: false,
|
|
10432
10931
|
_id: `id-${nonce()}`,
|
|
@@ -10630,6 +11129,7 @@ class KolInputWc {
|
|
|
10630
11129
|
this._accessKey = undefined;
|
|
10631
11130
|
this._alert = true;
|
|
10632
11131
|
this._currentLength = undefined;
|
|
11132
|
+
this._currentLengthDebounced = undefined;
|
|
10633
11133
|
this._disabled = false;
|
|
10634
11134
|
this._hasCounter = false;
|
|
10635
11135
|
this._hideError = false;
|
|
@@ -10674,7 +11174,7 @@ class KolInputWc {
|
|
|
10674
11174
|
input: true,
|
|
10675
11175
|
'icon-left': typeof ((_e = this._icons) === null || _e === void 0 ? void 0 : _e.left) === 'object',
|
|
10676
11176
|
'icon-right': typeof ((_f = this._icons) === null || _f === void 0 ? void 0 : _f.right) === 'object',
|
|
10677
|
-
} }, ((_g = this._icons) === null || _g === void 0 ? void 0 : _g.left) && (hAsync(KolIconTag, { key: 'e7f0db71fab21ae736a66dc02f0c78357e18bf91', _label: "", _icons: ((_h = this._icons) === null || _h === void 0 ? void 0 : _h.left).icon, style: this.getIconStyles((_j = this._icons) === null || _j === void 0 ? void 0 : _j.left) })), hAsync("div", { key: '9669a185c1451fc77642c5e062a4c153e70abaca', ref: this.catchInputSlot, id: this.slotName, class: "input-slot" }), typeof this._smartButton === 'object' && this._smartButton !== null && (hAsync(KolButtonWcTag, { key: 'a3d9e730f5e6b026990e697d02d8cf945af5c11c', _customClass: this._smartButton._customClass, _disabled: this._smartButton._disabled, _icons: this._smartButton._icons, _hideLabel: true, _id: this._smartButton._id, _label: this._smartButton._label, _on: this._smartButton._on, _tooltipAlign: this._smartButton._tooltipAlign, _variant: this._smartButton._variant })), ((_k = this._icons) === null || _k === void 0 ? void 0 : _k.right) && (hAsync(KolIconTag, { key: 'f6e6042d20148fb236129588c14cbca5b19dd873', _label: "", _icons: ((_l = this._icons) === null || _l === void 0 ? void 0 : _l.right).icon, style: this.getIconStyles((_m = this._icons) === null || _m === void 0 ? void 0 : _m.right) }))), useTooltopInsteadOfLabel && (hAsync(KolTooltipWcTag, { key: 'e08bdf1c1ea0f363e3f3824809ee30d75a7868cc', "aria-hidden": "true", class: "input-tooltip", _badgeText: this._accessKey || this._shortKey, _align: this._tooltipAlign, _id: this._hideLabel ? `${this._id}-label` : undefined, _label: this._label })), showMsg && hAsync(FormFieldMsgFc, { key: '4d82ed833659163c1315cd84d644f4022d2fb0ad', _alert: this._alert, _hideError: this._hideError, _msg: this._msg, _id: this._id }), Array.isArray(this._suggestions) && this._suggestions.length > 0 && (hAsync("datalist", { key: 'bf391ca45c04582bc9e1d1083a3b0777c5ef433c', id: `${this._id}-list` }, this._suggestions.map((option) => (hAsync("option", { value: option }))))), this._hasCounter && (hAsync("span", { key: '
|
|
11177
|
+
} }, ((_g = this._icons) === null || _g === void 0 ? void 0 : _g.left) && (hAsync(KolIconTag, { key: 'e7f0db71fab21ae736a66dc02f0c78357e18bf91', _label: "", _icons: ((_h = this._icons) === null || _h === void 0 ? void 0 : _h.left).icon, style: this.getIconStyles((_j = this._icons) === null || _j === void 0 ? void 0 : _j.left) })), hAsync("div", { key: '9669a185c1451fc77642c5e062a4c153e70abaca', ref: this.catchInputSlot, id: this.slotName, class: "input-slot" }), typeof this._smartButton === 'object' && this._smartButton !== null && (hAsync(KolButtonWcTag, { key: 'a3d9e730f5e6b026990e697d02d8cf945af5c11c', _customClass: this._smartButton._customClass, _disabled: this._smartButton._disabled, _icons: this._smartButton._icons, _hideLabel: true, _id: this._smartButton._id, _label: this._smartButton._label, _on: this._smartButton._on, _tooltipAlign: this._smartButton._tooltipAlign, _variant: this._smartButton._variant })), ((_k = this._icons) === null || _k === void 0 ? void 0 : _k.right) && (hAsync(KolIconTag, { key: 'f6e6042d20148fb236129588c14cbca5b19dd873', _label: "", _icons: ((_l = this._icons) === null || _l === void 0 ? void 0 : _l.right).icon, style: this.getIconStyles((_m = this._icons) === null || _m === void 0 ? void 0 : _m.right) }))), useTooltopInsteadOfLabel && (hAsync(KolTooltipWcTag, { key: 'e08bdf1c1ea0f363e3f3824809ee30d75a7868cc', "aria-hidden": "true", class: "input-tooltip", _badgeText: this._accessKey || this._shortKey, _align: this._tooltipAlign, _id: this._hideLabel ? `${this._id}-label` : undefined, _label: this._label })), showMsg && hAsync(FormFieldMsgFc, { key: '4d82ed833659163c1315cd84d644f4022d2fb0ad', _alert: this._alert, _hideError: this._hideError, _msg: this._msg, _id: this._id }), Array.isArray(this._suggestions) && this._suggestions.length > 0 && (hAsync("datalist", { key: 'bf391ca45c04582bc9e1d1083a3b0777c5ef433c', id: `${this._id}-list` }, this._suggestions.map((option) => (hAsync("option", { value: option }))))), this._hasCounter && (hAsync(Fragment, null, hAsync("span", { key: '6ca742ce2019bfa752590249a3c369418a561de4', class: "counter", "aria-hidden": "true", "data-testid": "input-counter" }, this._currentLength, this._maxLength && `/${this._maxLength}`, " ", translate('kol-characters')), hAsync("span", { key: 'b26bbe2c1389911e90c709a270a83258f979acbf', "aria-live": "polite", "aria-atomic": "true", class: "visually-hidden", "data-testid": "input-counter-aria" }, this._currentLengthDebounced, this._maxLength && ` ${translate('kol-of')} ${this._maxLength}`, " ", translate('kol-characters'))))));
|
|
10678
11178
|
}
|
|
10679
11179
|
getModifierClassNameByMsgType(showMsg) {
|
|
10680
11180
|
var _a, _b;
|
|
@@ -10696,6 +11196,7 @@ class KolInputWc {
|
|
|
10696
11196
|
"_accessKey": [1, "_access-key"],
|
|
10697
11197
|
"_alert": [4],
|
|
10698
11198
|
"_currentLength": [2, "_current-length"],
|
|
11199
|
+
"_currentLengthDebounced": [2, "_current-length-debounced"],
|
|
10699
11200
|
"_disabled": [4],
|
|
10700
11201
|
"_hasCounter": [4, "_has-counter"],
|
|
10701
11202
|
"_hideError": [4, "_hide-error"],
|
|
@@ -10754,7 +11255,7 @@ class KolKolibri {
|
|
|
10754
11255
|
}
|
|
10755
11256
|
render() {
|
|
10756
11257
|
const fillColor = `rgb(${this.state._color.red},${this.state._color.green},${this.state._color.blue})`;
|
|
10757
|
-
return (hAsync(Host, { key: '
|
|
11258
|
+
return (hAsync(Host, { key: 'f1f56e7011ff6ae4db1c8ad52a3343c9531b7cd6', class: "kol-kolibri" }, hAsync("svg", { key: '180fad6a6044a602eb0aac1cba1b3645fea614e5', role: "img", "aria-label": translate('kol-kolibri-logo'), xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 600 600", fill: fillColor }, hAsync("path", { key: 'ab5b4f2f2f818b2dede111c3cfba335c13a24bd5', d: "M353 322L213 304V434L353 322Z" }), hAsync("path", { key: '71b9f18444c07790a82c05f5aa0def051c5ea4c6', d: "M209 564V304L149 434L209 564Z" }), hAsync("path", { key: '8f4d8749d0686252c46141fd09e77149d7789f55', d: "M357 316L417 250L361 210L275 244L357 316Z" }), hAsync("path", { key: 'f23d3bc36245dadf71238f0ae7a3979950c30759', d: "M329 218L237 92L250 222L272 241L329 218Z" }), hAsync("path", { key: '4d1e985c40a089f8321445cbcb0fe5b56112cb2f', d: "M353 318L35 36L213 300L353 318Z" }), hAsync("path", { key: '23f639be684138f56f5cf193f03e6bb29a5a2b9f', d: "M391 286L565 272L421 252L391 286Z" }), this.state._labeled === true && (hAsync("text", { key: '41b52159554e1254e76024d40aa489bb3ed0a844', x: "250", y: "525", fill: fillColor }, "KoliBri")))));
|
|
10758
11259
|
}
|
|
10759
11260
|
validateColor(value) {
|
|
10760
11261
|
validateColor(this, value, {
|
|
@@ -10827,7 +11328,7 @@ class KolLink {
|
|
|
10827
11328
|
await ((_a = this.linkWcRef) === null || _a === void 0 ? void 0 : _a.kolFocus());
|
|
10828
11329
|
}
|
|
10829
11330
|
render() {
|
|
10830
|
-
return (hAsync(Host, { key: '
|
|
11331
|
+
return (hAsync(Host, { key: '140a0fe730de5d61f443eec6192789817f2bdb9c', class: "kol-link" }, hAsync(KolLinkWcTag, { key: 'b595a76bf792422f310fa75184b02df17f2cd141', ref: this.catchRef, _accessKey: this._accessKey, _ariaCurrentValue: this._ariaCurrentValue, _ariaDescription: this._ariaDescription, _disabled: this._disabled, _download: this._download, _hideLabel: this._hideLabel, _href: this._href, _icons: this._icons, _label: this._label, _on: this._on, _role: this._role, _shortKey: this._shortKey, _tabIndex: this._tabIndex, _target: this._target, _tooltipAlign: this._tooltipAlign }, hAsync("slot", { key: '6d15e069807d719d577d60f7c44d3e0beaecb81b', name: "expert", slot: "expert" }))));
|
|
10831
11332
|
}
|
|
10832
11333
|
static get delegatesFocus() { return true; }
|
|
10833
11334
|
static get style() { return {
|
|
@@ -10896,9 +11397,9 @@ class KolLinkButton {
|
|
|
10896
11397
|
await ((_a = this.linkWcRef) === null || _a === void 0 ? void 0 : _a.kolFocus());
|
|
10897
11398
|
}
|
|
10898
11399
|
render() {
|
|
10899
|
-
return (hAsync(Host, { key: '
|
|
11400
|
+
return (hAsync(Host, { key: '2060e9972d3e35203f8f2a64db28edfd5934886f', class: "kol-link-button" }, hAsync(KolLinkWcTag, { key: 'c773d23014fcd4f364e419f24f06e307d25324d4', ref: this.catchRef, class: {
|
|
10900
11401
|
button: true,
|
|
10901
|
-
}, _accessKey: this._accessKey, _ariaCurrentValue: this._ariaCurrentValue, _ariaDescription: this._ariaDescription, _customClass: this._customClass, _disabled: this._disabled, _download: this._download, _hideLabel: this._hideLabel, _href: this._href, _icons: this._icons, _label: this._label, _on: this._on, _role: "button", _shortKey: this._shortKey, _tabIndex: this._tabIndex, _target: this._target, _tooltipAlign: this._tooltipAlign, _variant: this._variant }, hAsync("slot", { key: '
|
|
11402
|
+
}, _accessKey: this._accessKey, _ariaCurrentValue: this._ariaCurrentValue, _ariaDescription: this._ariaDescription, _customClass: this._customClass, _disabled: this._disabled, _download: this._download, _hideLabel: this._hideLabel, _href: this._href, _icons: this._icons, _label: this._label, _on: this._on, _role: "button", _shortKey: this._shortKey, _tabIndex: this._tabIndex, _target: this._target, _tooltipAlign: this._tooltipAlign, _variant: this._variant }, hAsync("slot", { key: 'e2b8a2c96c15a39a737b1df04689833884ee0ee8', name: "expert", slot: "expert" }))));
|
|
10902
11403
|
}
|
|
10903
11404
|
static get delegatesFocus() { return true; }
|
|
10904
11405
|
static get style() { return {
|
|
@@ -10965,10 +11466,10 @@ class KolLinkGroup {
|
|
|
10965
11466
|
}
|
|
10966
11467
|
render() {
|
|
10967
11468
|
const ListTag = this.isUl ? 'ul' : 'ol';
|
|
10968
|
-
return (hAsync(Host, { key: '
|
|
11469
|
+
return (hAsync(Host, { key: 'f022377c671dd28a32301b5b70a6f99e5e695a95', class: "kol-link-group" }, hAsync(ListTag, { key: 'daee992a78bd6bf425c211fdde871de3a487f994', "aria-label": this.state._label, class: {
|
|
10969
11470
|
vertical: this.state._orientation === 'vertical',
|
|
10970
11471
|
horizontal: this.state._orientation === 'horizontal',
|
|
10971
|
-
} }, hAsync(ListItem, { key: '
|
|
11472
|
+
} }, hAsync(ListItem, { key: 'd1b2ef6b3af0b8d7c96f006cf0020ba82b97ae37', links: this.state._links, orientation: this.state._orientation, listStyleType: this.state._listStyleType }))));
|
|
10972
11473
|
}
|
|
10973
11474
|
validateLabel(value, _oldValue, initial = false) {
|
|
10974
11475
|
if (!initial && this.state._label) {
|
|
@@ -11119,7 +11620,7 @@ class KolLinkWc {
|
|
|
11119
11620
|
const { isExternal, tagAttrs } = this.getRenderValues();
|
|
11120
11621
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
11121
11622
|
const hasAriaDescription = Boolean((_b = (_a = this.state._ariaDescription) === null || _a === void 0 ? void 0 : _a.trim()) === null || _b === void 0 ? void 0 : _b.length);
|
|
11122
|
-
return (hAsync(Host, { key: '
|
|
11623
|
+
return (hAsync(Host, { key: '93e81c49ed733028ed9187679814d22d7d955bdc', class: "kol-link-wc" }, hAsync("a", Object.assign({ key: '9ae167f7dc634a1e09182b35bda6c4cefbd91350', ref: this.catchRef }, tagAttrs, { accessKey: this.state._accessKey, "aria-current": this.state._ariaCurrent, "aria-describedby": hasAriaDescription ? this.internalDescriptionById : undefined, "aria-disabled": this.state._disabled ? 'true' : undefined, "aria-expanded": typeof this.state._ariaExpanded === 'boolean' ? String(this.state._ariaExpanded) : undefined, "aria-owns": this.state._ariaOwns, "aria-label": this.state._hideLabel && typeof this.state._label === 'string'
|
|
11123
11624
|
? `${this.state._label}${isExternal ? ` (${translate('kol-open-link-in-tab')})` : ''}`
|
|
11124
11625
|
: undefined, class: {
|
|
11125
11626
|
disabled: this.state._disabled === true,
|
|
@@ -11127,7 +11628,7 @@ class KolLinkWc {
|
|
|
11127
11628
|
'hide-label': this.state._hideLabel === true,
|
|
11128
11629
|
[this.state._variant]: this.state._variant !== 'custom',
|
|
11129
11630
|
[this.state._customClass]: this.state._variant === 'custom' && typeof this.state._customClass === 'string' && this.state._customClass.length > 0,
|
|
11130
|
-
} }, this.state._on, { onClick: this.onClick, onKeyPress: this.onClick, role: this.state._role, tabIndex: this.state._disabled ? -1 : this.state._tabIndex }), hAsync(KolSpanWcTag, { key: '
|
|
11631
|
+
} }, this.state._on, { onClick: this.onClick, onKeyPress: this.onClick, role: this.state._role, tabIndex: this.state._disabled ? -1 : this.state._tabIndex }), hAsync(KolSpanWcTag, { key: '84ce5c2d3aed1ef85c6e3214a81e292d4f34f3d2', _badgeText: this.state._accessKey || this.state._shortKey, _icons: this.state._icons, _hideLabel: this.state._hideLabel, _label: hasExpertSlot ? '' : this.state._label || this.state._href }, hAsync("slot", { key: 'e6085382173ef3cc4e3c0ac785327036e1673a45', name: "expert", slot: "expert" })), isExternal && (hAsync(KolIconTag, { key: '7cb094c767fad5e4e9d47acbc559e2bec4104ebf', class: "external-link-icon", _label: this.state._hideLabel ? '' : translate('kol-open-link-in-tab'), _icons: 'codicon codicon-link-external', "aria-hidden": this.state._hideLabel }))), hAsync(KolTooltipWcTag, { key: '1bc8bf9b6fad3051f71cfb7e42a259f007e3fc65', "aria-hidden": "true", hidden: hasExpertSlot || !this.state._hideLabel, _badgeText: this.state._accessKey || this.state._shortKey, _align: this.state._tooltipAlign, _label: this.state._label || this.state._href }), hasAriaDescription && (hAsync("span", { key: '347cb67dd0512baeddf94d8b542809cbbb38ed12', class: "visually-hidden", id: this.internalDescriptionById }, this.state._ariaDescription))));
|
|
11131
11632
|
}
|
|
11132
11633
|
validateAccessKey(value) {
|
|
11133
11634
|
validateAccessKey(this, value);
|
|
@@ -11480,7 +11981,7 @@ class KolLogo {
|
|
|
11480
11981
|
}
|
|
11481
11982
|
render() {
|
|
11482
11983
|
var _a;
|
|
11483
|
-
return (hAsync(Host, { key: '
|
|
11984
|
+
return (hAsync(Host, { key: '701f1123b81445ce2af6d02bf219764194e1e2a7', class: "kol-logo" }, hAsync("svg", { key: '3d4797d01fc963abadb8a5d332a737a79b2ea867', "aria-label": translate('kol-logo-description', { placeholders: { orgShort: this.state._org, orgLong: getAriaLabel(this.state._org) } }), role: "img", viewBox: "0 0 225 100" }, hAsync("rect", { key: 'cfcccfc45402855a450e698bae2302c48281c286', width: "100%", height: "100%", fill: "white" }), hAsync("svg", { key: 'c2c5d6ff786f393eefa59298a6cf97e0c010bf47', x: "0", y: "4", height: "75" }, hAsync(Adler, { key: 'cd5db6b3158a8a5360491f509a5e139ca8f5e90a' })), hAsync("svg", { key: '185d01bb49ae03f4d9d6f2b2dbae5f833269faa0', x: "40.5", y: "3.5", height: "100" }, hAsync("rect", { key: 'aad04cf215f0e2049f4874bb411cc2929c761a5a', width: "5", height: "30" }), hAsync("rect", { key: '786b939ae9c7f36825c34c500dad51660a43e458', y: "30", width: "5", height: "30", fill: "red" }), hAsync("rect", { key: '61cff4501b965aa83a819a6b351af0ddfad23915', y: "60", width: "5", height: "30", fill: "#fc0" })), hAsync("svg", { key: '4018effbe3e5c0958bcaf09fea18dafb309ea7e0', x: "50", y: "0" }, hAsync("text", { key: 'b7eaeea560a0a0531caa6b0c6740686f711e2863', x: "0", y: "-0.05em", "font-family": "Verdana", style: { backgroundColor: 'white', color: 'black' } }, BUND_LOGO_TEXT_MAP.has(this.state._org) ? (hAsync("tspan", null, (_a = BUND_LOGO_TEXT_MAP.get(this.state._org)) === null || _a === void 0 ? void 0 : _a.map((text, index) => {
|
|
11484
11985
|
return (hAsync("tspan", { x: "0", dy: "1.1em", key: `kol-logo-text-${index}` }, text));
|
|
11485
11986
|
}))) : (hAsync("tspan", { fill: "red" }, hAsync("tspan", { x: "0", dy: "1.1em" }, "Der Schl\u00FCsselwert"), hAsync("tspan", { x: "0", dy: "1.1em", "font-weight": "bold" }, "'", this.state._org, "'"), hAsync("tspan", { x: "0", dy: "1.1em" }, "ist nicht definiert."), hAsync("tspan", { x: "0", dy: "1.1em" }, "oder freigegeben."))))))));
|
|
11486
11987
|
}
|
|
@@ -11542,11 +12043,11 @@ class KolModal {
|
|
|
11542
12043
|
(_b = (_a = this.refDialog) === null || _a === void 0 ? void 0 : _a.close) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
11543
12044
|
}
|
|
11544
12045
|
render() {
|
|
11545
|
-
return (hAsync("dialog", { key: '
|
|
12046
|
+
return (hAsync("dialog", { key: '894ddd0ad3ca225cc54cbbe10bc4c70b1170aaac', class: "kol-modal", ref: (el) => {
|
|
11546
12047
|
this.refDialog = el;
|
|
11547
12048
|
}, style: {
|
|
11548
12049
|
width: this.state._width,
|
|
11549
|
-
}, "aria-label": this.state._label, onClose: this.handleNativeCloseEvent.bind(this) }, hAsync("div", { key: '
|
|
12050
|
+
}, "aria-label": this.state._label, onClose: this.handleNativeCloseEvent.bind(this) }, hAsync("div", { key: 'bd71fa9c01bd98b6fc0ab783554d50e3f5d5d05b' }, hAsync("slot", { key: 'aa88fbc590eb357d4d760741515fefe01aa656b6' }))));
|
|
11550
12051
|
}
|
|
11551
12052
|
validateActiveElement(value) {
|
|
11552
12053
|
watchValidator(this, '_activeElement', (value) => typeof value === 'object' || value === null, new Set(['HTMLElement', 'null']), value, {
|
|
@@ -11724,11 +12225,11 @@ class KolNav {
|
|
|
11724
12225
|
const collapsible = this.state._collapsible === true;
|
|
11725
12226
|
const hideLabel = this.state._hideLabel === true;
|
|
11726
12227
|
const orientation = this.state._orientation;
|
|
11727
|
-
return (hAsync(Host, { key: '
|
|
12228
|
+
return (hAsync(Host, { key: '81dd8e3750c10100212e8ce872dee8f9a58ee724', class: "kol-nav" }, hAsync("div", { key: '6f0f06434304ada1033d96c12d89c957f56614de', class: {
|
|
11728
12229
|
nav: true,
|
|
11729
12230
|
[orientation]: true,
|
|
11730
12231
|
'is-compact': this.state._hideLabel,
|
|
11731
|
-
} }, hAsync("nav", { key: '
|
|
12232
|
+
} }, hAsync("nav", { key: 'e9138fd2e553796c2b4d490253df7e7d56ca0d2b', "aria-label": this.state._label, id: "nav" }, hAsync(this.linkList, { key: '99181dc0db2b9a3c94300c40586710dc1c4c7609', collapsible: collapsible, hideLabel: hideLabel, deep: 0, links: this.state._links, orientation: orientation })), hasCompactButton && (hAsync("div", { key: '3ec43da562a27defe698b29ee7970e6f2b4b0c06', class: "compact" }, hAsync(KolButtonWcTag, { key: '42b72f73da512e08ef6b002bd231a9fc5e55e6ab', class: "toggle-button", _ariaControls: "nav", _ariaExpanded: !hideLabel, _icons: hideLabel ? 'codicon codicon-chevron-right' : 'codicon codicon-chevron-left', _hideLabel: true, _label: translate(hideLabel ? 'kol-nav-maximize' : 'kol-nav-minimize'), _on: {
|
|
11732
12233
|
onClick: () => {
|
|
11733
12234
|
this.state = Object.assign(Object.assign({}, this.state), { _hideLabel: this.state._hideLabel === false });
|
|
11734
12235
|
},
|
|
@@ -14342,7 +14843,7 @@ class KolPopover {
|
|
|
14342
14843
|
});
|
|
14343
14844
|
}
|
|
14344
14845
|
render() {
|
|
14345
|
-
return (hAsync(Host, { key: '
|
|
14846
|
+
return (hAsync(Host, { key: '302be9c67fc8e124f88c5c414064c5799b6b642e', ref: this.catchHostAndTriggerElement, class: "kol-popover" }, hAsync("div", { key: '37f22c12ea19e242f18b7c624f48bf34fd1d3ee2', class: { popover: true, show: this.state._visible }, ref: this.catchPopoverElement, hidden: !this.state._show }, hAsync("div", { key: 'cf4249d4d09c113553a824395508f973b5826b9a', class: `arrow ${this.state._align}`, ref: this.catchArrowElement }), hAsync("slot", { key: '9adfa8cec79eb49976240674643e4470e4b2b37f' }))));
|
|
14346
14847
|
}
|
|
14347
14848
|
validateAlign(value) {
|
|
14348
14849
|
validateAlign(this, value);
|
|
@@ -14465,11 +14966,11 @@ class KolPopoverButton {
|
|
|
14465
14966
|
(_c = this.cleanupAutoPositioning) === null || _c === void 0 ? void 0 : _c.call(this);
|
|
14466
14967
|
}
|
|
14467
14968
|
render() {
|
|
14468
|
-
return (hAsync("div", { key: '
|
|
14969
|
+
return (hAsync("div", { key: 'c8d363ad3ece07f32124b3972e52ed0cb411f134', class: "kol-popover-button" }, hAsync(KolButtonWcTag, { key: '30ae967556a043fc93a20d03661178caed87c8f3', _accessKey: this._accessKey, "_aria-controls": "popover", _ariaControls: this._ariaControls, _ariaDescription: this._ariaDescription, _ariaExpanded: this.popoverOpen, _ariaHasPopup: 'dialog', _ariaSelected: this._ariaSelected, _customClass: this._customClass, _disabled: this._disabled, _hideLabel: this._hideLabel, _icons: this._icons, _id: this._id, _label: this._label, _name: this._name, _on: Object.assign(Object.assign({}, this._on), { onClick: (event, value) => {
|
|
14469
14970
|
var _a, _b;
|
|
14470
14971
|
this.handleButtonClick();
|
|
14471
14972
|
(_b = (_a = this._on) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, event, value);
|
|
14472
|
-
} }), _role: this._role, _shortKey: this._shortKey, _syncValueBySelector: this._syncValueBySelector, _tabIndex: this._tabIndex, _tooltipAlign: this._tooltipAlign, _type: this._type, _value: this._value, _variant: this._variant, "data-testid": "popover-button", class: clsx('kol-popover-button__button'), ref: (element) => (this.refButton = element) }, hAsync("slot", { key: '
|
|
14973
|
+
} }), _role: this._role, _shortKey: this._shortKey, _syncValueBySelector: this._syncValueBySelector, _tabIndex: this._tabIndex, _tooltipAlign: this._tooltipAlign, _type: this._type, _value: this._value, _variant: this._variant, "data-testid": "popover-button", class: clsx('kol-popover-button__button'), ref: (element) => (this.refButton = element) }, hAsync("slot", { key: '6523e6e6dc16bb2eb1b49e1006e7be63ee75af9d', name: "expert", slot: "expert" })), hAsync("div", { key: '5415b73f5e25227769a62cf48cc655855efcc14f', ref: (element) => (this.refPopover = element), "data-testid": "popover-content", popover: "auto", id: "popover", class: "kol-popover-button__popover" }, hAsync("slot", { key: '1e0d6428d87a8e1b0dd46f2bee613f8ece1f6534' }))));
|
|
14473
14974
|
}
|
|
14474
14975
|
validatePopoverAlign(value) {
|
|
14475
14976
|
validatePopoverAlign(this, value);
|
|
@@ -14560,10 +15061,10 @@ class KolProgress {
|
|
|
14560
15061
|
const isPercentage = this.state._unit === '%';
|
|
14561
15062
|
const liveProgressValue = isPercentage ? `${Math.round((this.state._liveValue / this.state._max) * 100)}%` : this.state._liveValue;
|
|
14562
15063
|
const displayValue = isPercentage ? Math.round((this.state._value / this.state._max) * 100) : this.state._value;
|
|
14563
|
-
return (hAsync(Host, { key: '
|
|
15064
|
+
return (hAsync(Host, { key: 'acccccbfd2ceb0afc154e059df308e31b4ed506e', class: "kol-progress" }, hAsync("div", { key: 'df5526c148f6da0bab6a6f9b4b5b70eeabdb821e', "aria-hidden": "true", class: {
|
|
14564
15065
|
cycle: this.state._variant === 'cycle',
|
|
14565
15066
|
bar: this.state._variant === 'bar',
|
|
14566
|
-
} }, this.state._variant === 'bar' && this.state._label && hAsync("div", { key: '
|
|
15067
|
+
} }, this.state._variant === 'bar' && this.state._label && hAsync("div", { key: 'afa3d67874533d734fa520385f85e513ede2781b', class: "label" }, this.state._label), createProgressSVG(this.state), this.state._variant === 'cycle' && (hAsync("div", { key: '166fe80b6f643881dde073ba85d0e35e797e54d3', class: "text" }, this.state._label && hAsync("div", { key: 'bf8d102124835d9a5379623ab2f4ed950871f941', class: "label" }, this.state._label), hAsync("div", { key: '8f9df4a04f460f6f2d548c4ca421da6f5c0f26c5', class: "value" }, `${displayValue} ${this.state._unit}`))), this.state._variant === 'bar' && (hAsync("div", { key: '11b9eb51798c751cedc8e316711037ff3df95740', class: "value", style: { width: `${`${(isPercentage ? 100 : this.state._max) + 1}`.length}ch` } }, displayValue)), this.state._variant === 'bar' && hAsync("div", { key: '33fbc9bd2fe885381fe3b609f595a0ae1c61b08c', class: "unit" }, this.state._unit)), hAsync("progress", { key: '106caebed2251566f5fd7fc843442234c6666be6', "aria-busy": this.state._value < this.state._max ? 'true' : 'false', class: "visually-hidden", max: this.state._max, value: this.state._value }), hAsync("span", { key: '21dae4bd2d07926b9a952b23e7a2cfa58977690f', "aria-live": "polite", "aria-relevant": "removals text", class: "visually-hidden" }, isPercentage ? `${liveProgressValue} %` : `${liveProgressValue} von ${this.state._max} ${this.state._unit}`)));
|
|
14567
15068
|
}
|
|
14568
15069
|
validateLabel(value) {
|
|
14569
15070
|
validateLabel(this, value);
|
|
@@ -14672,9 +15173,9 @@ class KolQuote {
|
|
|
14672
15173
|
}
|
|
14673
15174
|
render() {
|
|
14674
15175
|
const hasExpertSlot = showExpertSlot(this.state._quote);
|
|
14675
|
-
return (hAsync(Host, { key: '
|
|
15176
|
+
return (hAsync(Host, { key: '8f2cbdcdf70ca047200e7db9534c84e127c39a93', class: "kol-quote" }, hAsync("figure", { key: '7e1caffee8775084765a592ac547ab3efd7d04fe', class: {
|
|
14676
15177
|
[this.state._variant]: true,
|
|
14677
|
-
} }, this.state._variant === 'block' ? (hAsync("blockquote", { cite: this.state._href }, this.state._quote, hAsync("span", { "aria-hidden": !hasExpertSlot ? 'true' : undefined, hidden: !hasExpertSlot }, hAsync("slot", { name: "expert" })))) : (hAsync("q", { cite: this.state._href }, this.state._quote, hAsync("span", { "aria-hidden": !hasExpertSlot ? 'true' : undefined, hidden: !hasExpertSlot }, hAsync("slot", { name: "expert" })))), typeof this.state._label === 'string' && this.state._label.length > 0 && (hAsync("figcaption", { key: '
|
|
15178
|
+
} }, this.state._variant === 'block' ? (hAsync("blockquote", { cite: this.state._href }, this.state._quote, hAsync("span", { "aria-hidden": !hasExpertSlot ? 'true' : undefined, hidden: !hasExpertSlot }, hAsync("slot", { name: "expert" })))) : (hAsync("q", { cite: this.state._href }, this.state._quote, hAsync("span", { "aria-hidden": !hasExpertSlot ? 'true' : undefined, hidden: !hasExpertSlot }, hAsync("slot", { name: "expert" })))), typeof this.state._label === 'string' && this.state._label.length > 0 && (hAsync("figcaption", { key: '8f7a70d0dcc187573756568706074b87b3889e0e' }, hAsync("cite", { key: 'ff89fe32a45e65c130bb69fe85be49609356ae39' }, hAsync(KolLinkTag, { key: 'd228fa76b62b65771be55f062539fb867267b702', _href: this.state._href, _label: this.state._label, _target: "_blank" })))))));
|
|
14678
15179
|
}
|
|
14679
15180
|
static get watchers() { return {
|
|
14680
15181
|
"_label": ["validateLabel"],
|
|
@@ -14812,16 +15313,16 @@ class KolSelect {
|
|
|
14812
15313
|
render() {
|
|
14813
15314
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
14814
15315
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
14815
|
-
return (hAsync(Host, { key: '
|
|
15316
|
+
return (hAsync(Host, { key: '138f37117db51c51d5ce73df3bf2274357f67238', class: { 'kol-select': true, 'has-value': this.state._hasValue } }, hAsync(KolInputTag, { key: 'efe6a56a163014598d4d9239bf4e9b7747fd0601', class: {
|
|
14816
15317
|
'hide-label': !!this.state._hideLabel,
|
|
14817
15318
|
select: true,
|
|
14818
|
-
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _disabled: this.state._disabled, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _msg: this.state._msg, _required: this.state._required, _shortKey: this.state._shortKey, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.selectRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: '
|
|
15319
|
+
}, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _disabled: this.state._disabled, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _msg: this.state._msg, _required: this.state._required, _shortKey: this.state._shortKey, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.selectRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: 'e442a86559ffd63774505a04348573c3760b7cb5', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey, this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey, this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: '1fce5a88d76f88c3031f4d9386a5b67254766f3d', slot: "input" }, hAsync("form", { key: '3cf145d6cab02bc76962dd8405ac0e3cabf1d2e0', onSubmit: (event) => {
|
|
14819
15320
|
event.preventDefault();
|
|
14820
15321
|
propagateSubmitEventToForm({
|
|
14821
15322
|
form: this.host,
|
|
14822
15323
|
ref: this.selectRef,
|
|
14823
15324
|
});
|
|
14824
|
-
} }, hAsync("input", { key: '
|
|
15325
|
+
} }, hAsync("input", { key: 'eef3a716b2cd40380281baa02719048d7dbe9402', type: "submit", hidden: true }), hAsync("select", Object.assign({ key: 'ad5753d53c6168ab1233a3476b2c7bb0de38ee0b', ref: this.catchRef, title: "", accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, autoCapitalize: "off", autoCorrect: "off", disabled: this.state._disabled, id: this.state._id, multiple: this.state._multiple, name: this.state._name, required: this.state._required, size: this.state._rows }, this.controller.onFacade, { onInput: this.onInput.bind(this), onChange: this.onChange.bind(this), onFocus: (event) => {
|
|
14825
15326
|
this.controller.onFacade.onFocus(event);
|
|
14826
15327
|
this.inputHasFocus = true;
|
|
14827
15328
|
}, onBlur: (event) => {
|
|
@@ -15188,17 +15689,17 @@ class KolSingleSelect {
|
|
|
15188
15689
|
var _a;
|
|
15189
15690
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
15190
15691
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
15191
|
-
return (hAsync(Host, { key: '
|
|
15692
|
+
return (hAsync(Host, { key: '89b60987e75766d050cadae69db62384200e976c', class: "kol-single-select" }, hAsync("div", { key: '019a896dff1d3974827cdc68488b8729162405f3', class: `single-select ${this.state._disabled === true ? 'disabled' : ''} ` }, hAsync(KolInputTag, { key: '9d7f5580714ec3daa6ec038a81c1f264cdaa9daa', _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _disabled: this.state._disabled, _hideError: this.state._hideError, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _msg: this.state._msg, _required: this.state._required, _shortKey: this.state._shortKey, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, role: `presentation` }, hAsync("span", { key: 'c25d1c8d47051ad97fc1fcba6fe1be0b1a858eaf', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey || this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey || this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: 'd7360a7d6401a623f787a8fd7da29542dd7bc974', slot: "input" }, hAsync("div", { key: 'd65d3f78b8a81efc686f64aeb1fdb5af06597776', class: "single-select__group" }, hAsync("input", Object.assign({ key: '35b5fad63c352c5af867f5369cb876a9774ee48a', ref: this.catchRef, class: "single-select__input", "data-testid": "single-select-input", type: "text", "aria-autocomplete": "both", "aria-controls": "listbox", value: this._inputValue, accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, "aria-activedescendant": this._isOpen && this._focusedOptionIndex >= 0 ? `option-${this._focusedOptionIndex}` : undefined, autoCapitalize: "off", autoCorrect: "off", disabled: this.state._disabled, name: this.state._name, required: this.state._required }, this.controller.onFacade, { onInput: this.onInput.bind(this), onChange: this.onChange.bind(this), onClick: this.toggleListbox.bind(this), onFocus: (event) => {
|
|
15192
15693
|
this.controller.onFacade.onFocus(event);
|
|
15193
15694
|
this.inputHasFocus = true;
|
|
15194
15695
|
}, onBlur: (event) => {
|
|
15195
15696
|
this.controller.onFacade.onBlur(event);
|
|
15196
15697
|
this.inputHasFocus = false;
|
|
15197
|
-
}, placeholder: this.state._placeholder })), this._inputValue && !this.state._hideClearButton && (hAsync(KolIconTag, { key: '
|
|
15698
|
+
}, placeholder: this.state._placeholder })), this._inputValue && !this.state._hideClearButton && (hAsync(KolIconTag, { key: 'bff0ee8b13e797a11c694651428df7163087d297', _icons: "codicon codicon-close", _label: translate('kol-delete-selection'), onClick: () => {
|
|
15198
15699
|
var _a;
|
|
15199
15700
|
this.clearSelection();
|
|
15200
15701
|
(_a = this.refInput) === null || _a === void 0 ? void 0 : _a.focus();
|
|
15201
|
-
}, class: "single-select__delete" })), hAsync("button", { key: '
|
|
15702
|
+
}, class: "single-select__delete" })), hAsync("button", { key: '8359e48dcc62868f045e7fea5a30cc95dc570f30', tabindex: "-1", class: "single-select__button", onClick: this.toggleListbox.bind(this), disabled: this.state._disabled }, hAsync(KolIconTag, { key: 'c286fcf4cd452b5832273cc5b52f3a7079584bce', _icons: "codicon codicon-triangle-down", _label: translate('kol-dropdown') }))), this._isOpen && !(this.state._disabled === true) && (hAsync("ul", { key: '344824429252862cc791ec4c475bbe7ee43652fd', role: "listbox", class: clsx('single-select__listbox', this.blockSuggestionMouseOver && 'single-select__listbox--cursor-hidden'), style: { '--visible-options': `${(_a = this._rows) !== null && _a !== void 0 ? _a : 5}` }, onKeyDown: this.handleKeyDownDropdown.bind(this) }, Array.isArray(this._filteredOptions) && this._filteredOptions.length > 0 ? (this._filteredOptions.map((option, index) => (hAsync("li", { id: `option-${index}`, key: `-${index}`, ref: (el) => {
|
|
15202
15703
|
if (el)
|
|
15203
15704
|
this.refOptions[index] = el;
|
|
15204
15705
|
}, tabIndex: -1, role: "option", "aria-selected": this._value === option.value ? 'true' : undefined, onClick: (event) => {
|
|
@@ -15580,7 +16081,7 @@ class KolSkipNav {
|
|
|
15580
16081
|
};
|
|
15581
16082
|
}
|
|
15582
16083
|
render() {
|
|
15583
|
-
return (hAsync(Host, { key: '
|
|
16084
|
+
return (hAsync(Host, { key: '0cf5bfae60f90e65d475324e1c3b12445b0581a3', class: "kol-skip-nav" }, hAsync("nav", { key: 'e055b8aa4dfe75ab84a82d3848a69910e8681b58', "aria-label": this.state._label }, hAsync("ul", { key: 'acdbfbc60b9bbe2f265145dc3a0819d17c44b3c4' }, this.state._links.map((link, index) => {
|
|
15584
16085
|
return (hAsync("li", { key: index }, hAsync(KolLinkWcTag, Object.assign({}, link))));
|
|
15585
16086
|
})))));
|
|
15586
16087
|
}
|
|
@@ -23968,10 +24469,10 @@ class KolSpanWc {
|
|
|
23968
24469
|
render() {
|
|
23969
24470
|
var _a, _b, _c, _d, _e;
|
|
23970
24471
|
const hideExpertSlot = !showExpertSlot(this.state._label);
|
|
23971
|
-
return (hAsync(Host, { key: '
|
|
24472
|
+
return (hAsync(Host, { key: '61c2a5584c2099d943d708443fbc4b6d5dd287f2', class: {
|
|
23972
24473
|
'kol-span-wc': true,
|
|
23973
24474
|
'hide-label': !!this.state._hideLabel,
|
|
23974
|
-
} }, this.state._icons.top && (hAsync(KolIconTag, { key: '
|
|
24475
|
+
} }, this.state._icons.top && (hAsync(KolIconTag, { key: '8dddfc14a28ee32bf4831ce85d34c7da8e0f2516', class: "icon top", style: this.state._icons.top.style, _label: (_a = this.state._icons.top.label) !== null && _a !== void 0 ? _a : '', _icons: this.state._icons.top.icon })), hAsync("span", { key: 'e18f60ad9b46fa2ec694b316d9dd678637cc94ef' }, this.state._icons.left && (hAsync(KolIconTag, { key: '09eac87a482884d79f32ea4d0cb57ad2a5cb7881', class: "icon left", style: this.state._icons.left.style, _label: (_b = this.state._icons.left.label) !== null && _b !== void 0 ? _b : '', _icons: this.state._icons.left.icon })), !this.state._hideLabel && hideExpertSlot ? (this.state._allowMarkdown && typeof this.state._label === 'string' && this.state._label.length > 0 ? (hAsync("span", { class: "span-label md", innerHTML: md(this.state._label) })) : (hAsync("span", { class: "span-label" }, this.state._badgeText && this.state._label.length ? (hAsync(InternalUnderlinedBadgeText, { label: this.state._label, badgeText: this.state._badgeText })) : (((_c = this.state._label) !== null && _c !== void 0 ? _c : ''))))) : (''), hAsync("span", { key: 'c83600685031e8b75ba7d68a96e85379225802dd', "aria-hidden": hideExpertSlot ? 'true' : undefined, class: "span-label", hidden: hideExpertSlot }, hAsync("slot", { key: '8d215e01ad9fefe4903f089398a110e54b4be298', name: "expert" })), this.state._badgeText && (hAsync("span", { key: '487289fed5350d8eb14ee3b2150ed65f437a71ed', class: "badge-text-hint", "aria-hidden": "true" }, this.state._badgeText)), this.state._icons.right && (hAsync(KolIconTag, { key: 'fe647311fa6b5e6d2b52cbc76b0b9852f48b494b', class: "icon right", style: this.state._icons.right.style, _label: (_d = this.state._icons.right.label) !== null && _d !== void 0 ? _d : '', _icons: this.state._icons.right.icon }))), this.state._icons.bottom && (hAsync(KolIconTag, { key: '626d2437d28382cd014795f431458a0252f51541', class: "icon bottom", style: this.state._icons.bottom.style, _label: (_e = this.state._icons.bottom.label) !== null && _e !== void 0 ? _e : '', _icons: this.state._icons.bottom.icon }))));
|
|
23975
24476
|
}
|
|
23976
24477
|
validateBadgeText(value) {
|
|
23977
24478
|
validateBadgeText(this, value);
|
|
@@ -24049,7 +24550,7 @@ class KolSpin {
|
|
|
24049
24550
|
};
|
|
24050
24551
|
}
|
|
24051
24552
|
render() {
|
|
24052
|
-
return (hAsync(Host, { key: '
|
|
24553
|
+
return (hAsync(Host, { key: '0733583d9a2ed6b865f91f218af816881991a661', class: "kol-spin" }, this.state._show ? (hAsync("span", { "aria-busy": "true", "aria-label": translate('kol-action-running'), "aria-live": "polite", class: {
|
|
24053
24554
|
spin: true,
|
|
24054
24555
|
[this.state._variant]: true,
|
|
24055
24556
|
}, role: "alert" }, renderSpin(this.state._variant))) : (this.showToggled && hAsync("span", { "aria-label": translate('kol-action-done'), "aria-busy": "false", "aria-live": "polite", role: "alert" }))));
|
|
@@ -24134,10 +24635,10 @@ class KolSplitButton {
|
|
|
24134
24635
|
}
|
|
24135
24636
|
render() {
|
|
24136
24637
|
const i18nDropdownLabel = 'kol-split-button-dropdown-label';
|
|
24137
|
-
return (hAsync(Host, { key: '
|
|
24638
|
+
return (hAsync(Host, { key: 'cf6ac525bf85bfb0fe16d7275808b1c2466be185', class: "kol-split-button" }, hAsync("div", { key: 'e508675a55f10001239c47362c569e7ce3991dd5', class: "split-button-root" }, hAsync(KolButtonWcTag, { key: '59b44b060c2e949191e3da275e11b1e67c34159a', class: {
|
|
24138
24639
|
'main-button': true,
|
|
24139
24640
|
button: true,
|
|
24140
|
-
}, _ariaControls: this._ariaControls, _ariaExpanded: this._ariaExpanded, _ariaSelected: this._ariaSelected, _customClass: this._customClass, _disabled: this._disabled, _icons: this._icons, _hideLabel: this._hideLabel, _label: this._label, _name: this._name, _on: this.clickButtonHandler, _role: this._role, _syncValueBySelector: this._syncValueBySelector, _tabIndex: this._tabIndex, _tooltipAlign: this._tooltipAlign, _type: this._type, _value: this._value, _variant: this._variant }), hAsync("div", { key: '
|
|
24641
|
+
}, _ariaControls: this._ariaControls, _ariaExpanded: this._ariaExpanded, _ariaSelected: this._ariaSelected, _customClass: this._customClass, _disabled: this._disabled, _icons: this._icons, _hideLabel: this._hideLabel, _label: this._label, _name: this._name, _on: this.clickButtonHandler, _role: this._role, _syncValueBySelector: this._syncValueBySelector, _tabIndex: this._tabIndex, _tooltipAlign: this._tooltipAlign, _type: this._type, _value: this._value, _variant: this._variant }), hAsync("div", { key: '077e67c07b03f786f02d14e1f5d99c5aa2362721', class: "horizontal-line" }), hAsync(KolButtonWcTag, { key: '98af91aba2eb06c3d637b983386c0bc46c1259de', class: { 'secondary-button': true, [this._variant]: this._variant !== 'custom' }, _disabled: this._disabled, _hideLabel: true, _icons: "codicon codicon-triangle-down", _label: this.state._show ? translate(`${i18nDropdownLabel}-close`) : translate(`${i18nDropdownLabel}-open`), _on: this.clickToggleHandler, _variant: this._variant })), hAsync(KolPopoverWcTag, { key: '9546540b0ca474b3b8d8d6582a8eb9863d33289c', _show: this.state._show, _on: { onClose: this.handleOnClose }, _align: "bottom" }, hAsync("slot", { key: 'a92e0ad1f9f2bf6f95f013f4e2ead60d432d7285' }))));
|
|
24141
24642
|
}
|
|
24142
24643
|
async closePopup() {
|
|
24143
24644
|
this.handleOnClose();
|
|
@@ -24189,7 +24690,7 @@ class KolSymbol {
|
|
|
24189
24690
|
};
|
|
24190
24691
|
}
|
|
24191
24692
|
render() {
|
|
24192
|
-
return (hAsync(Host, { key: '
|
|
24693
|
+
return (hAsync(Host, { key: '09195f2f3abd530937a2f1fb5a879f0cb38d7657', class: "kol-symbol" }, hAsync("span", { key: '597e49d33699b0f4ea2918e685bdd3f6e2ca5dab', "aria-label": this.state._label, role: "term" }, this.state._symbol)));
|
|
24193
24694
|
}
|
|
24194
24695
|
validateLabel(value) {
|
|
24195
24696
|
validateLabel(this, value, {
|
|
@@ -24238,7 +24739,7 @@ class KolTable {
|
|
|
24238
24739
|
this._on = undefined;
|
|
24239
24740
|
}
|
|
24240
24741
|
render() {
|
|
24241
|
-
return (hAsync(KolTableStatefulTag, { key: '
|
|
24742
|
+
return (hAsync(KolTableStatefulTag, { key: 'd91c3a2f2757e4541d2b79c9d7df62371001accd', _allowMultiSort: this._allowMultiSort, _data: this._data, _dataFoot: this._dataFoot, _headers: this._headers, _label: this._label, _minWidth: this._minWidth, _pagination: this._pagination, _paginationPosition: this._paginationPosition, _selection: this._selection, _on: this._on }));
|
|
24242
24743
|
}
|
|
24243
24744
|
static get cmpMeta() { return {
|
|
24244
24745
|
"$flags$": 9,
|
|
@@ -24667,7 +25168,7 @@ class KolTableStateful {
|
|
|
24667
25168
|
horizontal: (_c = this.state._headers.horizontal) === null || _c === void 0 ? void 0 : _c.map((row) => row.map((cell) => (Object.assign(Object.assign({}, cell), { sortDirection: this.getHeaderCellSortState(cell) })))),
|
|
24668
25169
|
vertical: (_d = this.state._headers.vertical) === null || _d === void 0 ? void 0 : _d.map((column) => column.map((cell) => (Object.assign(Object.assign({}, cell), { sortDirection: this.getHeaderCellSortState(cell) })))),
|
|
24669
25170
|
};
|
|
24670
|
-
return (hAsync(Host, { key: '
|
|
25171
|
+
return (hAsync(Host, { key: 'bdf890a8b0523d9fc59fbb3088ceaf65d4b2f561', class: "kol-table-stateful" }, this.pageEndSlice > 0 && this.showPagination && paginationTop, hAsync(KolTableStatelessWcTag, { key: '3d08e2ff669bcccce000650155ad9436d11ae1a2', ref: this.catchRef, _data: displayedData, _headerCells: headerCells, _label: this.state._label, _dataFoot: this.state._dataFoot, _minWidth: this.state._minWidth, _on: {
|
|
24671
25172
|
onSort: (_, payload) => {
|
|
24672
25173
|
this.handleSort(payload);
|
|
24673
25174
|
},
|
|
@@ -24730,7 +25231,7 @@ class KolTableStateless$1 {
|
|
|
24730
25231
|
this._selection = undefined;
|
|
24731
25232
|
}
|
|
24732
25233
|
render() {
|
|
24733
|
-
return (hAsync(Host, { key: '
|
|
25234
|
+
return (hAsync(Host, { key: 'c63276bd072d52154e5c8e55a114c5b4b2d3f86b', class: "kol-table-stateless" }, hAsync(KolTableStatelessWcTag, { key: '3a65f488e2b4d9820e12a31a2fd1e16e2f6e26f6', _data: this._data, _dataFoot: this._dataFoot, _headerCells: this._headerCells, _label: this._label, _minWidth: this._minWidth, _on: this._on, _selection: this._selection })));
|
|
24734
25235
|
}
|
|
24735
25236
|
static get style() { return {
|
|
24736
25237
|
default: KolTableStatelessDefaultStyle0
|
|
@@ -25179,9 +25680,9 @@ class KolTableStateless {
|
|
|
25179
25680
|
render() {
|
|
25180
25681
|
const dataField = this.createDataField(this.state._data, this.state._headerCells);
|
|
25181
25682
|
this.checkboxRefs = [];
|
|
25182
|
-
return (hAsync(Host, { key: '
|
|
25683
|
+
return (hAsync(Host, { key: '98f4c31dc47bf1fa23c759dc5c6040dbc3107270', class: "kol-table-stateless-wc" }, hAsync("div", { key: '8c99400c58b82c1a42702451afc2b976bdf7ddff', ref: (element) => (this.tableDivElement = element), class: "table", tabindex: this.tableDivElementHasScrollbar ? '-1' : undefined }, hAsync("table", { key: '683eb2802ee3ea66f999b6706ce1379cdb087c81', style: {
|
|
25183
25684
|
minWidth: this.state._deprecatedMinWidth || this.state._minWidth,
|
|
25184
|
-
} }, hAsync("div", { key: '
|
|
25685
|
+
} }, hAsync("div", { key: 'bbc3b4f27b732714d59cf0d7645c0dbf1d3d86f4', class: "focus-element", tabindex: this.tableDivElementHasScrollbar ? '0' : undefined, "aria-describedby": "caption" }, "\u00A0"), hAsync("caption", { key: '5dc88e116068b965f6c7b3e90c42ec51d1862a61', id: "caption" }, this.state._label), Array.isArray(this.state._headerCells.horizontal) && (hAsync("thead", { key: 'e3933a52a8a441828bb7670abc4b6f5a630636d4' }, [
|
|
25185
25686
|
this.state._headerCells.horizontal.map((cols, rowIndex) => (hAsync("tr", { key: `thead-${rowIndex}` }, this.state._selection && this.renderHeadingSelectionCell(), rowIndex === 0 && this.renderHeaderTdCell(), Array.isArray(cols) &&
|
|
25186
25687
|
cols.map((cell, colIndex) => {
|
|
25187
25688
|
if (cell.asTd === true) {
|
|
@@ -25201,7 +25702,7 @@ class KolTableStateless {
|
|
|
25201
25702
|
}
|
|
25202
25703
|
})))),
|
|
25203
25704
|
this.renderSpacer('head', this.state._headerCells.horizontal),
|
|
25204
|
-
])), hAsync("tbody", { key: '
|
|
25705
|
+
])), hAsync("tbody", { key: '7462f5e7a170cdf7cec6c21eabbb34bbc48e6c87' }, dataField.map((row, rowIndex) => this.renderTableRow(row, rowIndex, true))), this.renderFoot()))));
|
|
25205
25706
|
}
|
|
25206
25707
|
get host() { return getElement(this); }
|
|
25207
25708
|
static get watchers() { return {
|
|
@@ -25439,11 +25940,11 @@ class KolTabs {
|
|
|
25439
25940
|
} }))));
|
|
25440
25941
|
}
|
|
25441
25942
|
render() {
|
|
25442
|
-
return (hAsync(Host, { key: '
|
|
25943
|
+
return (hAsync(Host, { key: '0742bb2f0a3ac2ccb77c42b5205311d68b55900d', class: "kol-tabs" }, hAsync("div", { key: '51fa48d177a1d5f460953d271eb446d65e7a32e7', ref: (el) => {
|
|
25443
25944
|
this.tabPanelsElement = el;
|
|
25444
25945
|
}, class: {
|
|
25445
25946
|
[`tabs-align-${this.state._align}`]: true,
|
|
25446
|
-
} }, this.renderButtonGroup(), hAsync("div", { key: '
|
|
25947
|
+
} }, this.renderButtonGroup(), hAsync("div", { key: '01d820886238951d95a70969023c28f8888c76d1', class: "tabs-content", ref: this.catchTabPanelHost }))));
|
|
25447
25948
|
}
|
|
25448
25949
|
validateAlign(value) {
|
|
25449
25950
|
validateAlign(this, value);
|
|
@@ -25570,8 +26071,12 @@ class TextareaController extends InputIconController {
|
|
|
25570
26071
|
this.afterSyncCharCounter = () => {
|
|
25571
26072
|
if (typeof this.component._value === 'string' && this.component._value.length > 0) {
|
|
25572
26073
|
this.component.state._currentLength = this.component._value.length;
|
|
26074
|
+
this.component.state._currentLengthDebounced = this.component._value.length;
|
|
25573
26075
|
}
|
|
25574
26076
|
};
|
|
26077
|
+
this.updateCurrentLengthDebounced = debounce((length) => {
|
|
26078
|
+
setState(this.component, '_currentLengthDebounced', length);
|
|
26079
|
+
}, 500);
|
|
25575
26080
|
this.component = component;
|
|
25576
26081
|
}
|
|
25577
26082
|
validateHasCounter(value) {
|
|
@@ -25656,7 +26161,7 @@ class KolTextarea {
|
|
|
25656
26161
|
render() {
|
|
25657
26162
|
const { ariaDescribedBy } = getRenderStates(this.state);
|
|
25658
26163
|
const hasExpertSlot = showExpertSlot(this.state._label);
|
|
25659
|
-
return (hAsync(Host, { key: '
|
|
26164
|
+
return (hAsync(Host, { key: 'ebb2f8a99cc6a61b6ae445c9b9f6dbfa5421d0b4', class: { 'kol-textarea': true, 'has-value': this.state._hasValue } }, hAsync(KolInputTag, { key: 'c16e2c38b2669a12dafb3fdff5a8397e65693c9e', class: { textarea: true, 'hide-label': !!this.state._hideLabel, 'has-counter': !!this.state._hasCounter }, _accessKey: this.state._accessKey, _alert: this.showAsAlert(), _currentLength: this.state._currentLength, _currentLengthDebounced: this.state._currentLengthDebounced, _disabled: this.state._disabled, _hideError: this.state._hideError, _hasCounter: this.state._hasCounter, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icons: this.state._icons, _id: this.state._id, _label: this.state._label, _maxLength: this.state._maxLength, _msg: this.state._msg, _readOnly: this.state._readOnly, _required: this.state._required, _shortKey: this.state._shortKey, _tooltipAlign: this._tooltipAlign, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.textareaRef) === null || _a === void 0 ? void 0 : _a.focus(); }, role: `presentation` }, hAsync("span", { key: '2f4aeb447eae55708e92814c83d6dc67b2904a1d', slot: "label" }, hasExpertSlot ? (hAsync("slot", { name: "expert" })) : typeof this.state._accessKey === 'string' || typeof this.state._shortKey === 'string' ? (hAsync(Fragment, null, hAsync(InternalUnderlinedBadgeText, { badgeText: buildBadgeTextString(this.state._accessKey || this.state._shortKey), label: this.state._label }), ' ', hAsync("span", { class: "badge-text-hint", "aria-hidden": "true" }, buildBadgeTextString(this.state._accessKey || this.state._shortKey)))) : (hAsync("span", null, this.state._label))), hAsync("div", { key: '0b81749ba92b653b2b64d27fda0eb88d89fdc06b', slot: "input" }, hAsync("textarea", Object.assign({ key: 'b7c374f2d8f8c0aae106324ff76a9aaf75b60162', ref: this.catchRef, title: "", accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-label": this.state._hideLabel && typeof this.state._label === 'string' ? this.state._label : undefined, autoCapitalize: "off", autoCorrect: "off", disabled: this.state._disabled, id: this.state._id, maxlength: this.state._maxLength, name: this.state._name, readOnly: this.state._readOnly, required: this.state._required, rows: this.state._rows, placeholder: this.state._placeholder, spellcheck: this.state._spellCheck }, this.controller.onFacade, { onInput: this.onInput, onFocus: (event) => {
|
|
25660
26165
|
this.controller.onFacade.onFocus(event);
|
|
25661
26166
|
this.inputHasFocus = true;
|
|
25662
26167
|
}, onBlur: (event) => {
|
|
@@ -25674,6 +26179,7 @@ class KolTextarea {
|
|
|
25674
26179
|
this.onInput = (event) => {
|
|
25675
26180
|
if (this.textareaRef instanceof HTMLTextAreaElement) {
|
|
25676
26181
|
setState(this, '_currentLength', this.textareaRef.value.length);
|
|
26182
|
+
this.controller.updateCurrentLengthDebounced(this.textareaRef.value.length);
|
|
25677
26183
|
if (this.state._adjustHeight) {
|
|
25678
26184
|
this._rows = increaseTextareaHeight(this.textareaRef);
|
|
25679
26185
|
}
|
|
@@ -25711,6 +26217,7 @@ class KolTextarea {
|
|
|
25711
26217
|
this.state = {
|
|
25712
26218
|
_adjustHeight: false,
|
|
25713
26219
|
_currentLength: 0,
|
|
26220
|
+
_currentLengthDebounced: 0,
|
|
25714
26221
|
_hasValue: false,
|
|
25715
26222
|
_hideError: false,
|
|
25716
26223
|
_id: `id-${nonce()}`,
|
|
@@ -25969,7 +26476,7 @@ class KolToastContainer {
|
|
|
25969
26476
|
}
|
|
25970
26477
|
}
|
|
25971
26478
|
render() {
|
|
25972
|
-
return (hAsync(Host, { key: '
|
|
26479
|
+
return (hAsync(Host, { key: 'c2ed53b5e7d198796ca5e6059781d4a76c27e715', class: "kol-toast-container" }, this.state._toastStates.length > 1 && (hAsync(KolButtonTag, { key: '80b1345a67652788d2b9948bb7c6daac855f78c7', _label: translate('kol-toast-close-all'), class: "close-all", _on: {
|
|
25973
26480
|
onClick: () => {
|
|
25974
26481
|
void this.closeAll();
|
|
25975
26482
|
},
|
|
@@ -26021,7 +26528,7 @@ class KolToolbar {
|
|
|
26021
26528
|
this._items = undefined;
|
|
26022
26529
|
}
|
|
26023
26530
|
render() {
|
|
26024
|
-
return (hAsync(Host, { key: '
|
|
26531
|
+
return (hAsync(Host, { key: '8bd34089dc8655de9101eae21466eb3969a8020d', class: "kol-toolbar" }, hAsync("div", { key: 'aaed4e6d8f8ea9fbb3dc1ef938345810910080c3', class: "toolbar", role: "toolbar", "aria-label": this.state._label }, this.state._items.map(this.renderItem))));
|
|
26025
26532
|
}
|
|
26026
26533
|
validateLabel(value) {
|
|
26027
26534
|
validateLabel(this, value);
|
|
@@ -26219,7 +26726,7 @@ class KolTooltipWc {
|
|
|
26219
26726
|
this.showOrHideTooltip();
|
|
26220
26727
|
}
|
|
26221
26728
|
render() {
|
|
26222
|
-
return (hAsync(Host, { key: '
|
|
26729
|
+
return (hAsync(Host, { key: 'd60367ed981845e374fee0c11b73fffca885b499', class: "kol-tooltip-wc" }, this.state._label !== '' && (hAsync("div", { key: '416722ecf35625dab57d1500afd6bc036a2d5f92', class: "tooltip-floating", ref: this.catchTooltipElement }, hAsync("div", { key: '44a31ec9dd9e2c1680714a8133a17932998a07ce', class: "tooltip-area tooltip-arrow", ref: this.catchArrowElement }), hAsync(KolSpanWcTag, { key: '3a6ca810afa481968ad59e912f2d7987d52df8f6', class: "tooltip-area tooltip-content", id: this.state._id, _badgeText: this._badgeText, _label: this.state._label })))));
|
|
26223
26730
|
}
|
|
26224
26731
|
validateBadgeText(value) {
|
|
26225
26732
|
validateBadgeText(this, value);
|
|
@@ -26297,7 +26804,7 @@ class KolTree {
|
|
|
26297
26804
|
this._label = undefined;
|
|
26298
26805
|
}
|
|
26299
26806
|
render() {
|
|
26300
|
-
return (hAsync(Host, { key: '
|
|
26807
|
+
return (hAsync(Host, { key: 'c4ed1423c782d5cb19c9a5165db2ba5ca71b1528', class: "kol-tree" }, hAsync(KolTreeWcTag, { key: 'd00b2ffc0c8757cb81b38c72164491603ec9d914', _label: this._label }, hAsync("slot", { key: '7a8fe91aacdeb5362126c23bdc5527c94aa5f4f8' }))));
|
|
26301
26808
|
}
|
|
26302
26809
|
static get style() { return {
|
|
26303
26810
|
default: KolTreeDefaultStyle0
|
|
@@ -26345,7 +26852,7 @@ class KolTreeItem {
|
|
|
26345
26852
|
return (_b = (await ((_a = this.element) === null || _a === void 0 ? void 0 : _a.isOpen()))) !== null && _b !== void 0 ? _b : false;
|
|
26346
26853
|
}
|
|
26347
26854
|
render() {
|
|
26348
|
-
return (hAsync(KolTreeItemWcTag, { key: '
|
|
26855
|
+
return (hAsync(KolTreeItemWcTag, { key: 'ff893e8200b5a881347b2197ac5798264113c7b9', class: "kol-tree-item", _active: this._active, _label: this._label, _open: this._open, _href: this._href, ref: (element) => (this.element = element) }, hAsync("slot", { key: '200a7bd7cd7b4f9dd141b7d455fe8154a3d89a05' })));
|
|
26349
26856
|
}
|
|
26350
26857
|
static get style() { return {
|
|
26351
26858
|
default: KolTreeItemDefaultStyle0
|
|
@@ -26388,13 +26895,13 @@ class KolTreeItemWc {
|
|
|
26388
26895
|
}
|
|
26389
26896
|
render() {
|
|
26390
26897
|
const { _href, _active, _hasChildren, _open, _label } = this.state;
|
|
26391
|
-
return (hAsync(Host, { key: '
|
|
26898
|
+
return (hAsync(Host, { key: '1843323af44293bc49f4b6d1817ec223a6aedd96', onSlotchange: this.handleSlotchange.bind(this), class: "kol-tree-item-wc" }, hAsync("li", { key: '2cf5dc604a8055687d594ca692cdd99e3df28c57', class: "tree-item", style: {
|
|
26392
26899
|
'--level': `${this.level}`,
|
|
26393
|
-
} }, hAsync(KolLinkWcTag, { key: '
|
|
26900
|
+
} }, hAsync(KolLinkWcTag, { key: '8406ef31760965e3aa784acfc814261ed09589ec', class: {
|
|
26394
26901
|
'tree-link': true,
|
|
26395
26902
|
'first-level': this.level === 0,
|
|
26396
26903
|
active: Boolean(_active),
|
|
26397
|
-
}, _href: _href, _label: "", _role: "treeitem", _tabIndex: _active ? 0 : -1, _ariaExpanded: _hasChildren ? _open : undefined, _ariaOwns: _hasChildren ? this.groupId : undefined, ref: (element) => (this.linkElement = element) }, hAsync("span", { key: '
|
|
26904
|
+
}, _href: _href, _label: "", _role: "treeitem", _tabIndex: _active ? 0 : -1, _ariaExpanded: _hasChildren ? _open : undefined, _ariaOwns: _hasChildren ? this.groupId : undefined, ref: (element) => (this.linkElement = element) }, hAsync("span", { key: '6489ca48987ea2aadacb8570168fe73295d1ed2c', class: "tree-link-inner", slot: "expert" }, _hasChildren ? (hAsync("span", { class: "toggle-button", onClick: (event) => (_open ? void this.handleCollapseClick(event) : void this.handleExpandClick(event)) }, hAsync(KolIconTag, { class: "toggle-button-icon", _icons: `codicon codicon-${_open ? 'chevron-down' : 'chevron-right'}`, _label: '' }))) : (hAsync("span", { class: "toggle-button-placeholder" })), hAsync("span", { key: '253fbef72524a838699df235cdefd6c693c25b73', class: "text" }, _label))), hAsync("ul", { key: 'fb1a01d5d77588761a8beaac5cd3c37a0cdc3c6f', hidden: !_hasChildren || !_open, role: "group", id: this.groupId }, hAsync("slot", { key: '324a7bc467cc87903185ca06e8b7984eb8c932d3' })))));
|
|
26398
26905
|
}
|
|
26399
26906
|
validateActive(value) {
|
|
26400
26907
|
validateActive(this, value || false);
|
|
@@ -26499,7 +27006,7 @@ class KolTreeWc {
|
|
|
26499
27006
|
validateLabel(this, value);
|
|
26500
27007
|
}
|
|
26501
27008
|
render() {
|
|
26502
|
-
return (hAsync(Host, { key: '
|
|
27009
|
+
return (hAsync(Host, { key: 'ead6fadb4d72531bc2e02f25a59944c186fb1b74', onSlotchange: this.handleSlotchange.bind(this), class: "kol-tree-wc" }, hAsync("nav", { key: '902fc0e6cf604b4d26fba2009fe45ddebcd8f06b', class: "tree", "aria-label": this.state._label }, hAsync("ul", { key: 'f33fa82c53c0f3b0e165a70e00508c3267a83412', class: "treeview-navigation", role: "tree", "aria-label": this.state._label }, hAsync("slot", { key: '8b1d7f476d18299b7ca8b3dfc671d496e52e25d1' })))));
|
|
26503
27010
|
}
|
|
26504
27011
|
static isTreeItem(element) {
|
|
26505
27012
|
return (element === null || element === void 0 ? void 0 : element.tagName) === KolTreeItemTag.toUpperCase();
|
|
@@ -26697,7 +27204,7 @@ class KolVersion {
|
|
|
26697
27204
|
};
|
|
26698
27205
|
}
|
|
26699
27206
|
render() {
|
|
26700
|
-
return (hAsync(Host, { key: '
|
|
27207
|
+
return (hAsync(Host, { key: 'd082e433c111125d91e503c35226f140b6025ffc', class: "kol-version" }, hAsync(KolBadgeTag, { key: '43d7c7f0c2ffdfcffbb22a3889c64ab2e44fcaf7', _color: "#bec5c9", _icons: {
|
|
26701
27208
|
left: { icon: 'codicon codicon-versions', label: translate('kol-version') },
|
|
26702
27209
|
}, _label: this.state._label })));
|
|
26703
27210
|
}
|