paket-ui 0.0.2 → 0.0.3
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/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/alert/AlertHelperForm.vue.d.ts +1 -1
- package/dist/runtime/components/alert/BaseAlert.vue.d.ts +2 -2
- package/dist/runtime/components/avatar/BaseAvatar.vue.d.ts +1 -1
- package/dist/runtime/components/badge/BaseBadge.vue.d.ts +1 -1
- package/dist/runtime/components/badge/IconBadge.vue.d.ts +2 -2
- package/dist/runtime/components/button/BaseButton.vue.d.ts +1 -1
- package/dist/runtime/components/button/IconButton.vue.d.ts +2 -2
- package/dist/runtime/components/button/LinkButton.vue.d.ts +2 -2
- package/dist/runtime/components/chat/Reply.vue.d.ts +1 -1
- package/dist/runtime/components/chip/ChipBase.vue.d.ts +1 -1
- package/dist/runtime/components/dropdown/Dropdown.vue.d.ts +2 -2
- package/dist/runtime/components/dropdown/DropdownItem.vue.d.ts +2 -2
- package/dist/runtime/components/input/ButtonFileInput.vue.d.ts +1 -1
- package/dist/runtime/components/input/IconButtonFileInput.vue.d.ts +1 -1
- package/dist/runtime/components/toggle-group/MultiSelect.vue.d.ts +1 -1
- package/dist/runtime/components/toggle-group/ToggleGroup.vue.d.ts +1 -1
- package/package.json +3 -3
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defu } from 'defu';
|
|
|
2
2
|
import { defineNuxtModule, createResolver, addPlugin, addComponentsDir, addImportsDir, hasNuxtModule, installModule } from '@nuxt/kit';
|
|
3
3
|
|
|
4
4
|
const name = "paket-ui";
|
|
5
|
-
const version = "v0.0.
|
|
5
|
+
const version = "v0.0.3";
|
|
6
6
|
|
|
7
7
|
const defaultOptions = {
|
|
8
8
|
prefix: "Nx"
|
|
@@ -7,7 +7,7 @@ interface IInfoField {
|
|
|
7
7
|
variant?: keyof typeof variantConfigHelper;
|
|
8
8
|
}
|
|
9
9
|
declare const _default: import("vue").DefineComponent<IInfoField, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInfoField> & Readonly<{}>, {
|
|
10
|
-
icon: string;
|
|
11
10
|
variant: keyof typeof variantConfigHelper;
|
|
11
|
+
icon: string;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -19,10 +19,10 @@ type __VLS_Slots = {} & {
|
|
|
19
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
20
|
class: HTMLAttributes["class"];
|
|
21
21
|
title: string;
|
|
22
|
-
|
|
22
|
+
iconName: string;
|
|
23
23
|
variant: keyof typeof variantConfig;
|
|
24
|
+
description: string;
|
|
24
25
|
iconSize: keyof typeof iconSizeConfig;
|
|
25
|
-
iconName: string;
|
|
26
26
|
descriptionClass: HTMLAttributes["class"];
|
|
27
27
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -16,9 +16,9 @@ type __VLS_Slots = {} & {
|
|
|
16
16
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
17
|
class: HTMLAttributes["class"];
|
|
18
18
|
text: string;
|
|
19
|
-
variant: keyof typeof variantConfig;
|
|
20
19
|
size: keyof typeof sizeConfig;
|
|
21
20
|
src: string;
|
|
21
|
+
variant: keyof typeof variantConfig;
|
|
22
22
|
alt: string;
|
|
23
23
|
shape: "circle" | "square";
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -10,8 +10,8 @@ type __VLS_Props = {
|
|
|
10
10
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
11
|
class: HTMLAttributes["class"];
|
|
12
12
|
label: string;
|
|
13
|
-
variant: keyof typeof variantConfig;
|
|
14
13
|
size: keyof typeof sizeConfig;
|
|
14
|
+
variant: keyof typeof variantConfig;
|
|
15
15
|
bgColor: string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -13,10 +13,10 @@ type __VLS_Props = {
|
|
|
13
13
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
14
|
class: HTMLAttributes["class"];
|
|
15
15
|
label: string;
|
|
16
|
-
variant: keyof typeof variantConfig;
|
|
17
16
|
size: keyof typeof sizeConfig;
|
|
18
|
-
iconSize: keyof typeof iconSizeConfig;
|
|
19
17
|
iconName: string;
|
|
18
|
+
variant: keyof typeof variantConfig;
|
|
19
|
+
iconSize: keyof typeof iconSizeConfig;
|
|
20
20
|
bgColor: string;
|
|
21
21
|
textClass: HTMLAttributes["class"];
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -10,7 +10,7 @@ type __VLS_Props = {
|
|
|
10
10
|
};
|
|
11
11
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
12
|
label: string;
|
|
13
|
-
variant: keyof typeof variantConfig;
|
|
14
13
|
size: keyof typeof sizeConfig;
|
|
14
|
+
variant: keyof typeof variantConfig;
|
|
15
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -16,10 +16,10 @@ type __VLS_Props = {
|
|
|
16
16
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
17
|
class: HTMLAttributes["class"];
|
|
18
18
|
label: string;
|
|
19
|
-
variant: keyof typeof variantConfig;
|
|
20
19
|
size: keyof typeof sizeConfig;
|
|
21
|
-
iconSize: keyof typeof iconSizeConfig;
|
|
22
20
|
iconName: string;
|
|
21
|
+
variant: keyof typeof variantConfig;
|
|
22
|
+
iconSize: keyof typeof iconSizeConfig;
|
|
23
23
|
iconPosition: "left" | "right";
|
|
24
24
|
iconClass: HTMLAttributes["class"];
|
|
25
25
|
labelClass: HTMLAttributes["class"];
|
|
@@ -16,8 +16,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
16
16
|
class: HTMLAttributes["class"];
|
|
17
17
|
target: string;
|
|
18
18
|
label: string;
|
|
19
|
-
icon: string;
|
|
20
|
-
variant: keyof typeof variantConfig;
|
|
21
19
|
size: keyof typeof sizeConfig;
|
|
20
|
+
variant: keyof typeof variantConfig;
|
|
21
|
+
icon: string;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -40,9 +40,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
40
40
|
recorded: (value: FileList) => void;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
42
42
|
onSubmit?: (() => any) | undefined;
|
|
43
|
+
onRecorded?: ((value: FileList) => any) | undefined;
|
|
43
44
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
44
45
|
"onRecorder-remove"?: (() => any) | undefined;
|
|
45
|
-
onRecorded?: ((value: FileList) => any) | undefined;
|
|
46
46
|
}>, {
|
|
47
47
|
modelValue: string;
|
|
48
48
|
disabled: boolean;
|
|
@@ -17,9 +17,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
17
|
}>, {
|
|
18
18
|
class: HTMLAttributes["class"];
|
|
19
19
|
label: string;
|
|
20
|
+
iconName: string;
|
|
20
21
|
variant: keyof typeof variantConfig;
|
|
21
22
|
iconSize: keyof typeof iconSizeConfig;
|
|
22
|
-
iconName: string;
|
|
23
23
|
classLabel: HTMLAttributes["class"];
|
|
24
24
|
classButton: HTMLAttributes["class"];
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -31,10 +31,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
31
31
|
}>, {
|
|
32
32
|
class: HTMLAttributes["class"];
|
|
33
33
|
label: string;
|
|
34
|
-
variant: keyof typeof variantConfig;
|
|
35
34
|
size: keyof typeof sizeConfig;
|
|
36
|
-
iconSize: keyof typeof iconSizeConfig;
|
|
37
35
|
iconName: string;
|
|
36
|
+
variant: keyof typeof variantConfig;
|
|
37
|
+
iconSize: keyof typeof iconSizeConfig;
|
|
38
38
|
iconPosition: "left" | "right";
|
|
39
39
|
iconClass: HTMLAttributes["class"];
|
|
40
40
|
contentClass: HTMLAttributes["class"];
|
|
@@ -19,10 +19,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
19
19
|
class: HTMLAttributes["class"];
|
|
20
20
|
value: string;
|
|
21
21
|
label: string;
|
|
22
|
+
size: keyof typeof sizeConfig;
|
|
23
|
+
variant: keyof typeof variantConfig;
|
|
22
24
|
icon: string;
|
|
23
25
|
description: string;
|
|
24
|
-
variant: keyof typeof variantConfig;
|
|
25
|
-
size: keyof typeof sizeConfig;
|
|
26
26
|
iconClass: HTMLAttributes["class"];
|
|
27
27
|
command: string;
|
|
28
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -17,9 +17,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
17
|
onOnChange?: ((payload: FileList | null) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
19
|
label: string;
|
|
20
|
-
variant: keyof typeof variantConfig;
|
|
21
20
|
size: keyof typeof sizeConfig;
|
|
22
21
|
iconName: string;
|
|
22
|
+
variant: keyof typeof variantConfig;
|
|
23
23
|
isMultiple: boolean;
|
|
24
24
|
accept: string[];
|
|
25
25
|
maxFileSize: number;
|
|
@@ -24,9 +24,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
24
24
|
onOnSelect?: ((payload: TFileOptions) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
26
|
class: HTMLAttributes["class"];
|
|
27
|
-
variant: keyof typeof variantConfig;
|
|
28
27
|
size: keyof typeof sizeConfig;
|
|
29
28
|
iconName: string;
|
|
29
|
+
variant: keyof typeof variantConfig;
|
|
30
30
|
disabled: boolean;
|
|
31
31
|
fileOptions: TFileOptions[];
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -24,10 +24,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
24
24
|
}>, {
|
|
25
25
|
class: HTMLAttributes["class"];
|
|
26
26
|
modelValue: number[];
|
|
27
|
-
options: option[];
|
|
28
27
|
id: string;
|
|
29
28
|
valueKey: string;
|
|
30
29
|
labelKey: string;
|
|
30
|
+
options: option[];
|
|
31
31
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
32
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
33
|
export default _default;
|
|
@@ -25,9 +25,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
25
25
|
}>, {
|
|
26
26
|
class: HTMLAttributes["class"];
|
|
27
27
|
modelValue: AcceptableValue | AcceptableValue[];
|
|
28
|
-
options: Record<string, AcceptableValue>[];
|
|
29
28
|
valueKey: string;
|
|
30
29
|
labelKey: string;
|
|
30
|
+
options: Record<string, AcceptableValue>[];
|
|
31
31
|
multiple: boolean;
|
|
32
32
|
itemClass: HTMLAttributes["class"];
|
|
33
33
|
allowEmptyValue: boolean;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paket-ui",
|
|
3
|
-
"version": "v0.0.
|
|
4
|
-
"description": "KiriminAja
|
|
5
|
-
"repository": "kiriminaja/
|
|
3
|
+
"version": "v0.0.3",
|
|
4
|
+
"description": "KiriminAja Paket UI, a UI component library for Nuxt 3 applications.",
|
|
5
|
+
"repository": "kiriminaja/paket-ui",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"exports": {
|