@avenirs-esr/avenirs-dsav 0.1.7 → 0.1.9

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,30 +1,18 @@
1
- export declare const AvBadgeStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- label: StringConstructor;
3
- small: {
4
- type: BooleanConstructor;
5
- default: boolean;
1
+ export declare const AvBadgeStub: {
2
+ name: string;
3
+ template: string;
4
+ props: {
5
+ label: StringConstructor;
6
+ small: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ ellipsis: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ color: StringConstructor;
15
+ backgroundColor: StringConstructor;
16
+ iconPath: StringConstructor;
6
17
  };
7
- ellipsis: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- color: StringConstructor;
12
- backgroundColor: StringConstructor;
13
- iconPath: StringConstructor;
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- label: StringConstructor;
16
- small: {
17
- type: BooleanConstructor;
18
- default: boolean;
19
- };
20
- ellipsis: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- color: StringConstructor;
25
- backgroundColor: StringConstructor;
26
- iconPath: StringConstructor;
27
- }>> & Readonly<{}>, {
28
- small: boolean;
29
- ellipsis: boolean;
30
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ };
@@ -1,9 +1,5 @@
1
- export declare const AvVIconStub: import("vue").DefineComponent<{
2
- size?: any;
3
- name?: any;
4
- color?: any;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- size?: any;
7
- name?: any;
8
- color?: any;
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvVIconStub: {
2
+ name: string;
3
+ props: string[];
4
+ template: string;
5
+ };
@@ -1,15 +1,6 @@
1
- export declare const AvButtonStub: import("vue").DefineComponent<{
2
- label?: any;
3
- type?: any;
4
- variant?: any;
5
- isLoading?: any;
6
- disabled?: any;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<{
8
- label?: any;
9
- type?: any;
10
- variant?: any;
11
- isLoading?: any;
12
- disabled?: any;
13
- }> & Readonly<{
14
- onClick?: ((...args: any[]) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvButtonStub: {
2
+ name: string;
3
+ props: string[];
4
+ emits: string[];
5
+ template: string;
6
+ };
@@ -1,5 +1,5 @@
1
- export declare const AvListStub: import("vue").DefineComponent<{
2
- size?: any;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- size?: any;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvListStub: {
2
+ name: string;
3
+ props: string[];
4
+ template: string;
5
+ };
@@ -1,19 +1,6 @@
1
- export declare const AvListItemStub: import("vue").DefineComponent<{
2
- icon?: any;
3
- selected?: any;
4
- iconSize?: any;
5
- iconColor?: any;
6
- hoverBackgroundColor?: any;
7
- colorOnHover?: any;
8
- clickable?: any;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<{
10
- icon?: any;
11
- selected?: any;
12
- iconSize?: any;
13
- iconColor?: any;
14
- hoverBackgroundColor?: any;
15
- colorOnHover?: any;
16
- clickable?: any;
17
- }> & Readonly<{
18
- onClick?: ((...args: any[]) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvListItemStub: {
2
+ name: string;
3
+ props: string[];
4
+ emits: string[];
5
+ template: string;
6
+ };
@@ -1,11 +1,5 @@
1
- export declare const AvTagPickerStub: import("vue").DefineComponent<{
2
- label?: any;
3
- selected?: any;
4
- options?: any;
5
- handleSelectChange?: any;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- label?: any;
8
- selected?: any;
9
- options?: any;
10
- handleSelectChange?: any;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvTagPickerStub: {
2
+ name: string;
3
+ props: string[];
4
+ template: string;
5
+ };
@@ -1,28 +1,6 @@
1
- export declare const AvAutocompleteStub: import("vue").DefineComponent<{
2
- modelValue?: any;
3
- loading?: any;
4
- inputOptions?: any;
5
- options?: any;
6
- multiSelect?: any;
7
- getOptionLabel?: any;
8
- getOptionKey?: any;
9
- maxDropdownHeight?: any;
10
- enableLoadMore?: any;
11
- serverSideFiltering?: any;
12
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue" | "loadMore" | "clear")[], "search" | "update:modelValue" | "loadMore" | "clear", import("vue").PublicProps, Readonly<{
13
- modelValue?: any;
14
- loading?: any;
15
- inputOptions?: any;
16
- options?: any;
17
- multiSelect?: any;
18
- getOptionLabel?: any;
19
- getOptionKey?: any;
20
- maxDropdownHeight?: any;
21
- enableLoadMore?: any;
22
- serverSideFiltering?: any;
23
- }> & Readonly<{
24
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
- onLoadMore?: ((...args: any[]) => any) | undefined;
26
- onSearch?: ((...args: any[]) => any) | undefined;
27
- onClear?: ((...args: any[]) => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvAutocompleteStub: {
2
+ name: string;
3
+ props: string[];
4
+ emits: string[];
5
+ template: string;
6
+ };
@@ -1,15 +1,11 @@
1
- export declare const AvSelectStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- modelValue: (NumberConstructor | StringConstructor)[];
3
- options: ArrayConstructor;
4
- defaultUnselectedText: StringConstructor;
5
- dense: BooleanConstructor;
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- modelValue: (NumberConstructor | StringConstructor)[];
8
- options: ArrayConstructor;
9
- defaultUnselectedText: StringConstructor;
10
- dense: BooleanConstructor;
11
- }>> & Readonly<{
12
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13
- }>, {
14
- dense: boolean;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvSelectStub: {
2
+ name: string;
3
+ props: {
4
+ modelValue: (NumberConstructor | StringConstructor)[];
5
+ options: ArrayConstructor;
6
+ defaultUnselectedText: StringConstructor;
7
+ dense: BooleanConstructor;
8
+ };
9
+ emits: string[];
10
+ template: string;
11
+ };
@@ -1,16 +1,11 @@
1
- export declare const AvSideNavigationStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- items: ArrayConstructor;
3
- selectedItem: StringConstructor;
4
- isSideMenuCollapsed: BooleanConstructor;
5
- collapsedWidth: StringConstructor;
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selectedItem" | "update:isSideMenuCollapsed")[], "update:selectedItem" | "update:isSideMenuCollapsed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- items: ArrayConstructor;
8
- selectedItem: StringConstructor;
9
- isSideMenuCollapsed: BooleanConstructor;
10
- collapsedWidth: StringConstructor;
11
- }>> & Readonly<{
12
- "onUpdate:selectedItem"?: ((...args: any[]) => any) | undefined;
13
- "onUpdate:isSideMenuCollapsed"?: ((...args: any[]) => any) | undefined;
14
- }>, {
15
- isSideMenuCollapsed: boolean;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvSideNavigationStub: {
2
+ name: string;
3
+ props: {
4
+ items: ArrayConstructor;
5
+ selectedItem: StringConstructor;
6
+ isSideMenuCollapsed: BooleanConstructor;
7
+ collapsedWidth: StringConstructor;
8
+ };
9
+ emits: string[];
10
+ template: string;
11
+ };
@@ -1,11 +1,6 @@
1
- export declare const AvDrawerStub: import("vue").DefineComponent<{
2
- width?: any;
3
- show?: any;
4
- position?: any;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "escape-pressed"[], "escape-pressed", import("vue").PublicProps, Readonly<{
6
- width?: any;
7
- show?: any;
8
- position?: any;
9
- }> & Readonly<{
10
- "onEscape-pressed"?: ((...args: any[]) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ export declare const AvDrawerStub: {
2
+ name: string;
3
+ props: string[];
4
+ emits: string[];
5
+ template: string;
6
+ };
@@ -1,62 +1,41 @@
1
- export declare const DsfrBadgeStub: import("vue").DefineComponent<{
2
- label?: any;
3
- small?: any;
4
- type?: any;
5
- ellipsis?: any;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- label?: any;
8
- small?: any;
9
- type?: any;
10
- ellipsis?: any;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
- export declare const DsfrModalStub: import("vue").DefineComponent<{
13
- title?: any;
14
- opened?: any;
15
- }, {}, {}, {}, {
16
- triggerEscape(): void;
17
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "keydown"[], "keydown", import("vue").PublicProps, Readonly<{
18
- title?: any;
19
- opened?: any;
20
- }> & Readonly<{
21
- onKeydown?: ((...args: any[]) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- export declare const DsfrNavigationStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
24
- navItems: {
25
- (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
26
- (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
27
- new (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
28
- new (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
29
- isArray(arg: any): arg is any[];
30
- readonly prototype: any[];
31
- from<T>(arrayLike: ArrayLike<T>): T[];
32
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
33
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
34
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
35
- of<T_4>(...items: T_4[]): T_4[];
36
- readonly [Symbol.species]: ArrayConstructor;
1
+ export declare const DsfrBadgeStub: {
2
+ name: string;
3
+ template: string;
4
+ props: string[];
5
+ };
6
+ export declare const DsfrModalStub: {
7
+ name: string;
8
+ props: string[];
9
+ template: string;
10
+ emits: string[];
11
+ methods: {
12
+ triggerEscape(this: {
13
+ $emit: (event: string, payload?: any) => void;
14
+ }): void;
37
15
  };
38
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
- navItems: {
40
- (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
41
- (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
42
- new (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
43
- new (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
44
- isArray(arg: any): arg is any[];
45
- readonly prototype: any[];
46
- from<T>(arrayLike: ArrayLike<T>): T[];
47
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
48
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
49
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
50
- of<T_4>(...items: T_4[]): T_4[];
51
- readonly [Symbol.species]: ArrayConstructor;
16
+ };
17
+ export declare const DsfrNavigationStub: {
18
+ name: string;
19
+ props: {
20
+ navItems: {
21
+ (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
22
+ (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
23
+ new (arrayLength: number): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
24
+ new (...items: (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][]): (import("@gouvminint/vue-dsfr").DsfrNavigationMenuLinkProps | import("@gouvminint/vue-dsfr").DsfrNavigationMenuProps | import("@gouvminint/vue-dsfr").DsfrNavigationMegaMenuProps)[][];
25
+ isArray(arg: any): arg is any[];
26
+ readonly prototype: any[];
27
+ from<T>(arrayLike: ArrayLike<T>): T[];
28
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
29
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
30
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
31
+ of<T_4>(...items: T_4[]): T_4[];
32
+ readonly [Symbol.species]: ArrayConstructor;
33
+ };
52
34
  };
53
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
- export declare const VIconStub: import("vue").DefineComponent<{
55
- size?: any;
56
- name?: any;
57
- color?: any;
58
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
59
- size?: any;
60
- name?: any;
61
- color?: any;
62
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ template: string;
36
+ };
37
+ export declare const VIconStub: {
38
+ name: string;
39
+ props: string[];
40
+ template: string;
41
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.7",
4
+ "version": "0.1.9",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",