eoss-mobiles 0.2.11 → 0.2.12

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 (67) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/lib/action-sheet.js +2 -2
  3. package/lib/button-group.js +2 -2
  4. package/lib/button.js +2 -2
  5. package/lib/calendar.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/cell.js +2 -2
  8. package/lib/checkbox.js +112 -112
  9. package/lib/circle.js +2 -2
  10. package/lib/count-down.js +2 -2
  11. package/lib/date.js +34 -4
  12. package/lib/empty.js +2 -2
  13. package/lib/eoss-mobile.common.js +274 -65
  14. package/lib/esign.js +2 -2
  15. package/lib/field.js +2 -2
  16. package/lib/flow.js +128 -127
  17. package/lib/form.js +2 -2
  18. package/lib/grid-item.js +2 -2
  19. package/lib/grid.js +2 -2
  20. package/lib/image-preview.js +2 -2
  21. package/lib/image.js +2 -2
  22. package/lib/index.js +1 -1
  23. package/lib/list.js +2 -2
  24. package/lib/loading.js +2 -2
  25. package/lib/nav-bar.js +2 -2
  26. package/lib/notice-bar.js +273 -0
  27. package/lib/pagination.js +2 -2
  28. package/lib/picker.js +111 -111
  29. package/lib/popover.js +2 -2
  30. package/lib/popup.js +2 -2
  31. package/lib/pull-refresh.js +2 -2
  32. package/lib/radio.js +111 -111
  33. package/lib/rate.js +2 -2
  34. package/lib/search.js +2 -2
  35. package/lib/selector.js +112 -112
  36. package/lib/skeleton.js +2 -2
  37. package/lib/stepper.js +2 -2
  38. package/lib/swipe.js +2 -2
  39. package/lib/switch.js +2 -2
  40. package/lib/tab.js +2 -2
  41. package/lib/table-column.js +687 -147
  42. package/lib/table.js +114 -115
  43. package/lib/tabs.js +2 -2
  44. package/lib/tag.js +2 -2
  45. package/lib/theme-chalk/flow.css +1 -1
  46. package/lib/theme-chalk/fonts/iconfont.scss +7 -3
  47. package/lib/theme-chalk/index.css +1 -1
  48. package/lib/theme-chalk/notice-bar.css +0 -0
  49. package/lib/theme-chalk/selector.css +1 -1
  50. package/lib/uploader.js +2 -2
  51. package/package.json +1 -1
  52. package/packages/date/src/main.vue +14 -0
  53. package/packages/flow/src/components/Opinion.vue +3 -3
  54. package/packages/notice-bar/index.js +5 -0
  55. package/packages/notice-bar/src/main.vue +15 -0
  56. package/packages/table/src/main.vue +0 -1
  57. package/packages/table-column/src/main.vue +272 -199
  58. package/packages/theme-chalk/lib/flow.css +1 -1
  59. package/packages/theme-chalk/lib/fonts/iconfont.scss +7 -3
  60. package/packages/theme-chalk/lib/index.css +1 -1
  61. package/packages/theme-chalk/lib/notice-bar.css +0 -0
  62. package/packages/theme-chalk/lib/selector.css +1 -1
  63. package/packages/theme-chalk/src/flow.scss +2 -0
  64. package/packages/theme-chalk/src/fonts/iconfont.scss +7 -3
  65. package/packages/theme-chalk/src/index.scss +1 -0
  66. package/packages/theme-chalk/src/notice-bar.scss +0 -0
  67. package/src/index.js +7 -4
package/lib/list.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -279,7 +279,7 @@ render._withStripped = true
279
279
  // CONCATENATED MODULE: ./packages/list/src/main.vue?vue&type=script&lang=js&
280
280
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
281
281
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
282
- var componentNormalizer = __webpack_require__(0);
282
+ var componentNormalizer = __webpack_require__(1);
283
283
 
284
284
  // CONCATENATED MODULE: ./packages/list/src/main.vue
285
285
 
package/lib/loading.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -243,7 +243,7 @@ render._withStripped = true
243
243
  // CONCATENATED MODULE: ./packages/loading/src/main.vue?vue&type=script&lang=js&
