@salutejs/sdds-dfa 0.346.0-next-sbcom.0 → 0.346.0

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.
Files changed (33) hide show
  1. package/dist/styled-components/cjs/components/Button/Button.js +2 -1
  2. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +8 -18
  3. package/dist/styled-components/cjs/components/Link/Link.config.js +28 -19
  4. package/dist/styled-components/cjs/components/Range/Range.js +4 -9
  5. package/dist/styled-components/cjs/components/Slider/Slider.config.js +15 -6
  6. package/dist/styled-components/cjs/components/TextArea/TextArea.js +4 -9
  7. package/dist/styled-components/cjs/components/TextField/TextField.js +4 -9
  8. package/dist/styled-components/cjs/components/TextFieldSlider/TextFieldSlider.js +4 -9
  9. package/dist/styled-components/cjs/components/Tour/Tour.config.js +7 -8
  10. package/dist/styled-components/es/components/Button/Button.js +2 -1
  11. package/dist/styled-components/es/components/DatePicker/DatePicker.js +8 -18
  12. package/dist/styled-components/es/components/Link/Link.config.js +28 -19
  13. package/dist/styled-components/es/components/Range/Range.js +4 -9
  14. package/dist/styled-components/es/components/Slider/Slider.config.js +15 -6
  15. package/dist/styled-components/es/components/TextArea/TextArea.js +4 -9
  16. package/dist/styled-components/es/components/TextField/TextField.js +4 -9
  17. package/dist/styled-components/es/components/TextFieldSlider/TextFieldSlider.js +4 -9
  18. package/dist/styled-components/es/components/Tour/Tour.config.js +8 -9
  19. package/package.json +8 -8
  20. package/types/components/Attach/Attach.d.ts +32 -32
  21. package/types/components/Button/Button.d.ts +10 -10
  22. package/types/components/DatePicker/DatePicker.d.ts +252 -7
  23. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +4 -4
  24. package/types/components/IconButton/IconButton.d.ts +4 -4
  25. package/types/components/Mask/Mask.d.ts +657 -9
  26. package/types/components/Radiobox/Radiobox.d.ts +2 -2
  27. package/types/components/Range/Range.d.ts +977 -13
  28. package/types/components/Select/Select.d.ts +464 -285
  29. package/types/components/Select/index.d.ts +1 -1
  30. package/types/components/Slider/Slider.d.ts +43 -27
  31. package/types/components/TextArea/TextArea.d.ts +621 -9
  32. package/types/components/TextField/TextField.d.ts +629 -9
  33. package/types/components/TextFieldSlider/TextFieldSlider.d.ts +155 -3
@@ -1392,7 +1392,7 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
1392
1392
  appearance?: "clear";
1393
1393
  hasClearDivider?: boolean;
