看板
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"loading1.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmcxLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading1\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading1',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n.container.loading1 {\r\n -webkit-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading1 .shape1 {\r\n -webkit-animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n.loading1 .shape2 {\r\n -webkit-animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n.loading1 .shape3 {\r\n -webkit-animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n.loading1 .shape4 {\r\n -webkit-animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"loading2.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmcyLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading2\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading2',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n.container.loading2 {\r\n -webkit-transform: rotate(10deg);\r\n transform: rotate(10deg);\r\n}\r\n.container.loading2 .shape {\r\n border-radius: 5px;\r\n}\r\n.container.loading2{\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n\r\n.loading2 .shape1 {\r\n -webkit-animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n.loading2 .shape2 {\r\n -webkit-animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n.loading2 .shape3 {\r\n -webkit-animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n.loading2 .shape4 {\r\n -webkit-animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"loading3.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmczLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading3\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading3',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n .container.loading3 {\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n.container.loading3 .shape1 {\r\n border-top-left-radius: 10px;\r\n}\r\n.container.loading3 .shape2 {\r\n border-top-right-radius: 10px;\r\n}\r\n.container.loading3 .shape3 {\r\n border-bottom-left-radius: 10px;\r\n}\r\n.container.loading3 .shape4 {\r\n border-bottom-right-radius: 10px;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading3 .shape1 {\r\n -webkit-animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n.loading3 .shape2 {\r\n -webkit-animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n.loading3 .shape3 {\r\n -webkit-animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n.loading3 .shape4 {\r\n -webkit-animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"qiun-loading.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL3FpdW4tbG9hZGluZy52dWU"],"sourcesContent":["<template>\r\n\t<view>\r\n\t <Loading1 v-if=\"loadingType==1\"/>\r\n\t <Loading2 v-if=\"loadingType==2\"/>\r\n\t <Loading3 v-if=\"loadingType==3\"/>\r\n\t <Loading4 v-if=\"loadingType==4\"/>\r\n\t <Loading5 v-if=\"loadingType==5\"/>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Loading1 from \"./loading1.vue\";\r\n\timport Loading2 from \"./loading2.vue\";\r\n\timport Loading3 from \"./loading3.vue\";\r\n\timport Loading4 from \"./loading4.vue\";\r\n\timport Loading5 from \"./loading5.vue\";\r\n\texport default {\r\n\t\tcomponents:{Loading1,Loading2,Loading3,Loading4,Loading5},\r\n\t\tname: 'qiun-loading',\r\n\t\tprops: {\r\n\t\t\tloadingType: {\r\n\t\t\t\ttype: Number,\r\n\t\t\t\tdefault: 2\r\n\t\t\t},\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t},\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAWC,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,UAAS,UAAS,UAAS,UAAS,SAAQ;AAAA,EACxD,MAAM;AAAA,EACN,OAAO;AAAA,IACN,aAAa;AAAA,MACZ,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EACD,OAAO;AACN,WAAO;EAGP;AACF;;;;;;;;;;;;;;;;;;;;;;;AC7BD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
File diff suppressed because one or more lines are too long
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js.map
Vendored
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user