paket-ui 0.0.2 → 0.0.4

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.
Files changed (34) hide show
  1. package/dist/module.json +3 -3
  2. package/dist/module.mjs +1 -1
  3. package/dist/runtime/components/alert/AlertHelperForm.vue.d.ts +1 -1
  4. package/dist/runtime/components/alert/BaseAlert.vue.d.ts +3 -3
  5. package/dist/runtime/components/attachment/ChipAttachment.vue.d.ts +1 -1
  6. package/dist/runtime/components/avatar/BaseAvatar.vue.d.ts +2 -2
  7. package/dist/runtime/components/badge/BaseBadge.vue.d.ts +2 -2
  8. package/dist/runtime/components/badge/IconBadge.vue.d.ts +3 -3
  9. package/dist/runtime/components/button/BaseButton.vue.d.ts +1 -1
  10. package/dist/runtime/components/button/IconButton.vue.d.ts +3 -3
  11. package/dist/runtime/components/button/LinkButton.vue.d.ts +3 -3
  12. package/dist/runtime/components/chat/Reply.vue.d.ts +1 -1
  13. package/dist/runtime/components/chip/ChipBase.vue.d.ts +2 -2
  14. package/dist/runtime/components/combobox/Combobox.vue +1 -1
  15. package/dist/runtime/components/cropper/CropperImage.vue.d.ts +2 -2
  16. package/dist/runtime/components/dialog-reka/DialogContent.vue.d.ts +1 -1
  17. package/dist/runtime/components/dropdown/Dropdown.vue.d.ts +3 -3
  18. package/dist/runtime/components/dropdown/DropdownItem.vue.d.ts +3 -3
  19. package/dist/runtime/components/file/DropAreaFile.vue.d.ts +1 -1
  20. package/dist/runtime/components/input/ButtonFileInput.vue.d.ts +1 -1
  21. package/dist/runtime/components/input/IconButtonFileInput.vue.d.ts +1 -1
  22. package/dist/runtime/components/input/InputFieldPhone.vue.d.ts +2 -2
  23. package/dist/runtime/components/input/InputFileDropable.vue.d.ts +1 -1
  24. package/dist/runtime/components/input/InputRadio.vue.d.ts +1 -1
  25. package/dist/runtime/components/loading/LoadingIndicator.d.ts +2 -2
  26. package/dist/runtime/components/radio/Courier.vue.d.ts +1 -1
  27. package/dist/runtime/components/radio-group/ButtonRadio.vue +2 -2
  28. package/dist/runtime/components/select/SelectBase.vue +2 -2
  29. package/dist/runtime/components/select/SelectBase.vue.d.ts +1 -1
  30. package/dist/runtime/components/select/SelectMultiple.vue.d.ts +1 -1
  31. package/dist/runtime/components/select/SelectOption.vue.d.ts +1 -1
  32. package/dist/runtime/components/toggle-group/MultiSelect.vue.d.ts +1 -1
  33. package/dist/runtime/components/toggle-group/ToggleGroup.vue +1 -1
  34. package/package.json +22 -22
package/dist/module.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "paket-ui",
3
- "version": "v0.0.2",
3
+ "version": "v0.0.4",
4
4
  "docs": "https://github.com/kiriminaja/nakama-ui",
5
5
  "configKey": "nakama",
6
6
  "compatibility": {
7
7
  "nuxt": ">=3.16.0"
8
8
  },
9
9
  "builder": {
10
- "@nuxt/module-builder": "1.0.1",
11
- "unbuild": "3.5.0"
10
+ "@nuxt/module-builder": "1.0.2",
11
+ "unbuild": "3.6.1"
12
12
  }
13
13
  }
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.2";
5
+ const version = "v0.0.4";
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;
@@ -17,12 +17,12 @@ type __VLS_Slots = {} & {
17
17
  trailing?: (props: typeof __VLS_7) => any;
18
18
  };
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
- class: HTMLAttributes["class"];
21
20
  title: string;
22
- description: string;
21
+ class: HTMLAttributes["class"];
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>;
@@ -17,9 +17,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
17
17
  onOnClick?: (() => any) | undefined;
18
18
  onOnDismiss?: (() => any) | undefined;
