@point-hub/papp 0.0.92 → 0.0.93

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 (59) hide show
  1. package/dist/app.vue.d.ts +1 -1
  2. package/dist/components/app-footer.vue.d.ts +3 -4
  3. package/dist/components/app-header.vue.d.ts +1 -1
  4. package/dist/components/app-preloader.vue.d.ts +1 -1
  5. package/dist/components/app-sidebar-menu.vue.d.ts +3 -6
  6. package/dist/components/app-sidebar-panel.vue.d.ts +5 -6
  7. package/dist/components/app-sidebar.vue.d.ts +4 -9
  8. package/dist/components/base-accordion-item.vue.d.ts +9 -11
  9. package/dist/components/base-accordion.vue.d.ts +7 -7
  10. package/dist/components/base-alert.vue.d.ts +11 -16
  11. package/dist/components/base-autocomplete.vue.d.ts +11 -11
  12. package/dist/components/base-avatar-group.vue.d.ts +3 -2
  13. package/dist/components/base-avatar.vue.d.ts +4 -12
  14. package/dist/components/base-badge.vue.d.ts +9 -11
  15. package/dist/components/base-breadcrumb.vue.d.ts +8 -9
  16. package/dist/components/base-button.vue.d.ts +13 -19
  17. package/dist/components/base-card.vue.d.ts +11 -10
  18. package/dist/components/base-checkbox.vue.d.ts +5 -5
  19. package/dist/components/base-choosen.vue.d.ts +16 -15
  20. package/dist/components/base-datepicker.vue.d.ts +5 -5
  21. package/dist/components/base-divider.vue.d.ts +3 -5
  22. package/dist/components/base-dropdown-item.vue.d.ts +2 -1
  23. package/dist/components/base-dropdown.vue.d.ts +2 -1
  24. package/dist/components/base-file-upload.vue.d.ts +7 -6
  25. package/dist/components/base-form.vue.d.ts +3 -2
  26. package/dist/components/base-icon.vue.d.ts +4 -6
  27. package/dist/components/base-input-mask.vue.d.ts +5 -5
  28. package/dist/components/base-input-number.vue.d.ts +8 -7
  29. package/dist/components/base-input.vue.d.ts +7 -6
  30. package/dist/components/base-link.vue.d.ts +12 -17
  31. package/dist/components/base-loader.vue.d.ts +8 -9
  32. package/dist/components/base-mask.vue.d.ts +1 -1
  33. package/dist/components/base-modal.vue.d.ts +8 -9
  34. package/dist/components/base-popover.vue.d.ts +2 -1
  35. package/dist/components/base-progress.vue.d.ts +3 -2
  36. package/dist/components/base-radio.vue.d.ts +7 -6
  37. package/dist/components/base-range.vue.d.ts +5 -5
  38. package/dist/components/base-select.vue.d.ts +5 -5
  39. package/dist/components/base-sitemap.vue.d.ts +3 -3
  40. package/dist/components/base-spinner.vue.d.ts +4 -6
  41. package/dist/components/base-step.vue.d.ts +1 -1
  42. package/dist/components/base-switch.vue.d.ts +7 -6
  43. package/dist/components/base-tab-group.vue.d.ts +2 -1
  44. package/dist/components/base-tab-list.vue.d.ts +2 -1
  45. package/dist/components/base-tab-panel.vue.d.ts +2 -1
  46. package/dist/components/base-tab-panels.vue.d.ts +2 -1
  47. package/dist/components/base-tab.vue.d.ts +2 -1
  48. package/dist/components/base-table.vue.d.ts +3 -2
  49. package/dist/components/base-textarea.vue.d.ts +5 -5
  50. package/dist/components/base-timeline-content.vue.d.ts +3 -2
  51. package/dist/components/base-timeline.vue.d.ts +3 -2
  52. package/dist/components/base-toast.vue.d.ts +2 -1
  53. package/dist/components/base-tooltip.vue.d.ts +2 -1
  54. package/dist/components/base-treeview.vue.d.ts +8 -9
  55. package/dist/index.css +1 -1
  56. package/dist/index.js +8 -5
  57. package/dist/index.umd.cjs +2 -2
  58. package/dist/pages/websocket.vue.d.ts +1 -1
  59. package/package.json +9 -9
