yuang-framework-ui-pc 1.1.27 → 1.1.28

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -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: "#8a8a8a",
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,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -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: "#8a8a8a",
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
+ };
@@ -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,
@@ -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: "#8a8a8a",
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,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -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: "#8a8a8a",
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;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -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;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",