@selfeesas/shared-components 1.2.0 → 1.2.1
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.
|
@@ -125,8 +125,8 @@ declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
125
125
|
flat: boolean;
|
|
126
126
|
dense: boolean;
|
|
127
127
|
rounded: boolean;
|
|
128
|
-
bordered: boolean;
|
|
129
128
|
title: string;
|
|
129
|
+
bordered: boolean;
|
|
130
130
|
subtitle: string;
|
|
131
131
|
showHeader: boolean;
|
|
132
132
|
colorScheme: "primary" | "secondary" | "accent" | "info" | "warning" | "error" | "success" | "neutral";
|
|
@@ -926,13 +926,13 @@ export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
926
926
|
label: string;
|
|
927
927
|
outlined: boolean;
|
|
928
928
|
rules: ((val: string) => boolean | string)[];
|
|
929
|
+
placeholder: string;
|
|
929
930
|
date: string;
|
|
930
931
|
minDate: string;
|
|
931
932
|
maxDate: string;
|
|
932
933
|
datesDisabled: DisabledDate[];
|
|
933
934
|
requiredErrorMessage: string;
|
|
934
935
|
invalidDateErrorMessage: string;
|
|
935
|
-
placeholder: string;
|
|
936
936
|
closeLabel: string;
|
|
937
937
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
938
938
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"registry": "https://registry.npmjs.org/"
|
|
5
5
|
},
|
|
6
6
|
"name": "@selfeesas/shared-components",
|
|
7
|
-
"version": "1.2.
|
|
7
|
+
"version": "1.2.1",
|
|
8
8
|
"release": {
|
|
9
9
|
"branches": [
|
|
10
10
|
"main"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"quasar": "^2.18.1",
|
|
60
60
|
"vue": "^3.5.16",
|
|
61
|
-
"vue-router": "^
|
|
61
|
+
"vue-router": "^5.0.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@chromatic-com/storybook": "^4.0.0",
|