package/dist/app.vue.d.ts CHANGED
@@ -1,2 +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, {}, any>;
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>;
2
2
  export default _default;
@@ -1,6 +1,5 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  version: string;
3
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
4
- version: string;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
5
  export default _default;
@@ -1,2 +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, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
2
2
  export default _default;
@@ -1,2 +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, {}, any>;
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>;
2
2
  export default _default;
@@ -1,10 +1,7 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  isMobile: boolean;
3
3
  title: string;
4
4
  menus: IMenu[];
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
- isMobile: boolean;
7
- title: string;
8
- menus: IMenu[];
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
7
  export default _default;
@@ -1,10 +1,9 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  apps: IApps[];
3
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4
5
  choose: (path: string) => any;
5
- }, string, import('vue').PublicProps, Readonly<{
6
- apps: IApps[];
7
- }> & Readonly<{
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
7
  onChoose?: ((path: string) => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
9
  export default _default;
@@ -1,18 +1,13 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  title: string;
3
3
  isMobile: boolean;
4
4
  isSidebarOpen: boolean;
5
5
  apps: IApps[];
6
6
  menus: IMenu[];
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
9
  choose: (path: string) => any;
9
- }, string, import('vue').PublicProps, Readonly<{
10
- title: string;
11
- isMobile: boolean;
12
- isSidebarOpen: boolean;
13
- apps: IApps[];
14
- menus: IMenu[];
15
- }> & Readonly<{
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
11
  onChoose?: ((path: string) => any) | undefined;
17
12
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
13
  export default _default;
@@ -1,4 +1,10 @@
1
+ type __VLS_Props = {
2
+ itemId: number;
3
+ title?: string;
4
+ content?: string;
5
+ };
1
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
2
8
  slots: {
3
9
  title?(_: {}): any;
4
10
  default?(_: {}): any;
@@ -6,21 +12,13 @@ declare function __VLS_template(): {
6
12
  refs: {
7
13
  contentRef: HTMLDivElement;
8
14
  };
9
- attrs: Partial<{}>;
15
+ rootEl: HTMLDivElement;
10
16
  };
11
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- itemId: number;
14
- title?: string;
15
- content?: string;
16
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
17
- itemId: number;
18
- title?: string;
19
- content?: string;
20
- }> & Readonly<{}>, {
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
19
  title: string;
22
20
  content: string;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
23
  export default _default;
26
24
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,18 +1,18 @@
1
+ type __VLS_Props = {
2
+ alwaysOpen?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
2
6
  slots: {
3
7
  default?(_: {}): any;
4
8
  };
5
9
  refs: {};
6
- attrs: Partial<{}>;
10
+ rootEl: HTMLDivElement;
7
11
  };
8
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- alwaysOpen?: boolean;
11
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
12
- alwaysOpen?: boolean;
13
- }> & Readonly<{}>, {
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
14
  alwaysOpen: boolean;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
17
  export default _default;
18
18
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,30 +1,25 @@
1
1
  export type BaseAlertColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type BaseAlertIconType = 'info' | 'success' | 'warning' | 'danger';
3
3
  export type BaseAlertVariantType = 'fill' | 'light' | 'outline';
4
+ type __VLS_Props = {
5
+ title?: string;
6
+ icon?: BaseAlertIconType;
7
+ color?: BaseAlertColorType;
8
+ variant?: BaseAlertVariantType;
9
+ isClosed?: boolean;
10
+ isDismissable?: boolean;
11
+ };
4
12
  declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
5
14
  slots: {
6
15
  title?(_: {}): any;
7
16
  default?(_: {}): any;
8
17
  };
9
18
  refs: {};
10
- attrs: Partial<{}>;
19
+ rootEl: any;
11
20
  };
12
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<{
14
- title?: string;
15
- icon?: BaseAlertIconType;
16
- color?: BaseAlertColorType;
17
- variant?: BaseAlertVariantType;
18
- isClosed?: boolean;
19
- isDismissable?: boolean;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
- title?: string;
22
- icon?: BaseAlertIconType;
23
- color?: BaseAlertColorType;
24
- variant?: BaseAlertVariantType;
25
- isClosed?: boolean;
26
- isDismissable?: boolean;
27
- }> & Readonly<{}>, {
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
28
23
  title: string;
29
24
  color: BaseAlertColorType;
30
25
  variant: BaseAlertVariantType;
@@ -17,30 +17,30 @@ export interface Props {
17
17
  disabled?: boolean;
18
18
  helpers?: string[];
19
19
  }
20
- declare let __VLS_typeProps: Props;
20
+ type __VLS_Props = Props;
21
21
  type __VLS_PublicProps = {
22
22
  modelValue?: BaseAutocompleteOptionInterface;
23
23
  'isLoading'?: boolean;
24
24
  'query'?: string;
25
25
  'errors'?: string[];
26
- } & typeof __VLS_typeProps;
26
+ } & __VLS_Props;
27
27
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
28
28
  inputRef: import('vue').Ref<any, any>;
29
29
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
- "update:modelValue": (modelValue: BaseAutocompleteOptionInterface) => any;
31
- "update:isLoading": (isLoading: boolean) => any;
32
- "update:query": (query: string) => any;
33
- "update:errors": (errors: string[]) => any;
30
+ "update:modelValue": (value: BaseAutocompleteOptionInterface) => any;
31
+ "update:isLoading": (value: boolean) => any;
32
+ "update:query": (value: string) => any;
33
+ "update:errors": (value: string[]) => any;
34
34
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
35
- "onUpdate:modelValue"?: ((modelValue: BaseAutocompleteOptionInterface) => any) | undefined;
36
- "onUpdate:isLoading"?: ((isLoading: boolean) => any) | undefined;
37
- "onUpdate:query"?: ((query: string) => any) | undefined;
38
- "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
35
+ "onUpdate:modelValue"?: ((value: BaseAutocompleteOptionInterface) => any) | undefined;
36
+ "onUpdate:isLoading"?: ((value: boolean) => any) | undefined;
37
+ "onUpdate:query"?: ((value: string) => any) | undefined;
38
+ "onUpdate:errors"?: ((value: string[]) => any) | undefined;
39
39
  }>, {
40
40
  required: boolean;
41
41
  disabled: boolean;
42
42
  layout: BaseFormLayoutType;
43
43
  border: BaseAutocompleteBorderType;
44
44
  autofocus: boolean;
45
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
45
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
46
46
  export default _default;
@@ -1,12 +1,13 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
10
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
12
  export default _default;
12
13
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  export type BaseAvatarColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type BaseAvatarShapeType = 'square' | 'squircle' | 'circle';
3
3
  export type BaseAvatarSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
4
- declare const _default: import('vue').DefineComponent<{
4
+ type __VLS_Props = {
5
5
  name: string;
6
6
  src?: string;
7
7
  color?: BaseAvatarColorType;
@@ -10,21 +10,13 @@ declare const _default: import('vue').DefineComponent<{
10
10
  size?: BaseAvatarSizeType;
11
11
  indicator?: boolean;
12
12
  animate?: boolean;
13
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
14
- name: string;
15
- src?: string;
16
- color?: BaseAvatarColorType;
17
- colorIndicator?: BaseAvatarColorType;
18
- shape?: BaseAvatarShapeType;
19
- size?: BaseAvatarSizeType;
20
- indicator?: boolean;
21
- animate?: boolean;
22
- }> & Readonly<{}>, {
13
+ };
14
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
15
  animate: boolean;
24
16
  size: BaseAvatarSizeType;
25
17
  color: BaseAvatarColorType;
26
18
  shape: BaseAvatarShapeType;
27
19
  colorIndicator: BaseAvatarColorType;
28
20
  indicator: boolean;
29
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
22
  export default _default;
@@ -1,26 +1,24 @@
1
1
  export type BaseBadgeColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type BaseBadgeVariantType = 'filled' | 'light' | 'outlined';
3
+ type __VLS_Props = {
4
+ color?: BaseBadgeColorType;
5
+ variant?: BaseBadgeVariantType;
6
+ withDot?: boolean;
7
+ };
3
8
  declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
4
10
  slots: {
5
11
  default?(_: {}): any;
6
12
  };
7
13
  refs: {};
8
- attrs: Partial<{}>;
14
+ rootEl: HTMLSpanElement;
9
15
  };
10
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{
12
- color?: BaseBadgeColorType;
13
- variant?: BaseBadgeVariantType;
14
- withDot?: boolean;
15
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
16
- color?: BaseBadgeColorType;
17
- variant?: BaseBadgeVariantType;
18
- withDot?: boolean;
19
- }> & Readonly<{}>, {
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
18
  color: BaseBadgeColorType;
21
19
  variant: BaseBadgeVariantType;
22
20
  withDot: boolean;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
24
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
23
  export default _default;
26
24
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -3,7 +3,12 @@ export interface BaseBreadcrumbItemInterface {
3
3
  path?: string;
4
4
  }
5
5
  export type BaseBreadcrumbSeparatoryType = 'angle' | 'arrow' | 'slash';
6
+ type __VLS_Props = {
7
+ items: BaseBreadcrumbItemInterface[];
8
+ separator: BaseBreadcrumbSeparatoryType;
9
+ };
6
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
7
12
  slots: {
8
13
  default?(_: {
9
14
  index: number;
@@ -11,18 +16,12 @@ declare function __VLS_template(): {
11
16
  }): any;
12
17
  };
13
18
  refs: {};
14
- attrs: Partial<{}>;
19
+ rootEl: HTMLUListElement;
15
20
  };
16
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<{
18
- items: BaseBreadcrumbItemInterface[];
19
- separator: BaseBreadcrumbSeparatoryType;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
- items: BaseBreadcrumbItemInterface[];
22
- separator: BaseBreadcrumbSeparatoryType;
23
- }> & Readonly<{}>, {
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
24
23
  separator: BaseBreadcrumbSeparatoryType;
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
26
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
26
  export default _default;
28
27
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -3,23 +3,7 @@ export type BaseButtonVariantType = 'filled' | 'light' | 'outlined' | 'text';
3
3
  export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
4
4
  export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
5
5
  export type BaseButtonType = 'submit' | 'button' | 'reset';
6
- declare function __VLS_template(): {
7
- slots: {
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<{
15
- type?: BaseButtonType;
16
- size?: BaseButtonSizeType;
17
- color?: BaseButtonColorType;
18
- variant?: BaseButtonVariantType;
19
- shape?: BaseButtonShapeType;
20
- isBlock?: boolean;
21
- isLoading?: boolean;
22
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ type __VLS_Props = {
23
7
  type?: BaseButtonType;
24
8
  size?: BaseButtonSizeType;
25
9
  color?: BaseButtonColorType;
@@ -27,7 +11,17 @@ declare const __VLS_component: import('vue').DefineComponent<{
27
11
  shape?: BaseButtonShapeType;
28
12
  isBlock?: boolean;
29
13
  isLoading?: boolean;
30
- }> & Readonly<{}>, {
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ default?(_: {}): any;
19
+ };
20
+ refs: {};
21
+ rootEl: HTMLButtonElement;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
31
25
  type: BaseButtonType;
32
26
  size: BaseButtonSizeType;
33
27
  color: BaseButtonColorType;
@@ -35,7 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
35
29
  shape: BaseButtonShapeType;
36
30
  isBlock: boolean;
37
31
  isLoading: boolean;
38
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
39
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
34
  export default _default;
41
35
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  export type BaseCardShapeType = 'sharp' | 'rounded';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  shadow?: boolean;
4
4
  shape?: BaseCardShapeType;
5
5
  };
@@ -7,28 +7,29 @@ type __VLS_PublicProps = {
7
7
  'bgColor'?: string;
8
8
  'titleColor'?: string;
9
9
  'bodyColor'?: string;
10
- } & typeof __VLS_typeProps;
10
+ } & __VLS_Props;
11
11
  declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
12
13
  slots: {
13
14
  header?(_: {}): any;
14
15
  default?(_: {}): any;
15
16
  };
16
17
  refs: {};
17
- attrs: Partial<{}>;
18
+ rootEl: HTMLDivElement;
18
19
  };
19
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
21
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
- "update:bgColor": (bgColor: string) => any;
22
- "update:titleColor": (titleColor: string) => any;
23
- "update:bodyColor": (bodyColor: string) => any;
22
+ "update:bgColor": (value: string) => any;
23
+ "update:titleColor": (value: string) => any;
24
+ "update:bodyColor": (value: string) => any;
24
25
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
- "onUpdate:bgColor"?: ((bgColor: string) => any) | undefined;
26
- "onUpdate:titleColor"?: ((titleColor: string) => any) | undefined;
27
- "onUpdate:bodyColor"?: ((bodyColor: string) => any) | undefined;
26
+ "onUpdate:bgColor"?: ((value: string) => any) | undefined;
27
+ "onUpdate:titleColor"?: ((value: string) => any) | undefined;
28
+ "onUpdate:bodyColor"?: ((value: string) => any) | undefined;
28
29
  }>, {
29
30
  shape: BaseCardShapeType;
30
31
  shadow: boolean;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
32
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
34
  export default _default;
34
35
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -13,24 +13,24 @@ export interface Props {
13
13
  disabled?: boolean;
14
14
  helpers?: string[];
15
15
  }
16
- declare let __VLS_typeProps: Props;
16
+ type __VLS_Props = Props;
17
17
  type __VLS_PublicProps = {
18
18
  'errors'?: string[];
19
- } & typeof __VLS_typeProps;
19
+ } & __VLS_Props;
20
20
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
21
21
  inputRef: import('vue').Ref<any, any>;
22
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
- "update:errors": (errors: string[]) => any;
23
+ "update:errors": (value: string[]) => any;
24
24
  } & {
25
25
  "update:modelValue": (value: boolean) => any;
26
26
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
27
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
- "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
28
+ "onUpdate:errors"?: ((value: string[]) => any) | undefined;
29
29
  }>, {
30
30
  required: boolean;
31
31
  disabled: boolean;
32
32
  modelValue: boolean;
33
33
  theme: BaseCheckboxThemeType;
34
34
  layout: BaseFormLayoutType;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
36
36
  export default _default;
@@ -18,7 +18,7 @@ export interface Props {
18
18
  disabled?: boolean;
19
19
  helpers?: string[];
20
20
  }
21
- declare let __VLS_typeProps: Props;
21
+ type __VLS_Props = Props;
22
22
  type __VLS_PublicProps = {
23
23
  modelValue?: any;
24
24
  'isLoading'?: boolean;
@@ -26,8 +26,9 @@ type __VLS_PublicProps = {
26
26
  'search'?: string;
27
27
  'options'?: IOption[];
28
28
  'errors'?: string[];
29
- } & typeof __VLS_typeProps;
29
+ } & __VLS_Props;
30
30
  declare function __VLS_template(): {
31
+ attrs: Partial<{}>;
31
32
  slots: {
32
33
  default?(_: {
33
34
  option: any;
@@ -37,23 +38,23 @@ declare function __VLS_template(): {
37
38
  modalRef: unknown;
38
39
  inputRef: unknown;
39
40
  };
40
- attrs: Partial<{}>;
41
+ rootEl: any;
41
42
  };
42
43
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
43
44
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
- "update:modelValue": (modelValue: any) => any;
45
- "update:isLoading": (isLoading: boolean) => any;
46
- "update:errors": (errors: string[]) => any;
47
- "update:selected": (selected: IOption) => any;
48
- "update:search": (search: string) => any;
49
- "update:options": (options: IOption[]) => any;
45
+ "update:modelValue": (value: any) => any;
46
+ "update:isLoading": (value: boolean) => any;
47
+ "update:errors": (value: string[]) => any;
48
+ "update:selected": (value: IOption) => any;
49
+ "update:search": (value: string) => any;
50
+ "update:options": (value: IOption[]) => any;
50
51
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
51
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
52
- "onUpdate:isLoading"?: ((isLoading: boolean) => any) | undefined;
53
- "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
54
- "onUpdate:selected"?: ((selected: IOption) => any) | undefined;
55
- "onUpdate:search"?: ((search: string) => any) | undefined;
56
- "onUpdate:options"?: ((options: IOption[]) => any) | undefined;
52
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
53
+ "onUpdate:isLoading"?: ((value: boolean) => any) | undefined;
54
+ "onUpdate:errors"?: ((value: string[]) => any) | undefined;
55
+ "onUpdate:selected"?: ((value: IOption) => any) | undefined;
56
+ "onUpdate:search"?: ((value: string) => any) | undefined;
57
+ "onUpdate:options"?: ((value: IOption[]) => any) | undefined;
57
58
  }>, {
58
59
  required: boolean;
59
60
  disabled: boolean;
@@ -12,21 +12,21 @@ export interface Props {
12
12
  disabled?: boolean;
13
13
  helpers?: string[];
14
14
  }
15
- declare let __VLS_typeProps: Props;
15
+ type __VLS_Props = Props;
16
16
  type __VLS_PublicProps = {
17
17
  'errors'?: string[];
18
- } & typeof __VLS_typeProps;
18
+ } & __VLS_Props;
19
19
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
20
20
  inputRef: import('vue').Ref<any, any>;
21
21
  dateRef: import('vue').Ref<any, any>;
22
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
- "update:errors": (errors: string[]) => any;
23
+ "update:errors": (value: string[]) => any;
24
24
  } & {
25
25
  "update:modelValue": (value: string) => any;
26
26
  isoValue: (value: string) => any;
27
27
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
28
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
29
- "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
29
+ "onUpdate:errors"?: ((value: string[]) => any) | undefined;
30
30
  onIsoValue?: ((value: string) => any) | undefined;
31
31
  }>, {
32
32
  required: boolean;
@@ -34,5 +34,5 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
34
34
  layout: BaseFormLayoutType;
35
35
  border: BaseDatepickerBorderType;
36
36
  autofocus: boolean;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
38
  export default _default;
@@ -1,9 +1,7 @@
1
1
  export type BaseDividerOrientation = 'horizontal' | 'vertical';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  text?: string;
4
4
  orientation: BaseDividerOrientation;
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
- text?: string;
7
- orientation: BaseDividerOrientation;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
7
  export default _default;
@@ -2,13 +2,14 @@ export interface Props {
2
2
  text?: string;
3
3
  }
4
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
5
6
  slots: {
6
7
  default?(_: {
7
8
  active: any;
8
9
  }): any;
9
10
  };
10
11
  refs: {};
11
- attrs: Partial<{}>;
12
+ rootEl: any;
12
13
  };
13
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
15
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
@@ -4,12 +4,13 @@ export interface Props {
4
4
  text?: string;
5
5
  }
6
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
7
8
  slots: {
8
9
  trigger?(_: {}): any;
9
10
  default?(_: {}): any;
10
11
  };
11
12
  refs: {};
12
- attrs: Partial<{}>;
13
+ rootEl: any;
13
14
  };
14
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
16
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {