@keyblade/pro-components 1.14.0 → 1.14.2
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.
|
@@ -19,7 +19,7 @@ export interface IProDateRangePickerProps {
|
|
|
19
19
|
/** 是否可以选择当天 */
|
|
20
20
|
intraday?: boolean;
|
|
21
21
|
hideLabel?: boolean;
|
|
22
|
-
formItemProps?: FormItemInstance
|
|
22
|
+
formItemProps?: Partial<FormItemInstance>;
|
|
23
23
|
/** 日期选择器配置 */
|
|
24
24
|
datePickerProps?: Partial<RangePickerProps>;
|
|
25
25
|
/** 时间选择器配置 */
|
|
@@ -129,7 +129,7 @@ const oe = { style: { display: "flex", "justify-content": "space-between", "alig
|
|
|
129
129
|
O(y.$slots, "breadcrumb-right", {}, () => {
|
|
130
130
|
var n;
|
|
131
131
|
return [
|
|
132
|
-
(n = e.value) != null && n.showBackButton ?
|
|
132
|
+
(n = e.value) != null && n.showBackButton ? (o(), m(r(te), {
|
|
133
133
|
key: 0,
|
|
134
134
|
onClick: v[0] || (v[0] = (t) => r(H).back())
|
|
135
135
|
}, {
|
|
@@ -137,7 +137,7 @@ const oe = { style: { display: "flex", "justify-content": "space-between", "alig
|
|
|
137
137
|
k("返回")
|
|
138
138
|
])),
|
|
139
139
|
_: 1
|
|
140
|
-
}))
|
|
140
|
+
})) : i("", !0)
|
|
141
141
|
];
|
|
142
142
|
})
|
|
143
143
|
])
|