kwikid-components-react
Version:
KwikID's Component Library in React
29 lines (28 loc) • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_INPUT_DATE__DEFAULTS = void 0;
var _InputDate = require("./InputDate.definition");
const KWIKUI_INPUT_DATE__DEFAULTS = exports.KWIKUI_INPUT_DATE__DEFAULTS = {
customStyles: {
wrapper: {},
container: {},
label: {},
input: {}
},
disabled: false,
id: "input_date_id",
label: "",
messages: [],
placeholder: "",
postfix: "",
prefix: "",
required: false,
shape: _InputDate.IKwikUIInputDateShape.CURVED,
size: _InputDate.IKwikUIInputDateSize.M,
updateOn: _InputDate.IKwikUIInputDateUpdateOn.CHANGE,
value: "",
onInput: undefined,
onInputValidate: undefined
};