kwikid-components-react
Version:
KwikID's Component Library in React
30 lines (29 loc) • 803 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_INPUT_DATETIME__DEFAULTS = void 0;
var _InputDateTime = require("./InputDateTime.definition");
const KWIKUI_INPUT_DATETIME__DEFAULTS = exports.KWIKUI_INPUT_DATETIME__DEFAULTS = {
customStyles: {
wrapper: {},
container: {},
label: {},
input: {}
},
disabled: false,
id: "input_time_id",
label: "",
messages: [],
placeholder: "",
postfix: "",
prefix: "",
required: false,
shape: _InputDateTime.IKwikUIInputDateTimeShape.CURVED,
size: _InputDateTime.IKwikUIInputDateTimeSize.M,
updateOn: _InputDateTime.IKwikUIInputDateTimeUpdateOn.CHANGE,
value: "",
variant: _InputDateTime.IKwikUIInputDateTimeVariant.DATETIME,
onInput: undefined,
onInputValidate: undefined
};