yuang-framework-ui-pc 1.1.28 → 1.1.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/es/icons/SliderArrowSlide.js +1 -1
- package/es/icons/SliderArrowStatic.js +1 -1
- package/es/style/index.scss +0 -3
- package/es/yu-slider-captcha-dialog/SliderCaptcha.js +10 -16
- package/es/yu-slider-captcha-dialog/style/index.scss +7 -2
- package/lib/icons/SliderArrowSlide.cjs +1 -1
- package/lib/icons/SliderArrowStatic.cjs +1 -1
- package/lib/style/index.scss +0 -3
- package/lib/yu-slider-captcha-dialog/SliderCaptcha.cjs +9 -15
- package/lib/yu-slider-captcha-dialog/style/index.scss +7 -2
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@ const _hoisted_1 = {
|
|
|
21
21
|
};
|
|
22
22
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
23
|
d: "M793.751 733.16l0-181.775-145.42 0 0-96.948L787.69199999 454.437l0-187.833L1024 502.911zM230.248 733.16l0-181.775L375.669 551.385l0-96.948-139.36099999 0 0-187.833L0 502.911zM575.621 757.396L442.32 757.396l0-490.793L575.621 266.603z",
|
|
24
|
-
fill: "#
|
|
24
|
+
fill: "#409EFF",
|
|
25
25
|
"p-id": "2866"
|
|
26
26
|
}, null, -1);
|
|
27
27
|
const _hoisted_3 = [
|
|
@@ -21,7 +21,7 @@ const _hoisted_1 = {
|
|
|
21
21
|
};
|
|
22
22
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
23
|
d: "M883.2 723.2a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z",
|
|
24
|
-
fill: "#
|
|
24
|
+
fill: "#409EFF",
|
|
25
25
|
"p-id": "3008"
|
|
26
26
|
}, null, -1);
|
|
27
27
|
const _hoisted_3 = [
|
package/es/style/index.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, onMounted, nextTick, openBlock, createElementBlock, createElementVNode, createTextVNode, createVNode, unref, normalizeStyle, normalizeClass, createCommentVNode, toDisplayString, Fragment } from "vue";
|
|
1
|
+
import { defineComponent, ref, onMounted, nextTick, openBlock, createElementBlock, createElementVNode, createTextVNode, createVNode, unref, normalizeStyle, normalizeClass, createCommentVNode, toDisplayString, Fragment, createBlock } from "vue";
|
|
2
2
|
import { http } from "yuang-framework-ui-common/lib/config/httpConfig";
|
|
3
3
|
import { getBaseUrl } from "yuang-framework-ui-common/lib/utils/urlUtils";
|
|
4
4
|
import { RefreshRight, CircleClose } from "@element-plus/icons-vue";
|
|
@@ -8,15 +8,7 @@ const _hoisted_2 = { class: "slider-captcha-title" };
|
|
|
8
8
|
const _hoisted_3 = ["width", "height"];
|
|
9
9
|
const _hoisted_4 = ["width", "height"];
|
|
10
10
|
const _hoisted_5 = ["width", "height"];
|
|
11
|
-
const _hoisted_6 = {
|
|
12
|
-
key: 0,
|
|
13
|
-
class: "slider-button-icon yu-color-primary"
|
|
14
|
-
};
|
|
15
|
-
const _hoisted_7 = {
|
|
16
|
-
key: 1,
|
|
17
|
-
class: "slider-button-icon yu-color-primary"
|
|
18
|
-
};
|
|
19
|
-
const _hoisted_8 = { class: "slider-hint" };
|
|
11
|
+
const _hoisted_6 = { class: "slider-hint" };
|
|
20
12
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
21
13
|
...{ name: "SliderCaptcha" },
|
|
22
14
|
__name: "SliderCaptcha",
|
|
@@ -361,14 +353,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
361
353
|
id: "slider-button",
|
|
362
354
|
style: normalizeStyle({ left: sliderButtonLeft.value + "px" })
|
|
363
355
|
}, [
|
|
364
|
-
!isSliderSlide.value ? (openBlock(),
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
356
|
+
!isSliderSlide.value ? (openBlock(), createBlock(unref(SliderArrowStatic), {
|
|
357
|
+
key: 0,
|
|
358
|
+
class: "slider-button-icon yu-color-primary"
|
|
359
|
+
})) : (openBlock(), createBlock(unref(SliderArrowSlide), {
|
|
360
|
+
key: 1,
|
|
361
|
+
class: "slider-button-icon yu-color-primary"
|
|
362
|
+
}))
|
|
369
363
|
], 4)
|
|
370
364
|
], 4),
|
|
371
|
-
createElementVNode("span",
|
|
365
|
+
createElementVNode("span", _hoisted_6, toDisplayString(_ctx.sliderHint), 1)
|
|
372
366
|
], 2)
|
|
373
367
|
], 4)
|
|
374
368
|
]);
|
|
@@ -225,6 +225,11 @@
|
|
|
225
225
|
//top: -12px;
|
|
226
226
|
top: -10px;
|
|
227
227
|
left: 0;
|
|
228
|
+
|
|
229
|
+
display: flex;
|
|
230
|
+
justify-content: center;
|
|
231
|
+
align-items: center;
|
|
232
|
+
|
|
228
233
|
width: 56px;
|
|
229
234
|
height: 60px;
|
|
230
235
|
}
|
|
@@ -241,8 +246,8 @@
|
|
|
241
246
|
|
|
242
247
|
/*滑动按钮图标*/
|
|
243
248
|
.slider-button-icon {
|
|
244
|
-
width:
|
|
245
|
-
height:
|
|
249
|
+
width: 32px;
|
|
250
|
+
height: 32px;
|
|
246
251
|
font-size: 24px;
|
|
247
252
|
text-align: center;
|
|
248
253
|
line-height: 60px;
|
|
@@ -22,7 +22,7 @@ const _hoisted_1 = {
|
|
|
22
22
|
};
|
|
23
23
|
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
24
|
d: "M793.751 733.16l0-181.775-145.42 0 0-96.948L787.69199999 454.437l0-187.833L1024 502.911zM230.248 733.16l0-181.775L375.669 551.385l0-96.948-139.36099999 0 0-187.833L0 502.911zM575.621 757.396L442.32 757.396l0-490.793L575.621 266.603z",
|
|
25
|
-
fill: "#
|
|
25
|
+
fill: "#409EFF",
|
|
26
26
|
"p-id": "2866"
|
|
27
27
|
}, null, -1);
|
|
28
28
|
const _hoisted_3 = [
|
|
@@ -22,7 +22,7 @@ const _hoisted_1 = {
|
|
|
22
22
|
};
|
|
23
23
|
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
24
|
d: "M883.2 723.2a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z m0-256a44.8 44.8 0 0 1 0 89.6H140.8a44.8 44.8 0 0 1 0-89.6h742.4z",
|
|
25
|
-
fill: "#
|
|
25
|
+
fill: "#409EFF",
|
|
26
26
|
"p-id": "3008"
|
|
27
27
|
}, null, -1);
|
|
28
28
|
const _hoisted_3 = [
|
package/lib/style/index.scss
CHANGED
|
@@ -9,15 +9,7 @@ const _hoisted_2 = { class: "slider-captcha-title" };
|
|
|
9
9
|
const _hoisted_3 = ["width", "height"];
|
|
10
10
|
const _hoisted_4 = ["width", "height"];
|
|
11
11
|
const _hoisted_5 = ["width", "height"];
|
|
12
|
-
const _hoisted_6 = {
|
|
13
|
-
key: 0,
|
|
14
|
-
class: "slider-button-icon yu-color-primary"
|
|
15
|
-
};
|
|
16
|
-
const _hoisted_7 = {
|
|
17
|
-
key: 1,
|
|
18
|
-
class: "slider-button-icon yu-color-primary"
|
|
19
|
-
};
|
|
20
|
-
const _hoisted_8 = { class: "slider-hint" };
|
|
12
|
+
const _hoisted_6 = { class: "slider-hint" };
|
|
21
13
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
22
14
|
...{ name: "SliderCaptcha" },
|
|
23
15
|
__name: "SliderCaptcha",
|
|
@@ -362,14 +354,16 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
362
354
|
id: "slider-button",
|
|
363
355
|
style: vue.normalizeStyle({ left: sliderButtonLeft.value + "px" })
|
|
364
356
|
}, [
|
|
365
|
-
!isSliderSlide.value ? (vue.openBlock(), vue.
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
357
|
+
!isSliderSlide.value ? (vue.openBlock(), vue.createBlock(vue.unref(icons.SliderArrowStatic), {
|
|
358
|
+
key: 0,
|
|
359
|
+
class: "slider-button-icon yu-color-primary"
|
|
360
|
+
})) : (vue.openBlock(), vue.createBlock(vue.unref(icons.SliderArrowSlide), {
|
|
361
|
+
key: 1,
|
|
362
|
+
class: "slider-button-icon yu-color-primary"
|
|
363
|
+
}))
|
|
370
364
|
], 4)
|
|
371
365
|
], 4),
|
|
372
|
-
vue.createElementVNode("span",
|
|
366
|
+
vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(_ctx.sliderHint), 1)
|
|
373
367
|
], 2)
|
|
374
368
|
], 4)
|
|
375
369
|
]);
|
|
@@ -225,6 +225,11 @@
|
|
|
225
225
|
//top: -12px;
|
|
226
226
|
top: -10px;
|
|
227
227
|
left: 0;
|
|
228
|
+
|
|
229
|
+
display: flex;
|
|
230
|
+
justify-content: center;
|
|
231
|
+
align-items: center;
|
|
232
|
+
|
|
228
233
|
width: 56px;
|
|
229
234
|
height: 60px;
|
|
230
235
|
}
|
|
@@ -241,8 +246,8 @@
|
|
|
241
246
|
|
|
242
247
|
/*滑动按钮图标*/
|
|
243
248
|
.slider-button-icon {
|
|
244
|
-
width:
|
|
245
|
-
height:
|
|
249
|
+
width: 32px;
|
|
250
|
+
height: 32px;
|
|
246
251
|
font-size: 24px;
|
|
247
252
|
text-align: center;
|
|
248
253
|
line-height: 60px;
|