yuang-framework-ui-pc 1.1.31 → 1.1.32
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.
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, onMounted, nextTick, openBlock, createElementBloc
|
|
|
2
2
|
import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
|
|
3
3
|
import { RefreshRight, CircleClose } from "@element-plus/icons-vue";
|
|
4
4
|
import { SliderArrowStatic, SliderArrowSlide } from "../icons";
|
|
5
|
-
const _hoisted_1 = { class: "yu-slider-captcha
|
|
5
|
+
const _hoisted_1 = { class: "yu-slider-captcha" };
|
|
6
6
|
const _hoisted_2 = { class: "yu-slider-captcha-title" };
|
|
7
7
|
const _hoisted_3 = ["width", "height"];
|
|
8
8
|
const _hoisted_4 = { class: "slider-hint" };
|
|
@@ -3,7 +3,7 @@ const vue = require("vue");
|
|
|
3
3
|
const httpConfig = require("yuang-framework-ui-common/lib/config/httpConfig");
|
|
4
4
|
const iconsVue = require("@element-plus/icons-vue");
|
|
5
5
|
const icons = require("../icons");
|
|
6
|
-
const _hoisted_1 = { class: "yu-slider-captcha
|
|
6
|
+
const _hoisted_1 = { class: "yu-slider-captcha" };
|
|
7
7
|
const _hoisted_2 = { class: "yu-slider-captcha-title" };
|
|
8
8
|
const _hoisted_3 = ["width", "height"];
|
|
9
9
|
const _hoisted_4 = { class: "slider-hint" };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yuang-framework-ui-pc",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite --host --config vite.global.ts --mode dev",
|
|
@@ -188,6 +188,6 @@
|
|
|
188
188
|
"repository": "",
|
|
189
189
|
"license": "",
|
|
190
190
|
"dependencies": {
|
|
191
|
-
"yuang-framework-ui-common": "^1.0.
|
|
191
|
+
"yuang-framework-ui-common": "^1.0.52"
|
|
192
192
|
}
|
|
193
193
|
}
|
package/typings/global.d.ts
CHANGED
|
@@ -59,6 +59,8 @@ declare module '@vue/runtime-core' {
|
|
|
59
59
|
EleVirtualTable: (typeof import('yuang-framework-ui-pc'))['EleVirtualTable'];
|
|
60
60
|
EleWatermark: (typeof import('yuang-framework-ui-pc'))['EleWatermark'];
|
|
61
61
|
EleXgPlayer: (typeof import('yuang-framework-ui-pc'))['EleXgPlayer'];
|
|
62
|
+
|
|
63
|
+
YuSliderCaptchaDialog: (typeof import('yuang-framework-ui-pc'))['YuSliderCaptchaDialog'];
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
66
|
export {};
|