@progress/kendo-react-dropdowns 9.0.0-develop.9 → 9.0.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.
package/index.js CHANGED
@@ -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 client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./DropDownList/DropDownList.js"),p=require("./common/ListItem.js"),c=require("./common/List.js"),x=require("./common/SearchBar.js"),m=require("./common/ListContainer.js"),D=require("./common/ListFilter.js"),n=require("./messages/index.js"),e=require("./common/utils.js"),o=require("./ComboBox/ComboBox.js"),r=require("./AutoComplete/AutoComplete.js"),i=require("./MultiSelect/MultiSelect.js"),a=require("./MultiSelect/TagList.js"),u=require("./MultiColumnComboBox/MultiColumnComboBox.js"),l=require("./DropDownTree/DropDownTree.js"),s=require("./MultiSelectTree/MultiSelectTree.js"),C=require("./MultiSelectTree/utils.js");exports.DropDownList=t.DropDownList;exports.DropDownListClassComponent=t.DropDownListWithoutContext;exports.DropDownListPropsContext=t.DropDownListPropsContext;exports.DropDownListWithoutContext=t.DropDownListWithoutContext;exports.ListItem=p;exports.List=c;exports.SearchBar=x;exports.ListContainer=m;exports.ListFilter=D;exports.dropdownsMessages=n.messages;exports.nodata=n.nodata;exports.findByFieldValue=e.findByFieldValue;exports.getItemValue=e.getItemValue;exports.scrollToItem=e.scrollToItem;exports.ComboBox=o.ComboBox;exports.ComboBoxPropsContext=o.ComboBoxPropsContext;exports.ComboBoxWithoutContext=o.ComboBoxWithoutContext;exports.AutoComplete=r.AutoComplete;exports.AutoCompletePropsContext=r.AutoCompletePropsContext;exports.AutoCompleteWithoutContext=r.AutoCompleteWithoutContext;exports.MultiSelect=i.MultiSelect;exports.MultiSelectPropsContext=i.MultiSelectPropsContext;exports.MultiSelectWithoutContext=i.MultiSelectWithoutContext;exports.TagList=a;exports.MultiColumnComboBox=u.MultiColumnComboBox;exports.MultiColumnComboBoxPropsContext=u.MultiColumnComboBoxPropsContext;exports.DropDownTree=l.DropDownTree;exports.DropDownTreePropsContext=l.DropDownTreePropsContext;exports.MultiSelectTree=s.MultiSelectTree;exports.MultiSelectTreePropsContext=s.MultiSelectTreePropsContext;exports.getMultiSelectTreeValue=C.getMultiSelectTreeValue;exports.getValueMap=C.getValueMap;
8
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./DropDownList/DropDownList.js"),p=require("./common/ListItem.js"),c=require("./common/List.js"),x=require("./common/SearchBar.js"),m=require("./common/ListContainer.js"),a=require("./common/ListFilter.js"),l=require("./messages/index.js"),t=require("./common/utils.js"),o=require("./ComboBox/ComboBox.js"),r=require("./AutoComplete/AutoComplete.js"),i=require("./MultiSelect/MultiSelect.js"),D=require("./MultiSelect/TagList.js"),u=require("./MultiColumnComboBox/MultiColumnComboBox.js"),n=require("./DropDownTree/DropDownTree.js"),s=require("./MultiSelectTree/MultiSelectTree.js"),C=require("./MultiSelectTree/utils.js");exports.DropDownList=e.DropDownList;exports.DropDownListPropsContext=e.DropDownListPropsContext;exports.dropDownListDefaultProps=e.dropDownListDefaultProps;exports.ListItem=p;exports.List=c;exports.SearchBar=x;exports.ListContainer=m;exports.ListFilter=a;exports.dropdownsMessages=l.messages;exports.nodata=l.nodata;exports.findByFieldValue=t.findByFieldValue;exports.getItemValue=t.getItemValue;exports.scrollToItem=t.scrollToItem;exports.ComboBox=o.ComboBox;exports.ComboBoxPropsContext=o.ComboBoxPropsContext;exports.ComboBoxWithoutContext=o.ComboBoxWithoutContext;exports.AutoComplete=r.AutoComplete;exports.AutoCompletePropsContext=r.AutoCompletePropsContext;exports.AutoCompleteWithoutContext=r.AutoCompleteWithoutContext;exports.MultiSelect=i.MultiSelect;exports.MultiSelectPropsContext=i.MultiSelectPropsContext;exports.MultiSelectWithoutContext=i.MultiSelectWithoutContext;exports.TagList=D;exports.MultiColumnComboBox=u.MultiColumnComboBox;exports.MultiColumnComboBoxPropsContext=u.MultiColumnComboBoxPropsContext;exports.DropDownTree=n.DropDownTree;exports.DropDownTreePropsContext=n.DropDownTreePropsContext;exports.MultiSelectTree=s.MultiSelectTree;exports.MultiSelectTreePropsContext=s.MultiSelectTreePropsContext;exports.getMultiSelectTreeValue=C.getMultiSelectTreeValue;exports.getValueMap=C.getValueMap;
package/index.mjs CHANGED
@@ -6,53 +6,52 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  "use client";
9
- import { DropDownList as e, DropDownListWithoutContext as r, DropDownListPropsContext as p, DropDownListWithoutContext as s } from "./DropDownList/DropDownList.mjs";
10
- import { default as x } from "./common/ListItem.mjs";
11
- import { default as n } from "./common/List.mjs";
9
+ import { DropDownList as e, DropDownListPropsContext as r, dropDownListDefaultProps as l } from "./DropDownList/DropDownList.mjs";
10
+ import { default as s } from "./common/ListItem.mjs";
11
+ import { default as m } from "./common/List.mjs";
12
12
  import { default as a } from "./common/SearchBar.mjs";
