@progress/kendo-vue-dropdowns 4.3.0-dev.202401301426 → 4.3.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.
@@ -319,6 +319,7 @@ var DropDownTreeVue2 = {
319
319
  },
320
320
  // @ts-ignore
321
321
  render: function render(createElement) {
322
+ var _this2 = this;
322
323
  var _this = this;
323
324
  var h = gh || createElement;
324
325
  var id = this.$props.id || this.componentGuid;
@@ -648,9 +649,9 @@ var DropDownTreeVue2 = {
648
649
  domProps: this.v3 ? undefined : {
649
650
  "value": this.$props.valueMap ? this.$props.valueMap.call(undefined, this.computedValue) : this.computedValue
650
651
  }
651
- })]),
652
+ })]), !renderAdaptive &&
652
653
  // @ts-ignore function children
653
- !renderAdaptive && h(Popup, {
654
+ h(Popup, {
654
655
  style: {
655
656
  width: this.popupWidth,
656
657
  direction: dir
@@ -677,40 +678,100 @@ var DropDownTreeVue2 = {
677
678
  },
678
679
  onClose: this.onPopupClosed,
679
680
  appendTo: popupSettings.appendTo
680
- }, [this.$props.filterable &&
681
- // @ts-ignore
682
- h(ListFilter, {
683
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
684
- attrs: this.v3 ? undefined : {
685
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
681
+ }, this.v3 ? function () {
682
+ return [_this2.$props.filterable &&
683
+ // @ts-ignore
684
+ h(ListFilter, {
685
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
686
+ attrs: _this2.v3 ? undefined : {
687
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
688
+ size: size,
689
+ rounded: rounded,
690
+ fillMode: fillMode
691
+ },
692
+ ref: setRef(_this2, 'input'),
693
+ onChange: _this2.onFilterChange,
694
+ on: _this2.v3 ? undefined : {
695
+ "change": _this2.onFilterChange,
696
+ "keydown": _this2.onInputKeyDown
697
+ },
698
+ onKeydown: _this2.onInputKeyDown,
699
+ size: size,
700
+ rounded: rounded,
701
+ fillMode: fillMode
702
+ }), header && h("div", {
703
+ "class": "k-list-header"
704
+ }, [header]), dataItems.length > 0 ?
705
+ // @ts-ignore
706
+ h(TreeView, {
707
+ ref: setRef(_this2, 'treeView'),
708
+ tabIndex: tabIndex,
709
+ attrs: _this2.v3 ? undefined : {
710
+ tabIndex: tabIndex,
711
+ dataItems: dataItems,
712
+ focusIdField: dataItemKey,
713
+ textField: _this2.$props.textField,
714
+ selectField: selectField,
715
+ expandField: _this2.$props.expandField,
716
+ childrenField: subItemsField,
717
+ expandIcons: true,
718
+ size: size,
719
+ item: itemTemplate
720
+ },
721
+ dataItems: dataItems,
722
+ focusIdField: dataItemKey,
723
+ textField: _this2.$props.textField,
724
+ selectField: selectField,
725
+ expandField: _this2.$props.expandField,
726
+ childrenField: subItemsField,
727
+ expandIcons: true,
728
+ onItemclick: _this2.onChange,
729
+ on: _this2.v3 ? undefined : {
730
+ "itemclick": _this2.onChange,
731
+ "expandchange": _this2.onExpand,
732
+ "focus": _this2.onFocus,
733
+ "blur": _this2.onBlur,
734
+ "keydown": _this2.onWrapperKeyDown
735
+ },
736
+ onExpandchange: _this2.onExpand,
737
+ onFocus: _this2.onFocus,
738
+ onBlur: _this2.onBlur,
739
+ onKeydown: _this2.onWrapperKeyDown,
740
+ size: size,
741
+ item: itemTemplate
742
+ }) : noDataTemplate, footer && h("div", {
743
+ "class": "k-list-footer"
744
+ }, [footer])];
745
+ } : [_this2.$props.filterable && h(ListFilter, {
746
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
747
+ attrs: _this2.v3 ? undefined : {
748
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
686
749
  size: size,
687
750
  rounded: rounded,
688
751
  fillMode: fillMode
689
752
  },
690
- ref: setRef(this, 'input'),
691
- onChange: this.onFilterChange,
692
- on: this.v3 ? undefined : {
693
- "change": this.onFilterChange,
694
- "keydown": this.onInputKeyDown
753
+ ref: setRef(_this2, 'input'),
754
+ onChange: _this2.onFilterChange,
755
+ on: _this2.v3 ? undefined : {
756
+ "change": _this2.onFilterChange,
757
+ "keydown": _this2.onInputKeyDown
695
758
  },
696
- onKeydown: this.onInputKeyDown,
759
+ onKeydown: _this2.onInputKeyDown,
697
760
  size: size,
698
761
  rounded: rounded,
699
762
  fillMode: fillMode
700
763
  }), header && h("div", {
701
764
  "class": "k-list-header"
702
- }, [header]), dataItems.length > 0 ?
703
- // @ts-ignore
704
- h(TreeView, {
705
- ref: setRef(this, 'treeView'),
765
+ }, [header]), dataItems.length > 0 ? h(TreeView, {
766
+ ref: setRef(_this2, 'treeView'),
706
767
  tabIndex: tabIndex,
707
- attrs: this.v3 ? undefined : {
768
+ attrs: _this2.v3 ? undefined : {
708
769
  tabIndex: tabIndex,
709
770
  dataItems: dataItems,
710
771
  focusIdField: dataItemKey,
711
- textField: this.$props.textField,
772
+ textField: _this2.$props.textField,
712
773
  selectField: selectField,
713
- expandField: this.$props.expandField,
774
+ expandField: _this2.$props.expandField,
714
775
  childrenField: subItemsField,
715
776
  expandIcons: true,
716
777
  size: size,
@@ -718,23 +779,23 @@ var DropDownTreeVue2 = {
718
779
  },
719
780
  dataItems: dataItems,
720
781
  focusIdField: dataItemKey,
721
- textField: this.$props.textField,
782
+ textField: _this2.$props.textField,
722
783
  selectField: selectField,
723
- expandField: this.$props.expandField,
784
+ expandField: _this2.$props.expandField,
724
785
  childrenField: subItemsField,
725
786
  expandIcons: true,
726
- onItemclick: this.onChange,
727
- on: this.v3 ? undefined : {
728
- "itemclick": this.onChange,
729
- "expandchange": this.onExpand,
730
- "focus": this.onFocus,
731
- "blur": this.onBlur,
732
- "keydown": this.onWrapperKeyDown
787
+ onItemclick: _this2.onChange,
788
+ on: _this2.v3 ? undefined : {
789
+ "itemclick": _this2.onChange,
790
+ "expandchange": _this2.onExpand,
791
+ "focus": _this2.onFocus,
792
+ "blur": _this2.onBlur,
793
+ "keydown": _this2.onWrapperKeyDown
733
794
  },
734
- onExpandchange: this.onExpand,
735
- onFocus: this.onFocus,
736
- onBlur: this.onBlur,
737
- onKeydown: this.onWrapperKeyDown,
795
+ onExpandchange: _this2.onExpand,
796
+ onFocus: _this2.onFocus,
797
+ onBlur: _this2.onBlur,
798
+ onKeydown: _this2.onWrapperKeyDown,
738
799
  size: size,
739
800
  item: itemTemplate
740
801
  }) : noDataTemplate, footer && h("div", {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dropdowns',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1706624233,
8
+ publishDate: 1706639711,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -319,6 +319,7 @@ var DropDownTreeVue2 = {
319
319
  },
320
320
  // @ts-ignore
321
321
  render: function render(createElement) {
322
+ var _this2 = this;
322
323
  var _this = this;
323
324
  var h = gh || createElement;
324
325
  var id = this.$props.id || this.componentGuid;
@@ -648,9 +649,9 @@ var DropDownTreeVue2 = {
648
649
  domProps: this.v3 ? undefined : {
649
650
  "value": this.$props.valueMap ? this.$props.valueMap.call(undefined, this.computedValue) : this.computedValue
650
651
  }
651
- })]),
652
+ })]), !renderAdaptive &&
652
653
  // @ts-ignore function children
653
- !renderAdaptive && h(Popup, {
654
+ h(Popup, {
654
655
  style: {
655
656
  width: this.popupWidth,
656
657
  direction: dir
@@ -677,40 +678,100 @@ var DropDownTreeVue2 = {
677
678
  },
678
679
  onClose: this.onPopupClosed,
679
680
  appendTo: popupSettings.appendTo
680
- }, [this.$props.filterable &&
681
- // @ts-ignore
682
- h(ListFilter, {
683
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
684
- attrs: this.v3 ? undefined : {
685
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
681
+ }, this.v3 ? function () {
682
+ return [_this2.$props.filterable &&
683
+ // @ts-ignore
684
+ h(ListFilter, {
685
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
686
+ attrs: _this2.v3 ? undefined : {
687
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
688
+ size: size,
689
+ rounded: rounded,
690
+ fillMode: fillMode
691
+ },
692
+ ref: setRef(_this2, 'input'),
693
+ onChange: _this2.onFilterChange,
694
+ on: _this2.v3 ? undefined : {
695
+ "change": _this2.onFilterChange,
696
+ "keydown": _this2.onInputKeyDown
697
+ },
698
+ onKeydown: _this2.onInputKeyDown,
699
+ size: size,
700
+ rounded: rounded,
701
+ fillMode: fillMode
702
+ }), header && h("div", {
703
+ "class": "k-list-header"
704
+ }, [header]), dataItems.length > 0 ?
705
+ // @ts-ignore
706
+ h(TreeView, {
707
+ ref: setRef(_this2, 'treeView'),
708
+ tabIndex: tabIndex,
709
+ attrs: _this2.v3 ? undefined : {
710
+ tabIndex: tabIndex,
711
+ dataItems: dataItems,
712
+ focusIdField: dataItemKey,
713
+ textField: _this2.$props.textField,
714
+ selectField: selectField,
715
+ expandField: _this2.$props.expandField,
716
+ childrenField: subItemsField,
717
+ expandIcons: true,
718
+ size: size,
719
+ item: itemTemplate
720
+ },
721
+ dataItems: dataItems,
722
+ focusIdField: dataItemKey,
723
+ textField: _this2.$props.textField,
724
+ selectField: selectField,
725
+ expandField: _this2.$props.expandField,
726
+ childrenField: subItemsField,
727
+ expandIcons: true,
728
+ onItemclick: _this2.onChange,
729
+ on: _this2.v3 ? undefined : {
730
+ "itemclick": _this2.onChange,
731
+ "expandchange": _this2.onExpand,
732
+ "focus": _this2.onFocus,
733
+ "blur": _this2.onBlur,
734
+ "keydown": _this2.onWrapperKeyDown
735
+ },
736
+ onExpandchange: _this2.onExpand,
737
+ onFocus: _this2.onFocus,
738
+ onBlur: _this2.onBlur,
739
+ onKeydown: _this2.onWrapperKeyDown,
740
+ size: size,
741
+ item: itemTemplate
742
+ }) : noDataTemplate, footer && h("div", {
743
+ "class": "k-list-footer"
744
+ }, [footer])];
745
+ } : [_this2.$props.filterable && h(ListFilter, {
746
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
747
+ attrs: _this2.v3 ? undefined : {
748
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
686
749
  size: size,
687
750
  rounded: rounded,
688
751
  fillMode: fillMode
689
752
  },
690
- ref: setRef(this, 'input'),
691
- onChange: this.onFilterChange,
692
- on: this.v3 ? undefined : {
693
- "change": this.onFilterChange,
694
- "keydown": this.onInputKeyDown
753
+ ref: setRef(_this2, 'input'),
754
+ onChange: _this2.onFilterChange,
755
+ on: _this2.v3 ? undefined : {
756
+ "change": _this2.onFilterChange,
757
+ "keydown": _this2.onInputKeyDown
695
758
  },
696
- onKeydown: this.onInputKeyDown,
759
+ onKeydown: _this2.onInputKeyDown,
697
760
  size: size,
698
761
  rounded: rounded,
699
762
  fillMode: fillMode
700
763
  }), header && h("div", {
701
764
  "class": "k-list-header"
702
- }, [header]), dataItems.length > 0 ?
703
- // @ts-ignore
704
- h(TreeView, {
705
- ref: setRef(this, 'treeView'),
765
+ }, [header]), dataItems.length > 0 ? h(TreeView, {
766
+ ref: setRef(_this2, 'treeView'),
706
767
  tabIndex: tabIndex,
707
- attrs: this.v3 ? undefined : {
768
+ attrs: _this2.v3 ? undefined : {
708
769
  tabIndex: tabIndex,
709
770
  dataItems: dataItems,
710
771
  focusIdField: dataItemKey,
711
- textField: this.$props.textField,
772
+ textField: _this2.$props.textField,
712
773
  selectField: selectField,
713
- expandField: this.$props.expandField,
774
+ expandField: _this2.$props.expandField,
714
775
  childrenField: subItemsField,
715
776
  expandIcons: true,
716
777
  size: size,
@@ -718,23 +779,23 @@ var DropDownTreeVue2 = {
718
779
  },
719
780
  dataItems: dataItems,
720
781
  focusIdField: dataItemKey,
721
- textField: this.$props.textField,
782
+ textField: _this2.$props.textField,
722
783
  selectField: selectField,
723
- expandField: this.$props.expandField,
784
+ expandField: _this2.$props.expandField,
724
785
  childrenField: subItemsField,
725
786
  expandIcons: true,
726
- onItemclick: this.onChange,
727
- on: this.v3 ? undefined : {
728
- "itemclick": this.onChange,
729
- "expandchange": this.onExpand,
730
- "focus": this.onFocus,
731
- "blur": this.onBlur,
732
- "keydown": this.onWrapperKeyDown
787
+ onItemclick: _this2.onChange,
788
+ on: _this2.v3 ? undefined : {
789
+ "itemclick": _this2.onChange,
790
+ "expandchange": _this2.onExpand,
791
+ "focus": _this2.onFocus,
792
+ "blur": _this2.onBlur,
793
+ "keydown": _this2.onWrapperKeyDown
733
794
  },
734
- onExpandchange: this.onExpand,
735
- onFocus: this.onFocus,
736
- onBlur: this.onBlur,
737
- onKeydown: this.onWrapperKeyDown,
795
+ onExpandchange: _this2.onExpand,
796
+ onFocus: _this2.onFocus,
797
+ onBlur: _this2.onBlur,
798
+ onKeydown: _this2.onWrapperKeyDown,
738
799
  size: size,
739
800
  item: itemTemplate
740
801
  }) : noDataTemplate, footer && h("div", {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dropdowns',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1706624233,
8
+ publishDate: 1706639711,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -323,6 +323,7 @@ var DropDownTreeVue2 = {
323
323
  },
324
324
  // @ts-ignore
325
325
  render: function render(createElement) {
326
+ var _this2 = this;
326
327
  var _this = this;
327
328
  var h = gh || createElement;
328
329
  var id = this.$props.id || this.componentGuid;
@@ -652,9 +653,9 @@ var DropDownTreeVue2 = {
652
653
  domProps: this.v3 ? undefined : {
653
654
  "value": this.$props.valueMap ? this.$props.valueMap.call(undefined, this.computedValue) : this.computedValue
654
655
  }
655
- })]),
656
+ })]), !renderAdaptive &&
656
657
  // @ts-ignore function children
657
- !renderAdaptive && h(kendo_vue_popup_1.Popup, {
658
+ h(kendo_vue_popup_1.Popup, {
658
659
  style: {
659
660
  width: this.popupWidth,
660
661
  direction: dir
@@ -681,40 +682,100 @@ var DropDownTreeVue2 = {
681
682
  },
682
683
  onClose: this.onPopupClosed,
683
684
  appendTo: popupSettings.appendTo
684
- }, [this.$props.filterable &&
685
- // @ts-ignore
686
- h(ListFilter_1.ListFilter, {
687
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
688
- attrs: this.v3 ? undefined : {
689
- value: this.$props.filter === undefined ? this.filterState : this.$props.filter,
685
+ }, this.v3 ? function () {
686
+ return [_this2.$props.filterable &&
687
+ // @ts-ignore
688
+ h(ListFilter_1.ListFilter, {
689
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
690
+ attrs: _this2.v3 ? undefined : {
691
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
692
+ size: size,
693
+ rounded: rounded,
694
+ fillMode: fillMode
695
+ },
696
+ ref: (0, kendo_vue_common_1.setRef)(_this2, 'input'),
697
+ onChange: _this2.onFilterChange,
698
+ on: _this2.v3 ? undefined : {
699
+ "change": _this2.onFilterChange,
700
+ "keydown": _this2.onInputKeyDown
701
+ },
702
+ onKeydown: _this2.onInputKeyDown,
703
+ size: size,
704
+ rounded: rounded,
705
+ fillMode: fillMode
706
+ }), header && h("div", {
707
+ "class": "k-list-header"
708
+ }, [header]), dataItems.length > 0 ?
709
+ // @ts-ignore
710
+ h(kendo_vue_treeview_1.TreeView, {
711
+ ref: (0, kendo_vue_common_1.setRef)(_this2, 'treeView'),
712
+ tabIndex: tabIndex,
713
+ attrs: _this2.v3 ? undefined : {
714
+ tabIndex: tabIndex,
715
+ dataItems: dataItems,
716
+ focusIdField: dataItemKey,
717
+ textField: _this2.$props.textField,
718
+ selectField: selectField,
719
+ expandField: _this2.$props.expandField,
720
+ childrenField: subItemsField,
721
+ expandIcons: true,
722
+ size: size,
723
+ item: itemTemplate
724
+ },
725
+ dataItems: dataItems,
726
+ focusIdField: dataItemKey,
727
+ textField: _this2.$props.textField,
728
+ selectField: selectField,
729
+ expandField: _this2.$props.expandField,
730
+ childrenField: subItemsField,
731
+ expandIcons: true,
732
+ onItemclick: _this2.onChange,
733
+ on: _this2.v3 ? undefined : {
734
+ "itemclick": _this2.onChange,
735
+ "expandchange": _this2.onExpand,
736
+ "focus": _this2.onFocus,
737
+ "blur": _this2.onBlur,
738
+ "keydown": _this2.onWrapperKeyDown
739
+ },
740
+ onExpandchange: _this2.onExpand,
741
+ onFocus: _this2.onFocus,
742
+ onBlur: _this2.onBlur,
743
+ onKeydown: _this2.onWrapperKeyDown,
744
+ size: size,
745
+ item: itemTemplate
746
+ }) : noDataTemplate, footer && h("div", {
747
+ "class": "k-list-footer"
748
+ }, [footer])];
749
+ } : [_this2.$props.filterable && h(ListFilter_1.ListFilter, {
750
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
751
+ attrs: _this2.v3 ? undefined : {
752
+ value: _this2.$props.filter === undefined ? _this2.filterState : _this2.$props.filter,
690
753
  size: size,
691
754
  rounded: rounded,
692
755
  fillMode: fillMode
693
756
  },
694
- ref: (0, kendo_vue_common_1.setRef)(this, 'input'),
695
- onChange: this.onFilterChange,
696
- on: this.v3 ? undefined : {
697
- "change": this.onFilterChange,
698
- "keydown": this.onInputKeyDown
757
+ ref: (0, kendo_vue_common_1.setRef)(_this2, 'input'),
758
+ onChange: _this2.onFilterChange,
759
+ on: _this2.v3 ? undefined : {
760
+ "change": _this2.onFilterChange,
761
+ "keydown": _this2.onInputKeyDown
699
762
  },
700
- onKeydown: this.onInputKeyDown,
763
+ onKeydown: _this2.onInputKeyDown,
701
764
  size: size,
702
765
  rounded: rounded,
703
766
  fillMode: fillMode
704
767
  }), header && h("div", {
705
768
  "class": "k-list-header"
706
- }, [header]), dataItems.length > 0 ?
707
- // @ts-ignore
708
- h(kendo_vue_treeview_1.TreeView, {
709
- ref: (0, kendo_vue_common_1.setRef)(this, 'treeView'),
769
+ }, [header]), dataItems.length > 0 ? h(kendo_vue_treeview_1.TreeView, {
770
+ ref: (0, kendo_vue_common_1.setRef)(_this2, 'treeView'),
710
771
  tabIndex: tabIndex,
711
- attrs: this.v3 ? undefined : {
772
+ attrs: _this2.v3 ? undefined : {
712
773
  tabIndex: tabIndex,
713
774
  dataItems: dataItems,
714
775
  focusIdField: dataItemKey,
715
- textField: this.$props.textField,
776
+ textField: _this2.$props.textField,
716
777
  selectField: selectField,
717
- expandField: this.$props.expandField,
778
+ expandField: _this2.$props.expandField,
718
779
  childrenField: subItemsField,
719
780
  expandIcons: true,
720
781
  size: size,
@@ -722,23 +783,23 @@ var DropDownTreeVue2 = {
722
783
  },
723
784
  dataItems: dataItems,
724
785
  focusIdField: dataItemKey,
725
- textField: this.$props.textField,
786
+ textField: _this2.$props.textField,
726
787
  selectField: selectField,
727
- expandField: this.$props.expandField,
788
+ expandField: _this2.$props.expandField,
728
789
  childrenField: subItemsField,
729
790
  expandIcons: true,
730
- onItemclick: this.onChange,
731
- on: this.v3 ? undefined : {
732
- "itemclick": this.onChange,
733
- "expandchange": this.onExpand,
734
- "focus": this.onFocus,
735
- "blur": this.onBlur,
736
- "keydown": this.onWrapperKeyDown
791
+ onItemclick: _this2.onChange,
792
+ on: _this2.v3 ? undefined : {
793
+ "itemclick": _this2.onChange,
794
+ "expandchange": _this2.onExpand,
795
+ "focus": _this2.onFocus,
796
+ "blur": _this2.onBlur,
797
+ "keydown": _this2.onWrapperKeyDown
737
798
  },
738
- onExpandchange: this.onExpand,
739
- onFocus: this.onFocus,
740
- onBlur: this.onBlur,
741
- onKeydown: this.onWrapperKeyDown,
799
+ onExpandchange: _this2.onExpand,
800
+ onFocus: _this2.onFocus,
801
+ onBlur: _this2.onBlur,
802
+ onKeydown: _this2.onWrapperKeyDown,
742
803
  size: size,
743
804
  item: itemTemplate
744
805
  }) : noDataTemplate, footer && h("div", {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-dropdowns',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1706624233,
11
+ publishDate: 1706639711,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-dropdowns",
3
3
  "description": "Kendo UI for Vue Dropdowns package",
4
- "version": "4.3.0-dev.202401301426",
4
+ "version": "4.3.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -54,21 +54,21 @@
54
54
  "vue": "^2.6.12 || ^3.0.2"
55
55
  },
56
56
  "dependencies": {
57
- "@progress/kendo-vue-buttons": "4.3.0-dev.202401301426",
58
- "@progress/kendo-vue-common": "4.3.0-dev.202401301426",
59
- "@progress/kendo-vue-layout": "4.3.0-dev.202401301426",
60
- "@progress/kendo-vue-popup": "4.3.0-dev.202401301426"
57
+ "@progress/kendo-vue-buttons": "4.3.0",
58
+ "@progress/kendo-vue-common": "4.3.0",
59
+ "@progress/kendo-vue-layout": "4.3.0",
60
+ "@progress/kendo-vue-popup": "4.3.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@progress/kendo-data-query": "^1.5.4",
64
64
  "@progress/kendo-licensing": "^1.3.0",
65
65
  "@progress/kendo-svg-icons": "^2.0.0",
66
- "@progress/kendo-vue-data-tools": "4.3.0-dev.202401301426",
67
- "@progress/kendo-vue-inputs": "4.3.0-dev.202401301426",
68
- "@progress/kendo-vue-intl": "4.3.0-dev.202401301426",
69
- "@progress/kendo-vue-labels": "4.3.0-dev.202401301426",
70
- "@progress/kendo-vue-layout": "4.3.0-dev.202401301426",
71
- "@progress/kendo-vue-treeview": "4.3.0-dev.202401301426"
66
+ "@progress/kendo-vue-data-tools": "4.3.0",
67
+ "@progress/kendo-vue-inputs": "4.3.0",
68
+ "@progress/kendo-vue-intl": "4.3.0",
69
+ "@progress/kendo-vue-labels": "4.3.0",
70
+ "@progress/kendo-vue-layout": "4.3.0",
71
+ "@progress/kendo-vue-treeview": "4.3.0"
72
72
  },
73
73
  "author": "Progress",
74
74
  "license": "SEE LICENSE IN LICENSE.md",