@community-release/nx-ui 0.0.41 → 0.0.42
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,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
color: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: any;
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
36
36
|
default: boolean;
|
|
37
37
|
};
|
|
38
|
-
}
|
|
38
|
+
}>, {}, {
|
|
39
39
|
impulse: boolean;
|
|
40
40
|
}, {
|
|
41
41
|
computedType(): any;
|
|
@@ -87,15 +87,67 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
type: (BooleanConstructor | NumberConstructor)[];
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
|
-
}
|
|
90
|
+
}>> & Readonly<{}>, {
|
|
91
91
|
type: string;
|
|
92
|
-
loading: boolean;
|
|
93
92
|
color: string;
|
|
94
93
|
size: string;
|
|
95
94
|
variant: string;
|
|
96
95
|
shape: string;
|
|
97
96
|
href: string;
|
|
98
97
|
block: boolean;
|
|
98
|
+
loading: boolean;
|
|
99
99
|
disabled: number | boolean;
|
|
100
|
-
}, {}
|
|
100
|
+
}, {}, {
|
|
101
|
+
UiImpulseIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
102
|
+
impulse: {
|
|
103
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
}>, {}, {
|
|
107
|
+
impulseArray: never[];
|
|
108
|
+
}, {}, {
|
|
109
|
+
addImpulse(options: any): void;
|
|
110
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
111
|
+
impulse: {
|
|
112
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
}>> & Readonly<{}>, {
|
|
116
|
+
impulse: boolean | Record<string, any>;
|
|
117
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
118
|
+
UiLoading: {
|
|
119
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
120
|
+
active: boolean;
|
|
121
|
+
$props: {
|
|
122
|
+
readonly active?: boolean | undefined;
|
|
123
|
+
};
|
|
124
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
|
125
|
+
progress: (typeof __VLS_nativeElements)["circle"];
|
|
126
|
+
}, HTMLElement, import("vue").ComponentProvideOptions, {
|
|
127
|
+
P: {};
|
|
128
|
+
B: {};
|
|
129
|
+
D: {};
|
|
130
|
+
C: {};
|
|
131
|
+
M: {};
|
|
132
|
+
Defaults: {};
|
|
133
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
134
|
+
active: boolean;
|
|
135
|
+
$props: {
|
|
136
|
+
readonly active?: boolean | undefined;
|
|
137
|
+
};
|
|
138
|
+
}, {}, {}, {}, {}>;
|
|
139
|
+
__isFragment?: never;
|
|
140
|
+
__isTeleport?: never;
|
|
141
|
+
__isSuspense?: never;
|
|
142
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
143
|
+
active: boolean;
|
|
144
|
+
$props: {
|
|
145
|
+
readonly active?: boolean | undefined;
|
|
146
|
+
};
|
|
147
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
148
|
+
$slots: {
|
|
149
|
+
default?: ((props: {}) => any) | undefined;
|
|
150
|
+
};
|
|
151
|
+
});
|
|
152
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
101
153
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
textAlign: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: (StringConstructor | BooleanConstructor)[];
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>, {}, {
|
|
23
23
|
timeout: null;
|
|
24
24
|
windowWidth: number;
|
|
25
25
|
}, {
|
|
@@ -57,11 +57,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: (StringConstructor | BooleanConstructor)[];
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
-
}
|
|
60
|
+
}>> & Readonly<{}>, {
|
|
61
61
|
textAlign: string;
|
|
62
62
|
gap: string | Record<string, any>;
|
|
63
63
|
gridTemplateColumns: string | Record<string, any>;
|
|
64
64
|
gapTop: string | boolean;
|
|
65
65
|
gapBottom: string | boolean;
|
|
66
|
-
}, {}>;
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
impulse: {
|
|
3
3
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {
|
|
7
7
|
impulseArray: never[];
|
|
8
8
|
}, {}, {
|
|
9
9
|
addImpulse(options: any): void;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
16
|
impulse: boolean | Record<string, any>;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@community-release/nx-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"description": "nx-ui - Nuxt UI library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nuxt/kit": "^3.
|
|
23
|
-
"@nuxtjs/color-mode": "^3.
|
|
24
|
-
"@nuxtjs/i18n": "^
|
|
25
|
-
"@pinia/nuxt": "^0.
|
|
22
|
+
"@nuxt/kit": "^3.15.4",
|
|
23
|
+
"@nuxtjs/color-mode": "^3.5.2",
|
|
24
|
+
"@nuxtjs/i18n": "^9.2.0",
|
|
25
|
+
"@pinia/nuxt": "^0.10.1",
|
|
26
|
+
"pinia": "^3.0.1",
|
|
26
27
|
"ol": "^9.1.0",
|
|
27
|
-
"
|
|
28
|
-
"vue": "^3.4.31"
|
|
28
|
+
"vue": "^3.5.13"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@nuxt/devtools": "latest",
|
|
32
32
|
"@nuxt/module-builder": "^0.5.5",
|
|
33
33
|
"@nuxt/schema": "^3.11.2",
|
|
34
34
|
"@nuxt/test-utils": "^3.12.0",
|
|
35
|
-
"@vitejs/plugin-vue": "^5.
|
|
35
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
36
36
|
"@vue/test-utils": "^2.4.6",
|
|
37
37
|
"@vuedoc/md": "^4.0.0-beta8",
|
|
38
38
|
"@vuedoc/parser": "^4.0.0-beta14",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"happy-dom": "^14.12.0",
|
|
42
42
|
"less": "^3.9.0",
|
|
43
43
|
"less-loader": "^5.0.0",
|
|
44
|
-
"nuxt": "^3.
|
|
44
|
+
"nuxt": "^3.15.4",
|
|
45
45
|
"vite-raw-plugin": "^1.0.2",
|
|
46
46
|
"vitest": "^1.6.0",
|
|
47
47
|
"vue-docgen-cli": "^4.79.0",
|