@alfalab/core-components-picker-button 7.6.7 → 7.7.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 (41) hide show
  1. package/dist/Component.js +2 -2
  2. package/dist/cssm/field/Component.d.ts +1 -1
  3. package/dist/cssm/option/Component.d.ts +2 -2
  4. package/dist/cssm/{typings-f60445d7.d.ts → typings-40c7d369.d.ts} +4 -0
  5. package/dist/esm/Component.js +2 -2
  6. package/dist/esm/field/Component.d.ts +1 -1
  7. package/dist/esm/field/Component.js +2 -2
  8. package/dist/esm/field/index.css +3 -3
  9. package/dist/esm/field/index.js +1 -1
  10. package/dist/esm/index.css +6 -6
  11. package/dist/esm/index.js +1 -1
  12. package/dist/esm/option/Component.d.ts +2 -2
  13. package/dist/esm/option/Component.js +2 -2
  14. package/dist/esm/option/index.css +4 -4
  15. package/dist/esm/option/index.js +1 -1
  16. package/dist/esm/{tslib.es6-c34a47bd.d.ts → tslib.es6-f7476bdb.d.ts} +0 -0
  17. package/dist/esm/{tslib.es6-c34a47bd.js → tslib.es6-f7476bdb.js} +0 -0
  18. package/dist/{modern/typings-f60445d7.d.ts → esm/typings-40c7d369.d.ts} +4 -0
  19. package/dist/field/Component.d.ts +1 -1
  20. package/dist/field/Component.js +2 -2
  21. package/dist/field/index.css +3 -3
  22. package/dist/field/index.js +1 -1
  23. package/dist/index.css +6 -6
  24. package/dist/index.js +1 -1
  25. package/dist/modern/Component.js +1 -1
  26. package/dist/modern/field/Component.d.ts +1 -1
  27. package/dist/modern/field/Component.js +1 -1
  28. package/dist/modern/field/index.css +3 -3
  29. package/dist/modern/index.css +6 -6
  30. package/dist/modern/option/Component.d.ts +2 -2
  31. package/dist/modern/option/Component.js +1 -1
  32. package/dist/modern/option/index.css +4 -4
  33. package/dist/{typings-f60445d7.d.ts → modern/typings-40c7d369.d.ts} +4 -0
  34. package/dist/option/Component.d.ts +2 -2
  35. package/dist/option/Component.js +2 -2
  36. package/dist/option/index.css +4 -4
  37. package/dist/option/index.js +1 -1
  38. package/dist/{tslib.es6-76925bcd.d.ts → tslib.es6-02cf7e74.d.ts} +0 -0
  39. package/dist/{tslib.es6-76925bcd.js → tslib.es6-02cf7e74.js} +0 -0
  40. package/dist/{esm/typings-f60445d7.d.ts → typings-40c7d369.d.ts} +4 -0
  41. package/package.json +3 -3
