amelia-booking-ui 0.0.474 → 0.0.476

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.
@@ -1,4 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
- dateFormItemRef: unknown;
3
- }, HTMLDivElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
4
2
  export default _default;
@@ -13,12 +13,7 @@ interface Props {
13
13
  cellClassName?: (date: Date) => string;
14
14
  valueFormat?: string;
15
15
  }
16
- declare const _default: import('vue').DefineComponent<Props, {
17
- handleOpen: () => any;
18
- handleClose: () => any;
19
- focus: () => any;
20
- blur: () => any;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
17
  change: (...args: any[]) => void;
23
18
  "update:modelValue": (...args: any[]) => void;
24
19
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
@@ -15,7 +15,6 @@ export interface FormItemProps {
15
15
  infoText?: string;
16
16
  staticLabel?: boolean;
17
17
  warning?: boolean;
18
- forceHasValue?: boolean;
19
18
  }
20
19
  declare function __VLS_template(): {
21
20
  attrs: Partial<{}>;
@@ -42,7 +41,6 @@ declare const __VLS_component: import('vue').DefineComponent<FormItemProps, {
42
41
  showInfo: boolean;
43
42
  infoType: "default" | "success" | "warning" | "info" | "error";
44
43
  staticLabel: boolean;
45
- forceHasValue: boolean;
46
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
47
45
  formItem: HTMLDivElement;
48
46
  }, HTMLDivElement>;
@@ -1,12 +1,9 @@
1
1
  type Props = {
2
2
  total: number;
3
3
  background?: boolean;
4
- pageSizes?: number[];
5
- scrollRef?: any;
6
4
  };
7
5
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
8
6
  background: boolean;
9
7
  total: number;
10
- scrollRef: any;
11
8
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
9
  export default _default;
@@ -1,6 +1,5 @@
1
1
  interface Props {
2
2
  modelValue?: string | undefined;
3
- defaultCountry?: string | undefined;
4
3
  }
5
4
  declare const _default: import('vue').DefineComponent<Props, {
6
5
  focus: () => void;
@@ -1,7 +1,6 @@
1
1
  interface Props {
2
2
  modelValue?: string | number;
3
3
  variant?: 'd' | 'l';
4
- fullWidth?: boolean;
5
4
  }
6
5
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
6
  change: (...args: any[]) => void;
@@ -10,7 +9,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
10
9
  onChange?: (...args: any[]) => any;
11
10
  "onUpdate:modelValue"?: (...args: any[]) => any;
12
11
  }>, {
13
- fullWidth: boolean;
14
12
  variant: "d" | "l";
15
13
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
14
  export default _default;
@@ -6,13 +6,11 @@ interface Props {
6
6
  valueKey?: string;
7
7
  automaticDropdown?: boolean;
8
8
  defaultTag?: string;
9
- closableTags?: boolean;
10
9
  disabledValues?: (string | number | object)[];
11
10
  }
12
11
  declare function __VLS_template(): {
13
12
  attrs: Partial<{}>;
14
13
  slots: {
15
- header?(_: {}): any;
16
14
  default?(_: {}): any;
17
15
  };
18
16
  refs: {
@@ -21,18 +19,12 @@ declare function __VLS_template(): {
21
19
  rootEl: any;
22
20
  };
23
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import('vue').DefineComponent<Props, {
25
- focus: () => void;
26
- blur: () => void;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
23
  "update:modelValue": (...args: any[]) => void;
29
- optionChange: (...args: any[]) => void;
30
24
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
31
25
  "onUpdate:modelValue"?: (...args: any[]) => any;
32
- onOptionChange?: (...args: any[]) => any;
33
26
  }>, {
34
27
  clearable: boolean;
35
- closableTags: boolean;
36
28
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
37
29
  amSelectRef: unknown;
38
30
  }, any>;
@@ -7,10 +7,8 @@ type __VLS_Props = {
7
7
  disabledValues?: (string | number | object)[];
8
8
  };
9
9
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- change: (...args: any[]) => void;
11
10
  "update:modelValue": (...args: any[]) => void;
12
11
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- onChange?: (...args: any[]) => any;
14
12
  "onUpdate:modelValue"?: (...args: any[]) => any;
15
13
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
14
  export default _default;
@@ -12,7 +12,6 @@ interface Props {
12
12
  gapBetweenRows?: number;
13
13
  alwaysShowScrollbar?: boolean;
14
14
  groupByFormatter?: (value: string) => string;
15
- hoverable?: boolean;
16
15
  }
17
16
  declare function __VLS_template(): {
18
17
  attrs: Partial<{}>;
@@ -47,7 +46,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
47
46
  gapBetweenRows: number;
48
47
  alwaysShowScrollbar: boolean;
49
48
  groupByFormatter: (value: string) => string;
50
- hoverable: boolean;
51
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
52
50
  hiddenColumns: HTMLDivElement;
53
51
  scrollBarRef: unknown;
@@ -38,7 +38,6 @@ export { default as AmOption } from './components/select/AmOption.vue';
38
38
  export { default as AmPagination } from './components/pagination/AmPagination.vue';
39
39
  export { default as AmPhoneInput } from './components/phone/AmPhoneInput.vue';
40
40
  export { default as AmPopover } from './components/popover/AmPopover.vue';
41
- export { default as AmProgress } from './components/progress/AmProgress.vue';
42
41
  export { default as AmRadio } from './components/radio/AmRadio.vue';
43
42
  export { default as AmRadioGroup } from './components/radio/AmRadioGroup.vue';
44
43
  export { default as AmScrollbar } from './components/scrollbar/AmScrollbar.vue';
@@ -65,6 +64,5 @@ export type { UploadUserFile } from 'element-plus';
65
64
  export type { IconCategory } from './types/icon-types';
66
65
  export type { FormInstance, FormValidateCallback } from 'element-plus';
67
66
  export type { RuleItem, ValidateError, ValidateFieldsError } from 'async-validator';
68
- export type { MultiSelectOption } from './types/multi-select-option';
69
67
  export { default as utilCountries } from './utils/utilCountries.ts';
70
68
  export { usePopperBackground, type PopperBackgroundLevel } from './utils/utilPopper.ts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.474",
3
+ "version": "0.0.476",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,8 +0,0 @@
1
- interface Props {
2
- percentage: number;
3
- strokeWidth?: number;
4
- }
5
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
6
- strokeWidth: number;
7
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
- export default _default;