244
244
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
245
245
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
246
- var componentNormalizer = __webpack_require__(0);
246
+ var componentNormalizer = __webpack_require__(1);
247
247
 
248
248
  // CONCATENATED MODULE: ./packages/loading/src/main.vue
249
249
 
package/lib/nav-bar.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -263,7 +263,7 @@ render._withStripped = true
263
263
  // CONCATENATED MODULE: ./packages/nav-bar/src/main.vue?vue&type=script&lang=js&
264
264
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
265
265
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
266
- var componentNormalizer = __webpack_require__(0);
266
+ var componentNormalizer = __webpack_require__(1);
267
267
 
268
268
  // CONCATENATED MODULE: ./packages/nav-bar/src/main.vue
269
269
 
@@ -0,0 +1,273 @@
1
+ module.exports =
2
+ /******/ (function(modules) { // webpackBootstrap
3
+ /******/ // The module cache
4
+ /******/ var installedModules = {};
5
+ /******/
6
+ /******/ // The require function
7
+ /******/ function __webpack_require__(moduleId) {
8
+ /******/
9
+ /******/ // Check if module is in cache
10
+ /******/ if(installedModules[moduleId]) {
11
+ /******/ return installedModules[moduleId].exports;
12
+ /******/ }
13
+ /******/ // Create a new module (and put it into the cache)
14
+ /******/ var module = installedModules[moduleId] = {
15
+ /******/ i: moduleId,
16
+ /******/ l: false,
17
+ /******/ exports: {}
18
+ /******/ };
19
+ /******/
20
+ /******/ // Execute the module function
21
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
22
+ /******/
23
+ /******/ // Flag the module as loaded
24
+ /******/ module.l = true;
25
+ /******/
26
+ /******/ // Return the exports of the module
27
+ /******/ return module.exports;
28
+ /******/ }
29
+ /******/
30
+ /******/
31
+ /******/ // expose the modules object (__webpack_modules__)
32
+ /******/ __webpack_require__.m = modules;
33
+ /******/
34
+ /******/ // expose the module cache
35
+ /******/ __webpack_require__.c = installedModules;
36
+ /******/
37
+ /******/ // define getter function for harmony exports
38
+ /******/ __webpack_require__.d = function(exports, name, getter) {
39
+ /******/ if(!__webpack_require__.o(exports, name)) {
40
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
41
+ /******/ }
42
+ /******/ };
43
+ /******/
44
+ /******/ // define __esModule on exports
45
+ /******/ __webpack_require__.r = function(exports) {
46
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
47
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
48
+ /******/ }
49
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
50
+ /******/ };
51
+ /******/
52
+ /******/ // create a fake namespace object
53
+ /******/ // mode & 1: value is a module id, require it
54
+ /******/ // mode & 2: merge all properties of value into the ns
55
+ /******/ // mode & 4: return value when already ns object
56
+ /******/ // mode & 8|1: behave like require
57
+ /******/ __webpack_require__.t = function(value, mode) {
58
+ /******/ if(mode & 1) value = __webpack_require__(value);
59
+ /******/ if(mode & 8) return value;
60
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
61
+ /******/ var ns = Object.create(null);
62
+ /******/ __webpack_require__.r(ns);
63
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
64
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
65
+ /******/ return ns;
66
+ /******/ };
67
+ /******/
68
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
69
+ /******/ __webpack_require__.n = function(module) {
70
+ /******/ var getter = module && module.__esModule ?
71
+ /******/ function getDefault() { return module['default']; } :
72
+ /******/ function getModuleExports() { return module; };
73
+ /******/ __webpack_require__.d(getter, 'a', getter);
74
+ /******/ return getter;
75
+ /******/ };
76
+ /******/
77
+ /******/ // Object.prototype.hasOwnProperty.call
78
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
79
+ /******/
80
+ /******/ // __webpack_public_path__
81
+ /******/ __webpack_require__.p = "/dist/";
82
+ /******/
83
+ /******/
84
+ /******/ // Load entry module and return exports
85
+ /******/ return __webpack_require__(__webpack_require__.s = 51);
86
+ /******/ })
87
+ /************************************************************************/
88
+ /******/ ({
89
+
90
+ /***/ 1:
91
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
+
93
+ "use strict";
94
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
95
+ /* globals __VUE_SSR_CONTEXT__ */
96
+
97
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
98
+ // This module is a runtime utility for cleaner component module output and will
99
+ // be included in the final webpack user bundle.
100
+
101
+ function normalizeComponent(
102
+ scriptExports,
103
+ render,
104
+ staticRenderFns,
105
+ functionalTemplate,
106
+ injectStyles,
107
+ scopeId,
108
+ moduleIdentifier /* server only */,
109
+ shadowMode /* vue-cli only */
110
+ ) {
111
+ // Vue.extend constructor export interop
112
+ var options =
113
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
114
+
115
+ // render functions
116
+ if (render) {
117
+ options.render = render
118
+ options.staticRenderFns = staticRenderFns
119
+ options._compiled = true
120
+ }
121
+
122
+ // functional template
123
+ if (functionalTemplate) {
124
+ options.functional = true
125
+ }
126
+
127
+ // scopedId
128
+ if (scopeId) {
129
+ options._scopeId = 'data-v-' + scopeId
130
+ }
131
+
132
+ var hook
133
+ if (moduleIdentifier) {
134
+ // server build
135
+ hook = function (context) {
136
+ // 2.3 injection
137
+ context =
138
+ context || // cached call
139
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
140
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
141
+ // 2.2 with runInNewContext: true
142
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
143
+ context = __VUE_SSR_CONTEXT__
144
+ }
145
+ // inject component styles
146
+ if (injectStyles) {
147
+ injectStyles.call(this, context)
148
+ }
149
+ // register component module identifier for async chunk inferrence
150
+ if (context && context._registeredComponents) {
151
+ context._registeredComponents.add(moduleIdentifier)
152
+ }
153
+ }
154
+ // used by ssr in case component is cached and beforeCreate
155
+ // never gets called
156
+ options._ssrRegister = hook
157
+ } else if (injectStyles) {
158
+ hook = shadowMode
159
+ ? function () {
160
+ injectStyles.call(
161
+ this,
162
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
163
+ )
164
+ }
165
+ : injectStyles
166
+ }
167
+
168
+ if (hook) {
169
+ if (options.functional) {
170
+ // for template-only hot-reload because in that case the render fn doesn't
171
+ // go through the normalizer
172
+ options._injectStyles = hook
173
+ // register for functional component in vue file
174
+ var originalRender = options.render
175
+ options.render = function renderWithStyleInjection(h, context) {
176
+ hook.call(context)
177
+ return originalRender(h, context)
178
+ }
179
+ } else {
180
+ // inject component registration as beforeCreate hook
181
+ var existing = options.beforeCreate
182
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
183
+ }
184
+ }
185
+
186
+ return {
187
+ exports: scriptExports,
188
+ options: options
189
+ }
190
+ }
191
+
192
+
193
+ /***/ }),
194
+
195
+ /***/ 51:
196
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
+
198
+ "use strict";
199
+ // ESM COMPAT FLAG
200
+ __webpack_require__.r(__webpack_exports__);
201
+
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/notice-bar/src/main.vue?vue&type=template&id=8f5c12b8&
203
+ var render = function () {
204
+ var _vm = this
205
+ var _h = _vm.$createElement
206
+ var _c = _vm._self._c || _h
207
+ return _c(
208
+ "van-notice-bar",
209
+ _vm._g(_vm._b({}, "van-notice-bar", _vm.$attrs, false), _vm.$listeners),
210
+ [
211
+ _vm._l(_vm.$slots, function (index, name) {
212
+ return _c("template", { slot: name }, [_vm._t(name)], 2)
213
+ }),
214
+ ],
215
+ 2
216
+ )
217
+ }
218
+ var staticRenderFns = []
219
+ render._withStripped = true
220
+
221
+
222
+ // CONCATENATED MODULE: ./packages/notice-bar/src/main.vue?vue&type=template&id=8f5c12b8&
223
+
224
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/notice-bar/src/main.vue?vue&type=script&lang=js&
225
+ //
226
+ //
227
+ //
228
+ //
229
+ //
230
+ //
231
+ //
232
+ //
233
+
234
+ /* harmony default export */ var mainvue_type_script_lang_js_ = ({
235
+ name: 'EmNoticeBar'
236
+ });
237
+ // CONCATENATED MODULE: ./packages/notice-bar/src/main.vue?vue&type=script&lang=js&
238
+ /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
239
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
240
+ var componentNormalizer = __webpack_require__(1);
241
+
242
+ // CONCATENATED MODULE: ./packages/notice-bar/src/main.vue
243
+
244
+
245
+
246
+
247
+
248
+ /* normalize component */
249
+
250
+ var component = Object(componentNormalizer["a" /* default */])(
251
+ src_mainvue_type_script_lang_js_,
252
+ render,
253
+ staticRenderFns,
254
+ false,
255
+ null,
256
+ null,
257
+ null
258
+
259
+ )
260
+
261
+ /* harmony default export */ var main = (component.exports);
262
+ // CONCATENATED MODULE: ./packages/notice-bar/index.js
263
+
264
+
265
+ main.install = function (Vue) {
266
+ return Vue.component(main.name, main);
267
+ };
268
+
269
+ /* harmony default export */ var notice_bar = __webpack_exports__["default"] = (main);
270
+
271
+ /***/ })
272
+
273
+ /******/ });
package/lib/pagination.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -339,7 +339,7 @@ render._withStripped = true
339
339
  // CONCATENATED MODULE: ./packages/pagination/src/main.vue?vue&type=script&lang=js&