13
- import { default as C } from "./common/ListContainer.mjs";
14
- import { default as D } from "./common/ListFilter.mjs";
15
- import { messages as L, nodata as M } from "./messages/index.mjs";
16
- import { findByFieldValue as w, getItemValue as B, scrollToItem as P } from "./common/utils.mjs";
17
- import { ComboBox as T, ComboBoxPropsContext as g, ComboBoxWithoutContext as h } from "./ComboBox/ComboBox.mjs";
18
- import { AutoComplete as W, AutoCompletePropsContext as V, AutoCompleteWithoutContext as A } from "./AutoComplete/AutoComplete.mjs";
19
- import { MultiSelect as F, MultiSelectPropsContext as y, MultiSelectWithoutContext as j } from "./MultiSelect/MultiSelect.mjs";
20
- import { default as q } from "./MultiSelect/TagList.mjs";
21
- import { MultiColumnComboBox as z, MultiColumnComboBoxPropsContext as E } from "./MultiColumnComboBox/MultiColumnComboBox.mjs";
22
- import { DropDownTree as H, DropDownTreePropsContext as J } from "./DropDownTree/DropDownTree.mjs";
23
- import { MultiSelectTree as N, MultiSelectTreePropsContext as O } from "./MultiSelectTree/MultiSelectTree.mjs";
24
- import { getMultiSelectTreeValue as R, getValueMap as U } from "./MultiSelectTree/utils.mjs";
13
+ import { default as i } from "./common/ListContainer.mjs";
14
+ import { default as C } from "./common/ListFilter.mjs";
15
+ import { messages as D, nodata as M } from "./messages/index.mjs";
16
+ import { findByFieldValue as L, getItemValue as P, scrollToItem as B } from "./common/utils.mjs";
17
+ import { ComboBox as T, ComboBoxPropsContext as g, ComboBoxWithoutContext as w } from "./ComboBox/ComboBox.mjs";
18
+ import { AutoComplete as h, AutoCompletePropsContext as V, AutoCompleteWithoutContext as A } from "./AutoComplete/AutoComplete.mjs";
19
+ import { MultiSelect as W, MultiSelectPropsContext as F, MultiSelectWithoutContext as y } from "./MultiSelect/MultiSelect.mjs";
20
+ import { default as k } from "./MultiSelect/TagList.mjs";
21
+ import { MultiColumnComboBox as v, MultiColumnComboBoxPropsContext as z } from "./MultiColumnComboBox/MultiColumnComboBox.mjs";
22
+ import { DropDownTree as G, DropDownTreePropsContext as H } from "./DropDownTree/DropDownTree.mjs";
23
+ import { MultiSelectTree as K, MultiSelectTreePropsContext as N } from "./MultiSelectTree/MultiSelectTree.mjs";
24
+ import { getMultiSelectTreeValue as Q, getValueMap as R } from "./MultiSelectTree/utils.mjs";
25
25
  export {
26
- W as AutoComplete,
26
+ h as AutoComplete,
27
27
  V as AutoCompletePropsContext,
28
28
  A as AutoCompleteWithoutContext,
29
29
  T as ComboBox,
30
30
  g as ComboBoxPropsContext,
31
- h as ComboBoxWithoutContext,
31
+ w as ComboBoxWithoutContext,
32
32
  e as DropDownList,
33
- r as DropDownListClassComponent,
34
- p as DropDownListPropsContext,
35
- s as DropDownListWithoutContext,
36
- H as DropDownTree,
37
- J as DropDownTreePropsContext,
38
- n as List,
39
- C as ListContainer,
40
- D as ListFilter,
41
- x as ListItem,
42
- z as MultiColumnComboBox,
43
- E as MultiColumnComboBoxPropsContext,
44
- F as MultiSelect,
45
- y as MultiSelectPropsContext,
46
- N as MultiSelectTree,
47
- O as MultiSelectTreePropsContext,
48
- j as MultiSelectWithoutContext,
33
+ r as DropDownListPropsContext,
34
+ G as DropDownTree,
35
+ H as DropDownTreePropsContext,
36
+ m as List,
37
+ i as ListContainer,
38
+ C as ListFilter,
39
+ s as ListItem,
40
+ v as MultiColumnComboBox,
41
+ z as MultiColumnComboBoxPropsContext,
42
+ W as MultiSelect,
43
+ F as MultiSelectPropsContext,
44
+ K as MultiSelectTree,
45
+ N as MultiSelectTreePropsContext,
46
+ y as MultiSelectWithoutContext,
49
47
  a as SearchBar,
50
- q as TagList,
51
- L as dropdownsMessages,
52
- w as findByFieldValue,
53
- B as getItemValue,
54
- R as getMultiSelectTreeValue,
55
- U as getValueMap,
48
+ k as TagList,
49
+ l as dropDownListDefaultProps,
50
+ D as dropdownsMessages,
51
+ L as findByFieldValue,
52
+ P as getItemValue,
53
+ Q as getMultiSelectTreeValue,
54
+ R as getValueMap,
56
55
  M as nodata,
57
- P as scrollToItem
56
+ B as scrollToItem
58
57
  };
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dropdowns",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1730208283,
13
+ publishDate: 1731417735,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dropdowns",
3
- "version": "9.0.0-develop.9",
3
+ "version": "9.0.0",
4
4
  "description": "React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,15 +23,15 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-buttons": "9.0.0-develop.9",
27
- "@progress/kendo-react-common": "9.0.0-develop.9",
28
- "@progress/kendo-react-inputs": "9.0.0-develop.9",
29
- "@progress/kendo-react-intl": "9.0.0-develop.9",
30
- "@progress/kendo-react-labels": "9.0.0-develop.9",
31
- "@progress/kendo-react-layout": "9.0.0-develop.9",
32
- "@progress/kendo-react-popup": "9.0.0-develop.9",
33
- "@progress/kendo-react-treeview": "9.0.0-develop.9",
34
- "@progress/kendo-svg-icons": "^3.0.0",
26
+ "@progress/kendo-react-buttons": "9.0.0",
27
+ "@progress/kendo-react-common": "9.0.0",
28
+ "@progress/kendo-react-inputs": "9.0.0",
29
+ "@progress/kendo-react-intl": "9.0.0",
30
+ "@progress/kendo-react-labels": "9.0.0",
31
+ "@progress/kendo-react-layout": "9.0.0",
32
+ "@progress/kendo-react-popup": "9.0.0",
33
+ "@progress/kendo-react-treeview": "9.0.0",
34
+ "@progress/kendo-svg-icons": "^4.0.0",
35
35
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
36
36
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
37
37
  },