y-design-ssr 0.0.29 → 0.0.30

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/libs/checkbox.js CHANGED
@@ -4888,10 +4888,6 @@ var _createNamespace = (0,utils/* createNamespace */.do)('checkbox'),
4888
4888
  "onClick": function onClick() {
4889
4889
  return toggle();
4890
4890
  },
4891
- "onKeydown": function onKeydown() {
4892
- return toggle();
4893
- },
4894
- "tabindex": disabled.value ? -1 : 0,
4895
4891
  "role": 'checkbox',
4896
4892
  "aria-checked": checked.value
4897
4893
  }, [((_slots$icon = slots.icon) === null || _slots$icon === void 0 ? void 0 : _slots$icon.call(slots, {
package/libs/list.js CHANGED
@@ -5083,8 +5083,7 @@ var _createNamespace = (0,utils/* createNamespace */.do)('list'),
5083
5083
  }, [props.finishedText]), stateRef.value === 'error' && (0,external_vue_.createVNode)("div", {
5084
5084
  "class": bem('error'),
5085
5085
  "role": 'presentation',
5086
- "onClick": loadData,
5087
- "onKeydown": loadData
5086
+ "onClick": loadData
5088
5087
  }, [props.errorText])]);
5089
5088
  };
5090
5089
  }
package/libs/yui.js CHANGED
@@ -774,10 +774,6 @@ var _createNamespace = (0,utils/* createNamespace */.do)('checkbox'),
774
774
  "onClick": function onClick() {
775
775
  return toggle();
776
776
  },
777
- "onKeydown": function onKeydown() {
778
- return toggle();
779
- },
780
- "tabindex": disabled.value ? -1 : 0,
781
777
  "role": 'checkbox',
782
778
  "aria-checked": checked.value
783
779
  }, [((_slots$icon = slots.icon) === null || _slots$icon === void 0 ? void 0 : _slots$icon.call(slots, {
@@ -4096,8 +4092,7 @@ var _createNamespace = (0,utils/* createNamespace */.do)('list'),
4096
4092
  }, [props.finishedText]), stateRef.value === 'error' && (0,external_vue_.createVNode)("div", {
4097
4093
  "class": bem('error'),
4098
4094
  "role": 'presentation',
4099
- "onClick": loadData,
4100
- "onKeydown": loadData
4095
+ "onClick": loadData
4101
4096
  }, [props.errorText])]);
4102
4097
  };
4103
4098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-design-ssr",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "SSR component library of YUI with Vue3",
5
5
  "author": "yux-fe",
6
6
  "license": "MIT",