@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
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { type LanguagePickerPosition } from './uiLanguagePicker.const';
|
|
2
|
-
declare let __VLS_typeProps: {
|
|
3
|
-
position?: LanguagePickerPosition;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_PublicProps = {
|
|
6
|
-
modelValue?: null | string;
|
|
7
|
-
} & typeof __VLS_typeProps;
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
9
|
-
position: "right";
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
"update:modelValue": (modelValue: string | null) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
13
|
-
position: "right";
|
|
14
|
-
}>>> & {
|
|
15
|
-
"onUpdate:modelValue"?: ((modelValue: string | null) => any) | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
position: LanguagePickerPosition;
|
|
18
|
-
}, {}>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithDefaults<P, D> = {
|
|
21
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
-
default: D[K];
|
|
23
|
-
}> : P[K];
|
|
24
|
-
};
|
|
25
|
-
type __VLS_Prettify<T> = {
|
|
26
|
-
[K in keyof T]: T[K];
|
|
27
|
-
} & {};
|
|
28
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
-
type __VLS_TypePropsToOption<T> = {
|
|
30
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
-
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import type { Icon } from '@/types/fa.ts';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
header: string;
|
|
4
|
-
multiline?: boolean | undefined;
|
|
5
|
-
icon?: Icon | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
header: string;
|
|
8
|
-
multiline: boolean;
|
|
9
|
-
icon: undefined;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
-
header: string;
|
|
12
|
-
multiline?: boolean | undefined;
|
|
13
|
-
icon?: Icon | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
header: string;
|
|
16
|
-
multiline: boolean;
|
|
17
|
-
icon: undefined;
|
|
18
|
-
}>>>, {
|
|
19
|
-
header: string;
|
|
20
|
-
icon: Icon;
|
|
21
|
-
multiline: boolean;
|
|
22
|
-
}, {}>, {
|
|
23
|
-
text?(_: {}): any;
|
|
24
|
-
trailing?(_: {}): any;
|
|
25
|
-
}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
35
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
-
new (): {
|
|
37
|
-
$slots: S;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { type RouteRecordName } from 'vue-router';
|
|
2
|
-
import type { Icon } from '@/types/fa.ts';
|
|
3
|
-
import type { MenuItems } from './menu.types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
mainMenuItems: MenuItems;
|
|
6
|
-
branding: [string, string];
|
|
7
|
-
brandLogo?: Icon | undefined;
|
|
8
|
-
landingRoute?: RouteRecordName | null | undefined;
|
|
9
|
-
expandedRoutes?: RouteRecordName[] | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
brandLogo: () => import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
12
|
-
landingRoute: null;
|
|
13
|
-
expandedRoutes: () => never[];
|
|
14
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
15
|
-
mainMenuItems: MenuItems;
|
|
16
|
-
branding: [string, string];
|
|
17
|
-
brandLogo?: Icon | undefined;
|
|
18
|
-
landingRoute?: RouteRecordName | null | undefined;
|
|
19
|
-
expandedRoutes?: RouteRecordName[] | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
brandLogo: () => import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
22
|
-
landingRoute: null;
|
|
23
|
-
expandedRoutes: () => never[];
|
|
24
|
-
}>>>, {
|
|
25
|
-
brandLogo: Icon;
|
|
26
|
-
landingRoute: RouteRecordName | null;
|
|
27
|
-
expandedRoutes: RouteRecordName[];
|
|
28
|
-
}, {}>;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_WithDefaults<P, D> = {
|
|
31
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
-
default: D[K];
|
|
33
|
-
}> : P[K];
|
|
34
|
-
};
|
|
35
|
-
type __VLS_Prettify<T> = {
|
|
36
|
-
[K in keyof T]: T[K];
|
|
37
|
-
} & {};
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToOption<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { type RadioButtonPassThroughOptions } from 'primevue/radiobutton';
|
|
2
|
-
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
-
import type { PassThrough } from 'primevue/ts-helpers';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
pt?: PassThrough<RadioButtonPassThroughOptions>;
|
|
6
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
7
|
-
isDisabled?: boolean | undefined;
|
|
8
|
-
modelValue: boolean;
|
|
9
|
-
value?: string | undefined;
|
|
10
|
-
label?: string | undefined;
|
|
11
|
-
isLabelLeft?: boolean | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
pt: undefined;
|
|
14
|
-
ptOptions: () => {
|
|
15
|
-
mergeSections: boolean;
|
|
16
|
-
mergeProps: boolean;
|
|
17
|
-
};
|
|
18
|
-
isDisabled: boolean;
|
|
19
|
-
value: string;
|
|
20
|
-
label: string;
|
|
21
|
-
isLabelLeft: boolean;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
"update:modelValue": (value: boolean) => void;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
25
|
-
pt?: PassThrough<RadioButtonPassThroughOptions>;
|
|
26
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
27
|
-
isDisabled?: boolean | undefined;
|
|
28
|
-
modelValue: boolean;
|
|
29
|
-
value?: string | undefined;
|
|
30
|
-
label?: string | undefined;
|
|
31
|
-
isLabelLeft?: boolean | undefined;
|
|
32
|
-
}>, {
|
|
33
|
-
pt: undefined;
|
|
34
|
-
ptOptions: () => {
|
|
35
|
-
mergeSections: boolean;
|
|
36
|
-
mergeProps: boolean;
|
|
37
|
-
};
|
|
38
|
-
isDisabled: boolean;
|
|
39
|
-
value: string;
|
|
40
|
-
label: string;
|
|
41
|
-
isLabelLeft: boolean;
|
|
42
|
-
}>>> & {
|
|
43
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
|
-
}, {
|
|
45
|
-
label: string;
|
|
46
|
-
pt: object | RadioButtonPassThroughOptions;
|
|
47
|
-
ptOptions: PassThroughOptions;
|
|
48
|
-
value: string;
|
|
49
|
-
isDisabled: boolean;
|
|
50
|
-
isLabelLeft: boolean;
|
|
51
|
-
}, {}>;
|
|
52
|
-
export default _default;
|
|
53
|
-
type __VLS_WithDefaults<P, D> = {
|
|
54
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
-
default: D[K];
|
|
56
|
-
}> : P[K];
|
|
57
|
-
};
|
|
58
|
-
type __VLS_Prettify<T> = {
|
|
59
|
-
[K in keyof T]: T[K];
|
|
60
|
-
} & {};
|
|
61
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
|
-
type __VLS_TypePropsToOption<T> = {
|
|
63
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
64
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
65
|
-
} : {
|
|
66
|
-
type: import('vue').PropType<T[K]>;
|
|
67
|
-
required: true;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
-
title?: string | undefined;
|
|
3
|
-
text?: string | undefined;
|
|
4
|
-
hasAction?: boolean | undefined;
|
|
5
|
-
}>, {
|
|
6
|
-
title: string;
|
|
7
|
-
text: string;
|
|
8
|
-
hasAction: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
|
-
title?: string | undefined;
|
|
11
|
-
text?: string | undefined;
|
|
12
|
-
hasAction?: boolean | undefined;
|
|
13
|
-
}>, {
|
|
14
|
-
title: string;
|
|
15
|
-
text: string;
|
|
16
|
-
hasAction: boolean;
|
|
17
|
-
}>>>, {
|
|
18
|
-
title: string;
|
|
19
|
-
text: string;
|
|
20
|
-
hasAction: boolean;
|
|
21
|
-
}, {}>, {
|
|
22
|
-
trigger?(_: {}): any;
|
|
23
|
-
content?(_: {}): any;
|
|
24
|
-
action?(_: {}): any;
|
|
25
|
-
}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
35
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
-
new (): {
|
|
37
|
-
$slots: S;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
-
actionLabel?: string | undefined;
|
|
3
|
-
hasLongAction?: boolean | undefined;
|
|
4
|
-
closeable?: boolean | undefined;
|
|
5
|
-
}>, {
|
|
6
|
-
actionLabel: string;
|
|
7
|
-
hasLongAction: boolean;
|
|
8
|
-
closeable: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
close: () => void;
|
|
11
|
-
action: () => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
|
-
actionLabel?: string | undefined;
|
|
14
|
-
hasLongAction?: boolean | undefined;
|
|
15
|
-
closeable?: boolean | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
actionLabel: string;
|
|
18
|
-
hasLongAction: boolean;
|
|
19
|
-
closeable: boolean;
|
|
20
|
-
}>>> & {
|
|
21
|
-
onClose?: (() => any) | undefined;
|
|
22
|
-
onAction?: (() => any) | undefined;
|
|
23
|
-
}, {
|
|
24
|
-
actionLabel: string;
|
|
25
|
-
hasLongAction: boolean;
|
|
26
|
-
closeable: boolean;
|
|
27
|
-
}, {}>, {
|
|
28
|
-
default?(_: {}): any;
|
|
29
|
-
}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
-
type __VLS_TypePropsToOption<T> = {
|
|
46
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
-
} : {
|
|
49
|
-
type: import('vue').PropType<T[K]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { type UITabPanelProps } from './uiTabPanel.const';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UITabPanelProps>, {
|
|
3
|
-
readonly header: "";
|
|
4
|
-
readonly pt: undefined;
|
|
5
|
-
readonly ptOptions: () => {
|
|
6
|
-
mergeSections: boolean;
|
|
7
|
-
mergeProps: boolean;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UITabPanelProps>, {
|
|
10
|
-
readonly header: "";
|
|
11
|
-
readonly pt: undefined;
|
|
12
|
-
readonly ptOptions: () => {
|
|
13
|
-
mergeSections: boolean;
|
|
14
|
-
mergeProps: boolean;
|
|
15
|
-
};
|
|
16
|
-
}>>>, {
|
|
17
|
-
header: string;
|
|
18
|
-
pt: object | import("primevue/tabpanel").TabPanelPassThroughOptions;
|
|
19
|
-
ptOptions: import("primevue/passthrough").PassThroughOptions;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_WithDefaults<P, D> = {
|
|
23
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
24
|
-
default: D[K];
|
|
25
|
-
}> : P[K];
|
|
26
|
-
};
|
|
27
|
-
type __VLS_Prettify<T> = {
|
|
28
|
-
[K in keyof T]: T[K];
|
|
29
|
-
} & {};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { type TagPassThroughOptions } from 'primevue/tag';
|
|
2
|
-
import type { PassThrough } from 'primevue/ts-helpers';
|
|
3
|
-
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
value?: string | undefined;
|
|
6
|
-
severity?: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast" | "neutral" | undefined;
|
|
7
|
-
pt?: PassThrough<TagPassThroughOptions>;
|
|
8
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
9
|
-
size?: "sm" | "lg" | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
value: string;
|
|
12
|
-
severity: "primary";
|
|
13
|
-
pt: undefined;
|
|
14
|
-
ptOptions: () => {
|
|
15
|
-
mergeSections: boolean;
|
|
16
|
-
mergeProps: boolean;
|
|
17
|
-
};
|
|
18
|
-
size: "sm";
|
|
19
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
20
|
-
value?: string | undefined;
|
|
21
|
-
severity?: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast" | "neutral" | undefined;
|
|
22
|
-
pt?: PassThrough<TagPassThroughOptions>;
|
|
23
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
24
|
-
size?: "sm" | "lg" | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
value: string;
|
|
27
|
-
severity: "primary";
|
|
28
|
-
pt: undefined;
|
|
29
|
-
ptOptions: () => {
|
|
30
|
-
mergeSections: boolean;
|
|
31
|
-
mergeProps: boolean;
|
|
32
|
-
};
|
|
33
|
-
size: "sm";
|
|
34
|
-
}>>>, {
|
|
35
|
-
severity: "primary" | "success" | "warning" | "danger" | "secondary" | "info" | "contrast" | "neutral";
|
|
36
|
-
pt: object | TagPassThroughOptions;
|
|
37
|
-
ptOptions: PassThroughOptions;
|
|
38
|
-
size: "sm" | "lg";
|
|
39
|
-
value: string;
|
|
40
|
-
}, {}>;
|
|
41
|
-
export default _default;
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToOption<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { type InputTextPassThroughOptions } from 'primevue/inputtext';
|
|
2
|
-
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
-
import type { PassThrough } from 'primevue/ts-helpers';
|
|
4
|
-
declare let __VLS_typeProps: {
|
|
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
|
-
} & typeof __VLS_typeProps;
|
|
17
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
18
|
-
pt: undefined;
|
|
19
|
-
ptOptions: () => {
|
|
20
|
-
mergeSections: boolean;
|
|
21
|
-
mergeProps: boolean;
|
|
22
|
-
};
|
|
23
|
-
hasSearchIcon: boolean;
|
|
24
|
-
isFocused: boolean;
|
|
25
|
-
invalid: boolean;
|
|
26
|
-
supportText: string;
|
|
27
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
"update:modelValue": (modelValue: string) => void;
|
|
29
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
30
|
-
pt: undefined;
|
|
31
|
-
ptOptions: () => {
|
|
32
|
-
mergeSections: boolean;
|
|
33
|
-
mergeProps: boolean;
|
|
34
|
-
};
|
|
35
|
-
hasSearchIcon: boolean;
|
|
36
|
-
isFocused: boolean;
|
|
37
|
-
invalid: boolean;
|
|
38
|
-
supportText: string;
|
|
39
|
-
}>>> & {
|
|
40
|
-
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
41
|
-
}, {
|
|
42
|
-
pt: object | InputTextPassThroughOptions<any>;
|
|
43
|
-
ptOptions: PassThroughOptions;
|
|
44
|
-
invalid: boolean;
|
|
45
|
-
hasSearchIcon: boolean;
|
|
46
|
-
isFocused: boolean;
|
|
47
|
-
supportText: string;
|
|
48
|
-
}, {}>;
|
|
49
|
-
export default _default;
|
|
50
|
-
type __VLS_WithDefaults<P, D> = {
|
|
51
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
52
|
-
default: D[K];
|
|
53
|
-
}> : P[K];
|
|
54
|
-
};
|
|
55
|
-
type __VLS_Prettify<T> = {
|
|
56
|
-
[K in keyof T]: T[K];
|
|
57
|
-
} & {};
|
|
58
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
59
|
-
type __VLS_TypePropsToOption<T> = {
|
|
60
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
61
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
62
|
-
} : {
|
|
63
|
-
type: import('vue').PropType<T[K]>;
|
|
64
|
-
required: true;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { type ToggleButtonPassThroughOptions } from 'primevue/togglebutton';
|
|
2
|
-
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
|
-
import type { PassThrough } from 'primevue/ts-helpers';
|
|
4
|
-
import { type ToggleButtonSeverities } from './uiToggleButton.const';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
-
severity?: ToggleButtonSeverities | undefined;
|
|
7
|
-
onLabel?: string | undefined;
|
|
8
|
-
offLabel?: string | undefined;
|
|
9
|
-
pt?: PassThrough<ToggleButtonPassThroughOptions>;
|
|
10
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
11
|
-
isDisabled?: boolean | undefined;
|
|
12
|
-
modelValue: boolean;
|
|
13
|
-
}>, {
|
|
14
|
-
severity: "standard";
|
|
15
|
-
onLabel: string;
|
|
16
|
-
offLabel: string;
|
|
17
|
-
pt: undefined;
|
|
18
|
-
ptOptions: () => {
|
|
19
|
-
mergeSections: boolean;
|
|
20
|
-
mergeProps: boolean;
|
|
21
|
-
};
|
|
22
|
-
isDisabled: boolean;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
"update:modelValue": (value: boolean) => void;
|
|
25
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
26
|
-
severity?: ToggleButtonSeverities | undefined;
|
|
27
|
-
onLabel?: string | undefined;
|
|
28
|
-
offLabel?: string | undefined;
|
|
29
|
-
pt?: PassThrough<ToggleButtonPassThroughOptions>;
|
|
30
|
-
ptOptions?: PassThroughOptions | undefined;
|
|
31
|
-
isDisabled?: boolean | undefined;
|
|
32
|
-
modelValue: boolean;
|
|
33
|
-
}>, {
|
|
34
|
-
severity: "standard";
|
|
35
|
-
onLabel: string;
|
|
36
|
-
offLabel: string;
|
|
37
|
-
pt: undefined;
|
|
38
|
-
ptOptions: () => {
|
|
39
|
-
mergeSections: boolean;
|
|
40
|
-
mergeProps: boolean;
|
|
41
|
-
};
|
|
42
|
-
isDisabled: boolean;
|
|
43
|
-
}>>> & {
|
|
44
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45
|
-
}, {
|
|
46
|
-
severity: ToggleButtonSeverities;
|
|
47
|
-
pt: object | ToggleButtonPassThroughOptions;
|
|
48
|
-
ptOptions: PassThroughOptions;
|
|
49
|
-
isDisabled: boolean;
|
|
50
|
-
onLabel: string;
|
|
51
|
-
offLabel: string;
|
|
52
|
-
}, {}>;
|
|
53
|
-
export default _default;
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_Prettify<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|
|
62
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
|
-
type __VLS_TypePropsToOption<T> = {
|
|
64
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
|
-
} : {
|
|
67
|
-
type: import('vue').PropType<T[K]>;
|
|
68
|
-
required: true;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
-
header: string;
|
|
3
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
4
|
-
header: string;
|
|
5
|
-
}>>>, {}, {}>, {
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
}>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
-
type __VLS_TypePropsToOption<T> = {
|
|
16
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
-
} : {
|
|
19
|
-
type: import('vue').PropType<T[K]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
};
|