340
340
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
341
341
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
342
- var componentNormalizer = __webpack_require__(0);
342
+ var componentNormalizer = __webpack_require__(1);
343
343
 
344
344
  // CONCATENATED MODULE: ./packages/pagination/src/main.vue
345
345
 
package/lib/picker.js CHANGED
@@ -90,111 +90,7 @@ module.exports =
90
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
91
 
92
92
  "use strict";
93
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
94
- /* globals __VUE_SSR_CONTEXT__ */
95
-
96
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
97
- // This module is a runtime utility for cleaner component module output and will
98
- // be included in the final webpack user bundle.
99
-
100
- function normalizeComponent(
101
- scriptExports,
102
- render,
103
- staticRenderFns,
104
- functionalTemplate,
105
- injectStyles,
106
- scopeId,
107
- moduleIdentifier /* server only */,
108
- shadowMode /* vue-cli only */
109
- ) {
110
- // Vue.extend constructor export interop
111
- var options =
112
- typeof scriptExports === 'function' ? scriptExports.options : scriptExports
113
-
114
- // render functions
115
- if (render) {
116
- options.render = render
117
- options.staticRenderFns = staticRenderFns
118
- options._compiled = true
119
- }
120
-
121
- // functional template
122
- if (functionalTemplate) {
123
- options.functional = true
124
- }
125
-
126
- // scopedId
127
- if (scopeId) {
128
- options._scopeId = 'data-v-' + scopeId
129
- }
130
-
131
- var hook
132
- if (moduleIdentifier) {
133
- // server build
134
- hook = function (context) {
135
- // 2.3 injection
136
- context =
137
- context || // cached call
138
- (this.$vnode && this.$vnode.ssrContext) || // stateful
139
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
140
- // 2.2 with runInNewContext: true
141
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
142
- context = __VUE_SSR_CONTEXT__
143
- }
144
- // inject component styles
145
- if (injectStyles) {
146
- injectStyles.call(this, context)
147
- }
148
- // register component module identifier for async chunk inferrence
149
- if (context && context._registeredComponents) {
150
- context._registeredComponents.add(moduleIdentifier)
151
- }
152
- }
153
- // used by ssr in case component is cached and beforeCreate
154
- // never gets called
155
- options._ssrRegister = hook
156
- } else if (injectStyles) {
157
- hook = shadowMode
158
- ? function () {
159
- injectStyles.call(
160
- this,
161
- (options.functional ? this.parent : this).$root.$options.shadowRoot
162
- )
163
- }
164
- : injectStyles
165
- }
166
-
167
- if (hook) {
168
- if (options.functional) {
169
- // for template-only hot-reload because in that case the render fn doesn't
170
- // go through the normalizer
171
- options._injectStyles = hook
172
- // register for functional component in vue file
173
- var originalRender = options.render
174
- options.render = function renderWithStyleInjection(h, context) {
175
- hook.call(context)
176
- return originalRender(h, context)
177
- }
178
- } else {
179
- // inject component registration as beforeCreate hook
180
- var existing = options.beforeCreate
181
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
182
- }
183
- }
184
-
185
- return {
186
- exports: scriptExports,
187
- options: options
188
- }
189
- }
190
-
191
-
192
- /***/ }),
193
- /* 1 */
194
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
195
-
196
- "use strict";
197
- /* harmony import */ var _eoss_design_color__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
93
+ /* harmony import */ var _eoss_design_color__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
198
94
  /* harmony import */ var _eoss_design_color__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_eoss_design_color__WEBPACK_IMPORTED_MODULE_0__);
