@huntflow/ui 0.2.16 → 0.2.17
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.
|
@@ -7,14 +7,14 @@ declare function __VLS_template(): {
|
|
|
7
7
|
after?(_: {}): any;
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
|
-
rootEl:
|
|
10
|
+
rootEl: any;
|
|
11
11
|
};
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
13
|
declare const __VLS_component: import('vue').DefineComponent<UiButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
14
|
click: (event: MouseEvent) => any;
|
|
15
15
|
}, string, import('vue').PublicProps, Readonly<UiButtonProps> & Readonly<{
|
|
16
16
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
to?: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -10,6 +10,7 @@ export type UiButtonProps = {
|
|
|
10
10
|
circle?: boolean;
|
|
11
11
|
bordered?: boolean;
|
|
12
12
|
htmlType?: UiButtonHTMLType;
|
|
13
|
+
to?: string;
|
|
13
14
|
};
|
|
14
15
|
export type UiButtonSize = 's' | 'xs' | 'm' | 'l';
|
|
15
16
|
export type UiButtonType = 'primary' | 'secondary' | 'accent' | 'jobsites' | 'ghost' | 'ghost-danger' | 'danger';
|
|
@@ -3,5 +3,5 @@ declare const _default: import('vue').DefineComponent<UiButtonIconProps, {}, {},
|
|
|
3
3
|
click: () => any;
|
|
4
4
|
}, string, import('vue').PublicProps, Readonly<UiButtonIconProps> & Readonly<{
|
|
5
5
|
onClick?: (() => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
package/dist/ui.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.nonce=document.head.querySelector("meta[property=csp-nonce]")?.content,o.appendChild(document.createTextNode(`@keyframes _loader-animation_tpkd0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_tpkd0_11{color:var(--hf-loader-color);display:block;flex:0 0 auto}._circle_tpkd0_17{animation-name:_loader-animation_tpkd0_1;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}._white_tpkd0_24{--hf-loader-color: var(--hf-color-text-invert)}._black_tpkd0_28{--hf-loader-color: var(--hf-color-text-main)}._s_tpkd0_32{width:18px;height:18px}._m_tpkd0_37{width:28px;height:28px}._l_tpkd0_11{width:56px;height:56px}._spinner_tpkd0_47{display:inline-block;border:1px solid var(--hf-loader-color);border-radius:50%;border-left-color:transparent;border-top-color:transparent}._icon_1p8iz_2{font-style:normal;display:inline-block;vertical-align:middle}._button_mb1r2_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:inherit;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:var(--hf-spacing-button-icon);min-width:-moz-max-content;min-width:max-content;border:solid 1px;position:relative;cursor:pointer;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._button_mb1r2_1:active{background-color:#999}._button_mb1r2_1:focus{outline:none}._button_mb1r2_1:focus-visible{outline:solid 3px var(--hf-color-button-primary-border-focus)}._button_mb1r2_1:is(._disabled_mb1r2_1),._button_mb1r2_1:is(._disabled_mb1r2_1):hover{color:var(--hf-color-text-light);background-color:var(--hf-color-button-disable-default);border-color:transparent;box-shadow:none;transform:none;cursor:default}._button_mb1r2_1._loading_mb1r2_1{cursor:default}._button_mb1r2_1._loading_mb1r2_1>*:not(._loader_mb1r2_1){visibility:hidden}._content_mb1r2_1{line-height:inherit;display:flex}._content_mb1r2_1:first-child:last-child{text-align:center;width:100%}._loader_mb1r2_1{display:flex;justify-content:center;align-items:center;position:absolute;inset:0}._dropDown_mb1r2_1{margin-right:-4px}._s_mb1r2_2{font-size:var(--hf-font-size-button-s);font-weight:var(--hf-font-weight-button-s);line-height:var(--hf-font-line-height-button-s);padding:var(--hf-padding-button-top-bottom-s) var(--hf-padding-button-left-right-s);border-radius:var(--hf-radius-button-s)}._xs_mb1r2_1{font-size:var(--hf-font-size-button-xs);font-weight:var(--hf-font-weight-button-xs);line-height:var(--hf-font-line-height-button-xs);padding:var(--hf-padding-button-top-bottom-xs) var(--hf-padding-button-left-right-xs)}._xs_mb1r2_1._square_mb1r2_1{border-radius:var(--hf-radius-button-xs)}._xs_mb1r2_1._circle_mb1r2_1{border-radius:var(--hf-radius-button-circle)}._m_mb1r2_1{font-size:var(--hf-font-size-button-m);font-weight:var(--hf-font-weight-button-m);line-height:var(--hf-font-line-height-button-m);padding:var(--hf-padding-button-top-bottom-m) var(--hf-padding-button-left-right-m);border-radius:var(--hf-radius-button-m)}._l_mb1r2_1{font-size:var(--hf-font-size-button-l);font-weight:var(--hf-font-weight-button-l);line-height:var(--hf-font-line-height-button-l);padding:var(--hf-padding-button-top-bottom-l) var(--hf-padding-button-left-right-l);border-radius:var(--hf-radius-button-l)}._primary_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-primary-default);border-color:var(--hf-color-button-primary-default)}._primary_mb1r2_1:hover{background-color:var(--hf-color-button-primary-hover);border-color:var(--hf-color-button-primary-hover)}._primary_mb1r2_1:active{background-color:var(--hf-color-button-primary-active);border-color:var(--hf-color-button-primary-active)}._primary_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-primary-default)}._secondary_mb1r2_1{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-default);border-color:var(--hf-color-button-secondary-border-default);box-shadow:0 1px 4px #0505050a}._secondary_mb1r2_1:hover{background-color:var(--hf-color-button-secondary-fill-hover);border-color:var(--hf-color-button-secondary-fill-hover)}._secondary_mb1r2_1:active{background-color:var(--hf-color-button-secondary-fill-active);border-color:var(--hf-color-button-secondary-fill-active)}._secondary_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-secondary-fill-default)}._accent_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-accent-default);border-color:var(--hf-color-button-accent-default)}._accent_mb1r2_1:hover{background-color:var(--hf-color-button-accent-hover);border-color:var(--hf-color-button-accent-hover)}._accent_mb1r2_1:active{background-color:var(--hf-color-button-accent-active);border-color:var(--hf-color-button-accent-active)}._accent_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-accent-default)}._danger_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-default);border-color:var(--hf-color-button-danger-default)}._danger_mb1r2_1:hover{background-color:var(--hf-color-button-danger-hover);border-color:var(--hf-color-button-danger-hover)}._danger_mb1r2_1:active{background-color:var(--hf-color-button-danger-active);border-color:var(--hf-color-button-danger-active)}._danger_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-danger-default)}._jobsites_mb1r2_1{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-jobsite-default);border-color:var(--hf-color-button-jobsite-default)}._jobsites_mb1r2_1:hover{background-color:var(--hf-color-button-jobsite-hover);border-color:var(--hf-color-button-jobsite-hover)}._jobsites_mb1r2_1:active{background-color:var(--hf-color-button-jobsite-active);border-color:var(--hf-color-button-jobsite-active)}._jobsites_mb1r2_1._loading_mb1r2_1{background-color:var(--hf-color-button-jobsite-default)}._ghost_mb1r2_1{color:var(--hf-color-text-secondary);background-color:transparent;border-color:transparent}._ghost_mb1r2_1:hover{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-hover)}._ghost_mb1r2_1:active{color:var(--hf-color-text-main);background-color:var(--hf-color-button-secondary-fill-active)}._ghost_mb1r2_1._loading_mb1r2_1{background-color:transparent}._ghost-danger_mb1r2_1{color:var(--hf-color-text-secondary);background-color:transparent;border-color:transparent}._ghost-danger_mb1r2_1:hover{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-hover)}._ghost-danger_mb1r2_1:active{color:var(--hf-color-text-invert);background-color:var(--hf-color-button-danger-active)}._ghost-danger_mb1r2_1._loading_mb1r2_1{background-color:transparent}:root{--hf-btn-size-xs: 28px;--hf-btn-size-s: 32px;--hf-btn-size-m: 36px;--hf-btn-size-l: 40px}._s_o7jd7_9{width:var(--hf-btn-size-s);height:var(--hf-btn-size-s)}._xs_o7jd7_14{width:var(--hf-btn-size-xs);height:var(--hf-btn-size-xs);border-radius:var(--hf-radius-button-circle)}._m_o7jd7_20{width:var(--hf-btn-size-m);height:var(--hf-btn-size-m)}._l_o7jd7_25{width:var(--hf-btn-size-l);height:var(--hf-btn-size-l)}._button_o7jd7_31{padding:0}._button_cmm43_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-button-link-s);font-style:normal;font-weight:var(--hf-font-weight-button-link-s);line-height:var(--hf-font-line-height-button-link-s);color:var(--hf-color-link-default);display:flex;flex-direction:row;align-items:center;gap:var(--hf-spacing-button-link-s);margin:0;padding:0 2px 0 0;background-color:transparent;border:none;cursor:pointer;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._button_cmm43_1:hover{color:var(--hf-color-link-hover)}._button_cmm43_1:disabled,._button_cmm43_1:disabled:hover{color:var(--hf-color-link-default)}._lock_cmm43_30{margin:-12px -16px 0 0}._label_1ic51_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-label-title);font-style:normal;font-weight:var(--hf-font-weight-regular);line-height:var(--hf-font-line-height-label-title);color:var(--hf-color-text-main);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._content_1g21n_1{font-family:var(--hf-font-family-body),sans-serif;display:flex;flex:1;flex-direction:row;gap:var(--hf-spacing-xs);margin-bottom:var(--hf-spacing-xs);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._label_1g21n_12{font-style:normal;display:flex;flex:1;flex-direction:row;gap:var(--hf-spacing-xs);margin-bottom:var(--hf-spacing-xs)}._header_1g21n_21{font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4-medium);line-height:var(--hf-font-line-height-text-h4);color:var(--hf-color-text-main);display:block}._headerWrapper_1g21n_29{display:flex;flex-direction:column;flex-grow:1;gap:var(--hf-spacing-xs)}._title_1g21n_36{font-size:var(--hf-font-size-label-title);font-weight:var(--hf-font-weight-label-title);line-height:var(--hf-font-line-height-label-title);color:var(--hf-color-text-main);display:block}._subTitleRow_1g21n_44{font-size:var(--hf-font-size-label-subtitle);font-weight:var(--hf-font-weight-label-subtitle);color:var(--hf-color-text-semilight);display:flex;justify-content:space-between}._subTitle_1g21n_44{line-height:var(--hf-font-line-height-label-subtitle)}._link_1g21n_56{font-size:var(--hf-font-size-label-title);font-weight:var(--hf-font-weight-label-subtitle);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-semilight);align-self:flex-end;height:20px;margin-left:auto;overflow:hidden;text-overflow:ellipsis}._link_1g21n_56 a{color:var(--hf-color-text-semilight);text-decoration:none}._linkUpper_1g21n_73{margin-bottom:1px}._wrapper_1qwte_1{font-family:var(--hf-font-family-body),sans-serif;margin-bottom:var(--hf-spacing-xs);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._input_1qwte_8{font-size:var(--hf-font-size-field-text);font-weight:var(--hf-font-weight-field-text);line-height:var(--hf-font-line-height-field-text);color:var(--hf-color-input-text-default);box-sizing:border-box;width:100%;padding:var(--hf-padding-input-top-bottom-s) var(--hf-padding-input-right-s) var(--hf-padding-input-top-bottom-s) var(--hf-padding-input-left-s);background:var(--hf-color-input-background-default);border:var(--hf-border-xs) solid var(--hf-color-input-border-default);border-radius:var(--hf-radius-input-default)}._input_1qwte_8:active{border-color:var(--hf-color-input-border-focus)}._input_1qwte_8:focus{border-color:var(--hf-color-input-border-focus);outline:solid 3px var(--hf-color-input-border-focus-visible)}._input_1qwte_8:disabled{color:var(--hf-color-input-text-disable);background:var(--hf-color-input-background-disable);border-color:var(--hf-color-input-text-disable);outline:none}._error_1qwte_38,._error_1qwte_38:active{border-color:var(--hf-color-input-border-error)}._error_1qwte_38:focus{border-color:var(--hf-color-input-border-error);outline:solid 3px var(--hf-color-input-border-error-focus-visible)}._description_1qwte_51{font-size:var(--hf-font-size-field-error);font-weight:var(--hf-font-weight-field-description);line-height:var(--hf-font-line-height-field-description);margin-top:var(--hf-spacing-xs)}._description_1qwte_51 a{text-decoration:underline}._descriptionText_1qwte_62{color:var(--hf-color-input-text-description)}._errorText_1qwte_66{color:var(--hf-color-text-danger)}._inputWrapper_1qwte_70{position:relative}._leftSpace_1qwte_74{padding-left:42px}._rightSpace_1qwte_78{padding-right:42px}._leftIcon_1qwte_82,._rightIcon_1qwte_83{height:100%;position:absolute}._leftIcon_1qwte_82{left:15px}._rightIcon_1qwte_83{padding:0 9px;right:0}._rightIcon_1qwte_83[aria-label^=close]{color:var(--hf-color-text-light);cursor:pointer}._plank_1yp3k_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-text-primary);font-style:normal;font-weight:var(--hf-font-weight-text-primary-regular);line-height:var(--hf-font-line-height-text-primary);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--hf-spacing-m);padding:var(--hf-spacing-m) var(--hf-spacing-l);border-width:1px;border-style:solid;border-radius:var(--hf-radius-m);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._default_1yp3k_20{color:var(--hf-color-text-main);background-color:var(--hf-color-plank-default-background);border-color:var(--hf-color-plank-default-border)}._accent_1yp3k_26{color:var(--hf-color-plank-success-text);background-color:var(--hf-color-plank-success-background);border-color:var(--hf-color-plank-success-border)}._danger_1yp3k_32{color:var(--hf-color-plank-danger-text);background-color:var(--hf-color-plank-danger-background);border-color:var(--hf-color-plank-danger-border)}._text_1yp3k_38{flex-grow:1}._icon_1yp3k_42{width:var(--hf-font-line-height-text-primary);height:var(--hf-font-line-height-text-primary)}._text_1sbhq_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:var(--hf-color-text-main);margin:0;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._primary_1sbhq_10{font-size:var(--hf-font-size-text-primary);font-weight:var(--hf-font-weight-text-primary-regular);line-height:var(--hf-font-line-height-text-primary)}._secondary_1sbhq_16{font-size:var(--hf-font-size-text-secondary);font-weight:var(--hf-font-weight-text-secondary-regular);line-height:var(--hf-font-line-height-text-secondary)}._accent_1sbhq_22{font-size:var(--hf-font-size-text-accent);font-weight:var(--hf-font-weight-text-accent-regular);line-height:var(--hf-font-line-height-text-accent)}._subtitle_1sbhq_28{font-size:var(--hf-font-size-text-subtitle);font-weight:var(--hf-font-weight-text-subtitle);line-height:var(--hf-font-line-height-text-subtitle)}._medium_1sbhq_34{font-weight:var(--hf-font-weight-text-primary-medium)}._color-main_1sbhq_38{color:var(--hf-color-text-main)}._color-secondary_1sbhq_42{color:var(--hf-color-text-secondary)}._color-semilight_1sbhq_46{color:var(--hf-color-text-semilight)}._color-light_1sbhq_50{color:var(--hf-color-text-light)}._color-invert_1sbhq_54{color:var(--hf-color-text-invert)}._color-danger_1sbhq_58{color:var(--hf-color-text-danger)}._color-success_1sbhq_62{color:var(--hf-color-text-success)}._title_1m0wo_1{font-family:var(--hf-font-family-body),sans-serif;font-style:normal;color:var(--hf-color-text-main);margin:0;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._level-1_1m0wo_10{font-size:var(--hf-font-size-text-h1);font-weight:var(--hf-font-weight-text-h1-regular);line-height:var(--hf-font-line-height-text-h1)}._level-1_1m0wo_10._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h1-medium)}._level-2_1m0wo_20{font-size:var(--hf-font-size-text-h2);font-weight:var(--hf-font-weight-text-h2-regular);line-height:var(--hf-font-line-height-text-h2)}._level-2_1m0wo_20._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h2-medium)}._level-3_1m0wo_30{font-size:var(--hf-font-size-text-h3);font-weight:var(--hf-font-weight-text-h3-regular);line-height:var(--hf-font-line-height-text-h3)}._level-3_1m0wo_30._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h3-medium)}._level-4_1m0wo_40{font-size:var(--hf-font-size-text-h4);font-weight:var(--hf-font-weight-text-h4-regular);line-height:var(--hf-font-line-height-text-h4)}._level-4_1m0wo_40._medium_1m0wo_15{font-weight:var(--hf-font-weight-text-h4-medium)}._color-main_1m0wo_50{color:var(--hf-color-text-main)}._color-secondary_1m0wo_54{color:var(--hf-color-text-secondary)}._color-semilight_1m0wo_58{color:var(--hf-color-text-semilight)}._color-light_1m0wo_62{color:var(--hf-color-text-light)}._color-invert_1m0wo_66{color:var(--hf-color-text-invert)}._color-danger_1m0wo_70{color:var(--hf-color-text-danger)}._color-success_1m0wo_74{color:var(--hf-color-text-success)}._error_lk2jx_1{font-family:var(--hf-font-family-body),sans-serif;font-size:var(--hf-font-size-label-subtitle);font-weight:var(--hf-font-weight-regular);line-height:var(--hf-font-line-height-label-subtitle);color:var(--hf-color-text-danger);-moz-osx-font-smoothing:auto;-webkit-font-smoothing:antialiased}._root_1tj1b_1{overflow:hidden;border-radius:50%;position:relative;aspect-ratio:1/1}._root_1tj1b_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._default_1tj1b_14{background-color:var(--hf-color-avatar-background);background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.3731%2012.2451C8.04067%2011.4614%207.47001%207.04127%2010.5054%205.5244C11.4539%205.05047%2012.6607%205.02109%2013.5811%205.44961C15.802%206.48374%2016.3914%209.29209%2014.7734%2011.1304C13.9547%2012.0605%2012.5483%2012.5215%2011.3731%2012.2451Z'%20fill='%23D7D7D7'/%3e%3cpath%20d='M7.06146%2014.4533C7.36479%2013.8666%208.78017%2013.2895%2010.4265%2013.081C12.0578%2012.8746%2013.8883%2012.9839%2015.2382%2013.3686C17.2103%2013.9304%2017.7187%2014.6903%2017.0375%2016.0575C16.2941%2017.5493%2013.9853%2018.8659%2012.1058%2018.8699C10.2126%2018.874%207.85172%2017.5174%207.15739%2016.0265C6.84163%2015.3485%206.81597%2014.9279%207.06146%2014.4533Z'%20fill='%23D7D7D7'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:cover}._default_1tj1b_14 img{display:none}._xxs_1tj1b_26{width:var(--hf-size-avatar-xxs)}._xs_1tj1b_30{width:var(--hf-size-avatar-xs)}._s_1tj1b_16{width:var(--hf-size-avatar-s)}._m_1tj1b_38{width:var(--hf-size-avatar-m)}._l_1tj1b_42{width:var(--hf-size-avatar-l)}._l_1tj1b_42._square_1tj1b_45{border-radius:var(--hf-radius-s)}._xl_1tj1b_50{width:var(--hf-size-avatar-xl)}._xl_1tj1b_50._square_1tj1b_45{border-radius:var(--hf-radius-l)}._xxl_1tj1b_58{width:var(--hf-size-avatar-xxl)}._xxl_1tj1b_58._square_1tj1b_45{border-radius:var(--hf-radius-l)}._3xl_1tj1b_66{width:var(--hf-size-avatar-3xl)}._3xl_1tj1b_66._square_1tj1b_45{border-radius:var(--hf-radius-l)}._stack_1b4a2_1{list-style:none;display:flex;flex-wrap:wrap;margin:0;padding:0}._auto_1b4a2_9{width:auto}._row_1b4a2_13{flex-direction:row}._row_1b4a2_13._reverse_1b4a2_16{flex-direction:row-reverse}._column_1b4a2_21{flex-direction:column;width:-moz-fit-content;width:fit-content}._column_1b4a2_21._reverse_1b4a2_16{flex-direction:column-reverse}._full_1b4a2_30{width:100%}._xxs_1b4a2_34{gap:var(--hf-spacing-xxs)}._xs_1b4a2_38{gap:var(--hf-spacing-xs)}._s_1b4a2_1{gap:var(--hf-spacing-s)}._m_1b4a2_46{gap:var(--hf-spacing-m)}._l_1b4a2_50{gap:var(--hf-spacing-l)}._xl_1b4a2_54{gap:var(--hf-spacing-xl)}._xxl_1b4a2_58{gap:var(--hf-spacing-xxl)}._xxxl_1b4a2_62{gap:var(--hf-spacing-3xl)}._xxxxl_1b4a2_66{gap:var(--hf-spacing-4xl)}._xxxxxl_1b4a2_70{gap:var(--hf-spacing-5xl)}._main-start_1b4a2_74{justify-content:flex-start}._main-center_1b4a2_78{justify-content:center}._main-between_1b4a2_82{justify-content:space-between}._main-around_1b4a2_86{justify-content:space-around}._main-end_1b4a2_90{justify-content:flex-end}._cross-start_1b4a2_94{align-items:flex-start}._cross-center_1b4a2_98{align-items:center}._cross-end_1b4a2_102{align-items:flex-end}`)),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import { defineComponent as
|
|
2
|
+
import { defineComponent as f, toRefs as J, computed as d, createElementBlock as m, openBlock as o, normalizeClass as r, unref as a, normalizeStyle as Q, createElementVNode as j, renderSlot as b, createBlock as y, withCtx as g, createCommentVNode as p, createVNode as L, mergeProps as N, Fragment as X, toValue as Y, getCurrentInstance as Z, ref as E, Comment as ee, cloneVNode as te, h as z, useSlots as ne, mergeModels as M, useModel as se, useAttrs as le, createSlots as oe, createTextVNode as T, toDisplayString as q, resolveDynamicComponent as A, watch as ae } from "vue";
|
|
3
3
|
const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24", ue = "_black_tpkd0_28", de = "_s_tpkd0_32", _e = "_m_tpkd0_37", me = "_l_tpkd0_11", pe = "_spinner_tpkd0_47", C = {
|
|
4
4
|
loader: re,
|
|
5
5
|
circle: ce,
|
|
@@ -10,7 +10,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
10
10
|
m: _e,
|
|
11
11
|
l: me,
|
|
12
12
|
spinner: pe
|
|
13
|
-
}, be = /* @__PURE__ */
|
|
13
|
+
}, be = /* @__PURE__ */ f({
|
|
14
14
|
name: "UiLoader",
|
|
15
15
|
__name: "loader",
|
|
16
16
|
props: {
|
|
@@ -25,11 +25,11 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
25
25
|
C[c.value],
|
|
26
26
|
C.circle
|
|
27
27
|
]);
|
|
28
|
-
return (
|
|
29
|
-
class: r([
|
|
28
|
+
return (i, w) => (o(), m("span", {
|
|
29
|
+
class: r([a(C).spinner, _.value])
|
|
30
30
|
}, null, 2));
|
|
31
31
|
}
|
|
32
|
-
}), fe = ["aria-label", "width", "height"], ye = ["xlink:href"], ke = /* @__PURE__ */
|
|
32
|
+
}), fe = ["aria-label", "width", "height"], ye = ["xlink:href"], ke = /* @__PURE__ */ f({
|
|
33
33
|
name: "UiIcon",
|
|
34
34
|
__name: "icon",
|
|
35
35
|
props: {
|
|
@@ -45,7 +45,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
45
45
|
const l = {};
|
|
46
46
|
return t.color && (l.color = t.color), t.block && (l.display = "block"), l;
|
|
47
47
|
});
|
|
48
|
-
return (l, c) => (
|
|
48
|
+
return (l, c) => (o(), m("svg", {
|
|
49
49
|
class: r(l.$style.icon),
|
|
50
50
|
"aria-label": l.name,
|
|
51
51
|
style: Q(s.value),
|
|
@@ -67,7 +67,7 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
67
67
|
return n;
|
|
68
68
|
}, $e = {
|
|
69
69
|
$style: he
|
|
70
|
-
}, x = /* @__PURE__ */ ve(ke, [["__cssModules", $e]]),
|
|
70
|
+
}, x = /* @__PURE__ */ ve(ke, [["__cssModules", $e]]), $n = async () => {
|
|
71
71
|
if (!(typeof document > "u") && !document.getElementById("__svg-sprite__"))
|
|
72
72
|
try {
|
|
73
73
|
const t = `
|
|
@@ -79,15 +79,15 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
79
79
|
} catch (e) {
|
|
80
80
|
console.error("Failed to load SVG sprite:", e);
|
|
81
81
|
}
|
|
82
|
-
}, xe = "_button_mb1r2_1", we = "_disabled_mb1r2_1", Ce = "_loading_mb1r2_1", Te = "_loader_mb1r2_1", qe = "_content_mb1r2_1",
|
|
82
|
+
}, xe = "_button_mb1r2_1", we = "_disabled_mb1r2_1", Ce = "_loading_mb1r2_1", Te = "_loader_mb1r2_1", qe = "_content_mb1r2_1", Be = "_dropDown_mb1r2_1", Ie = "_s_mb1r2_2", Se = "_xs_mb1r2_1", Ue = "_square_mb1r2_1", je = "_circle_mb1r2_1", Le = "_m_mb1r2_1", Ne = "_l_mb1r2_1", ze = "_primary_mb1r2_1", Ee = "_secondary_mb1r2_1", Ae = "_accent_mb1r2_1", Me = "_danger_mb1r2_1", Ve = "_jobsites_mb1r2_1", Oe = "_ghost_mb1r2_1", h = {
|
|
83
83
|
button: xe,
|
|
84
84
|
disabled: we,
|
|
85
85
|
loading: Ce,
|
|
86
86
|
loader: Te,
|
|
87
87
|
content: qe,
|
|
88
|
-
dropDown:
|
|
89
|
-
s:
|
|
90
|
-
xs:
|
|
88
|
+
dropDown: Be,
|
|
89
|
+
s: Ie,
|
|
90
|
+
xs: Se,
|
|
91
91
|
square: Ue,
|
|
92
92
|
circle: je,
|
|
93
93
|
m: Le,
|
|
@@ -99,7 +99,26 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
99
99
|
jobsites: Ve,
|
|
100
100
|
ghost: Oe,
|
|
101
101
|
"ghost-danger": "_ghost-danger_mb1r2_1"
|
|
102
|
-
}, Pe = ["
|
|
102
|
+
}, Pe = ["href"], De = ["disabled"], Re = /* @__PURE__ */ f({
|
|
103
|
+
__name: "tag-variant",
|
|
104
|
+
props: {
|
|
105
|
+
to: {},
|
|
106
|
+
disabled: { type: Boolean }
|
|
107
|
+
},
|
|
108
|
+
setup(e) {
|
|
109
|
+
return (t, n) => t.to && !t.disabled ? (o(), m("a", {
|
|
110
|
+
key: 0,
|
|
111
|
+
href: t.to
|
|
112
|
+
}, [
|
|
113
|
+
b(t.$slots, "default")
|
|
114
|
+
], 8, Pe)) : (o(), m("button", {
|
|
115
|
+
key: 1,
|
|
116
|
+
disabled: t.disabled
|
|
117
|
+
}, [
|
|
118
|
+
b(t.$slots, "default")
|
|
119
|
+
], 8, De));
|
|
120
|
+
}
|
|
121
|
+
}), P = /* @__PURE__ */ f({
|
|
103
122
|
name: "UiButton",
|
|
104
123
|
__name: "button",
|
|
105
124
|
props: {
|
|
@@ -113,7 +132,8 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
113
132
|
name: {},
|
|
114
133
|
circle: { type: Boolean, default: !1 },
|
|
115
134
|
bordered: { type: Boolean, default: !1 },
|
|
116
|
-
htmlType: { default: "button" }
|
|
135
|
+
htmlType: { default: "button" },
|
|
136
|
+
to: {}
|
|
117
137
|
},
|
|
118
138
|
emits: ["click"],
|
|
119
139
|
setup(e, { emit: t }) {
|
|
@@ -126,58 +146,62 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
126
146
|
ghost: "black",
|
|
127
147
|
"ghost-danger": "black"
|
|
128
148
|
}, l = d(() => [
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
e.circle ?
|
|
149
|
+
h.button,
|
|
150
|
+
h[e.size],
|
|
151
|
+
h[e.type],
|
|
152
|
+
e.circle ? h.circle : h.square,
|
|
133
153
|
{
|
|
134
|
-
[
|
|
135
|
-
[
|
|
136
|
-
[
|
|
137
|
-
[
|
|
154
|
+
[h.disabled]: e.disabled,
|
|
155
|
+
[h.loading]: e.loading,
|
|
156
|
+
[h.active]: e.active,
|
|
157
|
+
[h.bordered]: e.bordered
|
|
138
158
|
},
|
|
139
159
|
e.className
|
|
140
|
-
]), c = d(() => s[e.type] || "white"), _ = (
|
|
141
|
-
n("click",
|
|
160
|
+
]), c = d(() => s[e.type] || "white"), _ = (i) => {
|
|
161
|
+
n("click", i);
|
|
142
162
|
};
|
|
143
|
-
return (
|
|
144
|
-
|
|
163
|
+
return (i, w) => (o(), y(Re, {
|
|
164
|
+
to: i.to,
|
|
165
|
+
name: i.name,
|
|
145
166
|
class: r(l.value),
|
|
146
|
-
type:
|
|
147
|
-
disabled:
|
|
167
|
+
type: i.htmlType,
|
|
168
|
+
disabled: i.disabled || i.loading,
|
|
148
169
|
onClick: _
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
170
|
+
}, {
|
|
171
|
+
default: g(() => [
|
|
172
|
+
i.loading ? (o(), m("div", {
|
|
173
|
+
key: 0,
|
|
174
|
+
class: r(a(h).loader)
|
|
175
|
+
}, [
|
|
176
|
+
L(a(be), {
|
|
177
|
+
size: "s",
|
|
178
|
+
color: c.value
|
|
179
|
+
}, null, 8, ["color"])
|
|
180
|
+
], 2)) : p("", !0),
|
|
181
|
+
i.$slots.before ? b(i.$slots, "before", { key: 1 }) : p("", !0),
|
|
182
|
+
i.$slots.default ? (o(), m("span", {
|
|
183
|
+
key: 2,
|
|
184
|
+
class: r(a(h).content)
|
|
185
|
+
}, [
|
|
186
|
+
b(i.$slots, "default")
|
|
187
|
+
], 2)) : p("", !0),
|
|
188
|
+
i.$slots.after ? b(i.$slots, "after", { key: 3 }) : p("", !0),
|
|
189
|
+
i.dropdown ? (o(), y(a(x), {
|
|
190
|
+
key: 4,
|
|
191
|
+
class: r(a(h).dropDown),
|
|
192
|
+
name: "chevron-down-16"
|
|
193
|
+
}, null, 8, ["class"])) : p("", !0)
|
|
194
|
+
]),
|
|
195
|
+
_: 3
|
|
196
|
+
}, 8, ["to", "name", "class", "type", "disabled"]));
|
|
173
197
|
}
|
|
174
|
-
}),
|
|
175
|
-
s:
|
|
176
|
-
xs:
|
|
177
|
-
m:
|
|
178
|
-
l:
|
|
179
|
-
button:
|
|
180
|
-
},
|
|
198
|
+
}), We = "_s_o7jd7_9", Fe = "_xs_o7jd7_14", He = "_m_o7jd7_20", Ge = "_l_o7jd7_25", Ke = "_button_o7jd7_31", V = {
|
|
199
|
+
s: We,
|
|
200
|
+
xs: Fe,
|
|
201
|
+
m: He,
|
|
202
|
+
l: Ge,
|
|
203
|
+
button: Ke
|
|
204
|
+
}, xn = /* @__PURE__ */ f({
|
|
181
205
|
name: "UiButtonIcon",
|
|
182
206
|
__name: "button-icon",
|
|
183
207
|
props: {
|
|
@@ -212,20 +236,20 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
212
236
|
circle: s.value,
|
|
213
237
|
bordered: e.bordered
|
|
214
238
|
}));
|
|
215
|
-
return (c, _) => (
|
|
239
|
+
return (c, _) => (o(), y(a(P), N({ class: t.value }, l.value, {
|
|
216
240
|
"html-type": "button",
|
|
217
|
-
onClick: _[0] || (_[0] = (
|
|
241
|
+
onClick: _[0] || (_[0] = (i) => c.$emit("click"))
|
|
218
242
|
}), {
|
|
219
|
-
before:
|
|
220
|
-
L(
|
|
243
|
+
before: g(() => [
|
|
244
|
+
L(a(x), { name: n.value }, null, 8, ["name"])
|
|
221
245
|
]),
|
|
222
246
|
_: 1
|
|
223
247
|
}, 16, ["class"]));
|
|
224
248
|
}
|
|
225
|
-
}),
|
|
226
|
-
button:
|
|
227
|
-
lock:
|
|
228
|
-
},
|
|
249
|
+
}), Je = "_button_cmm43_1", Qe = "_lock_cmm43_30", O = {
|
|
250
|
+
button: Je,
|
|
251
|
+
lock: Qe
|
|
252
|
+
}, Xe = ["disabled"], wn = /* @__PURE__ */ f({
|
|
229
253
|
name: "UiButtonLink",
|
|
230
254
|
__name: "button-link",
|
|
231
255
|
props: {
|
|
@@ -234,35 +258,35 @@ const re = "_loader_tpkd0_11", ce = "_circle_tpkd0_17", ie = "_white_tpkd0_24",
|
|
|
234
258
|
},
|
|
235
259
|
emits: ["click"],
|
|
236
260
|
setup(e) {
|
|
237
|
-
return (t, n) => (
|
|
238
|
-
class: r(
|
|
261
|
+
return (t, n) => (o(), m("button", {
|
|
262
|
+
class: r(a(O).button),
|
|
239
263
|
type: "button",
|
|
240
264
|
disabled: t.lock,
|
|
241
265
|
onClick: n[0] || (n[0] = (s) => t.$emit("click"))
|
|
242
266
|
}, [
|
|
243
|
-
t.lock ? (
|
|
267
|
+
t.lock ? (o(), y(a(x), {
|
|
244
268
|
key: 0,
|
|
245
269
|
name: "lock-color-16",
|
|
246
|
-
class: r(
|
|
270
|
+
class: r(a(O).lock)
|
|
247
271
|
}, null, 8, ["class"])) : p("", !0),
|
|
248
|
-
t.icon ? (
|
|
272
|
+
t.icon ? (o(), y(a(x), {
|
|
249
273
|
key: 1,
|
|
250
274
|
name: "plus-18"
|
|
251
275
|
})) : p("", !0),
|
|
252
|
-
|
|
253
|
-
], 10,
|
|
276
|
+
b(t.$slots, "default")
|
|
277
|
+
], 10, Xe));
|
|
254
278
|
}
|
|
255
279
|
});
|
|
256
280
|
function D(e) {
|
|
257
281
|
return e ? e.flatMap((t) => t.type === X ? D(t.children) : [t]) : [];
|
|
258
282
|
}
|
|
259
|
-
function
|
|
283
|
+
function Ye(e) {
|
|
260
284
|
var t;
|
|
261
285
|
const n = Y(e);
|
|
262
286
|
return (t = n?.$el) != null ? t : n;
|
|
263
287
|
}
|
|
264
|
-
function
|
|
265
|
-
const e = Z(), t = E(), n = d(() => ["#text", "#comment"].includes(t.value?.$el.nodeName) ? t.value?.$el.nextElementSibling :
|
|
288
|
+
function Ze() {
|
|
289
|
+
const e = Z(), t = E(), n = d(() => ["#text", "#comment"].includes(t.value?.$el.nodeName) ? t.value?.$el.nextElementSibling : Ye(t)), s = Object.assign({}, e.exposed), l = {};
|
|
266
290
|
for (const _ in e.props) Object.defineProperty(l, _, {
|
|
267
291
|
enumerable: !0,
|
|
268
292
|
configurable: !0,
|
|
@@ -291,7 +315,7 @@ function Xe() {
|
|
|
291
315
|
currentElement: n
|
|
292
316
|
};
|
|
293
317
|
}
|
|
294
|
-
const
|
|
318
|
+
const et = f({
|
|
295
319
|
name: "PrimitiveSlot",
|
|
296
320
|
inheritAttrs: !1,
|
|
297
321
|
setup(e, { attrs: t, slots: n }) {
|
|
@@ -301,18 +325,18 @@ const Ye = b({
|
|
|
301
325
|
if (l === -1) return s;
|
|
302
326
|
const c = s[l];
|
|
303
327
|
delete c.props?.ref;
|
|
304
|
-
const _ = c.props ? N(t, c.props) : t,
|
|
328
|
+
const _ = c.props ? N(t, c.props) : t, i = te({
|
|
305
329
|
...c,
|
|
306
330
|
props: {}
|
|
307
331
|
}, _);
|
|
308
|
-
return s.length === 1 ?
|
|
332
|
+
return s.length === 1 ? i : (s[l] = i, s);
|
|
309
333
|
};
|
|
310
334
|
}
|
|
311
|
-
}),
|
|
335
|
+
}), tt = [
|
|
312
336
|
"area",
|
|
313
337
|
"img",
|
|
314
338
|
"input"
|
|
315
|
-
],
|
|
339
|
+
], nt = f({
|
|
316
340
|
name: "Primitive",
|
|
317
341
|
inheritAttrs: !1,
|
|
318
342
|
props: {
|
|
@@ -327,10 +351,10 @@ const Ye = b({
|
|
|
327
351
|
},
|
|
328
352
|
setup(e, { attrs: t, slots: n }) {
|
|
329
353
|
const s = e.asChild ? "template" : e.as;
|
|
330
|
-
return typeof s == "string" &&
|
|
354
|
+
return typeof s == "string" && tt.includes(s) ? () => z(s, t) : s !== "template" ? () => z(e.as, t, { default: n.default }) : () => z(et, t, { default: n.default });
|
|
331
355
|
}
|
|
332
356
|
});
|
|
333
|
-
var
|
|
357
|
+
var st = /* @__PURE__ */ f({
|
|
334
358
|
__name: "Label",
|
|
335
359
|
props: {
|
|
336
360
|
for: {
|
|
@@ -349,17 +373,17 @@ var tt = /* @__PURE__ */ b({
|
|
|
349
373
|
},
|
|
350
374
|
setup(e) {
|
|
351
375
|
const t = e;
|
|
352
|
-
return
|
|
376
|
+
return Ze(), (n, s) => (o(), y(a(nt), N(t, { onMousedown: s[0] || (s[0] = (l) => {
|
|
353
377
|
!l.defaultPrevented && l.detail > 1 && l.preventDefault();
|
|
354
378
|
}) }), {
|
|
355
|
-
default:
|
|
379
|
+
default: g(() => [b(n.$slots, "default")]),
|
|
356
380
|
_: 3
|
|
357
381
|
}, 16));
|
|
358
382
|
}
|
|
359
|
-
}),
|
|
360
|
-
const
|
|
361
|
-
label:
|
|
362
|
-
},
|
|
383
|
+
}), lt = st;
|
|
384
|
+
const ot = "_label_1ic51_1", at = {
|
|
385
|
+
label: ot
|
|
386
|
+
}, rt = /* @__PURE__ */ f({
|
|
363
387
|
name: "UiLabel",
|
|
364
388
|
__name: "label",
|
|
365
389
|
props: {
|
|
@@ -367,29 +391,29 @@ const st = "_label_1ic51_1", lt = {
|
|
|
367
391
|
},
|
|
368
392
|
setup(e) {
|
|
369
393
|
const t = e, n = d(() => [
|
|
370
|
-
|
|
394
|
+
at.label,
|
|
371
395
|
t.className
|
|
372
396
|
]);
|
|
373
|
-
return (s, l) => (
|
|
397
|
+
return (s, l) => (o(), y(a(lt), {
|
|
374
398
|
class: r(n.value)
|
|
375
399
|
}, {
|
|
376
|
-
default:
|
|
377
|
-
|
|
400
|
+
default: g(() => [
|
|
401
|
+
b(s.$slots, "default")
|
|
378
402
|
]),
|
|
379
403
|
_: 3
|
|
380
404
|
}, 8, ["class"]));
|
|
381
405
|
}
|
|
382
|
-
}),
|
|
383
|
-
content:
|
|
384
|
-
label:
|
|
385
|
-
header:
|
|
386
|
-
headerWrapper:
|
|
387
|
-
title:
|
|
388
|
-
subTitleRow:
|
|
389
|
-
subTitle:
|
|
390
|
-
link:
|
|
391
|
-
linkUpper:
|
|
392
|
-
},
|
|
406
|
+
}), ct = "_content_1g21n_1", it = "_label_1g21n_12", ut = "_header_1g21n_21", dt = "_headerWrapper_1g21n_29", _t = "_title_1g21n_36", mt = "_subTitleRow_1g21n_44", pt = "_subTitle_1g21n_44", bt = "_link_1g21n_56", ft = "_linkUpper_1g21n_73", v = {
|
|
407
|
+
content: ct,
|
|
408
|
+
label: it,
|
|
409
|
+
header: ut,
|
|
410
|
+
headerWrapper: dt,
|
|
411
|
+
title: _t,
|
|
412
|
+
subTitleRow: mt,
|
|
413
|
+
subTitle: pt,
|
|
414
|
+
link: bt,
|
|
415
|
+
linkUpper: ft
|
|
416
|
+
}, yt = /* @__PURE__ */ f({
|
|
393
417
|
name: "UiLabelContent",
|
|
394
418
|
__name: "label-content",
|
|
395
419
|
emits: ["click"],
|
|
@@ -397,58 +421,58 @@ const st = "_label_1ic51_1", lt = {
|
|
|
397
421
|
const t = ne(), n = d(() => t.header || t.title || t.subTitle), s = d(() => !t.title && !t.subTitle), l = d(
|
|
398
422
|
() => [v.link, s.value && v.linkUpper].filter(Boolean)
|
|
399
423
|
);
|
|
400
|
-
return (c, _) => (
|
|
401
|
-
class: r(
|
|
424
|
+
return (c, _) => (o(), m("div", {
|
|
425
|
+
class: r(a(v).content)
|
|
402
426
|
}, [
|
|
403
|
-
n.value ? (
|
|
427
|
+
n.value ? (o(), m("span", {
|
|
404
428
|
key: 0,
|
|
405
|
-
class: r(
|
|
429
|
+
class: r(a(v).headerWrapper)
|
|
406
430
|
}, [
|
|
407
|
-
c.$slots.header ? (
|
|
431
|
+
c.$slots.header ? (o(), m("span", {
|
|
408
432
|
key: 0,
|
|
409
|
-
class: r(
|
|
433
|
+
class: r(a(v).header)
|
|
410
434
|
}, [
|
|
411
|
-
|
|
435
|
+
b(c.$slots, "header")
|
|
412
436
|
], 2)) : p("", !0),
|
|
413
|
-
c.$slots.title ? (
|
|
437
|
+
c.$slots.title ? (o(), m("span", {
|
|
414
438
|
key: 1,
|
|
415
|
-
class: r(
|
|
439
|
+
class: r(a(v).title)
|
|
416
440
|
}, [
|
|
417
|
-
|
|
441
|
+
b(c.$slots, "default")
|
|
418
442
|
], 2)) : p("", !0),
|
|
419
|
-
c.$slots.subTitle ? (
|
|
443
|
+
c.$slots.subTitle ? (o(), m("span", {
|
|
420
444
|
key: 2,
|
|
421
|
-
class: r(
|
|
445
|
+
class: r(a(v).subTitleRow)
|
|
422
446
|
}, [
|
|
423
447
|
j("span", {
|
|
424
|
-
class: r(
|
|
448
|
+
class: r(a(v).subTitle)
|
|
425
449
|
}, [
|
|
426
|
-
|
|
450
|
+
b(c.$slots, "subTitle")
|
|
427
451
|
], 2)
|
|
428
452
|
], 2)) : p("", !0)
|
|
429
453
|
], 2)) : p("", !0),
|
|
430
|
-
c.$slots.link ? (
|
|
454
|
+
c.$slots.link ? (o(), m("span", {
|
|
431
455
|
key: 1,
|
|
432
456
|
class: r(l.value),
|
|
433
|
-
onClick: _[0] || (_[0] = (
|
|
457
|
+
onClick: _[0] || (_[0] = (i) => c.$emit("click"))
|
|
434
458
|
}, [
|
|
435
|
-
|
|
459
|
+
b(c.$slots, "link")
|
|
436
460
|
], 2)) : p("", !0)
|
|
437
461
|
], 2));
|
|
438
462
|
}
|
|
439
|
-
}),
|
|
440
|
-
wrapper:
|
|
441
|
-
input:
|
|
442
|
-
error:
|
|
443
|
-
description:
|
|
444
|
-
descriptionText:
|
|
445
|
-
errorText:
|
|
446
|
-
inputWrapper:
|
|
447
|
-
leftSpace:
|
|
448
|
-
rightSpace:
|
|
449
|
-
leftIcon:
|
|
450
|
-
rightIcon:
|
|
451
|
-
},
|
|
463
|
+
}), kt = "_wrapper_1qwte_1", gt = "_input_1qwte_8", ht = "_error_1qwte_38", vt = "_description_1qwte_51", $t = "_descriptionText_1qwte_62", xt = "_errorText_1qwte_66", wt = "_inputWrapper_1qwte_70", Ct = "_leftSpace_1qwte_74", Tt = "_rightSpace_1qwte_78", qt = "_leftIcon_1qwte_82", Bt = "_rightIcon_1qwte_83", k = {
|
|
464
|
+
wrapper: kt,
|
|
465
|
+
input: gt,
|
|
466
|
+
error: ht,
|
|
467
|
+
description: vt,
|
|
468
|
+
descriptionText: $t,
|
|
469
|
+
errorText: xt,
|
|
470
|
+
inputWrapper: wt,
|
|
471
|
+
leftSpace: Ct,
|
|
472
|
+
rightSpace: Tt,
|
|
473
|
+
leftIcon: qt,
|
|
474
|
+
rightIcon: Bt
|
|
475
|
+
}, It = ["id", "value", "name", "type", "disabled", "placeholder", "aria-invalid"], St = ["innerHTML"], Ut = ["innerHTML"], Cn = /* @__PURE__ */ f({
|
|
452
476
|
name: "UiInput",
|
|
453
477
|
__name: "input",
|
|
454
478
|
props: /* @__PURE__ */ M({
|
|
@@ -474,55 +498,55 @@ const st = "_label_1ic51_1", lt = {
|
|
|
474
498
|
emits: /* @__PURE__ */ M(["update:modelValue", "inputValue", "enter", "clickLink", "clickIcon", "click", "focus", "blur"], ["update:modelValue"]),
|
|
475
499
|
setup(e, { emit: t }) {
|
|
476
500
|
const n = t, s = se(e, "modelValue"), l = le(), c = d(() => [
|
|
477
|
-
|
|
501
|
+
k.input,
|
|
478
502
|
{
|
|
479
|
-
[
|
|
480
|
-
[
|
|
481
|
-
[
|
|
482
|
-
[
|
|
483
|
-
[
|
|
503
|
+
[k.disabled]: e.disabled,
|
|
504
|
+
[k.error]: e.error,
|
|
505
|
+
[k.loading]: e.loading,
|
|
506
|
+
[k.leftSpace]: !!e.leftIcon,
|
|
507
|
+
[k.rightSpace]: !!e.rightIcon
|
|
484
508
|
},
|
|
485
509
|
e.className
|
|
486
|
-
]), _ = d(() => e.header || e.title || e.subTitle || e.link),
|
|
487
|
-
|
|
488
|
-
}, R = (
|
|
489
|
-
n("update:modelValue",
|
|
490
|
-
}, W = () => n("focus"), F = () => n("blur"), H = () => n("clickLink"), G = () => n("click"), K = (
|
|
491
|
-
|
|
510
|
+
]), _ = d(() => e.header || e.title || e.subTitle || e.link), i = d(() => e.description || e.error), w = (u) => {
|
|
511
|
+
u.key === "Enter" && n("enter");
|
|
512
|
+
}, R = (u) => {
|
|
513
|
+
n("update:modelValue", u.target.value), n("inputValue", u.target.value);
|
|
514
|
+
}, W = () => n("focus"), F = () => n("blur"), H = () => n("clickLink"), G = () => n("click"), K = (u) => {
|
|
515
|
+
u.preventDefault(), n("clickIcon");
|
|
492
516
|
};
|
|
493
|
-
return (
|
|
494
|
-
class: r(
|
|
517
|
+
return (u, hn) => (o(), m("div", {
|
|
518
|
+
class: r(a(k).wrapper)
|
|
495
519
|
}, [
|
|
496
|
-
_.value ? (
|
|
520
|
+
_.value ? (o(), y(a(rt), {
|
|
497
521
|
key: 0,
|
|
498
|
-
for:
|
|
522
|
+
for: u.id,
|
|
499
523
|
onClick: H
|
|
500
524
|
}, {
|
|
501
|
-
default:
|
|
502
|
-
L(
|
|
503
|
-
default:
|
|
504
|
-
T(" " + q(
|
|
525
|
+
default: g(() => [
|
|
526
|
+
L(a(yt), null, oe({
|
|
527
|
+
default: g(() => [
|
|
528
|
+
T(" " + q(u.title) + " ", 1)
|
|
505
529
|
]),
|
|
506
530
|
_: 2
|
|
507
531
|
}, [
|
|
508
|
-
|
|
532
|
+
u.header ? {
|
|
509
533
|
name: "header",
|
|
510
|
-
fn:
|
|
511
|
-
T(q(
|
|
534
|
+
fn: g(() => [
|
|
535
|
+
T(q(u.header), 1)
|
|
512
536
|
]),
|
|
513
537
|
key: "0"
|
|
514
538
|
} : void 0,
|
|
515
|
-
|
|
539
|
+
u.subTitle ? {
|
|
516
540
|
name: "subTitle",
|
|
517
|
-
fn:
|
|
518
|
-
T(q(
|
|
541
|
+
fn: g(() => [
|
|
542
|
+
T(q(u.subTitle), 1)
|
|
519
543
|
]),
|
|
520
544
|
key: "1"
|
|
521
545
|
} : void 0,
|
|
522
|
-
|
|
546
|
+
u.link ? {
|
|
523
547
|
name: "link",
|
|
524
|
-
fn:
|
|
525
|
-
T(q(
|
|
548
|
+
fn: g(() => [
|
|
549
|
+
T(q(u.link), 1)
|
|
526
550
|
]),
|
|
527
551
|
key: "2"
|
|
528
552
|
} : void 0
|
|
@@ -531,61 +555,61 @@ const st = "_label_1ic51_1", lt = {
|
|
|
531
555
|
_: 1
|
|
532
556
|
}, 8, ["for"])) : p("", !0),
|
|
533
557
|
j("div", {
|
|
534
|
-
class: r(
|
|
558
|
+
class: r(a(k).inputWrapper)
|
|
535
559
|
}, [
|
|
536
|
-
|
|
560
|
+
u.leftIcon ? (o(), y(a(x), {
|
|
537
561
|
key: 0,
|
|
538
|
-
name:
|
|
539
|
-
class: r(
|
|
562
|
+
name: u.leftIcon,
|
|
563
|
+
class: r(a(k).leftIcon)
|
|
540
564
|
}, null, 8, ["name", "class"])) : p("", !0),
|
|
541
565
|
j("input", N({
|
|
542
|
-
id:
|
|
566
|
+
id: u.id,
|
|
543
567
|
value: s.value,
|
|
544
|
-
name:
|
|
545
|
-
type:
|
|
546
|
-
disabled:
|
|
547
|
-
placeholder:
|
|
568
|
+
name: u.name,
|
|
569
|
+
type: u.type,
|
|
570
|
+
disabled: u.disabled || u.loading,
|
|
571
|
+
placeholder: u.placeholder,
|
|
548
572
|
class: c.value,
|
|
549
|
-
"aria-invalid": !!
|
|
550
|
-
},
|
|
573
|
+
"aria-invalid": !!u.error
|
|
574
|
+
}, a(l), {
|
|
551
575
|
onInput: R,
|
|
552
576
|
onKeydown: w,
|
|
553
577
|
onFocus: W,
|
|
554
578
|
onBlur: F,
|
|
555
579
|
onClick: G
|
|
556
|
-
}), null, 16,
|
|
557
|
-
|
|
580
|
+
}), null, 16, It),
|
|
581
|
+
u.rightIcon ? (o(), y(a(x), {
|
|
558
582
|
key: 1,
|
|
559
|
-
name:
|
|
560
|
-
class: r(
|
|
583
|
+
name: u.rightIcon,
|
|
584
|
+
class: r(a(k).rightIcon),
|
|
561
585
|
onClick: K
|
|
562
586
|
}, null, 8, ["name", "class"])) : p("", !0)
|
|
563
587
|
], 2),
|
|
564
|
-
|
|
588
|
+
i.value ? (o(), m("div", {
|
|
565
589
|
key: 1,
|
|
566
|
-
class: r(
|
|
590
|
+
class: r(a(k).description)
|
|
567
591
|
}, [
|
|
568
|
-
|
|
592
|
+
u.error ? (o(), m("div", {
|
|
569
593
|
key: 0,
|
|
570
|
-
class: r(
|
|
571
|
-
innerHTML:
|
|
572
|
-
}, null, 10,
|
|
573
|
-
|
|
594
|
+
class: r(a(k).errorText),
|
|
595
|
+
innerHTML: u.error
|
|
596
|
+
}, null, 10, St)) : p("", !0),
|
|
597
|
+
u.description ? (o(), m("div", {
|
|
574
598
|
key: 1,
|
|
575
|
-
class: r(
|
|
576
|
-
innerHTML:
|
|
577
|
-
}, null, 10,
|
|
599
|
+
class: r(a(k).descriptionText),
|
|
600
|
+
innerHTML: u.description
|
|
601
|
+
}, null, 10, Ut)) : p("", !0)
|
|
578
602
|
], 2)) : p("", !0)
|
|
579
603
|
], 2));
|
|
580
604
|
}
|
|
581
|
-
}),
|
|
582
|
-
plank:
|
|
605
|
+
}), jt = "_plank_1yp3k_1", Lt = "_accent_1yp3k_26", Nt = "_danger_1yp3k_32", zt = "_text_1yp3k_38", Et = "_icon_1yp3k_42", B = {
|
|
606
|
+
plank: jt,
|
|
583
607
|
default: "_default_1yp3k_20",
|
|
584
|
-
accent:
|
|
585
|
-
danger:
|
|
586
|
-
text:
|
|
587
|
-
icon:
|
|
588
|
-
},
|
|
608
|
+
accent: Lt,
|
|
609
|
+
danger: Nt,
|
|
610
|
+
text: zt,
|
|
611
|
+
icon: Et
|
|
612
|
+
}, Tn = /* @__PURE__ */ f({
|
|
589
613
|
name: "UiPlank",
|
|
590
614
|
__name: "plank",
|
|
591
615
|
props: {
|
|
@@ -596,44 +620,44 @@ const st = "_label_1ic51_1", lt = {
|
|
|
596
620
|
emits: ["click"],
|
|
597
621
|
setup(e) {
|
|
598
622
|
const t = d(() => [
|
|
599
|
-
|
|
600
|
-
|
|
623
|
+
B.plank,
|
|
624
|
+
B[e.type]
|
|
601
625
|
]);
|
|
602
|
-
return (n, s) => (
|
|
626
|
+
return (n, s) => (o(), m("div", {
|
|
603
627
|
class: r(t.value)
|
|
604
628
|
}, [
|
|
605
|
-
n.icon ? (
|
|
629
|
+
n.icon ? (o(), m("div", {
|
|
606
630
|
key: 0,
|
|
607
|
-
class: r(
|
|
631
|
+
class: r(a(B).icon)
|
|
608
632
|
}, [
|
|
609
|
-
L(
|
|
633
|
+
L(a(x), { name: n.icon }, null, 8, ["name"])
|
|
610
634
|
], 2)) : p("", !0),
|
|
611
|
-
n.$slots.default ? (
|
|
635
|
+
n.$slots.default ? (o(), m("div", {
|
|
612
636
|
key: 1,
|
|
613
|
-
class: r(
|
|
637
|
+
class: r(a(B).text)
|
|
614
638
|
}, [
|
|
615
|
-
|
|
639
|
+
b(n.$slots, "default")
|
|
616
640
|
], 2)) : p("", !0),
|
|
617
|
-
n.label ? (
|
|
641
|
+
n.label ? (o(), y(a(P), {
|
|
618
642
|
key: 2,
|
|
619
643
|
size: "xs",
|
|
620
644
|
type: "secondary",
|
|
621
645
|
onClick: s[0] || (s[0] = (l) => n.$emit("click"))
|
|
622
646
|
}, {
|
|
623
|
-
default:
|
|
647
|
+
default: g(() => [
|
|
624
648
|
T(q(n.label), 1)
|
|
625
649
|
]),
|
|
626
650
|
_: 1
|
|
627
651
|
})) : p("", !0)
|
|
628
652
|
], 2));
|
|
629
653
|
}
|
|
630
|
-
}),
|
|
631
|
-
text:
|
|
632
|
-
primary:
|
|
633
|
-
secondary:
|
|
634
|
-
accent:
|
|
635
|
-
subtitle:
|
|
636
|
-
medium:
|
|
654
|
+
}), At = "_text_1sbhq_1", Mt = "_primary_1sbhq_10", Vt = "_secondary_1sbhq_16", Ot = "_accent_1sbhq_22", Pt = "_subtitle_1sbhq_28", Dt = "_medium_1sbhq_34", I = {
|
|
655
|
+
text: At,
|
|
656
|
+
primary: Mt,
|
|
657
|
+
secondary: Vt,
|
|
658
|
+
accent: Ot,
|
|
659
|
+
subtitle: Pt,
|
|
660
|
+
medium: Dt,
|
|
637
661
|
"color-main": "_color-main_1sbhq_38",
|
|
638
662
|
"color-secondary": "_color-secondary_1sbhq_42",
|
|
639
663
|
"color-semilight": "_color-semilight_1sbhq_46",
|
|
@@ -641,7 +665,7 @@ const st = "_label_1ic51_1", lt = {
|
|
|
641
665
|
"color-invert": "_color-invert_1sbhq_54",
|
|
642
666
|
"color-danger": "_color-danger_1sbhq_58",
|
|
643
667
|
"color-success": "_color-success_1sbhq_62"
|
|
644
|
-
},
|
|
668
|
+
}, qn = /* @__PURE__ */ f({
|
|
645
669
|
name: "UiText",
|
|
646
670
|
__name: "text",
|
|
647
671
|
props: {
|
|
@@ -652,24 +676,24 @@ const st = "_label_1ic51_1", lt = {
|
|
|
652
676
|
},
|
|
653
677
|
setup(e) {
|
|
654
678
|
const t = d(() => [
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
e.weight &&
|
|
658
|
-
e.color &&
|
|
679
|
+
I.text,
|
|
680
|
+
I[e.kind],
|
|
681
|
+
e.weight && I[e.weight],
|
|
682
|
+
e.color && I[`color-${e.color}`]
|
|
659
683
|
]);
|
|
660
|
-
return (n, s) => (
|
|
684
|
+
return (n, s) => (o(), y(A(n.tagName), {
|
|
661
685
|
class: r(t.value)
|
|
662
686
|
}, {
|
|
663
|
-
default:
|
|
664
|
-
|
|
687
|
+
default: g(() => [
|
|
688
|
+
b(n.$slots, "default")
|
|
665
689
|
]),
|
|
666
690
|
_: 3
|
|
667
691
|
}, 8, ["class"]));
|
|
668
692
|
}
|
|
669
|
-
}),
|
|
670
|
-
title:
|
|
693
|
+
}), Rt = "_title_1m0wo_1", Wt = "_medium_1m0wo_15", S = {
|
|
694
|
+
title: Rt,
|
|
671
695
|
"level-1": "_level-1_1m0wo_10",
|
|
672
|
-
medium:
|
|
696
|
+
medium: Wt,
|
|
673
697
|
"level-2": "_level-2_1m0wo_20",
|
|
674
698
|
"level-3": "_level-3_1m0wo_30",
|
|
675
699
|
"level-4": "_level-4_1m0wo_40",
|
|
@@ -680,7 +704,7 @@ const st = "_label_1ic51_1", lt = {
|
|
|
680
704
|
"color-invert": "_color-invert_1m0wo_66",
|
|
681
705
|
"color-danger": "_color-danger_1m0wo_70",
|
|
682
706
|
"color-success": "_color-success_1m0wo_74"
|
|
683
|
-
},
|
|
707
|
+
}, Bn = /* @__PURE__ */ f({
|
|
684
708
|
name: "UiTitle",
|
|
685
709
|
__name: "title",
|
|
686
710
|
props: {
|
|
@@ -691,24 +715,24 @@ const st = "_label_1ic51_1", lt = {
|
|
|
691
715
|
},
|
|
692
716
|
setup(e) {
|
|
693
717
|
const t = e, n = d(() => [
|
|
694
|
-
|
|
695
|
-
|
|
718
|
+
S.title,
|
|
719
|
+
S[`level-${t.level ?? 1}`],
|
|
696
720
|
t.className,
|
|
697
|
-
t.weight &&
|
|
698
|
-
t.color &&
|
|
721
|
+
t.weight && S[t.weight],
|
|
722
|
+
t.color && S[`color-${t.color}`]
|
|
699
723
|
]), s = d(() => `h${t.level ?? 1}`);
|
|
700
|
-
return (l, c) => (
|
|
724
|
+
return (l, c) => (o(), y(A(s.value), {
|
|
701
725
|
class: r(n.value)
|
|
702
726
|
}, {
|
|
703
|
-
default:
|
|
704
|
-
|
|
727
|
+
default: g(() => [
|
|
728
|
+
b(l.$slots, "default")
|
|
705
729
|
]),
|
|
706
730
|
_: 3
|
|
707
731
|
}, 8, ["class"]));
|
|
708
732
|
}
|
|
709
|
-
}),
|
|
710
|
-
error:
|
|
711
|
-
},
|
|
733
|
+
}), Ft = "_error_lk2jx_1", Ht = {
|
|
734
|
+
error: Ft
|
|
735
|
+
}, In = /* @__PURE__ */ f({
|
|
712
736
|
name: "UiError",
|
|
713
737
|
__name: "error",
|
|
714
738
|
props: {
|
|
@@ -716,28 +740,28 @@ const st = "_label_1ic51_1", lt = {
|
|
|
716
740
|
},
|
|
717
741
|
setup(e) {
|
|
718
742
|
const t = e, n = d(() => [
|
|
719
|
-
|
|
743
|
+
Ht.error,
|
|
720
744
|
t.className
|
|
721
745
|
]);
|
|
722
|
-
return (s, l) => (
|
|
746
|
+
return (s, l) => (o(), m("span", {
|
|
723
747
|
class: r(n.value)
|
|
724
748
|
}, [
|
|
725
|
-
|
|
749
|
+
b(s.$slots, "default")
|
|
726
750
|
], 2));
|
|
727
751
|
}
|
|
728
|
-
}),
|
|
729
|
-
root:
|
|
752
|
+
}), Gt = "_root_1tj1b_1", Kt = "_xxs_1tj1b_26", Jt = "_xs_1tj1b_30", Qt = "_s_1tj1b_16", Xt = "_m_1tj1b_38", Yt = "_l_1tj1b_42", Zt = "_square_1tj1b_45", en = "_xl_1tj1b_50", tn = "_xxl_1tj1b_58", U = {
|
|
753
|
+
root: Gt,
|
|
730
754
|
default: "_default_1tj1b_14",
|
|
731
|
-
xxs:
|
|
732
|
-
xs:
|
|
733
|
-
s:
|
|
734
|
-
m:
|
|
735
|
-
l:
|
|
736
|
-
square:
|
|
737
|
-
xl:
|
|
738
|
-
xxl:
|
|
755
|
+
xxs: Kt,
|
|
756
|
+
xs: Jt,
|
|
757
|
+
s: Qt,
|
|
758
|
+
m: Xt,
|
|
759
|
+
l: Yt,
|
|
760
|
+
square: Zt,
|
|
761
|
+
xl: en,
|
|
762
|
+
xxl: tn,
|
|
739
763
|
"3xl": "_3xl_1tj1b_66"
|
|
740
|
-
},
|
|
764
|
+
}, nn = ["src"], Sn = /* @__PURE__ */ f({
|
|
741
765
|
name: "UiAvatar",
|
|
742
766
|
__name: "avatar",
|
|
743
767
|
props: {
|
|
@@ -747,18 +771,18 @@ const st = "_label_1ic51_1", lt = {
|
|
|
747
771
|
},
|
|
748
772
|
setup(e) {
|
|
749
773
|
const t = E(!e.src), n = E(!1), s = d(() => e.src && !n.value), l = d(() => {
|
|
750
|
-
const
|
|
774
|
+
const i = !t.value || n.value || !e.src;
|
|
751
775
|
return [
|
|
752
776
|
U.root,
|
|
753
777
|
U[e.size],
|
|
754
778
|
e.square && U.square,
|
|
755
|
-
|
|
779
|
+
i && U.default
|
|
756
780
|
];
|
|
757
781
|
});
|
|
758
782
|
ae(
|
|
759
783
|
() => e.src,
|
|
760
|
-
(
|
|
761
|
-
t.value = !
|
|
784
|
+
(i) => {
|
|
785
|
+
t.value = !i, n.value = !1;
|
|
762
786
|
},
|
|
763
787
|
{ immediate: !0 }
|
|
764
788
|
);
|
|
@@ -768,35 +792,35 @@ const st = "_label_1ic51_1", lt = {
|
|
|
768
792
|
function _() {
|
|
769
793
|
n.value = !0;
|
|
770
794
|
}
|
|
771
|
-
return (
|
|
795
|
+
return (i, w) => (o(), m("div", {
|
|
772
796
|
class: r(l.value)
|
|
773
797
|
}, [
|
|
774
|
-
s.value ? (
|
|
798
|
+
s.value ? (o(), m("img", {
|
|
775
799
|
key: 0,
|
|
776
|
-
src:
|
|
800
|
+
src: i.src,
|
|
777
801
|
onLoad: c,
|
|
778
802
|
onError: _
|
|
779
|
-
}, null, 40,
|
|
780
|
-
|
|
803
|
+
}, null, 40, nn)) : p("", !0),
|
|
804
|
+
b(i.$slots, "default")
|
|
781
805
|
], 2));
|
|
782
806
|
}
|
|
783
|
-
}),
|
|
784
|
-
stack:
|
|
785
|
-
auto:
|
|
786
|
-
row:
|
|
787
|
-
reverse:
|
|
788
|
-
column:
|
|
789
|
-
full:
|
|
790
|
-
xxs:
|
|
791
|
-
xs:
|
|
792
|
-
s:
|
|
793
|
-
m:
|
|
794
|
-
l:
|
|
795
|
-
xl:
|
|
796
|
-
xxl:
|
|
797
|
-
xxxl:
|
|
798
|
-
xxxxl:
|
|
799
|
-
xxxxxl:
|
|
807
|
+
}), sn = "_stack_1b4a2_1", ln = "_auto_1b4a2_9", on = "_row_1b4a2_13", an = "_reverse_1b4a2_16", rn = "_column_1b4a2_21", cn = "_full_1b4a2_30", un = "_xxs_1b4a2_34", dn = "_xs_1b4a2_38", _n = "_s_1b4a2_1", mn = "_m_1b4a2_46", pn = "_l_1b4a2_50", bn = "_xl_1b4a2_54", fn = "_xxl_1b4a2_58", yn = "_xxxl_1b4a2_62", kn = "_xxxxl_1b4a2_66", gn = "_xxxxxl_1b4a2_70", $ = {
|
|
808
|
+
stack: sn,
|
|
809
|
+
auto: ln,
|
|
810
|
+
row: on,
|
|
811
|
+
reverse: an,
|
|
812
|
+
column: rn,
|
|
813
|
+
full: cn,
|
|
814
|
+
xxs: un,
|
|
815
|
+
xs: dn,
|
|
816
|
+
s: _n,
|
|
817
|
+
m: mn,
|
|
818
|
+
l: pn,
|
|
819
|
+
xl: bn,
|
|
820
|
+
xxl: fn,
|
|
821
|
+
xxxl: yn,
|
|
822
|
+
xxxxl: kn,
|
|
823
|
+
xxxxxl: gn,
|
|
800
824
|
"main-start": "_main-start_1b4a2_74",
|
|
801
825
|
"main-center": "_main-center_1b4a2_78",
|
|
802
826
|
"main-between": "_main-between_1b4a2_82",
|
|
@@ -805,7 +829,7 @@ const st = "_label_1ic51_1", lt = {
|
|
|
805
829
|
"cross-start": "_cross-start_1b4a2_94",
|
|
806
830
|
"cross-center": "_cross-center_1b4a2_98",
|
|
807
831
|
"cross-end": "_cross-end_1b4a2_102"
|
|
808
|
-
},
|
|
832
|
+
}, Un = /* @__PURE__ */ f({
|
|
809
833
|
name: "UiStack",
|
|
810
834
|
__name: "stack",
|
|
811
835
|
props: {
|
|
@@ -838,29 +862,29 @@ const st = "_label_1ic51_1", lt = {
|
|
|
838
862
|
e.reverse ? $.reverse : "",
|
|
839
863
|
$[e.size]
|
|
840
864
|
]);
|
|
841
|
-
return (s, l) => (
|
|
865
|
+
return (s, l) => (o(), y(A(s.tagName), {
|
|
842
866
|
class: r(n.value)
|
|
843
867
|
}, {
|
|
844
|
-
default:
|
|
845
|
-
|
|
868
|
+
default: g(() => [
|
|
869
|
+
b(s.$slots, "default")
|
|
846
870
|
]),
|
|
847
871
|
_: 3
|
|
848
872
|
}, 8, ["class"]));
|
|
849
873
|
}
|
|
850
874
|
});
|
|
851
875
|
export {
|
|
852
|
-
|
|
876
|
+
Sn as UiAvatar,
|
|
853
877
|
P as UiButton,
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
878
|
+
xn as UiButtonIcon,
|
|
879
|
+
wn as UiButtonLink,
|
|
880
|
+
In as UiError,
|
|
857
881
|
x as UiIcon,
|
|
858
|
-
|
|
859
|
-
|
|
882
|
+
Cn as UiInput,
|
|
883
|
+
rt as UiLabel,
|
|
860
884
|
be as UiLoader,
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
885
|
+
Tn as UiPlank,
|
|
886
|
+
Un as UiStack,
|
|
887
|
+
qn as UiText,
|
|
888
|
+
Bn as UiTitle,
|
|
889
|
+
$n as injectSvgSprite
|
|
866
890
|
};
|