@ldmjs/ui 1.0.24 → 1.0.25
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/index.js +1 -1
- package/package.json +4 -2
package/dist/index.js
CHANGED
|
@@ -16773,7 +16773,7 @@ let DialogComponent = class DialogComponent extends (0,external_vue_class_compon
|
|
|
16773
16773
|
const cancelResult = !fromCloseButton && modal.cancelResult != null ? modal.cancelResult : false;
|
|
16774
16774
|
return modal.resolveFunction(cancelResult);
|
|
16775
16775
|
}
|
|
16776
|
-
modal.resolveFunction(
|
|
16776
|
+
modal.resolveFunction(null);
|
|
16777
16777
|
this.modalResult = null;
|
|
16778
16778
|
}
|
|
16779
16779
|
finally {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ldmjs/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "ldm ui",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"@floating-ui/dom": "^1.6.3",
|
|
46
46
|
"@ldmjs/core": "1.0.0",
|
|
47
47
|
"@ldmjs/datatable": "1.0.7",
|
|
48
|
+
"@ldmjs/treeview": "1.0.1",
|
|
48
49
|
"@popperjs/core": "^2.11.8",
|
|
49
50
|
"@types/babel__core": "^7",
|
|
50
51
|
"@types/babel__plugin-transform-runtime": "^7",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"webpack-plugin-vuetify": "2.0.1"
|
|
99
100
|
},
|
|
100
101
|
"volta": {
|
|
101
|
-
"node": "18.20.3"
|
|
102
|
+
"node": "18.20.3",
|
|
103
|
+
"yarn": "4.1.0"
|
|
102
104
|
}
|
|
103
105
|
}
|