199
95
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
200
96
 
@@ -1508,6 +1404,110 @@ var exclAttribute = function exclAttribute(_ref4) {
1508
1404
  exportXls: exportXls
1509
1405
  });
1510
1406
 
1407
+ /***/ }),
1408
+ /* 1 */
1409
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1410
+
1411
+ "use strict";
1412
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
1413
+ /* globals __VUE_SSR_CONTEXT__ */
1414
+
1415
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
1416
+ // This module is a runtime utility for cleaner component module output and will
1417
+ // be included in the final webpack user bundle.
1418
+
1419
+ function normalizeComponent(
1420
+ scriptExports,
1421
+ render,
1422
+ staticRenderFns,
1423
+ functionalTemplate,
1424
+ injectStyles,
1425
+ scopeId,
1426
+ moduleIdentifier /* server only */,
1427
+ shadowMode /* vue-cli only */
1428
+ ) {
1429
+ // Vue.extend constructor export interop
1430
+ var options =
1431
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
1432
+
1433
+ // render functions
1434
+ if (render) {
1435
+ options.render = render
1436
+ options.staticRenderFns = staticRenderFns
1437
+ options._compiled = true
1438
+ }
1439
+
1440
+ // functional template
1441
+ if (functionalTemplate) {
1442
+ options.functional = true
1443
+ }
1444
+
1445
+ // scopedId
1446
+ if (scopeId) {
1447
+ options._scopeId = 'data-v-' + scopeId
1448
+ }
1449
+
1450
+ var hook
1451
+ if (moduleIdentifier) {
1452
+ // server build
1453
+ hook = function (context) {
1454
+ // 2.3 injection
1455
+ context =
1456
+ context || // cached call
1457
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
1458
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
1459
+ // 2.2 with runInNewContext: true
1460
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1461
+ context = __VUE_SSR_CONTEXT__
1462
+ }
1463
+ // inject component styles
1464
+ if (injectStyles) {
1465
+ injectStyles.call(this, context)
1466
+ }
1467
+ // register component module identifier for async chunk inferrence
1468
+ if (context && context._registeredComponents) {
1469
+ context._registeredComponents.add(moduleIdentifier)
1470
+ }
1471
+ }
1472
+ // used by ssr in case component is cached and beforeCreate
1473
+ // never gets called
1474
+ options._ssrRegister = hook
1475
+ } else if (injectStyles) {
1476
+ hook = shadowMode
1477
+ ? function () {
1478
+ injectStyles.call(
1479
+ this,
1480
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
1481
+ )
1482
+ }
1483
+ : injectStyles
1484
+ }
1485
+
1486
+ if (hook) {
1487
+ if (options.functional) {
1488
+ // for template-only hot-reload because in that case the render fn doesn't
1489
+ // go through the normalizer
1490
+ options._injectStyles = hook
1491
+ // register for functional component in vue file
1492
+ var originalRender = options.render
1493
+ options.render = function renderWithStyleInjection(h, context) {
1494
+ hook.call(context)
1495
+ return originalRender(h, context)
1496
+ }
1497
+ } else {
1498
+ // inject component registration as beforeCreate hook
1499
+ var existing = options.beforeCreate
1500
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
1501
+ }
1502
+ }
1503
+
1504
+ return {
1505
+ exports: scriptExports,
1506
+ options: options
1507
+ }
1508
+ }
1509
+
1510
+
1511
1511
  /***/ }),
