pukaad-ui-lib 1.173.0 → 1.174.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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.173.0",
4
+ "version": "1.174.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -38,10 +38,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
38
38
  description: string;
39
39
  options: AutocompleteOption[] | string[] | number[];
40
40
  placeholder: string;
41
- limit: number;
42
41
  disabledErrorMessage: boolean;
43
42
  disabledBorder: boolean;
44
43
  showCounter: boolean;
44
+ limit: number;
45
45
  returnObject: boolean;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
47
  declare const _default: typeof __VLS_export;
@@ -38,10 +38,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
38
38
  description: string;
39
39
  options: AutocompleteOption[] | string[] | number[];
40
40
  placeholder: string;
41
- limit: number;
42
41
  disabledErrorMessage: boolean;
43
42
  disabledBorder: boolean;
44
43
  showCounter: boolean;
44
+ limit: number;
45
45
  returnObject: boolean;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
47
  declare const _default: typeof __VLS_export;
@@ -30,8 +30,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
30
30
  fullWidth: boolean;
31
31
  fullHeight: boolean;
32
32
  name: string;
33
- limit: number;
34
33
  disabledErrorMessage: boolean;
34
+ limit: number;
35
35
  accept: string;
36
36
  labelIcon: string;
37
37
  disabledDrop: boolean;
@@ -30,8 +30,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
30
30
  fullWidth: boolean;
31
31
  fullHeight: boolean;
32
32
  name: string;
33
- limit: number;
34
33
  disabledErrorMessage: boolean;
34
+ limit: number;
35
35
  accept: string;
36
36
  labelIcon: string;
37
37
  disabledDrop: boolean;
@@ -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>;
@@ -59,10 +59,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
59
59
  id: string;
60
60
  name: string;
61
61
  disabled: boolean;
62
- limit: number;
63
62
  disabledErrorMessage: boolean;
64
63
  disabledBorder: boolean;
65
64
  showCounter: boolean;
65
+ limit: number;
66
66
  readonly: boolean;
67
67
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
68
68
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -59,10 +59,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
59
59
  id: string;
60
60
  name: string;
61
61
  disabled: boolean;
62
- limit: number;
63
62
  disabledErrorMessage: boolean;
64
63
  disabledBorder: boolean;
65
64
  showCounter: boolean;
65
+ limit: number;
66
66
  readonly: boolean;
67
67
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
68
68
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -44,10 +44,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
44
44
  id: string;
45
45
  name: string;
46
46
  disabled: boolean;
47
- limit: number;
48
47
  disabledErrorMessage: boolean;
49
48
  disabledBorder: boolean;
50
49
  showCounter: boolean;
50
+ limit: number;
51
51
  readonly: boolean;
52
52
  resize: "none" | "both" | "horizontal" | "vertical";
53
53
  rows: number;
@@ -44,10 +44,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
44
44
  id: string;
45
45
  name: string;
46
46
  disabled: boolean;
47
- limit: number;
48
47
  disabledErrorMessage: boolean;
49
48
  disabledBorder: boolean;
50
49
  showCounter: boolean;
50
+ limit: number;
51
51
  readonly: boolean;
52
52
  resize: "none" | "both" | "horizontal" | "vertical";
53
53
  rows: number;
@@ -120,7 +120,6 @@ const handleComplete = (key, data) => {
120
120
  if (props.state === "disabled-2fa") {
121
121
  if (key === "password") {
122
122
  isLastStep.value = true;
123
- modalStates.twoFa = true;
124
123
  return;
125
124
  }
126
125
  if (key === "twoFa") {
@@ -19,7 +19,7 @@ const forwardedProps = useForwardProps(delegatedProps);
19
19
  v-slot="slotProps"
20
20
  data-slot="accordion-item"
21
21
  v-bind="forwardedProps"
22
- :class="cn('border-b last:border-b-0', props.class)"
22
+ :class="cn('border-b ', props.class)"
23
23
  >
24
24
  <slot v-bind="slotProps" />
25
25
  </AccordionItem>
@@ -27,7 +27,7 @@ const delegatedProps = reactiveOmit(props, "class");
27
27
  <Icon
28
28
  name="lucide:chevron-down"
29
29
  class="text-gray pointer-events-none shrink-0 translate-y-0.5 transition-transform duration-200"
30
- size="24"
30
+ :size="24"
31
31
  />
32
32
  </slot>
33
33
  </AccordionTrigger>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.173.0",
3
+ "version": "1.174.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",