@aures5g/vue-component-library 0.28.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/badge/UIBadge.vue.d.ts +17 -0
- package/dist/src/components/button/UIButton.vue.d.ts +21 -0
- package/dist/src/components/buttonRounded/UIButtonRounded.vue.d.ts +17 -0
- package/dist/src/components/checkbox/UICheckbox.vue.d.ts +27 -0
- package/dist/src/components/chip/UIChip.vue.d.ts +27 -0
- package/dist/src/components/contextPanel/UIContextPanel.vue.d.ts +22 -0
- package/dist/src/components/copyToClipboard/UICopy.vue.d.ts +31 -0
- package/dist/src/components/iconButton/UIIconButton.vue.d.ts +19 -0
- package/dist/src/components/languagePicker/UILanguagePicker.vue.d.ts +15 -0
- package/dist/{components → src/components}/languagePicker/uiLanguagePicker.theme.d.ts +6 -0
- package/dist/src/components/list/UIList.vue.d.ts +17 -0
- package/dist/src/components/list/UIListItem.vue.d.ts +28 -0
- package/dist/src/components/menu/UIMenu.vue.d.ts +16 -0
- package/dist/{components → src/components}/menu/useMenu.composables.d.ts +5 -5
- package/dist/src/components/radioButton/UIRadioButton.vue.d.ts +25 -0
- package/dist/src/components/richTooltip/UIRichTooltip.vue.d.ts +28 -0
- package/dist/src/components/snackbar/UISnackbar.vue.d.ts +32 -0
- package/dist/src/components/tabs/UITabPanel.vue.d.ts +7 -0
- package/dist/{components → src/components}/tabs/UITabView.d.ts +7 -7
- package/dist/{components → src/components}/tabs/uiTabPanel.const.d.ts +1 -1
- package/dist/src/components/tag/UITag.vue.d.ts +19 -0
- package/dist/src/components/textField/UITextField.vue.d.ts +29 -0
- package/dist/src/components/toggleButton/UIToggleButton.vue.d.ts +26 -0
- package/dist/src/components/toolbar/UIToolbar.vue.d.ts +20 -0
- package/dist/src/config/primevue.d.ts +18 -0
- package/dist/{index.d.ts → src/index.d.ts} +2 -3
- package/dist/tailwind.config.cjs +1 -0
- package/dist/tailwind.config.d.ts +86 -0
- package/dist/tailwind.config.js +159 -0
- package/dist/vue-component-library.cjs +1648 -0
- package/dist/vue-component-library.css +1 -0
- package/dist/vue-component-library.js +5644 -3874
- package/package.json +57 -63
- package/dist/components/HelloWorld/HelloWorld.vue.d.ts +0 -16
- package/dist/components/badge/UIBadge.vue.d.ts +0 -53
- package/dist/components/button/UIButton.vue.d.ts +0 -63
- package/dist/components/buttonRounded/UIButtonRounded.vue.d.ts +0 -54
- package/dist/components/checkbox/UICheckbox.vue.d.ts +0 -74
- package/dist/components/chip/UIChip.vue.d.ts +0 -79
- package/dist/components/contextPanel/UIContextPanel.vue.d.ts +0 -24
- package/dist/components/copyToClipboard/UICopy.vue.d.ts +0 -55
- package/dist/components/iconButton/UIIconButton.vue.d.ts +0 -59
- package/dist/components/languagePicker/UILanguagePicker.vue.d.ts +0 -36
- package/dist/components/list/UIList.vue.d.ts +0 -9
- package/dist/components/list/UIListItem.vue.d.ts +0 -48
- package/dist/components/menu/UIMenu.vue.d.ts +0 -46
- package/dist/components/radioButton/UIRadioButton.vue.d.ts +0 -69
- package/dist/components/richTooltip/UIRichTooltip.vue.d.ts +0 -48
- package/dist/components/snackbar/UISnackbar.vue.d.ts +0 -52
- package/dist/components/tabs/UITabPanel.vue.d.ts +0 -38
- package/dist/components/tag/UITag.vue.d.ts +0 -58
- package/dist/components/textField/UITextField.vue.d.ts +0 -66
- package/dist/components/toggleButton/UIToggleButton.vue.d.ts +0 -70
- package/dist/components/toolbar/UIToolbar.vue.d.ts +0 -22
- package/dist/config/primevue.d.ts +0 -19
- package/dist/style.css +0 -1
- package/dist/vue-component-library.umd.cjs +0 -81
- package/tailwind.config.ts +0 -127
- /package/dist/{components → src/components}/badge/uiBadge.const.d.ts +0 -0
- /package/dist/{components → src/components}/badge/uiBadge.theme.d.ts +0 -0
- /package/dist/{components → src/components}/button/uiButton.const.d.ts +0 -0
- /package/dist/{components → src/components}/button/uiButton.theme.d.ts +0 -0
- /package/dist/{components → src/components}/buttonRounded/uiButtonRounded.const.d.ts +0 -0
- /package/dist/{components → src/components}/buttonRounded/uiButtonRounded.theme.d.ts +0 -0
- /package/dist/{components → src/components}/checkbox/uiCheckbox.theme.d.ts +0 -0
- /package/dist/{components → src/components}/chip/uiChip.const.d.ts +0 -0
- /package/dist/{components → src/components}/chip/uiChip.theme.d.ts +0 -0
- /package/dist/{components → src/components}/contextPanel/uiContextPanel.theme.d.ts +0 -0
- /package/dist/{components → src/components}/copyToClipboard/uiCopy.const.d.ts +0 -0
- /package/dist/{components → src/components}/copyToClipboard/uiCopy.theme.d.ts +0 -0
- /package/dist/{components → src/components}/iconButton/uiIconButton.const.d.ts +0 -0
- /package/dist/{components → src/components}/iconButton/uiIconButton.theme.d.ts +0 -0
- /package/dist/{components → src/components}/languagePicker/uiLanguagePicker.const.d.ts +0 -0
- /package/dist/{components → src/components}/list/uiList.theme.d.ts +0 -0
- /package/dist/{components → src/components}/menu/menu.types.d.ts +0 -0
- /package/dist/{components → src/components}/radioButton/uiRadioButton.theme.d.ts +0 -0
- /package/dist/{components → src/components}/richTooltip/uiRichTooltip.theme.d.ts +0 -0
- /package/dist/{components → src/components}/snackbar/uiSnackbar.theme.d.ts +0 -0
- /package/dist/{components → src/components}/tabs/tabs.utils.d.ts +0 -0
- /package/dist/{components → src/components}/tabs/uiTabPanel.theme.d.ts +0 -0
- /package/dist/{components → src/components}/tabs/uiTabView.theme.d.ts +0 -0
- /package/dist/{components → src/components}/tag/uiTag.const.d.ts +0 -0
- /package/dist/{components → src/components}/tag/uiTag.theme.d.ts +0 -0
- /package/dist/{components → src/components}/textField/uiTextField.theme.d.ts +0 -0
- /package/dist/{components → src/components}/toggleButton/uiToggleButton.const.d.ts +0 -0
- /package/dist/{components → src/components}/toggleButton/uiToggleButton.theme.d.ts +0 -0
- /package/dist/{components → src/components}/toolbar/uiToolbar.theme.d.ts +0 -0
- /package/dist/{components → src/components}/tooltip/tooltip.theme.d.ts +0 -0
- /package/dist/{config → src/config}/acbs.d.ts +0 -0
- /package/dist/{types → src/types}/fa.d.ts +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type BadgePassThroughOptions } from 'primevue/badge';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { BADGE_SEVERITY } from './uiBadge.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
value?: string;
|
|
7
|
+
severity?: (typeof BADGE_SEVERITY)[keyof typeof BADGE_SEVERITY];
|
|
8
|
+
pt?: PassThrough<BadgePassThroughOptions>;
|
|
9
|
+
ptOptions?: PassThroughOptions;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
severity: (typeof BADGE_SEVERITY)[keyof typeof BADGE_SEVERITY];
|
|
13
|
+
pt: object | BadgePassThroughOptions<any>;
|
|
14
|
+
ptOptions: PassThroughOptions;
|
|
15
|
+
value: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ButtonPassThroughOptions } from 'primevue/button';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { BUTTON_SEVERITY } from './uiButton.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
severity?: (typeof BUTTON_SEVERITY)[keyof typeof BUTTON_SEVERITY];
|
|
7
|
+
label?: string;
|
|
8
|
+
pt?: PassThrough<ButtonPassThroughOptions>;
|
|
9
|
+
ptOptions?: PassThroughOptions;
|
|
10
|
+
isAction?: boolean;
|
|
11
|
+
small?: boolean;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
+
severity: (typeof BUTTON_SEVERITY)[keyof typeof BUTTON_SEVERITY];
|
|
15
|
+
label: string;
|
|
16
|
+
pt: object | ButtonPassThroughOptions<any>;
|
|
17
|
+
ptOptions: PassThroughOptions;
|
|
18
|
+
isAction: boolean;
|
|
19
|
+
small: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ButtonPassThroughOptions } from 'primevue/button';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { type RoundedButtonSeverities } from './uiButtonRounded.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
severity?: RoundedButtonSeverities;
|
|
7
|
+
label?: string;
|
|
8
|
+
pt?: PassThrough<ButtonPassThroughOptions>;
|
|
9
|
+
ptOptions?: PassThroughOptions;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
severity: RoundedButtonSeverities;
|
|
13
|
+
label: string;
|
|
14
|
+
pt: object | ButtonPassThroughOptions<any>;
|
|
15
|
+
ptOptions: PassThroughOptions;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type CheckboxPassThroughOptions } from 'primevue/checkbox';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
pt?: PassThrough<CheckboxPassThroughOptions>;
|
|
6
|
+
ptOptions?: PassThroughOptions;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
modelValue: boolean | string[];
|
|
9
|
+
value?: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
isLabelLeft?: boolean;
|
|
12
|
+
binary?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
"update:modelValue": (value: boolean | string[]) => any;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean | string[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
label: string;
|
|
20
|
+
pt: object | CheckboxPassThroughOptions;
|
|
21
|
+
ptOptions: PassThroughOptions;
|
|
22
|
+
binary: boolean;
|
|
23
|
+
value: string;
|
|
24
|
+
isDisabled: boolean;
|
|
25
|
+
isLabelLeft: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type ChipPassThroughOptions } from 'primevue/chip';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { type ChipTypes } from './uiChip.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
pt?: PassThrough<ChipPassThroughOptions>;
|
|
7
|
+
ptOptions?: PassThroughOptions;
|
|
8
|
+
type?: ChipTypes;
|
|
9
|
+
removable?: boolean;
|
|
10
|
+
label?: string;
|
|
11
|
+
isSelected?: boolean;
|
|
12
|
+
value?: string;
|
|
13
|
+
isRounded?: boolean;
|
|
14
|
+
isDisabled?: boolean;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
label: string;
|
|
18
|
+
pt: object | ChipPassThroughOptions<any>;
|
|
19
|
+
ptOptions: PassThroughOptions;
|
|
20
|
+
type: ChipTypes;
|
|
21
|
+
value: string;
|
|
22
|
+
isDisabled: boolean;
|
|
23
|
+
removable: boolean;
|
|
24
|
+
isSelected: boolean;
|
|
25
|
+
isRounded: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
header: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
toolbar?(_: {}): any;
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
footer?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
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, {}, HTMLDivElement>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { TOOLTIP_POSITION, ICON_POSITION } from './uiCopy.const';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
textToClipboard: string;
|
|
4
|
+
textToDisplay?: string | number;
|
|
5
|
+
tooltipText: string | number;
|
|
6
|
+
tooltipPosition?: (typeof TOOLTIP_POSITION)[keyof typeof TOOLTIP_POSITION];
|
|
7
|
+
hiddenIcon?: boolean;
|
|
8
|
+
iconPosition?: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: any;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
+
textToDisplay: string | number;
|
|
21
|
+
tooltipPosition: (typeof TOOLTIP_POSITION)[keyof typeof TOOLTIP_POSITION];
|
|
22
|
+
hiddenIcon: boolean;
|
|
23
|
+
iconPosition: (typeof ICON_POSITION)[keyof typeof ICON_POSITION];
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type ButtonPassThroughOptions } from 'primevue/button';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { type IconButtonSeverities } from './uiIconButton.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
severity?: IconButtonSeverities;
|
|
7
|
+
label?: string;
|
|
8
|
+
pt?: PassThrough<ButtonPassThroughOptions>;
|
|
9
|
+
ptOptions?: PassThroughOptions;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
severity: IconButtonSeverities;
|
|
14
|
+
label: string;
|
|
15
|
+
pt: object | ButtonPassThroughOptions<any>;
|
|
16
|
+
ptOptions: PassThroughOptions;
|
|
17
|
+
isDisabled: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type LanguagePickerPosition } from './uiLanguagePicker.const';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
position?: LanguagePickerPosition;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: null | string;
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: string | null) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
position: LanguagePickerPosition;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -4,3 +4,9 @@ export declare const SELECTED_LANG_BTN = "size-[2.5rem] p-[0.25rem] rounded-full
|
|
|
4
4
|
export declare const UNSELECTED_LANG_BTN = "size-[2.5rem] p-[0.25rem] rounded-full flex items-center justify-center bg-on-primary border border-[#DDE2F3]";
|
|
5
5
|
export declare const DROPDOWN = "absolute flex items-center gap-[0.25rem] py-[0.5rem]";
|
|
6
6
|
export declare const DIVIDER = "h-[1.5rem] border-l-[1px] border-l-outline/[0.16]";
|
|
7
|
+
export declare const SLIDE_ENTER_ACTIVE = "transition-opacity ease-in duration-300";
|
|
8
|
+
export declare const SLIDE_ENTER_FROM = "opacity-0";
|
|
9
|
+
export declare const SLIDE_ENTER_TO = "opacity-100";
|
|
10
|
+
export declare const SLIDE_LEAVE_ACTIVE = "transition-opacity ease-out duration-300";
|
|
11
|
+
export declare const SLIDE_LEAVE_FROM = "opacity-100";
|
|
12
|
+
export declare const SLIDE_LEAVE_TO = "opacity-0";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Icon } from '@/types/fa';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
header: string;
|
|
4
|
+
multiline?: boolean;
|
|
5
|
+
icon?: Icon;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
text?(_: {}): any;
|
|
11
|
+
trailing?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
icon: Icon;
|
|
19
|
+
header: string;
|
|
20
|
+
multiline: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type RouteRecordName } from 'vue-router';
|
|
2
|
+
import type { Icon } from '@/types/fa';
|
|
3
|
+
import type { MenuItems } from './menu.types';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
mainMenuItems: MenuItems;
|
|
6
|
+
branding: [string, string];
|
|
7
|
+
brandLogo?: Icon;
|
|
8
|
+
landingRoute?: RouteRecordName | null;
|
|
9
|
+
expandedRoutes?: RouteRecordName[];
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
brandLogo: Icon;
|
|
13
|
+
landingRoute: string | symbol | null;
|
|
14
|
+
expandedRoutes: RouteRecordName[];
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
@@ -16,7 +16,7 @@ export declare function useExpandableMenu(expandedRoutes?: RouteRecordName[]): {
|
|
|
16
16
|
* Watch route and automatically open/close active category.
|
|
17
17
|
*/
|
|
18
18
|
export declare function useMenuCategories(mainMenuItems: MenuItems, landingRoute?: RouteRecordName | null): {
|
|
19
|
-
menuCategories: Ref<Record<string, boolean>>;
|
|
19
|
+
menuCategories: Ref<Record<string, boolean>, Record<string, boolean>>;
|
|
20
20
|
openMenuCategory: (category: string) => void;
|
|
21
21
|
onCategoryClick: (menu: MenuItemWithSubmenu) => void;
|
|
22
22
|
menuCategoryClasses: import("vue").ComputedRef<Record<string, {
|
|
@@ -27,13 +27,13 @@ export declare function useMenuCategories(mainMenuItems: MenuItems, landingRoute
|
|
|
27
27
|
* Handle everything around floating menu
|
|
28
28
|
*/
|
|
29
29
|
export declare function useFloatingMenu(mainMenuItems: MenuItems, menuCategories: Ref<Record<string, boolean>>): {
|
|
30
|
-
activeFloatingMenuIndex: Ref<number | null>;
|
|
31
|
-
menuItemRefs: Ref<HTMLLIElement[]>;
|
|
32
|
-
navbarRef: Ref<HTMLDivElement | null>;
|
|
30
|
+
activeFloatingMenuIndex: Ref<number | null, number | null>;
|
|
31
|
+
menuItemRefs: Ref<HTMLLIElement[], HTMLLIElement[]>;
|
|
32
|
+
navbarRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
33
33
|
enterFloatingTrigger: (index: number, category: string) => void;
|
|
34
34
|
leaveFloatingTrigger: (index: number) => Promise<void>;
|
|
35
35
|
activeFloatingMenu: import("vue").ComputedRef<MenuItemWithSubmenu | null>;
|
|
36
|
-
floatingMenuWrapperRef: Ref<HTMLDivElement | null>;
|
|
36
|
+
floatingMenuWrapperRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
37
37
|
resetFloatingMenu: () => Promise<void>;
|
|
38
38
|
focusFloatingMenu: () => Promise<void>;
|
|
39
39
|
blurFloatingMenu: () => Promise<void>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type RadioButtonPassThroughOptions } from 'primevue/radiobutton';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
pt?: PassThrough<RadioButtonPassThroughOptions>;
|
|
6
|
+
ptOptions?: PassThroughOptions;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
modelValue: boolean;
|
|
9
|
+
value?: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
isLabelLeft?: boolean;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: boolean) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
label: string;
|
|
19
|
+
pt: object | RadioButtonPassThroughOptions;
|
|
20
|
+
ptOptions: PassThroughOptions;
|
|
21
|
+
value: string;
|
|
22
|
+
isDisabled: boolean;
|
|
23
|
+
isLabelLeft: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title?: string;
|
|
3
|
+
text?: string;
|
|
4
|
+
hasAction?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
trigger?(_: {}): any;
|
|
10
|
+
content?(_: {}): any;
|
|
11
|
+
action?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
text: string;
|
|
19
|
+
title: string;
|
|
20
|
+
hasAction: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
actionLabel?: string;
|
|
3
|
+
hasLongAction?: boolean;
|
|
4
|
+
closeable?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
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, {} & {
|
|
16
|
+
close: () => any;
|
|
17
|
+
action: () => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onClose?: (() => any) | undefined;
|
|
20
|
+
onAction?: (() => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
actionLabel: string;
|
|
23
|
+
hasLongAction: boolean;
|
|
24
|
+
closeable: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type UITabPanelProps } from './uiTabPanel.const';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<UITabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UITabPanelProps> & Readonly<{}>, {
|
|
3
|
+
pt: object | import("primevue/tabpanel").TabPanelPassThroughOptions;
|
|
4
|
+
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
5
|
+
header: string;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import { type TabViewPassThroughOptions } from 'primevue/tabview';
|
|
3
3
|
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
4
|
-
import type { PassThrough } from 'primevue/
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
import type { PassThrough } from '@primevue/core';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
activeIndex: {
|
|
7
7
|
type: NumberConstructor;
|
|
8
8
|
required: false;
|
|
@@ -41,9 +41,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
mergeProps: boolean;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
-
}
|
|
44
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
|
-
}>,
|
|
46
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
activeIndex: {
|
|
48
48
|
type: NumberConstructor;
|
|
49
49
|
required: false;
|
|
@@ -82,13 +82,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
mergeProps: boolean;
|
|
83
83
|
};
|
|
84
84
|
};
|
|
85
|
-
}
|
|
85
|
+
}>> & Readonly<{}>, {
|
|
86
86
|
pt: PassThrough<TabViewPassThroughOptions>;
|
|
87
87
|
ptOptions: PassThroughOptions;
|
|
88
|
+
tabindex: number;
|
|
88
89
|
activeIndex: number;
|
|
89
90
|
lazy: boolean;
|
|
90
91
|
scrollable: boolean;
|
|
91
|
-
tabindex: number;
|
|
92
92
|
selectOnFocus: boolean;
|
|
93
|
-
}, {}>;
|
|
93
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
94
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type TabPanelPassThroughOptions } from 'primevue/tabpanel';
|
|
2
2
|
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
-
import type { PassThrough } from 'primevue/
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
4
|
export type UITabPanelProps = {
|
|
5
5
|
header?: string;
|
|
6
6
|
pt?: PassThrough<TabPanelPassThroughOptions>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type TagPassThroughOptions } from 'primevue/tag';
|
|
2
|
+
import type { PassThrough } from '@primevue/core';
|
|
3
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
4
|
+
import { TAG_SEVERITY, TAG_SIZE } from './uiTag.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
value?: string;
|
|
7
|
+
severity?: (typeof TAG_SEVERITY)[keyof typeof TAG_SEVERITY];
|
|
8
|
+
pt?: PassThrough<TagPassThroughOptions>;
|
|
9
|
+
ptOptions?: PassThroughOptions;
|
|
10
|
+
size?: (typeof TAG_SIZE)[keyof typeof TAG_SIZE];
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
severity: (typeof TAG_SEVERITY)[keyof typeof TAG_SEVERITY];
|
|
14
|
+
pt: object | TagPassThroughOptions;
|
|
15
|
+
ptOptions: PassThroughOptions;
|
|
16
|
+
size: (typeof TAG_SIZE)[keyof typeof TAG_SIZE];
|
|
17
|
+
value: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type InputTextPassThroughOptions } from 'primevue/inputtext';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
pt?: PassThrough<InputTextPassThroughOptions>;
|
|
6
|
+
ptOptions?: PassThroughOptions;
|
|
7
|
+
invalid?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
hasSearchIcon?: boolean;
|
|
10
|
+
isFocused?: boolean;
|
|
11
|
+
label: string;
|
|
12
|
+
supportText?: string;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = {
|
|
15
|
+
modelValue?: string;
|
|
16
|
+
} & __VLS_Props;
|
|
17
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: string) => any;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
pt: object | InputTextPassThroughOptions<any>;
|
|
23
|
+
ptOptions: PassThroughOptions;
|
|
24
|
+
invalid: boolean;
|
|
25
|
+
hasSearchIcon: boolean;
|
|
26
|
+
isFocused: boolean;
|
|
27
|
+
supportText: string;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { type ToggleButtonPassThroughOptions } from 'primevue/togglebutton';
|
|
2
|
+
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
+
import type { PassThrough } from '@primevue/core';
|
|
4
|
+
import { type ToggleButtonSeverities } from './uiToggleButton.const';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
severity?: ToggleButtonSeverities;
|
|
7
|
+
onLabel?: string;
|
|
8
|
+
offLabel?: string;
|
|
9
|
+
pt?: PassThrough<ToggleButtonPassThroughOptions>;
|
|
10
|
+
ptOptions?: PassThroughOptions;
|
|
11
|
+
isDisabled?: boolean;
|
|
12
|
+
modelValue: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
"update:modelValue": (value: boolean) => any;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
severity: ToggleButtonSeverities;
|
|
20
|
+
pt: object | ToggleButtonPassThroughOptions<any>;
|
|
21
|
+
ptOptions: PassThroughOptions;
|
|
22
|
+
isDisabled: boolean;
|
|
23
|
+
onLabel: string;
|
|
24
|
+
offLabel: string;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
header: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
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, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
readonly pt: {
|
|
3
|
+
readonly directives: {
|
|
4
|
+
readonly tooltip: {
|
|
5
|
+
readonly root: {
|
|
6
|
+
readonly class: "absolute";
|
|
7
|
+
};
|
|
8
|
+
readonly text: {
|
|
9
|
+
readonly class: "bg-inverse-surface text-inverse-on-surface text-[0.75rem] py-[0.25rem] px-[0.5rem] rounded-[0.25rem]";
|
|
10
|
+
};
|
|
11
|
+
readonly arrow: {
|
|
12
|
+
readonly class: "hidden";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import './assets/style.
|
|
2
|
-
import HelloWorld from './components/HelloWorld/HelloWorld.vue';
|
|
1
|
+
import './assets/style.css';
|
|
3
2
|
import ACBSPlugin, { useACBSConfig } from './config/acbs';
|
|
4
3
|
import UIButton from './components/button/UIButton.vue';
|
|
5
4
|
import UIMenu from './components/menu/UIMenu.vue';
|
|
@@ -22,4 +21,4 @@ import UIList from './components/list/UIList.vue';
|
|
|
22
21
|
import UIContextPanel from './components/contextPanel/UIContextPanel.vue';
|
|
23
22
|
import UIToolbar from './components/toolbar/UIToolbar.vue';
|
|
24
23
|
import UILanguagePicker from './components/languagePicker/UILanguagePicker.vue';
|
|
25
|
-
export {
|
|
24
|
+
export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton, UIButtonRounded, UIToggleButton, UIRadioButton, UICheckbox, UIChip, UITextField, UIRichTooltip, UISnackbar, UIListItem, UIList, UIContextPanel, UIToolbar, UILanguagePicker, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=({addBase:r,addUtilities:a,addComponents:o})=>{r({html:{"font-family":"var(--typescale-font-family)"},"*::-webkit-scrollbar":{width:"4px",height:"4px"},"*::-webkit-scrollbar-thumb":{background:"var(--color-outline)","border-radius":"5px"}}),a({".no-scrollbar::-webkit-scrollbar":{display:"none"},".no-scrollbar":{"-ms-overflow-style":"none","scrollbar-width":"none"}}),o({".label-small":{"font-size":"11px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-medium":{"font-size":"12px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-large":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".headline-small":{"font-size":"24px","font-style":"normal","font-weight":"400","line-height":"32px","letter-spacing":"0em"},".title-small":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".title-large":{"font-size":"22px","font-style":"normal","font-weight":"400","line-height":"28px","letter-spacing":"0em"},".body-small":{"font-size":"12px","font-style":"normal","font-weight":"400","line-height":"16px","letter-spacing":"0.4px"}})},l={content:["./index.html","./src/**/*.{vue,js,ts,jsx,tsx}"],theme:{colors:{primary:"rgb(from var(--color-primary) R G B / <alpha-value>)","on-primary":"rgb(from var(--color-on-primary) R G B / <alpha-value>)","primary-container":"rgb(from var(--color-primary-container) R G B / <alpha-value>)","on-primary-container":"rgb(from var(--color-on-primary-container) R G B / <alpha-value>)","primary-fixed":"rgb(from var(--color-primary-fixed) R G B / <alpha-value>)","primary-fixed-dim":"rgb(from var(--color-primary-fixed-dim) R G B / <alpha-value>)","on-primary-fixed":"rgb(from var(--color-on-primary-fixed) R G B / <alpha-value>)","on-primary-fixed-variant":"rgb(from var(--color-on-primary-fixed-variant) R G B / <alpha-value>)",secondary:"rgb(from var(--color-secondary) R G B / <alpha-value>)","on-secondary":"rgb(from var(--color-on-secondary) R G B / <alpha-value>)","secondary-container":"rgb(from var(--color-secondary-container) R G B / <alpha-value>)","on-secondary-container":"rgb(from var(--color-on-secondary-container) R G B / <alpha-value>)","secondary-fixed":"rgb(from var(--color-secondary-fixed) R G B / <alpha-value>)","secondary-fixed-dim":"rgb(from var(--color-secondary-fixed-dim) R G B / <alpha-value>)","on-secondary-fixed":"rgb(from var(--color-on-secondary-fixed) R G B / <alpha-value>)","on-secondary-fixed-variant":"rgb(from var(--color-on-secondary-fixed-variant) R G B / <alpha-value>)",tertiary:"rgb(from var(--color-tertiary) R G B / <alpha-value>)","on-tertiary":"rgb(from var(--color-on-tertiary) R G B / <alpha-value>)","tertiary-container":"rgb(from var(--color-tertiary-container) R G B / <alpha-value>)","on-tertiary-container":"rgb(from var(--color-on-tertiary-container) R G B / <alpha-value>)","tertiary-fixed":"rgb(from var(--color-tertiary-fixed) R G B / <alpha-value>)","tertiary-fixed-dim":"rgb(from var(--color-tertiary-fixed-dim) R G B / <alpha-value>)","on-tertiary-fixed":"rgb(from var(--color-on-tertiary-fixed) R G B / <alpha-value>)","on-tertiary-fixed-variant":"rgb(from var(--color-on-tertiary-fixed-variant) R G B / <alpha-value>)",error:"rgb(from var(--color-error) R G B / <alpha-value>)","on-error":"rgb(from var(--color-on-error) R G B / <alpha-value>)","error-container":"rgb(from var(--color-error-container) R G B / <alpha-value>)","on-error-container":"rgb(from var(--color-on-error-container) R G B / <alpha-value>)",warning:"rgb(from var(--color-warning) R G B / <alpha-value>)","on-warning":"rgb(from var(--color-on-warning) R G B / <alpha-value>)","warning-container":"rgb(from var(--color-warning-container) R G B / <alpha-value>)","on-warning-container":"rgb(from var(--color-on-warning-container) R G B / <alpha-value>)",success:"rgb(from var(--color-success) R G B / <alpha-value>)","on-success":"rgb(from var(--color-on-success) R G B / <alpha-value>)","success-container":"rgb(from var(--color-success-container) R G B / <alpha-value>)","on-success-container":"rgb(from var(--color-on-success-container) R G B / <alpha-value>)","surface-dim":"rgb(from var(--color-surface-dim) R G B / <alpha-value>)",surface:"rgb(from var(--color-surface) R G B / <alpha-value>)","surface-container-lowest":"rgb(from var(--color-surface-container-lowest) R G B / <alpha-value>)","surface-container-low":"rgb(from var(--color-surface-container-low) R G B / <alpha-value>)","surface-container":"rgb(from var(--color-surface-container) R G B / <alpha-value>)","surface-container-high":"rgb(from var(--color-surface-container-high) R G B / <alpha-value>)","surface-container-highest":"rgb(from var(--color-surface-container-highest) R G B / <alpha-value>)","on-surface":"rgb(from var(--color-on-surface) R G B / <alpha-value>)","on-surface-variant":"rgb(from var(--color-on-surface-variant) R G B / <alpha-value>)",outline:"rgb(from var(--color-outline) R G B / <alpha-value>)","outline-variant":"rgb(from var(--color-outline-variant) R G B / <alpha-value>)","inverse-surface":"rgb(from var(--color-inverse-surface) R G B / <alpha-value>)","inverse-on-surface":"rgb(from var(--color-inverse-on-surface) R G B / <alpha-value>)","inverse-primary":"rgb(from var(--color-inverse-primary) R G B / <alpha-value>)",scrim:"rgb(from var(--color-scrim) R G B / <alpha-value>)",shadow:"rgb(from var(--color-shadow) R G B / <alpha-value>)"},borderRadius:{xs:"var(--radius-extra-small)",sm:"var(--radius-small)",md:"var(--radius-medium)",lg:"var(--radius-large)",xl:"var(--radius-extra-large)",full:"var(--radius-full)"},spacing:{0:"0",xs:"var(--spacing-extra-small)",sm:"var(--spacing-small)",md:"var(--spacing-medium)",lg:"var(--spacing-large)",xl:"var(--spacing-extra-large)"},boxShadow:{0:"var(--elevation-0)",1:"var(--elevation-1)",2:"var(--elevation-2)",3:"var(--elevation-3)",4:"var(--elevation-4)",5:"var(--elevation-5)"}},plugins:[e]};module.exports=l;
|