1512
1512
  /* 2 */
1513
1513
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -1543,7 +1543,7 @@ var exclAttribute = function exclAttribute(_ref4) {
1543
1543
  /* unused harmony export toTwoOfficesDispatch */
1544
1544
  /* unused harmony export twoOfficesDispatch */
1545
1545
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return isCanStartSubFlow; });
1546
- /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
1546
+ /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1547
1547
 
1548
1548
  var activiti = '/bpm';
1549
1549
  var pending = '/bpm';
@@ -1635,10 +1635,10 @@ var external_axios_ = __webpack_require__(7);
1635
1635
  var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_);
1636
1636
 
1637
1637
  // EXTERNAL MODULE: external "eoss-mobile-vant"
1638
- var external_eoss_mobile_vant_ = __webpack_require__(6);
1638
+ var external_eoss_mobile_vant_ = __webpack_require__(5);
1639
1639
 
1640
1640
  // EXTERNAL MODULE: ./src/utils/util.js
1641
- var util = __webpack_require__(1);
1641
+ var util = __webpack_require__(0);
1642
1642
 
1643
1643
  // EXTERNAL MODULE: external "qs"
1644
1644
  var external_qs_ = __webpack_require__(4);
@@ -1927,13 +1927,13 @@ module.exports = require("qs");
1927
1927
  /* 5 */
