iov-design 2.15.31 → 2.15.32
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.
- package/lib/calendar.js +2 -2
- package/lib/cascader-panel.js +8 -8
- package/lib/cascader.js +2 -2
- package/lib/color-picker.js +4 -4
- package/lib/date-picker.js +6 -6
- package/lib/image.js +8 -8
- package/lib/index.js +1 -1
- package/lib/iov-design.common.js +333 -12
- package/lib/loading.js +8 -8
- package/lib/message-box.js +10 -10
- package/lib/message.js +8 -8
- package/lib/notification.js +8 -8
- package/lib/pagination.js +2 -2
- package/lib/popover.js +8 -8
- package/lib/select.js +8 -8
- package/lib/table-column.js +76 -6
- package/lib/table.js +273 -22
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/table.css +1 -1
- package/lib/time-picker.js +11 -11
- package/lib/time-select.js +8 -8
- package/lib/tooltip.js +2 -2
- package/lib/transfer.js +8 -8
- package/lib/upload.js +8 -8
- package/package.json +1 -1
- package/packages/table/src/config.js +32 -4
- package/packages/table/src/store/watcher.js +65 -5
- package/packages/table/src/table-header.js +149 -0
- package/packages/table/src/table.vue +6 -0
- package/packages/theme-chalk/src/table.scss +34 -8
- package/src/index.js +1 -1
package/lib/calendar.js
CHANGED
|
@@ -217,7 +217,7 @@ module.exports = require("iov-design/lib/button-group");
|
|
|
217
217
|
|
|
218
218
|
/***/ }),
|
|
219
219
|
|
|
220
|
-
/***/
|
|
220
|
+
/***/ 7:
|
|
221
221
|
/***/ (function(module, exports) {
|
|
222
222
|
|
|
223
223
|
module.exports = require("iov-design/lib/mixins/locale");
|
|
@@ -353,7 +353,7 @@ render._withStripped = true
|
|
|
353
353
|
// CONCATENATED MODULE: ./packages/calendar/src/main.vue?vue&type=template&id=6d9756be&
|
|
354
354
|
|
|
355
355
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
356
|
-
var locale_ = __webpack_require__(
|
|
356
|
+
var locale_ = __webpack_require__(7);
|
|
357
357
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
358
358
|
|
|
359
359
|
// EXTERNAL MODULE: external "iov-design/lib/utils/date"
|
package/lib/cascader-panel.js
CHANGED
|
@@ -245,13 +245,6 @@ module.exports = require("iov-design/lib/radio");
|
|
|
245
245
|
|
|
246
246
|
/***/ }),
|
|
247
247
|
|
|
248
|
-
/***/ 6:
|
|
249
|
-
/***/ (function(module, exports) {
|
|
250
|
-
|
|
251
|
-
module.exports = require("iov-design/lib/mixins/locale");
|
|
252
|
-
|
|
253
|
-
/***/ }),
|
|
254
|
-
|
|
255
248
|
/***/ 62:
|
|
256
249
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
257
250
|
|
|
@@ -604,7 +597,7 @@ if (false) { var api; }
|
|
|
604
597
|
component.options.__file = "packages/cascader-panel/src/cascader-node.vue"
|
|
605
598
|
/* harmony default export */ var cascader_node = (component.exports);
|
|
606
599
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
607
|
-
var locale_ = __webpack_require__(
|
|
600
|
+
var locale_ = __webpack_require__(7);
|
|
608
601
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
609
602
|
|
|
610
603
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/cascader-panel/src/cascader-menu.vue?vue&type=script&lang=js&
|
|
@@ -1553,6 +1546,13 @@ cascader_panel.install = function (Vue) {
|
|
|
1553
1546
|
|
|
1554
1547
|
/***/ }),
|
|
1555
1548
|
|
|
1549
|
+
/***/ 7:
|
|
1550
|
+
/***/ (function(module, exports) {
|
|
1551
|
+
|
|
1552
|
+
module.exports = require("iov-design/lib/mixins/locale");
|
|
1553
|
+
|
|
1554
|
+
/***/ }),
|
|
1555
|
+
|
|
1556
1556
|
/***/ 9:
|
|
1557
1557
|
/***/ (function(module, exports) {
|
|
1558
1558
|
|
package/lib/cascader.js
CHANGED
|
@@ -294,7 +294,7 @@ module.exports = require("iov-design/lib/cascader-panel");
|
|
|
294
294
|
|
|
295
295
|
/***/ }),
|
|
296
296
|
|
|
297
|
-
/***/
|
|
297
|
+
/***/ 7:
|
|
298
298
|
/***/ (function(module, exports) {
|
|
299
299
|
|
|
300
300
|
module.exports = require("iov-design/lib/mixins/locale");
|
|
@@ -635,7 +635,7 @@ var emitter_ = __webpack_require__(4);
|
|
|
635
635
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
636
636
|
|
|
637
637
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
638
|
-
var locale_ = __webpack_require__(
|
|
638
|
+
var locale_ = __webpack_require__(7);
|
|
639
639
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
640
640
|
|
|
641
641
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/migrating"
|
package/lib/color-picker.js
CHANGED
|
@@ -857,7 +857,7 @@ sv_panelvue_type_template_id_d8583596_render._withStripped = true
|
|
|
857
857
|
// CONCATENATED MODULE: ./packages/color-picker/src/components/sv-panel.vue?vue&type=template&id=d8583596&
|
|
858
858
|
|
|
859
859
|
// EXTERNAL MODULE: external "vue"
|
|
860
|
-
var external_vue_ = __webpack_require__(
|
|
860
|
+
var external_vue_ = __webpack_require__(8);
|
|
861
861
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
862
862
|
|
|
863
863
|
// CONCATENATED MODULE: ./packages/color-picker/src/draggable.js
|
|
@@ -1540,7 +1540,7 @@ var vue_popper_ = __webpack_require__(5);
|
|
|
1540
1540
|
var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
|
|
1541
1541
|
|
|
1542
1542
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
1543
|
-
var locale_ = __webpack_require__(
|
|
1543
|
+
var locale_ = __webpack_require__(7);
|
|
1544
1544
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
1545
1545
|
|
|
1546
1546
|
// EXTERNAL MODULE: external "iov-design/lib/input"
|
|
@@ -1940,14 +1940,14 @@ main.install = function (Vue) {
|
|
|
1940
1940
|
|
|
1941
1941
|
/***/ }),
|
|
1942
1942
|
|
|
1943
|
-
/***/
|
|
1943
|
+
/***/ 7:
|
|
1944
1944
|
/***/ (function(module, exports) {
|
|
1945
1945
|
|
|
1946
1946
|
module.exports = require("iov-design/lib/mixins/locale");
|
|
1947
1947
|
|
|
1948
1948
|
/***/ }),
|
|
1949
1949
|
|
|
1950
|
-
/***/
|
|
1950
|
+
/***/ 8:
|
|
1951
1951
|
/***/ (function(module, exports) {
|
|
1952
1952
|
|
|
1953
1953
|
module.exports = require("vue");
|
package/lib/date-picker.js
CHANGED
|
@@ -217,19 +217,19 @@ module.exports = require("iov-design/lib/mixins/emitter");
|
|
|
217
217
|
module.exports = require("iov-design/lib/utils/vue-popper");
|
|
218
218
|
|
|
219
219
|
/***/ }),
|
|
220
|
-
/* 6
|
|
220
|
+
/* 6 */,
|
|
221
|
+
/* 7 */
|
|
221
222
|
/***/ (function(module, exports) {
|
|
222
223
|
|
|
223
224
|
module.exports = require("iov-design/lib/mixins/locale");
|
|
224
225
|
|
|
225
226
|
/***/ }),
|
|
226
|
-
/*
|
|
227
|
+
/* 8 */
|
|
227
228
|
/***/ (function(module, exports) {
|
|
228
229
|
|
|
229
230
|
module.exports = require("vue");
|
|
230
231
|
|
|
231
232
|
/***/ }),
|
|
232
|
-
/* 8 */,
|
|
233
233
|
/* 9 */
|
|
234
234
|
/***/ (function(module, exports) {
|
|
235
235
|
|
|
@@ -372,7 +372,7 @@ render._withStripped = true
|
|
|
372
372
|
var date_util_ = __webpack_require__(1);
|
|
373
373
|
|
|
374
374
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
375
|
-
var locale_ = __webpack_require__(
|
|
375
|
+
var locale_ = __webpack_require__(7);
|
|
376
376
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
377
377
|
|
|
378
378
|
// EXTERNAL MODULE: ./packages/date-picker/src/basic/time-spinner.vue + 4 modules
|
|
@@ -843,7 +843,7 @@ render._withStripped = true
|
|
|
843
843
|
// CONCATENATED MODULE: ./packages/date-picker/src/picker.vue?vue&type=template&id=79ae069f&
|
|
844
844
|
|
|
845
845
|
// EXTERNAL MODULE: external "vue"
|
|
846
|
-
var external_vue_ = __webpack_require__(
|
|
846
|
+
var external_vue_ = __webpack_require__(8);
|
|
847
847
|
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
848
848
|
|
|
849
849
|
// EXTERNAL MODULE: external "iov-design/lib/utils/clickoutside"
|
|
@@ -2951,7 +2951,7 @@ var clickoutside_ = __webpack_require__(12);
|
|
|
2951
2951
|
var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
2952
2952
|
|
|
2953
2953
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
2954
|
-
var locale_ = __webpack_require__(
|
|
2954
|
+
var locale_ = __webpack_require__(7);
|
|
2955
2955
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
2956
2956
|
|
|
2957
2957
|
// EXTERNAL MODULE: external "iov-design/lib/input"
|
package/lib/image.js
CHANGED
|
@@ -224,13 +224,6 @@ module.exports = require("iov-design/lib/utils/util");
|
|
|
224
224
|
|
|
225
225
|
/***/ }),
|
|
226
226
|
|
|
227
|
-
/***/ 6:
|
|
228
|
-
/***/ (function(module, exports) {
|
|
229
|
-
|
|
230
|
-
module.exports = require("iov-design/lib/mixins/locale");
|
|
231
|
-
|
|
232
|
-
/***/ }),
|
|
233
|
-
|
|
234
227
|
/***/ 69:
|
|
235
228
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
236
229
|
|
|
@@ -828,7 +821,7 @@ if (false) { var api; }
|
|
|
828
821
|
component.options.__file = "packages/image/src/image-viewer.vue"
|
|
829
822
|
/* harmony default export */ var image_viewer = (component.exports);
|
|
830
823
|
// EXTERNAL MODULE: external "iov-design/lib/mixins/locale"
|
|
831
|
-
var locale_ = __webpack_require__(
|
|
824
|
+
var locale_ = __webpack_require__(7);
|
|
832
825
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
833
826
|
|
|
834
827
|
// EXTERNAL MODULE: external "iov-design/lib/utils/types"
|
|
@@ -1135,6 +1128,13 @@ main.install = function (Vue) {
|
|
|
1135
1128
|
|
|
1136
1129
|
/* harmony default export */ var packages_image = __webpack_exports__["default"] = (main);
|
|
1137
1130
|
|
|
1131
|
+
/***/ }),
|
|
1132
|
+
|
|
1133
|
+
/***/ 7:
|
|
1134
|
+
/***/ (function(module, exports) {
|
|
1135
|
+
|
|
1136
|
+
module.exports = require("iov-design/lib/mixins/locale");
|
|
1137
|
+
|
|
1138
1138
|
/***/ })
|
|
1139
1139
|
|
|
1140
1140
|
/******/ });
|