@tekkare/auriga 0.2.28 → 0.2.29

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/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.2.28"
7
+ "version": "0.2.29"
8
8
  }
@@ -518,7 +518,9 @@ export default defineComponent({
518
518
  }
519
519
  function add_all_element() {
520
520
  smart_selection_selected.value = void 0;
521
- del_table.value = Object.assign([], [...new Set(filterNameAdd.value)]);
521
+ filterNameAdd.value.forEach((element) => {
522
+ del_table.value.push(element);
523
+ });
522
524
  add_table.value = [];
523
525
  if (!props.need_apply) {
524
526
  apply_function();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",