pukaad-ui-lib 1.11.0 → 1.13.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.11.0",
4
+ "version": "1.13.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- disabledForgotPassword: boolean;
22
21
  new: boolean;
22
+ disabledForgotPassword: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- disabledForgotPassword: boolean;
22
21
  new: boolean;
22
+ disabledForgotPassword: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
- step: number;
16
15
  min: number;
17
16
  max: number;
17
+ step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
- step: number;
16
15
  min: number;
17
16
  max: number;
17
+ step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -4,16 +4,12 @@ type __VLS_ModelProps = {
4
4
  declare var __VLS_6: {
5
5
  open: boolean;
6
6
  }, __VLS_8: {
7
- open: boolean;
8
- }, __VLS_10: {
9
7
  open: true;
10
8
  };
11
9
  type __VLS_Slots = {} & {
12
10
  header?: (props: typeof __VLS_6) => any;
13
11
  } & {
14
- 'header-actions'?: (props: typeof __VLS_8) => any;
15
- } & {
16
- default?: (props: typeof __VLS_10) => any;
12
+ default?: (props: typeof __VLS_8) => any;
17
13
  };
18
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
15
  "update:modelValue": (value: boolean) => any;
@@ -29,7 +29,6 @@
29
29
  <div class="flex-1 min-w-0">
30
30
  <slot name="header" :open="isOpen" />
31
31
  </div>
32
- <slot name="header-actions" :open="isOpen" />
33
32
  </div>
34
33
 
35
34
  <!-- Children (shown when open) -->
@@ -4,16 +4,12 @@ type __VLS_ModelProps = {
4
4
  declare var __VLS_6: {
5
5
  open: boolean;
6
6
  }, __VLS_8: {
7
- open: boolean;
8
- }, __VLS_10: {
9
7
  open: true;
10
8
  };
11
9
  type __VLS_Slots = {} & {
12
10
  header?: (props: typeof __VLS_6) => any;
13
11
  } & {
14
- 'header-actions'?: (props: typeof __VLS_8) => any;
15
- } & {
16
- default?: (props: typeof __VLS_10) => any;
12
+ default?: (props: typeof __VLS_8) => any;
17
13
  };
18
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
15
  "update:modelValue": (value: boolean) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",