@qin-ui/antd-vue-pro 1.0.17 → 1.0.18
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/es/form/index.js +2 -0
- package/es/index.d.ts +1 -0
- package/package.json +1 -1
package/es/form/index.js
CHANGED
|
@@ -15733,6 +15733,7 @@ const INJECT_COMPONENT_PROPS_KEYS = {
|
|
|
15733
15733
|
"date-picker.month": Symbol(""),
|
|
15734
15734
|
"date-picker.year": Symbol(""),
|
|
15735
15735
|
"date-picker.quarter": Symbol(""),
|
|
15736
|
+
"range-picker": Symbol(""),
|
|
15736
15737
|
"time-picker": Symbol(""),
|
|
15737
15738
|
"checkbox-group": Symbol(""),
|
|
15738
15739
|
"radio-group": Symbol(""),
|
|
@@ -15755,6 +15756,7 @@ const INIT_COMPONENT_PROPS_MAP = /* @__PURE__ */ new Map([
|
|
|
15755
15756
|
[PROPS_KEYS["date-picker.year"], { allowClear: true }],
|
|
15756
15757
|
[PROPS_KEYS["date-picker.quarter"], { allowClear: true }],
|
|
15757
15758
|
[PROPS_KEYS["time-picker"], { allowClear: true }],
|
|
15759
|
+
[PROPS_KEYS["range-picker"], { allowClear: true }],
|
|
15758
15760
|
[PROPS_KEYS["checkbox-group"], { allowClear: true }],
|
|
15759
15761
|
[PROPS_KEYS["radio-group"], {}],
|
|
15760
15762
|
[PROPS_KEYS.switch, {}],
|
package/es/index.d.ts
CHANGED
|
@@ -817,6 +817,7 @@ export declare const INJECT_COMPONENT_PROPS_KEYS: {
|
|
|
817
817
|
'date-picker.month': symbol;
|
|
818
818
|
'date-picker.year': symbol;
|
|
819
819
|
'date-picker.quarter': symbol;
|
|
820
|
+
'range-picker': symbol;
|
|
820
821
|
'time-picker': symbol;
|
|
821
822
|
'checkbox-group': symbol;
|
|
822
823
|
'radio-group': symbol;
|