pxx-vue-quill 1.0.78 → 1.0.80
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 +42 -34
- 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-
|
|
10
|
+
* Date: 2025-09-08T03:17:09.380Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -18556,44 +18556,52 @@
|
|
|
18556
18556
|
|
|
18557
18557
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(es);
|
|
18558
18558
|
|
|
18559
|
-
var Action
|
|
18559
|
+
var Action = {};
|
|
18560
18560
|
|
|
18561
|
-
|
|
18562
|
-
value: true
|
|
18563
|
-
});
|
|
18561
|
+
var hasRequiredAction;
|
|
18564
18562
|
|
|
18565
|
-
|
|
18563
|
+
function requireAction () {
|
|
18564
|
+
if (hasRequiredAction) return Action;
|
|
18565
|
+
hasRequiredAction = 1;
|
|
18566
18566
|
|
|
18567
|
-
|
|
18567
|
+
Object.defineProperty(Action, "__esModule", {
|
|
18568
|
+
value: true
|
|
18569
|
+
});
|
|
18568
18570
|
|
|
18569
|
-
|
|
18571
|
+
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; }; }();
|
|
18570
18572
|
|
|
18571
|
-
|
|
18573
|
+
var _BlotFormatter = requireBlotFormatter();
|
|
18572
18574
|
|
|
18573
|
-
|
|
18575
|
+
_interopRequireDefault(_BlotFormatter);
|
|
18574
18576
|
|
|
18575
|
-
|
|
18576
|
-
function Action(formatter) {
|
|
18577
|
-
_classCallCheck$1(this, Action);
|
|
18577
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
18578
18578
|
|
|
18579
|
-
|
|
18580
|
-
}
|
|
18579
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
18581
18580
|
|
|
18582
|
-
|
|
18583
|
-
|
|
18584
|
-
|
|
18585
|
-
}, {
|
|
18586
|
-
key: 'onDestroy',
|
|
18587
|
-
value: function onDestroy() {}
|
|
18588
|
-
}, {
|
|
18589
|
-
key: 'onUpdate',
|
|
18590
|
-
value: function onUpdate() {}
|
|
18591
|
-
}]);
|
|
18581
|
+
var Action$1 = function () {
|
|
18582
|
+
function Action(formatter) {
|
|
18583
|
+
_classCallCheck(this, Action);
|
|
18592
18584
|
|
|
18593
|
-
|
|
18594
|
-
|
|
18585
|
+
this.formatter = formatter;
|
|
18586
|
+
}
|
|
18587
|
+
|
|
18588
|
+
_createClass(Action, [{
|
|
18589
|
+
key: 'onCreate',
|
|
18590
|
+
value: function onCreate() {}
|
|
18591
|
+
}, {
|
|
18592
|
+
key: 'onDestroy',
|
|
18593
|
+
value: function onDestroy() {}
|
|
18594
|
+
}, {
|
|
18595
|
+
key: 'onUpdate',
|
|
18596
|
+
value: function onUpdate() {}
|
|
18597
|
+
}]);
|
|
18595
18598
|
|
|
18596
|
-
|
|
18599
|
+
return Action;
|
|
18600
|
+
}();
|
|
18601
|
+
|
|
18602
|
+
Action.default = Action$1;
|
|
18603
|
+
return Action;
|
|
18604
|
+
}
|
|
18597
18605
|
|
|
18598
18606
|
var hasRequiredBlotFormatter;
|
|
18599
18607
|
|
|
@@ -18615,7 +18623,7 @@
|
|
|
18615
18623
|
|
|
18616
18624
|
var _Options2 = _interopRequireDefault(_Options);
|
|
18617
18625
|
|
|
18618
|
-
var _Action =
|
|
18626
|
+
var _Action = requireAction();
|
|
18619
18627
|
|
|
18620
18628
|
_interopRequireDefault(_Action);
|
|
18621
18629
|
|
|
@@ -19054,7 +19062,7 @@
|
|
|
19054
19062
|
|
|
19055
19063
|
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; }; }();
|
|
19056
19064
|
|
|
19057
|
-
var _Action2 =
|
|
19065
|
+
var _Action2 = requireAction();
|
|
19058
19066
|
|
|
19059
19067
|
var _Action3 = _interopRequireDefault(_Action2);
|
|
19060
19068
|
|
|
@@ -19133,7 +19141,7 @@
|
|
|
19133
19141
|
|
|
19134
19142
|
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; }; }();
|
|
19135
19143
|
|
|
19136
|
-
var _Action2 =
|
|
19144
|
+
var _Action2 = requireAction();
|
|
19137
19145
|
|
|
19138
19146
|
var _Action3 = _interopRequireDefault(_Action2);
|
|
19139
19147
|
|
|
@@ -19322,7 +19330,7 @@
|
|
|
19322
19330
|
|
|
19323
19331
|
var _quill2 = _interopRequireDefault(_quill);
|
|
19324
19332
|
|
|
19325
|
-
var _Action2 =
|
|
19333
|
+
var _Action2 = requireAction();
|
|
19326
19334
|
|
|
19327
19335
|
var _Action3 = _interopRequireDefault(_Action2);
|
|
19328
19336
|
|
|
@@ -19401,7 +19409,7 @@
|
|
|
19401
19409
|
|
|
19402
19410
|
_interopRequireDefault(_BlotFormatter);
|
|
19403
19411
|
|
|
19404
|
-
var _Action =
|
|
19412
|
+
var _Action = requireAction();
|
|
19405
19413
|
|
|
19406
19414
|
_interopRequireDefault(_Action);
|
|
19407
19415
|
|
|
@@ -19857,7 +19865,7 @@
|
|
|
19857
19865
|
}
|
|
19858
19866
|
});
|
|
19859
19867
|
|
|
19860
|
-
var _Action =
|
|
19868
|
+
var _Action = requireAction();
|
|
19861
19869
|
|
|
19862
19870
|
Object.defineProperty(exports, 'Action', {
|
|
19863
19871
|
enumerable: true,
|