pukaad-ui-lib 1.372.0 → 1.374.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.
Files changed (23) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/card/card-profile-header.d.vue.ts +1 -1
  3. package/dist/runtime/components/card/card-profile-header.vue.d.ts +1 -1
  4. package/dist/runtime/components/card/card-reaction.d.vue.ts +1 -1
  5. package/dist/runtime/components/card/card-reaction.vue.d.ts +1 -1
  6. package/dist/runtime/components/card/card-review.d.vue.ts +5 -5
  7. package/dist/runtime/components/card/card-review.vue.d.ts +5 -5
  8. package/dist/runtime/components/display/display-image-place.d.vue.ts +1 -1
  9. package/dist/runtime/components/display/display-image-place.vue.d.ts +1 -1
  10. package/dist/runtime/components/drawer/drawer-profile-network.d.vue.ts +1 -1
  11. package/dist/runtime/components/drawer/drawer-profile-network.vue.d.ts +1 -1
  12. package/dist/runtime/components/input/input-autocomplete.d.vue.ts +1 -1
  13. package/dist/runtime/components/input/input-autocomplete.vue.d.ts +1 -1
  14. package/dist/runtime/components/input/input-localized-name.d.vue.ts +1 -1
  15. package/dist/runtime/components/input/input-localized-name.vue.d.ts +1 -1
  16. package/dist/runtime/components/input/input-tag.d.vue.ts +1 -1
  17. package/dist/runtime/components/input/input-tag.vue.d.ts +1 -1
  18. package/dist/runtime/components/input/input-typed-field.d.vue.ts +1 -1
  19. package/dist/runtime/components/input/input-typed-field.vue.d.ts +1 -1
  20. package/dist/runtime/components/modal/modal-media-view.d.vue.ts +1 -1
  21. package/dist/runtime/components/modal/modal-media-view.vue.d.ts +1 -1
  22. package/dist/runtime/components/modal/suggest-edit-place/modal-suggest-edit-place.vue +8 -3
  23. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.372.0",
4
+ "version": "1.374.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -7,9 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<CardProfileAboutProps,
7
7
  onChat?: (() => any) | undefined;
