@kengic/core.react 0.0.1-beta.69 → 0.0.1-beta.70
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/kengic-core.react.js +2 -0
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67778,6 +67778,7 @@ function KgWorkStationModal() {
|
|
|
67778
67778
|
value: oe,
|
|
67779
67779
|
onChange: (ua) => se(ua.target.value),
|
|
67780
67780
|
size: "middle",
|
|
67781
|
+
allowClear: !0,
|
|
67781
67782
|
suffix: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "ant-design:search-outlined" })
|
|
67782
67783
|
}
|
|
67783
67784
|
)
|
|
@@ -67798,6 +67799,7 @@ function KgWorkStationModal() {
|
|
|
67798
67799
|
value: ue,
|
|
67799
67800
|
onChange: (ua) => ae(ua.target.value),
|
|
67800
67801
|
size: "middle",
|
|
67802
|
+
allowClear: !0,
|
|
67801
67803
|
suffix: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "ant-design:search-outlined" })
|
|
67802
67804
|
}
|
|
67803
67805
|
)
|