yuang-framework-ui-pc 1.1.27 → 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.d.ts +2 -0
- package/es/icons/SliderArrowSlide.js +36 -0
- package/es/icons/SliderArrowStatic.d.ts +2 -0
- package/es/icons/SliderArrowStatic.js +36 -0
- package/es/icons/index.d.ts +2 -0
- package/es/icons/index.js +4 -0
- 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 +35 -0
- package/lib/icons/SliderArrowSlide.d.ts +2 -0
- package/lib/icons/SliderArrowStatic.cjs +35 -0
- package/lib/icons/SliderArrowStatic.d.ts +2 -0
- package/lib/icons/index.cjs +4 -0
- package/lib/icons/index.d.ts +2 -0
- 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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "SliderArrowSlide"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
t: "1750558787364",
|
|
14
|
+
class: "icon",
|
|
15
|
+
viewBox: "0 0 1024 1024",
|
|
16
|
+
version: "1.1",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"p-id": "2865",
|
|
19
|
+
width: "200",
|
|
20
|
+
height: "200"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
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: "#409EFF",
|
|
25
|
+
"p-id": "2866"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_3 = [
|
|
28
|
+
_hoisted_2
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
32
|
+
}
|
|
33
|
+
const SliderArrowSlide = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
export {
|
|
35
|
+
SliderArrowSlide as default
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "SliderArrowStatic"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
t: "1750558814817",
|
|
14
|
+
class: "icon",
|
|
15
|
+
viewBox: "0 0 1024 1024",
|
|
16
|
+
version: "1.1",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
"p-id": "3007",
|
|
19
|
+
width: "200",
|
|
20
|
+
height: "200"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
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: "#409EFF",
|
|
25
|
+
"p-id": "3008"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_3 = [
|
|
28
|
+
_hoisted_2
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
32
|
+
}
|
|
33
|
+
const SliderArrowStatic = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
export {
|
|
35
|
+
SliderArrowStatic as default
|
|
36
|
+
};
|
package/es/icons/index.d.ts
CHANGED
|
@@ -113,3 +113,5 @@ export { default as VerticalRightOutlined } from './VerticalRightOutlined';
|
|
|
113
113
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
114
114
|
export { default as ZoomInOutlined } from './ZoomInOutlined';
|
|
115
115
|
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|
|
116
|
+
export { default as SliderArrowStatic } from './SliderArrowStatic';
|
|
117
|
+
export { default as SliderArrowSlide } from './SliderArrowSlide';
|
package/es/icons/index.js
CHANGED
|
@@ -113,6 +113,8 @@ import { default as default113 } from "./VerticalRightOutlined";
|
|
|
113
113
|
import { default as default114 } from "./WarningOutlined";
|
|
114
114
|
import { default as default115 } from "./ZoomInOutlined";
|
|
115
115
|
import { default as default116 } from "./ZoomOutOutlined";
|
|
116
|
+
import { default as default117 } from "./SliderArrowStatic";
|
|
117
|
+
import { default as default118 } from "./SliderArrowSlide";
|
|
116
118
|
export {
|
|
117
119
|
default2 as AnalysisOutlined,
|
|
118
120
|
default3 as ApplicationOutlined,
|
|
@@ -208,6 +210,8 @@ export {
|
|
|
208
210
|
default93 as SizeCompactOutlined,
|
|
209
211
|
default94 as SizeMiddleOutlined,
|
|
210
212
|
default95 as SizeSlackOutlined,
|
|
213
|
+
default118 as SliderArrowSlide,
|
|
214
|
+
default117 as SliderArrowStatic,
|
|
211
215
|
default96 as SortOutlined,
|
|
212
216
|
default97 as StarFilled,
|
|
213
217
|
default98 as StepBackwardFilled,
|
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;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "SliderArrowSlide"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
t: "1750558787364",
|
|
15
|
+
class: "icon",
|
|
16
|
+
viewBox: "0 0 1024 1024",
|
|
17
|
+
version: "1.1",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
"p-id": "2865",
|
|
20
|
+
width: "200",
|
|
21
|
+
height: "200"
|
|
22
|
+
};
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
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: "#409EFF",
|
|
26
|
+
"p-id": "2866"
|
|
27
|
+
}, null, -1);
|
|
28
|
+
const _hoisted_3 = [
|
|
29
|
+
_hoisted_2
|
|
30
|
+
];
|
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
33
|
+
}
|
|
34
|
+
const SliderArrowSlide = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
module.exports = SliderArrowSlide;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "SliderArrowStatic"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
t: "1750558814817",
|
|
15
|
+
class: "icon",
|
|
16
|
+
viewBox: "0 0 1024 1024",
|
|
17
|
+
version: "1.1",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
"p-id": "3007",
|
|
20
|
+
width: "200",
|
|
21
|
+
height: "200"
|
|
22
|
+
};
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
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: "#409EFF",
|
|
26
|
+
"p-id": "3008"
|
|
27
|
+
}, null, -1);
|
|
28
|
+
const _hoisted_3 = [
|
|
29
|
+
_hoisted_2
|
|
30
|
+
];
|
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
33
|
+
}
|
|
34
|
+
const SliderArrowStatic = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
module.exports = SliderArrowStatic;
|
package/lib/icons/index.cjs
CHANGED
|
@@ -115,6 +115,8 @@ const VerticalRightOutlined = require("./VerticalRightOutlined");
|
|
|
115
115
|
const WarningOutlined = require("./WarningOutlined");
|
|
116
116
|
const ZoomInOutlined = require("./ZoomInOutlined");
|
|
117
117
|
const ZoomOutOutlined = require("./ZoomOutOutlined");
|
|
118
|
+
const SliderArrowStatic = require("./SliderArrowStatic");
|
|
119
|
+
const SliderArrowSlide = require("./SliderArrowSlide");
|
|
118
120
|
exports.AnalysisOutlined = AnalysisOutlined;
|
|
119
121
|
exports.ApplicationOutlined = ApplicationOutlined;
|
|
120
122
|
exports.AppstoreAddOutlined = AppstoreAddOutlined;
|
|
@@ -230,3 +232,5 @@ exports.VerticalRightOutlined = VerticalRightOutlined;
|
|
|
230
232
|
exports.WarningOutlined = WarningOutlined;
|
|
231
233
|
exports.ZoomInOutlined = ZoomInOutlined;
|
|
232
234
|
exports.ZoomOutOutlined = ZoomOutOutlined;
|
|
235
|
+
exports.SliderArrowStatic = SliderArrowStatic;
|
|
236
|
+
exports.SliderArrowSlide = SliderArrowSlide;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -113,3 +113,5 @@ export { default as VerticalRightOutlined } from './VerticalRightOutlined';
|
|
|
113
113
|
export { default as WarningOutlined } from './WarningOutlined';
|
|
114
114
|
export { default as ZoomInOutlined } from './ZoomInOutlined';
|
|
115
115
|
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|
|
116
|
+
export { default as SliderArrowStatic } from './SliderArrowStatic';
|
|
117
|
+
export { default as SliderArrowSlide } from './SliderArrowSlide';
|
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;
|