@huyooo/ui 0.3.0 → 0.3.7

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,7 +1,15 @@
1
1
  import { PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {
8
+ collapseRef: HTMLDivElement;
9
+ };
10
+ rootEl: HTMLDivElement;
4
11
  };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5
13
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
14
  activeKeys: {
7
15
  type: PropType<number[]>;
@@ -12,8 +20,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
12
20
  type: PropType<number[]>;
13
21
  required: true;
14
22
  };
15
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
24
+ collapseRef: HTMLDivElement;
25
+ }, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
27
  export default _default;
18
28
  type __VLS_WithTemplateSlots<T, S> = T & {
19
29
  new (): {
@@ -1,15 +1,20 @@
1
+ type __VLS_Props = {
2
+ index: number;
3
+ };
1
4
  declare function __VLS_template(): {
2
- header?(_: {}): any;
3
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ header?(_: {}): any;
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
4
12
  };
5
- declare const __VLS_component: import('vue').DefineComponent<{
6
- index: number;
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
- index: number;
9
- }> & Readonly<{}>, {
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
15
  index: number;
11
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
18
  export default _default;
14
19
  type __VLS_WithTemplateSlots<T, S> = T & {
15
20
  new (): {
@@ -23,5 +23,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
23
  }>> & Readonly<{}>, {
24
24
  title: string;
25
25
  description: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
27
27
  export default _default;
@@ -1,8 +1,14 @@
1
1
  import { TableColumnData, PaginationProps } from '@arco-design/web-vue';
2
2
  import { PropType } from 'vue';
3
- declare function __VLS_template(): Partial<Record<string, (_: {
4
- record: any;
5
- }) => any>>;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: Partial<Record<any, (_: {
6
+ record: any;
7
+ }) => any>>;
8
+ refs: {};
9
+ rootEl: HTMLDivElement;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
6
12
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
13
  loading: {
8
14
  type: BooleanConstructor;
@@ -71,8 +77,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
71
77
  bordered: boolean;
72
78
  pagination: PaginationProps;
73
79
  columns: TableColumnData[];
74
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
75
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
80
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
81
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
76
82
  export default _default;
77
83
  type __VLS_WithTemplateSlots<T, S> = T & {
78
84
  new (): {
@@ -1,6 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ ellipsisContainer: HTMLDivElement;
8
+ };
9
+ rootEl: HTMLDivElement;
3
10
  };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
4
12
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
13
  open: {
6
14
  type: BooleanConstructor;
@@ -15,8 +23,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
15
23
  };
16
24
  }>> & Readonly<{}>, {
17
25
  open: boolean;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
27
+ ellipsisContainer: HTMLDivElement;
28
+ }, HTMLDivElement>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
30
  export default _default;
21
31
  type __VLS_WithTemplateSlots<T, S> = T & {
22
32
  new (): {
@@ -39,5 +39,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
39
39
  beianText: string;
40
40
  beianUrl: string;
41
41
  links: any[];
42
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
43
43
  export default _default;
@@ -67,13 +67,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
67
  default: () => string;
68
68
  };
69
69
  }>> & Readonly<{}>, {
70
- blur: string;
71
70
  width: string;
71
+ blur: string;
72
+ height: string;
73
+ zIndex: string;
72
74
  top: string;
73
75
  left: string;
74
76
  right: string;
75
- height: string;
76
- zIndex: string;
77
77
  background: string;
78
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
78
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
79
79
  export default _default;
@@ -23,5 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
23
  }>, {
24
24
  loading: boolean;
25
25
  finished: boolean;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
27
+ container: HTMLDivElement;
28
+ }, HTMLDivElement>;
27
29
  export default _default;
@@ -34,5 +34,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
34
34
  prefix: string;
35
35
  name: string;
36
36
  color: string;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
38
38
  export default _default;
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
3
8
  };
4
- 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>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
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>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {