@akinon/ui-select 1.4.2 → 1.4.3
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/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -1
- package/package.json +4 -4
package/dist/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,WAAW,sBAkHzD,CAAC;AAEF,mBAAmB,SAAS,CAAC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -114,6 +114,8 @@ const Select = (_a) => {
|
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
});
|
|
117
|
-
return (React.createElement(antd_1.Select, Object.assign({ size: "large", popupMatchSelectWidth: true,
|
|
117
|
+
return (React.createElement(antd_1.Select, Object.assign({ size: "large", popupMatchSelectWidth: true, removeIcon: React.createElement(icons_1.Icon, { icon: "close", size: 7 }) }, (!restSelectProps.loading && {
|
|
118
|
+
suffixIcon: React.createElement(icons_1.Icon, { icon: "chevron_down", size: 10 })
|
|
119
|
+
}), restSelectProps)));
|
|
118
120
|
};
|
|
119
121
|
exports.Select = Select;
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;;;;;;;;;GAUG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,WAAW,sBAkHzD,CAAC;AAEF,mBAAmB,SAAS,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -111,5 +111,7 @@ export const Select = (_a) => {
|
|
|
111
111
|
}
|
|
112
112
|
};
|
|
113
113
|
});
|
|
114
|
-
return (React.createElement(AntSelect, Object.assign({ size: "large", popupMatchSelectWidth: true,
|
|
114
|
+
return (React.createElement(AntSelect, Object.assign({ size: "large", popupMatchSelectWidth: true, removeIcon: React.createElement(Icon, { icon: "close", size: 7 }) }, (!restSelectProps.loading && {
|
|
115
|
+
suffixIcon: React.createElement(Icon, { icon: "chevron_down", size: 10 })
|
|
116
|
+
}), restSelectProps)));
|
|
115
117
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/ui-select",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ant-design/cssinjs": "^1.24.0",
|
|
13
13
|
"antd": "^5.27.0",
|
|
14
|
-
"@akinon/
|
|
15
|
-
"@akinon/
|
|
14
|
+
"@akinon/ui-theme": "1.2.2",
|
|
15
|
+
"@akinon/icons": "1.2.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"clean-package": "2.2.0",
|
|
19
19
|
"copyfiles": "^2.4.1",
|
|
20
20
|
"rimraf": "^5.0.5",
|
|
21
21
|
"typescript": "*",
|
|
22
|
-
"@akinon/typescript-config": "1.1.
|
|
22
|
+
"@akinon/typescript-config": "1.1.2"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": "^18 || ^19",
|