@v2coding/ui 0.1.24 → 0.1.26

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.
@@ -1059,8 +1059,8 @@ var Router = {
1059
1059
  removeInterceptor: removeInterceptor,
1060
1060
  Interceptor: Interceptor
1061
1061
  };var SCRIPT_ID = 'iconfont';
1062
- var ICONFONT_ID = process.env.VUE_APP_ICONFONT_ID || '2875806_7ad4gn9k8r9';
1063
- var IconfontStorageKey = 'iconfont_' + ICONFONT_ID;
1062
+ var ICONFONT = process.env.VUE_APP_ICONFONT || 'at.alicdn.com/t/c/font_2875806_nuidhp6zuym';
1063
+ var IconfontStorageKey = 'iconfont_' + ICONFONT;
1064
1064
 
1065
1065
  var Icons = function () {
1066
1066
  var jsonStr = localStorage.getItem(IconfontStorageKey);
@@ -1093,7 +1093,7 @@ var Iconfont = {
1093
1093
 
1094
1094
  var script = document.createElement('script');
1095
1095
  script.id = SCRIPT_ID;
1096
- script.src = "//at.alicdn.com/t/font_".concat(ICONFONT_ID, ".js");
1096
+ script.src = "//".concat(ICONFONT, ".js");
1097
1097
  document.body.appendChild(script);
1098
1098
  },
1099
1099
  getIcons: function () {
@@ -1124,7 +1124,7 @@ var Iconfont = {
1124
1124
  case 4:
1125
1125
  IconsLoading = true;
1126
1126
  _context.next = 7;
1127
- return to__default["default"](req.get("//at.alicdn.com/t/font_".concat(ICONFONT_ID, ".json")));
1127
+ return to__default["default"](req.get("//".concat(ICONFONT, ".json")));
1128
1128
 
1129
1129
  case 7:
1130
1130
  _yield$to = _context.sent;
@@ -12681,10 +12681,14 @@ var __vue_component__$4 = /*#__PURE__*/normalizeComponent({
12681
12681
  staticRenderFns: __vue_staticRenderFns__$4
12682
12682
  }, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, createInjectorSSR, undefined);
12683
12683
 
12684
- var ScrollView = __vue_component__$4;var script$3 = {
12684
+ var ScrollView$1 = __vue_component__$4;var ScrollView = {
12685
+ install: function install(Vue) {
12686
+ Vue.component(ScrollView$1.name, ScrollView$1);
12687
+ }
12688
+ };var script$3 = {
12685
12689
  name: "ui-history",
12686
12690
  components: {
12687
- ScrollView: ScrollView
12691
+ ScrollView: ScrollView$1
12688
12692
  },
12689
12693
  props: {
12690
12694
  items: Array,
@@ -13346,6 +13350,7 @@ var SearchPage = __vue_component__;var Page = {
13346
13350
  Permission: Permission,
13347
13351
  DocumentTitle: DocumentTitle$1,
13348
13352
  FillView: FillView,
13353
+ ScrollView: ScrollView,
13349
13354
  History: History,
13350
13355
  Minimize: Minimize,
13351
13356
  Page: Page
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v2coding/ui",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "",
5
5
 
6
6
  "main": "dist/v2coding-ui.ssr.js",