@xysfe/actui 2.0.1-beta.4 → 2.0.1-beta.5

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.
Files changed (166) hide show
  1. package/lib/GoldFinanceChart/chart/index.js +1 -1
  2. package/lib/GoldFinanceChart/chart/index.mjs +2 -2
  3. package/lib/GoldFinanceChart/chart/style.css +1 -1
  4. package/lib/GoldFinanceChartV2/chart/index.js +1 -1
  5. package/lib/GoldFinanceChartV2/chart/index.mjs +2 -1
  6. package/lib/GoldFinanceChartV2/chart/style.css +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/index.mjs +1 -1
  9. package/package.json +11 -3
  10. package/types/components/BScroll/index.d.ts +2 -0
  11. package/types/components/BankSelect/index.d.ts +1 -0
  12. package/types/components/BaseInput/index.d.ts +1 -0
  13. package/types/components/Button/index.d.ts +1 -0
  14. package/types/components/CascadePicker/index.d.ts +1 -0
  15. package/types/components/CertifyLayer/index.d.ts +1 -0
  16. package/types/components/ClaimsContact/index.d.ts +1 -0
  17. package/types/components/ClickOnce/index.d.ts +4 -0
  18. package/types/components/Collapse/index.d.ts +1 -0
  19. package/types/components/Contact/index.d.ts +1 -0
  20. package/types/components/ContactBook/index.d.ts +1 -0
  21. package/types/components/CountTo/index.d.ts +1 -0
  22. package/types/components/CouponLayer/index.d.ts +1 -0
  23. package/types/components/CrmReserveInfoLayer/index.d.ts +1 -0
  24. package/types/components/DatePicker/index.d.ts +1 -0
  25. package/types/components/DeviceFingerprint/index.d.ts +2 -0
  26. package/types/components/Dialog/index.d.ts +1 -0
  27. package/types/components/DiseaseSelect/index.d.ts +1 -0
  28. package/types/components/DiseaseSelectLayer/index.d.ts +1 -0
  29. package/types/components/DocPop/index.d.ts +1 -0
  30. package/types/components/ErrorInterceptors/index.d.ts +1 -0
  31. package/types/components/FaceRecognition/index.d.ts +63 -0
  32. package/types/components/FigurePic/compress.d.ts +13 -0
  33. package/types/components/FigurePic/index.d.ts +7 -0
  34. package/types/components/FileList/index.d.ts +1 -0
  35. package/types/components/FileUpload/index.d.ts +18 -0
  36. package/types/components/FileUpload/src/choose.d.ts +1 -0
  37. package/types/components/FileUpload/src/upload.d.ts +9 -0
  38. package/types/components/FileUpload/src/util.d.ts +3 -0
  39. package/types/components/FormLayer/index.d.ts +1 -0
  40. package/types/components/GivenLayer/index.d.ts +1 -0
  41. package/types/components/GoldAddress/index.d.ts +1 -0
  42. package/types/components/GoldAddressLayer/index.d.ts +1 -0
  43. package/types/components/GoldAddressSelect/index.d.ts +1 -0
  44. package/types/components/GoldAml/index.d.ts +1 -0
  45. package/types/components/GoldArea/index.d.ts +1 -0
  46. package/types/components/GoldAuroraSlots/index.d.ts +1 -0
  47. package/types/components/GoldBankPayLimit/index.d.ts +1 -0
  48. package/types/components/GoldBenefitDemo/index.d.ts +1 -0
  49. package/types/components/GoldCareer/index.d.ts +1 -0
  50. package/types/components/GoldCareerLayer/index.d.ts +1 -0
  51. package/types/components/GoldCert/index.d.ts +1 -0
  52. package/types/components/GoldCheckbox/index.d.ts +1 -0
  53. package/types/components/GoldClaimsContact/index.d.ts +1 -0
  54. package/types/components/GoldCommentList/index.d.ts +1 -0
  55. package/types/components/GoldCompute/index.d.ts +1 -0
  56. package/types/components/GoldComputeV2/index.d.ts +1 -0
  57. package/types/components/GoldConclusion/index.d.ts +1 -0
  58. package/types/components/GoldContact/index.d.ts +1 -0
  59. package/types/components/GoldContactBook/index.d.ts +1 -0
  60. package/types/components/GoldContactElement/index.d.ts +1 -0
  61. package/types/components/GoldCost/index.d.ts +1 -0
  62. package/types/components/GoldCostLayer/index.d.ts +1 -0
  63. package/types/components/GoldCoupon/index.d.ts +1 -0
  64. package/types/components/GoldDate/index.d.ts +1 -0
  65. package/types/components/GoldDialog/index.d.ts +1 -0
  66. package/types/components/GoldDisease/index.d.ts +1 -0
  67. package/types/components/GoldDocLayer/index.d.ts +1 -0
  68. package/types/components/GoldDoorPlate/index.d.ts +1 -0
  69. package/types/components/GoldDoubleRecordTable/index.d.ts +1 -0
  70. package/types/components/GoldElement/index.d.ts +1 -0
  71. package/types/components/GoldElementGroup/index.d.ts +1 -0
  72. package/types/components/GoldFacecheck/index.d.ts +1 -0
  73. package/types/components/GoldFaq/index.d.ts +1 -0
  74. package/types/components/GoldFile/index.d.ts +1 -0
  75. package/types/components/GoldFileAssess/index.d.ts +1 -0
  76. package/types/components/GoldFinance/index.d.ts +1 -0
  77. package/types/components/GoldFinanceChart/index.d.ts +1 -0
  78. package/types/components/GoldFinanceChartV2/index.d.ts +1 -0
  79. package/types/components/GoldFinanceChartV3/index.d.ts +1 -0
  80. package/types/components/GoldFinanceV2/index.d.ts +1 -0
  81. package/types/components/GoldIndexBar/index.d.ts +1 -0
  82. package/types/components/GoldInput/index.d.ts +1 -0
  83. package/types/components/GoldInsureDescDialog/index.d.ts +1 -0
  84. package/types/components/GoldInsureDuty/index.d.ts +1 -0
  85. package/types/components/GoldInsureNotice/index.d.ts +1 -0
  86. package/types/components/GoldItem/index.d.ts +1 -0
  87. package/types/components/GoldLattice/index.d.ts +1 -0
  88. package/types/components/GoldLayer/index.d.ts +1 -0
  89. package/types/components/GoldMailPrecheck/index.d.ts +1 -0
  90. package/types/components/GoldMailPrecheckV2/index.d.ts +1 -0
  91. package/types/components/GoldMobileLayer/index.d.ts +1 -0
  92. package/types/components/GoldModule/index.d.ts +1 -0
  93. package/types/components/GoldMulSelect/index.d.ts +1 -0
  94. package/types/components/GoldNoticeTerms/index.d.ts +1 -0
  95. package/types/components/GoldOcr/index.d.ts +1 -0
  96. package/types/components/GoldPayLimitLayer/index.d.ts +1 -0
  97. package/types/components/GoldPhoto/index.d.ts +1 -0
  98. package/types/components/GoldProtocol/index.d.ts +1 -0
  99. package/types/components/GoldPureText/index.d.ts +1 -0
  100. package/types/components/GoldQrcode/index.d.ts +1 -0
  101. package/types/components/GoldReadTerms/index.d.ts +1 -0
  102. package/types/components/GoldSelect/index.d.ts +1 -0
  103. package/types/components/GoldSignature/index.d.ts +1 -0
  104. package/types/components/GoldStepper/index.d.ts +1 -0
  105. package/types/components/GoldSwitch/index.d.ts +1 -0
  106. package/types/components/GoldText/index.d.ts +1 -0
  107. package/types/components/GoldTextarea/index.d.ts +1 -0
  108. package/types/components/GoldUniversal/index.d.ts +1 -0
  109. package/types/components/GoldVerifyCode/index.d.ts +1 -0
  110. package/types/components/ImageLayer/index.d.ts +1 -0
  111. package/types/components/ImagePreview/index.d.ts +1 -0
  112. package/types/components/IndexBar/index.d.ts +1 -0
  113. package/types/components/IndexList/index.d.ts +1 -0
  114. package/types/components/Jigsaw/index.d.ts +1 -0
  115. package/types/components/JigsawLayer/index.d.ts +1 -0
  116. package/types/components/JigsawVerifyCode/index.d.ts +1 -0
  117. package/types/components/Keyframe/index.d.ts +1 -0
  118. package/types/components/Loading/index.d.ts +1 -0
  119. package/types/components/Login/index.d.ts +28 -0
  120. package/types/components/LoginLayer/index.d.ts +1 -0
  121. package/types/components/Marketing/index.d.ts +2 -0
  122. package/types/components/Marketing/src/index.d.ts +6 -0
  123. package/types/components/MobileAuth/index.d.ts +28 -0
  124. package/types/components/MobileAuthLayer/index.d.ts +1 -0
  125. package/types/components/MobileLayer/index.d.ts +2 -0
  126. package/types/components/MobileLayer/src/index.d.ts +6 -0
  127. package/types/components/MultiSelect/index.d.ts +1 -0
  128. package/types/components/NoticeTips/index.d.ts +1 -0
  129. package/types/components/OcrLayer/index.d.ts +1 -0
  130. package/types/components/PageLoading/index.d.ts +1 -0
  131. package/types/components/Panel/index.d.ts +1 -0
  132. package/types/components/Pdfjs/index.d.ts +21 -0
  133. package/types/components/PhotoBox/index.d.ts +1 -0
  134. package/types/components/Picker/index.d.ts +1 -0
  135. package/types/components/PosterLayer/index.d.ts +1 -0
  136. package/types/components/PrizeLayer/index.d.ts +1 -0
  137. package/types/components/ProPosterLayer/index.d.ts +1 -0
  138. package/types/components/ProductLayer/index.d.ts +1 -0
  139. package/types/components/QRCode/index.d.ts +1 -0
  140. package/types/components/QRCode/qrcode.d.ts +12 -0
  141. package/types/components/QrcodeLayer/index.d.ts +1 -0
  142. package/types/components/Recognition/index.d.ts +12 -0
  143. package/types/components/Recognition/src/createDialog.d.ts +2 -0
  144. package/types/components/Recognition/util.d.ts +2 -0
  145. package/types/components/RecordRuleLayer/index.d.ts +1 -0
  146. package/types/components/ReplayLayer/index.d.ts +1 -0
  147. package/types/components/ResourcePreload/index.d.ts +41 -0
  148. package/types/components/RowCascadePicker/index.d.ts +1 -0
  149. package/types/components/Rule/index.d.ts +1 -0
  150. package/types/components/Scroll/index.d.ts +1 -0
  151. package/types/components/Signature/index.d.ts +1 -0
  152. package/types/components/SlidePoster/index.d.ts +1 -0
  153. package/types/components/Stepper/index.d.ts +1 -0
  154. package/types/components/Sticky/index.d.ts +1 -0
  155. package/types/components/Style/index.d.ts +4 -0
  156. package/types/components/Swipe/index.d.ts +1 -0
  157. package/types/components/Switch/index.d.ts +1 -0
  158. package/types/components/Tab/index.d.ts +1 -0
  159. package/types/components/Timeline/index.d.ts +1 -0
  160. package/types/components/Toast/index.d.ts +1 -0
  161. package/types/components/UserAuth/index.d.ts +8 -0
  162. package/types/components/Validator/index.d.ts +11 -0
  163. package/types/components/toBase64/index.d.ts +2 -0
  164. package/types/index.d.ts +441 -0
  165. package/types/utils/helpers.d.ts +113 -0
  166. package/types/utils/post.d.ts +4 -0
