globuswebcomponents 1.0.2 → 1.0.3
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/cjs/gb-avatar_49.cjs.entry.js +54 -53
- package/dist/cjs/gb-avatar_49.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-megainput-field.cjs.entry.js +2 -2
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-rich-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field.cjs.entry.js +1 -1
- package/dist/cjs/gb-verification-code-field.cjs.entry.js +2 -2
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.css +36 -2
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +12 -11
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
- package/dist/collection/components/gb-megainput-field-base/gb-megainput-field.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-rich-text/gb-rich-text.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-side-bar-item/gb-side-bar-item.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field/gb-token-field.js +1 -1
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-verification-code-field/gb-verification-code-field.js +2 -2
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +3 -3
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +3 -3
- package/dist/components/gb-header.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +4 -4
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-megainput-field.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +15 -15
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-rich-text.js +14 -14
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-side-bar-item.js +1 -1
- package/dist/components/gb-sidebar.js +7 -7
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field.js +2 -2
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-verification-code-field.js +3 -3
- package/dist/components/gb-vertical-tabs.js +5 -5
- package/dist/components/gb-wysiwyg-toolbar.js +1 -1
- package/dist/components/{p-3254d1d4.js → p-18a465ff.js} +3 -3
- package/dist/components/{p-3254d1d4.js.map → p-18a465ff.js.map} +1 -1
- package/dist/components/{p-8a6370b2.js → p-26de186a.js} +3 -3
- package/dist/components/{p-8a6370b2.js.map → p-26de186a.js.map} +1 -1
- package/dist/components/{p-db3b8bbc.js → p-2c42ed61.js} +2 -2
- package/dist/components/{p-db3b8bbc.js.map → p-2c42ed61.js.map} +1 -1
- package/dist/components/{p-472f11a3.js → p-2ee8e211.js} +2 -2
- package/dist/components/{p-472f11a3.js.map → p-2ee8e211.js.map} +1 -1
- package/dist/components/{p-4ab53591.js → p-37d219de.js} +24 -23
- package/dist/components/p-37d219de.js.map +1 -0
- package/dist/components/{p-c8f12e95.js → p-47f3f4e8.js} +2 -2
- package/dist/components/{p-c8f12e95.js.map → p-47f3f4e8.js.map} +1 -1
- package/dist/components/{p-24625c69.js → p-4aa73a61.js} +2 -2
- package/dist/components/{p-24625c69.js.map → p-4aa73a61.js.map} +1 -1
- package/dist/components/{p-6aefb26b.js → p-4ad79f3c.js} +13 -13
- package/dist/components/{p-6aefb26b.js.map → p-4ad79f3c.js.map} +1 -1
- package/dist/components/{p-0c6b277d.js → p-5512321a.js} +2 -2
- package/dist/components/{p-0c6b277d.js.map → p-5512321a.js.map} +1 -1
- package/dist/components/{p-2e73f436.js → p-60a8f11a.js} +2 -2
- package/dist/components/{p-2e73f436.js.map → p-60a8f11a.js.map} +1 -1
- package/dist/components/{p-d401040a.js → p-6287f38c.js} +3 -3
- package/dist/components/{p-d401040a.js.map → p-6287f38c.js.map} +1 -1
- package/dist/components/{p-c2efc577.js → p-70b439f9.js} +2 -2
- package/dist/components/{p-c2efc577.js.map → p-70b439f9.js.map} +1 -1
- package/dist/components/{p-88e8dfdb.js → p-75424aa6.js} +3 -3
- package/dist/components/{p-88e8dfdb.js.map → p-75424aa6.js.map} +1 -1
- package/dist/components/{p-fdb2a202.js → p-7aa28b49.js} +3 -3
- package/dist/components/{p-fdb2a202.js.map → p-7aa28b49.js.map} +1 -1
- package/dist/components/{p-0c56ee53.js → p-7b578058.js} +23 -23
- package/dist/components/{p-0c56ee53.js.map → p-7b578058.js.map} +1 -1
- package/dist/components/{p-855667d7.js → p-8cafba87.js} +5 -5
- package/dist/components/{p-855667d7.js.map → p-8cafba87.js.map} +1 -1
- package/dist/components/{p-ec43535d.js → p-8efbc7c0.js} +6 -6
- package/dist/components/{p-ec43535d.js.map → p-8efbc7c0.js.map} +1 -1
- package/dist/components/{p-180a087a.js → p-962b36fc.js} +2 -2
- package/dist/components/{p-180a087a.js.map → p-962b36fc.js.map} +1 -1
- package/dist/components/{p-cbe0d594.js → p-9ae39411.js} +2 -2
- package/dist/components/{p-cbe0d594.js.map → p-9ae39411.js.map} +1 -1
- package/dist/components/{p-bdc413ec.js → p-9b42bf2c.js} +7 -7
- package/dist/components/{p-bdc413ec.js.map → p-9b42bf2c.js.map} +1 -1
- package/dist/components/{p-8a998306.js → p-a112004b.js} +2 -2
- package/dist/components/{p-8a998306.js.map → p-a112004b.js.map} +1 -1
- package/dist/components/{p-1c1003b6.js → p-b02e796f.js} +2 -2
- package/dist/components/{p-1c1003b6.js.map → p-b02e796f.js.map} +1 -1
- package/dist/components/{p-4bd1630c.js → p-bc2e5fb1.js} +3 -3
- package/dist/components/{p-4bd1630c.js.map → p-bc2e5fb1.js.map} +1 -1
- package/dist/components/{p-ad3a2c04.js → p-c5391fb7.js} +2 -2
- package/dist/components/{p-ad3a2c04.js.map → p-c5391fb7.js.map} +1 -1
- package/dist/components/{p-ac14b3b7.js → p-d0105cd4.js} +7 -7
- package/dist/components/{p-ac14b3b7.js.map → p-d0105cd4.js.map} +1 -1
- package/dist/components/{p-12879e00.js → p-e26f2275.js} +2 -2
- package/dist/components/{p-12879e00.js.map → p-e26f2275.js.map} +1 -1
- package/dist/components/{p-258cafb9.js → p-e9871283.js} +2 -2
- package/dist/components/{p-258cafb9.js.map → p-e9871283.js.map} +1 -1
- package/dist/components/{p-6557b598.js → p-ebbbdd33.js} +3 -3
- package/dist/components/{p-6557b598.js.map → p-ebbbdd33.js.map} +1 -1
- package/dist/components/{p-e7fb3e27.js → p-ff58b603.js} +3 -3
- package/dist/components/{p-e7fb3e27.js.map → p-ff58b603.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +2 -2
- package/dist/esm/gb-avatar_49.entry.js +54 -53
- package/dist/esm/gb-avatar_49.entry.js.map +1 -1
- package/dist/esm/gb-megainput-field.entry.js +2 -2
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-rich-text.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field.entry.js +1 -1
- package/dist/esm/gb-verification-code-field.entry.js +2 -2
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/p-09e944a8.entry.js +2 -0
- package/dist/globuscomponents/{p-472bb5d1.entry.js → p-5532490c.entry.js} +2 -2
- package/dist/globuscomponents/{p-472bb5d1.entry.js.map → p-5532490c.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-35a813fe.entry.js → p-6bfe698e.entry.js} +2 -2
- package/dist/globuscomponents/{p-d7e4ed6d.entry.js → p-9f284571.entry.js} +2 -2
- package/dist/globuscomponents/{p-b65519f9.entry.js → p-a6d401af.entry.js} +2 -2
- package/dist/globuscomponents/{p-f58cd21d.entry.js → p-aaa4b333.entry.js} +2 -2
- package/dist/globuscomponents/{p-a786f9fa.entry.js → p-b22b0186.entry.js} +2 -2
- package/dist/globuscomponents/{p-69239722.entry.js → p-d1a92423.entry.js} +2 -2
- package/dist/globuscomponents/{p-b5d57e93.entry.js → p-d32c11d8.entry.js} +2 -2
- package/dist/globuscomponents/p-eded0645.entry.js +2 -0
- package/package.json +1 -1
- package/dist/components/p-4ab53591.js.map +0 -1
- package/dist/globuscomponents/p-123789b1.entry.js +0 -2
- package/dist/globuscomponents/p-84d18b56.entry.js +0 -2
- /package/dist/globuscomponents/{p-84d18b56.entry.js.map → p-09e944a8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-35a813fe.entry.js.map → p-6bfe698e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d7e4ed6d.entry.js.map → p-9f284571.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b65519f9.entry.js.map → p-a6d401af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f58cd21d.entry.js.map → p-aaa4b333.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a786f9fa.entry.js.map → p-b22b0186.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-69239722.entry.js.map → p-d1a92423.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b5d57e93.entry.js.map → p-d32c11d8.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-123789b1.entry.js.map → p-eded0645.entry.js.map} +0 -0
|
@@ -21,10 +21,10 @@ const GbMegaInputField = class {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
render() {
|
|
24
|
-
return (h("div", { key: '
|
|
24
|
+
return (h("div", { key: '6b5ebc0cdf0871690a1b05cd2da5fbc6c87f91c4', class: {
|
|
25
25
|
[this.size]: true,
|
|
26
26
|
disabled: this.state === 'disabled'
|
|
27
|
-
} }, h("input", { key: '
|
|
27
|
+
} }, h("input", { key: 'f03d0c9aa8c8703a6051e031d7d25546a9b73688', class: {
|
|
28
28
|
[this.size]: true,
|
|
29
29
|
disabled: this.state === 'disabled'
|
|
30
30
|
}, type: "number", min: "0", max: "1", placeholder: "0", value: this.inputValue, onInput: (event) => this.handleInput(event) })));
|
|
@@ -12,7 +12,7 @@ const GbPaginationDotGroup = class {
|
|
|
12
12
|
this.framed = false;
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (h("div", { key: '
|
|
15
|
+
return (h("div", { key: '07ec77d53f8dd3cf495f5ba9ae75434677fd9400', class: "dot_group_div" }, h("div", { key: '53c550aa31df4fdedb450bb725e75ced8ed07dca' })));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
GbPaginationDotGroup.style = GbPaginationDotGroupStyle0;
|
|
@@ -35,7 +35,7 @@ const GbProgressCircle = class {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
render() {
|
|
38
|
-
return (h("div", { key: '
|
|
38
|
+
return (h("div", { key: '92a64a225d9e277c1cead42e28ba532be5735c33', class: "gauge" }, h("div", { key: '31f47b93724eb88c62615d084fc112f4344bc1f4', class: "arc", ref: el => (this.arcElement = el) }), h("div", { key: '24006ef0a8cc36e5d74ba93c0a733b341280a7f9', class: "mask" }), this.label && (h("div", { key: '2e42d66a2a4d14691bf6a85eb3766ea54102bf63', class: "label", ref: el => (this.labelElement = el) }, h("p", { key: 'f20646812e084b6b70db49a01e3837a5d357c8ba', class: "display-lg-semi-bold" }, `${this.progress}%`)))));
|
|
39
39
|
}
|
|
40
40
|
get el() { return getElement(this); }
|
|
41
41
|
static get watchers() { return {
|
|
@@ -20,7 +20,7 @@ const GbRichText = class {
|
|
|
20
20
|
destructive: this.destructive,
|
|
21
21
|
disabled: this.state === 'disabled'
|
|
22
22
|
};
|
|
23
|
-
return (h("div", { key: '
|
|
23
|
+
return (h("div", { key: 'e6c8642c08d2ed2c5a2533a287eedc2e8d132141', class: classes }, h("div", { key: 'bdb3a13d6f516df9abb2d6517241f9520b32c0d7', class: "input-with-label" }, h("label", { key: '091be54c2ddba2e58f842878a74a5314901db583' }, this.label), h("div", { key: '84bd0474afa3f01ffbed4ddaef174e77a2dc0a07', class: "input-container" }, h("div", { key: 'b8e24f61c541fc003ae2e53514bf6b5ceebed08d', class: "toolbar-container" }, h("gb-wysiwyg-toolbar", { key: '935286e2a038397881f559120f4f4acf8d2fe862', breakpoint: "desktop", bold: true, italic: true, h1: true, h2: true, quote: true, link: true, image: true, bulletList: true, numberList: true })), this.destructive && (h("span", { key: '6c6b4d434ae954afdc4bd7bf9d0d5bb3448107a9', class: "error-icon" }, h("svg", { key: 'ce902df811835e7938b1f0b96c8e844181479e26', xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, h("path", { key: '7640847db6ecc756ddc38d1f89a3c6c2777a7aa7', d: "M7.99483 10H8.00081M8.00016 8V5.33333M14.6668 8C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8C1.3335 4.3181 4.31826 1.33333 8.00016 1.33333C11.6821 1.33333 14.6668 4.3181 14.6668 8Z", stroke: "#B51726", "stroke-width": "1.33333", "stroke-linecap": "round", "stroke-linejoin": "round" })))), h("div", { key: '22c805cb2ea9fba08f5b4e641a8a7e40b8047cfc', class: "text-container" }, h("textarea", { key: 'daf663b158090a3049d112b3a09b1d3d705811ec' }, this.showPlaceholder && (h("div", { key: '16f1909688bde8917df4eab9bfd77fab3c9d4bd0' }, this.placeholder)))))), this.showHintText && (h("div", { key: 'c37283a8e34852d685fda114f49f53c3e669f552', class: "hint-text" }, this.hintText))));
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
26
|
GbRichText.style = GbRichTextStyle0;
|
|
@@ -9,7 +9,7 @@ const GbScrollbar = class {
|
|
|
9
9
|
this.length = '25%';
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: '07e8ec2ff2a1f7c53cec5b4cff5a1fbe0faa99f6', class: "scrollbar-container" }, h("div", { key: '5483410a8af9456cd6f719d5c113b83b6c9abd08', class: "scrollbar", style: { height: this.length } }, h("slot", { key: 'de07fc69eb4803455e3b0b02035c078b66f42a73' }))));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
GbScrollbar.style = GbScrollbarStyle0;
|
|
@@ -39,7 +39,7 @@ const GbToggle = class {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (h("div", { key: '
|
|
42
|
+
return (h("div", { key: '4680231e8be8ce04a7370335987a990343a3b070', class: `toggle_div ${this.size}` }, h("div", { key: '42d078c3486135f0b1dc9267fabcf47a7b905724', class: "toggle_base" }, h("gb-toggle-base", { key: '27f4f9a4d1e2d9115574a2e4d3a1bb2ed7721b48', size: this.size, state: this.state, pressed: this.pressed })), this.text && (h("div", { key: '24cd4a5953914f713f95e3639a86e2715123dd03', class: "text" }, h("slot", { key: 'f183462d89ce46353c1f37e4ddc2f9aff43b17b2', name: "main_text" }), this.supportingText && (h("slot", { key: '7c2a9aa26c61ab8822c73c6035e424637349d847', name: "supporting_text" }))))));
|
|
43
43
|
}
|
|
44
44
|
get el() { return getElement(this); }
|
|
45
45
|
};
|
|
@@ -14,7 +14,7 @@ const GbTokenField = class {
|
|
|
14
14
|
this.supportingText = '';
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h("div", { key: '
|
|
17
|
+
return (h("div", { key: '4d118a5b1bee57a706a4bf73e550588941ebdbbf', class: this.size }, h("div", { key: '3303233df6addbbde11713a7c9c63a0f25338361', class: "input-with-label" }, this.showLabel && (h("label", { key: 'd9552b27dc4570ab5e07e5751a24c450041c09ad' }, this.label)), this.digits === 4 && (h("div", { key: 'cd950936ff4254baf9c65dd49ff8ebe0ec66d5b1', class: "input-wrapper" }, h("gb-megainput-field", { key: '2ae2ca3f677f3075b5994e4c7172f156754035fc', size: this.size }), h("gb-megainput-field", { key: '745201255b5f3f657241a0109e6aa6e0e604e633', size: this.size }), h("gb-megainput-field", { key: '4ee5dfdb38ffc3d95d0a114e23b247a9fe43d159', size: this.size }), h("gb-megainput-field", { key: '50dd6854f4e5467c1a06cc0f66711369083c7663', size: this.size }))), this.digits === 6 && (h("div", { key: '687d155a1ddaf5cec3486a8c4d9cd4e4c641b177', class: "input-wrapper" }, h("div", { key: '90e0c9e547af07a0cdfaff3f72639d61fb9f3adf', class: "first=section" }, h("gb-megainput-field", { key: '594eaf7beab206d63a06e0a71f040464e5de86f1', size: this.size }), h("gb-megainput-field", { key: '272b135500bace1ee3090a0fd04677768c22a46d', size: this.size }), h("gb-megainput-field", { key: 'fd7158f315c0bb3e6111a096cfc1af69ac0bcdd7', size: this.size })), h("div", { key: '8a3f60a0623550775f71c8e471a2d71fc570981b', class: "second=section" }, h("gb-megainput-field", { key: '2baabe369ee992c688b0ce81d18d189e09c5200a', size: this.size }), h("gb-megainput-field", { key: 'fdb9d212c1b86ee3094eb0617b04dacadfda604c', size: this.size }), h("gb-megainput-field", { key: 'bb42f658f1076b72145d3e70cab47742dfc2a7c6', size: this.size })))), this.digits === 8 && (h("div", { key: '1d4e71a2e6e9002cd650860a60a4eab14c5e75a8', class: "input-wrapper" }, h("div", { key: 'f09edf9dbd3d217a333ff140b5475377dfab7683', class: "first=section" }, h("gb-megainput-field", { key: 'ce9f6e7e7add6ce0439ce8524c119319521e6b5e', size: this.size }), h("gb-megainput-field", { key: '3f69b53fe602294f218a31d050c237938baecaf4', size: this.size }), h("gb-megainput-field", { key: 'bc496bed28f844210722d405b01f251465189bd4', size: this.size }), h("gb-megainput-field", { key: '9cf0b142d7437aa00b4a203de9fb331e5b574217', size: this.size })), h("div", { key: 'bac95263e070b4697b733e2075cfe1f9b9d0b503', class: "second=section" }, h("gb-megainput-field", { key: 'a324edc4e2a4850718d17ed54a2580d211c812ce', size: this.size }), h("gb-megainput-field", { key: '83c8327cbb59c1e546bc81a5524733a10353ac95', size: this.size }), h("gb-megainput-field", { key: '7c65c35d52bf41bd9206385f18044867360b6b5f', size: this.size }), h("gb-megainput-field", { key: '22b5efc1f580653245f56950f2bca0e8f4ca9d37', size: this.size }))))), h("p", { key: '6706196e964f996e98aeea4227686845a31a118b' }, this.supportingText)));
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
GbTokenField.style = GbTokenFieldStyle0;
|
|
@@ -14,11 +14,11 @@ const GbVerificationCodeField = class {
|
|
|
14
14
|
this.hintText = '';
|
|
15
15
|
}
|
|
16
16
|
render() {
|
|
17
|
-
return (h("div", { key: '
|
|
17
|
+
return (h("div", { key: 'a05ec9b8e5b0fc17453829ab3c1a9f1b068b6134', class: {
|
|
18
18
|
container: true,
|
|
19
19
|
[this.size]: true,
|
|
20
20
|
[this.digits]: true,
|
|
21
|
-
} }, h("div", { key: '
|
|
21
|
+
} }, h("div", { key: 'e045687750b5117339f0e145912b9e59d6575fc5', class: "input-with-label" }, this.showLabel && (h("label", { key: '4ac106c1aeaeea97e6237855d6455b1a02c3dbc5', class: "text-sm-medium", style: { color: 'var(--color-text, #4B5565)' } }, this.label)), this.digits === 4 && (h("div", { key: '8f98d0d0123ffe71ba587819aa1582469eabd479', class: "input-wrapper" }, h("gb-megainput-field", { key: '9593cbf554fe42f1a609707864640697678e67a8', size: this.size }), h("gb-megainput-field", { key: '910770cc61eb5cf81af9818ebeab0dd5e4b60765', size: this.size }), h("gb-megainput-field", { key: 'da1b97293a2a9792b9b955454374a98eb7d687de', size: this.size }), h("gb-megainput-field", { key: '084defc3f3d4eab7e711ee68e51a5499bf1fec7b', size: this.size }))), this.digits === 6 && (h("div", { key: '77bc16e181b3289d46333e793f86db04954283cd', class: "input-wrapper" }, h("gb-megainput-field", { key: '9b4f1a26a52967dde7940b8b37977c1bb1b81a99', size: this.size }), h("gb-megainput-field", { key: '908d2b0e303d61465f85e03445e58ff82918e207', size: this.size }), h("gb-megainput-field", { key: 'a49c24304405a04b6ecf6d4a8ff6956ac932deae', size: this.size }), h("p", { key: '4cde42b48d2fbc0f7ea9fab3501170ed26c40c29', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: 'e9ae586acfd3e1d24aa11aa414d8bdce81f93d21', size: this.size }), h("gb-megainput-field", { key: '8af38564a0e732f0f234f1096f01f18a89ff61b3', size: this.size }), h("gb-megainput-field", { key: '87537c69ade596f6affb9ebf5806287c85cc3b2a', size: this.size }))), this.digits === 8 && (h("div", { key: '6c23f67f0f1c5313fdedfe9b832f86bd0f90e42a', class: "input-wrapper" }, h("gb-megainput-field", { key: 'eaf9c4755dae9fb9492028a8ac373b442a344b2e', size: this.size }), h("gb-megainput-field", { key: '4dc1c1d8b22f33c2b23da264ab4ff234cc726f15', size: this.size }), h("gb-megainput-field", { key: '6879402806d970bc08d7540c867514d98093f9ad', size: this.size }), h("gb-megainput-field", { key: '91148d0e4590775c4167b7152828998e751f8b2e', size: this.size }), h("p", { key: '3ccb209b2b95861ce1ebea6c1de81d99011ee8c3', class: "line display-sm-bold" }, "-"), h("gb-megainput-field", { key: '610a7dcdbba625cee9f6465eb924b49cb3f72f5c', size: this.size }), h("gb-megainput-field", { key: 'e0cf8d3d6540bee90b26baf3816e40e8855bcb33', size: this.size }), h("gb-megainput-field", { key: '578b2ffa21822bc9f518a37bb699c389806d5288', size: this.size }), h("gb-megainput-field", { key: '8ffd762dc08c4983127acf16f54bb756888a4ab2', size: this.size })))), this.showHintText && (h("div", { key: '6d7646100440350a4f4e7ba74a2332dcf1700bb9', class: "text-sm-regular", style: { color: 'var(--color-text-subtle, #697586)' } }, this.hintText))));
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
GbVerificationCodeField.style = GbVerificationCodeFieldStyle0;
|
|
@@ -80,7 +80,7 @@ const TestInputTag = class {
|
|
|
80
80
|
this.exportValue.emit(this.selectedStaff);
|
|
81
81
|
}
|
|
82
82
|
render() {
|
|
83
|
-
return (h("div", { key: '
|
|
83
|
+
return (h("div", { key: 'f7a65bb33cdb631aac071a91f003c6fc627cabf0', class: "input_group", ref: el => (this.inputGroupElement = el) }, h("label", { key: 'ce5fff49d02a26bce59ca2ef328d6dbbf8b7c96d', htmlFor: this.idOfInput }, this.labelText), h("div", { key: '88414f0d44de2fdda683ad4f82bdc60403f4a949', class: "input_like_parent", onClick: () => (this.dropdownOpen = !this.dropdownOpen) }, h("input", { key: 'a1eb0d5a27810e9654b256f12368dc54265f96b3', id: this.idOfInput, class: "input_like", type: "text", placeholder: this.placeholderText, value: this.inputValue, readOnly: this.isReadOnly, ref: el => (this.inputElement = el), onBlur: () => this.exportSelectedStaff() }), h("div", { key: '954cc7f2cf467dc8f9821e718eb58e7d4ef0f6e2', class: `results_display ${this.selectedStaff.length >= 1 ? 'show_results' : ''}`, ref: el => (this.resultsDisplayElement = el) }, this.selectedStaff.map((staff, index) => (
|
|
84
84
|
// <span>
|
|
85
85
|
// {staff.fullname}
|
|
86
86
|
// <img
|
|
@@ -89,7 +89,7 @@ const TestInputTag = class {
|
|
|
89
89
|
// onClick={() => this.removeStaff(index)}
|
|
90
90
|
// />
|
|
91
91
|
// </span>
|
|
92
|
-
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: '
|
|
92
|
+
h("gb-tag", { size: "sm", action: "X_close", icon: "avatar", onClick: () => this.removeStaff(index) }, h("h1", { slot: "initials" }, staff.fullname.split(' ').map(part => part.charAt(0).toUpperCase())), h("p", null, staff.fullname.split(' ')[0])))))), this.show && (h("div", { key: 'ebf9e70df251b3c5b607671e3755d9b2584f3082', class: `dropdown_menu ${this.show ? 'show' : ''}` }, this.staffInfo.map(staff => (
|
|
93
93
|
// <li class="aList" onClick={() => this.selectStaff(staff)}>
|
|
94
94
|
// <div>{staff.fullname}</div>
|
|
95
95
|
// <div>{staff.email}</div>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-bf92be61.js";export{s as setNonce}from"./p-bf92be61.js";import{g as o}from"./p-e1255160.js";var a=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};a().then((async e=>{await o();return t(JSON.parse('[["p-472bb5d1",[[0,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[1026,"current-page"],"totalPages":[1026,"total-pages"],"entries":[1040],"selectedPageSize":[32],"defaultSelected":[32]}],[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[1026,"active-index"],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"color":[1],"showBorder":[4,"show-border"]}],[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"progress":[2],"fileType":[16],"files":[32],"fileStates":[32],"isDragging":[32]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-vertical-tabs",{"size":[1],"type":[1],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}],[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"showBorder":[4,"show-border"],"onNavBarItemClicked":[64]}],[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-notification-pane",{"state":[1],"notifications":[1040],"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftControl":[2,"left-control"],"rightControl":[2,"right-control"],"label":[1],"unit":[1],"unitPosition":[1,"unit-position"],"leftValue":[32],"rightValue":[32]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"],"progress":[2],"size":[2],"fileSize":[2,"file-size"],"fileName":[1,"file-name"]}],[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1],"showBorder":[4,"show-border"]}],[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[1,"gb-slider-control-handle",{"value":[1],"type":[1],"isHovered":[32],"isFocused":[32]}],[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}],[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-pagination-button-group-base",{"icon":[1],"state":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[1,"gb-pagination-number-base",{"shape":[1],"state":[1]}],[1,"gb-toast-button",{"state":[1],"color":[1]}],[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1],"destructive":[4],"leadingIconSvg":[32]}],[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"]}],[1,"gb-file-type-icon",{"fileStyle":[1,"file-style"],"fileType":[1,"file-type"]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"icon":[1],"items":[1040],"value":[1040],"supportingText":[4,"supporting-text"],"color":[1],"showBorder":[4,"show-border"],"menuPosition":[1,"menu-position"],"showSearchInput":[4,"show-search-input"],"inputValue":[1,"input-value"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"unselectedItems":[32],"selectedItem":[32],"searchItem":[32],"searchResults":[32]},[[4,"click","handleClickOutside"]]],[1,"gb-button-close",{"size":[1],"color":[1]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[1028],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"showCountryIcon":[4,"show-country-icon"],"iconSwap":[1,"icon-swap"],"showCloseButton":[1028,"show-close-button"],"options":[1040],"idOfInput":[513,"id-of-input"],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"results":[1040],"menuPosition":[1,"menu-position"],"icon":[1],"value":[8],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32],"showDropdown":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"paddingLeft":[32],"paddingTop":[32],"dropdownOpen":[32],"show":[32],"showSpinner":[32]},[[4,"click","handleClickOutside"]],{"options":["optionsChanged"]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[1,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1],"color":[1],"handleClick":[64]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"weight":[1],"assignedColorClass":[32]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-b5d57e93",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-d7e4ed6d",[[0,"test-input-tag",{"idOfInput":[513,"id-of-input"],"type":[513],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"placeholderText":[513,"placeholder-text"],"show":[32],"showSpinner":[32],"staffInfo":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"inputValue":[32],"dropdownOpen":[32]}]]],["p-524c0404",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-c639bff3",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-f4d25885",[[1,"gb-export-dropdown",{"state":[1],"showFirstSubDropdown":[32],"showSecondSubDropdown":[32]}]]],["p-c5fea72e",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"onHelpItemClicked":[64]}]]],["p-84d18b56",[[1,"gb-toggle",{"size":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"],"pressed":[4]}]]],["p-35a813fe",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-f58cd21d",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-b65519f9",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-818a14e9",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-123789b1",[[1,"gb-pagination-dot-group",{"size":[1],"type":[1],"color":[1],"framed":[4]}]]],["p-a786f9fa",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]},null,{"progress":["handleProgressChange"]}]]],["p-69239722",[[1,"gb-scrollbar",{"length":[1]}]]],["p-150150b7",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-e47aff3e",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-6bb17e3e",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-2616b4f7",[[1,"gb-export-sub-dropdown-item",{"icon":[1],"state":[1],"leadingIconSvg":[32]}]]],["p-5c8e2c78",[[1,"gb-export-sub-dropdown"],[1,"gb-export-dropdown-item",{"icon":[4],"state":[1],"type":[1]}]]],["p-abfc2e2a",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]]]'),e)}));
|
|
1
|
+
import{p as e,b as t}from"./p-bf92be61.js";export{s as setNonce}from"./p-bf92be61.js";import{g as o}from"./p-e1255160.js";var a=()=>{const t=import.meta.url;const o={};if(t!==""){o.resourcesUrl=new URL(".",t).href}return e(o)};a().then((async e=>{await o();return t(JSON.parse('[["p-5532490c",[[0,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1],"currentPage":[1026,"current-page"],"totalPages":[1026,"total-pages"],"entries":[1040],"selectedPageSize":[32],"defaultSelected":[32]}],[1,"gb-sidebar",{"state":[1025],"category":[1],"showSecondCategory":[4,"show-second-category"],"applicationName":[1,"application-name"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"iconInstance":[1,"icon-instance"],"label":[1],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"activeIndex":[1026,"active-index"],"leadingIconSvg":[32],"sideBarItemClicked":[64]}],[1,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showDarkTheme":[4,"show-dark-theme"],"showLogOut":[4,"show-log-out"],"listGroupOne":[4,"list-group-one"],"listGroupTwo":[4,"list-group-two"],"listGroupThree":[4,"list-group-three"],"color":[1],"showBorder":[4,"show-border"]}],[1,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"progress":[2],"fileType":[16],"files":[32],"fileStates":[32],"isDragging":[32]}],[1,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-vertical-tabs",{"size":[1],"type":[1],"firstTabName":[1,"first-tab-name"],"secondTabName":[1,"second-tab-name"],"thirdTabName":[1,"third-tab-name"],"fourthTabName":[1,"fourth-tab-name"],"fifthTabName":[1,"fifth-tab-name"],"sixthTabName":[1,"sixth-tab-name"],"seventhTabName":[1,"seventh-tab-name"],"eighthTabName":[1,"eighth-tab-name"],"ninthTabName":[1,"ninth-tab-name"],"tenthTabName":[1,"tenth-tab-name"],"eleventhTabName":[1,"eleventh-tab-name"],"twelfthTabName":[1,"twelfth-tab-name"],"thirteenthTabName":[1,"thirteenth-tab-name"],"fourteenthTabName":[1,"fourteenth-tab-name"],"fifteenthTabName":[1,"fifteenth-tab-name"],"sixteenthTabName":[1,"sixteenth-tab-name"],"seventeenthTabName":[1,"seventeenth-tab-name"],"eighteenthTabName":[1,"eighteenth-tab-name"],"nineteenthTabName":[1,"nineteenth-tab-name"],"twentiethTabName":[1,"twentieth-tab-name"],"activeIndex":[1026,"active-index"]}],[1,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}],[1,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"showBorder":[4,"show-border"],"onNavBarItemClicked":[64]}],[1,"gb-toast",{"color":[1],"size":[1],"breakpoint":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-notification-pane",{"state":[1],"notifications":[1040],"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftControl":[2,"left-control"],"rightControl":[2,"right-control"],"label":[1],"unit":[1],"unitPosition":[1,"unit-position"],"leftValue":[32],"rightValue":[32]}],[0,"gb-carousel-arrow",{"size":[1],"chevron":[1]}],[0,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}],[1,"gb-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"category":[1],"showArrow":[4,"show-arrow"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32],"textState":[32]}],[1,"gb-file-upload-item-base",{"icon":[1],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"buttonState":[1,"button-state"],"progress":[2],"size":[2],"fileSize":[2,"file-size"],"fileName":[1,"file-name"]}],[1,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1],"showBorder":[4,"show-border"]}],[1,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}],[1,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"collapseSidebar":[64],"expandSidebar":[64]}],[1,"gb-slider-control-handle",{"value":[1],"type":[1],"isHovered":[32],"isFocused":[32]}],[1,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1]}],[1,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[1,"gb-pagination-button-group-base",{"icon":[1],"state":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[1,"gb-pagination-number-base",{"shape":[1],"state":[1]}],[1,"gb-toast-button",{"state":[1],"color":[1]}],[1,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[1,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"]}],[1,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1],"destructive":[4],"leadingIconSvg":[32]}],[1,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"]}],[1,"gb-file-type-icon",{"fileStyle":[1,"file-style"],"fileType":[1,"file-type"]}],[1,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"icon":[1],"items":[1040],"value":[1040],"supportingText":[4,"supporting-text"],"color":[1],"showBorder":[4,"show-border"],"menuPosition":[1,"menu-position"],"showSearchInput":[4,"show-search-input"],"inputValue":[1,"input-value"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItems":[32],"unselectedItems":[32],"selectedItem":[32],"searchItem":[32],"searchResults":[32]},[[4,"click","handleClickOutside"]]],[1,"gb-button-close",{"size":[1],"color":[1]}],[1,"gb-input-field",{"size":[1],"type":[1],"destructive":[1028],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"showCountryIcon":[4,"show-country-icon"],"iconSwap":[1,"icon-swap"],"showCloseButton":[1028,"show-close-button"],"options":[1040],"idOfInput":[513,"id-of-input"],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"results":[1040],"menuPosition":[1,"menu-position"],"icon":[1],"value":[8],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32],"showDropdown":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"paddingLeft":[32],"paddingTop":[32],"dropdownOpen":[32],"show":[32],"showSpinner":[32]},[[4,"click","handleClickOutside"]],{"options":["optionsChanged"]}],[1,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[1,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[1,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[1,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[1,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1],"color":[1],"handleClick":[64]}],[1,"gb-badge-close",{"color":[1],"type":[1]}],[4,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[1,"gb-tag-close",{"size":[1]}],[1,"gb-tag-count",{"size":[1]}],[1,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[1,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"leadingIconSvg":[32],"trailingIconSvg":[32]}],[1,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[1,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"]}],[1,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"weight":[1],"assignedColorClass":[32]}],[1,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[1,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"]}]]],["p-d32c11d8",[[1,"gb-rich-text",{"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"label":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-9f284571",[[0,"test-input-tag",{"idOfInput":[513,"id-of-input"],"type":[513],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"placeholderText":[513,"placeholder-text"],"show":[32],"showSpinner":[32],"staffInfo":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"inputValue":[32],"dropdownOpen":[32]}]]],["p-524c0404",[[1,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-c639bff3",[[1,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}]]],["p-f4d25885",[[1,"gb-export-dropdown",{"state":[1],"showFirstSubDropdown":[32],"showSecondSubDropdown":[32]}]]],["p-c5fea72e",[[1,"gb-help-dropdown",{"showLogError":[4,"show-log-error"],"onHelpItemClicked":[64]}]]],["p-09e944a8",[[1,"gb-toggle",{"size":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"],"pressed":[4]}]]],["p-6bfe698e",[[1,"gb-megainput-field",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-aaa4b333",[[1,"gb-token-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-a6d401af",[[1,"gb-verification-code-field",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-818a14e9",[[1,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-eded0645",[[1,"gb-pagination-dot-group",{"size":[1],"type":[1],"color":[1],"framed":[4]}]]],["p-b22b0186",[[1,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]},null,{"progress":["handleProgressChange"]}]]],["p-d1a92423",[[1,"gb-scrollbar",{"length":[1]}]]],["p-150150b7",[[1,"gb-textarea-input-field",{"type":[1],"destructive":[4],"state":[1],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-e47aff3e",[[1,"gb-wysiwyg-toolbar",{"breakpoint":[1],"fontSelector":[4,"font-selector"],"bold":[4],"italic":[4],"h1":[4,"h-1"],"h2":[4,"h-2"],"quote":[4],"link":[4],"image":[4],"bulletList":[4,"bullet-list"],"numberList":[4,"number-list"]}]]],["p-6bb17e3e",[[1,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028]}]]],["p-2616b4f7",[[1,"gb-export-sub-dropdown-item",{"icon":[1],"state":[1],"leadingIconSvg":[32]}]]],["p-5c8e2c78",[[1,"gb-export-sub-dropdown"],[1,"gb-export-dropdown-item",{"icon":[4],"state":[1],"type":[1]}]]],["p-abfc2e2a",[[1,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]]]'),e)}));
|
|
2
2
|
//# sourceMappingURL=globuscomponents.esm.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,h as e,g as s}from"./p-bf92be61.js";const i=".toggle_div{display:flex;justify-content:space-between;width:fit-content}.toggle_div.sm{gap:var(--spacing-2)}.toggle_div.md{gap:var(--spacing-3)}.text{display:flex;flex-direction:column;gap:var(--spacing-2)}.div_centered{justify-content:center;padding-bottom:0.2rem}::slotted(p){color:var(--color-text, #4B5565)}";const a=i;const d=class{constructor(e){t(this,e);this.size=undefined;this.state=undefined;this.text=false;this.supportingText=false;this.pressed=false}getMainTextClass(){switch(this.size){case"sm":return`text-sm-medium`;case"md":return`text-md-medium`}}getSupportingTextClass(){switch(this.size){case"sm":return"text-sm-regular";case"md":return"text-md-regular"}}componentDidLoad(){const t=this.el.querySelector('[slot="main_text"]');const e=this.el.querySelector('[slot="supporting_text"]');const s=this.el.querySelector(".text");if(t){t.classList.add(this.getMainTextClass())}if(e){e.classList.add(this.getSupportingTextClass())}if(!this.supportingText){s.classList.add("div_centered")}}render(){return e("div",{key:"4680231e8be8ce04a7370335987a990343a3b070",class:`toggle_div ${this.size}`},e("div",{key:"42d078c3486135f0b1dc9267fabcf47a7b905724",class:"toggle_base"},e("gb-toggle-base",{key:"27f4f9a4d1e2d9115574a2e4d3a1bb2ed7721b48",size:this.size,state:this.state,pressed:this.pressed})),this.text&&e("div",{key:"24cd4a5953914f713f95e3639a86e2715123dd03",class:"text"},e("slot",{key:"f183462d89ce46353c1f37e4ddc2f9aff43b17b2",name:"main_text"}),this.supportingText&&e("slot",{key:"7c2a9aa26c61ab8822c73c6035e424637349d847",name:"supporting_text"})))}get el(){return s(this)}};d.style=a;export{d as gb_toggle};
|
|
2
|
+
//# sourceMappingURL=p-09e944a8.entry.js.map
|