urfu-ui-kit-react 1.7.7 → 1.7.8
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/dist/components/InputExpandTextarea/InputExpandTextarea.d.ts +4 -1
- package/dist/components/InputExpandTextarea/InputExpandTextarea.d.ts.map +1 -1
- package/dist/components/InputExpandTextarea/InputExpandTextarea.types.d.ts +2 -0
- package/dist/components/InputExpandTextarea/InputExpandTextarea.types.d.ts.map +1 -1
- package/dist/style-no-fonts.css +1 -1
- package/dist/style.css +1 -1
- package/dist/urfu-ui-kit-react.js +1380 -1366
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import 'urfu-ui-kit-vanilla/src/main.css';
|
|
|
3
3
|
import './InputExpandTextarea.less';
|
|
4
4
|
import { InputExpandTextareaProperties } from './InputExpandTextarea.types';
|
|
5
5
|
export declare const InputExpandTextarea: {
|
|
6
|
-
({ title, placeholder, id, onChange, required, lineUp, rowGap, columnGap, styleInputContainer, styleTitle, styleInput, className, tableView, validationText, validationOn, absoluteValidationText, value, maxHeight, disabled }: InputExpandTextareaProperties): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
({ title, placeholder, id, onChange, required, lineUp, rowGap, columnGap, styleInputContainer, styleTitle, styleInput, className, tableView, validationText, validationOn, absoluteValidationText, value, minHeight, maxHeight, maxLength, disabled }: InputExpandTextareaProperties): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
propTypes: {
|
|
8
8
|
title: PropTypes.Requireable<string>;
|
|
9
9
|
required: PropTypes.Requireable<boolean>;
|
|
@@ -19,6 +19,9 @@ export declare const InputExpandTextarea: {
|
|
|
19
19
|
name: PropTypes.Requireable<string>;
|
|
20
20
|
value: PropTypes.Requireable<string>;
|
|
21
21
|
defaultValue: PropTypes.Requireable<string>;
|
|
22
|
+
minHeight: PropTypes.Requireable<NonNullable<string | number>>;
|
|
23
|
+
maxHeight: PropTypes.Requireable<NonNullable<string | number>>;
|
|
24
|
+
maxLength: PropTypes.Requireable<number>;
|
|
22
25
|
};
|
|
23
26
|
};
|
|
24
27
|
//# sourceMappingURL=InputExpandTextarea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputExpandTextarea.d.ts","sourceRoot":"","sources":["../../../src/components/InputExpandTextarea/InputExpandTextarea.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAA;AAG3E,eAAO,MAAM,mBAAmB;
|
|
1
|
+
{"version":3,"file":"InputExpandTextarea.d.ts","sourceRoot":"","sources":["../../../src/components/InputExpandTextarea/InputExpandTextarea.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAA;AAG3E,eAAO,MAAM,mBAAmB;2PAsB7B,6BAA6B;;;;;;;;;;;;;;;;;;;;CA2F/B,CAAA"}
|
|
@@ -20,6 +20,8 @@ export type InputExpandTextareaProperties = Partial<{
|
|
|
20
20
|
validationText: string;
|
|
21
21
|
validationOn: boolean;
|
|
22
22
|
absoluteValidationText: boolean;
|
|
23
|
+
minHeight: string | number;
|
|
23
24
|
maxHeight: string | number;
|
|
25
|
+
maxLength: number;
|
|
24
26
|
}>;
|
|
25
27
|
//# sourceMappingURL=InputExpandTextarea.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputExpandTextarea.types.d.ts","sourceRoot":"","sources":["../../../src/components/InputExpandTextarea/InputExpandTextarea.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,MAAM,6BAA6B,GAAG,OAAO,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,mBAAmB,EAAE,aAAa,CAAC;IACnC,UAAU,EAAE,aAAa,CAAC;IAC1B,UAAU,EAAE,aAAa,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,sBAAsB,EAAE,OAAO,CAAC;IAChC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"InputExpandTextarea.types.d.ts","sourceRoot":"","sources":["../../../src/components/InputExpandTextarea/InputExpandTextarea.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,MAAM,6BAA6B,GAAG,OAAO,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,mBAAmB,EAAE,aAAa,CAAC;IACnC,UAAU,EAAE,aAAa,CAAC;IAC1B,UAAU,EAAE,aAAa,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,sBAAsB,EAAE,OAAO,CAAC;IAChC,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC,CAAC"}
|