@illinois-grad/grad-vue 3.0.11 → 3.0.12
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/components/GClientOnly.vue.d.ts +15 -0
- package/dist/components/GCurrencyInput.vue.d.ts +2 -2
- package/dist/components/GDateInput.vue.d.ts +2 -2
- package/dist/components/GDateRangeInput.vue.d.ts +2 -2
- package/dist/components/GEmailInput.vue.d.ts +2 -2
- package/dist/components/GTextInput.vue.d.ts +2 -2
- package/dist/components/GTextarea.vue.d.ts +2 -2
- package/dist/{grad-vue-sy7R1DvD.js → grad-vue-85A5znlz.js} +153 -137
- package/dist/grad-vue-85A5znlz.js.map +1 -0
- package/dist/grad-vue-elements.css +26 -26
- package/dist/grad-vue-elements.js +257 -241
- package/dist/grad-vue-elements.js.map +1 -1
- package/dist/grad-vue.css +1 -1
- package/dist/grad-vue.js +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +1 -1
- package/dist/grad-vue-sy7R1DvD.js.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
fallback?: (props: typeof __VLS_3) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -13,7 +13,7 @@ export default _default;
|
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<{
|
|
14
14
|
/**
|
|
15
15
|
* Label
|
|
16
|
-
* @demo
|
|
16
|
+
* @demo Currency Input
|
|
17
17
|
*/
|
|
18
18
|
label?: string;
|
|
19
19
|
/**
|
|
@@ -55,7 +55,7 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
55
55
|
}, string, import("vue").PublicProps, Readonly<{
|
|
56
56
|
/**
|
|
57
57
|
* Label
|
|
58
|
-
* @demo
|
|
58
|
+
* @demo Currency Input
|
|
59
59
|
*/
|
|
60
60
|
label?: string;
|
|
61
61
|
/**
|
|
@@ -13,7 +13,7 @@ export default _default;
|
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<{
|
|
14
14
|
/**
|
|
15
15
|
* Label
|
|
16
|
-
* @demo
|
|
16
|
+
* @demo Date Input
|
|
17
17
|
*/
|
|
18
18
|
label?: string;
|
|
19
19
|
/**
|
|
@@ -55,7 +55,7 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
55
55
|
}, string, import("vue").PublicProps, Readonly<{
|
|
56
56
|
/**
|
|
57
57
|
* Label
|
|
58
|
-
* @demo
|
|
58
|
+
* @demo Date Input
|
|
59
59
|
*/
|
|
60
60
|
label?: string;
|
|
61
61
|
/**
|
|
@@ -13,7 +13,7 @@ export default _default;
|
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<{
|
|
14
14
|
/**
|
|
15
15
|
* Label for the component
|
|
16
|
-
* @demo
|
|
16
|
+
* @demo Date Range Input
|
|
17
17
|
*/
|
|
18
18
|
label?: string;
|
|
19
19
|
/**
|
|
@@ -66,7 +66,7 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
66
66
|
}, string, import("vue").PublicProps, Readonly<{
|
|
67
67
|
/**
|
|
68
68
|
* Label for the component
|
|
69
|
-
* @demo
|
|
69
|
+
* @demo Date Range Input
|
|
70
70
|
*/
|
|
71
71
|
label?: string;
|
|
72
72
|
/**
|
|
@@ -9,7 +9,7 @@ export default _default;
|
|
|
9
9
|
declare const __VLS_export: import("vue").DefineComponent<{
|
|
10
10
|
/**
|
|
11
11
|
* Label
|
|
12
|
-
* @demo
|
|
12
|
+
* @demo Email Input
|
|
13
13
|
*/
|
|
14
14
|
label?: string;
|
|
15
15
|
/**
|
|
@@ -47,7 +47,7 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
47
47
|
}, string, import("vue").PublicProps, Readonly<{
|
|
48
48
|
/**
|
|
49
49
|
* Label
|
|
50
|
-
* @demo
|
|
50
|
+
* @demo Email Input
|
|
51
51
|
*/
|
|
52
52
|
label?: string;
|
|
53
53
|
/**
|
|
@@ -17,7 +17,7 @@ export default _default;
|
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
18
18
|
/**
|
|
19
19
|
* Label
|
|
20
|
-
* @demo
|
|
20
|
+
* @demo Text Input Label
|
|
21
21
|
*/
|
|
22
22
|
label?: string;
|
|
23
23
|
/**
|
|
@@ -78,7 +78,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<{
|
|
79
79
|
/**
|
|
80
80
|
* Label
|
|
81
|
-
* @demo
|
|
81
|
+
* @demo Text Input Label
|
|
82
82
|
*/
|
|
83
83
|
label?: string;
|
|
84
84
|
/**
|
|
@@ -18,7 +18,7 @@ export default _default;
|
|
|
18
18
|
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
19
19
|
/**
|
|
20
20
|
* Label
|
|
21
|
-
* @demo
|
|
21
|
+
* @demo Textarea Label
|
|
22
22
|
*/
|
|
23
23
|
label?: string;
|
|
24
24
|
/**
|
|
@@ -84,7 +84,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
}, string, import("vue").PublicProps, Readonly<{
|
|
85
85
|
/**
|
|
86
86
|
* Label
|
|
87
|
-
* @demo
|
|
87
|
+
* @demo Textarea Label
|
|
88
88
|
*/
|
|
89
89
|
label?: string;
|
|
90
90
|
/**
|