3h1-ui 3.0.0-next.231 → 3.0.0-next.233

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/es/index.js CHANGED
@@ -8064,7 +8064,8 @@ const modalProps = {
8064
8064
  okText: { type: String, default: "确定" },
8065
8065
  closeFunc: Function
8066
8066
  };
8067
- const basicProps$5 = Object.assign({}, modalProps, {
8067
+ const basicProps$5 = reactive({
8068
+ ...modalProps,
8068
8069
  defaultFullscreen: { type: Boolean },
8069
8070
  // Can it be full screen
8070
8071
  canFullscreen: { type: Boolean, default: true },
@@ -10149,14 +10150,15 @@ const _sfc_main$F = defineComponent({
10149
10150
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
10150
10151
  const _component_LoadingOutlined = resolveComponent("LoadingOutlined");
10151
10152
  const _component_Select = resolveComponent("Select");
10152
- return openBlock(), createBlock(_component_Select, mergeProps({ onDropdownVisibleChange: _ctx.handleFetch }, _ctx.$attrs, {
10153
+ return openBlock(), createBlock(_component_Select, mergeProps({
10154
+ onDropdownVisibleChange: _ctx.handleFetch,
10153
10155
  onChange: _ctx.handleChange,
10154
10156
  options: _ctx.getOptions,
10155
10157
  value: _ctx.state,
10156
10158
  "onUpdate:value": _cache[0] || (_cache[0] = ($event) => _ctx.state = $event),
10157
10159
  "filter-option": _ctx.filterOption,
10158
10160
  "show-search": ""
10159
- }), createSlots({ _: 2 }, [
10161
+ }, _ctx.$attrs), createSlots({ _: 2 }, [
10160
10162
  renderList(Object.keys(_ctx.$slots), (item) => {
10161
10163
  return {
10162
10164
  name: item,
@@ -49690,6 +49692,7 @@ export {
49690
49692
  BasicHelp,
49691
49693
  BasicLabel,
49692
49694
  BasicModal,
49695
+ basicProps$5 as BasicModalProps,
49693
49696
  BasicResizeWrapper,
49694
49697
  ShyTable as BasicTable,
49695
49698
  Divider as BasicTitle,