@aures5g/vue-component-library 0.34.0 → 0.35.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/button/UIButton.vue.d.ts +7 -3
- package/dist/src/components/button/uiButton.const.d.ts +1 -0
- package/dist/src/components/button/uiButton.theme.d.ts +11 -9
- package/dist/src/components/chip/UIChip.vue.d.ts +1 -1
- package/dist/src/components/divider/UIDivider.vue.d.ts +1 -1
- package/dist/src/index.d.ts +1 -2
- package/dist/vue-component-library.cjs +22 -22
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.js +838 -878
- package/package.json +1 -1
- package/dist/src/components/buttonRounded/UIButtonRounded.vue.d.ts +0 -17
- package/dist/src/components/buttonRounded/uiButtonRounded.const.d.ts +0 -6
- package/dist/src/components/buttonRounded/uiButtonRounded.theme.d.ts +0 -9
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
import { type ButtonPassThroughOptions } from 'primevue/button';
|
|
2
2
|
import { type PassThroughOptions } from 'primevue/passthrough';
|
|
3
3
|
import type { PassThrough } from '@primevue/core';
|
|
4
|
-
import {
|
|
4
|
+
import { type ButtonSeverities } from './uiButton.const';
|
|
5
5
|
type __VLS_Props = {
|
|
6
|
-
severity?:
|
|
6
|
+
severity?: ButtonSeverities;
|
|
7
7
|
label?: string;
|
|
8
8
|
pt?: PassThrough<ButtonPassThroughOptions>;
|
|
9
9
|
ptOptions?: PassThroughOptions;
|
|
10
10
|
isAction?: boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
isRounded?: boolean;
|
|
11
13
|
small?: boolean;
|
|
12
14
|
};
|
|
13
15
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
-
severity:
|
|
16
|
+
severity: ButtonSeverities;
|
|
15
17
|
label: string;
|
|
16
18
|
pt: object | ButtonPassThroughOptions<any>;
|
|
17
19
|
ptOptions: PassThroughOptions;
|
|
18
20
|
isAction: boolean;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
isRounded: boolean;
|
|
19
23
|
small: boolean;
|
|
20
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
25
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const BASE_BUTTON = "
|
|
2
|
-
export declare const BUTTON_PRIMARY = "bg-primary text-on-primary hover:after:bg-on-primary/[0.08] px-xl hover:shadow-1 h-[
|
|
3
|
-
export declare const BUTTON_OUTLINED = "border-secondary border-[1px] text-primary px-xl hover:bg-primary/[0.08] h-[
|
|
4
|
-
export declare const BUTTON_TEXT = "text-primary px-md hover:bg-primary/[0.08] h-[
|
|
5
|
-
export declare const BUTTON_SUCCESS = "bg-success text-on-success px-xl hover:shadow-1 h-[
|
|
6
|
-
export declare const BUTTON_WARNING = "bg-warning text-on-warning px-xl hover:shadow-1 h-[
|
|
7
|
-
export declare const BUTTON_DANGER = "bg-error text-on-error px-xl hover:shadow-1 h-[
|
|
1
|
+
export declare const BASE_BUTTON = "inline-flex items-center text-[1rem] relative hover:after:size-full hover:after:absolute hover:after:left-0";
|
|
2
|
+
export declare const BUTTON_PRIMARY = "bg-primary text-on-primary hover:after:bg-on-primary/[0.08] px-xl hover:shadow-1 h-[2.5rem]";
|
|
3
|
+
export declare const BUTTON_OUTLINED = "border-secondary border-[1px] text-primary px-xl hover:bg-primary/[0.08] h-[2.5rem]";
|
|
4
|
+
export declare const BUTTON_TEXT = "text-primary px-md hover:bg-primary/[0.08] h-[2.5rem]";
|
|
5
|
+
export declare const BUTTON_SUCCESS = "bg-success text-on-success px-xl hover:shadow-1 h-[2.5rem]";
|
|
6
|
+
export declare const BUTTON_WARNING = "bg-warning text-on-warning px-xl hover:shadow-1 h-[2.5rem]";
|
|
7
|
+
export declare const BUTTON_DANGER = "bg-error text-on-error px-xl hover:shadow-1 h-[2.5rem]";
|
|
8
8
|
export declare const ACTION_BUTTON = "flex-row-reverse w-full gap-sm pr-lg";
|
|
9
9
|
export declare const ACTION_BUTTON_LABEL = "grow truncate text-left";
|
|
10
10
|
export declare const BASE_LABEL = "title-small";
|
|
@@ -12,6 +12,8 @@ export declare const BUTTON_LABEL_WITH_ICON = "pl-sm";
|
|
|
12
12
|
export declare const BUTTON_LABEL_WITHOUT_ICON = "";
|
|
13
13
|
export declare const BUTTON_SEVERITY_IS_NOT_TEXT = "pl-lg";
|
|
14
14
|
export declare const BUTTON_SEVERITY_IS_TEXT = "pr-lg";
|
|
15
|
-
export declare const BUTTON_ICON_ONLY_SMALL = "!
|
|
16
|
-
export declare const BUTTON_ICON_ONLY_LARGE = "h-[
|
|
15
|
+
export declare const BUTTON_ICON_ONLY_SMALL = "!size-[2rem] !p-sm justify-center";
|
|
16
|
+
export declare const BUTTON_ICON_ONLY_LARGE = "h-[2.5rem] text-[1.25rem] !p-0 w-[2.5rem] justify-center";
|
|
17
17
|
export declare const BUTTON_ICON_ONLY_LABEL = "hidden";
|
|
18
|
+
export declare const DEFAULT_DISABLED = "px-xl h-[2.5rem] !bg-on-surface/[0.08] text-on-surface/[0.38]";
|
|
19
|
+
export declare const OUTLINED_DISABLED = "px-xl h-[2.5rem] border !border-on-surface/[0.12] !bg-transparent text-on-surface/[0.38]";
|
|
@@ -17,11 +17,11 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
17
|
label: string;
|
|
18
18
|
pt: object | ChipPassThroughOptions<any>;
|
|
19
19
|
ptOptions: PassThroughOptions;
|
|
20
|
+
isRounded: boolean;
|
|
20
21
|
type: ChipTypes;
|
|
21
22
|
value: string;
|
|
22
23
|
isDisabled: boolean;
|
|
23
24
|
removable: boolean;
|
|
24
25
|
isSelected: boolean;
|
|
25
|
-
isRounded: boolean;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
|
-
isVertical
|
|
2
|
+
isVertical?: boolean;
|
|
3
3
|
};
|
|
4
4
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
5
|
isVertical: boolean;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ import UICopy from './components/copyToClipboard/UICopy.vue';
|
|
|
8
8
|
import UITabView from './components/tabs/UITabView';
|
|
9
9
|
import UITabPanel from './components/tabs/UITabPanel.vue';
|
|
10
10
|
import UIIconButton from './components/iconButton/UIIconButton.vue';
|
|
11
|
-
import UIButtonRounded from './components/buttonRounded/UIButtonRounded.vue';
|
|
12
11
|
import UIToggleButton from './components/toggleButton/UIToggleButton.vue';
|
|
13
12
|
import UIRadioButton from './components/radioButton/UIRadioButton.vue';
|
|
14
13
|
import UICheckbox from './components/checkbox/UICheckbox.vue';
|
|
@@ -23,4 +22,4 @@ import UIToolbar from './components/toolbar/UIToolbar.vue';
|
|
|
23
22
|
import UILanguagePicker from './components/languagePicker/UILanguagePicker.vue';
|
|
24
23
|
import UIDivider from './components/divider/UIDivider.vue';
|
|
25
24
|
import UISwitch from './components/switch/UISwitch.vue';
|
|
26
|
-
export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton,
|
|
25
|
+
export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton, UIToggleButton, UIRadioButton, UICheckbox, UIChip, UITextField, UIRichTooltip, UISnackbar, UIListItem, UIList, UIContextPanel, UIToolbar, UILanguagePicker, UIDivider, UISwitch, };
|