urfu-ui-kit-react 1.7.6 → 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.
@@ -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;qOAoB7B,6BAA6B;;;;;;;;;;;;;;;;;CA4E/B,CAAA"}
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;CAC9B,CAAC,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"}
@@ -1,5 +1,6 @@
1
1
  import PropTypes from 'prop-types';
2
2
  import 'urfu-ui-kit-vanilla/src/main.css';
3
+ import './InputNumber.less';
3
4
  import { InputNumberProperties } from './InputNumber.types';
4
5
  export declare const InputNumber: {
5
6
  ({ title, placeholder, defaultValue, value, id, name, onChange, required, disabled, lineUp, rowGap, columnGap, styleInputContainer, styleTitle, className, min, max, validationText, validationOn, validationOnWithoutText, absoluteValidationText }: InputNumberProperties): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../src/components/InputNumber/InputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAE3D,eAAO,MAAM,WAAW;0PAsBrB,qBAAqB;;;;;;;;;;;;;;;;CA4DvB,CAAA"}
1
+ {"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../src/components/InputNumber/InputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAG3D,eAAO,MAAM,WAAW;0PAsBrB,qBAAqB;;;;;;;;;;;;;;;;CAoFvB,CAAA"}