@weni/unnnic-system 3.9.1-alpha.3 → 3.9.1-alpha.5
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/PageHeader/PageHeader.vue.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +3 -3
- package/dist/components/index.d.ts +6 -6
- package/dist/{es-4ab705d8.mjs → es-34d30fa1.mjs} +1 -1
- package/dist/{index-fca1e425.mjs → index-70478d63.mjs} +370 -369
- package/dist/{pt-br-b286b97c.mjs → pt-br-c6ed3625.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +6 -6
- package/package.json +1 -1
- package/src/components/FormElement/FormElement.vue +1 -1
- package/src/components/PageHeader/PageHeader.vue +3 -9
- package/src/components/TextArea/TextArea.vue +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AAsDA;
|
|
1
|
+
{"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AAsDA;AAwJA,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAqBhE,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;qBAZzB,GAAG;yBACC,GAAG;sBACN,GAAG;;;;EAe5B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;qFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
errors: {
|
|
41
|
-
type: ArrayConstructor;
|
|
41
|
+
type: (ArrayConstructor | null)[];
|
|
42
42
|
default: () => never[];
|
|
43
43
|
};
|
|
44
44
|
}>, {}, {}, {
|
|
@@ -85,7 +85,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
87
|
errors: {
|
|
88
|
-
type: ArrayConstructor;
|
|
88
|
+
type: (ArrayConstructor | null)[];
|
|
89
89
|
default: () => never[];
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
tooltip: string;
|
|
98
98
|
message: string;
|
|
99
99
|
disabled: boolean;
|
|
100
|
-
errors: unknown[];
|
|
100
|
+
errors: unknown[] | null;
|
|
101
101
|
}, {}, {
|
|
102
102
|
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
103
103
|
size: {
|
|
@@ -8197,7 +8197,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
8197
8197
|
default: string;
|
|
8198
8198
|
};
|
|
8199
8199
|
errors: {
|
|
8200
|
-
type: ArrayConstructor;
|
|
8200
|
+
type: (ArrayConstructor | null)[];
|
|
8201
8201
|
default: () => never[];
|
|
8202
8202
|
};
|
|
8203
8203
|
}>, {}, {}, {
|
|
@@ -8244,7 +8244,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
8244
8244
|
default: string;
|
|
8245
8245
|
};
|
|
8246
8246
|
errors: {
|
|
8247
|
-
type: ArrayConstructor;
|
|
8247
|
+
type: (ArrayConstructor | null)[];
|
|
8248
8248
|
default: () => never[];
|
|
8249
8249
|
};
|
|
8250
8250
|
}>> & Readonly<{
|
|
@@ -8256,7 +8256,7 @@ export declare const unnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
8256
8256
|
tooltip: string;
|
|
8257
8257
|
message: string;
|
|
8258
8258
|
disabled: boolean;
|
|
8259
|
-
errors: unknown[];
|
|
8259
|
+
errors: unknown[] | null;
|
|
8260
8260
|
}, {}, {
|
|
8261
8261
|
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8262
8262
|
size: {
|
|
@@ -19151,7 +19151,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
19151
19151
|
default: string;
|
|
19152
19152
|
};
|
|
19153
19153
|
errors: {
|
|
19154
|
-
type: ArrayConstructor;
|
|
19154
|
+
type: (ArrayConstructor | null)[];
|
|
19155
19155
|
default: () => never[];
|
|
19156
19156
|
};
|
|
19157
19157
|
}>, {}, {}, {
|
|
@@ -19198,7 +19198,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
19198
19198
|
default: string;
|
|
19199
19199
|
};
|
|
19200
19200
|
errors: {
|
|
19201
|
-
type: ArrayConstructor;
|
|
19201
|
+
type: (ArrayConstructor | null)[];
|
|
19202
19202
|
default: () => never[];
|
|
19203
19203
|
};
|
|
19204
19204
|
}>> & Readonly<{
|
|
@@ -19210,7 +19210,7 @@ export declare const UnnnicTextArea: import('vue').DefineComponent<import('vue')
|
|
|
19210
19210
|
tooltip: string;
|
|
19211
19211
|
message: string;
|
|
19212
19212
|
disabled: boolean;
|
|
19213
|
-
errors: unknown[];
|
|
19213
|
+
errors: unknown[] | null;
|
|
19214
19214
|
}, {}, {
|
|
19215
19215
|
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19216
19216
|
size: {
|