8
8
  }>, {
9
9
  type: "article" | "media" | "sale-info";
10
- preview: boolean;
11
10
  optionMenuButtonType: "solid" | "text";
12
11
  actionsHidden: boolean;
12
+ preview: boolean;
13
13
  disabledPadding: boolean;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: typeof __VLS_export;
@@ -7,9 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<CardProfileAboutProps,
7
7
  onChat?: (() => any) | undefined;
8
8
  }>, {
9
9
  type: "article" | "media" | "sale-info";
10
- preview: boolean;
11
10
  optionMenuButtonType: "solid" | "text";
12
11
  actionsHidden: boolean;
12
+ preview: boolean;
13
13
  disabledPadding: boolean;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: typeof __VLS_export;
@@ -24,8 +24,8 @@ type __VLS_Props = {
24
24
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
25
  disabled: boolean;
26
26
  id: string;
27
- state: string;
28
27
  disabledPadding: boolean;
28
+ state: string;
29
29
  itemCount: Count;
30
30
  itemActive: Reacted;
31
31
  padding: string | number;
@@ -24,8 +24,8 @@ type __VLS_Props = {
24
24
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
25
  disabled: boolean;
26
26
  id: string;
27
- state: string;
28
27
  disabledPadding: boolean;
28
+ state: string;
29
29
  itemCount: Count;
30
30
  itemActive: Reacted;
31
31
  padding: string | number;
@@ -36,17 +36,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
36
36
  "onReply-delete"?: ((item: CardReviewProps) => any) | undefined;
37
37
  }>, {
38
38
  item: CardReviewProps;
39
+ disabledMenu: boolean;
40
+ isProfile: boolean;
41
+ disabledLike: boolean;
42
+ allowReply: boolean;
43
+ replyAvatar: string;
39
44
  place: {
40
45
  id: string | number;
41
46
  name?: string;
42
47
  address?: string;
43
48
  cover?: string;
44
49
  };
45
- disabledMenu: boolean;
46
- isProfile: boolean;
47
- disabledLike: boolean;
48
- allowReply: boolean;
49
- replyAvatar: string;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
51
51
  declare const _default: typeof __VLS_export;
52
52
  export default _default;
@@ -36,17 +36,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
36
36
  "onReply-delete"?: ((item: CardReviewProps) => any) | undefined;
37
37
  }>, {
38
38
  item: CardReviewProps;
39
+ disabledMenu: boolean;
40
+ isProfile: boolean;
41
+ disabledLike: boolean;
42
+ allowReply: boolean;
43
+ replyAvatar: string;
39
44
  place: {
40
45
  id: string | number;
41
46
  name?: string;
42
47
  address?: string;
43
48
  cover?: string;
44
49
  };
45
- disabledMenu: boolean;
46
- isProfile: boolean;
47
- disabledLike: boolean;
48
- allowReply: boolean;
49
- replyAvatar: string;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
51
51
  declare const _default: typeof __VLS_export;
52
52
  export default _default;
@@ -15,9 +15,9 @@ type __VLS_Props = {
15
15
  };
16
16
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
17
  title: string;
18
+ state: "personal" | "office" | "business";
18
19
  photos: MediaItem[];
19
20
  videos: MediaItem[];
20
- state: "personal" | "office" | "business";
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  export default _default;
@@ -15,9 +15,9 @@ type __VLS_Props = {
15
15
  };
16
16
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
17
  title: string;
18
+ state: "personal" | "office" | "business";
18
19
  photos: MediaItem[];
19
20
  videos: MediaItem[];
20
- state: "personal" | "office" | "business";
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  export default _default;
@@ -30,9 +30,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
30
30
  "onExplore-places"?: (() => any) | undefined;
31
31
  "onRequire-auth"?: (() => any) | undefined;
32
32
  }>, {
33
+ isMyProfile: boolean;
33
34
  profileId: string;
34
35
  defaultTab: "followers" | "following" | "favorites";
35
- isMyProfile: boolean;
36
36
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
37
  declare const _default: typeof __VLS_export;
38
38
  export default _default;
@@ -30,9 +30,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
30
30
  "onExplore-places"?: (() => any) | undefined;
31
31
  "onRequire-auth"?: (() => any) | undefined;
32
32
  }>, {
33
+ isMyProfile: boolean;
33
34
  profileId: string;
34
35
  defaultTab: "followers" | "following" | "favorites";
35
- isMyProfile: boolean;
36
36
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
37
  declare const _default: typeof __VLS_export;
38
38
  export default _default;
@@ -49,10 +49,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
49
49
  name: string;
50
50
  required: boolean;
51
51
  description: string;
52
+ options: AutocompleteOption[] | string[] | number[];
52
53
  labelKey: string;
53
54
  placeholder: string;
54
55
  limit: number;
55
- options: AutocompleteOption[] | string[] | number[];
56
56
  disabledErrorMessage: boolean;
57
57
  disabledBorder: boolean;
58
58
  showCounter: boolean;
@@ -49,10 +49,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
49
49
  name: string;
50
50
  required: boolean;
51
51
  description: string;
52
+ options: AutocompleteOption[] | string[] | number[];
52
53
  labelKey: string;
53
54
  placeholder: string;
54
55
  limit: number;
55
- options: AutocompleteOption[] | string[] | number[];
56
56
  disabledErrorMessage: boolean;
57
57
  disabledBorder: boolean;
58
58
  showCounter: boolean;
@@ -11,9 +11,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
11
11
  label: string;
12
12
  name: string;
13
13
  modelValue: LocalizedNameItem[];
14
+ options: InputSelectItem[];
14
15
  placeholder: string;
15
16
  limit: number;
16
- options: InputSelectItem[];
17
17
  showCounter: boolean;
18
18
  addLabel: string;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -11,9 +11,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
11
11
  label: string;
12
12
  name: string;
13
13
  modelValue: LocalizedNameItem[];
14
+ options: InputSelectItem[];
14
15
  placeholder: string;
15
16
  limit: number;
16
- options: InputSelectItem[];
17
17
  showCounter: boolean;
18
18
  addLabel: string;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -25,8 +25,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
25
25
  "onUpdate:modelValue"?: ((value: SelectedTag[]) => any) | undefined;
26
26
  }>, {
27
27
  name: string;
28
- placeholder: string;
29
28
  state: "user" | "admin";
29
+ placeholder: string;
30
30
  limit: number;
31
31
  ignore: string[];
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -25,8 +25,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
25
25
  "onUpdate:modelValue"?: ((value: SelectedTag[]) => any) | undefined;
26
26
  }>, {
27
27
  name: string;
28
- placeholder: string;
29
28
  state: "user" | "admin";
29
+ placeholder: string;
30
30
  limit: number;
31
31
  ignore: string[];
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -19,8 +19,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
19
19
  }>, {
20
20
  name: string;
21
21
  required: boolean;
22
- limit: number;
23
22
  options: import("../../../types/components/input/input-select.js").InputSelectItem[];
23
+ limit: number;
24
24
  showCounter: boolean;
25
25
  selectClass: import("vue").HTMLAttributes["class"];
26
26
  resetOnTypeChange: boolean;
@@ -19,8 +19,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
19
19
  }>, {
20
20
  name: string;
21
21
  required: boolean;
22
- limit: number;
23
22
  options: import("../../../types/components/input/input-select.js").InputSelectItem[];
23
+ limit: number;
24
24
  showCounter: boolean;
25
25
  selectClass: import("vue").HTMLAttributes["class"];
26
26
  resetOnTypeChange: boolean;
@@ -23,8 +23,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
23
23
  }>, {
24
24
  title: string;
25
25
  items: CarouselItem[];
26
- uploaderLabel: string;
27
26
  startIndex: number;
27
+ uploaderLabel: string;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
29
  declare const _default: typeof __VLS_export;
30
30
  export default _default;
@@ -23,8 +23,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
23
23
  }>, {
24
24
  title: string;
25
25
  items: CarouselItem[];
26
- uploaderLabel: string;
27
26
  startIndex: number;
27
+ uploaderLabel: string;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
29
  declare const _default: typeof __VLS_export;
30
30
  export default _default;
@@ -1,5 +1,10 @@
1
1
  <template>
2
- <Modal class="w-[512px]" v-model="isOpen" :loading="isSubmitting" @submit="onSubmit">
2
+ <Modal
3
+ class="w-[512px]"
4
+ v-model="isOpen"
5
+ :loading="isSubmitting"
6
+ @submit="onSubmit"
7
+ >
3
8
  <template #header>
4
9
  <div v-if="activeField === 'list'" class="font-title-medium-prominent">
5
10
  แนะนำให้แก้ไข
@@ -138,9 +143,9 @@
138
143
  class="flex w-full gap-[8px] py-[6px] px-[8px] items-center hover:cursor-pointer"
139
144
  @click="openLinkEditField(channel)"
140
145
  >
141
- <div class="flex w-full gap-[8px] font-body-large">
146
+ <div class="flex w-full gap-[8px] font-body-large min-w-0">
142
147
  <Icon name="lucide:link" :size="20" class="text-primary shrink-0" />
143
- <div class="truncate">{{ channel.value }}</div>
148
+ <div class="flex-1 w-[396px] truncate">{{ channel.value }}</div>
144
149
  </div>
145
150
  <Icon name="lucide:chevron-right" :size="16" />
146
151
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.372.0",
3
+ "version": "1.374.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",