@ganwei-web/gw-base-components-plus 1.0.26 → 1.0.27

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.
@@ -14,7 +14,7 @@ function useExpose(proxyElement) {
14
14
  });
15
15
  return expose;
16
16
  }
17
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
17
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
18
18
  ...{
19
19
  inheritAttrs: false
20
20
  },
@@ -62,7 +62,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
62
62
  }
63
63
  });
64
64
  const index_vue_vue_type_style_index_0_lang$u = "";
65
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
65
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
66
66
  __name: "index",
67
67
  setup(__props, { expose: __expose }) {
68
68
  const attrs = vue.useAttrs();
@@ -94,7 +94,7 @@ function useDataTestId() {
94
94
  console.warn(`${UI_AUTOMATION_TOKEN} is required to UI Automation`);
95
95
  }
96
96
  }
97
- const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
97
+ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
98
98
  __name: "ElInput",
99
99
  props: {
100
100
  "modelValue": {
@@ -144,7 +144,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
144
144
  }
145
145
  });
146
146
  const ElInput_vue_vue_type_style_index_0_lang = "";
147
- const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
147
+ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
148
148
  __name: "index",
149
149
  setup(__props, { expose: __expose }) {
150
150
  const proxyElement = vue.ref();
@@ -169,7 +169,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
169
169
  }
170
170
  });
171
171
  const index_vue_vue_type_style_index_0_lang$s = "";
172
- const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
172
+ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
173
173
  __name: "index",
174
174
  setup(__props, { expose: __expose }) {
175
175
  const attrs = vue.useAttrs();
@@ -193,7 +193,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
193
193
  };
194
194
  }
195
195
  });
196
- const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
196
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
197
197
  __name: "index",
198
198
  setup(__props, { expose: __expose }) {
199
199
  const proxyElement = vue.ref();
@@ -219,7 +219,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
219
219
  }
220
220
  });
221
221
  const index_vue_vue_type_style_index_0_lang$r = "";
222
- const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
222
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
223
223
  __name: "index",
224
224
  setup(__props, { expose: __expose }) {
225
225
  const attrs = vue.useAttrs();
@@ -243,7 +243,10 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
243
243
  };
244
244
  }
245
245
  });
246
- const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
246
+ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
247
+ ...{
248
+ inheritAttrs: false
249
+ },
247
250
  __name: "index",
248
251
  setup(__props, { expose: __expose }) {
249
252
  const proxyElement = vue.ref();
@@ -268,6 +271,33 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
268
271
  }
269
272
  });
270
273
  const index_vue_vue_type_style_index_0_lang$q = "";
274
+ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
275
+ ...{
276
+ inheritAttrs: false
277
+ },
278
+ __name: "index",
279
+ setup(__props, { expose: __expose }) {
280
+ const proxyElement = vue.ref();
281
+ const expose = useExpose(proxyElement);
282
+ __expose(expose);
283
+ const attrs = vue.useAttrs();
284
+ return (_ctx, _cache) => {
285
+ return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckboxGroup), vue.mergeProps(vue.unref(attrs), {
286
+ ref_key: "proxyElement",
287
+ ref: proxyElement
288
+ }), vue.createSlots({ _: 2 }, [
289
+ vue.renderList(_ctx.$slots, (value, key) => {
290
+ return {
291
+ name: key,
292
+ fn: vue.withCtx((slotProps) => [
293
+ vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
294
+ ])
295
+ };
296
+ })
297
+ ]), 1040);
298
+ };
299
+ }
300
+ });
271
301
  const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
272
302
  __name: "index",
273
303
  setup(__props, { expose: __expose }) {
@@ -1326,15 +1356,16 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1326
1356
  const index_vue_vue_type_style_index_0_lang = "";
1327
1357
  const Adapter = {
1328
1358
  // 基础组件
1329
- ElButton: _sfc_main$F,
1330
- ElTag: _sfc_main$E,
1359
+ ElButton: _sfc_main$G,
1360
+ ElTag: _sfc_main$F,
1331
1361
  // 表单组件
1332
- ElInput: _sfc_main$D,
1333
- ElForm: _sfc_main$C,
1334
- ElFormItem: _sfc_main$B,
1335
- ElSelect: _sfc_main$A,
1336
- ElOption: _sfc_main$z,
1337
- ElCheckbox: _sfc_main$y,
1362
+ ElInput: _sfc_main$E,
1363
+ ElForm: _sfc_main$D,
1364
+ ElFormItem: _sfc_main$C,
1365
+ ElSelect: _sfc_main$B,
1366
+ ElOption: _sfc_main$A,
1367
+ ElCheckbox: _sfc_main$z,
1368
+ ElCheckboxGroup: _sfc_main$y,
1338
1369
  ElRadio: _sfc_main$x,
1339
1370
  ElRadioGroup: _sfc_main$w,
1340
1371
  ElRadioButton: _sfc_main$v,