19
19
  }>, {
20
- class: HTMLAttributes["class"];
21
20
  type: "image" | "file" | "video" | "audio" | "contact" | "location";
22
21
  label: string;
22
+ class: HTMLAttributes["class"];
23
23
  src: string;
24
24
  dismissable: boolean;
25
25
  iconFallbackSize: keyof typeof iconFallbackSizeConfig;
@@ -14,11 +14,11 @@ type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_1) => any;
15
15
  };
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
- class: HTMLAttributes["class"];
18
17
  text: string;
19
- variant: keyof typeof variantConfig;
18
+ class: HTMLAttributes["class"];
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>;
@@ -8,10 +8,10 @@ type __VLS_Props = {
8
8
  bgColor?: string;
9
9
  };
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
- class: HTMLAttributes["class"];
12
11
  label: string;
13
- variant: keyof typeof variantConfig;
12
+ class: HTMLAttributes["class"];
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;
@@ -11,12 +11,12 @@ type __VLS_Props = {
11
11
  textClass?: HTMLAttributes['class'];
12
12
  };
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
- class: HTMLAttributes["class"];
15
14
  label: string;
16
- variant: keyof typeof variantConfig;
15
+ class: HTMLAttributes["class"];
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;
@@ -14,12 +14,12 @@ type __VLS_Props = {
14
14
  labelClass?: HTMLAttributes['class'];
15
15
  };
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
- class: HTMLAttributes["class"];
18
17
  label: string;
19
- variant: keyof typeof variantConfig;
18
+ class: HTMLAttributes["class"];
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"];
@@ -13,11 +13,11 @@ type __VLS_Props = {
13
13
  loading?: boolean;
14
14
  };
15
15
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
+ label: string;
16
17
  class: HTMLAttributes["class"];
18
+ size: keyof typeof sizeConfig;
19
+ variant: keyof typeof variantConfig;
17
20
  target: string;
18
- label: string;
19
21
  icon: string;
20
- variant: keyof typeof variantConfig;
21
- size: keyof typeof sizeConfig;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  export default _default;
@@ -39,10 +39,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
39
39
  "recorder-remove": () => void;
40
40
  recorded: (value: FileList) => void;
41
41
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
42
+ onRecorded?: ((value: FileList) => any) | undefined;
42
43
  onSubmit?: (() => 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;
@@ -15,11 +15,11 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  onClose?: (() => any) | undefined;
17
17
  }>, {
18
- class: HTMLAttributes["class"];
19
18
  label: string;
19
+ class: HTMLAttributes["class"];
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>;
@@ -14,7 +14,7 @@ import { BASE_CLASS, BASE_INVALID_CLASS } from "../input";
14
14
  const props = defineProps({
15
15
  placeholder: { type: String, required: false, default: "Cari di sini..." },
16
16
  icon: { type: String, required: false, default: "material-symbols:keyboard-arrow-down" },
17
- modelValue: { type: [String, Number, Object, null], required: false, default: void 0 },
17
+ modelValue: { type: null, required: false, default: void 0 },
18
18
  nullable: { type: Boolean, required: false },
19
19
  loadingIcon: { type: String, required: false, default: "svg-spinners:90-ring-with-bg" },
20
20
  valueKey: { type: null, required: false, default: () => "id" },
@@ -6,11 +6,11 @@ type __VLS_Props = {
6
6
  aspectRatio?: number;
7
7
  };
8
8
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
- onChange: (payload: File) => any;
10
9
  close: () => any;
10
+ onChange: (payload: File) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
- onOnChange?: ((payload: File) => any) | undefined;
13
12
  onClose?: (() => any) | undefined;
13
+ onOnChange?: ((payload: File) => any) | undefined;
14
14
  }>, {
15
15
  title: string;
16
16
  aspectRatio: number;
@@ -11,8 +11,8 @@ type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_22) => any;
12
12
  };
13
13
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- class: HTMLAttributes["class"];
15
14
  title: string;
15
+ class: HTMLAttributes["class"];
16
16
  description: string;
17
17
  dissmissOnOutsideClick: boolean;
18
18
  isScrollable: boolean;
@@ -29,12 +29,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
29
29
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
30
30
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
31
31
  }>, {
32
- class: HTMLAttributes["class"];
33
32
  label: string;
34
- variant: keyof typeof variantConfig;
33
+ class: HTMLAttributes["class"];
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"];
@@ -16,13 +16,13 @@ type __VLS_Slots = {} & {
16
16
  default?: (props: typeof __VLS_6) => any;
17
17
  };
18
18
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ label: string;
19
20
  class: HTMLAttributes["class"];
21
+ size: keyof typeof sizeConfig;
22
+ variant: keyof typeof variantConfig;
20
23
  value: string;
21
- label: string;
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>;
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  onDrop?: ((value: DragEvent) => any) | undefined;
18
18
  }>, {
19
- class: HTMLAttributes["class"];
20
19
  progress: number;
21
20
  label: string;
21
+ class: HTMLAttributes["class"];
22
22
  description: string;
23
23
  errorMessage: string;
24
24
  state: "default" | "validate";
@@ -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>;
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
21
21
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
22
22
  }>, {
23
23
  class: HTMLAttributes["class"];
24
- modelValue: string;
25
24
  name: string;
26
- id: string;
25
+ modelValue: string;
27
26
  placeholder: string;
27
+ id: string;
28
28
  defaultValue: string;
29
29
  maxLength: number;
30
30
  autocomplete: string;
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
18
18
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
19
  "onUpdate:modelValue"?: ((payload: File) => any) | undefined;
20
20
  }>, {
21
- modelValue: File;
22
21
  label: string;
22
+ modelValue: File;
23
23
  defaultValue: File;
24
24
  suggestionLabel: string;
25
25
  accept: string[];
@@ -14,8 +14,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
14
14
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
15
15
  }>, {
16
16
  class: HTMLAttributes["class"];
17
- modelValue: string;
18
17
  size: string;
18
+ modelValue: string;
19
19
  id: string;
20
20
  defaultValue: string;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  default: number;
13
13
  };
