@illinois-grad/grad-vue 3.0.18 → 3.0.20
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/GCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/GCurrencyInput.vue.d.ts +1 -1
- package/dist/components/GDateInput.vue.d.ts +1 -1
- package/dist/components/GDateRangeInput.vue.d.ts +1 -1
- package/dist/components/GEmailInput.vue.d.ts +1 -1
- package/dist/components/GFileInput.vue.d.ts +1 -1
- package/dist/components/GMultiSelect.vue.d.ts +1 -1
- package/dist/components/GSelect.vue.d.ts +1 -1
- package/dist/components/GSelectButton.vue.d.ts +1 -1
- package/dist/components/GTextInput.vue.d.ts +1 -1
- package/dist/components/GTextarea.vue.d.ts +1 -1
- package/dist/compose/useCustomElementAttrs.d.ts +2 -6
- package/dist/{grad-vue-B8w4p-cK.js → grad-vue-DotlInX1.js} +372 -384
- package/dist/{grad-vue-B8w4p-cK.js.map → grad-vue-DotlInX1.js.map} +1 -1
- package/dist/grad-vue-elements.css +28 -28
- package/dist/grad-vue-elements.js +3214 -3121
- package/dist/grad-vue-elements.js.map +1 -1
- package/dist/grad-vue.css +1 -1
- package/dist/grad-vue.js +2 -2
- package/dist/plugin.js +2 -2
- package/package.json +2 -2
|
@@ -111,10 +111,10 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
111
111
|
onChange?: ((value: string[]) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
label: string;
|
|
114
|
+
required: boolean;
|
|
114
115
|
radio: boolean;
|
|
115
116
|
name: string;
|
|
116
117
|
instructions: string;
|
|
117
118
|
errors: string[];
|
|
118
|
-
required: boolean;
|
|
119
119
|
formKey: string;
|
|
120
120
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -97,10 +97,10 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
97
97
|
}>, {
|
|
98
98
|
label: string;
|
|
99
99
|
placeholder: string;
|
|
100
|
+
required: boolean;
|
|
100
101
|
name: string;
|
|
101
102
|
instructions: string;
|
|
102
103
|
errors: string[];
|
|
103
|
-
required: boolean;
|
|
104
104
|
formKey: string;
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -97,10 +97,10 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
97
97
|
}>, {
|
|
98
98
|
label: string;
|
|
99
99
|
placeholder: string;
|
|
100
|
+
required: boolean;
|
|
100
101
|
name: string;
|
|
101
102
|
instructions: string;
|
|
102
103
|
errors: string[];
|
|
103
|
-
required: boolean;
|
|
104
104
|
formKey: string;
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -118,10 +118,10 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
118
118
|
}) => any) | undefined;
|
|
119
119
|
}>, {
|
|
120
120
|
label: string;
|
|
121
|
+
required: boolean;
|
|
121
122
|
name: string;
|
|
122
123
|
instructions: string;
|
|
123
124
|
errors: string[];
|
|
124
|
-
required: boolean;
|
|
125
125
|
formKey: string;
|
|
126
126
|
disabled: boolean;
|
|
127
127
|
startLabel: string;
|
|
@@ -85,9 +85,9 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
85
85
|
}>, {
|
|
86
86
|
label: string;
|
|
87
87
|
placeholder: string;
|
|
88
|
+
required: boolean;
|
|
88
89
|
name: string;
|
|
89
90
|
instructions: string;
|
|
90
91
|
errors: string[];
|
|
91
|
-
required: boolean;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
130
130
|
"onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
|
|
131
131
|
onChange?: ((files: File[]) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
|
+
required: boolean;
|
|
133
134
|
instructions: string;
|
|
134
135
|
errors: string[];
|
|
135
|
-
required: boolean;
|
|
136
136
|
disabled: boolean;
|
|
137
137
|
multiple: boolean;
|
|
138
138
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -146,8 +146,8 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
146
146
|
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
147
147
|
onChange?: ((value: (string | number)[]) => any) | undefined;
|
|
148
148
|
}>, {
|
|
149
|
-
errors: string[];
|
|
150
149
|
required: boolean;
|
|
150
|
+
errors: string[];
|
|
151
151
|
disabled: boolean;
|
|
152
152
|
hiddenLabel: boolean;
|
|
153
153
|
searchDescription: boolean;
|
|
@@ -160,8 +160,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
160
160
|
}> & Readonly<{
|
|
161
161
|
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
162
162
|
}>, {
|
|
163
|
-
errors: string[];
|
|
164
163
|
required: boolean;
|
|
164
|
+
errors: string[];
|
|
165
165
|
disabled: boolean;
|
|
166
166
|
searchDescription: boolean;
|
|
167
167
|
searchable: boolean;
|
|
@@ -103,9 +103,9 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
103
103
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
104
104
|
}>, {
|
|
105
105
|
size: "small" | "medium" | "large";
|
|
106
|
+
required: boolean;
|
|
106
107
|
name: string;
|
|
107
108
|
errors: string[];
|
|
108
|
-
required: boolean;
|
|
109
109
|
formKey: string;
|
|
110
110
|
disabled: boolean;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -139,10 +139,10 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
139
139
|
}>, {
|
|
140
140
|
label: string;
|
|
141
141
|
placeholder: string;
|
|
142
|
+
required: boolean;
|
|
142
143
|
name: string;
|
|
143
144
|
instructions: string;
|
|
144
145
|
errors: string[];
|
|
145
|
-
required: boolean;
|
|
146
146
|
formKey: string;
|
|
147
147
|
disabled: boolean;
|
|
148
148
|
prefix: string;
|
|
@@ -150,10 +150,10 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
150
150
|
}>, {
|
|
151
151
|
label: string;
|
|
152
152
|
placeholder: string;
|
|
153
|
+
required: boolean;
|
|
153
154
|
name: string;
|
|
154
155
|
instructions: string;
|
|
155
156
|
errors: string[];
|
|
156
|
-
required: boolean;
|
|
157
157
|
formKey: string;
|
|
158
158
|
disabled: boolean;
|
|
159
159
|
readonly: boolean;
|
|
@@ -3,12 +3,8 @@ type UseCustomElementAttrsOptions = {
|
|
|
3
3
|
};
|
|
4
4
|
export declare function isCustomElementMode(): boolean;
|
|
5
5
|
export declare function useCustomElementAttrs(options?: UseCustomElementAttrsOptions): {
|
|
6
|
-
attrs:
|
|
7
|
-
[x: string]: unknown;
|
|
8
|
-
};
|
|
6
|
+
attrs: import("vue").Attrs;
|
|
9
7
|
isCustomElement: boolean;
|
|
10
|
-
forwardedAttrs: import("vue").ComputedRef<
|
|
11
|
-
[x: string]: unknown;
|
|
12
|
-
}>;
|
|
8
|
+
forwardedAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
13
9
|
};
|
|
14
10
|
export {};
|