UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

33 lines (32 loc) 870 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KWIKUI_INPUT_PASSWORD__DEFAULTS = void 0; var _InputPassword = require("./InputPassword.definition"); const KWIKUI_INPUT_PASSWORD__DEFAULTS = exports.KWIKUI_INPUT_PASSWORD__DEFAULTS = { customStyles: { wrapper: {}, container: {}, label: {}, input: {} }, disabled: false, id: "input_password", label: "", messages: [], placeholder: "", postfix: "", prefix: "", required: false, shape: _InputPassword.IKwikUIInputPasswordShape.CURVED, size: _InputPassword.IKwikUIInputPasswordSize.M, updateOn: _InputPassword.IKwikUIInputPasswordUpdateOn.CHANGE, value: "", onInput: undefined, onInputValidate: undefined, isInputCopyDisabled: false, isInputPasteDisabled: false, onInputCopyDisabled: undefined, onInputPasteDisabled: undefined };