@progress/kendo-vue-dropdowns 6.1.0-develop.6 → 6.1.0-develop.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.mts CHANGED
@@ -5,9 +5,13 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { ComboBoxFilterChangeEvent as ComboBoxFilterChangeEvent_2 } from './ComboBoxProps';
8
9
  import { ComponentOptionsMixin } from 'vue';
9
10
  import { ComponentProvideOptions } from 'vue';
10
11
  import { DefineComponent } from 'vue';
12
+ import { DropDownListChangeEvent as DropDownListChangeEvent_2 } from './DropDownListProps';
13
+ import { DropDownsPopupSettings as DropDownsPopupSettings_2 } from './../common/settings';
14
+ import { DropDownsPopupSettings as DropDownsPopupSettings_3 } from '..';
11
15
  import { ExtractPropTypes } from 'vue';
12
16
  import { FormComponentProps } from '@progress/kendo-vue-common';
13
17
  import { FormComponentValidity } from '@progress/kendo-vue-common';
@@ -20,6 +24,7 @@ import { Ref } from 'vue';
20
24
  import { SVGIcon } from '@progress/kendo-svg-icons';
21
25
  import { TreeViewExpandChangeEvent } from '@progress/kendo-vue-treeview';
22
26
  import { TreeViewItemClickEvent } from '@progress/kendo-vue-treeview';
27
+ import { VirtualizationSettings as VirtualizationSettings_2 } from './../common/settings';
23
28
 
