plus-pro-components
Version:
Page level components developed based on Element Plus.
24 lines (21 loc) • 943 B
JavaScript
;
const TableFormRefInjectionKey = Symbol("tableFormRefInjectionKey");
const TableFormFieldRefInjectionKey = Symbol("tableFormFieldRefInjectionKey");
const TableFormRowInfoInjectionKey = Symbol("tableFormRowInfoInjectionKey");
const DatePickerValueIsArrayList = ["datetimerange", "daterange", "monthrange"];
const ValueIsNumberList = ["rate", "input-number", "slider"];
const ValueIsBooleanList = ["switch"];
const ValueIsArrayList = [
"checkbox",
"cascader",
"plus-date-picker",
"plus-input-tag",
"transfer"
];
exports.DatePickerValueIsArrayList = DatePickerValueIsArrayList;
exports.TableFormFieldRefInjectionKey = TableFormFieldRefInjectionKey;
exports.TableFormRefInjectionKey = TableFormRefInjectionKey;
exports.TableFormRowInfoInjectionKey = TableFormRowInfoInjectionKey;
exports.ValueIsArrayList = ValueIsArrayList;
exports.ValueIsBooleanList = ValueIsBooleanList;
exports.ValueIsNumberList = ValueIsNumberList;