pxx-vue-quill 1.0.121 → 1.0.122
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/vue-quill.umd.js +34 -42
- package/dist/vue-quill.umd.prod.js +2 -2
- package/package.json +1 -1
package/dist/vue-quill.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Copyright (c) 2025 Pxx-Team
|
|
9
9
|
* Released under the MIT license
|
|
10
|
-
* Date: 2025-09-10T04:
|
|
10
|
+
* Date: 2025-09-10T04:28:14.557Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -18769,52 +18769,44 @@
|
|
|
18769
18769
|
|
|
18770
18770
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(es);
|
|
18771
18771
|
|
|
18772
|
-
var Action = {};
|
|
18772
|
+
var Action$1 = {};
|
|
18773
18773
|
|
|
18774
|
-
|
|
18775
|
-
|
|
18776
|
-
|
|
18777
|
-
if (hasRequiredAction) return Action;
|
|
18778
|
-
hasRequiredAction = 1;
|
|
18779
|
-
|
|
18780
|
-
Object.defineProperty(Action, "__esModule", {
|
|
18781
|
-
value: true
|
|
18782
|
-
});
|
|
18774
|
+
Object.defineProperty(Action$1, "__esModule", {
|
|
18775
|
+
value: true
|
|
18776
|
+
});
|
|
18783
18777
|
|
|
18784
|
-
|
|
18778
|
+
var _createClass$3 = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
18785
18779
|
|
|
18786
|
-
|
|
18780
|
+
var _BlotFormatter$2 = requireBlotFormatter();
|
|
18787
18781
|
|
|
18788
|
-
|
|
18782
|
+
_interopRequireDefault$2(_BlotFormatter$2);
|
|
18789
18783
|
|
|
18790
|
-
|
|
18784
|
+
function _interopRequireDefault$2(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
18791
18785
|
|
|
18792
|
-
|
|
18786
|
+
function _classCallCheck$3(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18793
18787
|
|
|
18794
|
-
|
|
18795
|
-
|
|
18796
|
-
|
|
18788
|
+
var Action = function () {
|
|
18789
|
+
function Action(formatter) {
|
|
18790
|
+
_classCallCheck$3(this, Action);
|
|
18797
18791
|
|
|
18798
|
-
|
|
18799
|
-
|
|
18792
|
+
this.formatter = formatter;
|
|
18793
|
+
}
|
|
18800
18794
|
|
|
18801
|
-
|
|
18802
|
-
|
|
18803
|
-
|
|
18804
|
-
|
|
18805
|
-
|
|
18806
|
-
|
|
18807
|
-
|
|
18808
|
-
|
|
18809
|
-
|
|
18810
|
-
|
|
18795
|
+
_createClass$3(Action, [{
|
|
18796
|
+
key: 'onCreate',
|
|
18797
|
+
value: function onCreate() {}
|
|
18798
|
+
}, {
|
|
18799
|
+
key: 'onDestroy',
|
|
18800
|
+
value: function onDestroy() {}
|
|
18801
|
+
}, {
|
|
18802
|
+
key: 'onUpdate',
|
|
18803
|
+
value: function onUpdate() {}
|
|
18804
|
+
}]);
|
|
18811
18805
|
|
|
18812
|
-
|
|
18813
|
-
|
|
18806
|
+
return Action;
|
|
18807
|
+
}();
|
|
18814
18808
|
|
|
18815
|
-
|
|
18816
|
-
return Action;
|
|
18817
|
-
}
|
|
18809
|
+
Action$1.default = Action;
|
|
18818
18810
|
|
|
18819
18811
|
var hasRequiredBlotFormatter;
|
|
18820
18812
|
|
|
@@ -18836,7 +18828,7 @@
|
|
|
18836
18828
|
|
|
18837
18829
|
var _Options2 = _interopRequireDefault(_Options);
|
|
18838
18830
|
|
|
18839
|
-
var _Action =
|
|
18831
|
+
var _Action = Action$1;
|
|
18840
18832
|
|
|
18841
18833
|
_interopRequireDefault(_Action);
|
|
18842
18834
|
|
|
@@ -19275,7 +19267,7 @@
|
|
|
19275
19267
|
|
|
19276
19268
|
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
19277
19269
|
|
|
19278
|
-
var _Action2 =
|
|
19270
|
+
var _Action2 = Action$1;
|
|
19279
19271
|
|
|
19280
19272
|
var _Action3 = _interopRequireDefault(_Action2);
|
|
19281
19273
|
|
|
@@ -19348,7 +19340,7 @@
|
|
|
19348
19340
|
|
|
19349
19341
|
var _createClass$1 = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
|
19350
19342
|
|
|
19351
|
-
var _Action2 =
|
|
19343
|
+
var _Action2 = Action$1;
|
|
19352
19344
|
|
|
19353
19345
|
var _Action3 = _interopRequireDefault$1(_Action2);
|
|
19354
19346
|
|
|
@@ -19535,7 +19527,7 @@
|
|
|
19535
19527
|
|
|
19536
19528
|
var _quill2 = _interopRequireDefault(_quill);
|
|
19537
19529
|
|
|
19538
|
-
var _Action2 =
|
|
19530
|
+
var _Action2 = Action$1;
|
|
19539
19531
|
|
|
19540
19532
|
var _Action3 = _interopRequireDefault(_Action2);
|
|
19541
19533
|
|
|
@@ -19614,7 +19606,7 @@
|
|
|
19614
19606
|
|
|
19615
19607
|
_interopRequireDefault(_BlotFormatter);
|
|
19616
19608
|
|
|
19617
|
-
var _Action =
|
|
19609
|
+
var _Action = Action$1;
|
|
19618
19610
|
|
|
19619
19611
|
_interopRequireDefault(_Action);
|
|
19620
19612
|
|
|
@@ -20062,7 +20054,7 @@
|
|
|
20062
20054
|
}
|
|
20063
20055
|
});
|
|
20064
20056
|
|
|
20065
|
-
var _Action =
|
|
20057
|
+
var _Action = Action$1;
|
|
20066
20058
|
|
|
20067
20059
|
Object.defineProperty(exports, 'Action', {
|
|
20068
20060
|
enumerable: true,
|