1928
1928
  /***/ (function(module, exports) {
1929
1929
 
1930
- module.exports = require("@eoss-design/color");
1930
+ module.exports = require("eoss-mobile-vant");
1931
1931
 
1932
1932
  /***/ }),
1933
1933
  /* 6 */
1934
1934
  /***/ (function(module, exports) {
1935
1935
 
1936
- module.exports = require("eoss-mobile-vant");
1936
+ module.exports = require("@eoss-design/color");
1937
1937
 
1938
1938
  /***/ }),
1939
1939
  /* 7 */
@@ -2773,7 +2773,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
2773
2773
  // CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=script&lang=js&
2774
2774
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
2775
2775
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
2776
- var componentNormalizer = __webpack_require__(0);
2776
+ var componentNormalizer = __webpack_require__(1);
2777
2777
 
2778
2778
  // CONCATENATED MODULE: ./packages/picker/src/main.vue
2779
2779
 
package/lib/popover.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -270,7 +270,7 @@ render._withStripped = true
270
270
  // CONCATENATED MODULE: ./packages/popover/src/main.vue?vue&type=script&lang=js&
271
271
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
272
272
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
273
- var componentNormalizer = __webpack_require__(0);
273
+ var componentNormalizer = __webpack_require__(1);
274
274
 
275
275
  // CONCATENATED MODULE: ./packages/popover/src/main.vue
276
276
 
package/lib/popup.js CHANGED
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -261,7 +261,7 @@ render._withStripped = true
261
261
  // CONCATENATED MODULE: ./packages/popup/src/main.vue?vue&type=script&lang=js&
262
262
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
263
263
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
264
- var componentNormalizer = __webpack_require__(0);
264
+ var componentNormalizer = __webpack_require__(1);
265
265
 
266
266
  // CONCATENATED MODULE: ./packages/popup/src/main.vue
267
267
 
@@ -87,7 +87,7 @@ module.exports =
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 0:
90
+ /***/ 1:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -269,7 +269,7 @@ render._withStripped = true
269
269
  // CONCATENATED MODULE: ./packages/pull-refresh/src/main.vue?vue&type=script&lang=js&
270
270
  /* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
271
271
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
272
- var componentNormalizer = __webpack_require__(0);
272
+ var componentNormalizer = __webpack_require__(1);
273
273
 
274
274
  // CONCATENATED MODULE: ./packages/pull-refresh/src/main.vue
275
275