bge-ui 1.7.4 → 1.7.5
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.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import UiTabPane from "./tabs/tab-pane.vue";
|
|
|
9
9
|
import UiTooltip from "./tooltip/index.vue";
|
|
10
10
|
import UiMessage from "./message/method.ts";
|
|
11
11
|
import UiDialog from "./dialog/index.vue";
|
|
12
|
-
import UiCheckbox from "./
|
|
12
|
+
import UiCheckbox from "./checkBox/index.vue";
|
|
13
13
|
import UiRadio from "./radio/index.vue";
|
|
14
14
|
import UiSlider from "./slider/index.vue";
|
|
15
15
|
import UiSelect from "./select/index.vue";
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -10,7 +10,7 @@ import UiTabPane from "./tabs/tab-pane.vue"
|
|
|
10
10
|
import UiTooltip from "./tooltip/index.vue"
|
|
11
11
|
import UiMessage from "./message/method.ts"
|
|
12
12
|
import UiDialog from "./dialog/index.vue"
|
|
13
|
-
import UiCheckbox from "./
|
|
13
|
+
import UiCheckbox from "./checkBox/index.vue"
|
|
14
14
|
import UiRadio from "./radio/index.vue"
|
|
15
15
|
import UiSlider from "./slider/index.vue"
|
|
16
16
|
import UiSelect from "./select/index.vue"
|
|
File without changes
|
|
File without changes
|