24
29
  /**
25
30
  * @hidden
@@ -86,7 +91,7 @@ dataItems: PropType<any[]>;
86
91
  textField: PropType<string>;
87
92
  loading: PropType<boolean>;
88
93
  popupSettings: {
89
- type: PropType<DropDownsPopupSettings>;
94
+ type: PropType<DropDownsPopupSettings_2>;
90
95
  default: () => {
91
96
  animate: boolean;
92
97
  height: string;
@@ -237,7 +242,7 @@ dataItems: PropType<any[]>;
237
242
  textField: PropType<string>;
238
243
  loading: PropType<boolean>;
239
244
  popupSettings: {
240
- type: PropType<DropDownsPopupSettings>;
245
+ type: PropType<DropDownsPopupSettings_2>;
241
246
  default: () => {
242
247
  animate: boolean;
243
248
  height: string;
@@ -291,7 +296,7 @@ fillMode: string;
291
296
  dir: string;
292
297
  defaultValue: string;
293
298
  opened: boolean;
294
- popupSettings: DropDownsPopupSettings;
299
+ popupSettings: DropDownsPopupSettings_2;
295
300
  modelValue: string;
296
301
  valid: boolean;
297
302
  validationMessage: string;
@@ -664,7 +669,7 @@ textField: PropType<string>;
664
669
  className: PropType<string>;
665
670
  loading: PropType<boolean>;
666
671
  popupSettings: {
667
- type: PropType<DropDownsPopupSettings>;
672
+ type: PropType<DropDownsPopupSettings_2>;
668
673
  default: () => {
669
674
  animate: boolean;
670
675
  height: string;
@@ -684,7 +689,7 @@ type: PropType<string>;
684
689
  default: any;
685
690
  };
686
691
  virtual: {
687
- type: PropType<VirtualizationSettings>;
692
+ type: PropType<VirtualizationSettings_2>;
688
693
  default: any;
689
694
  };
690
695
  suggest: {
@@ -733,7 +738,7 @@ adaptiveTitle: {
733
738
  type: PropType<string>;
734
739
  default: any;
735
740
  };
736
- onFilterchange: PropType<(event: ComboBoxFilterChangeEvent) => void>;
741
+ onFilterchange: PropType<(event: ComboBoxFilterChangeEvent_2) => void>;
737
742
  inputAttributes: PropType<Object>;
738
743
  }>, {
739
744
  inputRef: Ref<any, any>;
@@ -862,7 +867,7 @@ textField: PropType<string>;
862
867
  className: PropType<string>;
863
868
  loading: PropType<boolean>;
864
869
  popupSettings: {
865
- type: PropType<DropDownsPopupSettings>;
870
+ type: PropType<DropDownsPopupSettings_2>;
866
871
  default: () => {
867
872
  animate: boolean;
868
873
  height: string;
@@ -882,7 +887,7 @@ type: PropType<string>;
882
887
  default: any;
883
888
  };
884
889
  virtual: {
885
- type: PropType<VirtualizationSettings>;
890
+ type: PropType<VirtualizationSettings_2>;
886
891
  default: any;
887
892
  };
888
893
  suggest: {
@@ -931,7 +936,7 @@ adaptiveTitle: {
931
936
  type: PropType<string>;
932
937
  default: any;
933
938
  };
934
- onFilterchange: PropType<(event: ComboBoxFilterChangeEvent) => void>;
939
+ onFilterchange: PropType<(event: ComboBoxFilterChangeEvent_2) => void>;
935
940
  inputAttributes: PropType<Object>;
936
941
  }>> & Readonly<{
937
942
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -956,14 +961,14 @@ fillMode: string;
956
961
  dir: string;
957
962
  defaultValue: any;
958
963
  opened: boolean;
959
- popupSettings: DropDownsPopupSettings;
964
+ popupSettings: DropDownsPopupSettings_2;
960
965
  modelValue: any;
961
966
  valid: boolean;
962
967
  validationMessage: string;
963
968
  validityStyles: boolean;
964
969
  adaptive: boolean;
965
970
  adaptiveTitle: string;
966
- virtual: VirtualizationSettings;
971
+ virtual: VirtualizationSettings_2;
967
972
  clearButton: boolean;
968
973
  suggest: boolean;
969
974
  allowCustom: boolean;
@@ -1352,7 +1357,7 @@ valuePrimitive: PropType<boolean>;
1352
1357
  className: PropType<string>;
1353
1358
  loading: PropType<boolean>;
1354
1359
  popupSettings: {
1355
- type: PropType<DropDownsPopupSettings>;
1360
+ type: PropType<DropDownsPopupSettings_2>;
1356
1361
  default: {
1357
1362
  animate: boolean;
1358
1363
  height: string;
@@ -1372,7 +1377,7 @@ type: PropType<string>;
1372
1377
  default: any;
1373
1378
  };
1374
1379
  virtual: {
1375
- type: PropType<VirtualizationSettings>;
1380
+ type: PropType<VirtualizationSettings_2>;
1376
1381
  default: any;
1377
1382
  };
1378
1383
  ariaLabelledBy: PropType<string>;
@@ -1404,7 +1409,7 @@ adaptiveTitle: {
1404
1409
  type: PropType<string>;
1405
1410
  default: any;
1406
1411
  };
1407
- onChange: PropType<(event: DropDownListChangeEvent) => void>;
1412
+ onChange: PropType<(event: DropDownListChangeEvent_2) => void>;
1408
1413
  }>, {
1409
1414
  selectRef: Ref<any, any>;
1410
1415
  baseWrapperRef: Ref<any, any>;
@@ -1544,7 +1549,7 @@ valuePrimitive: PropType<boolean>;
1544
1549
  className: PropType<string>;
1545
1550
  loading: PropType<boolean>;
1546
1551
  popupSettings: {
1547
- type: PropType<DropDownsPopupSettings>;
1552
+ type: PropType<DropDownsPopupSettings_2>;
1548
1553
  default: {
1549
1554
  animate: boolean;
1550
1555
  height: string;
@@ -1564,7 +1569,7 @@ type: PropType<string>;
1564
1569
  default: any;
1565
1570
  };
1566
1571
  virtual: {
1567
- type: PropType<VirtualizationSettings>;
1572
+ type: PropType<VirtualizationSettings_2>;
1568
1573
  default: any;
1569
1574
  };
1570
1575
  ariaLabelledBy: PropType<string>;
@@ -1596,7 +1601,7 @@ adaptiveTitle: {
1596
1601
  type: PropType<string>;
1597
1602
  default: any;
1598
1603
  };
1599
- onChange: PropType<(event: DropDownListChangeEvent) => void>;
1604
+ onChange: PropType<(event: DropDownListChangeEvent_2) => void>;
1600
1605
  }>> & Readonly<{}>, {
1601
1606
  filter: string;
1602
1607
  required: boolean;
@@ -1608,14 +1613,14 @@ fillMode: string;
1608
1613
  dir: string;
1609
1614
  defaultValue: any;
1610
1615
  opened: boolean;
1611
- popupSettings: DropDownsPopupSettings;
1616
+ popupSettings: DropDownsPopupSettings_2;
1612
1617
  modelValue: any;
1613
1618
  valid: boolean;
1614
1619
  validationMessage: string;
1615
1620
  validityStyles: boolean;
1616
1621
  adaptive: boolean;
1617
1622
  adaptiveTitle: string;
1618
- virtual: VirtualizationSettings;
1623
+ virtual: VirtualizationSettings_2;
1619
1624
  delay: number;
1620
1625
  ignoreCase: boolean;
1621
1626
  leftRightKeysNavigation: boolean;
@@ -2043,7 +2048,7 @@ filterable: PropType<boolean>;
2043
2048
  filter: PropType<string>;
2044
2049
  loading: PropType<boolean>;
2045
2050
  popupSettings: {
2046
- type: PropType<DropDownsPopupSettings>;
2051
+ type: PropType<DropDownsPopupSettings_3>;
2047
2052
  default: () => {
2048
2053
  animate: boolean;
2049
2054
  height: string;
@@ -2201,7 +2206,7 @@ filterable: PropType<boolean>;
2201
2206
  filter: PropType<string>;
2202
2207
  loading: PropType<boolean>;
2203
2208
  popupSettings: {
2204
- type: PropType<DropDownsPopupSettings>;
2209
+ type: PropType<DropDownsPopupSettings_3>;
2205
2210
  default: () => {
2206
2211
  animate: boolean;
2207
2212
  height: string;
@@ -2254,7 +2259,7 @@ rounded: string;
2254
2259
  fillMode: string;
2255
2260
  dataItems: any[];
2256
2261
  opened: boolean;
2257
- popupSettings: DropDownsPopupSettings;
2262
+ popupSettings: DropDownsPopupSettings_3;
2258
2263
  modelValue: any;
2259
2264
  valid: boolean;
2260
2265
  validityStyles: boolean;
@@ -2773,7 +2778,7 @@ default: boolean;
2773
2778
  tagRender: PropType<any>;
2774
2779
  id: PropType<string>;
2775
2780
  popupSettings: {
2776
- type: PropType<DropDownsPopupSettings>;
2781
+ type: PropType<DropDownsPopupSettings_2>;
2777
2782
  default: () => {
2778
2783
  animate: boolean;
2779
2784
  height: string;
@@ -2786,7 +2791,7 @@ groupStickyHeaderItemRender: PropType<any>;
2786
2791
  listNoDataRender: PropType<any>;
2787
2792
  focusedItemIndex: PropType<(data: any, inputText: string, textField?: string) => number>;
2788
2793
  virtual: {
2789
- type: PropType<VirtualizationSettings>;
2794
+ type: PropType<VirtualizationSettings_2>;
2790
2795
  default: any;
2791
2796
  };
2792
2797
  header: PropType<any>;
@@ -2962,7 +2967,7 @@ default: boolean;
2962
2967
  tagRender: PropType<any>;
2963
2968
  id: PropType<string>;
2964
2969
  popupSettings: {
2965
- type: PropType<DropDownsPopupSettings>;
2970
+ type: PropType<DropDownsPopupSettings_2>;
2966
2971
  default: () => {
2967
2972
  animate: boolean;
2968
2973
  height: string;
@@ -2975,7 +2980,7 @@ groupStickyHeaderItemRender: PropType<any>;
2975
2980
  listNoDataRender: PropType<any>;
2976
2981
  focusedItemIndex: PropType<(data: any, inputText: string, textField?: string) => number>;
2977
2982
  virtual: {
2978
- type: PropType<VirtualizationSettings>;
2983
+ type: PropType<VirtualizationSettings_2>;
2979
2984
  default: any;
2980
2985
  };
2981
2986
  header: PropType<any>;
@@ -3043,14 +3048,14 @@ size: string;
3043
3048
  rounded: string;
3044
3049
  fillMode: string;
3045
3050
  opened: boolean;
3046
- popupSettings: DropDownsPopupSettings;
3051
+ popupSettings: DropDownsPopupSettings_2;
3047
3052
  valid: boolean;
3048
3053
  validationMessage: string;
3049
3054
  validityStyles: boolean;
3050
3055
  adaptive: boolean;
3051
3056
  adaptiveTitle: string;
3052
3057
  tagsRounded: string;
3053
- virtual: VirtualizationSettings;
3058
+ virtual: VirtualizationSettings_2;
3054
3059
  autoClose: boolean;
3055
3060
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3056
3061
 
@@ -3453,7 +3458,7 @@ filter: PropType<string>;
3453
3458
  loading: PropType<boolean>;
3454
3459
  tags: PropType<MultiSelectTagData[]>;
3455
3460
  popupSettings: {
3456
- type: PropType<DropDownsPopupSettings>;
3461
+ type: PropType<DropDownsPopupSettings_3>;
3457
3462
  default: () => {
3458
3463
  animate: boolean;
3459
3464
  height: string;
@@ -3599,7 +3604,7 @@ filter: PropType<string>;
3599
3604
  loading: PropType<boolean>;
3600
3605
  tags: PropType<MultiSelectTagData[]>;
3601
3606
  popupSettings: {
3602
- type: PropType<DropDownsPopupSettings>;
3607
+ type: PropType<DropDownsPopupSettings_3>;
3603
3608
  default: () => {
3604
3609
  animate: boolean;
3605
3610
  height: string;
@@ -3650,7 +3655,7 @@ rounded: string;
3650
3655
  fillMode: string;
3651
3656
  dataItems: any[];
3652
3657
  opened: boolean;
3653
- popupSettings: DropDownsPopupSettings;
3658
+ popupSettings: DropDownsPopupSettings_3;
3654
3659
  valid: boolean;
3655
3660
  validityStyles: boolean;
3656
3661
  adaptive: boolean;
package/index.d.ts CHANGED
@@ -5,9 +5,13 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
+ import { ComboBoxFilterChangeEvent as ComboBoxFilterChangeEvent_2 } from './ComboBoxProps';
8
9
  import { ComponentOptionsMixin } from 'vue';
9
10
  import { ComponentProvideOptions } from 'vue';
10
11
  import { DefineComponent } from 'vue';
12
+ import { DropDownListChangeEvent as DropDownListChangeEvent_2 } from './DropDownListProps';
13
+ import { DropDownsPopupSettings as DropDownsPopupSettings_2 } from './../common/settings';
14
+ import { DropDownsPopupSettings as DropDownsPopupSettings_3 } from '..';
11
15
  import { ExtractPropTypes } from 'vue';
12
16
  import { FormComponentProps } from '@progress/kendo-vue-common';
13
17
  import { FormComponentValidity } from '@progress/kendo-vue-common';
@@ -20,6 +24,7 @@ import { Ref } from 'vue';
20
24
  import { SVGIcon } from '@progress/kendo-svg-icons';
21
25
  import { TreeViewExpandChangeEvent } from '@progress/kendo-vue-treeview';
22
26
  import { TreeViewItemClickEvent } from '@progress/kendo-vue-treeview';
27
+ import { VirtualizationSettings as VirtualizationSettings_2 } from './../common/settings';
23
28
 
24
29
  /**
25
30
  * @hidden
@@ -86,7 +91,7 @@ dataItems: PropType<any[]>;
86
91
  textField: PropType<string>;
87
92
  loading: PropType<boolean>;
88
93
  popupSettings: {
89
- type: PropType<DropDownsPopupSettings>;
94
+ type: PropType<DropDownsPopupSettings_2>;
90
95
  default: () => {
91
96
  animate: boolean;
92
97
  height: string;
@@ -237,7 +242,7 @@ dataItems: PropType<any[]>;
237
242
  textField: PropType<string>;
238
243
  loading: PropType<boolean>;
239
244
  popupSettings: {
240
- type: PropType<DropDownsPopupSettings>;
245
+ type: PropType<DropDownsPopupSettings_2>;
241
246
  default: () => {
242
247
  animate: boolean;
243
248
  height: string;
@@ -291,7 +296,7 @@ fillMode: string;
291
296
  dir: string;
292
297
  defaultValue: string;
293
298
  opened: boolean;
294
- popupSettings: DropDownsPopupSettings;
299
+ popupSettings: DropDownsPopupSettings_2;
295
300
  modelValue: string;
296
301
  valid: boolean;
297
302
  validationMessage: string;
@@ -664,7 +669,7 @@ textField: PropType<string>;
664
669
  className: PropType<string>;
665
670
  loading: PropType<boolean>;
666
671
  popupSettings: {
667
- type: PropType<DropDownsPopupSettings>;
672
+ type: PropType<DropDownsPopupSettings_2>;
668
673
  default: () => {
669
674
  animate: boolean;
670
675
  height: string;
@@ -684,7 +689,7 @@ type: PropType<string>;
684
689
  default: any;
685
690
  };
686
691
  virtual: {
687
- type: PropType<VirtualizationSettings>;
692
+ type: PropType<VirtualizationSettings_2>;
688
693
  default: any;
689
694
  };
690
695
  suggest: {
@@ -733,7 +738,7 @@ adaptiveTitle: {
733
738
  type: PropType<string>;
734
739
  default: any;
735
740
  };
736
- onFilterchange: PropType<(event: ComboBoxFilterChangeEvent) => void>;
741
+ onFilterchange: PropType<(event: ComboBoxFilterChangeEvent_2) => void>;
737
742
  inputAttributes: PropType<Object>;
738
743
  }>, {
739
744
  inputRef: Ref<any, any>;
@@ -862,7 +867,7 @@ textField: PropType<string>;
862
867
  className: PropType<string>;
863
868
  loading: PropType<boolean>;
864
869
  popupSettings: {
865
- type: PropType<DropDownsPopupSettings>;
870
+ type: PropType<DropDownsPopupSettings_2>;
866
871
  default: () => {
867
872
  animate: boolean;
868
873
  height: string;
@@ -882,7 +887,7 @@ type: PropType<string>;
882
887
  default: any;
883
888
  };
884
889
  virtual: {
885
- type: PropType<VirtualizationSettings>;
890
+ type: PropType<VirtualizationSettings_2>;
886
891
  default: any;
887
892
  };
888
893
  suggest: {
@@ -931,7 +936,7 @@ adaptiveTitle: {
931
936
  type: PropType<string>;
932
937
  default: any;
933
938
  };
934
- onFilterchange: PropType<(event: ComboBoxFilterChangeEvent) => void>;
939
+ onFilterchange: PropType<(event: ComboBoxFilterChangeEvent_2) => void>;
935
940
  inputAttributes: PropType<Object>;
936
941
  }>> & Readonly<{
937
942
  onBlur?: (...args: any[] | unknown[]) => any;
@@ -956,14 +961,14 @@ fillMode: string;
956
961
  dir: string;
957
962
  defaultValue: any;
958
963
  opened: boolean;
959
- popupSettings: DropDownsPopupSettings;
964
+ popupSettings: DropDownsPopupSettings_2;
960
965
  modelValue: any;
961
966
  valid: boolean;
962
967
  validationMessage: string;
963
968
  validityStyles: boolean;
964
969
  adaptive: boolean;
965
970
  adaptiveTitle: string;
966
- virtual: VirtualizationSettings;
971
+ virtual: VirtualizationSettings_2;
967
972
  clearButton: boolean;
968
973
  suggest: boolean;
969
974
  allowCustom: boolean;
@@ -1352,7 +1357,7 @@ valuePrimitive: PropType<boolean>;
1352
1357
  className: PropType<string>;
1353
1358
  loading: PropType<boolean>;
1354
1359
  popupSettings: {
1355
- type: PropType<DropDownsPopupSettings>;
1360
+ type: PropType<DropDownsPopupSettings_2>;
1356
1361
  default: {
1357
1362
  animate: boolean;
1358
1363
  height: string;
@@ -1372,7 +1377,7 @@ type: PropType<string>;
1372
1377
  default: any;
1373
1378
  };
1374
1379
  virtual: {
1375
- type: PropType<VirtualizationSettings>;
1380
+ type: PropType<VirtualizationSettings_2>;
1376
1381
  default: any;
1377
1382
  };
1378
1383
  ariaLabelledBy: PropType<string>;
@@ -1404,7 +1409,7 @@ adaptiveTitle: {
1404
1409
  type: PropType<string>;
1405
1410
  default: any;
1406
1411
  };
1407
- onChange: PropType<(event: DropDownListChangeEvent) => void>;
1412
+ onChange: PropType<(event: DropDownListChangeEvent_2) => void>;
1408
1413
  }>, {
1409
1414
  selectRef: Ref<any, any>;
1410
1415
  baseWrapperRef: Ref<any, any>;
@@ -1544,7 +1549,7 @@ valuePrimitive: PropType<boolean>;
1544
1549
  className: PropType<string>;
1545
1550
  loading: PropType<boolean>;
1546
1551
  popupSettings: {
1547
- type: PropType<DropDownsPopupSettings>;
1552
+ type: PropType<DropDownsPopupSettings_2>;
1548
1553
  default: {
1549
1554
  animate: boolean;
1550
1555
  height: string;
@@ -1564,7 +1569,7 @@ type: PropType<string>;
1564
1569
  default: any;
1565
1570
  };
1566
1571
  virtual: {
1567
- type: PropType<VirtualizationSettings>;
1572
+ type: PropType<VirtualizationSettings_2>;
1568
1573
  default: any;
1569
1574
  };
1570
1575
  ariaLabelledBy: PropType<string>;
@@ -1596,7 +1601,7 @@ adaptiveTitle: {
1596
1601
  type: PropType<string>;
1597
1602
  default: any;
1598
1603
  };
1599
- onChange: PropType<(event: DropDownListChangeEvent) => void>;
1604
+ onChange: PropType<(event: DropDownListChangeEvent_2) => void>;
1600
1605
  }>> & Readonly<{}>, {
1601
1606
  filter: string;
1602
1607
  required: boolean;
@@ -1608,14 +1613,14 @@ fillMode: string;
1608
1613
  dir: string;
1609
1614
  defaultValue: any;
1610
1615
  opened: boolean;
1611
- popupSettings: DropDownsPopupSettings;
1616
+ popupSettings: DropDownsPopupSettings_2;
1612
1617
  modelValue: any;
1613
1618
  valid: boolean;
1614
1619
  validationMessage: string;
1615
1620
  validityStyles: boolean;
1616
1621
  adaptive: boolean;
1617
1622
  adaptiveTitle: string;
1618
- virtual: VirtualizationSettings;
1623
+ virtual: VirtualizationSettings_2;
1619
1624
  delay: number;
1620
1625
  ignoreCase: boolean;
1621
1626
  leftRightKeysNavigation: boolean;
@@ -2043,7 +2048,7 @@ filterable: PropType<boolean>;
2043
2048
  filter: PropType<string>;
2044
2049
  loading: PropType<boolean>;
2045
2050
  popupSettings: {
2046
- type: PropType<DropDownsPopupSettings>;
2051
+ type: PropType<DropDownsPopupSettings_3>;
2047
2052
  default: () => {
2048
2053
  animate: boolean;
2049
2054
  height: string;
@@ -2201,7 +2206,7 @@ filterable: PropType<boolean>;
2201
2206
  filter: PropType<string>;
2202
2207
  loading: PropType<boolean>;
2203
2208
  popupSettings: {
2204
- type: PropType<DropDownsPopupSettings>;
2209
+ type: PropType<DropDownsPopupSettings_3>;
2205
2210
  default: () => {
2206
2211
  animate: boolean;
2207
2212
  height: string;
@@ -2254,7 +2259,7 @@ rounded: string;
2254
2259
  fillMode: string;
2255
2260
  dataItems: any[];
2256
2261
  opened: boolean;
2257
- popupSettings: DropDownsPopupSettings;
2262
+ popupSettings: DropDownsPopupSettings_3;
2258
2263
  modelValue: any;
2259
2264
  valid: boolean;
2260
2265
  validityStyles: boolean;
@@ -2773,7 +2778,7 @@ default: boolean;
2773
2778
  tagRender: PropType<any>;
2774
2779
  id: PropType<string>;
2775
2780
  popupSettings: {
2776
- type: PropType<DropDownsPopupSettings>;
2781
+ type: PropType<DropDownsPopupSettings_2>;
2777
2782
  default: () => {
2778
2783
  animate: boolean;
2779
2784
  height: string;
@@ -2786,7 +2791,7 @@ groupStickyHeaderItemRender: PropType<any>;
2786
2791
  listNoDataRender: PropType<any>;
2787
2792
  focusedItemIndex: PropType<(data: any, inputText: string, textField?: string) => number>;
2788
2793
  virtual: {
2789
- type: PropType<VirtualizationSettings>;
2794
+ type: PropType<VirtualizationSettings_2>;
2790
2795
  default: any;
2791
2796
  };
2792
2797
  header: PropType<any>;
@@ -2962,7 +2967,7 @@ default: boolean;
2962
2967
  tagRender: PropType<any>;
2963
2968
  id: PropType<string>;
2964
2969
  popupSettings: {
2965
- type: PropType<DropDownsPopupSettings>;
2970
+ type: PropType<DropDownsPopupSettings_2>;
2966
2971
  default: () => {
2967
2972
  animate: boolean;
2968
2973
  height: string;
@@ -2975,7 +2980,7 @@ groupStickyHeaderItemRender: PropType<any>;
2975
2980
  listNoDataRender: PropType<any>;
2976
2981
  focusedItemIndex: PropType<(data: any, inputText: string, textField?: string) => number>;
2977
2982
  virtual: {
2978
- type: PropType<VirtualizationSettings>;
2983
+ type: PropType<VirtualizationSettings_2>;
2979
2984
  default: any;
2980
2985
  };
2981
2986
  header: PropType<any>;
@@ -3043,14 +3048,14 @@ size: string;
3043
3048
  rounded: string;
3044
3049
  fillMode: string;
3045
3050
  opened: boolean;
3046
- popupSettings: DropDownsPopupSettings;
3051
+ popupSettings: DropDownsPopupSettings_2;
3047
3052
  valid: boolean;
3048
3053
  validationMessage: string;
3049
3054
  validityStyles: boolean;
3050
3055
  adaptive: boolean;
3051
3056
  adaptiveTitle: string;
3052
3057
  tagsRounded: string;
3053
- virtual: VirtualizationSettings;
3058
+ virtual: VirtualizationSettings_2;
3054
3059
  autoClose: boolean;
3055
3060
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3056
3061
 
@@ -3453,7 +3458,7 @@ filter: PropType<string>;
3453
3458
  loading: PropType<boolean>;
3454
3459
  tags: PropType<MultiSelectTagData[]>;
3455
3460
  popupSettings: {
3456
- type: PropType<DropDownsPopupSettings>;
3461
+ type: PropType<DropDownsPopupSettings_3>;
3457
3462
  default: () => {
3458
3463
  animate: boolean;
3459
3464
  height: string;
@@ -3599,7 +3604,7 @@ filter: PropType<string>;
3599
3604
  loading: PropType<boolean>;
3600
3605
  tags: PropType<MultiSelectTagData[]>;
3601
3606
  popupSettings: {
3602
- type: PropType<DropDownsPopupSettings>;
3607
+ type: PropType<DropDownsPopupSettings_3>;
3603
3608
  default: () => {
3604
3609
  animate: boolean;
3605
3610
  height: string;
@@ -3650,7 +3655,7 @@ rounded: string;
3650
3655
  fillMode: string;
3651
3656
  dataItems: any[];
3652
3657
  opened: boolean;
3653
- popupSettings: DropDownsPopupSettings;
3658
+ popupSettings: DropDownsPopupSettings_3;
3654
3659
  valid: boolean;
3655
3660
  validityStyles: boolean;
3656
3661
  adaptive: boolean;
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-dropdowns",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738675430,version:"6.1.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-dropdowns",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1738924694,version:"6.1.0-develop.8",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1738675430,
14
- version: "6.1.0-develop.6",
13
+ publishDate: 1738924694,
14
+ version: "6.1.0-develop.8",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-dropdowns",
3
- "version": "6.1.0-develop.6",
3
+ "version": "6.1.0-develop.8",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -19,14 +19,14 @@
19
19
  "sideEffects": false,
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-licensing": "^1.3.4",
22
- "@progress/kendo-vue-buttons": "6.1.0-develop.6",
23
- "@progress/kendo-vue-common": "6.1.0-develop.6",
24
- "@progress/kendo-vue-inputs": "6.1.0-develop.6",
25
- "@progress/kendo-vue-intl": "6.1.0-develop.6",
26
- "@progress/kendo-vue-labels": "6.1.0-develop.6",
27
- "@progress/kendo-vue-layout": "6.1.0-develop.6",
28
- "@progress/kendo-vue-popup": "6.1.0-develop.6",
29
- "@progress/kendo-vue-treeview": "6.1.0-develop.6",
22
+ "@progress/kendo-vue-buttons": "6.1.0-develop.8",
23
+ "@progress/kendo-vue-common": "6.1.0-develop.8",
24
+ "@progress/kendo-vue-inputs": "6.1.0-develop.8",
25
+ "@progress/kendo-vue-intl": "6.1.0-develop.8",
26
+ "@progress/kendo-vue-labels": "6.1.0-develop.8",
27
+ "@progress/kendo-vue-layout": "6.1.0-develop.8",
28
+ "@progress/kendo-vue-popup": "6.1.0-develop.8",
29
+ "@progress/kendo-vue-treeview": "6.1.0-develop.8",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
31
  "vue": "^3.0.2"
32
32
  },
@@ -47,7 +47,7 @@
47
47
  "package": {
48
48
  "productName": "Kendo UI for Vue",
49
49
  "productCode": "KENDOUIVUE",
50
- "publishDate": 1738675430,
50
+ "publishDate": 1738924694,
51
51
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/"
52
52
  }
53
53
  },