1394
1394
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>))>;
1395
- export declare const Range: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1395
+ export declare const Range: import("react").ForwardRefExoticComponent<(((Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1396
1396
  view: {
1397
1397
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1398
1398
  };
@@ -1472,7 +1472,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1472
1472
  } & {
1473
1473
  appearance?: "default";
1474
1474
  hasClearDivider?: never;
1475
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1475
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1476
1476
  view: {
1477
1477
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1478
1478
  };
@@ -1552,7 +1552,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1552
1552
  } & {
1553
1553
  appearance?: "clear";
1554
1554
  hasClearDivider?: boolean;
1555
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1555
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1556
1556
  view: {
1557
1557
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1558
1558
  };
@@ -1632,7 +1632,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1632
1632
  } & {
1633
1633
  appearance?: "default";
1634
1634
  hasClearDivider?: never;
1635
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1635
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1636
1636
  view: {
1637
1637
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1638
1638
  };
@@ -1712,7 +1712,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1712
1712
  } & {
1713
1713
  appearance?: "clear";
1714
1714
  hasClearDivider?: boolean;
1715
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1715
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1716
1716
  view: {
1717
1717
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1718
1718
  };
@@ -1792,7 +1792,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1792
1792
  } & {
1793
1793
  appearance?: "default";
1794
1794
  hasClearDivider?: never;
1795
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1795
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1796
1796
  view: {
1797
1797
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1798
1798
  };
@@ -1872,7 +1872,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1872
1872
  } & {
1873
1873
  appearance?: "clear";
1874
1874
  hasClearDivider?: boolean;
1875
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1875
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1876
1876
  view: {
1877
1877
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1878
1878
  };
@@ -1952,7 +1952,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
1952
1952
  } & {
1953
1953
  appearance?: "default";
1954
1954
  hasClearDivider?: never;
1955
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1955
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
1956
1956
  view: {
1957
1957
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
1958
1958
  };
@@ -2032,7 +2032,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
2032
2032
  } & {
2033
2033
  appearance?: "clear";
2034
2034
  hasClearDivider?: boolean;
2035
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2035
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2036
2036
  view: {
2037
2037
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2038
2038
  };
@@ -2112,7 +2112,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
2112
2112
  } & {
2113
2113
  appearance?: "default";
2114
2114
  hasClearDivider?: never;
2115
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2115
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2116
2116
  view: {
2117
2117
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2118
2118
  };
@@ -2192,7 +2192,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
2192
2192
  } & {
2193
2193
  appearance?: "clear";
2194
2194
  hasClearDivider?: boolean;
2195
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2195
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2196
2196
  view: {
2197
2197
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2198
2198
  };
@@ -2272,7 +2272,7 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
2272
2272
  } & {
2273
2273
  appearance?: "default";
2274
2274
  hasClearDivider?: never;
2275
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2275
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2276
2276
  view: {
2277
2277
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2278
2278
  };
@@ -2352,4 +2352,968 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
2352
2352
  } & {
2353
2353
  appearance?: "clear";
2354
2354
  hasClearDivider?: boolean;
2355
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">) & import("react").RefAttributes<HTMLElement>>;
2355
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance">) & {
2356
+ appearance?: "default";
2357
+ }) | ((Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2358
+ view: {
2359
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2360
+ };
2361
+ size: {
2362
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2363
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2364
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2365
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2366
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2367
+ };
2368
+ hintView: {
2369
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2370
+ };
2371
+ hintSize: {
2372
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2373
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2374
+ };
2375
+ disabled: {
2376
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2377
+ };
2378
+ readOnly: {
2379
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2380
+ };
2381
+ }> & {
2382
+ label?: string;
2383
+ leftHelper?: string;
2384
+ titleCaption?: import("react").ReactNode;
2385
+ contentLeft?: import("react").ReactNode;
2386
+ contentRight?: import("react").ReactNode;
2387
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2388
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2389
+ firstValueError?: boolean;
2390
+ secondValueError?: boolean;
2391
+ firstValueSuccess?: boolean;
2392
+ secondValueSuccess?: boolean;
2393
+ firstPlaceholder?: string;
2394
+ secondPlaceholder?: string;
2395
+ firstTextfieldContentLeft?: import("react").ReactElement;
2396
+ firstTextfieldContentRight?: import("react").ReactElement;
2397
+ secondTextfieldContentLeft?: import("react").ReactElement;
2398
+ secondTextfieldContentRight?: import("react").ReactElement;
2399
+ firstTextfieldTextAfter?: string;
2400
+ secondTextfieldTextAfter?: string;
2401
+ autoComplete?: string;
2402
+ view?: string;
2403
+ size?: string;
2404
+ readOnly?: boolean;
2405
+ disabled?: boolean;
2406
+ requiredIndicatorPlacement?: "left" | "right";
2407
+ required?: boolean;
2408
+ hasRequiredIndicator?: boolean;
2409
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2410
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2411
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2412
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2413
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2414
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2415
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2416
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2417
+ } & {
2418
+ firstTextfieldTextBefore: string;
2419
+ secondTextfieldTextBefore: string;
2420
+ dividerVariant?: "none";
2421
+ dividerIcon?: never;
2422
+ } & {
2423
+ hintText: string;
2424
+ hintTrigger?: "hover" | "click";
2425
+ hintView?: string;
2426
+ hintSize?: string;
2427
+ hintTargetIcon?: import("react").ReactNode;
2428
+ hintTargetPlacement?: "inner" | "outer";
2429
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
2430
+ hintHasArrow?: boolean;
2431
+ hintOffset?: [number, number];
2432
+ hintWidth?: string;
2433
+ hintContentLeft?: import("react").ReactNode;
2434
+ } & {
2435
+ appearance?: "default";
2436
+ hasClearDivider?: never;
2437
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2438
+ view: {
2439
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2440
+ };
2441
+ size: {
2442
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2443
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2444
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2445
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2446
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2447
+ };
2448
+ hintView: {
2449
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2450
+ };
2451
+ hintSize: {
2452
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2453
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2454
+ };
2455
+ disabled: {
2456
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2457
+ };
2458
+ readOnly: {
2459
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2460
+ };
2461
+ }> & {
2462
+ label?: string;
2463
+ leftHelper?: string;
2464
+ titleCaption?: import("react").ReactNode;
2465
+ contentLeft?: import("react").ReactNode;
2466
+ contentRight?: import("react").ReactNode;
2467
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2468
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2469
+ firstValueError?: boolean;
2470
+ secondValueError?: boolean;
2471
+ firstValueSuccess?: boolean;
2472
+ secondValueSuccess?: boolean;
2473
+ firstPlaceholder?: string;
2474
+ secondPlaceholder?: string;
2475
+ firstTextfieldContentLeft?: import("react").ReactElement;
2476
+ firstTextfieldContentRight?: import("react").ReactElement;
2477
+ secondTextfieldContentLeft?: import("react").ReactElement;
2478
+ secondTextfieldContentRight?: import("react").ReactElement;
2479
+ firstTextfieldTextAfter?: string;
2480
+ secondTextfieldTextAfter?: string;
2481
+ autoComplete?: string;
2482
+ view?: string;
2483
+ size?: string;
2484
+ readOnly?: boolean;
2485
+ disabled?: boolean;
2486
+ requiredIndicatorPlacement?: "left" | "right";
2487
+ required?: boolean;
2488
+ hasRequiredIndicator?: boolean;
2489
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2490
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2491
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2492
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2493
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2494
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2495
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2496
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2497
+ } & {
2498
+ firstTextfieldTextBefore: string;
2499
+ secondTextfieldTextBefore: string;
2500
+ dividerVariant?: "none";
2501
+ dividerIcon?: never;
2502
+ } & {
2503
+ hintText: string;
2504
+ hintTrigger?: "hover" | "click";
2505
+ hintView?: string;
2506
+ hintSize?: string;
2507
+ hintTargetIcon?: import("react").ReactNode;
2508
+ hintTargetPlacement?: "inner" | "outer";
2509
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
2510
+ hintHasArrow?: boolean;
2511
+ hintOffset?: [number, number];
2512
+ hintWidth?: string;
2513
+ hintContentLeft?: import("react").ReactNode;
2514
+ } & {
2515
+ appearance?: "clear";
2516
+ hasClearDivider?: boolean;
2517
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2518
+ view: {
2519
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2520
+ };
2521
+ size: {
2522
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2523
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2524
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2525
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2526
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2527
+ };
2528
+ hintView: {
2529
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2530
+ };
2531
+ hintSize: {
2532
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2533
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2534
+ };
2535
+ disabled: {
2536
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2537
+ };
2538
+ readOnly: {
2539
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2540
+ };
2541
+ }> & {
2542
+ label?: string;
2543
+ leftHelper?: string;
2544
+ titleCaption?: import("react").ReactNode;
2545
+ contentLeft?: import("react").ReactNode;
2546
+ contentRight?: import("react").ReactNode;
2547
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2548
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2549
+ firstValueError?: boolean;
2550
+ secondValueError?: boolean;
2551
+ firstValueSuccess?: boolean;
2552
+ secondValueSuccess?: boolean;
2553
+ firstPlaceholder?: string;
2554
+ secondPlaceholder?: string;
2555
+ firstTextfieldContentLeft?: import("react").ReactElement;
2556
+ firstTextfieldContentRight?: import("react").ReactElement;
2557
+ secondTextfieldContentLeft?: import("react").ReactElement;
2558
+ secondTextfieldContentRight?: import("react").ReactElement;
2559
+ firstTextfieldTextAfter?: string;
2560
+ secondTextfieldTextAfter?: string;
2561
+ autoComplete?: string;
2562
+ view?: string;
2563
+ size?: string;
2564
+ readOnly?: boolean;
2565
+ disabled?: boolean;
2566
+ requiredIndicatorPlacement?: "left" | "right";
2567
+ required?: boolean;
2568
+ hasRequiredIndicator?: boolean;
2569
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2570
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2571
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2572
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2573
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2574
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2575
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2576
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2577
+ } & {
2578
+ firstTextfieldTextBefore: string;
2579
+ secondTextfieldTextBefore: string;
2580
+ dividerVariant?: "none";
2581
+ dividerIcon?: never;
2582
+ } & {
2583
+ hintTrigger?: never;
2584
+ hintText?: never;
2585
+ hintView?: never;
2586
+ hintSize?: never;
2587
+ hintTargetIcon?: never;
2588
+ hintTargetPlacement?: never;
2589
+ hintPlacement?: never;
2590
+ hintHasArrow?: never;
2591
+ hintOffset?: never;
2592
+ hintWidth?: never;
2593
+ hintContentLeft?: never;
2594
+ } & {
2595
+ appearance?: "default";
2596
+ hasClearDivider?: never;
2597
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2598
+ view: {
2599
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2600
+ };
2601
+ size: {
2602
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2603
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2604
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2605
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2606
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2607
+ };
2608
+ hintView: {
2609
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2610
+ };
2611
+ hintSize: {
2612
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2613
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2614
+ };
2615
+ disabled: {
2616
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2617
+ };
2618
+ readOnly: {
2619
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2620
+ };
2621
+ }> & {
2622
+ label?: string;
2623
+ leftHelper?: string;
2624
+ titleCaption?: import("react").ReactNode;
2625
+ contentLeft?: import("react").ReactNode;
2626
+ contentRight?: import("react").ReactNode;
2627
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2628
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2629
+ firstValueError?: boolean;
2630
+ secondValueError?: boolean;
2631
+ firstValueSuccess?: boolean;
2632
+ secondValueSuccess?: boolean;
2633
+ firstPlaceholder?: string;
2634
+ secondPlaceholder?: string;
2635
+ firstTextfieldContentLeft?: import("react").ReactElement;
2636
+ firstTextfieldContentRight?: import("react").ReactElement;
2637
+ secondTextfieldContentLeft?: import("react").ReactElement;
2638
+ secondTextfieldContentRight?: import("react").ReactElement;
2639
+ firstTextfieldTextAfter?: string;
2640
+ secondTextfieldTextAfter?: string;
2641
+ autoComplete?: string;
2642
+ view?: string;
2643
+ size?: string;
2644
+ readOnly?: boolean;
2645
+ disabled?: boolean;
2646
+ requiredIndicatorPlacement?: "left" | "right";
2647
+ required?: boolean;
2648
+ hasRequiredIndicator?: boolean;
2649
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2650
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2651
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2652
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2653
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2654
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2655
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2656
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2657
+ } & {
2658
+ firstTextfieldTextBefore: string;
2659
+ secondTextfieldTextBefore: string;
2660
+ dividerVariant?: "none";
2661
+ dividerIcon?: never;
2662
+ } & {
2663
+ hintTrigger?: never;
2664
+ hintText?: never;
2665
+ hintView?: never;
2666
+ hintSize?: never;
2667
+ hintTargetIcon?: never;
2668
+ hintTargetPlacement?: never;
2669
+ hintPlacement?: never;
2670
+ hintHasArrow?: never;
2671
+ hintOffset?: never;
2672
+ hintWidth?: never;
2673
+ hintContentLeft?: never;
2674
+ } & {
2675
+ appearance?: "clear";
2676
+ hasClearDivider?: boolean;
2677
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2678
+ view: {
2679
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2680
+ };
2681
+ size: {
2682
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2683
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2684
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2685
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2686
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2687
+ };
2688
+ hintView: {
2689
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2690
+ };
2691
+ hintSize: {
2692
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2693
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2694
+ };
2695
+ disabled: {
2696
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2697
+ };
2698
+ readOnly: {
2699
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2700
+ };
2701
+ }> & {
2702
+ label?: string;
2703
+ leftHelper?: string;
2704
+ titleCaption?: import("react").ReactNode;
2705
+ contentLeft?: import("react").ReactNode;
2706
+ contentRight?: import("react").ReactNode;
2707
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2708
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2709
+ firstValueError?: boolean;
2710
+ secondValueError?: boolean;
2711
+ firstValueSuccess?: boolean;
2712
+ secondValueSuccess?: boolean;
2713
+ firstPlaceholder?: string;
2714
+ secondPlaceholder?: string;
2715
+ firstTextfieldContentLeft?: import("react").ReactElement;
2716
+ firstTextfieldContentRight?: import("react").ReactElement;
2717
+ secondTextfieldContentLeft?: import("react").ReactElement;
2718
+ secondTextfieldContentRight?: import("react").ReactElement;
2719
+ firstTextfieldTextAfter?: string;
2720
+ secondTextfieldTextAfter?: string;
2721
+ autoComplete?: string;
2722
+ view?: string;
2723
+ size?: string;
2724
+ readOnly?: boolean;
2725
+ disabled?: boolean;
2726
+ requiredIndicatorPlacement?: "left" | "right";
2727
+ required?: boolean;
2728
+ hasRequiredIndicator?: boolean;
2729
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2730
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2731
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2732
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2733
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2734
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2735
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2736
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2737
+ } & {
2738
+ dividerVariant?: "dash";
2739
+ dividerIcon?: never;
2740
+ firstTextfieldTextBefore?: string;
2741
+ secondTextfieldTextBefore?: string;
2742
+ } & {
2743
+ hintText: string;
2744
+ hintTrigger?: "hover" | "click";
2745
+ hintView?: string;
2746
+ hintSize?: string;
2747
+ hintTargetIcon?: import("react").ReactNode;
2748
+ hintTargetPlacement?: "inner" | "outer";
2749
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
2750
+ hintHasArrow?: boolean;
2751
+ hintOffset?: [number, number];
2752
+ hintWidth?: string;
2753
+ hintContentLeft?: import("react").ReactNode;
2754
+ } & {
2755
+ appearance?: "default";
2756
+ hasClearDivider?: never;
2757
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2758
+ view: {
2759
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2760
+ };
2761
+ size: {
2762
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2763
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2764
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2765
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2766
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2767
+ };
2768
+ hintView: {
2769
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2770
+ };
2771
+ hintSize: {
2772
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2773
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2774
+ };
2775
+ disabled: {
2776
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2777
+ };
2778
+ readOnly: {
2779
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2780
+ };
2781
+ }> & {
2782
+ label?: string;
2783
+ leftHelper?: string;
2784
+ titleCaption?: import("react").ReactNode;
2785
+ contentLeft?: import("react").ReactNode;
2786
+ contentRight?: import("react").ReactNode;
2787
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2788
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2789
+ firstValueError?: boolean;
2790
+ secondValueError?: boolean;
2791
+ firstValueSuccess?: boolean;
2792
+ secondValueSuccess?: boolean;
2793
+ firstPlaceholder?: string;
2794
+ secondPlaceholder?: string;
2795
+ firstTextfieldContentLeft?: import("react").ReactElement;
2796
+ firstTextfieldContentRight?: import("react").ReactElement;
2797
+ secondTextfieldContentLeft?: import("react").ReactElement;
2798
+ secondTextfieldContentRight?: import("react").ReactElement;
2799
+ firstTextfieldTextAfter?: string;
2800
+ secondTextfieldTextAfter?: string;
2801
+ autoComplete?: string;
2802
+ view?: string;
2803
+ size?: string;
2804
+ readOnly?: boolean;
2805
+ disabled?: boolean;
2806
+ requiredIndicatorPlacement?: "left" | "right";
2807
+ required?: boolean;
2808
+ hasRequiredIndicator?: boolean;
2809
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2810
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2811
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2812
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2813
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2814
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2815
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2816
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2817
+ } & {
2818
+ dividerVariant?: "dash";
2819
+ dividerIcon?: never;
2820
+ firstTextfieldTextBefore?: string;
2821
+ secondTextfieldTextBefore?: string;
2822
+ } & {
2823
+ hintText: string;
2824
+ hintTrigger?: "hover" | "click";
2825
+ hintView?: string;
2826
+ hintSize?: string;
2827
+ hintTargetIcon?: import("react").ReactNode;
2828
+ hintTargetPlacement?: "inner" | "outer";
2829
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
2830
+ hintHasArrow?: boolean;
2831
+ hintOffset?: [number, number];
2832
+ hintWidth?: string;
2833
+ hintContentLeft?: import("react").ReactNode;
2834
+ } & {
2835
+ appearance?: "clear";
2836
+ hasClearDivider?: boolean;
2837
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2838
+ view: {
2839
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2840
+ };
2841
+ size: {
2842
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2843
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2844
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2845
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2846
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2847
+ };
2848
+ hintView: {
2849
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2850
+ };
2851
+ hintSize: {
2852
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2853
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2854
+ };
2855
+ disabled: {
2856
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2857
+ };
2858
+ readOnly: {
2859
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2860
+ };
2861
+ }> & {
2862
+ label?: string;
2863
+ leftHelper?: string;
2864
+ titleCaption?: import("react").ReactNode;
2865
+ contentLeft?: import("react").ReactNode;
2866
+ contentRight?: import("react").ReactNode;
2867
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2868
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2869
+ firstValueError?: boolean;
2870
+ secondValueError?: boolean;
2871
+ firstValueSuccess?: boolean;
2872
+ secondValueSuccess?: boolean;
2873
+ firstPlaceholder?: string;
2874
+ secondPlaceholder?: string;
2875
+ firstTextfieldContentLeft?: import("react").ReactElement;
2876
+ firstTextfieldContentRight?: import("react").ReactElement;
2877
+ secondTextfieldContentLeft?: import("react").ReactElement;
2878
+ secondTextfieldContentRight?: import("react").ReactElement;
2879
+ firstTextfieldTextAfter?: string;
2880
+ secondTextfieldTextAfter?: string;
2881
+ autoComplete?: string;
2882
+ view?: string;
2883
+ size?: string;
2884
+ readOnly?: boolean;
2885
+ disabled?: boolean;
2886
+ requiredIndicatorPlacement?: "left" | "right";
2887
+ required?: boolean;
2888
+ hasRequiredIndicator?: boolean;
2889
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2890
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2891
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2892
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2893
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2894
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2895
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2896
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2897
+ } & {
2898
+ dividerVariant?: "dash";
2899
+ dividerIcon?: never;
2900
+ firstTextfieldTextBefore?: string;
2901
+ secondTextfieldTextBefore?: string;
2902
+ } & {
2903
+ hintTrigger?: never;
2904
+ hintText?: never;
2905
+ hintView?: never;
2906
+ hintSize?: never;
2907
+ hintTargetIcon?: never;
2908
+ hintTargetPlacement?: never;
2909
+ hintPlacement?: never;
2910
+ hintHasArrow?: never;
2911
+ hintOffset?: never;
2912
+ hintWidth?: never;
2913
+ hintContentLeft?: never;
2914
+ } & {
2915
+ appearance?: "default";
2916
+ hasClearDivider?: never;
2917
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2918
+ view: {
2919
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2920
+ };
2921
+ size: {
2922
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2923
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2924
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2925
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2926
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2927
+ };
2928
+ hintView: {
2929
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2930
+ };
2931
+ hintSize: {
2932
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2933
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2934
+ };
2935
+ disabled: {
2936
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2937
+ };
2938
+ readOnly: {
2939
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
2940
+ };
2941
+ }> & {
2942
+ label?: string;
2943
+ leftHelper?: string;
2944
+ titleCaption?: import("react").ReactNode;
2945
+ contentLeft?: import("react").ReactNode;
2946
+ contentRight?: import("react").ReactNode;
2947
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2948
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
2949
+ firstValueError?: boolean;
2950
+ secondValueError?: boolean;
2951
+ firstValueSuccess?: boolean;
2952
+ secondValueSuccess?: boolean;
2953
+ firstPlaceholder?: string;
2954
+ secondPlaceholder?: string;
2955
+ firstTextfieldContentLeft?: import("react").ReactElement;
2956
+ firstTextfieldContentRight?: import("react").ReactElement;
2957
+ secondTextfieldContentLeft?: import("react").ReactElement;
2958
+ secondTextfieldContentRight?: import("react").ReactElement;
2959
+ firstTextfieldTextAfter?: string;
2960
+ secondTextfieldTextAfter?: string;
2961
+ autoComplete?: string;
2962
+ view?: string;
2963
+ size?: string;
2964
+ readOnly?: boolean;
2965
+ disabled?: boolean;
2966
+ requiredIndicatorPlacement?: "left" | "right";
2967
+ required?: boolean;
2968
+ hasRequiredIndicator?: boolean;
2969
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2970
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
2971
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2972
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
2973
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2974
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2975
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2976
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
2977
+ } & {
2978
+ dividerVariant?: "dash";
2979
+ dividerIcon?: never;
2980
+ firstTextfieldTextBefore?: string;
2981
+ secondTextfieldTextBefore?: string;
2982
+ } & {
2983
+ hintTrigger?: never;
2984
+ hintText?: never;
2985
+ hintView?: never;
2986
+ hintSize?: never;
2987
+ hintTargetIcon?: never;
2988
+ hintTargetPlacement?: never;
2989
+ hintPlacement?: never;
2990
+ hintHasArrow?: never;
2991
+ hintOffset?: never;
2992
+ hintWidth?: never;
2993
+ hintContentLeft?: never;
2994
+ } & {
2995
+ appearance?: "clear";
2996
+ hasClearDivider?: boolean;
2997
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2998
+ view: {
2999
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3000
+ };
3001
+ size: {
3002
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3003
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3004
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3005
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3006
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3007
+ };
3008
+ hintView: {
3009
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3010
+ };
3011
+ hintSize: {
3012
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3013
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3014
+ };
3015
+ disabled: {
3016
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3017
+ };
3018
+ readOnly: {
3019
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3020
+ };
3021
+ }> & {
3022
+ label?: string;
3023
+ leftHelper?: string;
3024
+ titleCaption?: import("react").ReactNode;
3025
+ contentLeft?: import("react").ReactNode;
3026
+ contentRight?: import("react").ReactNode;
3027
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3028
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3029
+ firstValueError?: boolean;
3030
+ secondValueError?: boolean;
3031
+ firstValueSuccess?: boolean;
3032
+ secondValueSuccess?: boolean;
3033
+ firstPlaceholder?: string;
3034
+ secondPlaceholder?: string;
3035
+ firstTextfieldContentLeft?: import("react").ReactElement;
3036
+ firstTextfieldContentRight?: import("react").ReactElement;
3037
+ secondTextfieldContentLeft?: import("react").ReactElement;
3038
+ secondTextfieldContentRight?: import("react").ReactElement;
3039
+ firstTextfieldTextAfter?: string;
3040
+ secondTextfieldTextAfter?: string;
3041
+ autoComplete?: string;
3042
+ view?: string;
3043
+ size?: string;
3044
+ readOnly?: boolean;
3045
+ disabled?: boolean;
3046
+ requiredIndicatorPlacement?: "left" | "right";
3047
+ required?: boolean;
3048
+ hasRequiredIndicator?: boolean;
3049
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3050
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3051
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3052
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3053
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3054
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3055
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3056
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3057
+ } & {
3058
+ dividerIcon?: import("react").ReactNode;
3059
+ dividerVariant?: "icon";
3060
+ firstTextfieldTextBefore?: string;
3061
+ secondTextfieldTextBefore?: string;
3062
+ } & {
3063
+ hintText: string;
3064
+ hintTrigger?: "hover" | "click";
3065
+ hintView?: string;
3066
+ hintSize?: string;
3067
+ hintTargetIcon?: import("react").ReactNode;
3068
+ hintTargetPlacement?: "inner" | "outer";
3069
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
3070
+ hintHasArrow?: boolean;
3071
+ hintOffset?: [number, number];
3072
+ hintWidth?: string;
3073
+ hintContentLeft?: import("react").ReactNode;
3074
+ } & {
3075
+ appearance?: "default";
3076
+ hasClearDivider?: never;
3077
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3078
+ view: {
3079
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3080
+ };
3081
+ size: {
3082
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3083
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3084
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3085
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3086
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3087
+ };
3088
+ hintView: {
3089
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3090
+ };
3091
+ hintSize: {
3092
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3093
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3094
+ };
3095
+ disabled: {
3096
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3097
+ };
3098
+ readOnly: {
3099
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3100
+ };
3101
+ }> & {
3102
+ label?: string;
3103
+ leftHelper?: string;
3104
+ titleCaption?: import("react").ReactNode;
3105
+ contentLeft?: import("react").ReactNode;
3106
+ contentRight?: import("react").ReactNode;
3107
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3108
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3109
+ firstValueError?: boolean;
3110
+ secondValueError?: boolean;
3111
+ firstValueSuccess?: boolean;
3112
+ secondValueSuccess?: boolean;
3113
+ firstPlaceholder?: string;
3114
+ secondPlaceholder?: string;
3115
+ firstTextfieldContentLeft?: import("react").ReactElement;
3116
+ firstTextfieldContentRight?: import("react").ReactElement;
3117
+ secondTextfieldContentLeft?: import("react").ReactElement;
3118
+ secondTextfieldContentRight?: import("react").ReactElement;
3119
+ firstTextfieldTextAfter?: string;
3120
+ secondTextfieldTextAfter?: string;
3121
+ autoComplete?: string;
3122
+ view?: string;
3123
+ size?: string;
3124
+ readOnly?: boolean;
3125
+ disabled?: boolean;
3126
+ requiredIndicatorPlacement?: "left" | "right";
3127
+ required?: boolean;
3128
+ hasRequiredIndicator?: boolean;
3129
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3130
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3131
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3132
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3133
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3134
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3135
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3136
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3137
+ } & {
3138
+ dividerIcon?: import("react").ReactNode;
3139
+ dividerVariant?: "icon";
3140
+ firstTextfieldTextBefore?: string;
3141
+ secondTextfieldTextBefore?: string;
3142
+ } & {
3143
+ hintText: string;
3144
+ hintTrigger?: "hover" | "click";
3145
+ hintView?: string;
3146
+ hintSize?: string;
3147
+ hintTargetIcon?: import("react").ReactNode;
3148
+ hintTargetPlacement?: "inner" | "outer";
3149
+ hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | Array<import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic>;
3150
+ hintHasArrow?: boolean;
3151
+ hintOffset?: [number, number];
3152
+ hintWidth?: string;
3153
+ hintContentLeft?: import("react").ReactNode;
3154
+ } & {
3155
+ appearance?: "clear";
3156
+ hasClearDivider?: boolean;
3157
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3158
+ view: {
3159
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3160
+ };
3161
+ size: {
3162
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3163
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3164
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3165
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3166
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3167
+ };
3168
+ hintView: {
3169
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3170
+ };
3171
+ hintSize: {
3172
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3173
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3174
+ };
3175
+ disabled: {
3176
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3177
+ };
3178
+ readOnly: {
3179
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3180
+ };
3181
+ }> & {
3182
+ label?: string;
3183
+ leftHelper?: string;
3184
+ titleCaption?: import("react").ReactNode;
3185
+ contentLeft?: import("react").ReactNode;
3186
+ contentRight?: import("react").ReactNode;
3187
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3188
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3189
+ firstValueError?: boolean;
3190
+ secondValueError?: boolean;
3191
+ firstValueSuccess?: boolean;
3192
+ secondValueSuccess?: boolean;
3193
+ firstPlaceholder?: string;
3194
+ secondPlaceholder?: string;
3195
+ firstTextfieldContentLeft?: import("react").ReactElement;
3196
+ firstTextfieldContentRight?: import("react").ReactElement;
3197
+ secondTextfieldContentLeft?: import("react").ReactElement;
3198
+ secondTextfieldContentRight?: import("react").ReactElement;
3199
+ firstTextfieldTextAfter?: string;
3200
+ secondTextfieldTextAfter?: string;
3201
+ autoComplete?: string;
3202
+ view?: string;
3203
+ size?: string;
3204
+ readOnly?: boolean;
3205
+ disabled?: boolean;
3206
+ requiredIndicatorPlacement?: "left" | "right";
3207
+ required?: boolean;
3208
+ hasRequiredIndicator?: boolean;
3209
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3210
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3211
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3212
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3213
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3214
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3215
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3216
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3217
+ } & {
3218
+ dividerIcon?: import("react").ReactNode;
3219
+ dividerVariant?: "icon";
3220
+ firstTextfieldTextBefore?: string;
3221
+ secondTextfieldTextBefore?: string;
3222
+ } & {
3223
+ hintTrigger?: never;
3224
+ hintText?: never;
3225
+ hintView?: never;
3226
+ hintSize?: never;
3227
+ hintTargetIcon?: never;
3228
+ hintTargetPlacement?: never;
3229
+ hintPlacement?: never;
3230
+ hintHasArrow?: never;
3231
+ hintOffset?: never;
3232
+ hintWidth?: never;
3233
+ hintContentLeft?: never;
3234
+ } & {
3235
+ appearance?: "default";
3236
+ hasClearDivider?: never;
3237
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance"> | Omit<Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
3238
+ view: {
3239
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3240
+ };
3241
+ size: {
3242
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3243
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3244
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3245
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3246
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3247
+ };
3248
+ hintView: {
3249
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3250
+ };
3251
+ hintSize: {
3252
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3253
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3254
+ };
3255
+ disabled: {
3256
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3257
+ };
3258
+ readOnly: {
3259
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
3260
+ };
3261
+ }> & {
3262
+ label?: string;
3263
+ leftHelper?: string;
3264
+ titleCaption?: import("react").ReactNode;
3265
+ contentLeft?: import("react").ReactNode;
3266
+ contentRight?: import("react").ReactNode;
3267
+ firstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3268
+ secondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").TextfieldPrimitiveValue;
3269
+ firstValueError?: boolean;
3270
+ secondValueError?: boolean;
3271
+ firstValueSuccess?: boolean;
3272
+ secondValueSuccess?: boolean;
3273
+ firstPlaceholder?: string;
3274
+ secondPlaceholder?: string;
3275
+ firstTextfieldContentLeft?: import("react").ReactElement;
3276
+ firstTextfieldContentRight?: import("react").ReactElement;
3277
+ secondTextfieldContentLeft?: import("react").ReactElement;
3278
+ secondTextfieldContentRight?: import("react").ReactElement;
3279
+ firstTextfieldTextAfter?: string;
3280
+ secondTextfieldTextAfter?: string;
3281
+ autoComplete?: string;
3282
+ view?: string;
3283
+ size?: string;
3284
+ readOnly?: boolean;
3285
+ disabled?: boolean;
3286
+ requiredIndicatorPlacement?: "left" | "right";
3287
+ required?: boolean;
3288
+ hasRequiredIndicator?: boolean;
3289
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3290
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackChangeInstance;
3291
+ onSearchFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3292
+ onSearchSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types.js").BaseCallbackKeyboardInstance;
3293
+ onFocusFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3294
+ onFocusSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3295
+ onBlurFirstTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3296
+ onBlurSecondTextfield?: (event: import("react").FocusEvent<HTMLInputElement>) => void;
3297
+ } & {
3298
+ dividerIcon?: import("react").ReactNode;
3299
+ dividerVariant?: "icon";
3300
+ firstTextfieldTextBefore?: string;
3301
+ secondTextfieldTextBefore?: string;
3302
+ } & {
3303
+ hintTrigger?: never;
3304
+ hintText?: never;
3305
+ hintView?: never;
3306
+ hintSize?: never;
3307
+ hintTargetIcon?: never;
3308
+ hintTargetPlacement?: never;
3309
+ hintPlacement?: never;
3310
+ hintHasArrow?: never;
3311
+ hintOffset?: never;
3312
+ hintWidth?: never;
3313
+ hintContentLeft?: never;
3314
+ } & {
3315
+ appearance?: "clear";
3316
+ hasClearDivider?: boolean;
3317
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">, "appearance">) & {
3318
+ appearance: "clear";
3319
+ })) & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>>;