@@ -65148,7 +65148,7 @@ use(install$R);
65148
65148
  use(install$S);
65149
65149
  use(installUniversalTransition);
65150
65150
  use(installLabelLayout);
65151
- var _sfc_main = { data: function data() {
65151
+ var _sfc_main = { name: "ChartComp", data: function data() {
65152
65152
  return { chart: null };
65153
65153
  }, props: { index: { type: Number, default: 10 }, dataSource: { type: Array, default: function _default() {
65154
65154
  return [];
@@ -65261,7 +65261,7 @@ var _sfc_render = function render2() {
65261
65261
  return _c2("div", { ref: "chart", staticClass: "chart" });
65262
65262
  };
65263
65263
  var _sfc_staticRenderFns = [];
65264
- var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "e5c2bee8");
65264
+ var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "b61ebf75");
65265
65265
  var chart = __component__.exports;
65266
65266
  export {
65267
65267
  chart as c,
@@ -1 +1 @@
1
- .chart[data-v-e5c2bee8]{height:23.1rem;width:100%}
1
+ .chart[data-v-b61ebf75]{height:23.1rem;width:100%}
@@ -1 +1 @@
1
- "use strict";require('./style.css');var _Object$assign=require("@babel/runtime-corejs3/core-js/object/assign");var _parseFloat=require("@babel/runtime-corejs3/core-js/parse-float");var _findInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/find");var GoldFinanceChart_chart=require("../../GoldFinanceChart/chart/index.js");var GoldFinanceChartV2_config=require("../config/index.js");var circle1=require("../../assets/circle1.5cc5.png");var circle2=require("../../assets/circle2.a69c.png");var circle3=require("../../assets/circle3.c8b2.png");var common=require("../../common/index.js");var imgs=[circle1,circle2,circle3];var _sfc_main={props:{chartOptions:{type:Object,default:function _default(){return{config:{xAxis:{labelFormat:function labelFormat(){}},yAxis:{labelFormat:function labelFormat(){}}},data:{markPoint:[],source:[]}}}}},data:function data(){return{chart:null}},computed:{defaultChartOption:function defaultChartOption(){return{grid:{height:this.remToPxBased10Px(15),top:this.remToPxBased10Px(2.6),left:this.remToPxBased10Px(4.5),right:this.remToPxBased10Px(2.3),bottom:0,containLabel:false},tooltip:{trigger:"axis",triggerOn:"mousemove",showContent:false,axisPointer:{type:"cross",z:1}},xAxis:{type:"category",boundaryGap:false,axisPointer:{label:{show:false},lineStyle:{type:"solid",width:2,color:"#eeeeee"},show:true},axisLabel:{showMaxLabel:true,formatter:this.chartOptions.config.xAxis.labelFormat,interval:this.getXAxisInterval(),color:"#B3B3B3",fontSize:this.remToPxBased10Px(1),lineHeight:this.remToPxBased10Px(1.5)},axisLine:{lineStyle:{color:"#F5F5F5"}}},yAxis:{axisPointer:{label:{show:false},lineStyle:{type:"solid",width:2,color:"#eeeeee"},show:true},axisLine:{lineStyle:{color:"#B3B3B3"}},axisLabel:{formatter:this.chartOptions.config.yAxis.labelFormat,color:"#B3B3B3",fontSize:this.remToPxBased10Px(1),lineHeight:this.remToPxBased10Px(1.5)},splitLine:{lineStyle:{color:"#F5F5F5"}}},series:{type:"line",showSymbol:false,symbolSize:[this.remToPxBased10Px(1.4),this.remToPxBased10Px(1.4)],smooth:true,lineStyle:{width:3}}}}},methods:{getXAxisInterval:function getXAxisInterval(){var totalLen=this.chartOptions.data.source.length;return Math.floor(totalLen/7)},setEcharts:function setEcharts(){var len=this.chartOptions.data.source[0].length-1;var series=[];for(var i=0;i<len;i++){series.push(_Object$assign({},this.defaultChartOption.series,{symbol:"image://"+imgs[i]||"",areaStyle:{color:new GoldFinanceChart_chart.graphic$1.LinearGradient(0,0,0,1,[{offset:0,color:GoldFinanceChartV2_config.GradientColorConfig[i][0]},{offset:1,color:GoldFinanceChartV2_config.GradientColorConfig[i][1]}])},color:GoldFinanceChartV2_config.ColorConfig[i],markPoint:{symbol:"image://"+imgs[i]||"",symbolSize:[this.remToPxBased10Px(1.6),this.remToPxBased10Px(1.7)],symbolOffset:["-30%","-50%"],silent:true,label:{show:true,formatter:"{b}",color:"#fff",fontSize:this.remToPxBased10Px(.7),position:[this.remToPxBased10Px(.5),this.remToPxBased10Px(.4)]},data:this.chartOptions.data.markPoint[i]}}))}var option=_Object$assign({},this.defaultChartOption,{series,dataset:{source:this.chartOptions.data.source}});this.chart.setOption(option)},remToPxBased10Px:function remToPxBased10Px(rem){var htmlEle=window.document.documentElement||document.getElementsByTagName("html")[0];var rootFontSize=_parseFloat(getComputedStyle(htmlEle,null).fontSize);if(rootFontSize>12){return rem*rootFontSize}var clientWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var fontSize=clientWidth/375*10;return clientWidth?rem*fontSize:rem*10}},mounted:function mounted(){var _this=this;this.chart=GoldFinanceChart_chart.init$1(this.$refs.chart);this.chart.getZr().on("mousemove",function(params){var pointInPixel=[params.offsetX,params.offsetY];var pointInGrid=_this.chart.convertFromPixel("grid",pointInPixel);if(_this.chart.containPixel("grid",pointInPixel)){var _this$chart$getOption=_this.chart.getOption(),dataset=_this$chart$getOption.dataset;var source=dataset[0].source;var selectedData=_findInstanceProperty(source).call(source,function(data2,index){return index===pointInGrid[0]});if(selectedData){_this.$emit("getCurrentData",selectedData)}}});this.setEcharts()},watch:{"chartOptions.data":function chartOptionsData(val){if(val){this.setEcharts()}}}};var _sfc_render=function render(){var _vm=this,_c=_vm._self._c;return _c("div",{ref:"chart",staticClass:"chart"})};var _sfc_staticRenderFns=[];var __component__=common.normalizeComponent(_sfc_main,_sfc_render,_sfc_staticRenderFns,false,null,"ce8df1ce");var Chart=__component__.exports;exports.Chart=Chart;
1
+ "use strict";require('./style.css');var _Object$assign=require("@babel/runtime-corejs3/core-js/object/assign");var _parseFloat=require("@babel/runtime-corejs3/core-js/parse-float");var _findInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/find");var GoldFinanceChart_chart=require("../../GoldFinanceChart/chart/index.js");var GoldFinanceChartV2_config=require("../config/index.js");var circle1=require("../../assets/circle1.5cc5.png");var circle2=require("../../assets/circle2.a69c.png");var circle3=require("../../assets/circle3.c8b2.png");var common=require("../../common/index.js");var imgs=[circle1,circle2,circle3];var _sfc_main={name:"ChartComp",props:{chartOptions:{type:Object,default:function _default(){return{config:{xAxis:{labelFormat:function labelFormat(){}},yAxis:{labelFormat:function labelFormat(){}}},data:{markPoint:[],source:[]}}}}},data:function data(){return{chart:null}},computed:{defaultChartOption:function defaultChartOption(){return{grid:{height:this.remToPxBased10Px(15),top:this.remToPxBased10Px(2.6),left:this.remToPxBased10Px(4.5),right:this.remToPxBased10Px(2.3),bottom:0,containLabel:false},tooltip:{trigger:"axis",triggerOn:"mousemove",showContent:false,axisPointer:{type:"cross",z:1}},xAxis:{type:"category",boundaryGap:false,axisPointer:{label:{show:false},lineStyle:{type:"solid",width:2,color:"#eeeeee"},show:true},axisLabel:{showMaxLabel:true,formatter:this.chartOptions.config.xAxis.labelFormat,interval:this.getXAxisInterval(),color:"#B3B3B3",fontSize:this.remToPxBased10Px(1),lineHeight:this.remToPxBased10Px(1.5)},axisLine:{lineStyle:{color:"#F5F5F5"}}},yAxis:{axisPointer:{label:{show:false},lineStyle:{type:"solid",width:2,color:"#eeeeee"},show:true},axisLine:{lineStyle:{color:"#B3B3B3"}},axisLabel:{formatter:this.chartOptions.config.yAxis.labelFormat,color:"#B3B3B3",fontSize:this.remToPxBased10Px(1),lineHeight:this.remToPxBased10Px(1.5)},splitLine:{lineStyle:{color:"#F5F5F5"}}},series:{type:"line",showSymbol:false,symbolSize:[this.remToPxBased10Px(1.4),this.remToPxBased10Px(1.4)],smooth:true,lineStyle:{width:3}}}}},methods:{getXAxisInterval:function getXAxisInterval(){var totalLen=this.chartOptions.data.source.length;return Math.floor(totalLen/7)},setEcharts:function setEcharts(){var len=this.chartOptions.data.source[0].length-1;var series=[];for(var i=0;i<len;i++){series.push(_Object$assign({},this.defaultChartOption.series,{symbol:"image://"+imgs[i]||"",areaStyle:{color:new GoldFinanceChart_chart.graphic$1.LinearGradient(0,0,0,1,[{offset:0,color:GoldFinanceChartV2_config.GradientColorConfig[i][0]},{offset:1,color:GoldFinanceChartV2_config.GradientColorConfig[i][1]}])},color:GoldFinanceChartV2_config.ColorConfig[i],markPoint:{symbol:"image://"+imgs[i]||"",symbolSize:[this.remToPxBased10Px(1.6),this.remToPxBased10Px(1.7)],symbolOffset:["-30%","-50%"],silent:true,label:{show:true,formatter:"{b}",color:"#fff",fontSize:this.remToPxBased10Px(.7),position:[this.remToPxBased10Px(.5),this.remToPxBased10Px(.4)]},data:this.chartOptions.data.markPoint[i]}}))}var option=_Object$assign({},this.defaultChartOption,{series,dataset:{source:this.chartOptions.data.source}});this.chart.setOption(option)},remToPxBased10Px:function remToPxBased10Px(rem){var htmlEle=window.document.documentElement||document.getElementsByTagName("html")[0];var rootFontSize=_parseFloat(getComputedStyle(htmlEle,null).fontSize);if(rootFontSize>12){return rem*rootFontSize}var clientWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var fontSize=clientWidth/375*10;return clientWidth?rem*fontSize:rem*10}},mounted:function mounted(){var _this=this;this.chart=GoldFinanceChart_chart.init$1(this.$refs.chart);this.chart.getZr().on("mousemove",function(params){var pointInPixel=[params.offsetX,params.offsetY];var pointInGrid=_this.chart.convertFromPixel("grid",pointInPixel);if(_this.chart.containPixel("grid",pointInPixel)){var _this$chart$getOption=_this.chart.getOption(),dataset=_this$chart$getOption.dataset;var source=dataset[0].source;var selectedData=_findInstanceProperty(source).call(source,function(data2,index){return index===pointInGrid[0]});if(selectedData){_this.$emit("getCurrentData",selectedData)}}});this.setEcharts()},watch:{"chartOptions.data":function chartOptionsData(val){if(val){this.setEcharts()}}}};var _sfc_render=function render(){var _vm=this,_c=_vm._self._c;return _c("div",{ref:"chart",staticClass:"chart"})};var _sfc_staticRenderFns=[];var __component__=common.normalizeComponent(_sfc_main,_sfc_render,_sfc_staticRenderFns,false,null,"cf5a7586");var Chart=__component__.exports;exports.Chart=Chart;
@@ -9,6 +9,7 @@ import circle3 from "../../assets/circle3.c8b2.png";
9
9
  import { n as normalizeComponent } from "../../common/index.mjs";
10
10
  import './style.css';var imgs = [circle1, circle2, circle3];
11
11
  var _sfc_main = {
12
+ name: "ChartComp",
12
13
  props: {
13
14
  chartOptions: {
14
15
  type: Object,
@@ -217,7 +218,7 @@ var _sfc_render = function render() {
217
218
  });
218
219
  };
219
220
  var _sfc_staticRenderFns = [];
220
- var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "ce8df1ce");
221
+ var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, "cf5a7586");
221
222
  var Chart = __component__.exports;
222
223
  export {
223
224
  Chart as C
@@ -1 +1 @@
1
- .chart[data-v-ce8df1ce]{height:23.1rem;width:100%}
1
+ .chart[data-v-cf5a7586]{height:23.1rem;width:100%}
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.4",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
1
+ "use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.5",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
package/lib/index.mjs CHANGED
@@ -160,7 +160,7 @@ if (typeof window !== "undefined" && window.Vue) {
160
160
  install(window.Vue);
161
161
  }
162
162
  var index = {
163
- version: "2.0.1-beta.4",
163
+ version: "2.0.1-beta.5",
164
164
  install,
165
165
  BankSelect,
166
166
  BaseInput,
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@xysfe/actui",
3
3
  "distname": "actui",
4
- "version": "2.0.1-beta.4",
4
+ "version": "2.0.1-beta.5",
5
5
  "prefix": "act",
6
6
  "description": "A fantastic mobile ui lib implement by Vue",
7
7
  "main": "lib/index.js",
8
8
  "module": "lib/index.mjs",
9
+ "types": "types/index.d.ts",
9
10
  "scripts": {
10
11
  "prepare": "husky install",
11
12
  "add": "node scripts/add.js",
@@ -14,10 +15,13 @@
14
15
  "build": "vite build",
15
16
  "predev": "npm run build:entry",
16
17
  "dev": "cd docs && npm run dev",
17
- "build:docs": "cd docs && npm run build"
18
+ "build:docs": "cd docs && npm run build",
19
+ "types": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types\n",
20
+ "prepublishOnly": "npm run build && npm run types"
18
21
  },
19
22
  "files": [
20
- "lib"
23
+ "lib",
24
+ "types"
21
25
  ],
22
26
  "keywords": [
23
27
  "muc",
@@ -64,6 +68,10 @@
64
68
  "node": ">= 16.0.0",
65
69
  "pnpm": ">= 7.1.0"
66
70
  },
71
+ "publishConfig": {
72
+ "registry": "https://registry.npmjs.org/",
73
+ "access": "public"
74
+ },
67
75
  "browserslist": [
68
76
  "> 1%",
69
77
  "not ie <= 11",
@@ -0,0 +1,2 @@
1
+ export default bScroll;
2
+ import bScroll from 'better-scroll';
@@ -0,0 +1 @@
1
+ export default BankSelect;
@@ -0,0 +1 @@
1
+ export default BaseInput;
@@ -0,0 +1 @@
1
+ export default Button;
@@ -0,0 +1 @@
1
+ export default CascadePicker;
@@ -0,0 +1 @@
1
+ export default CertifyLayer;
@@ -0,0 +1 @@
1
+ export default ClaimsContact;
@@ -0,0 +1,4 @@
1
+ declare namespace _default {
2
+ function install(Vue: any): void;
3
+ }
4
+ export default _default;
@@ -0,0 +1 @@
1
+ export default Collapse;
@@ -0,0 +1 @@
1
+ export default Contact;
@@ -0,0 +1 @@
1
+ export default Contact;
@@ -0,0 +1 @@
1
+ export default CountTo;
@@ -0,0 +1 @@
1
+ export default CouponLayer;
@@ -0,0 +1 @@
1
+ export default CrmReserveInfoLayer;
@@ -0,0 +1 @@
1
+ export default DatePicker;
@@ -0,0 +1,2 @@
1
+ export default DeviceFingerprint;
2
+ declare function DeviceFingerprint(): Promise<any>;
@@ -0,0 +1 @@
1
+ export default Dialog;
@@ -0,0 +1 @@
1
+ export default DiseaseSelect;
@@ -0,0 +1 @@
1
+ export default DiseaseSelectLayer;
@@ -0,0 +1 @@
1
+ export default DocPop;
@@ -0,0 +1 @@
1
+ export default ErrorInterceptors;
@@ -0,0 +1,63 @@
1
+ export default FaceRecognition;
2
+ declare class FaceRecognition {
3
+ static config: {
4
+ wx: {
5
+ environment: number;
6
+ business: number;
7
+ id: number;
8
+ };
9
+ app: {
10
+ environment: number;
11
+ muckacabao: {
12
+ business: number;
13
+ id: number;
14
+ };
15
+ mucyanxuan: {
16
+ business: number;
17
+ id: number;
18
+ };
19
+ mucxiaoyusan: {
20
+ business: number;
21
+ id: number;
22
+ };
23
+ mucconsultant: {
24
+ business: number;
25
+ id: number;
26
+ };
27
+ other: {
28
+ environment: number;
29
+ business: number;
30
+ id: number;
31
+ };
32
+ };
33
+ h5: {
34
+ environment: number;
35
+ business: number;
36
+ id: number;
37
+ };
38
+ };
39
+ constructor(options: any);
40
+ options: any;
41
+ _isAPP(): any;
42
+ getId(): Promise<{
43
+ id: any;
44
+ scene: string;
45
+ }>;
46
+ _wxFace(res: any): void;
47
+ _appFace(res: any): void;
48
+ _h5Face(res: any): void;
49
+ _miniFace(res: any): void;
50
+ _h5JumpToVerify(res: any): void;
51
+ _invokeAppSdk(params: any): void;
52
+ _faceIdSuccess(data: any): Promise<void>;
53
+ goFace(): void;
54
+ goFaceCheck(): void;
55
+ faceCheck(param: any): void;
56
+ _faceInit(param: any): void;
57
+ getResult(data: any): Promise<any>;
58
+ _getFaceCheck(): Promise<any>;
59
+ _checkTencentSupport(): Promise<any>;
60
+ getAppSupportList(): Promise<any>;
61
+ _getSupportList(): Promise<any>;
62
+ formatUrl(url: any): any;
63
+ }
@@ -0,0 +1,13 @@
1
+ declare const _default: CompressUtil;
2
+ export default _default;
3
+ declare class CompressUtil {
4
+ constructor(opts: any);
5
+ defaultMimeType: any;
6
+ checkImageType(type: any): boolean;
7
+ dataURLtoImage(dataURL: any): Promise<any>;
8
+ filetoDataURL(file: any): Promise<any>;
9
+ imagetoCanvas(image: any, config?: {}): Promise<HTMLCanvasElement>;
10
+ dataURLtoFile(dataURL: any, type: any): Promise<Blob>;
11
+ canvastoDataURL(canvas: any, quality: any, type: any): Promise<any>;
12
+ compressAccurately(file: any, config?: {}): Promise<Blob>;
13
+ }
@@ -0,0 +1,7 @@
1
+ declare namespace _default {
2
+ export { startPic };
3
+ export { uploadPic };
4
+ }
5
+ export default _default;
6
+ declare function startPic(options?: {}): Promise<any>;
7
+ declare function uploadPic(options?: {}): Promise<any>;
@@ -0,0 +1 @@
1
+ export default FileList;
@@ -0,0 +1,18 @@
1
+ declare namespace _default {
2
+ export { upload };
3
+ export { choose };
4
+ export { ocr };
5
+ export { uploadFile };
6
+ }
7
+ export default _default;
8
+ declare function upload(options?: {}): Promise<any[]>;
9
+ declare function choose(options?: {}): Promise<any>;
10
+ declare function ocr({ appId, sourceType, url, ext, beforeUpload, complete }?: {
11
+ appId?: string;
12
+ sourceType?: string[];
13
+ url?: string;
14
+ ext?: {};
15
+ beforeUpload: any;
16
+ complete: any;
17
+ }): Promise<any>;
18
+ import uploadFile from './src/upload';
@@ -0,0 +1 @@
1
+ export default function choose(options: any): Promise<any>;
@@ -0,0 +1,9 @@
1
+ export default function upload(options: any, data: any): any;
2
+ /**
3
+ * OCR识别
4
+ */
5
+ export function uploadOcr({ appId, url, ext }: {
6
+ appId: any;
7
+ url: any;
8
+ ext?: {};
9
+ }, data: any): any;
@@ -0,0 +1,3 @@
1
+ export function reportErr(errMsg: any): void;
2
+ export function permissionDenied(e: any, options: any): Promise<void>;
3
+ export function versionCompare(currVer: any, promoteVer: any): 0 | 1 | -1;
@@ -0,0 +1 @@
1
+ export default FormLayer;
@@ -0,0 +1 @@
1
+ export default GivenLayer;
@@ -0,0 +1 @@
1
+ export default GoldAddress;
@@ -0,0 +1 @@
1
+ export default GoldAddressLayer;
@@ -0,0 +1 @@
1
+ export default GoldAddressSelect;
@@ -0,0 +1 @@
1
+ export default GoldAml;
@@ -0,0 +1 @@
1
+ export default GoldArea;
@@ -0,0 +1 @@
1
+ export default GoldAuroraSlots;
@@ -0,0 +1 @@
1
+ export default GoldBankPayLimit;
@@ -0,0 +1 @@
1
+ export default GoldBenefitDemo;
@@ -0,0 +1 @@
1
+ export default GoldCareer;
@@ -0,0 +1 @@
1
+ export default GoldCareerLayer;
@@ -0,0 +1 @@
1
+ export default GoldCert;
@@ -0,0 +1 @@
1
+ export default GoldCheckbox;
@@ -0,0 +1 @@
1
+ export default GoldClaimsContact;
@@ -0,0 +1 @@
1
+ export default GoldCommentList;
@@ -0,0 +1 @@
1
+ export default GoldCompute;
@@ -0,0 +1 @@
1
+ export default GoldComputeV2;
@@ -0,0 +1 @@
1
+ export default GoldConclusion;
@@ -0,0 +1 @@
1
+ export default GoldContact;
@@ -0,0 +1 @@
1
+ export default GoldContact;
@@ -0,0 +1 @@
1
+ export default GoldContactElement;
@@ -0,0 +1 @@
1
+ export default GoldCost;
@@ -0,0 +1 @@
1
+ export default GoldCostlayer;
@@ -0,0 +1 @@
1
+ export default GoldCoupon;
@@ -0,0 +1 @@
1
+ export default GoldDate;
@@ -0,0 +1 @@
1
+ export default GoldDialog;
@@ -0,0 +1 @@
1
+ export default GoldDisease;
@@ -0,0 +1 @@
1
+ export default GoldDocLayer;
@@ -0,0 +1 @@
1
+ export default GoldDoorPlate;
@@ -0,0 +1 @@
1
+ export default GoldDoubleRecordTable;
@@ -0,0 +1 @@
1
+ export default GoldElement;
@@ -0,0 +1 @@
1
+ export default GoldElementGroup;
@@ -0,0 +1 @@
1
+ export default GoldFacecheck;
@@ -0,0 +1 @@
1
+ export default GoldFaq;
@@ -0,0 +1 @@
1
+ export default GoldFile;
@@ -0,0 +1 @@
1
+ export default GoldFileAssess;
@@ -0,0 +1 @@
1
+ export default GoldFinance;
@@ -0,0 +1 @@
1
+ export default GoldFinanceChart;
@@ -0,0 +1 @@
1
+ export default GoldFinanceChartV2;
@@ -0,0 +1 @@
1
+ export default GoldFinanceChartV3;
@@ -0,0 +1 @@
1
+ export default GoldFinanceV2;
@@ -0,0 +1 @@
1
+ export default GoldIndexBar;
@@ -0,0 +1 @@
1
+ export default GoldInput;
@@ -0,0 +1 @@
1
+ export default GoldInsureDescDialog;
@@ -0,0 +1 @@
1
+ export default GoldInsureDuty;
@@ -0,0 +1 @@
1
+ export default GoldInsureNotice;