kz-ui-base 1.0.40 → 1.0.41
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/package.json
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
|
|
23
23
|
import KZ_DropDownList from "@srcComponents/customForm/dropDownList.vue";
|
|
24
24
|
import KZ_TextBox from "@srcComponents/customForm/textBox.vue";
|
|
25
|
-
import EditDialog from "@
|
|
25
|
+
import EditDialog from "@components/base/dialog/editDialog.vue";
|
|
26
26
|
import KZ_CheckBox from "@srcComponents/customForm/checkBox.vue";
|
|
27
27
|
import KZ_DatePicker from "@srcComponents/customForm/datePicker.vue";
|
|
28
28
|
import KZ_Switch from "@srcComponents/customForm/switch.vue";
|