14
14
  color: {
15
- type: (StringConstructor | BooleanConstructor)[];
15
+ type: (BooleanConstructor | StringConstructor)[];
16
16
  default: string;
17
17
  };
18
18
  errorColor: {
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
39
39
  default: number;
40
40
  };
41
41
  color: {
42
- type: (StringConstructor | BooleanConstructor)[];
42
+ type: (BooleanConstructor | StringConstructor)[];
43
43
  default: string;
44
44
  };
45
45
  errorColor: {
@@ -38,8 +38,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
38
38
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
39
39
  onClick?: (() => any) | undefined;
40
40
  }>, {
41
- class: HTMLAttributes["class"];
42
41
  image: string;
42
+ class: HTMLAttributes["class"];
43
43
  size: "small" | "medium";
44
44
  selected: boolean;
45
45
  disabledMessage: string;
@@ -1,8 +1,8 @@
1
1
  <script setup>
2
2
  import { RadioGroupItem, RadioGroupRoot } from "reka-ui";
3
3
  const props = defineProps({
4
- defaultValue: { type: [String, Number, Object, null, Boolean], required: false },
5
- modelValue: { type: [String, Number, Object, null, Boolean], required: false },
4
+ defaultValue: { type: [String, Number, Object, null, Boolean], required: false, skipCheck: true },
5
+ modelValue: { type: [String, Number, Object, null, Boolean], required: false, skipCheck: true },
6
6
  class: { type: null, required: false },
7
7
  optionClass: { type: null, required: false },
8
8
  optionSelectedClass: { type: null, required: false },
@@ -14,8 +14,8 @@ import {
14
14
  } from "reka-ui";
15
15
  const props = defineProps({
16
16
  class: { type: null, required: false, default: void 0 },
17
- modelValue: { type: [String, Number, Object, null], required: false, default: void 0 },
18
- defaultModelValue: { type: [String, Number, Object, null], required: false, default: void 0 },
17
+ modelValue: { type: null, required: false, default: void 0 },
18
+ defaultModelValue: { type: null, required: false, default: void 0 },
19
19
  options: { type: Array, required: true },
20
20
  placeholder: { type: String, required: false, default: "Pilih Satu" },
21
21
  valueKey: { type: String, required: false, default: "id" },
@@ -33,8 +33,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
33
33
  }>, {
34
34
  class: HTMLAttributes["class"];
35
35
  modelValue: AcceptableValue;
36
- icon: string;
37
36
  placeholder: string;
37
+ icon: string;
38
38
  valueKey: string;
39
39
  labelKey: string;
40
40
  defaultModelValue: AcceptableValue;
@@ -29,8 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
29
29
  }>, {
30
30
  class: HTMLAttributes["class"];
31
31
  modelValue: AcceptableValue[];
32
- icon: string;
33
32
  placeholder: string;
33
+ icon: string;
34
34
  valueKey: string;
35
35
  labelKey: string;
36
36
  defaultModelValue: AcceptableValue[];
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
15
15
  }>, {
16
- required: boolean;
17
16
  placeholder: string;
17
+ required: boolean;
18
18
  valueKey: string;
19
19
  labelKey: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -24,8 +24,8 @@ 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;
28
+ options: option[];
29
29
  valueKey: string;
30
30
  labelKey: string;
31
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -8,7 +8,7 @@ const props = defineProps({
8
8
  labelKey: { type: String, required: false, default: "label" },
9
9
  options: { type: Array, required: false, default: void 0 },
10
10
  multiple: { type: Boolean, required: false, default: false },
11
- modelValue: { type: [String, Number, Object, null, Array], required: false, default: [] },
11
+ modelValue: { type: null, required: false, default: [] },
12
12
  allowEmptyValue: { type: Boolean, required: false, default: true }
13
13
  });
14
14
  const emit = defineEmits(["update:modelValue"]);
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "paket-ui",
3
- "version": "v0.0.2",
4
- "description": "KiriminAja Nakama UI, a UI component library for Nuxt 3 applications.",
5
- "repository": "kiriminaja/nakama-ui",
3
+ "version": "v0.0.4",
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": {
@@ -34,30 +34,30 @@
34
34
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
35
35
  },
36
36
  "dependencies": {
37
- "@nuxt/icon": "^1.13.0",
38
- "@nuxt/kit": "^3.17.4",
37
+ "@nuxt/icon": "^1.15.0",
38
+ "@nuxt/kit": "^3.20.0",
39
39
  "@nuxtjs/color-mode": "^3.5.2",
40
40
  "clsx": "^2.1.1",
41
41
  "defu": "^6.1.4",
42
42
  "tailwind-merge": "^3.3.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@nuxt/devtools": "^2.4.1",
46
- "@nuxt/eslint-config": "^1.4.1",
47
- "@nuxt/module-builder": "^1.0.1",
48
- "@nuxt/schema": "^3.17.4",
49
- "@nuxt/test-utils": "^3.19.1",
50
- "@types/node": "latest",
51
- "changelogen": "^0.6.1",
52
- "eslint": "^9.27.0",
53
- "nuxt": "^3.17.4",
54
- "typescript": "~5.8.3",
55
- "reka-ui": "^2.2.1",
56
- "@tailwindcss/postcss": "^4.1.7",
57
- "@tailwindcss/vite": "^4.1.7",
58
- "tailwindcss": "^4.1.7",
59
- "tailwind-variants": "^1.0.0",
60
- "vitest": "^3.1.4",
61
- "vue-tsc": "^2.2.10"
45
+ "@nuxt/devtools": "^2.7.0",
46
+ "@nuxt/eslint-config": "^1.10.0",
47
+ "@nuxt/module-builder": "^1.0.2",
48
+ "@nuxt/schema": "^3.20.0",
49
+ "@nuxt/test-utils": "^3.20.1",
50
+ "@types/node": "^24.10.0",
51
+ "changelogen": "^0.6.2",
52
+ "eslint": "^9.39.1",
53
+ "nuxt": "^4.0.0",
54
+ "typescript": "~5.9.3",
55
+ "reka-ui": "^2.6.0",
56
+ "@tailwindcss/postcss": "^4.1.16",
57
+ "@tailwindcss/vite": "^4.1.16",
58
+ "tailwindcss": "^4.1.16",
59
+ "tailwind-variants": "^3.1.1",
60
+ "vitest": "^3.2.4",
61
+ "vue-tsc": "^2.2.12"
62
62
  }
63
63
  }