@zipify/wysiwyg 1.0.0-dev.30 → 1.0.0-dev.31
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/config/webpack/lib.config.js +4 -1
- package/dist/wysiwyg.js +6 -25
- package/package.json +1 -1
package/dist/wysiwyg.js
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("zipify-colorpicker"));
|
|
4
|
-
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["zipify-colorpicker"], factory);
|
|
6
|
-
else {
|
|
7
|
-
var a = typeof exports === 'object' ? factory(require("zipify-colorpicker")) : factory(root["zipify-colorpicker"]);
|
|
8
|
-
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
|
-
}
|
|
10
|
-
})(self, (__WEBPACK_EXTERNAL_MODULE__5422__) => {
|
|
11
|
-
return import * as __WEBPACK_EXTERNAL_MODULE__vue_composition_api_81656cdc__ from "@vue/composition-api";
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__vue_composition_api_81656cdc__ from "@vue/composition-api";
|
|
12
2
|
/******/ var __webpack_modules__ = ({
|
|
13
3
|
|
|
14
4
|
/***/ 3700:
|
|
@@ -5973,13 +5963,6 @@ module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" style=
|
|
|
5973
5963
|
|
|
5974
5964
|
/***/ }),
|
|
5975
5965
|
|
|
5976
|
-
/***/ 5422:
|
|
5977
|
-
/***/ ((module) => {
|
|
5978
|
-
|
|
5979
|
-
module.exports = __WEBPACK_EXTERNAL_MODULE__5422__;
|
|
5980
|
-
|
|
5981
|
-
/***/ }),
|
|
5982
|
-
|
|
5983
5966
|
/***/ 7061:
|
|
5984
5967
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
5985
5968
|
|
|
@@ -29570,12 +29553,12 @@ function createKeyboardShortcut(command) {
|
|
|
29570
29553
|
return true;
|
|
29571
29554
|
};
|
|
29572
29555
|
}
|
|
29573
|
-
|
|
29574
|
-
|
|
29556
|
+
;// CONCATENATED MODULE: external "zipify-colorpicker"
|
|
29557
|
+
const external_zipify_colorpicker_namespaceObject = require("zipify-colorpicker");
|
|
29575
29558
|
;// CONCATENATED MODULE: ./lib/utils/convertColor.js
|
|
29576
29559
|
|
|
29577
29560
|
function convertColor(raw) {
|
|
29578
|
-
var model =
|
|
29561
|
+
var model = external_zipify_colorpicker_namespaceObject.ColorModel.create(raw);
|
|
29579
29562
|
return model.alpha === 1 ? model.toHexString() : model.toRgbaString();
|
|
29580
29563
|
}
|
|
29581
29564
|
;// CONCATENATED MODULE: ./lib/utils/importIcon.js
|
|
@@ -33923,7 +33906,7 @@ function usePickerHotkeys(_ref) {
|
|
|
33923
33906
|
/* harmony default export */ const ColorPickervue_type_script_lang_js_ = ({
|
|
33924
33907
|
name: 'ColorPicker',
|
|
33925
33908
|
components: {
|
|
33926
|
-
ZipifyColorPicker:
|
|
33909
|
+
ZipifyColorPicker: external_zipify_colorpicker_namespaceObject.ZipifyColorPicker
|
|
33927
33910
|
},
|
|
33928
33911
|
directives: {
|
|
33929
33912
|
outClick: outClick
|
|
@@ -43800,6 +43783,4 @@ Wysiwyg_component.options.__file = "lib/Wysiwyg.vue"
|
|
|
43800
43783
|
|
|
43801
43784
|
})();
|
|
43802
43785
|
|
|
43803
|
-
|
|
43804
|
-
;
|
|
43805
|
-
})
|
|
43786
|
+
exports.Wysiwyg = __webpack_exports__;
|