@etus/design-system 1.0.2 → 1.0.4
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/lib/components/DatePicker/DatePicker.vue.d.ts +11 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/lib/components/Select/Select.vue.d.ts.map +1 -1
- package/lib/components/Tab/Tab.vue.d.ts +9 -0
- package/lib/components/Tab/Tab.vue.d.ts.map +1 -1
- package/lib/components/TagSelect/TagSelect.vue.d.ts.map +1 -1
- package/lib/design-system.cjs.js +5 -5
- package/lib/design-system.es.js +1279 -1270
- package/lib/design-system.umd.js +3 -3
- package/lib/index.css +1 -1
- package/lib/utils/components/SelectContent.vue.d.ts +9 -0
- package/lib/utils/components/SelectContent.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -54,9 +54,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
calculate: () => Date[];
|
|
55
55
|
}[];
|
|
56
56
|
};
|
|
57
|
+
hideActions: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
57
61
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
62
|
[key: string]: any;
|
|
59
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:expanded" | "update:type" | "apply")[], "update:modelValue" | "update:expanded" | "update:type" | "apply", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:expanded" | "update:type" | "apply" | "clear")[], "update:modelValue" | "update:expanded" | "update:type" | "apply" | "clear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
64
|
modelValue: {};
|
|
61
65
|
labelValue: {
|
|
62
66
|
default: string;
|
|
@@ -112,11 +116,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
112
116
|
calculate: () => Date[];
|
|
113
117
|
}[];
|
|
114
118
|
};
|
|
119
|
+
hideActions: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
115
123
|
}>> & Readonly<{
|
|
116
124
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
117
125
|
"onUpdate:expanded"?: (...args: any[]) => any;
|
|
118
126
|
"onUpdate:type"?: (...args: any[]) => any;
|
|
119
127
|
onApply?: (...args: any[]) => any;
|
|
128
|
+
onClear?: (...args: any[]) => any;
|
|
120
129
|
}>, {
|
|
121
130
|
type: string;
|
|
122
131
|
required: boolean;
|
|
@@ -135,6 +144,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
144
|
label: string;
|
|
136
145
|
calculate: () => Date[];
|
|
137
146
|
}[];
|
|
147
|
+
hideActions: boolean;
|
|
138
148
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
139
149
|
export default _default;
|
|
140
150
|
//# sourceMappingURL=DatePicker.vue?vue&type=script&setup=true&lang.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBA,wBA6OG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,
|
|
1
|
+
{"version":3,"file":"Select.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,wBAmRG"}
|
|
@@ -17,6 +17,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
type: BooleanConstructor;
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
|
+
getObject: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
20
24
|
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
25
|
[key: string]: any;
|
|
22
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -38,6 +42,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
42
|
type: BooleanConstructor;
|
|
39
43
|
default: boolean;
|
|
40
44
|
};
|
|
45
|
+
getObject: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
41
49
|
}>> & Readonly<{
|
|
42
50
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
43
51
|
}>, {
|
|
@@ -46,6 +54,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
54
|
valueKey: string;
|
|
47
55
|
isIcon: boolean;
|
|
48
56
|
notCard: boolean;
|
|
57
|
+
getObject: boolean;
|
|
49
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
59
|
export default _default;
|
|
51
60
|
//# sourceMappingURL=Tab.vue?vue&type=script&setup=true&lang.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/Tab/Tab.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tab.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/Tab/Tab.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAaA,wBAiEG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagSelect.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/TagSelect/TagSelect.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,
|
|
1
|
+
{"version":3,"file":"TagSelect.vue?vue&type=script&setup=true&lang.d.ts","sourceRoot":"","sources":["../../../src/components/TagSelect/TagSelect.vue?vue&type=script&setup=true&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,wBAkQG"}
|