@prolibu-suite/cobalt-core 0.9.4 → 0.9.6
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/custom-elements.json +20 -20
- package/dist/cjs/co-avatar_2.cjs.entry.js +1 -1
- package/dist/cjs/co-file-field.cjs.entry.js +1 -1
- package/dist/cjs/co-ref-field.cjs.entry.js +13 -1
- package/dist/cobalt/cobalt.esm.js +1 -1
- package/dist/cobalt/{p-8b4b3589.entry.js → p-7532c739.entry.js} +1 -1
- package/dist/cobalt/p-76420ac1.entry.js +1 -0
- package/dist/cobalt/{p-0caa059c.entry.js → p-e84eda2e.entry.js} +1 -1
- package/dist/collection/components/co-autocomplete/co-autocomplete.js +1 -1
- package/dist/collection/components/co-avatar-group/co-avatar-group.js +1 -1
- package/dist/collection/components/co-checkbox-group/co-checkbox-group.js +1 -1
- package/dist/collection/components/co-combobox/co-combobox.js +1 -1
- package/dist/collection/components/co-command-search/co-command-search.js +1 -1
- package/dist/collection/components/co-data-table/co-data-table.js +1 -1
- package/dist/collection/components/co-date-range-picker/co-date-range-picker.js +2 -2
- package/dist/collection/components/co-file-field/co-file-field.css +2 -0
- package/dist/collection/components/co-popover/co-popover.js +1 -1
- package/dist/collection/components/co-radio-group/co-radio-group.js +1 -1
- package/dist/collection/components/co-ref-field/co-ref-field.js +16 -4
- package/dist/collection/components/co-segmented-bar/co-segmented-bar.js +1 -1
- package/dist/collection/components/co-select/co-select.js +1 -1
- package/dist/collection/components/co-sidebar-nav/co-sidebar-nav.js +1 -1
- package/dist/collection/components/co-toast/co-toast.js +2 -2
- package/dist/collection/components/co-tooltip/co-tooltip.css +6 -0
- package/dist/collection/components/co-transfer-list/co-transfer-list.js +1 -1
- package/dist/components/co-autocomplete.js +1 -1
- package/dist/components/co-avatar-group.js +1 -1
- package/dist/components/co-avatar.js +1 -1
- package/dist/components/co-combobox.js +1 -1
- package/dist/components/co-command-search.js +1 -1
- package/dist/components/co-file-field.js +1 -1
- package/dist/components/co-list-item.js +1 -1
- package/dist/components/co-option-list.js +1 -1
- package/dist/components/co-ref-field.js +1 -1
- package/dist/components/co-sidebar-nav.js +1 -1
- package/dist/components/co-tooltip.js +1 -1
- package/dist/components/{p-gI62K3Be.js → p-Bz0QZqnB.js} +1 -1
- package/dist/components/{p-C1Kv3zYZ.js → p-DI1ek0EB.js} +1 -1
- package/dist/components/{p-BZIB4JDs.js → p-D_9BRkj6.js} +1 -1
- package/dist/esm/co-avatar_2.entry.js +1 -1
- package/dist/esm/co-file-field.entry.js +1 -1
- package/dist/esm/co-ref-field.entry.js +13 -1
- package/package.json +3 -3
- package/dist/cobalt/p-f00be11f.entry.js +0 -1
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-08-
|
|
2
|
+
"timestamp": "2026-08-27T20:33:24",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.4",
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
"references": {
|
|
1247
1247
|
"AutocompleteOption": {
|
|
1248
1248
|
"location": "local",
|
|
1249
|
-
"path": "/Users/agox/
|
|
1249
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-autocomplete/co-autocomplete.tsx",
|
|
1250
1250
|
"id": "src/components/co-autocomplete/co-autocomplete.tsx::AutocompleteOption"
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
"references": {
|
|
2046
2046
|
"CoAvatarGroupItem": {
|
|
2047
2047
|
"location": "local",
|
|
2048
|
-
"path": "/Users/agox/
|
|
2048
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-avatar-group/co-avatar-group.tsx",
|
|
2049
2049
|
"id": "src/components/co-avatar-group/co-avatar-group.tsx::CoAvatarGroupItem"
|
|
2050
2050
|
}
|
|
2051
2051
|
}
|
|
@@ -6381,7 +6381,7 @@
|
|
|
6381
6381
|
"references": {
|
|
6382
6382
|
"CheckboxOption": {
|
|
6383
6383
|
"location": "local",
|
|
6384
|
-
"path": "/Users/agox/
|
|
6384
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-checkbox-group/co-checkbox-group.tsx",
|
|
6385
6385
|
"id": "src/components/co-checkbox-group/co-checkbox-group.tsx::CheckboxOption"
|
|
6386
6386
|
}
|
|
6387
6387
|
}
|
|
@@ -8671,7 +8671,7 @@
|
|
|
8671
8671
|
"references": {
|
|
8672
8672
|
"ComboboxOption": {
|
|
8673
8673
|
"location": "local",
|
|
8674
|
-
"path": "/Users/agox/
|
|
8674
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-combobox/co-combobox.tsx",
|
|
8675
8675
|
"id": "src/components/co-combobox/co-combobox.tsx::ComboboxOption"
|
|
8676
8676
|
}
|
|
8677
8677
|
}
|
|
@@ -9346,7 +9346,7 @@
|
|
|
9346
9346
|
"references": {
|
|
9347
9347
|
"CommandItem": {
|
|
9348
9348
|
"location": "local",
|
|
9349
|
-
"path": "/Users/agox/
|
|
9349
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-command-search/co-command-search.tsx",
|
|
9350
9350
|
"id": "src/components/co-command-search/co-command-search.tsx::CommandItem"
|
|
9351
9351
|
}
|
|
9352
9352
|
}
|
|
@@ -9728,7 +9728,7 @@
|
|
|
9728
9728
|
"references": {
|
|
9729
9729
|
"CoDataTableColumn": {
|
|
9730
9730
|
"location": "local",
|
|
9731
|
-
"path": "/Users/agox/
|
|
9731
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-data-table/co-data-table.tsx",
|
|
9732
9732
|
"id": "src/components/co-data-table/co-data-table.tsx::CoDataTableColumn"
|
|
9733
9733
|
}
|
|
9734
9734
|
}
|
|
@@ -13847,7 +13847,7 @@
|
|
|
13847
13847
|
"references": {
|
|
13848
13848
|
"DateRangeValue": {
|
|
13849
13849
|
"location": "local",
|
|
13850
|
-
"path": "/Users/agox/
|
|
13850
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-date-range-picker/co-date-range-picker.tsx",
|
|
13851
13851
|
"id": "src/components/co-date-range-picker/co-date-range-picker.tsx::DateRangeValue"
|
|
13852
13852
|
}
|
|
13853
13853
|
}
|
|
@@ -13923,7 +13923,7 @@
|
|
|
13923
13923
|
"references": {
|
|
13924
13924
|
"DateRangeValue": {
|
|
13925
13925
|
"location": "local",
|
|
13926
|
-
"path": "/Users/agox/
|
|
13926
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-date-range-picker/co-date-range-picker.tsx",
|
|
13927
13927
|
"id": "src/components/co-date-range-picker/co-date-range-picker.tsx::DateRangeValue"
|
|
13928
13928
|
}
|
|
13929
13929
|
}
|
|
@@ -25969,7 +25969,7 @@
|
|
|
25969
25969
|
"references": {
|
|
25970
25970
|
"PopoverPlacement": {
|
|
25971
25971
|
"location": "local",
|
|
25972
|
-
"path": "/Users/agox/
|
|
25972
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-popover/co-popover.tsx",
|
|
25973
25973
|
"id": "src/components/co-popover/co-popover.tsx::PopoverPlacement"
|
|
25974
25974
|
}
|
|
25975
25975
|
}
|
|
@@ -27056,7 +27056,7 @@
|
|
|
27056
27056
|
"references": {
|
|
27057
27057
|
"RadioOption": {
|
|
27058
27058
|
"location": "local",
|
|
27059
|
-
"path": "/Users/agox/
|
|
27059
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-radio-group/co-radio-group.tsx",
|
|
27060
27060
|
"id": "src/components/co-radio-group/co-radio-group.tsx::RadioOption"
|
|
27061
27061
|
}
|
|
27062
27062
|
}
|
|
@@ -28703,7 +28703,7 @@
|
|
|
28703
28703
|
"references": {
|
|
28704
28704
|
"RefFieldOption": {
|
|
28705
28705
|
"location": "local",
|
|
28706
|
-
"path": "/Users/agox/
|
|
28706
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-ref-field/co-ref-field.tsx",
|
|
28707
28707
|
"id": "src/components/co-ref-field/co-ref-field.tsx::RefFieldOption"
|
|
28708
28708
|
}
|
|
28709
28709
|
}
|
|
@@ -28793,7 +28793,7 @@
|
|
|
28793
28793
|
"references": {
|
|
28794
28794
|
"RefFieldOption": {
|
|
28795
28795
|
"location": "local",
|
|
28796
|
-
"path": "/Users/agox/
|
|
28796
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-ref-field/co-ref-field.tsx",
|
|
28797
28797
|
"id": "src/components/co-ref-field/co-ref-field.tsx::RefFieldOption"
|
|
28798
28798
|
}
|
|
28799
28799
|
}
|
|
@@ -28841,7 +28841,7 @@
|
|
|
28841
28841
|
"references": {
|
|
28842
28842
|
"RefFieldOption": {
|
|
28843
28843
|
"location": "local",
|
|
28844
|
-
"path": "/Users/agox/
|
|
28844
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-ref-field/co-ref-field.tsx",
|
|
28845
28845
|
"id": "src/components/co-ref-field/co-ref-field.tsx::RefFieldOption"
|
|
28846
28846
|
}
|
|
28847
28847
|
}
|
|
@@ -30853,7 +30853,7 @@
|
|
|
30853
30853
|
"references": {
|
|
30854
30854
|
"CoSegment": {
|
|
30855
30855
|
"location": "local",
|
|
30856
|
-
"path": "/Users/agox/
|
|
30856
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-segmented-bar/co-segmented-bar.tsx",
|
|
30857
30857
|
"id": "src/components/co-segmented-bar/co-segmented-bar.tsx::CoSegment"
|
|
30858
30858
|
}
|
|
30859
30859
|
}
|
|
@@ -31268,7 +31268,7 @@
|
|
|
31268
31268
|
"references": {
|
|
31269
31269
|
"SelectOption": {
|
|
31270
31270
|
"location": "local",
|
|
31271
|
-
"path": "/Users/agox/
|
|
31271
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-select/co-select.tsx",
|
|
31272
31272
|
"id": "src/components/co-select/co-select.tsx::SelectOption"
|
|
31273
31273
|
}
|
|
31274
31274
|
}
|
|
@@ -32267,7 +32267,7 @@
|
|
|
32267
32267
|
"references": {
|
|
32268
32268
|
"NavigateDetail": {
|
|
32269
32269
|
"location": "local",
|
|
32270
|
-
"path": "/Users/agox/
|
|
32270
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-sidebar-nav/co-sidebar-nav.tsx",
|
|
32271
32271
|
"id": "src/components/co-sidebar-nav/co-sidebar-nav.tsx::NavigateDetail"
|
|
32272
32272
|
}
|
|
32273
32273
|
}
|
|
@@ -34797,7 +34797,7 @@
|
|
|
34797
34797
|
"references": {
|
|
34798
34798
|
"CoToastActionsLayout": {
|
|
34799
34799
|
"location": "local",
|
|
34800
|
-
"path": "/Users/agox/
|
|
34800
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-toast/co-toast.tsx",
|
|
34801
34801
|
"id": "src/components/co-toast/co-toast.tsx::CoToastActionsLayout"
|
|
34802
34802
|
}
|
|
34803
34803
|
}
|
|
@@ -34973,7 +34973,7 @@
|
|
|
34973
34973
|
"references": {
|
|
34974
34974
|
"CoToastVariant": {
|
|
34975
34975
|
"location": "local",
|
|
34976
|
-
"path": "/Users/agox/
|
|
34976
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-toast/co-toast.tsx",
|
|
34977
34977
|
"id": "src/components/co-toast/co-toast.tsx::CoToastVariant"
|
|
34978
34978
|
}
|
|
34979
34979
|
}
|
|
@@ -36165,7 +36165,7 @@
|
|
|
36165
36165
|
"references": {
|
|
36166
36166
|
"TransferOption": {
|
|
36167
36167
|
"location": "local",
|
|
36168
|
-
"path": "/Users/agox/
|
|
36168
|
+
"path": "/Users/agox/worktrees/cobalt-rel-20260827-tooltip/packages/core/src/components/co-transfer-list/co-transfer-list.tsx",
|
|
36169
36169
|
"id": "src/components/co-transfer-list/co-transfer-list.tsx::TransferOption"
|
|
36170
36170
|
}
|
|
36171
36171
|
}
|
|
@@ -70,7 +70,7 @@ const CoAvatar = class {
|
|
|
70
70
|
};
|
|
71
71
|
CoAvatar.style = coAvatarCss();
|
|
72
72
|
|
|
73
|
-
const coTooltipCss = () => `:host{display:inline-block;position:relative}.co-tooltip{display:inline-block}.co-tooltip__trigger{display:inline-block}:host([block]){display:block;width:100%;min-width:0}:host([block]) .co-tooltip,:host([block]) .co-tooltip__trigger{display:block;width:100%;min-width:0}.co-tooltip__panel{position:fixed;inset:auto;top:0;left:0;margin:0;border:0;max-height:none;overflow:visible;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;background:var(--co-color-base-negro, #1f1c1b);color:var(--co-color-base-blanco, #fff);font-family:var(--co-font-family-primary, 'Geist', sans-serif);font-size:var(--co-font-size-12, 12px);line-height:1.4;font-weight:400;padding:var(--co-spacing-xs, 4px) var(--co-spacing-sm, 8px);border-radius:var(--co-border-radius-xxs, 4px);box-shadow:0 4px 12px rgba(31, 28, 27, 0.12);white-space:normal;word-wrap:break-word;transition:opacity var(--co-motion-duration-base) var(--co-motion-ease-out), transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-tooltip__panel--positioned{visibility:visible;opacity:1}.co-tooltip__panel--top{transform:translateY(4px)}.co-tooltip__panel--top.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--bottom{transform:translateY(-4px)}.co-tooltip__panel--bottom.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--left{transform:translateX(4px)}.co-tooltip__panel--left.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__panel--right{transform:translateX(-4px)}.co-tooltip__panel--right.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__arrow{position:absolute;width:0;height:0;border:5px solid transparent}.co-tooltip__arrow--top{bottom:-10px;left:50%;transform:translateX(-50%);border-top-color:var(--co-color-base-negro, #1f1c1b);border-bottom:none}.co-tooltip__arrow--bottom{top:-5px;left:50%;transform:translateX(-50%);border-bottom-color:var(--co-color-base-negro, #1f1c1b);border-top:none}.co-tooltip__arrow--left{right:-10px;top:50%;transform:translateY(-50%);border-left-color:var(--co-color-base-negro, #1f1c1b);border-right:none}.co-tooltip__arrow--right{left:-5px;top:50%;transform:translateY(-50%);border-right-color:var(--co-color-base-negro, #1f1c1b);border-left:none}.co-tooltip__content{display:block}`;
|
|
73
|
+
const coTooltipCss = () => `:host{display:inline-block;position:relative}.co-tooltip{display:inline-block}.co-tooltip__trigger{display:inline-block}:host([block]){display:block;width:100%;min-width:0}:host([block]) .co-tooltip,:host([block]) .co-tooltip__trigger{display:block;width:100%;min-width:0}.co-tooltip__panel{position:fixed;inset:auto;top:0;left:0;margin:0;border:0;max-height:none;overflow:visible;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;background:var(--co-color-base-negro, #1f1c1b);color:var(--co-color-base-blanco, #fff);font-family:var(--co-font-family-primary, 'Geist', sans-serif);font-size:var(--co-font-size-12, 12px);line-height:1.4;font-weight:400;text-transform:none;letter-spacing:var(--co-font-letter-spacing-body, normal);padding:var(--co-spacing-xs, 4px) var(--co-spacing-sm, 8px);border-radius:var(--co-border-radius-xxs, 4px);box-shadow:0 4px 12px rgba(31, 28, 27, 0.12);white-space:normal;word-wrap:break-word;transition:opacity var(--co-motion-duration-base) var(--co-motion-ease-out), transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-tooltip__panel--positioned{visibility:visible;opacity:1}.co-tooltip__panel--top{transform:translateY(4px)}.co-tooltip__panel--top.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--bottom{transform:translateY(-4px)}.co-tooltip__panel--bottom.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--left{transform:translateX(4px)}.co-tooltip__panel--left.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__panel--right{transform:translateX(-4px)}.co-tooltip__panel--right.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__arrow{position:absolute;width:0;height:0;border:5px solid transparent}.co-tooltip__arrow--top{bottom:-10px;left:50%;transform:translateX(-50%);border-top-color:var(--co-color-base-negro, #1f1c1b);border-bottom:none}.co-tooltip__arrow--bottom{top:-5px;left:50%;transform:translateX(-50%);border-bottom-color:var(--co-color-base-negro, #1f1c1b);border-top:none}.co-tooltip__arrow--left{right:-10px;top:50%;transform:translateY(-50%);border-left-color:var(--co-color-base-negro, #1f1c1b);border-right:none}.co-tooltip__arrow--right{left:-5px;top:50%;transform:translateY(-50%);border-right-color:var(--co-color-base-negro, #1f1c1b);border-left:none}.co-tooltip__content{display:block}`;
|
|
74
74
|
|
|
75
75
|
const CoTooltip = class {
|
|
76
76
|
constructor(hostRef) {
|
|
@@ -131,7 +131,7 @@ function previewSrc(item) {
|
|
|
131
131
|
return hasImageExtension(item) ? item.url || item.thumbnail : item.thumbnail || item.url;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
const coFileFieldCss = () => `:host{display:block;font-family:var(--co-font-family-primary);font-size:var(--co-font-size-14);letter-spacing:var(--co-font-letter-spacing-body);line-height:1}.co-file-field{display:flex;flex-direction:column;gap:var(--co-spacing-sm2)}.co-file-field__labels{display:flex;align-items:center;justify-content:space-between;padding:0 var(--co-spacing-xs)}.co-file-field__label{color:var(--co-semantic-text-secondary);font-size:var(--co-font-size-14);font-weight:400;line-height:1;white-space:nowrap;cursor:default}.co-field-required{margin-left:2px;color:var(--co-color-status-error)}.co-field-required__caption{margin-left:4px;color:var(--co-semantic-text-muted);font-size:var(--co-font-size-12);font-weight:400}.co-field-required__caption::before{content:var(--co-field-required-text, ' (required)')}.co-file-field__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--co-spacing-md);padding:var(--co-spacing-4xl) var(--co-spacing-2xl);background:color-mix(in srgb, var(--co-semantic-surface-hover) 55%, transparent);-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));border:1px dashed var(--co-semantic-border-field);border-radius:var(--co-border-radius-sm);cursor:pointer;text-align:center;transition:border-color var(--co-motion-duration-fast) var(--co-motion-ease-out), background var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__dropzone:hover{border-color:var(--co-semantic-border-focus)}.co-file-field__dropzone--drag{border-color:var(--co-semantic-border-focus);background:var(--co-semantic-surface-hover)}.co-file-field__upload-btn{display:inline-flex;align-items:center;gap:var(--co-spacing-sm2);padding:var(--co-spacing-md) var(--co-spacing-xl);margin-bottom:var(--co-spacing-xs);background:var(--co-semantic-surface-secondary);color:var(--co-semantic-text-default);border:none;border-radius:var(--co-border-radius-full);box-shadow:var(--co-shadow-lg);font-family:inherit;font-size:var(--co-font-size-16);font-weight:400;letter-spacing:var(--co-font-letter-spacing-body);line-height:1;cursor:pointer;transition:box-shadow var(--co-motion-duration-fast) var(--co-motion-ease-out), transform var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__upload-btn:hover{box-shadow:var(--co-shadow-xl, var(--co-shadow-lg));transform:translateY(-1px)}.co-file-field__upload-btn co-icon{display:inline-flex;flex-shrink:0}.co-file-field__dropzone-text{color:var(--co-semantic-text-default);font-size:var(--co-font-size-18);line-height:1.25}.co-file-field__dropzone-hint{color:var(--co-semantic-text-secondary);font-size:var(--co-font-size-14);line-height:1.25}.co-file-field__actions{display:contents}.co-file-field__input{display:none}.co-file-field__uploaded{display:flex;flex-direction:column;gap:var(--co-spacing-lg);margin-top:var(--co-spacing-sm2)}.co-file-field__uploaded-title{color:var(--co-semantic-text-default);font-size:var(--co-font-size-22);font-weight:500;letter-spacing:-0.03em;line-height:1.25}.co-file-field__previews{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 180px));gap:var(--co-spacing-md)}.co-file-field__preview{padding:0;border:none;border-radius:var(--co-border-radius-sm);overflow:hidden;aspect-ratio:3 / 2;background:var(--co-semantic-surface-hover);cursor:pointer}.co-file-field__preview img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-file-field__preview:hover img{transform:scale(1.02)}.co-file-field__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--co-spacing-sm2)}.co-file-field__row{display:flex;align-items:center;gap:var(--co-spacing-lg);padding:var(--co-spacing-xl);background:var(--co-semantic-surface-hover);border:1px solid transparent;border-radius:var(--co-border-radius-sm)}.co-file-field__row--error{border-color:var(--co-semantic-status-error)}.co-file-field__row--dragging{opacity:0.5}.co-file-field__row--drop-target{border-color:var(--co-semantic-border-focus);background:var(--co-semantic-surface-hover)}.co-file-field__drag-handle{flex-shrink:0;display:flex;align-items:center;color:var(--co-semantic-text-secondary);cursor:grab}.co-file-field__drag-handle:active{cursor:grabbing}.co-file-field__row-icon{flex-shrink:0;color:var(--co-semantic-text-secondary);display:flex;align-items:center}.co-file-field__row--error .co-file-field__row-icon{color:var(--co-semantic-status-error)}.co-file-field__row-icon--spin{animation:co-file-spin 0.8s linear infinite}@keyframes co-file-spin{to{transform:rotate(360deg)}}.co-file-field__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--co-spacing-xs)}.co-file-field__row-name{color:var(--co-semantic-text-default);font-size:var(--co-font-size-14);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-file-field__row-error{color:var(--co-semantic-status-error);font-size:var(--co-font-size-12)}.co-file-field__row-size{flex-shrink:0;color:var(--co-semantic-text-default);font-size:var(--co-font-size-14);line-height:1;white-space:nowrap}.co-file-field__progress{position:relative;height:4px;border-radius:var(--co-border-radius-full);background:var(--co-semantic-surface-hover);overflow:hidden}.co-file-field__progress-bar{position:absolute;inset:0;width:40%;border-radius:var(--co-border-radius-full);background:var(--co-semantic-status-info);transition:width var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-file-field__progress-bar:not([style]){animation:co-file-indeterminate 1.2s ease-in-out infinite}@keyframes co-file-indeterminate{0%{left:-40%}100%{left:100%}}.co-file-field__action{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:var(--co-semantic-text-secondary);transition:color var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__action:hover{color:var(--co-semantic-text-default)}.co-file-field__action--copied,.co-file-field__action--copied:hover{color:var(--co-color-primary-verde)}.co-file-field__helper{display:flex;align-items:center;gap:var(--co-spacing-xs);padding:0 var(--co-spacing-xs)}.co-file-field__helper-icon{flex-shrink:0;color:var(--co-semantic-text-muted);display:flex;align-items:center}.co-file-field__helper-text{color:var(--co-semantic-text-muted);font-size:var(--co-font-size-14);line-height:1}.co-file-field--disabled{opacity:0.6;pointer-events:none}.co-file-field--invalid .co-file-field__dropzone,.co-file-field--error .co-file-field__dropzone{border-color:var(--co-semantic-status-error)}.co-file-field__helper--error .co-file-field__helper-icon,.co-file-field__helper--error .co-file-field__helper-text{color:var(--co-semantic-status-error)}:host([layout='horizontal']) .co-file-field{display:grid;grid-template-columns:var(--co-field-label-width, max-content) 1fr;align-items:start;column-gap:var(--co-spacing-md);row-gap:var(--co-spacing-sm2)}:host([layout='horizontal']) .co-file-field__labels{grid-column:1;grid-row:1;padding-top:var(--co-spacing-sm2);min-width:0}:host([layout='horizontal']) .co-file-field__label{white-space:normal}:host([layout='horizontal']) .co-file-field>:not(.co-file-field__labels){grid-column:2;min-width:0}@supports not (background: color-mix(in srgb, red, transparent)){.co-file-field__dropzone{background:var(--co-semantic-surface-hover)}}`;
|
|
134
|
+
const coFileFieldCss = () => `:host{display:block;font-family:var(--co-font-family-primary);font-size:var(--co-font-size-14);letter-spacing:var(--co-font-letter-spacing-body);line-height:1}.co-file-field{display:flex;flex-direction:column;gap:var(--co-spacing-sm2)}.co-file-field__labels{display:flex;align-items:center;justify-content:space-between;padding:0 var(--co-spacing-xs)}.co-file-field__label{color:var(--co-semantic-text-secondary);font-size:var(--co-font-size-14);font-weight:400;line-height:1;white-space:nowrap;cursor:default}.co-field-required{margin-left:2px;color:var(--co-color-status-error)}.co-field-required__caption{margin-left:4px;color:var(--co-semantic-text-muted);font-size:var(--co-font-size-12);font-weight:400}.co-field-required__caption::before{content:var(--co-field-required-text, ' (required)')}.co-file-field__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--co-spacing-md);padding:var(--co-spacing-4xl) var(--co-spacing-2xl);background:color-mix(in srgb, var(--co-semantic-surface-hover) 55%, transparent);-webkit-backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));backdrop-filter:blur(var(--co-glass-blur)) saturate(var(--co-glass-saturate));border:1px dashed var(--co-semantic-border-field);border-radius:var(--co-border-radius-sm);cursor:pointer;text-align:center;transition:border-color var(--co-motion-duration-fast) var(--co-motion-ease-out), background var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__dropzone:hover{border-color:var(--co-semantic-border-focus)}.co-file-field__dropzone--drag{border-color:var(--co-semantic-border-focus);background:var(--co-semantic-surface-hover)}.co-file-field__upload-btn{display:inline-flex;align-items:center;gap:var(--co-spacing-sm2);padding:var(--co-spacing-md) var(--co-spacing-xl);margin-bottom:var(--co-spacing-xs);background:var(--co-semantic-surface-secondary);color:var(--co-semantic-text-default);border:none;border-radius:var(--co-border-radius-full);box-shadow:var(--co-shadow-lg);font-family:inherit;font-size:var(--co-font-size-16);font-weight:400;letter-spacing:var(--co-font-letter-spacing-body);line-height:1;cursor:pointer;transition:box-shadow var(--co-motion-duration-fast) var(--co-motion-ease-out), transform var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__upload-btn:hover{box-shadow:var(--co-shadow-xl, var(--co-shadow-lg));transform:translateY(-1px)}.co-file-field__upload-btn co-icon{display:inline-flex;flex-shrink:0}.co-file-field__dropzone-text{color:var(--co-semantic-text-default);font-size:var(--co-font-size-18);line-height:1.25}.co-file-field__dropzone-hint{color:var(--co-semantic-text-secondary);font-size:var(--co-font-size-14);line-height:1.25}.co-file-field__actions{display:contents}.co-file-field__input{display:none}.co-file-field__uploaded{display:flex;flex-direction:column;gap:var(--co-spacing-lg);margin-top:var(--co-spacing-sm2)}.co-file-field__uploaded-title{color:var(--co-semantic-text-default);font-size:var(--co-font-size-22);font-weight:500;letter-spacing:-0.03em;line-height:1.25}.co-file-field__previews{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 180px));gap:var(--co-spacing-md)}.co-file-field__preview{padding:0;border:none;border-radius:var(--co-border-radius-sm);overflow:hidden;aspect-ratio:3 / 2;background:var(--co-semantic-surface-hover);cursor:pointer}.co-file-field__preview img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-file-field__preview:hover img{transform:scale(1.02)}.co-file-field__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--co-spacing-sm2)}.co-file-field__row{display:flex;align-items:center;gap:var(--co-spacing-lg);padding:var(--co-spacing-xl);background:var(--co-semantic-surface-hover);border:1px solid transparent;border-radius:var(--co-border-radius-sm)}.co-file-field__row--error{border-color:var(--co-semantic-status-error)}.co-file-field__row--dragging{opacity:0.5}.co-file-field__row--drop-target{border-color:var(--co-semantic-border-focus);background:var(--co-semantic-surface-hover)}.co-file-field__drag-handle{flex-shrink:0;display:flex;align-items:center;color:var(--co-semantic-text-secondary);cursor:grab}.co-file-field__drag-handle:active{cursor:grabbing}.co-file-field__row-icon{flex-shrink:0;color:var(--co-semantic-text-secondary);display:flex;align-items:center}.co-file-field__row--error .co-file-field__row-icon{color:var(--co-semantic-status-error)}.co-file-field__row-icon--spin{animation:co-file-spin 0.8s linear infinite}@keyframes co-file-spin{to{transform:rotate(360deg)}}.co-file-field__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--co-spacing-xs)}.co-file-field__row-name{color:var(--co-semantic-text-default);font-size:var(--co-font-size-14);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-file-field__row-error{color:var(--co-semantic-status-error);font-size:var(--co-font-size-12)}.co-file-field__row-size{flex-shrink:0;color:var(--co-semantic-text-default);font-size:var(--co-font-size-14);line-height:1;white-space:nowrap}.co-file-field__progress{position:relative;height:4px;border-radius:var(--co-border-radius-full);background:var(--co-semantic-surface-hover);overflow:hidden}.co-file-field__progress-bar{position:absolute;inset:0;width:40%;border-radius:var(--co-border-radius-full);background:var(--co-semantic-status-info);transition:width var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-file-field__progress-bar:not([style]){animation:co-file-indeterminate 1.2s ease-in-out infinite}@keyframes co-file-indeterminate{0%{left:-40%}100%{left:100%}}.co-file-field__action{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;text-decoration:none;color:var(--co-semantic-text-secondary);transition:color var(--co-motion-duration-fast) var(--co-motion-ease-out)}.co-file-field__action:hover{color:var(--co-semantic-text-default)}.co-file-field__action--copied,.co-file-field__action--copied:hover{color:var(--co-color-primary-verde)}.co-file-field__helper{display:flex;align-items:center;gap:var(--co-spacing-xs);padding:0 var(--co-spacing-xs)}.co-file-field__helper-icon{flex-shrink:0;color:var(--co-semantic-text-muted);display:flex;align-items:center}.co-file-field__helper-text{color:var(--co-semantic-text-muted);font-size:var(--co-font-size-14);line-height:1}.co-file-field--disabled{opacity:0.6;pointer-events:none}.co-file-field--invalid .co-file-field__dropzone,.co-file-field--error .co-file-field__dropzone{border-color:var(--co-semantic-status-error)}.co-file-field__helper--error .co-file-field__helper-icon,.co-file-field__helper--error .co-file-field__helper-text{color:var(--co-semantic-status-error)}:host([layout='horizontal']) .co-file-field{display:grid;grid-template-columns:var(--co-field-label-width, max-content) 1fr;align-items:start;column-gap:var(--co-spacing-md);row-gap:var(--co-spacing-sm2)}:host([layout='horizontal']) .co-file-field__labels{grid-column:1;grid-row:1;padding-top:var(--co-spacing-sm2);min-width:0}:host([layout='horizontal']) .co-file-field__label{white-space:normal}:host([layout='horizontal']) .co-file-field>:not(.co-file-field__labels){grid-column:2;min-width:0}@supports not (background: color-mix(in srgb, red, transparent)){.co-file-field__dropzone{background:var(--co-semantic-surface-hover)}}`;
|
|
135
135
|
|
|
136
136
|
const CoFileField = class {
|
|
137
137
|
constructor(hostRef) {
|
|
@@ -190,10 +190,22 @@ const CoRefField = class {
|
|
|
190
190
|
this.coEditSelected.emit(selected._id);
|
|
191
191
|
};
|
|
192
192
|
this.handleRemoveChip = (id, e) => {
|
|
193
|
+
var _a;
|
|
193
194
|
e.stopPropagation();
|
|
195
|
+
// `?? {_id, label:id}`: el chip quitado SIEMPRE está en la lista que los
|
|
196
|
+
// pinta, pero `find` es `T | undefined` para el compilador — y un item
|
|
197
|
+
// con el id crudo es mejor payload que romper el tipo del evento.
|
|
198
|
+
const removed = (_a = this.effectiveDisplayItems.find((o) => o._id === id)) !== null && _a !== void 0 ? _a : { _id: id, label: id };
|
|
194
199
|
const newValue = this.parsedValue.filter((v) => v !== id);
|
|
195
200
|
this.value = JSON.stringify(newValue);
|
|
196
201
|
this.coRemove.emit(id);
|
|
202
|
+
// …y TAMBIÉN por el contrato normal de cambio. `coRemove` sólo lleva el id
|
|
203
|
+
// quitado, así que un host que escuche el evento estándar (lo natural: es
|
|
204
|
+
// el mismo cambio de selección que un deselect del panel, que sí emite
|
|
205
|
+
// coChange) no se enteraba: el chip desaparecía de la pantalla y el modelo
|
|
206
|
+
// del host quedaba intacto. Emitir ambos mantiene la compatibilidad de
|
|
207
|
+
// `coRemove` y quita la trampa.
|
|
208
|
+
this.coChange.emit({ value: newValue, item: removed });
|
|
197
209
|
};
|
|
198
210
|
this.handleFooterPrimary = () => {
|
|
199
211
|
this.coFooterPrimary.emit();
|
|
@@ -423,7 +435,7 @@ const CoRefField = class {
|
|
|
423
435
|
}
|
|
424
436
|
// ── Main render ────────────────────────────────────────────
|
|
425
437
|
render() {
|
|
426
|
-
return (index.h("div", { key: '
|
|
438
|
+
return (index.h("div", { key: '8904995ce46d0552556775029316fa42c0d1261e', class: "co-ref-field" }, (this.label || this.secondaryLabel) && (index.h("div", { key: 'a3b1d77f18f04b0233d5cf9c5b18c484b60d06e4', class: "co-ref-field__labels" }, this.label && (index.h("label", { key: '837c1f52807a6b258874d4984fdd3aafd48737ed', class: "co-ref-field__label" }, this.labelIcon && (index.h("co-icon", { key: 'c9e74495eac50df1f9f074f3a25b3be7bcf36d1c', class: "co-ref-field__label-icon", name: this.labelIcon, size: 16 })), this.label, index.h(requiredMark.RequiredMark, { key: '49a4366d6fc20c7ddbad31d020a1d45ea4134554', required: this.required }))), this.secondaryLabel && (index.h("span", { key: '4f9dd9e68d79642cfafd16a71e51747599668f9e', class: "co-ref-field__secondary-label" }, this.secondaryLabel)))), index.h("co-popover", { key: '91ad529d27a62ccbcb8acac7f23cee7ac2ca33ce', open: this.isOpen, placement: "bottom-start", matchWidth: !this.panelWidth, offset: 4, onCoOpen: this.handlePopoverOpen, onCoClose: this.handlePopoverClose }, index.h("div", { key: '809b6f7e0f64ffd7c6151c1fae340114f5887e72', slot: "trigger" }, this.renderTrigger()), this.isOpen && this.renderPanel()), this.helperText && (index.h("div", { key: '4089f6e3cd993ce620742d619282d12542e87057', class: `co-ref-field__helper co-ref-field__helper--${this.status}` }, this.status !== 'default' && (index.h("co-icon", { key: '3d9e658ba0cc04034778911930837f1268afeedd', name: this.status === 'error' ? 'warning-circle' : this.status === 'success' ? 'check-circle' : 'info', size: 14 })), index.h("span", { key: '8c26be0575794b6f8b410f1fd0b71efd715d5324' }, this.helperText)))));
|
|
427
439
|
}
|
|
428
440
|
get el() { return index.getElement(this); }
|
|
429
441
|
static get watchers() { return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,g as a,b as l}from"./p-CrtiywTB.js";export{s as setNonce}from"./p-CrtiywTB.js";(()=>{const a=import.meta.url,l={};return""!==a&&(l.resourcesUrl=new URL(".",a).href),e(l)})().then((async e=>(await a(),l(JSON.parse('[["p-0c463d9a",[[1,"co-combobox",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"footerSecondaryLabel":[1,"footer-secondary-label"],"options":[1],"emptyMessage":[1,"empty-message"],"value":[1025],"multiple":[4],"size":[513],"helperText":[1,"helper-text"],"status":[1],"layout":[513],"isOpen":[32],"searchQuery":[32],"overflowCount":[32]},null,{"isOpen":[{"onOpenChange":0}],"value":[{"onValueChange":0}]}]]],["p-316c62c0",[[1,"co-date-range",{"value":[1025],"label":[1],"placeholder":[1],"disabled":[4],"clearable":[4],"presets":[4],"helperText":[1,"helper-text"],"locale":[1],"applyLabel":[1,"apply-label"],"clearLabel":[1,"clear-label"]}]]],["p-60cb66f5",[[257,"co-command-search",{"open":[1540],"placeholder":[1],"items":[1],"emptyMessage":[1,"empty-message"],"async":[516],"loading":[516],"chips":[513],"tabs":[1],"activeTab":[1,"active-tab"],"hasMore":[4,"has-more"],"moreLabel":[1,"more-label"],"favorites":[1],"query":[32]},null,{"activeTab":[{"onActiveTabChange":0}],"open":[{"onOpenChange":0}]}]]],["p-c8dba82f",[[1,"co-date-picker",{"value":[1025],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"label":[1],"placeholder":[1],"size":[513],"variant":[513],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"placement":[1],"closeOnSelect":[4,"close-on-select"],"open":[1540],"mobileBreakpoint":[2,"mobile-breakpoint"],"isMobile":[32],"internalInvalid":[32]}]]],["p-342e1da4",[[1,"co-autocomplete",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"status":[1],"options":[1],"value":[1025],"multiple":[4],"loading":[4],"minChars":[2,"min-chars"],"searchDebounce":[2,"search-debounce"],"emptyMessage":[1,"empty-message"],"isOpen":[32],"query":[32],"focused":[32]},[[4,"click","handleDocumentClick"]],{"options":[{"onOptionsChange":0}],"value":[{"onValueChange":0}]}]]],["p-7cf4b4ae",[[1,"co-date-time-picker",{"value":[1025],"timeZone":[1,"time-zone"],"stepMinutes":[2,"step-minutes"],"hour12":[4,"hour-1-2"],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"label":[1],"placeholder":[1],"size":[513],"variant":[513],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"placement":[1],"open":[1540],"mobileBreakpoint":[2,"mobile-breakpoint"],"isMobile":[32],"activeMinutes":[32]},null,{"open":[{"onOpenChange":0}]}]]],["p-f00be11f",[[257,"co-ref-field",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"labelIcon":[513,"label-icon"],"placeholder":[1],"disabled":[4],"clearable":[4],"editable":[4],"editLabel":[1,"edit-label"],"multiple":[4],"status":[1],"helperText":[1,"helper-text"],"iconLeft":[1,"icon-left"],"layout":[513],"size":[513],"variant":[513],"value":[1025],"options":[1],"selectedDisplay":[1,"selected-display"],"loading":[4],"total":[2],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"searchDebounce":[2,"search-debounce"],"emptyMessage":[1,"empty-message"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"footerSecondaryLabel":[1,"footer-secondary-label"],"maxChips":[2,"max-chips"],"panelTheme":[1,"panel-theme"],"colorMode":[1,"color-mode"],"triggerBadgeIcon":[1,"trigger-badge-icon"],"triggerBadgeLabel":[1,"trigger-badge-label"],"panelWidth":[1,"panel-width"],"avatarShape":[1,"avatar-shape"],"pinnable":[4],"listReorderable":[4,"list-reorderable"],"isOpen":[32],"overflowCount":[32]},null,{"isOpen":[{"onOpenChange":0}]}]]],["p-95efe661",[[1,"co-event-calendar",{"view":[1537],"date":[1025],"events":[1],"locale":[1],"timeZone":[1,"time-zone"],"editable":[4],"selectable":[4],"dayMaxEvents":[2,"day-max-events"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"firstDayOfWeek":[2,"first-day-of-week"],"availableViews":[1,"available-views"],"statusColors":[1,"status-colors"],"defaultDurationMinutes":[2,"default-duration-minutes"],"allDaySlot":[4,"all-day-slot"],"minTime":[1,"min-time"],"maxTime":[1,"max-time"],"slotMinutes":[2,"slot-minutes"],"snapMinutes":[2,"snap-minutes"],"scrollTime":[1,"scroll-time"],"nowIndicator":[4,"now-indicator"],"loading":[4],"anchor":[32],"clearRangeSelection":[64]},null,{"date":[{"onDateChange":0}]}]]],["p-6795a258",[[1,"co-avatar-group",{"items":[16],"max":[2],"size":[1],"shape":[1],"interactive":[4],"label":[1]}]]],["p-07d570a6",[[1,"co-column-picker",{"label":[1],"secondaryLabel":[1,"secondary-label"],"options":[1],"value":[1025],"multiple":[4],"disabled":[4],"showToolbar":[4,"show-toolbar"],"showSearch":[4,"show-search"],"clearable":[4],"placeholder":[1],"maxHeight":[2,"max-height"],"emptyText":[1,"empty-text"],"selectAllText":[1,"select-all-text"],"clearText":[1,"clear-text"],"expandText":[1,"expand-text"],"collapseText":[1,"collapse-text"],"selectedText":[1,"selected-text"],"sections":[1],"status":[1],"helperText":[1,"helper-text"],"isOpen":[32],"query":[32],"expandedKeys":[32],"focused":[32]},[[4,"click","handleDocumentClick"]],{"options":[{"onOptionsChange":0}]}]]],["p-da18b5f4",[[260,"co-data-table",{"columns":[1],"rows":[1],"rowKey":[1,"row-key"],"loading":[4],"skeletonRows":[2,"skeleton-rows"],"emptyTitle":[1,"empty-title"],"emptyMessage":[1,"empty-message"],"emptyIcon":[1,"empty-icon"],"emptyActionLabel":[1,"empty-action-label"],"emptyActionVariant":[1,"empty-action-variant"],"emptyActionIcon":[1,"empty-action-icon"],"sortField":[1537,"sort-field"],"sortOrder":[1537,"sort-order"],"filteredFields":[513,"filtered-fields"],"indirectFilteredFields":[513,"indirect-filtered-fields"],"selectable":[4],"selectedKeys":[1025,"selected-keys"],"resizable":[4],"parsedColumns":[32],"parsedRows":[32],"parsedSelectedKeys":[32],"parsedFilteredFields":[32],"parsedIndirectFields":[32],"columnWidths":[32],"resizingColumn":[32],"resizeStartX":[32],"resizeStartWidth":[32]},null,{"columns":[{"parseColumns":0}],"rows":[{"parseRows":0}],"selectedKeys":[{"parseSelectedKeys":0}],"filteredFields":[{"parseFilteredFields":0}],"indirectFilteredFields":[{"parseIndirectFields":0}]}]]],["p-0caa059c",[[257,"co-file-field",{"label":[1],"disabled":[4],"readonly":[4],"required":[4],"multiple":[4],"accept":[1],"maxFiles":[2,"max-files"],"maxBytes":[2,"max-bytes"],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"locale":[1],"uploadButtonText":[1,"upload-button-text"],"dropText":[1,"drop-text"],"uploadedTitle":[1,"uploaded-title"],"reorderable":[4],"files":[1],"dragOver":[32],"localError":[32],"copiedKey":[32],"armedKey":[32],"dragKey":[32],"overKey":[32],"failedPreviews":[32]}]]],["p-93c68029",[[1,"co-select",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"options":[1],"value":[1025],"multiple":[4],"size":[513],"variant":[513],"searchable":[516],"searchPlaceholder":[1,"search-placeholder"],"emptyText":[1,"empty-text"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"isOpen":[32],"scrollTop":[32],"searchText":[32],"sortSnapshot":[32],"activeIndex":[32]},null,{"isOpen":[{"onOpenChange":0}]}]]],["p-bfc2a849",[[257,"co-action-bar",{"open":[516],"label":[1],"dismissible":[4],"position":[513],"ariaLabelText":[1,"aria-label-text"],"liveText":[32],"animated":[32]},null,{"label":[{"onLabelChange":0}]}]]],["p-ce35c898",[[257,"co-breadcrumb",{"separator":[1],"items":[1]},null,{"separator":[{"watchSeparator":0}]}]]],["p-f25967fb",[[1,"co-color-picker",{"value":[1025],"label":[1],"placeholder":[1],"disabled":[4],"required":[4],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"name":[1],"presets":[1],"isOpen":[32],"copied":[32]}]]],["p-a9b29cc2",[[257,"co-drive-card",{"variant":[1],"density":[1],"accent":[1],"name":[1],"meta":[1],"selected":[516],"starred":[516],"active":[516],"ext":[1]}]]],["p-d15d3a97",[[257,"co-list-item",{"label":[1],"description":[1],"icon":[1],"selected":[516],"disabled":[4],"dense":[516],"labelTruncated":[32],"descTruncated":[32]},null,{"label":[{"onTextChange":0}],"description":[{"onTextChange":0}]}]]],["p-fd39f410",[[257,"co-menu-item",{"icon":[1],"iconSize":[2,"icon-size"],"label":[1],"caption":[1],"dense":[4],"selected":[4],"trailingCheck":[4,"trailing-check"],"disabled":[4],"variant":[1],"hasSubmenu":[32],"submenuOpen":[32],"focusItem":[64]}]]],["p-07904986",[[257,"co-modal",{"open":[1540],"heading":[1],"description":[1],"closable":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"size":[513],"noDividers":[516,"no-dividers"],"hasFooter":[32]},[[4,"keydown","handleKeydown"]]]]],["p-23a103a0",[[0,"co-rich-text-editor",{"value":[1025],"preset":[1],"placeholder":[1],"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1],"variant":[513],"disabled":[4],"readonly":[4],"required":[4],"maxLength":[2,"max-length"],"showCharacterCount":[4,"show-character-count"],"autofocus":[4],"toolbar":[1],"features":[1],"customExtensions":[16],"imageUpload":[16],"attachmentsEnabled":[4,"attachments-enabled"],"attachmentAccept":[1,"attachment-accept"],"fontFamilies":[1,"font-families"],"accountFonts":[1,"account-fonts"],"fontsLoading":[4,"fonts-loading"],"fontLoader":[16],"locale":[1],"ready":[32],"hasFocus":[32],"getJSON":[64],"getHtml":[64],"getText":[64],"clear":[64],"focusEditor":[64],"setContent":[64],"getEditorInstance":[64]},null,{"accountFonts":[{"onAccountFontsChange":0}],"value":[{"onValueChange":0}],"disabled":[{"onEditableChange":0}],"readonly":[{"onEditableChange":0}]}]]],["p-88a0659f",[[1,"co-sidebar-nav",{"items":[1],"activeKey":[513,"active-key"],"mode":[513],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"search":[1],"iconMap":[1,"icon-map"],"translations":[1],"searchText":[32],"expandedKeys":[32],"flyoutKey":[32],"flyoutPosition":[32]},null,{"iconMap":[{"onIconMapChange":0}],"translations":[{"onTranslationsChange":0}],"search":[{"onSearchChange":0}],"activeKey":[{"onActiveKeyChange":0}],"items":[{"onItemsChange":0}]}]]],["p-a8c64cc3",[[257,"co-accordion",{"open":[1540],"heading":[1],"subheading":[1],"disabled":[4],"hasSubheadingSlot":[32]}]]],["p-dfd25f1d",[[1,"co-audio-player",{"src":[1],"compact":[4],"bars":[2],"barDensity":[2,"bar-density"],"preload":[1],"downloadFilename":[1,"download-filename"],"noDownload":[4,"no-download"],"isPlaying":[32],"isLoading":[32],"hasError":[32],"currentTime":[32],"duration":[32],"peaks":[32],"containerWidth":[32],"playbackRate":[32]},null,{"src":[{"onSrcChange":0}]}]]],["p-e8878cf9",[[257,"co-carousel",{"value":[1538],"autoplay":[4],"interval":[2],"loop":[4],"arrows":[4],"dots":[4],"pauseOnHover":[4,"pause-on-hover"],"swipe":[4],"aspectRatio":[1,"aspect-ratio"],"locale":[1],"itemCount":[32],"dragDx":[32],"dragging":[32],"rotating":[32],"next":[64],"prev":[64],"goTo":[64]},null,{"value":[{"watchValue":0}],"locale":[{"watchLocale":0}],"autoplay":[{"watchAutoplay":0}],"interval":[{"watchAutoplay":0}]}]]],["p-85a61e28",[[1,"co-checkbox-group",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1025],"options":[1],"direction":[1],"size":[1],"disabled":[4]},null,{"value":[{"onValueChange":0}]}]]],["p-ab45d9bd",[[1,"co-data-table-pagination",{"page":[1538],"pageSize":[1538,"page-size"],"totalCount":[2,"total-count"],"pageSizes":[1,"page-sizes"],"perPageLabel":[1,"per-page-label"],"recordsLabel":[1,"records-label"],"jumpToPageLabel":[1,"jump-to-page-label"],"previousLabel":[1,"previous-label"],"nextLabel":[1,"next-label"],"parsedPageSizes":[32],"jumpToValue":[32],"showPageSizeDropdown":[32]},null,{"pageSizes":[{"parsePageSizes":0}]}]]],["p-43bd298d",[[257,"co-drop-zone",{"active":[1540],"accent":[1],"label":[1],"icon":[1]}]]],["p-54ae807d",[[1,"co-emoji-picker",{"locale":[1],"searchPlaceholder":[1,"search-placeholder"],"emptyMessage":[1,"empty-message"],"label":[1],"searchable":[516],"showCategories":[516,"show-categories"],"columns":[2],"skinTone":[1537,"skin-tone"],"recent":[16],"recentLimit":[2,"recent-limit"],"term":[32],"activeIndex":[32],"scrollTop":[32],"viewportHeight":[32],"localeNames":[32],"toneOpen":[32]},null,{"locale":[{"onLocaleChange":0}]}]]],["p-b0319a2d",[[257,"co-empty-state",{"icon":[1],"heading":[1],"description":[1],"variant":[1],"size":[1],"iconWeight":[1,"icon-weight"]}]]],["p-4b083da4",[[1,"co-fab",{"icon":[1],"label":[1],"variant":[1],"size":[1],"ariaLabelText":[1,"aria-label-text"],"disabled":[4],"position":[1],"expandOnHover":[4,"expand-on-hover"]}]]],["p-36197363",[[257,"co-helper-text",{"status":[1],"message":[1]}]]],["p-409f28bb",[[257,"co-input",{"label":[1],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"value":[1025],"helperText":[1,"helper-text"],"disabled":[4],"readonly":[4],"clearable":[4],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"layout":[513],"type":[1],"name":[1],"required":[4],"autoFocus":[4,"auto-focus"],"autocomplete":[1],"status":[1],"size":[513],"variant":[513],"fill":[4],"actionLabel":[1,"action-label"],"actionIcon":[1,"action-icon"],"hasFocus":[32],"setFocus":[64]},null,{"value":[{"onValueChange":0}]}]]],["p-18d34b01",[[1,"co-json-field",{"value":[1025],"label":[1],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"rows":[2],"status":[1],"helperText":[1,"helper-text"],"invalidMessage":[1,"invalid-message"],"layout":[513],"size":[513],"draft":[32],"internalInvalid":[32],"hasFocus":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-3f0eed59",[[257,"co-menu",{"placement":[1],"offset":[2],"autoClose":[4,"auto-close"],"open":[1540],"width":[1],"focusFirstItem":[64]},[[0,"coMenuSelect","handleMenuSelect"]],{"open":[{"onOpenChange":0}]}]]],["p-a2d31248",[[1,"co-number-field",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1538],"min":[2],"max":[2],"step":[2],"disabled":[4],"placeholder":[1],"size":[513],"clearable":[4],"format":[513],"focused":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-09799193",[[257,"co-page-header",{"heading":[1],"icon":[1]}]]],["p-23b3ff3f",[[1,"co-phone-field",{"label":[1],"placeholder":[1],"value":[1025],"disabled":[4],"required":[4],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"defaultCountry":[1,"default-country"],"selectedIso2":[32],"numberPart":[32],"isOpen":[32],"searchQuery":[32]},null,{"value":[{"onValueChange":0}],"defaultCountry":[{"onDefaultCountryChange":0}]}]]],["p-da546d08",[[1,"co-radio-group",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1025],"options":[1],"direction":[1],"size":[1],"disabled":[4],"name":[1]},null,{"value":[{"onValueChange":0}]}]]],["p-e5495539",[[1,"co-rating",{"label":[1],"value":[1538],"max":[2],"size":[1],"disabled":[4],"readOnly":[4,"read-only"],"icon":[1],"helperText":[1,"helper-text"],"status":[1],"hoverValue":[32]}]]],["p-0e91e5c4",[[1,"co-slider",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1],"value":[1026],"min":[2],"max":[2],"step":[2],"disabled":[4],"showValue":[4,"show-value"],"showMarks":[4,"show-marks"],"dragging":[32]}]]],["p-7e53e9c8",[[1,"co-switch",{"checked":[1540],"disabled":[4],"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1]}]]],["p-c5684c79",[[1,"co-tab",{"label":[1],"value":[1],"selected":[1540],"size":[1],"variant":[1],"badge":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"disabled":[4]}]]],["p-568cfe8d",[[1,"co-tags-field",{"value":[1025],"label":[1],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"clearable":[4],"maxTags":[2,"max-tags"],"allowDuplicates":[4,"allow-duplicates"],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"draft":[32],"editingIndex":[32],"editingDraft":[32],"hasFocus":[32]},null,{"editingIndex":[{"onEditingIndexChange":0}]}]]],["p-33ea4a90",[[1,"co-textarea",{"value":[1025],"label":[1],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"rows":[2],"maxLength":[2,"max-length"],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"variant":[513],"clearable":[4],"resize":[1],"hasFocus":[32]}]]],["p-fabe5fb2",[[257,"co-toast",{"message":[1],"description":[1],"icon":[1],"dismissible":[4],"actionsLayout":[1,"actions-layout"],"variant":[1],"progress":[2],"entered":[32]}]]],["p-7c88163e",[[257,"co-toggle-button",{"selected":[1540],"value":[1],"label":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"size":[513],"disabled":[4],"variant":[513],"selectedIconWeight":[1,"selected-icon-weight"]}]]],["p-2d329ac8",[[1,"co-transfer-list",{"label":[1],"leftTitle":[1,"left-title"],"rightTitle":[1,"right-title"],"options":[1],"value":[1025],"disabled":[4],"helperText":[1,"helper-text"],"status":[1],"leftChecked":[32],"rightChecked":[32]}]]],["p-dfcf667d",[[1,"co-video",{"src":[1],"poster":[1],"type":[1],"preload":[1],"autoplay":[4],"loop":[4],"muted":[1028],"volume":[1026],"currentTime":[1026,"current-time"],"playbackRate":[1026,"playback-rate"],"playbackRates":[1,"playback-rates"],"controls":[4],"showPlay":[4,"show-play"],"showVolume":[4,"show-volume"],"showProgress":[4,"show-progress"],"showTime":[4,"show-time"],"showFullscreen":[4,"show-fullscreen"],"showSpeed":[4,"show-speed"],"showPip":[4,"show-pip"],"showDownload":[4,"show-download"],"allowDownload":[4,"allow-download"],"aspectRatio":[1,"aspect-ratio"],"rounded":[1],"controlsAutoHide":[4,"controls-auto-hide"],"controlsAutoHideDelay":[2,"controls-auto-hide-delay"],"disabled":[4],"watchThreshold":[2,"watch-threshold"],"locale":[1],"isPlaying":[32],"internalCurrentTime":[32],"duration":[32],"buffered":[32],"volumeLevel":[32],"isMuted":[32],"isFullscreen":[32],"internalPlaybackRate":[32],"isLoading":[32],"showControlBar":[32],"hasError":[32],"errorMessage":[32],"showSpeedMenu":[32],"isPip":[32],"thresholdFired":[32],"hasStarted":[32],"isSeeking":[32],"showVolumeSlider":[32],"play":[64],"pause":[64],"togglePlay":[64],"seek":[64],"setVolume":[64],"toggleMute":[64],"toggleFullscreen":[64],"togglePip":[64]},null,{"src":[{"onSrcChange":0}],"muted":[{"onMutedChange":0}],"volume":[{"onVolumeChange":0}],"currentTime":[{"onCurrentTimeChange":0}],"playbackRate":[{"onPlaybackRateChange":0}],"playbackRates":[{"onPlaybackRatesChange":0}]}]]],["p-8183f56f",[[257,"co-app-shell",{"sidebarMode":[1537,"sidebar-mode"],"contentCard":[4,"content-card"]}]]],["p-17ae943c",[[1,"co-badge",{"size":[1],"color":[1]}]]],["p-4f754c9a",[[257,"co-bottom-sheet",{"open":[1540],"heading":[513],"maxHeight":[513,"max-height"],"dismissible":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"showHandle":[516,"show-handle"],"hasFooter":[32],"hasHeaderSlot":[32]},[[4,"keydown","handleKey"]],{"open":[{"onOpenChange":0}]}]]],["p-8eb485c8",[[257,"co-button-group",{"variant":[1],"size":[1],"direction":[1],"disabled":[4]}]]],["p-a6357340",[[257,"co-card",{"variant":[1],"padding":[1],"clickable":[4],"stretch":[516],"hasHeader":[32],"hasFooter":[32]}]]],["p-682b3313",[[257,"co-carousel-item"]]],["p-fef5db54",[[257,"co-event-popover",{"open":[1540],"anchorRect":[16],"placement":[1],"color":[1],"dot":[4],"closeOnEscape":[4,"close-on-escape"],"closeOnClickOutside":[4,"close-on-click-outside"],"popoverLabel":[1,"popover-label"]},null,{"open":[{"onOpenChange":0}],"anchorRect":[{"onAnchorChange":0}]}]]],["p-4c7e3984",[[257,"co-media-thumb",{"src":[1],"video":[4],"height":[8],"radius":[2],"alt":[1]}]]],["p-8345b25f",[[1,"co-menu-divider"]]],["p-b8581787",[[257,"co-navbar",{"variant":[1],"size":[1],"rounded":[4]}]]],["p-fb3a095b",[[1,"co-progress-bar",{"value":[2],"status":[1],"variant":[1],"thickness":[2],"indeterminate":[516]}]]],["p-dca4cd5f",[[1,"co-progress-circle",{"value":[2],"status":[1],"size":[2],"strokeWidth":[2,"stroke-width"],"showLabel":[4,"show-label"]}]]],["p-1c68bc41",[[1,"co-radio",{"checked":[1540],"size":[1],"disabled":[4],"label":[1],"value":[1]}]]],["p-e6882ddd",[[1,"co-rich-text-viewer",{"value":[1],"format":[1],"preset":[1],"emptyText":[1,"empty-text"],"compact":[4],"features":[1],"html":[32]},null,{"value":[{"watchInputs":0}],"format":[{"watchInputs":0}],"preset":[{"watchInputs":0}],"features":[{"watchInputs":0}]}]]],["p-8f38e24d",[[257,"co-row",{"position":[1],"size":[1]}]]],["p-f83b48fd",[[257,"co-segmented-bar",{"thickness":[2],"radius":[1],"trackColor":[1,"track-color"],"total":[2],"segments":[1]}]]],["p-ac91259e",[[1,"co-separator",{"vertical":[516],"spaced":[520],"inset":[520],"color":[1],"size":[1],"dark":[516]}]]],["p-d40a465f",[[257,"co-sidebar",{"mode":[1537]}]]],["p-ef5e1167",[[257,"co-tab-group",{"value":[1537],"variant":[1]},[[0,"coTabSelect","onTabSelect"]],{"value":[{"watchValue":0}],"variant":[{"watchVariant":0}]}]]],["p-c1e7fb32",[[257,"co-toggle-button-group",{"value":[1025],"multiple":[4],"size":[1],"disabled":[4],"direction":[1],"fullWidth":[516,"full-width"],"variant":[513]},[[0,"coToggle","handleToggle"]],{"value":[{"syncChildren":0}],"variant":[{"syncVariant":0}]}]]],["p-e364b8a5",[[1,"co-icon",{"name":[1],"weight":[1],"size":[2],"svgContent":[32]},null,{"name":[{"onPropsChange":0}],"weight":[{"onPropsChange":0}]}]]],["p-1ddbc48b",[[1,"co-date-range-picker",{"value":[1025],"min":[1],"max":[1],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"presets":[4],"presetIds":[1,"preset-ids"],"allowSameDay":[4,"allow-same-day"],"minRangeDays":[2,"min-range-days"],"maxRangeDays":[2,"max-range-days"],"clearable":[4],"applyOnSelect":[4,"apply-on-select"],"disabled":[4],"readonly":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"label":[1],"required":[4],"placeholder":[1],"layout":[513],"size":[513],"variant":[513],"placement":[1],"open":[1540],"applyLabel":[1,"apply-label"],"cancelLabel":[1,"cancel-label"],"clearLabel":[1,"clear-label"],"fromLabel":[1,"from-label"],"toLabel":[1,"to-label"],"mobileBreakpoint":[2,"mobile-breakpoint"],"draftFrom":[32],"draftTo":[32],"isMobile":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-7c5e846a",[[257,"co-breadcrumb-item",{"label":[1],"value":[1],"icon":[1],"current":[4],"separator":[1]}]]],["p-f5f1b463",[[257,"co-button",{"variant":[1],"shape":[513],"size":[1],"elevated":[4],"surface":[1],"disabled":[516],"label":[1],"ariaLabelText":[1,"aria-label-text"],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconWeight":[1,"icon-weight"],"type":[1],"color":[1],"textColor":[1,"text-color"],"iconSize":[2,"icon-size"]}]]],["p-2114c036",[[1,"co-file-type-tile",{"ext":[1],"size":[2],"radius":[2],"colorTags":[4,"color-tags"]}]]],["p-bcedbd73",[[1,"co-icon-button",{"variant":[1],"surface":[1],"shape":[513],"size":[1],"boxSize":[2,"box-size"],"iconSize":[2,"icon-size"],"disabled":[516],"label":[1],"icon":[1],"iconWeight":[1,"icon-weight"]}]]],["p-983af614",[[1,"co-lightbox",{"images":[1],"startIndex":[2,"start-index"],"open":[1540],"locale":[1],"index":[32],"scale":[32],"tx":[32],"ty":[32],"dragging":[32]},null,{"open":[{"onOpenChange":0}],"startIndex":[{"onStartIndexChange":0}],"images":[{"onImagesChange":0}]}]]],["p-8e667eb6",[[1,"co-rich-text-toolbar",{"editor":[16],"variant":[1],"disabled":[4],"locale":[1],"imageUpload":[16],"attachmentsEnabled":[4,"attachments-enabled"],"attachmentAccept":[1,"attachment-accept"],"items":[32],"tick":[32],"openPopover":[32],"popoverInput":[32],"gridHoverRows":[32],"gridHoverCols":[32],"gridLockedRows":[32],"gridLockedCols":[32],"tableTab":[32],"tableManualRows":[32],"tableManualCols":[32],"tableWithHeader":[32],"tableContextItems":[32],"imagePopoverMode":[32],"colorHexInput":[32]},null,{"variant":[{"onVariantChange":0}],"attachmentsEnabled":[{"onAttachmentsEnabledChange":0}],"editor":[{"onEditorChange":0}],"openPopover":[{"onOpenPopoverChange":0}]}]]],["p-89e38c5e",[[257,"co-list-footer",{"primaryLabel":[1,"primary-label"],"primaryIcon":[1,"primary-icon"],"secondaryLabel":[1,"secondary-label"],"secondaryIcon":[1,"secondary-icon"]}]]],["p-2f88d151",[[1,"co-checkbox",{"checked":[1540],"indeterminate":[1540],"size":[1],"disabled":[4],"label":[1],"value":[1],"onColor":[1,"on-color"],"appearance":[1]}]]],["p-dea43204",[[1,"co-provider-logo",{"provider":[513],"size":[2],"plated":[516]}],[1,"co-skeleton",{"variant":[513],"width":[1],"height":[1]}]]],["p-7ea87b75",[[1,"co-calendar-month",{"events":[16],"year":[2],"month":[2],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"timeZone":[1,"time-zone"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"editable":[4],"selectable":[4],"maxLanes":[2,"max-lanes"],"loading":[4],"focused":[32],"dragOverDate":[32],"dragId":[32],"nowMs":[32],"selectedDate":[32],"clearSelection":[64]},null,{"events":[{"onEventsChange":0}]}],[1,"co-calendar-timegrid",{"events":[16],"dates":[16],"locale":[1],"timeZone":[1,"time-zone"],"editable":[4],"selectable":[4],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"slotMinutes":[2,"slot-minutes"],"snapMinutes":[2,"snap-minutes"],"defaultDurationMinutes":[2,"default-duration-minutes"],"scrollTime":[1,"scroll-time"],"nowIndicator":[4,"now-indicator"],"loading":[4],"allDaySlot":[4,"all-day-slot"],"minTime":[1,"min-time"],"maxTime":[1,"max-time"],"nowMinutes":[32],"nowDay":[32],"focusDate":[32],"focusMin":[32],"selDate":[32],"selStartMin":[32],"selEndMin":[32],"dragId":[32],"clearSelection":[64]},null,{"events":[{"onEventsChange":0}]}]]],["p-ac466658",[[257,"co-overlay",{"open":[1540],"trapFocus":[516,"trap-focus"],"closeOnEscape":[516,"close-on-escape"]},[[4,"keydown","handleKeydown"]],{"open":[{"onOpenChange":0}]}]]],["p-2828ecf6",[[1,"co-loader",{"visible":[516],"overlay":[516],"size":[513],"text":[1],"background":[1]}]]],["p-6bf814f9",[[257,"co-option-list",{"items":[1],"value":[1],"selectedItems":[1,"selected-items"],"multiple":[4],"selectedFirst":[4,"selected-first"],"selectedAffordance":[1,"selected-affordance"],"removableItems":[4,"removable-items"],"reorderable":[4],"pinnable":[4],"listReorderable":[4,"list-reorderable"],"searchable":[516],"searchPlaceholder":[1,"search-placeholder"],"searchDebounce":[2,"search-debounce"],"initialTerm":[1,"initial-term"],"loading":[4],"total":[2],"hasMore":[4,"has-more"],"emptyMessage":[1,"empty-message"],"clearOptionLabel":[1,"clear-option-label"],"virtual":[516],"highlightMatches":[4,"highlight-matches"],"highlightTerm":[1,"highlight-term"],"avatarShape":[1,"avatar-shape"],"autoHighlight":[4,"auto-highlight"],"term":[32],"activeIndex":[32],"scrollTop":[32],"armedKey":[32],"dragKey":[32],"overKey":[32],"dropAfter":[32],"displaySnapshot":[32],"snapshotOrder":[64],"focusSearch":[64],"scrollToSelected":[64],"handleKey":[64]},null,{"items":[{"onItemsChange":0}]}],[257,"co-chip",{"shape":[1],"size":[1],"iconMode":[1,"icon-mode"],"variant":[1],"color":[1],"label":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconWeight":[1,"icon-weight"],"valueLabel":[1,"value-label"],"trailingIcon":[1,"trailing-icon"],"removable":[516],"dot":[516],"dotColor":[513,"dot-color"],"clickable":[4],"disabled":[4],"selected":[1540]}]]],["p-a6b5cadd",[[257,"co-popover",{"open":[1540],"placement":[1],"matchWidth":[516,"match-width"],"offset":[2],"closeOnClickOutside":[4,"close-on-click-outside"],"closeOnEscape":[4,"close-on-escape"],"flip":[4],"toggle":[64],"show":[64],"hide":[64]},null,{"open":[{"onOpenChange":0}]}]]],["p-3495fda1",[[1,"co-date-field",{"value":[1025],"size":[513],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"label":[1],"placeholder":[1],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"clearLabel":[1,"clear-label"],"draft":[32],"internalInvalid":[32],"hasFocus":[32],"focusInput":[64]},null,{"value":[{"onValueChange":0}]}],[257,"co-drawer",{"open":[1540],"position":[513],"size":[513],"heading":[1],"description":[1],"icon":[1],"closable":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"modeless":[516],"loading":[4],"hasFooter":[32],"hasTabs":[32],"hasHeaderSlot":[32]},[[4,"keydown","handleKey"]],{"open":[{"onOpenChange":0}]}],[1,"co-calendar",{"mode":[1],"value":[1],"rangeStart":[1,"range-start"],"rangeEnd":[1,"range-end"],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"prevMonthLabel":[1,"prev-month-label"],"nextMonthLabel":[1,"next-month-label"],"viewYear":[32],"viewMonth":[32],"focused":[32],"hoverDay":[32],"view":[32],"focusGrid":[64]},null,{"value":[{"onValueChange":0}]}]]],["p-8b4b3589",[[1,"co-avatar",{"type":[1],"size":[1],"text":[1],"src":[1],"alt":[1],"icon":[1],"iconWeight":[1,"icon-weight"],"shape":[1],"color":[1],"ringColor":[513,"ring-color"],"name":[1],"imgFailed":[32]}],[257,"co-tooltip",{"content":[1],"placement":[1],"offset":[2],"showDelay":[2,"show-delay"],"hideDelay":[2,"hide-delay"],"disabled":[4],"arrow":[4],"flip":[4],"maxWidth":[1,"max-width"],"block":[516],"visible":[32],"actualPlacement":[32]},null,{"visible":[{"onVisibleChange":0}],"disabled":[{"onDisabledChange":0}]}]]]]'),e))));
|
|
1
|
+
import{p as e,g as a,b as l}from"./p-CrtiywTB.js";export{s as setNonce}from"./p-CrtiywTB.js";(()=>{const a=import.meta.url,l={};return""!==a&&(l.resourcesUrl=new URL(".",a).href),e(l)})().then((async e=>(await a(),l(JSON.parse('[["p-0c463d9a",[[1,"co-combobox",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"footerSecondaryLabel":[1,"footer-secondary-label"],"options":[1],"emptyMessage":[1,"empty-message"],"value":[1025],"multiple":[4],"size":[513],"helperText":[1,"helper-text"],"status":[1],"layout":[513],"isOpen":[32],"searchQuery":[32],"overflowCount":[32]},null,{"isOpen":[{"onOpenChange":0}],"value":[{"onValueChange":0}]}]]],["p-316c62c0",[[1,"co-date-range",{"value":[1025],"label":[1],"placeholder":[1],"disabled":[4],"clearable":[4],"presets":[4],"helperText":[1,"helper-text"],"locale":[1],"applyLabel":[1,"apply-label"],"clearLabel":[1,"clear-label"]}]]],["p-60cb66f5",[[257,"co-command-search",{"open":[1540],"placeholder":[1],"items":[1],"emptyMessage":[1,"empty-message"],"async":[516],"loading":[516],"chips":[513],"tabs":[1],"activeTab":[1,"active-tab"],"hasMore":[4,"has-more"],"moreLabel":[1,"more-label"],"favorites":[1],"query":[32]},null,{"activeTab":[{"onActiveTabChange":0}],"open":[{"onOpenChange":0}]}]]],["p-c8dba82f",[[1,"co-date-picker",{"value":[1025],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"label":[1],"placeholder":[1],"size":[513],"variant":[513],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"placement":[1],"closeOnSelect":[4,"close-on-select"],"open":[1540],"mobileBreakpoint":[2,"mobile-breakpoint"],"isMobile":[32],"internalInvalid":[32]}]]],["p-342e1da4",[[1,"co-autocomplete",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"status":[1],"options":[1],"value":[1025],"multiple":[4],"loading":[4],"minChars":[2,"min-chars"],"searchDebounce":[2,"search-debounce"],"emptyMessage":[1,"empty-message"],"isOpen":[32],"query":[32],"focused":[32]},[[4,"click","handleDocumentClick"]],{"options":[{"onOptionsChange":0}],"value":[{"onValueChange":0}]}]]],["p-7cf4b4ae",[[1,"co-date-time-picker",{"value":[1025],"timeZone":[1,"time-zone"],"stepMinutes":[2,"step-minutes"],"hour12":[4,"hour-1-2"],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"label":[1],"placeholder":[1],"size":[513],"variant":[513],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"placement":[1],"open":[1540],"mobileBreakpoint":[2,"mobile-breakpoint"],"isMobile":[32],"activeMinutes":[32]},null,{"open":[{"onOpenChange":0}]}]]],["p-76420ac1",[[257,"co-ref-field",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"labelIcon":[513,"label-icon"],"placeholder":[1],"disabled":[4],"clearable":[4],"editable":[4],"editLabel":[1,"edit-label"],"multiple":[4],"status":[1],"helperText":[1,"helper-text"],"iconLeft":[1,"icon-left"],"layout":[513],"size":[513],"variant":[513],"value":[1025],"options":[1],"selectedDisplay":[1,"selected-display"],"loading":[4],"total":[2],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"searchDebounce":[2,"search-debounce"],"emptyMessage":[1,"empty-message"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"footerSecondaryLabel":[1,"footer-secondary-label"],"maxChips":[2,"max-chips"],"panelTheme":[1,"panel-theme"],"colorMode":[1,"color-mode"],"triggerBadgeIcon":[1,"trigger-badge-icon"],"triggerBadgeLabel":[1,"trigger-badge-label"],"panelWidth":[1,"panel-width"],"avatarShape":[1,"avatar-shape"],"pinnable":[4],"listReorderable":[4,"list-reorderable"],"isOpen":[32],"overflowCount":[32]},null,{"isOpen":[{"onOpenChange":0}]}]]],["p-95efe661",[[1,"co-event-calendar",{"view":[1537],"date":[1025],"events":[1],"locale":[1],"timeZone":[1,"time-zone"],"editable":[4],"selectable":[4],"dayMaxEvents":[2,"day-max-events"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"firstDayOfWeek":[2,"first-day-of-week"],"availableViews":[1,"available-views"],"statusColors":[1,"status-colors"],"defaultDurationMinutes":[2,"default-duration-minutes"],"allDaySlot":[4,"all-day-slot"],"minTime":[1,"min-time"],"maxTime":[1,"max-time"],"slotMinutes":[2,"slot-minutes"],"snapMinutes":[2,"snap-minutes"],"scrollTime":[1,"scroll-time"],"nowIndicator":[4,"now-indicator"],"loading":[4],"anchor":[32],"clearRangeSelection":[64]},null,{"date":[{"onDateChange":0}]}]]],["p-6795a258",[[1,"co-avatar-group",{"items":[16],"max":[2],"size":[1],"shape":[1],"interactive":[4],"label":[1]}]]],["p-07d570a6",[[1,"co-column-picker",{"label":[1],"secondaryLabel":[1,"secondary-label"],"options":[1],"value":[1025],"multiple":[4],"disabled":[4],"showToolbar":[4,"show-toolbar"],"showSearch":[4,"show-search"],"clearable":[4],"placeholder":[1],"maxHeight":[2,"max-height"],"emptyText":[1,"empty-text"],"selectAllText":[1,"select-all-text"],"clearText":[1,"clear-text"],"expandText":[1,"expand-text"],"collapseText":[1,"collapse-text"],"selectedText":[1,"selected-text"],"sections":[1],"status":[1],"helperText":[1,"helper-text"],"isOpen":[32],"query":[32],"expandedKeys":[32],"focused":[32]},[[4,"click","handleDocumentClick"]],{"options":[{"onOptionsChange":0}]}]]],["p-da18b5f4",[[260,"co-data-table",{"columns":[1],"rows":[1],"rowKey":[1,"row-key"],"loading":[4],"skeletonRows":[2,"skeleton-rows"],"emptyTitle":[1,"empty-title"],"emptyMessage":[1,"empty-message"],"emptyIcon":[1,"empty-icon"],"emptyActionLabel":[1,"empty-action-label"],"emptyActionVariant":[1,"empty-action-variant"],"emptyActionIcon":[1,"empty-action-icon"],"sortField":[1537,"sort-field"],"sortOrder":[1537,"sort-order"],"filteredFields":[513,"filtered-fields"],"indirectFilteredFields":[513,"indirect-filtered-fields"],"selectable":[4],"selectedKeys":[1025,"selected-keys"],"resizable":[4],"parsedColumns":[32],"parsedRows":[32],"parsedSelectedKeys":[32],"parsedFilteredFields":[32],"parsedIndirectFields":[32],"columnWidths":[32],"resizingColumn":[32],"resizeStartX":[32],"resizeStartWidth":[32]},null,{"columns":[{"parseColumns":0}],"rows":[{"parseRows":0}],"selectedKeys":[{"parseSelectedKeys":0}],"filteredFields":[{"parseFilteredFields":0}],"indirectFilteredFields":[{"parseIndirectFields":0}]}]]],["p-e84eda2e",[[257,"co-file-field",{"label":[1],"disabled":[4],"readonly":[4],"required":[4],"multiple":[4],"accept":[1],"maxFiles":[2,"max-files"],"maxBytes":[2,"max-bytes"],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"locale":[1],"uploadButtonText":[1,"upload-button-text"],"dropText":[1,"drop-text"],"uploadedTitle":[1,"uploaded-title"],"reorderable":[4],"files":[1],"dragOver":[32],"localError":[32],"copiedKey":[32],"armedKey":[32],"dragKey":[32],"overKey":[32],"failedPreviews":[32]}]]],["p-93c68029",[[1,"co-select",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"disabled":[4],"iconLeft":[1,"icon-left"],"clearable":[4],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"options":[1],"value":[1025],"multiple":[4],"size":[513],"variant":[513],"searchable":[516],"searchPlaceholder":[1,"search-placeholder"],"emptyText":[1,"empty-text"],"showFooter":[4,"show-footer"],"footerPrimaryLabel":[1,"footer-primary-label"],"isOpen":[32],"scrollTop":[32],"searchText":[32],"sortSnapshot":[32],"activeIndex":[32]},null,{"isOpen":[{"onOpenChange":0}]}]]],["p-bfc2a849",[[257,"co-action-bar",{"open":[516],"label":[1],"dismissible":[4],"position":[513],"ariaLabelText":[1,"aria-label-text"],"liveText":[32],"animated":[32]},null,{"label":[{"onLabelChange":0}]}]]],["p-ce35c898",[[257,"co-breadcrumb",{"separator":[1],"items":[1]},null,{"separator":[{"watchSeparator":0}]}]]],["p-f25967fb",[[1,"co-color-picker",{"value":[1025],"label":[1],"placeholder":[1],"disabled":[4],"required":[4],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"name":[1],"presets":[1],"isOpen":[32],"copied":[32]}]]],["p-a9b29cc2",[[257,"co-drive-card",{"variant":[1],"density":[1],"accent":[1],"name":[1],"meta":[1],"selected":[516],"starred":[516],"active":[516],"ext":[1]}]]],["p-d15d3a97",[[257,"co-list-item",{"label":[1],"description":[1],"icon":[1],"selected":[516],"disabled":[4],"dense":[516],"labelTruncated":[32],"descTruncated":[32]},null,{"label":[{"onTextChange":0}],"description":[{"onTextChange":0}]}]]],["p-fd39f410",[[257,"co-menu-item",{"icon":[1],"iconSize":[2,"icon-size"],"label":[1],"caption":[1],"dense":[4],"selected":[4],"trailingCheck":[4,"trailing-check"],"disabled":[4],"variant":[1],"hasSubmenu":[32],"submenuOpen":[32],"focusItem":[64]}]]],["p-07904986",[[257,"co-modal",{"open":[1540],"heading":[1],"description":[1],"closable":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"size":[513],"noDividers":[516,"no-dividers"],"hasFooter":[32]},[[4,"keydown","handleKeydown"]]]]],["p-23a103a0",[[0,"co-rich-text-editor",{"value":[1025],"preset":[1],"placeholder":[1],"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1],"variant":[513],"disabled":[4],"readonly":[4],"required":[4],"maxLength":[2,"max-length"],"showCharacterCount":[4,"show-character-count"],"autofocus":[4],"toolbar":[1],"features":[1],"customExtensions":[16],"imageUpload":[16],"attachmentsEnabled":[4,"attachments-enabled"],"attachmentAccept":[1,"attachment-accept"],"fontFamilies":[1,"font-families"],"accountFonts":[1,"account-fonts"],"fontsLoading":[4,"fonts-loading"],"fontLoader":[16],"locale":[1],"ready":[32],"hasFocus":[32],"getJSON":[64],"getHtml":[64],"getText":[64],"clear":[64],"focusEditor":[64],"setContent":[64],"getEditorInstance":[64]},null,{"accountFonts":[{"onAccountFontsChange":0}],"value":[{"onValueChange":0}],"disabled":[{"onEditableChange":0}],"readonly":[{"onEditableChange":0}]}]]],["p-88a0659f",[[1,"co-sidebar-nav",{"items":[1],"activeKey":[513,"active-key"],"mode":[513],"searchable":[4],"searchPlaceholder":[1,"search-placeholder"],"search":[1],"iconMap":[1,"icon-map"],"translations":[1],"searchText":[32],"expandedKeys":[32],"flyoutKey":[32],"flyoutPosition":[32]},null,{"iconMap":[{"onIconMapChange":0}],"translations":[{"onTranslationsChange":0}],"search":[{"onSearchChange":0}],"activeKey":[{"onActiveKeyChange":0}],"items":[{"onItemsChange":0}]}]]],["p-a8c64cc3",[[257,"co-accordion",{"open":[1540],"heading":[1],"subheading":[1],"disabled":[4],"hasSubheadingSlot":[32]}]]],["p-dfd25f1d",[[1,"co-audio-player",{"src":[1],"compact":[4],"bars":[2],"barDensity":[2,"bar-density"],"preload":[1],"downloadFilename":[1,"download-filename"],"noDownload":[4,"no-download"],"isPlaying":[32],"isLoading":[32],"hasError":[32],"currentTime":[32],"duration":[32],"peaks":[32],"containerWidth":[32],"playbackRate":[32]},null,{"src":[{"onSrcChange":0}]}]]],["p-e8878cf9",[[257,"co-carousel",{"value":[1538],"autoplay":[4],"interval":[2],"loop":[4],"arrows":[4],"dots":[4],"pauseOnHover":[4,"pause-on-hover"],"swipe":[4],"aspectRatio":[1,"aspect-ratio"],"locale":[1],"itemCount":[32],"dragDx":[32],"dragging":[32],"rotating":[32],"next":[64],"prev":[64],"goTo":[64]},null,{"value":[{"watchValue":0}],"locale":[{"watchLocale":0}],"autoplay":[{"watchAutoplay":0}],"interval":[{"watchAutoplay":0}]}]]],["p-85a61e28",[[1,"co-checkbox-group",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1025],"options":[1],"direction":[1],"size":[1],"disabled":[4]},null,{"value":[{"onValueChange":0}]}]]],["p-ab45d9bd",[[1,"co-data-table-pagination",{"page":[1538],"pageSize":[1538,"page-size"],"totalCount":[2,"total-count"],"pageSizes":[1,"page-sizes"],"perPageLabel":[1,"per-page-label"],"recordsLabel":[1,"records-label"],"jumpToPageLabel":[1,"jump-to-page-label"],"previousLabel":[1,"previous-label"],"nextLabel":[1,"next-label"],"parsedPageSizes":[32],"jumpToValue":[32],"showPageSizeDropdown":[32]},null,{"pageSizes":[{"parsePageSizes":0}]}]]],["p-43bd298d",[[257,"co-drop-zone",{"active":[1540],"accent":[1],"label":[1],"icon":[1]}]]],["p-54ae807d",[[1,"co-emoji-picker",{"locale":[1],"searchPlaceholder":[1,"search-placeholder"],"emptyMessage":[1,"empty-message"],"label":[1],"searchable":[516],"showCategories":[516,"show-categories"],"columns":[2],"skinTone":[1537,"skin-tone"],"recent":[16],"recentLimit":[2,"recent-limit"],"term":[32],"activeIndex":[32],"scrollTop":[32],"viewportHeight":[32],"localeNames":[32],"toneOpen":[32]},null,{"locale":[{"onLocaleChange":0}]}]]],["p-b0319a2d",[[257,"co-empty-state",{"icon":[1],"heading":[1],"description":[1],"variant":[1],"size":[1],"iconWeight":[1,"icon-weight"]}]]],["p-4b083da4",[[1,"co-fab",{"icon":[1],"label":[1],"variant":[1],"size":[1],"ariaLabelText":[1,"aria-label-text"],"disabled":[4],"position":[1],"expandOnHover":[4,"expand-on-hover"]}]]],["p-36197363",[[257,"co-helper-text",{"status":[1],"message":[1]}]]],["p-409f28bb",[[257,"co-input",{"label":[1],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"value":[1025],"helperText":[1,"helper-text"],"disabled":[4],"readonly":[4],"clearable":[4],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"layout":[513],"type":[1],"name":[1],"required":[4],"autoFocus":[4,"auto-focus"],"autocomplete":[1],"status":[1],"size":[513],"variant":[513],"fill":[4],"actionLabel":[1,"action-label"],"actionIcon":[1,"action-icon"],"hasFocus":[32],"setFocus":[64]},null,{"value":[{"onValueChange":0}]}]]],["p-18d34b01",[[1,"co-json-field",{"value":[1025],"label":[1],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"rows":[2],"status":[1],"helperText":[1,"helper-text"],"invalidMessage":[1,"invalid-message"],"layout":[513],"size":[513],"draft":[32],"internalInvalid":[32],"hasFocus":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-3f0eed59",[[257,"co-menu",{"placement":[1],"offset":[2],"autoClose":[4,"auto-close"],"open":[1540],"width":[1],"focusFirstItem":[64]},[[0,"coMenuSelect","handleMenuSelect"]],{"open":[{"onOpenChange":0}]}]]],["p-a2d31248",[[1,"co-number-field",{"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1538],"min":[2],"max":[2],"step":[2],"disabled":[4],"placeholder":[1],"size":[513],"clearable":[4],"format":[513],"focused":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-09799193",[[257,"co-page-header",{"heading":[1],"icon":[1]}]]],["p-23b3ff3f",[[1,"co-phone-field",{"label":[1],"placeholder":[1],"value":[1025],"disabled":[4],"required":[4],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"defaultCountry":[1,"default-country"],"selectedIso2":[32],"numberPart":[32],"isOpen":[32],"searchQuery":[32]},null,{"value":[{"onValueChange":0}],"defaultCountry":[{"onDefaultCountryChange":0}]}]]],["p-da546d08",[[1,"co-radio-group",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"layout":[513],"status":[1],"value":[1025],"options":[1],"direction":[1],"size":[1],"disabled":[4],"name":[1]},null,{"value":[{"onValueChange":0}]}]]],["p-e5495539",[[1,"co-rating",{"label":[1],"value":[1538],"max":[2],"size":[1],"disabled":[4],"readOnly":[4,"read-only"],"icon":[1],"helperText":[1,"helper-text"],"status":[1],"hoverValue":[32]}]]],["p-0e91e5c4",[[1,"co-slider",{"label":[1],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1],"value":[1026],"min":[2],"max":[2],"step":[2],"disabled":[4],"showValue":[4,"show-value"],"showMarks":[4,"show-marks"],"dragging":[32]}]]],["p-7e53e9c8",[[1,"co-switch",{"checked":[1540],"disabled":[4],"label":[1],"required":[4],"secondaryLabel":[1,"secondary-label"],"helperText":[1,"helper-text"],"status":[1]}]]],["p-c5684c79",[[1,"co-tab",{"label":[1],"value":[1],"selected":[1540],"size":[1],"variant":[1],"badge":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"disabled":[4]}]]],["p-568cfe8d",[[1,"co-tags-field",{"value":[1025],"label":[1],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"clearable":[4],"maxTags":[2,"max-tags"],"allowDuplicates":[4,"allow-duplicates"],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"draft":[32],"editingIndex":[32],"editingDraft":[32],"hasFocus":[32]},null,{"editingIndex":[{"onEditingIndexChange":0}]}]]],["p-33ea4a90",[[1,"co-textarea",{"value":[1025],"label":[1],"secondaryLabel":[1,"secondary-label"],"placeholder":[1],"name":[1],"required":[4],"disabled":[4],"readonly":[4],"rows":[2],"maxLength":[2,"max-length"],"status":[1],"helperText":[1,"helper-text"],"layout":[513],"size":[513],"variant":[513],"clearable":[4],"resize":[1],"hasFocus":[32]}]]],["p-fabe5fb2",[[257,"co-toast",{"message":[1],"description":[1],"icon":[1],"dismissible":[4],"actionsLayout":[1,"actions-layout"],"variant":[1],"progress":[2],"entered":[32]}]]],["p-7c88163e",[[257,"co-toggle-button",{"selected":[1540],"value":[1],"label":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"size":[513],"disabled":[4],"variant":[513],"selectedIconWeight":[1,"selected-icon-weight"]}]]],["p-2d329ac8",[[1,"co-transfer-list",{"label":[1],"leftTitle":[1,"left-title"],"rightTitle":[1,"right-title"],"options":[1],"value":[1025],"disabled":[4],"helperText":[1,"helper-text"],"status":[1],"leftChecked":[32],"rightChecked":[32]}]]],["p-dfcf667d",[[1,"co-video",{"src":[1],"poster":[1],"type":[1],"preload":[1],"autoplay":[4],"loop":[4],"muted":[1028],"volume":[1026],"currentTime":[1026,"current-time"],"playbackRate":[1026,"playback-rate"],"playbackRates":[1,"playback-rates"],"controls":[4],"showPlay":[4,"show-play"],"showVolume":[4,"show-volume"],"showProgress":[4,"show-progress"],"showTime":[4,"show-time"],"showFullscreen":[4,"show-fullscreen"],"showSpeed":[4,"show-speed"],"showPip":[4,"show-pip"],"showDownload":[4,"show-download"],"allowDownload":[4,"allow-download"],"aspectRatio":[1,"aspect-ratio"],"rounded":[1],"controlsAutoHide":[4,"controls-auto-hide"],"controlsAutoHideDelay":[2,"controls-auto-hide-delay"],"disabled":[4],"watchThreshold":[2,"watch-threshold"],"locale":[1],"isPlaying":[32],"internalCurrentTime":[32],"duration":[32],"buffered":[32],"volumeLevel":[32],"isMuted":[32],"isFullscreen":[32],"internalPlaybackRate":[32],"isLoading":[32],"showControlBar":[32],"hasError":[32],"errorMessage":[32],"showSpeedMenu":[32],"isPip":[32],"thresholdFired":[32],"hasStarted":[32],"isSeeking":[32],"showVolumeSlider":[32],"play":[64],"pause":[64],"togglePlay":[64],"seek":[64],"setVolume":[64],"toggleMute":[64],"toggleFullscreen":[64],"togglePip":[64]},null,{"src":[{"onSrcChange":0}],"muted":[{"onMutedChange":0}],"volume":[{"onVolumeChange":0}],"currentTime":[{"onCurrentTimeChange":0}],"playbackRate":[{"onPlaybackRateChange":0}],"playbackRates":[{"onPlaybackRatesChange":0}]}]]],["p-8183f56f",[[257,"co-app-shell",{"sidebarMode":[1537,"sidebar-mode"],"contentCard":[4,"content-card"]}]]],["p-17ae943c",[[1,"co-badge",{"size":[1],"color":[1]}]]],["p-4f754c9a",[[257,"co-bottom-sheet",{"open":[1540],"heading":[513],"maxHeight":[513,"max-height"],"dismissible":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"showHandle":[516,"show-handle"],"hasFooter":[32],"hasHeaderSlot":[32]},[[4,"keydown","handleKey"]],{"open":[{"onOpenChange":0}]}]]],["p-8eb485c8",[[257,"co-button-group",{"variant":[1],"size":[1],"direction":[1],"disabled":[4]}]]],["p-a6357340",[[257,"co-card",{"variant":[1],"padding":[1],"clickable":[4],"stretch":[516],"hasHeader":[32],"hasFooter":[32]}]]],["p-682b3313",[[257,"co-carousel-item"]]],["p-fef5db54",[[257,"co-event-popover",{"open":[1540],"anchorRect":[16],"placement":[1],"color":[1],"dot":[4],"closeOnEscape":[4,"close-on-escape"],"closeOnClickOutside":[4,"close-on-click-outside"],"popoverLabel":[1,"popover-label"]},null,{"open":[{"onOpenChange":0}],"anchorRect":[{"onAnchorChange":0}]}]]],["p-4c7e3984",[[257,"co-media-thumb",{"src":[1],"video":[4],"height":[8],"radius":[2],"alt":[1]}]]],["p-8345b25f",[[1,"co-menu-divider"]]],["p-b8581787",[[257,"co-navbar",{"variant":[1],"size":[1],"rounded":[4]}]]],["p-fb3a095b",[[1,"co-progress-bar",{"value":[2],"status":[1],"variant":[1],"thickness":[2],"indeterminate":[516]}]]],["p-dca4cd5f",[[1,"co-progress-circle",{"value":[2],"status":[1],"size":[2],"strokeWidth":[2,"stroke-width"],"showLabel":[4,"show-label"]}]]],["p-1c68bc41",[[1,"co-radio",{"checked":[1540],"size":[1],"disabled":[4],"label":[1],"value":[1]}]]],["p-e6882ddd",[[1,"co-rich-text-viewer",{"value":[1],"format":[1],"preset":[1],"emptyText":[1,"empty-text"],"compact":[4],"features":[1],"html":[32]},null,{"value":[{"watchInputs":0}],"format":[{"watchInputs":0}],"preset":[{"watchInputs":0}],"features":[{"watchInputs":0}]}]]],["p-8f38e24d",[[257,"co-row",{"position":[1],"size":[1]}]]],["p-f83b48fd",[[257,"co-segmented-bar",{"thickness":[2],"radius":[1],"trackColor":[1,"track-color"],"total":[2],"segments":[1]}]]],["p-ac91259e",[[1,"co-separator",{"vertical":[516],"spaced":[520],"inset":[520],"color":[1],"size":[1],"dark":[516]}]]],["p-d40a465f",[[257,"co-sidebar",{"mode":[1537]}]]],["p-ef5e1167",[[257,"co-tab-group",{"value":[1537],"variant":[1]},[[0,"coTabSelect","onTabSelect"]],{"value":[{"watchValue":0}],"variant":[{"watchVariant":0}]}]]],["p-c1e7fb32",[[257,"co-toggle-button-group",{"value":[1025],"multiple":[4],"size":[1],"disabled":[4],"direction":[1],"fullWidth":[516,"full-width"],"variant":[513]},[[0,"coToggle","handleToggle"]],{"value":[{"syncChildren":0}],"variant":[{"syncVariant":0}]}]]],["p-e364b8a5",[[1,"co-icon",{"name":[1],"weight":[1],"size":[2],"svgContent":[32]},null,{"name":[{"onPropsChange":0}],"weight":[{"onPropsChange":0}]}]]],["p-1ddbc48b",[[1,"co-date-range-picker",{"value":[1025],"min":[1],"max":[1],"locale":[1],"displayFormat":[1,"display-format"],"firstDayOfWeek":[2,"first-day-of-week"],"presets":[4],"presetIds":[1,"preset-ids"],"allowSameDay":[4,"allow-same-day"],"minRangeDays":[2,"min-range-days"],"maxRangeDays":[2,"max-range-days"],"clearable":[4],"applyOnSelect":[4,"apply-on-select"],"disabled":[4],"readonly":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"label":[1],"required":[4],"placeholder":[1],"layout":[513],"size":[513],"variant":[513],"placement":[1],"open":[1540],"applyLabel":[1,"apply-label"],"cancelLabel":[1,"cancel-label"],"clearLabel":[1,"clear-label"],"fromLabel":[1,"from-label"],"toLabel":[1,"to-label"],"mobileBreakpoint":[2,"mobile-breakpoint"],"draftFrom":[32],"draftTo":[32],"isMobile":[32]},null,{"value":[{"onValueChange":0}]}]]],["p-7c5e846a",[[257,"co-breadcrumb-item",{"label":[1],"value":[1],"icon":[1],"current":[4],"separator":[1]}]]],["p-f5f1b463",[[257,"co-button",{"variant":[1],"shape":[513],"size":[1],"elevated":[4],"surface":[1],"disabled":[516],"label":[1],"ariaLabelText":[1,"aria-label-text"],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconWeight":[1,"icon-weight"],"type":[1],"color":[1],"textColor":[1,"text-color"],"iconSize":[2,"icon-size"]}]]],["p-2114c036",[[1,"co-file-type-tile",{"ext":[1],"size":[2],"radius":[2],"colorTags":[4,"color-tags"]}]]],["p-bcedbd73",[[1,"co-icon-button",{"variant":[1],"surface":[1],"shape":[513],"size":[1],"boxSize":[2,"box-size"],"iconSize":[2,"icon-size"],"disabled":[516],"label":[1],"icon":[1],"iconWeight":[1,"icon-weight"]}]]],["p-983af614",[[1,"co-lightbox",{"images":[1],"startIndex":[2,"start-index"],"open":[1540],"locale":[1],"index":[32],"scale":[32],"tx":[32],"ty":[32],"dragging":[32]},null,{"open":[{"onOpenChange":0}],"startIndex":[{"onStartIndexChange":0}],"images":[{"onImagesChange":0}]}]]],["p-8e667eb6",[[1,"co-rich-text-toolbar",{"editor":[16],"variant":[1],"disabled":[4],"locale":[1],"imageUpload":[16],"attachmentsEnabled":[4,"attachments-enabled"],"attachmentAccept":[1,"attachment-accept"],"items":[32],"tick":[32],"openPopover":[32],"popoverInput":[32],"gridHoverRows":[32],"gridHoverCols":[32],"gridLockedRows":[32],"gridLockedCols":[32],"tableTab":[32],"tableManualRows":[32],"tableManualCols":[32],"tableWithHeader":[32],"tableContextItems":[32],"imagePopoverMode":[32],"colorHexInput":[32]},null,{"variant":[{"onVariantChange":0}],"attachmentsEnabled":[{"onAttachmentsEnabledChange":0}],"editor":[{"onEditorChange":0}],"openPopover":[{"onOpenPopoverChange":0}]}]]],["p-89e38c5e",[[257,"co-list-footer",{"primaryLabel":[1,"primary-label"],"primaryIcon":[1,"primary-icon"],"secondaryLabel":[1,"secondary-label"],"secondaryIcon":[1,"secondary-icon"]}]]],["p-2f88d151",[[1,"co-checkbox",{"checked":[1540],"indeterminate":[1540],"size":[1],"disabled":[4],"label":[1],"value":[1],"onColor":[1,"on-color"],"appearance":[1]}]]],["p-dea43204",[[1,"co-provider-logo",{"provider":[513],"size":[2],"plated":[516]}],[1,"co-skeleton",{"variant":[513],"width":[1],"height":[1]}]]],["p-7ea87b75",[[1,"co-calendar-month",{"events":[16],"year":[2],"month":[2],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"timeZone":[1,"time-zone"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"editable":[4],"selectable":[4],"maxLanes":[2,"max-lanes"],"loading":[4],"focused":[32],"dragOverDate":[32],"dragId":[32],"nowMs":[32],"selectedDate":[32],"clearSelection":[64]},null,{"events":[{"onEventsChange":0}]}],[1,"co-calendar-timegrid",{"events":[16],"dates":[16],"locale":[1],"timeZone":[1,"time-zone"],"editable":[4],"selectable":[4],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"slotMinutes":[2,"slot-minutes"],"snapMinutes":[2,"snap-minutes"],"defaultDurationMinutes":[2,"default-duration-minutes"],"scrollTime":[1,"scroll-time"],"nowIndicator":[4,"now-indicator"],"loading":[4],"allDaySlot":[4,"all-day-slot"],"minTime":[1,"min-time"],"maxTime":[1,"max-time"],"nowMinutes":[32],"nowDay":[32],"focusDate":[32],"focusMin":[32],"selDate":[32],"selStartMin":[32],"selEndMin":[32],"dragId":[32],"clearSelection":[64]},null,{"events":[{"onEventsChange":0}]}]]],["p-ac466658",[[257,"co-overlay",{"open":[1540],"trapFocus":[516,"trap-focus"],"closeOnEscape":[516,"close-on-escape"]},[[4,"keydown","handleKeydown"]],{"open":[{"onOpenChange":0}]}]]],["p-2828ecf6",[[1,"co-loader",{"visible":[516],"overlay":[516],"size":[513],"text":[1],"background":[1]}]]],["p-6bf814f9",[[257,"co-option-list",{"items":[1],"value":[1],"selectedItems":[1,"selected-items"],"multiple":[4],"selectedFirst":[4,"selected-first"],"selectedAffordance":[1,"selected-affordance"],"removableItems":[4,"removable-items"],"reorderable":[4],"pinnable":[4],"listReorderable":[4,"list-reorderable"],"searchable":[516],"searchPlaceholder":[1,"search-placeholder"],"searchDebounce":[2,"search-debounce"],"initialTerm":[1,"initial-term"],"loading":[4],"total":[2],"hasMore":[4,"has-more"],"emptyMessage":[1,"empty-message"],"clearOptionLabel":[1,"clear-option-label"],"virtual":[516],"highlightMatches":[4,"highlight-matches"],"highlightTerm":[1,"highlight-term"],"avatarShape":[1,"avatar-shape"],"autoHighlight":[4,"auto-highlight"],"term":[32],"activeIndex":[32],"scrollTop":[32],"armedKey":[32],"dragKey":[32],"overKey":[32],"dropAfter":[32],"displaySnapshot":[32],"snapshotOrder":[64],"focusSearch":[64],"scrollToSelected":[64],"handleKey":[64]},null,{"items":[{"onItemsChange":0}]}],[257,"co-chip",{"shape":[1],"size":[1],"iconMode":[1,"icon-mode"],"variant":[1],"color":[1],"label":[1],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconWeight":[1,"icon-weight"],"valueLabel":[1,"value-label"],"trailingIcon":[1,"trailing-icon"],"removable":[516],"dot":[516],"dotColor":[513,"dot-color"],"clickable":[4],"disabled":[4],"selected":[1540]}]]],["p-a6b5cadd",[[257,"co-popover",{"open":[1540],"placement":[1],"matchWidth":[516,"match-width"],"offset":[2],"closeOnClickOutside":[4,"close-on-click-outside"],"closeOnEscape":[4,"close-on-escape"],"flip":[4],"toggle":[64],"show":[64],"hide":[64]},null,{"open":[{"onOpenChange":0}]}]]],["p-3495fda1",[[1,"co-date-field",{"value":[1025],"size":[513],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"displayFormat":[1,"display-format"],"label":[1],"placeholder":[1],"name":[1],"disabled":[4],"readonly":[4],"required":[4],"clearable":[4],"invalid":[4],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"layout":[513],"clearLabel":[1,"clear-label"],"draft":[32],"internalInvalid":[32],"hasFocus":[32],"focusInput":[64]},null,{"value":[{"onValueChange":0}]}],[257,"co-drawer",{"open":[1540],"position":[513],"size":[513],"heading":[1],"description":[1],"icon":[1],"closable":[4],"closeOnOverlay":[4,"close-on-overlay"],"closeOnEscape":[4,"close-on-escape"],"modeless":[516],"loading":[4],"hasFooter":[32],"hasTabs":[32],"hasHeaderSlot":[32]},[[4,"keydown","handleKey"]],{"open":[{"onOpenChange":0}]}],[1,"co-calendar",{"mode":[1],"value":[1],"rangeStart":[1,"range-start"],"rangeEnd":[1,"range-end"],"min":[1],"max":[1],"disabledDates":[1,"disabled-dates"],"disabledDaysOfWeek":[1,"disabled-days-of-week"],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"prevMonthLabel":[1,"prev-month-label"],"nextMonthLabel":[1,"next-month-label"],"viewYear":[32],"viewMonth":[32],"focused":[32],"hoverDay":[32],"view":[32],"focusGrid":[64]},null,{"value":[{"onValueChange":0}]}]]],["p-7532c739",[[1,"co-avatar",{"type":[1],"size":[1],"text":[1],"src":[1],"alt":[1],"icon":[1],"iconWeight":[1,"icon-weight"],"shape":[1],"color":[1],"ringColor":[513,"ring-color"],"name":[1],"imgFailed":[32]}],[257,"co-tooltip",{"content":[1],"placement":[1],"offset":[2],"showDelay":[2,"show-delay"],"hideDelay":[2,"hide-delay"],"disabled":[4],"arrow":[4],"flip":[4],"maxWidth":[1,"max-width"],"block":[516],"visible":[32],"actualPlacement":[32]},null,{"visible":[{"onVisibleChange":0}],"disabled":[{"onDisabledChange":0}]}]]]]'),e))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as o,a as i}from"./p-CrtiywTB.js";import{i as s}from"./p-BG4WRR22.js";import{c as a,g as e,f as r}from"./p-BMdapAL8.js";const n={xl:80,lg:64,md:56,sm:48,xs:32,xxs:24},c={xl:32,lg:28,md:24,sm:20,xs:16,xxs:12},l={xl:"var(--co-font-size-26)",lg:"var(--co-font-size-22)",md:"var(--co-font-size-18)",sm:"var(--co-font-size-16)",xs:"var(--co-font-size-12)",xxs:"var(--co-font-size-10)"},h=class{constructor(o){t(this,o),this.type="text",this.size="md",this.icon="user",this.iconWeight="regular",this.shape="circle",this.imgFailed=!1,this.handleImgError=()=>{this.imgFailed=!0}}render(){var t,i,a,e,r,h,p;const d=null!==(t=n[this.size])&&void 0!==t?t:56,v=null!==(i=c[this.size])&&void 0!==i?i:24,b=null!==(a=l[this.size])&&void 0!==a?a:"var(--co-font-size-18)",f="image"===this.type&&this.src&&!this.imgFailed,m="icon"===this.type||"image"===this.type&&!f&&!this.text,L="text"===this.type?this.text:"image"===this.type&&null!==(r=null!==(e=this.alt)&&void 0!==e?e:this.text)&&void 0!==r?r:this.icon,u=o("div",{class:{"co-avatar":!0,[`co-avatar--${this.size}`]:!0,[`co-avatar--${this.type}`]:!0,"co-avatar--square":"square"===this.shape,"co-avatar--light":!!this.color&&s(this.color)},style:Object.assign(Object.assign({width:`var(--co-avatar-size, ${d}px)`,height:`var(--co-avatar-size, ${d}px)`,fontSize:b},this.color?{background:this.color}:{}),this.ringColor?{"--co-avatar-border-color":this.ringColor,"--co-avatar-border-width":"2px"}:{}),part:"avatar",role:"img","aria-label":L},f?o("img",{class:"co-avatar__img",src:this.src,alt:null!==(p=null!==(h=this.alt)&&void 0!==h?h:this.text)&&void 0!==p?p:"",onError:this.handleImgError}):m?o("co-icon",{name:this.icon,weight:this.iconWeight,size:v}):o("span",{class:"co-avatar__text"},this.text));return this.name?o("co-tooltip",{content:this.name},u):u}};h.style=":host{display:inline-flex;--co-avatar-squircle:url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M100 50L99.94 68.06L99.75 73.81L99.44 77.94L99.01 81.26L98.44 84.05L97.74 86.46L96.91 88.57L95.94 90.43L94.81 92.07L93.53 93.53L92.07 94.81L90.43 95.94L88.57 96.91L86.46 97.74L84.05 98.44L81.26 99.01L77.94 99.44L73.81 99.75L68.06 99.94L50 100L31.94 99.94L26.19 99.75L22.06 99.44L18.74 99.01L15.95 98.44L13.54 97.74L11.43 96.91L9.57 95.94L7.93 94.81L6.47 93.53L5.19 92.07L4.06 90.43L3.09 88.57L2.26 86.46L1.56 84.05L0.99 81.26L0.56 77.94L0.25 73.81L0.06 68.06L0 50L0.06 31.94L0.25 26.19L0.56 22.06L0.99 18.74L1.56 15.95L2.26 13.54L3.09 11.43L4.06 9.57L5.19 7.93L6.47 6.47L7.93 5.19L9.57 4.06L11.43 3.09L13.54 2.26L15.95 1.56L18.74 0.99L22.06 0.56L26.19 0.25L31.94 0.06L50 0L68.06 0.06L73.81 0.25L77.94 0.56L81.26 0.99L84.05 1.56L86.46 2.26L88.57 3.09L90.43 4.06L92.07 5.19L93.53 6.47L94.81 7.93L95.94 9.57L96.91 11.43L97.74 13.54L98.44 15.95L99.01 18.74L99.44 22.06L99.75 26.19L99.94 31.94Z' fill='%23fff'/></svg>\")}.co-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--co-border-radius-full);background:var(--co-semantic-surface-primary);color:var(--co-semantic-on-primary);font-family:var(--co-font-family-primary);font-weight:600;line-height:1;letter-spacing:var(--co-font-letter-spacing-body);overflow:hidden;flex-shrink:0;user-select:none;-webkit-font-smoothing:antialiased}.co-avatar::after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 var(--co-avatar-border-width, 1px) var(--co-avatar-border-color, transparent)}.co-avatar__text{text-transform:uppercase}.co-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.co-avatar--square{border-radius:0;-webkit-mask:var(--co-avatar-squircle) center / 100% 100% no-repeat;mask:var(--co-avatar-squircle) center / 100% 100% no-repeat}.co-avatar--square::after{--co-avatar-bw:var(--co-avatar-border-width, 1px);box-shadow:none;background:var(--co-avatar-border-color, transparent);-webkit-mask:var(--co-avatar-squircle) center / 100% 100% no-repeat, var(--co-avatar-squircle) center / calc(100% - 2 * var(--co-avatar-bw)) calc(100% - 2 * var(--co-avatar-bw)) no-repeat;-webkit-mask-composite:xor;mask:var(--co-avatar-squircle) center / 100% 100% no-repeat, var(--co-avatar-squircle) center / calc(100% - 2 * var(--co-avatar-bw)) calc(100% - 2 * var(--co-avatar-bw)) no-repeat;mask-composite:exclude}.co-avatar--light{color:rgba(0, 0, 0, 0.87)}co-tooltip{display:inline-flex;align-items:center;line-height:0}";const p=class{constructor(o){t(this,o),this.content="",this.placement="top",this.offset=8,this.showDelay=300,this.hideDelay=100,this.disabled=!1,this.arrow=!0,this.flip=!0,this.maxWidth="280px",this.block=!1,this.visible=!1,this.actualPlacement="top",this.suppressed=!1,this.scrollParents=[],this.cachedOffsetAncestor=null,this.offsetAncestorComputed=!1,this.scheduleShow=()=>{this.disabled||!this.content||this.suppressed||(this.clearHideTimeout(),this.visible||(this.showTimeout=setTimeout((()=>{this.visible=!0}),this.showDelay)))},this.scheduleHide=()=>{this.clearShowTimeout(),this.visible&&(this.hideTimeout=setTimeout((()=>{this.visible=!1}),this.hideDelay))},this.hideImmediate=()=>{this.clearTimers(),this.visible=!1},this.handleMouseEnter=()=>{this.scheduleShow()},this.handleMouseLeave=()=>{this.suppressed=!1,this.scheduleHide()},this.handlePointerDown=()=>{this.suppressed=!0,this.hideImmediate()},this.handleFocusIn=()=>{this.scheduleShow()},this.handleFocusOut=()=>{this.suppressed=!1,this.scheduleHide()},this.handleKeyDown=t=>{"Escape"===t.key&&this.visible&&this.hideImmediate()},this.updatePosition=()=>{if(!this.visible||!this.triggerEl||!this.panelEl)return;const t=this.triggerEl.getBoundingClientRect(),o=this.panelEl.getBoundingClientRect();if(0===o.width&&0===o.height)return;const{top:i,left:s,actualPlacement:r}=a(t,o,{placement:this.placement,offset:this.offset,flip:this.flip});this.actualPlacement=r;let n=i,c=s;if(!this.panelEl.matches(":popover-open")&&(this.offsetAncestorComputed||(this.cachedOffsetAncestor=e(this.panelEl),(this.cachedOffsetAncestor||this.panelEl.isConnected)&&(this.offsetAncestorComputed=!0)),this.cachedOffsetAncestor)){const t=this.cachedOffsetAncestor.getBoundingClientRect();n-=t.top,c-=t.left}this.panelEl&&(this.panelEl.style.top=`${n}px`,this.panelEl.style.left=`${c}px`,this.panelEl.classList.add("co-tooltip__panel--positioned"))},this.scheduleUpdate=()=>{this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame(this.updatePosition)}}disconnectedCallback(){this.clearTimers(),this.cleanupListeners()}onVisibleChange(t){t?(this.scheduleUpdate(),requestAnimationFrame((()=>{requestAnimationFrame((()=>{this.updatePosition()}))})),this.addScrollListeners()):(this.cleanupListeners(),this.cachedOffsetAncestor=null,this.offsetAncestorComputed=!1,this.panelEl=void 0)}onDisabledChange(t){t&&this.visible&&(this.visible=!1,this.clearTimers())}clearShowTimeout(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=void 0)}clearHideTimeout(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=void 0)}clearTimers(){this.clearShowTimeout(),this.clearHideTimeout()}promotePanel(){const t=this.panelEl;if(t&&"function"==typeof t.showPopover)try{t.matches(":popover-open")||t.showPopover()}catch(t){}}addScrollListeners(){window.addEventListener("resize",this.scheduleUpdate,{passive:!0}),window.addEventListener("scroll",this.scheduleUpdate,{passive:!0,capture:!0}),this.scrollParents=[];const t=r(this.el);t&&(t.addEventListener("scroll",this.scheduleUpdate,{passive:!0}),this.scrollParents.push(t))}cleanupListeners(){this.rafId&&(cancelAnimationFrame(this.rafId),this.rafId=void 0),window.removeEventListener("resize",this.scheduleUpdate),window.removeEventListener("scroll",this.scheduleUpdate,{capture:!0});for(const t of this.scrollParents)t.removeEventListener("scroll",this.scheduleUpdate);this.scrollParents=[]}render(){const t=this.actualPlacement.split("-")[0];return o("div",{key:"0b716923cacfbf88ec2fbb06c2fcf3b641fcc778",class:"co-tooltip"},o("div",{key:"c6229d2d8680bca5b43560e7b424226dc920fe76",class:"co-tooltip__trigger",ref:t=>this.triggerEl=t,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave,onPointerDown:this.handlePointerDown,onFocusin:this.handleFocusIn,onFocusout:this.handleFocusOut,onKeyDown:this.handleKeyDown,"aria-describedby":this.visible?"tooltip-panel":void 0},o("slot",{key:"d295ed465e59b83768f1cbedfa29782e6f1ed49b"})),this.visible&&this.content&&o("div",{key:"8b1ae750b750f1b935338f9829546be6ce632d0f",id:"tooltip-panel",class:{"co-tooltip__panel":!0,[`co-tooltip__panel--${t}`]:!0},role:"tooltip",popover:"manual",ref:t=>{t&&t!==this.panelEl&&(this.panelEl=t,this.promotePanel(),this.scheduleUpdate())},style:{maxWidth:this.maxWidth}},this.arrow&&o("div",{key:"a460586e3da5c050c24a290ae4271e3ca4656ca2",class:`co-tooltip__arrow co-tooltip__arrow--${t}`}),o("span",{key:"ecb878eac97a22f9071d9e379a795cd560031ff7",class:"co-tooltip__content"},this.content)))}get el(){return i(this)}static get watchers(){return{visible:[{onVisibleChange:0}],disabled:[{onDisabledChange:0}]}}};p.style=":host{display:inline-block;position:relative}.co-tooltip{display:inline-block}.co-tooltip__trigger{display:inline-block}:host([block]){display:block;width:100%;min-width:0}:host([block]) .co-tooltip,:host([block]) .co-tooltip__trigger{display:block;width:100%;min-width:0}.co-tooltip__panel{position:fixed;inset:auto;top:0;left:0;margin:0;border:0;max-height:none;overflow:visible;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;background:var(--co-color-base-negro, #1f1c1b);color:var(--co-color-base-blanco, #fff);font-family:var(--co-font-family-primary, 'Geist', sans-serif);font-size:var(--co-font-size-12, 12px);line-height:1.4;font-weight:400;padding:var(--co-spacing-xs, 4px) var(--co-spacing-sm, 8px);border-radius:var(--co-border-radius-xxs, 4px);box-shadow:0 4px 12px rgba(31, 28, 27, 0.12);white-space:normal;word-wrap:break-word;transition:opacity var(--co-motion-duration-base) var(--co-motion-ease-out), transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-tooltip__panel--positioned{visibility:visible;opacity:1}.co-tooltip__panel--top{transform:translateY(4px)}.co-tooltip__panel--top.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--bottom{transform:translateY(-4px)}.co-tooltip__panel--bottom.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--left{transform:translateX(4px)}.co-tooltip__panel--left.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__panel--right{transform:translateX(-4px)}.co-tooltip__panel--right.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__arrow{position:absolute;width:0;height:0;border:5px solid transparent}.co-tooltip__arrow--top{bottom:-10px;left:50%;transform:translateX(-50%);border-top-color:var(--co-color-base-negro, #1f1c1b);border-bottom:none}.co-tooltip__arrow--bottom{top:-5px;left:50%;transform:translateX(-50%);border-bottom-color:var(--co-color-base-negro, #1f1c1b);border-top:none}.co-tooltip__arrow--left{right:-10px;top:50%;transform:translateY(-50%);border-left-color:var(--co-color-base-negro, #1f1c1b);border-right:none}.co-tooltip__arrow--right{left:-5px;top:50%;transform:translateY(-50%);border-right-color:var(--co-color-base-negro, #1f1c1b);border-left:none}.co-tooltip__content{display:block}";export{h as co_avatar,p as co_tooltip}
|
|
1
|
+
import{r as t,h as o,a as i}from"./p-CrtiywTB.js";import{i as s}from"./p-BG4WRR22.js";import{c as a,g as e,f as r}from"./p-BMdapAL8.js";const n={xl:80,lg:64,md:56,sm:48,xs:32,xxs:24},c={xl:32,lg:28,md:24,sm:20,xs:16,xxs:12},l={xl:"var(--co-font-size-26)",lg:"var(--co-font-size-22)",md:"var(--co-font-size-18)",sm:"var(--co-font-size-16)",xs:"var(--co-font-size-12)",xxs:"var(--co-font-size-10)"},h=class{constructor(o){t(this,o),this.type="text",this.size="md",this.icon="user",this.iconWeight="regular",this.shape="circle",this.imgFailed=!1,this.handleImgError=()=>{this.imgFailed=!0}}render(){var t,i,a,e,r,h,p;const d=null!==(t=n[this.size])&&void 0!==t?t:56,v=null!==(i=c[this.size])&&void 0!==i?i:24,b=null!==(a=l[this.size])&&void 0!==a?a:"var(--co-font-size-18)",f="image"===this.type&&this.src&&!this.imgFailed,m="icon"===this.type||"image"===this.type&&!f&&!this.text,L="text"===this.type?this.text:"image"===this.type&&null!==(r=null!==(e=this.alt)&&void 0!==e?e:this.text)&&void 0!==r?r:this.icon,u=o("div",{class:{"co-avatar":!0,[`co-avatar--${this.size}`]:!0,[`co-avatar--${this.type}`]:!0,"co-avatar--square":"square"===this.shape,"co-avatar--light":!!this.color&&s(this.color)},style:Object.assign(Object.assign({width:`var(--co-avatar-size, ${d}px)`,height:`var(--co-avatar-size, ${d}px)`,fontSize:b},this.color?{background:this.color}:{}),this.ringColor?{"--co-avatar-border-color":this.ringColor,"--co-avatar-border-width":"2px"}:{}),part:"avatar",role:"img","aria-label":L},f?o("img",{class:"co-avatar__img",src:this.src,alt:null!==(p=null!==(h=this.alt)&&void 0!==h?h:this.text)&&void 0!==p?p:"",onError:this.handleImgError}):m?o("co-icon",{name:this.icon,weight:this.iconWeight,size:v}):o("span",{class:"co-avatar__text"},this.text));return this.name?o("co-tooltip",{content:this.name},u):u}};h.style=":host{display:inline-flex;--co-avatar-squircle:url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M100 50L99.94 68.06L99.75 73.81L99.44 77.94L99.01 81.26L98.44 84.05L97.74 86.46L96.91 88.57L95.94 90.43L94.81 92.07L93.53 93.53L92.07 94.81L90.43 95.94L88.57 96.91L86.46 97.74L84.05 98.44L81.26 99.01L77.94 99.44L73.81 99.75L68.06 99.94L50 100L31.94 99.94L26.19 99.75L22.06 99.44L18.74 99.01L15.95 98.44L13.54 97.74L11.43 96.91L9.57 95.94L7.93 94.81L6.47 93.53L5.19 92.07L4.06 90.43L3.09 88.57L2.26 86.46L1.56 84.05L0.99 81.26L0.56 77.94L0.25 73.81L0.06 68.06L0 50L0.06 31.94L0.25 26.19L0.56 22.06L0.99 18.74L1.56 15.95L2.26 13.54L3.09 11.43L4.06 9.57L5.19 7.93L6.47 6.47L7.93 5.19L9.57 4.06L11.43 3.09L13.54 2.26L15.95 1.56L18.74 0.99L22.06 0.56L26.19 0.25L31.94 0.06L50 0L68.06 0.06L73.81 0.25L77.94 0.56L81.26 0.99L84.05 1.56L86.46 2.26L88.57 3.09L90.43 4.06L92.07 5.19L93.53 6.47L94.81 7.93L95.94 9.57L96.91 11.43L97.74 13.54L98.44 15.95L99.01 18.74L99.44 22.06L99.75 26.19L99.94 31.94Z' fill='%23fff'/></svg>\")}.co-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--co-border-radius-full);background:var(--co-semantic-surface-primary);color:var(--co-semantic-on-primary);font-family:var(--co-font-family-primary);font-weight:600;line-height:1;letter-spacing:var(--co-font-letter-spacing-body);overflow:hidden;flex-shrink:0;user-select:none;-webkit-font-smoothing:antialiased}.co-avatar::after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 var(--co-avatar-border-width, 1px) var(--co-avatar-border-color, transparent)}.co-avatar__text{text-transform:uppercase}.co-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.co-avatar--square{border-radius:0;-webkit-mask:var(--co-avatar-squircle) center / 100% 100% no-repeat;mask:var(--co-avatar-squircle) center / 100% 100% no-repeat}.co-avatar--square::after{--co-avatar-bw:var(--co-avatar-border-width, 1px);box-shadow:none;background:var(--co-avatar-border-color, transparent);-webkit-mask:var(--co-avatar-squircle) center / 100% 100% no-repeat, var(--co-avatar-squircle) center / calc(100% - 2 * var(--co-avatar-bw)) calc(100% - 2 * var(--co-avatar-bw)) no-repeat;-webkit-mask-composite:xor;mask:var(--co-avatar-squircle) center / 100% 100% no-repeat, var(--co-avatar-squircle) center / calc(100% - 2 * var(--co-avatar-bw)) calc(100% - 2 * var(--co-avatar-bw)) no-repeat;mask-composite:exclude}.co-avatar--light{color:rgba(0, 0, 0, 0.87)}co-tooltip{display:inline-flex;align-items:center;line-height:0}";const p=class{constructor(o){t(this,o),this.content="",this.placement="top",this.offset=8,this.showDelay=300,this.hideDelay=100,this.disabled=!1,this.arrow=!0,this.flip=!0,this.maxWidth="280px",this.block=!1,this.visible=!1,this.actualPlacement="top",this.suppressed=!1,this.scrollParents=[],this.cachedOffsetAncestor=null,this.offsetAncestorComputed=!1,this.scheduleShow=()=>{this.disabled||!this.content||this.suppressed||(this.clearHideTimeout(),this.visible||(this.showTimeout=setTimeout((()=>{this.visible=!0}),this.showDelay)))},this.scheduleHide=()=>{this.clearShowTimeout(),this.visible&&(this.hideTimeout=setTimeout((()=>{this.visible=!1}),this.hideDelay))},this.hideImmediate=()=>{this.clearTimers(),this.visible=!1},this.handleMouseEnter=()=>{this.scheduleShow()},this.handleMouseLeave=()=>{this.suppressed=!1,this.scheduleHide()},this.handlePointerDown=()=>{this.suppressed=!0,this.hideImmediate()},this.handleFocusIn=()=>{this.scheduleShow()},this.handleFocusOut=()=>{this.suppressed=!1,this.scheduleHide()},this.handleKeyDown=t=>{"Escape"===t.key&&this.visible&&this.hideImmediate()},this.updatePosition=()=>{if(!this.visible||!this.triggerEl||!this.panelEl)return;const t=this.triggerEl.getBoundingClientRect(),o=this.panelEl.getBoundingClientRect();if(0===o.width&&0===o.height)return;const{top:i,left:s,actualPlacement:r}=a(t,o,{placement:this.placement,offset:this.offset,flip:this.flip});this.actualPlacement=r;let n=i,c=s;if(!this.panelEl.matches(":popover-open")&&(this.offsetAncestorComputed||(this.cachedOffsetAncestor=e(this.panelEl),(this.cachedOffsetAncestor||this.panelEl.isConnected)&&(this.offsetAncestorComputed=!0)),this.cachedOffsetAncestor)){const t=this.cachedOffsetAncestor.getBoundingClientRect();n-=t.top,c-=t.left}this.panelEl&&(this.panelEl.style.top=`${n}px`,this.panelEl.style.left=`${c}px`,this.panelEl.classList.add("co-tooltip__panel--positioned"))},this.scheduleUpdate=()=>{this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame(this.updatePosition)}}disconnectedCallback(){this.clearTimers(),this.cleanupListeners()}onVisibleChange(t){t?(this.scheduleUpdate(),requestAnimationFrame((()=>{requestAnimationFrame((()=>{this.updatePosition()}))})),this.addScrollListeners()):(this.cleanupListeners(),this.cachedOffsetAncestor=null,this.offsetAncestorComputed=!1,this.panelEl=void 0)}onDisabledChange(t){t&&this.visible&&(this.visible=!1,this.clearTimers())}clearShowTimeout(){this.showTimeout&&(clearTimeout(this.showTimeout),this.showTimeout=void 0)}clearHideTimeout(){this.hideTimeout&&(clearTimeout(this.hideTimeout),this.hideTimeout=void 0)}clearTimers(){this.clearShowTimeout(),this.clearHideTimeout()}promotePanel(){const t=this.panelEl;if(t&&"function"==typeof t.showPopover)try{t.matches(":popover-open")||t.showPopover()}catch(t){}}addScrollListeners(){window.addEventListener("resize",this.scheduleUpdate,{passive:!0}),window.addEventListener("scroll",this.scheduleUpdate,{passive:!0,capture:!0}),this.scrollParents=[];const t=r(this.el);t&&(t.addEventListener("scroll",this.scheduleUpdate,{passive:!0}),this.scrollParents.push(t))}cleanupListeners(){this.rafId&&(cancelAnimationFrame(this.rafId),this.rafId=void 0),window.removeEventListener("resize",this.scheduleUpdate),window.removeEventListener("scroll",this.scheduleUpdate,{capture:!0});for(const t of this.scrollParents)t.removeEventListener("scroll",this.scheduleUpdate);this.scrollParents=[]}render(){const t=this.actualPlacement.split("-")[0];return o("div",{key:"0b716923cacfbf88ec2fbb06c2fcf3b641fcc778",class:"co-tooltip"},o("div",{key:"c6229d2d8680bca5b43560e7b424226dc920fe76",class:"co-tooltip__trigger",ref:t=>this.triggerEl=t,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave,onPointerDown:this.handlePointerDown,onFocusin:this.handleFocusIn,onFocusout:this.handleFocusOut,onKeyDown:this.handleKeyDown,"aria-describedby":this.visible?"tooltip-panel":void 0},o("slot",{key:"d295ed465e59b83768f1cbedfa29782e6f1ed49b"})),this.visible&&this.content&&o("div",{key:"8b1ae750b750f1b935338f9829546be6ce632d0f",id:"tooltip-panel",class:{"co-tooltip__panel":!0,[`co-tooltip__panel--${t}`]:!0},role:"tooltip",popover:"manual",ref:t=>{t&&t!==this.panelEl&&(this.panelEl=t,this.promotePanel(),this.scheduleUpdate())},style:{maxWidth:this.maxWidth}},this.arrow&&o("div",{key:"a460586e3da5c050c24a290ae4271e3ca4656ca2",class:`co-tooltip__arrow co-tooltip__arrow--${t}`}),o("span",{key:"ecb878eac97a22f9071d9e379a795cd560031ff7",class:"co-tooltip__content"},this.content)))}get el(){return i(this)}static get watchers(){return{visible:[{onVisibleChange:0}],disabled:[{onDisabledChange:0}]}}};p.style=":host{display:inline-block;position:relative}.co-tooltip{display:inline-block}.co-tooltip__trigger{display:inline-block}:host([block]){display:block;width:100%;min-width:0}:host([block]) .co-tooltip,:host([block]) .co-tooltip__trigger{display:block;width:100%;min-width:0}.co-tooltip__panel{position:fixed;inset:auto;top:0;left:0;margin:0;border:0;max-height:none;overflow:visible;z-index:10000;visibility:hidden;opacity:0;pointer-events:none;background:var(--co-color-base-negro, #1f1c1b);color:var(--co-color-base-blanco, #fff);font-family:var(--co-font-family-primary, 'Geist', sans-serif);font-size:var(--co-font-size-12, 12px);line-height:1.4;font-weight:400;text-transform:none;letter-spacing:var(--co-font-letter-spacing-body, normal);padding:var(--co-spacing-xs, 4px) var(--co-spacing-sm, 8px);border-radius:var(--co-border-radius-xxs, 4px);box-shadow:0 4px 12px rgba(31, 28, 27, 0.12);white-space:normal;word-wrap:break-word;transition:opacity var(--co-motion-duration-base) var(--co-motion-ease-out), transform var(--co-motion-duration-base) var(--co-motion-ease-out)}.co-tooltip__panel--positioned{visibility:visible;opacity:1}.co-tooltip__panel--top{transform:translateY(4px)}.co-tooltip__panel--top.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--bottom{transform:translateY(-4px)}.co-tooltip__panel--bottom.co-tooltip__panel--positioned{transform:translateY(0)}.co-tooltip__panel--left{transform:translateX(4px)}.co-tooltip__panel--left.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__panel--right{transform:translateX(-4px)}.co-tooltip__panel--right.co-tooltip__panel--positioned{transform:translateX(0)}.co-tooltip__arrow{position:absolute;width:0;height:0;border:5px solid transparent}.co-tooltip__arrow--top{bottom:-10px;left:50%;transform:translateX(-50%);border-top-color:var(--co-color-base-negro, #1f1c1b);border-bottom:none}.co-tooltip__arrow--bottom{top:-5px;left:50%;transform:translateX(-50%);border-bottom-color:var(--co-color-base-negro, #1f1c1b);border-top:none}.co-tooltip__arrow--left{right:-10px;top:50%;transform:translateY(-50%);border-left-color:var(--co-color-base-negro, #1f1c1b);border-right:none}.co-tooltip__arrow--right{left:-5px;top:50%;transform:translateY(-50%);border-right-color:var(--co-color-base-negro, #1f1c1b);border-left:none}.co-tooltip__content{display:block}";export{h as co_avatar,p as co_tooltip}
|