bkui-vue 0.0.1-beta.391 → 0.0.1-beta.393
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/dist/index.cjs.js +35 -35
- package/dist/index.esm.js +856 -857
- package/dist/index.umd.js +9 -9
- package/lib/affix/index.js +128 -60
- package/lib/alert/index.js +124 -56
- package/lib/animate-number/index.js +106 -42
- package/lib/backtop/index.js +133 -61
- package/lib/badge/index.js +114 -50
- package/lib/breadcrumb/index.js +133 -67
- package/lib/button/index.js +147 -68
- package/lib/card/index.js +154 -69
- package/lib/cascader/index.js +242 -168
- package/lib/checkbox/index.js +139 -77
- package/lib/code-diff/index.js +121 -79
- package/lib/collapse/index.js +150 -84
- package/lib/color-picker/index.js +245 -193
- package/lib/components.js +671 -434
- package/lib/container/index.js +125 -64
- package/lib/date-picker/index.js +563 -462
- package/lib/dialog/index.js +198 -108
- package/lib/directives/index.js +138 -92
- package/lib/dist.index.js +133 -48
- package/lib/divider/index.js +118 -50
- package/lib/dropdown/index.js +155 -73
- package/lib/exception/index.js +145 -97
- package/lib/fixed-navbar/index.js +107 -43
- package/lib/form/index.js +193 -107
- package/lib/icon/angle-double-down-line.js +90 -30
- package/lib/icon/angle-double-left-line.js +90 -30
- package/lib/icon/angle-double-left.js +90 -30
- package/lib/icon/angle-double-right-line.js +90 -30
- package/lib/icon/angle-double-right.js +90 -30
- package/lib/icon/angle-double-up-line.js +90 -30
- package/lib/icon/angle-down-fill.js +90 -30
- package/lib/icon/angle-down-line.js +90 -30
- package/lib/icon/angle-down.js +90 -30
- package/lib/icon/angle-left.js +90 -30
- package/lib/icon/angle-right.js +90 -30
- package/lib/icon/angle-up-fill.js +90 -30
- package/lib/icon/angle-up.js +90 -30
- package/lib/icon/archive-fill.js +90 -30
- package/lib/icon/arrows-left.js +90 -30
- package/lib/icon/arrows-right.js +90 -30
- package/lib/icon/audio-fill.js +90 -30
- package/lib/icon/bk.js +90 -30
- package/lib/icon/circle.js +90 -30
- package/lib/icon/close-line.js +90 -30
- package/lib/icon/close.js +90 -30
- package/lib/icon/code.js +90 -30
- package/lib/icon/cog-shape.js +90 -30
- package/lib/icon/collapse-left.js +90 -30
- package/lib/icon/copy.js +90 -30
- package/lib/icon/data-shape.js +90 -30
- package/lib/icon/del.js +90 -30
- package/lib/icon/doc-fill.js +90 -30
- package/lib/icon/done.js +90 -30
- package/lib/icon/down-shape.js +90 -30
- package/lib/icon/down-small.js +90 -30
- package/lib/icon/edit-line.js +90 -30
- package/lib/icon/ellipsis.js +90 -30
- package/lib/icon/enlarge-line.js +90 -30
- package/lib/icon/error.js +90 -30
- package/lib/icon/excel-fill.js +90 -30
- package/lib/icon/exclamation-circle-shape.js +90 -30
- package/lib/icon/eye.js +90 -30
- package/lib/icon/filliscreen-line.js +90 -30
- package/lib/icon/folder-open.js +90 -30
- package/lib/icon/folder-shape-open.js +90 -30
- package/lib/icon/folder-shape.js +90 -30
- package/lib/icon/folder.js +90 -30
- package/lib/icon/funnel.js +90 -30
- package/lib/icon/help-document-fill.js +90 -30
- package/lib/icon/help-fill.js +90 -30
- package/lib/icon/help.js +90 -30
- package/lib/icon/image-fill.js +90 -30
- package/lib/icon/img-placehoulder.js +88 -52
- package/lib/icon/index.js +255 -267
- package/lib/icon/info-line.js +88 -52
- package/lib/icon/info.js +88 -52
- package/lib/icon/left-shape.js +88 -52
- package/lib/icon/left-turn-line.js +88 -52
- package/lib/icon/narrow-line.js +88 -52
- package/lib/icon/original.js +88 -52
- package/lib/icon/pdf-fill.js +88 -52
- package/lib/icon/play-shape.js +88 -52
- package/lib/icon/plus.js +88 -52
- package/lib/icon/ppt-fill.js +88 -52
- package/lib/icon/qq.js +88 -52
- package/lib/icon/right-shape.js +88 -52
- package/lib/icon/right-turn-line.js +88 -52
- package/lib/icon/search.js +88 -52
- package/lib/icon/share.js +88 -52
- package/lib/icon/spinner.js +88 -52
- package/lib/icon/success.js +88 -52
- package/lib/icon/switcher-loading.js +88 -52
- package/lib/icon/text-file.js +88 -52
- package/lib/icon/text-fill.js +88 -52
- package/lib/icon/transfer.js +88 -52
- package/lib/icon/tree-application-shape.js +88 -52
- package/lib/icon/unfull-screen.js +88 -52
- package/lib/icon/unvisible.js +88 -52
- package/lib/icon/up-shape.js +88 -52
- package/lib/icon/upload.js +88 -52
- package/lib/icon/video-fill.js +88 -52
- package/lib/icon/warn.js +88 -52
- package/lib/icon/weixin.js +88 -52
- package/lib/image/index.js +213 -164
- package/lib/index.js +134 -50
- package/lib/info-box/index.js +206 -152
- package/lib/input/index.js +167 -99
- package/lib/link/index.js +115 -47
- package/lib/loading/index.js +127 -67
- package/lib/menu/index.js +156 -92
- package/lib/message/index.js +148 -76
- package/lib/modal/index.js +151 -85
- package/lib/navigation/index.js +134 -66
- package/lib/notify/index.js +153 -81
- package/lib/overflow-title/index.js +128 -92
- package/lib/pagination/index.js +220 -131
- package/lib/plugin-popover/index.js +329 -148
- package/lib/plugins/index.js +100 -33
- package/lib/popover/index.js +332 -153
- package/lib/popover2/index.js +99 -35
- package/lib/preset.js +104 -37
- package/lib/process/index.js +134 -92
- package/lib/progress/index.js +127 -63
- package/lib/radio/index.js +142 -81
- package/lib/rate/index.js +127 -63
- package/lib/resize-layout/index.js +147 -79
- package/lib/search-select/index.js +220 -168
- package/lib/select/index.js +394 -315
- package/lib/shared/index.js +203 -228
- package/lib/sideslider/index.js +137 -88
- package/lib/slider/index.js +196 -147
- package/lib/steps/index.js +152 -105
- package/lib/swiper/index.js +126 -62
- package/lib/switcher/index.js +133 -65
- package/lib/tab/index.js +188 -118
- package/lib/table/index.js +572 -457
- package/lib/table-column/index.js +197 -129
- package/lib/tag/index.js +130 -58
- package/lib/tag-input/index.js +277 -175
- package/lib/time-picker/index.js +111 -40
- package/lib/timeline/index.js +114 -50
- package/lib/transfer/index.js +174 -89
- package/lib/tree/index.js +235 -158
- package/lib/upload/index.js +227 -173
- package/lib/virtual-render/index.js +154 -86
- package/package.json +1 -1
package/lib/icon/code.js
CHANGED
@@ -1,37 +1,93 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
+
module.exports = factory(require("vue"));
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
5
|
+
define(["vue"], factory);
|
6
|
+
else {
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
9
|
+
}
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__748__) => {
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
12
|
+
/******/ "use strict";
|
13
|
+
/******/ var __webpack_modules__ = ({
|
14
|
+
|
15
|
+
/***/ 748:
|
16
|
+
/***/ ((module) => {
|
17
|
+
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
|
19
|
+
|
20
|
+
/***/ })
|
21
|
+
|
22
|
+
/******/ });
|
5
23
|
/************************************************************************/
|
6
|
-
/******/
|
7
|
-
/******/
|
8
|
-
/******/
|
9
|
-
/******/
|
10
|
-
/******/
|
11
|
-
/******/
|
12
|
-
/******/
|
13
|
-
/******/
|
24
|
+
/******/ // The module cache
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
26
|
+
/******/
|
27
|
+
/******/ // The require function
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
29
|
+
/******/ // Check if module is in cache
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
32
|
+
/******/ return cachedModule.exports;
|
14
33
|
/******/ }
|
15
|
-
/******/
|
16
|
-
/******/
|
17
|
-
/******/
|
18
|
-
/******/
|
19
|
-
/******/
|
20
|
-
/******/
|
21
|
-
/******/
|
22
|
-
/******/
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
36
|
+
/******/ // no module.id needed
|
37
|
+
/******/ // no module.loaded needed
|
38
|
+
/******/ exports: {}
|
39
|
+
/******/ };
|
40
|
+
/******/
|
41
|
+
/******/ // Execute the module function
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
43
|
+
/******/
|
44
|
+
/******/ // Return the exports of the module
|
45
|
+
/******/ return module.exports;
|
46
|
+
/******/ }
|
47
|
+
/******/
|
48
|
+
/************************************************************************/
|
49
|
+
/******/ /* webpack/runtime/define property getters */
|
50
|
+
/******/ (() => {
|
51
|
+
/******/ // define getter functions for harmony exports
|
52
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
53
|
+
/******/ for(var key in definition) {
|
54
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
55
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
56
|
+
/******/ }
|
57
|
+
/******/ }
|
58
|
+
/******/ };
|
59
|
+
/******/ })();
|
60
|
+
/******/
|
61
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
62
|
+
/******/ (() => {
|
63
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
64
|
+
/******/ })();
|
65
|
+
/******/
|
66
|
+
/******/ /* webpack/runtime/make namespace object */
|
67
|
+
/******/ (() => {
|
68
|
+
/******/ // define __esModule on exports
|
69
|
+
/******/ __webpack_require__.r = (exports) => {
|
70
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
71
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
72
|
+
/******/ }
|
73
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
74
|
+
/******/ };
|
75
|
+
/******/ })();
|
76
|
+
/******/
|
23
77
|
/************************************************************************/
|
24
78
|
var __webpack_exports__ = {};
|
79
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
80
|
+
(() => {
|
81
|
+
// ESM COMPAT FLAG
|
82
|
+
__webpack_require__.r(__webpack_exports__);
|
25
83
|
|
26
84
|
// EXPORTS
|
27
85
|
__webpack_require__.d(__webpack_exports__, {
|
28
|
-
"
|
86
|
+
"default": () => (/* binding */ icons_code)
|
29
87
|
});
|
30
88
|
|
31
|
-
|
32
|
-
var
|
33
|
-
var y = x => () => x
|
34
|
-
const external_vue_namespaceObject = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
|
89
|
+
// EXTERNAL MODULE: external "vue"
|
90
|
+
var external_vue_ = __webpack_require__(748);
|
35
91
|
;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.js
|
36
92
|
/******************************************************************************
|
37
93
|
Copyright (c) Microsoft Corporation.
|
@@ -314,7 +370,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
314
370
|
|
315
371
|
|
316
372
|
function generate(node, key, rootAttrs) {
|
317
|
-
return (0,
|
373
|
+
return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
|
318
374
|
key: key
|
319
375
|
}, node.attributes), {
|
320
376
|
style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
|
@@ -338,7 +394,7 @@ var bkIcon = function bkIcon(props, context) {
|
|
338
394
|
'align-items': 'center',
|
339
395
|
'justify-content': 'center'
|
340
396
|
};
|
341
|
-
return (0,
|
397
|
+
return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
|
342
398
|
"style": iconBoxStyle
|
343
399
|
}, restProps), [generate(data, name, rootAttrs)]);
|
344
400
|
};
|
@@ -353,7 +409,7 @@ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"htt
|
|
353
409
|
|
354
410
|
var code = function code(props, context) {
|
355
411
|
var p = Object.assign(Object.assign({}, props), context.attrs);
|
356
|
-
return (0,
|
412
|
+
return (0,external_vue_.createVNode)(icon, (0,external_vue_.mergeProps)(p, {
|
357
413
|
"data": data,
|
358
414
|
"name": "code"
|
359
415
|
}), null);
|
@@ -362,5 +418,9 @@ var code = function code(props, context) {
|
|
362
418
|
code.displayName = 'code';
|
363
419
|
code.inheritAttrs = false;
|
364
420
|
/* harmony default export */ const icons_code = (code);
|
365
|
-
|
366
|
-
|
421
|
+
})();
|
422
|
+
|
423
|
+
/******/ return __webpack_exports__;
|
424
|
+
/******/ })()
|
425
|
+
;
|
426
|
+
});
|
package/lib/icon/cog-shape.js
CHANGED
@@ -1,37 +1,93 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
+
module.exports = factory(require("vue"));
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
5
|
+
define(["vue"], factory);
|
6
|
+
else {
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
9
|
+
}
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__748__) => {
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
12
|
+
/******/ "use strict";
|
13
|
+
/******/ var __webpack_modules__ = ({
|
14
|
+
|
15
|
+
/***/ 748:
|
16
|
+
/***/ ((module) => {
|
17
|
+
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
|
19
|
+
|
20
|
+
/***/ })
|
21
|
+
|
22
|
+
/******/ });
|
5
23
|
/************************************************************************/
|
6
|
-
/******/
|
7
|
-
/******/
|
8
|
-
/******/
|
9
|
-
/******/
|
10
|
-
/******/
|
11
|
-
/******/
|
12
|
-
/******/
|
13
|
-
/******/
|
24
|
+
/******/ // The module cache
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
26
|
+
/******/
|
27
|
+
/******/ // The require function
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
29
|
+
/******/ // Check if module is in cache
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
32
|
+
/******/ return cachedModule.exports;
|
14
33
|
/******/ }
|
15
|
-
/******/
|
16
|
-
/******/
|
17
|
-
/******/
|
18
|
-
/******/
|
19
|
-
/******/
|
20
|
-
/******/
|
21
|
-
/******/
|
22
|
-
/******/
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
36
|
+
/******/ // no module.id needed
|
37
|
+
/******/ // no module.loaded needed
|
38
|
+
/******/ exports: {}
|
39
|
+
/******/ };
|
40
|
+
/******/
|
41
|
+
/******/ // Execute the module function
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
43
|
+
/******/
|
44
|
+
/******/ // Return the exports of the module
|
45
|
+
/******/ return module.exports;
|
46
|
+
/******/ }
|
47
|
+
/******/
|
48
|
+
/************************************************************************/
|
49
|
+
/******/ /* webpack/runtime/define property getters */
|
50
|
+
/******/ (() => {
|
51
|
+
/******/ // define getter functions for harmony exports
|
52
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
53
|
+
/******/ for(var key in definition) {
|
54
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
55
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
56
|
+
/******/ }
|
57
|
+
/******/ }
|
58
|
+
/******/ };
|
59
|
+
/******/ })();
|
60
|
+
/******/
|
61
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
62
|
+
/******/ (() => {
|
63
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
64
|
+
/******/ })();
|
65
|
+
/******/
|
66
|
+
/******/ /* webpack/runtime/make namespace object */
|
67
|
+
/******/ (() => {
|
68
|
+
/******/ // define __esModule on exports
|
69
|
+
/******/ __webpack_require__.r = (exports) => {
|
70
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
71
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
72
|
+
/******/ }
|
73
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
74
|
+
/******/ };
|
75
|
+
/******/ })();
|
76
|
+
/******/
|
23
77
|
/************************************************************************/
|
24
78
|
var __webpack_exports__ = {};
|
79
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
80
|
+
(() => {
|
81
|
+
// ESM COMPAT FLAG
|
82
|
+
__webpack_require__.r(__webpack_exports__);
|
25
83
|
|
26
84
|
// EXPORTS
|
27
85
|
__webpack_require__.d(__webpack_exports__, {
|
28
|
-
"
|
86
|
+
"default": () => (/* binding */ cog_shape)
|
29
87
|
});
|
30
88
|
|
31
|
-
|
32
|
-
var
|
33
|
-
var y = x => () => x
|
34
|
-
const external_vue_namespaceObject = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
|
89
|
+
// EXTERNAL MODULE: external "vue"
|
90
|
+
var external_vue_ = __webpack_require__(748);
|
35
91
|
;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.js
|
36
92
|
/******************************************************************************
|
37
93
|
Copyright (c) Microsoft Corporation.
|
@@ -314,7 +370,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
314
370
|
|
315
371
|
|
316
372
|
function generate(node, key, rootAttrs) {
|
317
|
-
return (0,
|
373
|
+
return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
|
318
374
|
key: key
|
319
375
|
}, node.attributes), {
|
320
376
|
style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
|
@@ -338,7 +394,7 @@ var bkIcon = function bkIcon(props, context) {
|
|
338
394
|
'align-items': 'center',
|
339
395
|
'justify-content': 'center'
|
340
396
|
};
|
341
|
-
return (0,
|
397
|
+
return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
|
342
398
|
"style": iconBoxStyle
|
343
399
|
}, restProps), [generate(data, name, rootAttrs)]);
|
344
400
|
};
|
@@ -353,7 +409,7 @@ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"htt
|
|
353
409
|
|
354
410
|
var cogShape = function cogShape(props, context) {
|
355
411
|
var p = Object.assign(Object.assign({}, props), context.attrs);
|
356
|
-
return (0,
|
412
|
+
return (0,external_vue_.createVNode)(icon, (0,external_vue_.mergeProps)(p, {
|
357
413
|
"data": data,
|
358
414
|
"name": "cogShape"
|
359
415
|
}), null);
|
@@ -362,5 +418,9 @@ var cogShape = function cogShape(props, context) {
|
|
362
418
|
cogShape.displayName = 'cogShape';
|
363
419
|
cogShape.inheritAttrs = false;
|
364
420
|
/* harmony default export */ const cog_shape = (cogShape);
|
365
|
-
|
366
|
-
|
421
|
+
})();
|
422
|
+
|
423
|
+
/******/ return __webpack_exports__;
|
424
|
+
/******/ })()
|
425
|
+
;
|
426
|
+
});
|
@@ -1,37 +1,93 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
+
module.exports = factory(require("vue"));
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
5
|
+
define(["vue"], factory);
|
6
|
+
else {
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
9
|
+
}
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__748__) => {
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
12
|
+
/******/ "use strict";
|
13
|
+
/******/ var __webpack_modules__ = ({
|
14
|
+
|
15
|
+
/***/ 748:
|
16
|
+
/***/ ((module) => {
|
17
|
+
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
|
19
|
+
|
20
|
+
/***/ })
|
21
|
+
|
22
|
+
/******/ });
|
5
23
|
/************************************************************************/
|
6
|
-
/******/
|
7
|
-
/******/
|
8
|
-
/******/
|
9
|
-
/******/
|
10
|
-
/******/
|
11
|
-
/******/
|
12
|
-
/******/
|
13
|
-
/******/
|
24
|
+
/******/ // The module cache
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
26
|
+
/******/
|
27
|
+
/******/ // The require function
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
29
|
+
/******/ // Check if module is in cache
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
32
|
+
/******/ return cachedModule.exports;
|
14
33
|
/******/ }
|
15
|
-
/******/
|
16
|
-
/******/
|
17
|
-
/******/
|
18
|
-
/******/
|
19
|
-
/******/
|
20
|
-
/******/
|
21
|
-
/******/
|
22
|
-
/******/
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
36
|
+
/******/ // no module.id needed
|
37
|
+
/******/ // no module.loaded needed
|
38
|
+
/******/ exports: {}
|
39
|
+
/******/ };
|
40
|
+
/******/
|
41
|
+
/******/ // Execute the module function
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
43
|
+
/******/
|
44
|
+
/******/ // Return the exports of the module
|
45
|
+
/******/ return module.exports;
|
46
|
+
/******/ }
|
47
|
+
/******/
|
48
|
+
/************************************************************************/
|
49
|
+
/******/ /* webpack/runtime/define property getters */
|
50
|
+
/******/ (() => {
|
51
|
+
/******/ // define getter functions for harmony exports
|
52
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
53
|
+
/******/ for(var key in definition) {
|
54
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
55
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
56
|
+
/******/ }
|
57
|
+
/******/ }
|
58
|
+
/******/ };
|
59
|
+
/******/ })();
|
60
|
+
/******/
|
61
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
62
|
+
/******/ (() => {
|
63
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
64
|
+
/******/ })();
|
65
|
+
/******/
|
66
|
+
/******/ /* webpack/runtime/make namespace object */
|
67
|
+
/******/ (() => {
|
68
|
+
/******/ // define __esModule on exports
|
69
|
+
/******/ __webpack_require__.r = (exports) => {
|
70
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
71
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
72
|
+
/******/ }
|
73
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
74
|
+
/******/ };
|
75
|
+
/******/ })();
|
76
|
+
/******/
|
23
77
|
/************************************************************************/
|
24
78
|
var __webpack_exports__ = {};
|
79
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
80
|
+
(() => {
|
81
|
+
// ESM COMPAT FLAG
|
82
|
+
__webpack_require__.r(__webpack_exports__);
|
25
83
|
|
26
84
|
// EXPORTS
|
27
85
|
__webpack_require__.d(__webpack_exports__, {
|
28
|
-
"
|
86
|
+
"default": () => (/* binding */ collapse_left)
|
29
87
|
});
|
30
88
|
|
31
|
-
|
32
|
-
var
|
33
|
-
var y = x => () => x
|
34
|
-
const external_vue_namespaceObject = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
|
89
|
+
// EXTERNAL MODULE: external "vue"
|
90
|
+
var external_vue_ = __webpack_require__(748);
|
35
91
|
;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.js
|
36
92
|
/******************************************************************************
|
37
93
|
Copyright (c) Microsoft Corporation.
|
@@ -314,7 +370,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
314
370
|
|
315
371
|
|
316
372
|
function generate(node, key, rootAttrs) {
|
317
|
-
return (0,
|
373
|
+
return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
|
318
374
|
key: key
|
319
375
|
}, node.attributes), {
|
320
376
|
style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
|
@@ -338,7 +394,7 @@ var bkIcon = function bkIcon(props, context) {
|
|
338
394
|
'align-items': 'center',
|
339
395
|
'justify-content': 'center'
|
340
396
|
};
|
341
|
-
return (0,
|
397
|
+
return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
|
342
398
|
"style": iconBoxStyle
|
343
399
|
}, restProps), [generate(data, name, rootAttrs)]);
|
344
400
|
};
|
@@ -353,7 +409,7 @@ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"htt
|
|
353
409
|
|
354
410
|
var collapseLeft = function collapseLeft(props, context) {
|
355
411
|
var p = Object.assign(Object.assign({}, props), context.attrs);
|
356
|
-
return (0,
|
412
|
+
return (0,external_vue_.createVNode)(icon, (0,external_vue_.mergeProps)(p, {
|
357
413
|
"data": data,
|
358
414
|
"name": "collapseLeft"
|
359
415
|
}), null);
|
@@ -362,5 +418,9 @@ var collapseLeft = function collapseLeft(props, context) {
|
|
362
418
|
collapseLeft.displayName = 'collapseLeft';
|
363
419
|
collapseLeft.inheritAttrs = false;
|
364
420
|
/* harmony default export */ const collapse_left = (collapseLeft);
|
365
|
-
|
366
|
-
|
421
|
+
})();
|
422
|
+
|
423
|
+
/******/ return __webpack_exports__;
|
424
|
+
/******/ })()
|
425
|
+
;
|
426
|
+
});
|
package/lib/icon/copy.js
CHANGED
@@ -1,37 +1,93 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
3
|
+
module.exports = factory(require("vue"));
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
5
|
+
define(["vue"], factory);
|
6
|
+
else {
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
9
|
+
}
|
10
|
+
})(self, (__WEBPACK_EXTERNAL_MODULE__748__) => {
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
12
|
+
/******/ "use strict";
|
13
|
+
/******/ var __webpack_modules__ = ({
|
14
|
+
|
15
|
+
/***/ 748:
|
16
|
+
/***/ ((module) => {
|
17
|
+
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
|
19
|
+
|
20
|
+
/***/ })
|
21
|
+
|
22
|
+
/******/ });
|
5
23
|
/************************************************************************/
|
6
|
-
/******/
|
7
|
-
/******/
|
8
|
-
/******/
|
9
|
-
/******/
|
10
|
-
/******/
|
11
|
-
/******/
|
12
|
-
/******/
|
13
|
-
/******/
|
24
|
+
/******/ // The module cache
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
26
|
+
/******/
|
27
|
+
/******/ // The require function
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
29
|
+
/******/ // Check if module is in cache
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
32
|
+
/******/ return cachedModule.exports;
|
14
33
|
/******/ }
|
15
|
-
/******/
|
16
|
-
/******/
|
17
|
-
/******/
|
18
|
-
/******/
|
19
|
-
/******/
|
20
|
-
/******/
|
21
|
-
/******/
|
22
|
-
/******/
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
36
|
+
/******/ // no module.id needed
|
37
|
+
/******/ // no module.loaded needed
|
38
|
+
/******/ exports: {}
|
39
|
+
/******/ };
|
40
|
+
/******/
|
41
|
+
/******/ // Execute the module function
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
43
|
+
/******/
|
44
|
+
/******/ // Return the exports of the module
|
45
|
+
/******/ return module.exports;
|
46
|
+
/******/ }
|
47
|
+
/******/
|
48
|
+
/************************************************************************/
|
49
|
+
/******/ /* webpack/runtime/define property getters */
|
50
|
+
/******/ (() => {
|
51
|
+
/******/ // define getter functions for harmony exports
|
52
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
53
|
+
/******/ for(var key in definition) {
|
54
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
55
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
56
|
+
/******/ }
|
57
|
+
/******/ }
|
58
|
+
/******/ };
|
59
|
+
/******/ })();
|
60
|
+
/******/
|
61
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
62
|
+
/******/ (() => {
|
63
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
64
|
+
/******/ })();
|
65
|
+
/******/
|
66
|
+
/******/ /* webpack/runtime/make namespace object */
|
67
|
+
/******/ (() => {
|
68
|
+
/******/ // define __esModule on exports
|
69
|
+
/******/ __webpack_require__.r = (exports) => {
|
70
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
71
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
72
|
+
/******/ }
|
73
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
74
|
+
/******/ };
|
75
|
+
/******/ })();
|
76
|
+
/******/
|
23
77
|
/************************************************************************/
|
24
78
|
var __webpack_exports__ = {};
|
79
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
80
|
+
(() => {
|
81
|
+
// ESM COMPAT FLAG
|
82
|
+
__webpack_require__.r(__webpack_exports__);
|
25
83
|
|
26
84
|
// EXPORTS
|
27
85
|
__webpack_require__.d(__webpack_exports__, {
|
28
|
-
"
|
86
|
+
"default": () => (/* binding */ icons_copy)
|
29
87
|
});
|
30
88
|
|
31
|
-
|
32
|
-
var
|
33
|
-
var y = x => () => x
|
34
|
-
const external_vue_namespaceObject = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
|
89
|
+
// EXTERNAL MODULE: external "vue"
|
90
|
+
var external_vue_ = __webpack_require__(748);
|
35
91
|
;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.js
|
36
92
|
/******************************************************************************
|
37
93
|
Copyright (c) Microsoft Corporation.
|
@@ -314,7 +370,7 @@ function __classPrivateFieldIn(state, receiver) {
|
|
314
370
|
|
315
371
|
|
316
372
|
function generate(node, key, rootAttrs) {
|
317
|
-
return (0,
|
373
|
+
return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
|
318
374
|
key: key
|
319
375
|
}, node.attributes), {
|
320
376
|
style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
|
@@ -338,7 +394,7 @@ var bkIcon = function bkIcon(props, context) {
|
|
338
394
|
'align-items': 'center',
|
339
395
|
'justify-content': 'center'
|
340
396
|
};
|
341
|
-
return (0,
|
397
|
+
return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
|
342
398
|
"style": iconBoxStyle
|
343
399
|
}, restProps), [generate(data, name, rootAttrs)]);
|
344
400
|
};
|
@@ -353,7 +409,7 @@ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"htt
|
|
353
409
|
|
354
410
|
var copy = function copy(props, context) {
|
355
411
|
var p = Object.assign(Object.assign({}, props), context.attrs);
|
356
|
-
return (0,
|
412
|
+
return (0,external_vue_.createVNode)(icon, (0,external_vue_.mergeProps)(p, {
|
357
413
|
"data": data,
|
358
414
|
"name": "copy"
|
359
415
|
}), null);
|
@@ -362,5 +418,9 @@ var copy = function copy(props, context) {
|
|
362
418
|
copy.displayName = 'copy';
|
363
419
|
copy.inheritAttrs = false;
|
364
420
|
/* harmony default export */ const icons_copy = (copy);
|
365
|
-
|
366
|
-
|
421
|
+
})();
|
422
|
+
|
423
|
+
/******/ return __webpack_exports__;
|
424
|
+
/******/ })()
|
425
|
+
;
|
426
|
+
});
|