@pksep/yui 0.1.198 → 0.1.200

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.
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10
10
  isSpanOverflow: import('vue').Ref<boolean, boolean>;
11
11
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  choose: (state: boolean, value?: string | undefined) => void;
13
+ remove: (value: string) => void;
13
14
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IBadgesProps>, {
14
15
  type: BadgesTypeEnum;
15
16
  choosed: boolean;
@@ -17,6 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
17
18
  dataTestid: string;
18
19
  }>>> & Readonly<{
19
20
  onChoose?: ((state: boolean, value?: string | undefined) => any) | undefined;
21
+ onRemove?: ((value: string) => any) | undefined;
20
22
  }>, {
21
23
  dataTestid: string;
22
24
  type: BadgesTypeEnum;
@@ -10,13 +10,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10
10
  type: import('vue').PropType<ToggleEnum>;
11
11
  default: ToggleEnum;
12
12
  };
13
+ backgroundColor: {
14
+ type: import('vue').PropType<string>;
15
+ };
13
16
  disabled: {
14
17
  type: import('vue').PropType<boolean>;
15
18
  default: boolean;
16
19
  };
17
- backgroundColor: {
18
- type: import('vue').PropType<string>;
19
- };
20
20
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
21
  change: (isChecked: boolean) => void;
22
22
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -29,13 +29,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
29
29
  type: import('vue').PropType<ToggleEnum>;
30
30
  default: ToggleEnum;
31
31
  };
32
+ backgroundColor: {
33
+ type: import('vue').PropType<string>;
34
+ };
32
35
  disabled: {
33
36
  type: import('vue').PropType<boolean>;
34
37
  default: boolean;
35
38
  };
36
- backgroundColor: {
37
- type: import('vue').PropType<string>;
38
- };
39
39
  }>> & Readonly<{
40
40
  onChange?: ((isChecked: boolean) => any) | undefined;
41
41
  }>, {