@progress/kendo-react-dropdowns 7.0.3-develop.9 → 7.1.0-develop.2
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/dist/cdn/js/kendo-react-dropdowns.js +1 -1
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.mjs +4 -4
- package/package.json +9 -9
package/index.mjs
CHANGED
|
@@ -605,7 +605,7 @@ const Ue = {
|
|
|
605
605
|
name: "@progress/kendo-react-dropdowns",
|
|
606
606
|
productName: "KendoReact",
|
|
607
607
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
608
|
-
publishDate:
|
|
608
|
+
publishDate: 1705398484,
|
|
609
609
|
version: "",
|
|
610
610
|
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"
|
|
611
611
|
}, xt = 500, Se = 768, Js = "Please select a value from the list!", { sizeMap: Bt, roundedMap: Qs } = qe, At = class extends o.Component {
|
|
@@ -4161,7 +4161,7 @@ const Si = "Please select a value from the list!", { sizeMap: us, roundedMap: wi
|
|
|
4161
4161
|
[`k-chip-list-${us[ae] || ae}`]: ae
|
|
4162
4162
|
})
|
|
4163
4163
|
},
|
|
4164
|
-
$.length > 0
|
|
4164
|
+
$.length > 0 && /* @__PURE__ */ o.createElement(
|
|
4165
4165
|
Is,
|
|
4166
4166
|
{
|
|
4167
4167
|
tag: e.tag,
|
|
@@ -4171,9 +4171,9 @@ const Si = "Please select a value from the list!", { sizeMap: us, roundedMap: wi
|
|
|
4171
4171
|
focused: oe ? ne.current.find((y) => Ct(y, oe, p)) : void 0,
|
|
4172
4172
|
size: ae
|
|
4173
4173
|
}
|
|
4174
|
-
)
|
|
4174
|
+
)
|
|
4175
4175
|
),
|
|
4176
|
-
/* @__PURE__ */ o.createElement("span", { className: "k-input-inner" }, /* @__PURE__ */ o.createElement("span", { className: "k-input-value-text" },
|
|
4176
|
+
/* @__PURE__ */ o.createElement("span", { className: "k-input-inner" }, $.length === 0 && /* @__PURE__ */ o.createElement("span", { className: "k-input-value-text" }, m)),
|
|
4177
4177
|
e.loading && /* @__PURE__ */ o.createElement(ke, { className: "k-input-loading-icon", name: "loading" }),
|
|
4178
4178
|
je && !h && $.length > 0 && /* @__PURE__ */ o.createElement(lt, { onClick: Je }),
|
|
4179
4179
|
/* @__PURE__ */ o.createElement(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dropdowns",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0-develop.2",
|
|
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,14 +23,14 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-buttons": "7.0
|
|
27
|
-
"@progress/kendo-react-common": "7.0
|
|
28
|
-
"@progress/kendo-react-inputs": "7.0
|
|
29
|
-
"@progress/kendo-react-intl": "7.0
|
|
30
|
-
"@progress/kendo-react-labels": "7.0
|
|
31
|
-
"@progress/kendo-react-layout": "7.0
|
|
32
|
-
"@progress/kendo-react-popup": "7.0
|
|
33
|
-
"@progress/kendo-react-treeview": "7.0
|
|
26
|
+
"@progress/kendo-react-buttons": "7.1.0-develop.2",
|
|
27
|
+
"@progress/kendo-react-common": "7.1.0-develop.2",
|
|
28
|
+
"@progress/kendo-react-inputs": "7.1.0-develop.2",
|
|
29
|
+
"@progress/kendo-react-intl": "7.1.0-develop.2",
|
|
30
|
+
"@progress/kendo-react-labels": "7.1.0-develop.2",
|
|
31
|
+
"@progress/kendo-react-layout": "7.1.0-develop.2",
|
|
32
|
+
"@progress/kendo-react-popup": "7.1.0-develop.2",
|
|
33
|
+
"@progress/kendo-react-treeview": "7.1.0-develop.2",
|
|
34
34
|
"@progress/kendo-svg-icons": "^2.1.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"
|