package/dist/Component.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-76925bcd.js');
5
+ var tslib_es6 = require('./tslib.es6-02cf7e74.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsSelect = require('@alfalab/core-components-select');
@@ -20,7 +20,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
21
21
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
22
22
 
23
- var styles = {"container":"picker-button__container_k0o9a","optionsPopover":"picker-button__optionsPopover_k0o9a","sideGap":"picker-button__sideGap_k0o9a","optionsListContainer":"picker-button__optionsListContainer_k0o9a","option":"picker-button__option_k0o9a"};
23
+ var styles = {"container":"picker-button__container_rvfo7","optionsPopover":"picker-button__optionsPopover_rvfo7","sideGap":"picker-button__sideGap_rvfo7","optionsListContainer":"picker-button__optionsListContainer_rvfo7","option":"picker-button__option_rvfo7"};
24
24
  require('./index.css')
25
25
 
26
26
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from "@alfalab/core-components-button";
3
- import { FieldProps as BaseFieldProps } from "../typings-f60445d7";
3
+ import { FieldProps as BaseFieldProps } from "../typings-40c7d369";
4
4
  import { PickerButtonSize, PickerButtonVariant } from "../Component";
5
5
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
6
6
  buttonSize?: PickerButtonSize;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { FC, SVGProps } from 'react';
3
- import { OptionShape } from "../typings-f60445d7";
4
- import { OptionProps as BaseOptionProps } from "../typings-f60445d7";
3
+ import { OptionShape } from "../typings-40c7d369";
4
+ import { OptionProps as BaseOptionProps } from "../typings-40c7d369";
5
5
  type OptionProps = Omit<BaseOptionProps, 'option'> & {
6
6
  option: OptionShape & {
7
7
  icon?: FC<SVGProps<SVGSVGElement>>;
@@ -875,6 +875,10 @@ type CheckmarkProps = {
875
875
  * Флаг, данный пункт выбран
876
876
  */
877
877
  selected?: boolean;
878
+ /**
879
+ * Флаг, данный пункт задизейблен
880
+ */
881
+ disabled?: boolean;
878
882
  /**
879
883
  * Дополнительный класс
880
884
  */
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-c34a47bd.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-f7476bdb.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseSelect, OptionsList, Optgroup } from '@alfalab/core-components-select/dist/esm';
@@ -11,7 +11,7 @@ import './utils/index.js';
11
11
  import { Field } from './field/Component.js';
12
12
  import { Option } from './option/Component.js';
13
13
 
14
- var styles = {"container":"picker-button__container_k0o9a","optionsPopover":"picker-button__optionsPopover_k0o9a","sideGap":"picker-button__sideGap_k0o9a","optionsListContainer":"picker-button__optionsListContainer_k0o9a","option":"picker-button__option_k0o9a"};
14
+ var styles = {"container":"picker-button__container_rvfo7","optionsPopover":"picker-button__optionsPopover_rvfo7","sideGap":"picker-button__sideGap_rvfo7","optionsListContainer":"picker-button__optionsListContainer_rvfo7","option":"picker-button__option_rvfo7"};
15
15
  require('./index.css')
16
16
 
17
17
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from "@alfalab/core-components-button";
3
- import { FieldProps as BaseFieldProps } from "../typings-f60445d7";
3
+ import { FieldProps as BaseFieldProps } from "../typings-40c7d369";
4
4
  import { PickerButtonSize, PickerButtonVariant } from "../Component";
5
5
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
6
6
  buttonSize?: PickerButtonSize;
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-c34a47bd.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-f7476bdb.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Button } from '@alfalab/core-components-button/dist/esm';
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/MoreMIcon';
8
8
  import '@alfalab/icons-glyph/MoreSIcon';
9
9
  import { getIcon } from '../utils/index.js';
10
10
 
11
- var styles = {"iconContainer":"picker-button__iconContainer_8wmrc","open":"picker-button__open_8wmrc"};
11
+ var styles = {"iconContainer":"picker-button__iconContainer_1o26p","open":"picker-button__open_1o26p"};
12
12
  require('./index.css')
13
13
 
14
14
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: zf7xd */
1
+ /* hash: d5ne2 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_8wmrc {
13
+ .picker-button__iconContainer_1o26p {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_8wmrc {
17
+ .picker-button__open_1o26p {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-c34a47bd.js';
1
+ import '../tslib.es6-f7476bdb.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-button/dist/esm';
@@ -1,4 +1,4 @@
1
- /* hash: 1n4wk */
1
+ /* hash: 1p3jn */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_k0o9a {
17
+ .picker-button__container_rvfo7 {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_k0o9a {
20
+ .picker-button__optionsPopover_rvfo7 {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_k0o9a.picker-button__sideGap_k0o9a {
23
+ .picker-button__optionsPopover_rvfo7.picker-button__sideGap_rvfo7 {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_k0o9a {
26
+ .picker-button__optionsListContainer_rvfo7 {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_k0o9a {
29
+ .picker-button__option_rvfo7 {
30
30
  padding: 0 var(--gap-m);
31
31
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-c34a47bd.js';
1
+ import './tslib.es6-f7476bdb.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-select/dist/esm';
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { FC, SVGProps } from 'react';
3
- import { OptionShape } from "../typings-f60445d7";
4
- import { OptionProps as BaseOptionProps } from "../typings-f60445d7";
3
+ import { OptionShape } from "../typings-40c7d369";
4
+ import { OptionProps as BaseOptionProps } from "../typings-40c7d369";
5
5
  type OptionProps = Omit<BaseOptionProps, 'option'> & {
6
6
  option: OptionShape & {
7
7
  icon?: FC<SVGProps<SVGSVGElement>>;
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-c34a47bd.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-f7476bdb.js';
2
2
  import React from 'react';
3
3
  import { Option as Option$1 } from '@alfalab/core-components-select/dist/esm';
4
4
 
5
- var styles = {"container":"picker-button__container_1vdd5","icon":"picker-button__icon_1vdd5","content":"picker-button__content_1vdd5"};
5
+ var styles = {"container":"picker-button__container_470i4","icon":"picker-button__icon_470i4","content":"picker-button__content_470i4"};
6
6
  require('./index.css')
7
7
 
8
8
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: sfa0b */
1
+ /* hash: 1mebf */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,15 +10,15 @@
10
10
  :root {
11
11
  --gap-s: 12px;
12
12
  }
13
- .picker-button__container_1vdd5 {
13
+ .picker-button__container_470i4 {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1vdd5 {
17
+ .picker-button__icon_470i4 {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1vdd5 {
21
+ .picker-button__content_470i4 {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-c34a47bd.js';
1
+ import '../tslib.es6-f7476bdb.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-select/dist/esm';
4
4
  export { Option } from './Component.js';
@@ -875,6 +875,10 @@ type CheckmarkProps = {
875
875
  * Флаг, данный пункт выбран
876
876
  */
877
877
  selected?: boolean;
878
+ /**
879
+ * Флаг, данный пункт задизейблен
880
+ */
881
+ disabled?: boolean;
878
882
  /**
879
883
  * Дополнительный класс
880
884
  */
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from "@alfalab/core-components-button";
3
- import { FieldProps as BaseFieldProps } from "../typings-f60445d7";
3
+ import { FieldProps as BaseFieldProps } from "../typings-40c7d369";
4
4
  import { PickerButtonSize, PickerButtonVariant } from "../Component";
5
5
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
6
6
  buttonSize?: PickerButtonSize;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-76925bcd.js');
5
+ var tslib_es6 = require('../tslib.es6-02cf7e74.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsButton = require('@alfalab/core-components-button');
@@ -17,7 +17,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var styles = {"iconContainer":"picker-button__iconContainer_8wmrc","open":"picker-button__open_8wmrc"};
20
+ var styles = {"iconContainer":"picker-button__iconContainer_1o26p","open":"picker-button__open_1o26p"};
21
21
  require('./index.css')
22
22
 
23
23
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: zf7xd */
1
+ /* hash: d5ne2 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_8wmrc {
13
+ .picker-button__iconContainer_1o26p {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_8wmrc {
17
+ .picker-button__open_1o26p {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-76925bcd.js');
5
+ require('../tslib.es6-02cf7e74.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-button');
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1n4wk */
1
+ /* hash: 1p3jn */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_k0o9a {
17
+ .picker-button__container_rvfo7 {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_k0o9a {
20
+ .picker-button__optionsPopover_rvfo7 {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_k0o9a.picker-button__sideGap_k0o9a {
23
+ .picker-button__optionsPopover_rvfo7.picker-button__sideGap_rvfo7 {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_k0o9a {
26
+ .picker-button__optionsListContainer_rvfo7 {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_k0o9a {
29
+ .picker-button__option_rvfo7 {
30
30
  padding: 0 var(--gap-m);
31
31
  }
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-76925bcd.js');
5
+ require('./tslib.es6-02cf7e74.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-select');
@@ -10,7 +10,7 @@ import './utils/index.js';
10
10
  import { Field } from './field/Component.js';
11
11
  import { Option } from './option/Component.js';
12
12
 
13
- var styles = {"container":"picker-button__container_k0o9a","optionsPopover":"picker-button__optionsPopover_k0o9a","sideGap":"picker-button__sideGap_k0o9a","optionsListContainer":"picker-button__optionsListContainer_k0o9a","option":"picker-button__option_k0o9a"};
13
+ var styles = {"container":"picker-button__container_rvfo7","optionsPopover":"picker-button__optionsPopover_rvfo7","sideGap":"picker-button__sideGap_rvfo7","optionsListContainer":"picker-button__optionsListContainer_rvfo7","option":"picker-button__option_rvfo7"};
14
14
  require('./index.css')
15
15
 
16
16
  const SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { ButtonProps } from "@alfalab/core-components-button";
3
- import { FieldProps as BaseFieldProps } from "../typings-f60445d7";
3
+ import { FieldProps as BaseFieldProps } from "../typings-40c7d369";
4
4
  import { PickerButtonSize, PickerButtonVariant } from "../Component";
5
5
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
6
6
  buttonSize?: PickerButtonSize;
@@ -7,7 +7,7 @@ import '@alfalab/icons-glyph/MoreMIcon';
7
7
  import '@alfalab/icons-glyph/MoreSIcon';
8
8
  import { getIcon } from '../utils/index.js';
9
9
 
10
- var styles = {"iconContainer":"picker-button__iconContainer_8wmrc","open":"picker-button__open_8wmrc"};
10
+ var styles = {"iconContainer":"picker-button__iconContainer_1o26p","open":"picker-button__open_1o26p"};
11
11
  require('./index.css')
12
12
 
13
13
  const Field = ({ buttonSize = 'm', buttonVariant = 'default', view, label, open, multiple, rightAddons, Arrow, innerProps, className, selected, selectedMultiple, valueRenderer, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: zf7xd */
1
+ /* hash: d5ne2 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_8wmrc {
13
+ .picker-button__iconContainer_1o26p {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_8wmrc {
17
+ .picker-button__open_1o26p {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1n4wk */
1
+ /* hash: 1p3jn */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_k0o9a {
17
+ .picker-button__container_rvfo7 {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_k0o9a {
20
+ .picker-button__optionsPopover_rvfo7 {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_k0o9a.picker-button__sideGap_k0o9a {
23
+ .picker-button__optionsPopover_rvfo7.picker-button__sideGap_rvfo7 {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_k0o9a {
26
+ .picker-button__optionsListContainer_rvfo7 {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_k0o9a {
29
+ .picker-button__option_rvfo7 {
30
30
  padding: 0 var(--gap-m);
31
31
  }
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { FC, SVGProps } from 'react';
3
- import { OptionShape } from "../typings-f60445d7";
4
- import { OptionProps as BaseOptionProps } from "../typings-f60445d7";
3
+ import { OptionShape } from "../typings-40c7d369";
4
+ import { OptionProps as BaseOptionProps } from "../typings-40c7d369";
5
5
  type OptionProps = Omit<BaseOptionProps, 'option'> & {
6
6
  option: OptionShape & {
7
7
  icon?: FC<SVGProps<SVGSVGElement>>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Option as Option$1 } from '@alfalab/core-components-select/dist/modern';
3
3
 
4
- var styles = {"container":"picker-button__container_1vdd5","icon":"picker-button__icon_1vdd5","content":"picker-button__content_1vdd5"};
4
+ var styles = {"container":"picker-button__container_470i4","icon":"picker-button__icon_470i4","content":"picker-button__content_470i4"};
5
5
  require('./index.css')
6
6
 
7
7
  const Option = ({ option, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: sfa0b */
1
+ /* hash: 1mebf */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,15 +10,15 @@
10
10
  :root {
11
11
  --gap-s: 12px;
12
12
  }
13
- .picker-button__container_1vdd5 {
13
+ .picker-button__container_470i4 {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1vdd5 {
17
+ .picker-button__icon_470i4 {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1vdd5 {
21
+ .picker-button__content_470i4 {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -875,6 +875,10 @@ type CheckmarkProps = {
875
875
  * Флаг, данный пункт выбран
876
876
  */
877
877
  selected?: boolean;
878
+ /**
879
+ * Флаг, данный пункт задизейблен
880
+ */
881
+ disabled?: boolean;
878
882
  /**
879
883
  * Дополнительный класс
880
884
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { FC, SVGProps } from 'react';
3
- import { OptionShape } from "../typings-f60445d7";
4
- import { OptionProps as BaseOptionProps } from "../typings-f60445d7";
3
+ import { OptionShape } from "../typings-40c7d369";
4
+ import { OptionProps as BaseOptionProps } from "../typings-40c7d369";
5
5
  type OptionProps = Omit<BaseOptionProps, 'option'> & {
6
6
  option: OptionShape & {
7
7
  icon?: FC<SVGProps<SVGSVGElement>>;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-76925bcd.js');
5
+ var tslib_es6 = require('../tslib.es6-02cf7e74.js');
6
6
  var React = require('react');
7
7
  var coreComponentsSelect = require('@alfalab/core-components-select');
8
8
 
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
 
13
- var styles = {"container":"picker-button__container_1vdd5","icon":"picker-button__icon_1vdd5","content":"picker-button__content_1vdd5"};
13
+ var styles = {"container":"picker-button__container_470i4","icon":"picker-button__icon_470i4","content":"picker-button__content_470i4"};
14
14
  require('./index.css')
15
15
 
16
16
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: sfa0b */
1
+ /* hash: 1mebf */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,15 +10,15 @@
10
10
  :root {
11
11
  --gap-s: 12px;
12
12
  }
13
- .picker-button__container_1vdd5 {
13
+ .picker-button__container_470i4 {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1vdd5 {
17
+ .picker-button__icon_470i4 {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1vdd5 {
21
+ .picker-button__content_470i4 {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-76925bcd.js');
5
+ require('../tslib.es6-02cf7e74.js');
6
6
  require('react');
7
7
  require('@alfalab/core-components-select');
8
8
  var option_Component = require('./Component.js');
@@ -875,6 +875,10 @@ type CheckmarkProps = {
875
875
  * Флаг, данный пункт выбран
876
876
  */
877
877
  selected?: boolean;
878
+ /**
879
+ * Флаг, данный пункт задизейблен
880
+ */
881
+ disabled?: boolean;
878
882
  /**
879
883
  * Дополнительный класс
880
884
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-picker-button",
3
- "version": "7.6.7",
3
+ "version": "7.7.0",
4
4
  "description": "Picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@alfalab/core-components-button": "^5.1.4",
23
- "@alfalab/core-components-select": "^10.6.7",
23
+ "@alfalab/core-components-select": "^10.7.0",
24
24
  "@alfalab/icons-classic": "^1.76.0",
25
25
  "@alfalab/icons-glyph": "^2.16.0",
26
26
  "classnames": "2.2.6"
27
27
  },
28
- "gitHead": "a185c42cf9dbfd14311fd756c696fa116214e289"
28
+ "gitHead": "f540d55438d44b5051d10606dcfea4be99558f8c"
29
29
  }