@feedmepos/mf-transaction 0.0.3-beta → 0.0.5-2.beta-0
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/README.md +7 -28
- package/dist/App-CQTRq8SY.js +208521 -0
- package/dist/app-CBundCUB.js +348 -0
- package/dist/app.js +4 -3
- package/dist/{src → apps/mf-transaction/src}/App.vue.d.ts +1 -1
- package/dist/{src → apps/mf-transaction/src}/Entry.vue.d.ts +1 -1
- package/dist/apps/mf-transaction/src/api/bill/index.d.ts +5 -0
- package/dist/{src → apps/mf-transaction/src}/api/transaction/index.d.ts +7 -5
- package/dist/apps/mf-transaction/src/app.d.ts +844 -0
- package/dist/{src → apps/mf-transaction/src}/composables/dateRange.d.ts +1 -0
- package/dist/apps/mf-transaction/src/helpers/canvas.d.ts +11 -0
- package/dist/{src → apps/mf-transaction/src}/helpers/utils.d.ts +1 -1
- package/dist/apps/mf-transaction/src/types/item.interface.d.ts +187 -0
- package/dist/{src → apps/mf-transaction/src}/views/receipt/ExportReceipt.vue.d.ts +4 -4
- package/dist/{src → apps/mf-transaction/src}/views/receipt/Receipt.vue.d.ts +1 -1
- package/dist/{src → apps/mf-transaction/src}/views/receipt/detail/ReceiptDetail.vue.d.ts +4 -4
- package/dist/apps/mf-transaction/src/views/receipt/detail/activity/ReceiptActivities.vue.d.ts +14 -0
- package/dist/apps/mf-transaction/src/views/receipt/detail/info/InfoBasic.vue.d.ts +20 -0
- package/dist/{src → apps/mf-transaction/src}/views/receipt/detail/info/InfoRow.vue.d.ts +4 -4
- package/dist/apps/mf-transaction/src/views/receipt/detail/info/ReceiptInfo.vue.d.ts +14 -0
- package/dist/apps/mf-transaction/src/views/receipt/detail/info/ReceiptItem.vue.d.ts +14 -0
- package/dist/apps/mf-transaction/src/views/receipt/detail/info/ReceiptPreview.vue.d.ts +14 -0
- package/dist/{src → apps/mf-transaction/src}/views/receipt/detail/info/ReceiptSubItem.vue.d.ts +5 -5
- package/dist/apps/mf-transaction/src/views/receipt/detail/item/ReceiptGroupItem.vue.d.ts +14 -0
- package/dist/apps/mf-transaction/src/views/receipt/detail/transaction/ReceiptTransaction.vue.d.ts +14 -0
- package/dist/{src → apps/mf-transaction/src}/views/receipt/receipt.d.ts +10 -7
- package/dist/apps/mf-transaction/tsconfig.app.tsbuildinfo +1 -0
- package/dist/{index.es-ChYubkZJ.js → index.es-K0vZLW_s.js} +1342 -1358
- package/dist/packages/shared/src/api/index.d.ts +3 -0
- package/dist/packages/shared/src/api/public.d.ts +5 -0
- package/dist/packages/shared/src/components/button/ResponsiveFabButton.vue.d.ts +12 -0
- package/dist/packages/shared/src/components/dialog/ConfirmActionDialog.vue.d.ts +30 -0
- package/dist/packages/shared/src/components/form/DynamicSheet.vue.d.ts +19 -0
- package/dist/packages/shared/src/components/form/FormLabel.vue.d.ts +33 -0
- package/dist/packages/shared/src/components/form/ImageDropField.vue.d.ts +46 -0
- package/dist/packages/shared/src/components/form/SelectFilter.vue.d.ts +121 -0
- package/dist/packages/shared/src/components/info/CustomAttributeChip.vue.d.ts +29 -0
- package/dist/packages/shared/src/components/info/InfoBasic.vue.d.ts +20 -0
- package/dist/packages/shared/src/components/info/Summary.vue.d.ts +19 -0
- package/dist/packages/shared/src/components/info/TextChip.vue.d.ts +36 -0
- package/dist/packages/shared/src/components/layout/FormColumn.vue.d.ts +21 -0
- package/dist/packages/shared/src/components/layout/FormItem.vue.d.ts +23 -0
- package/dist/packages/shared/src/components/layout/FormRow.vue.d.ts +9 -0
- package/dist/packages/shared/src/components/layout/FormSection.vue.d.ts +24 -0
- package/dist/packages/shared/src/components/layout/FullScreenForm.vue.d.ts +45 -0
- package/dist/packages/shared/src/components/layout/FullWrapper.vue.d.ts +9 -0
- package/dist/{src/views/online/OnlineTransaction.vue.d.ts → packages/shared/src/components/layout/HorizontalSplitter.vue.d.ts} +1 -1
- package/dist/packages/shared/src/components/layout/Indent.vue.d.ts +9 -0
- package/dist/{src/components/Navigator.vue.d.ts → packages/shared/src/components/layout/ListLayout.vue.d.ts} +1 -1
- package/dist/packages/shared/src/components/layout/LottieAnimation.vue.d.ts +39 -0
- package/dist/packages/shared/src/components/layout/MobileXScrollable.vue.d.ts +9 -0
- package/dist/packages/shared/src/components/layout/PageLayout.vue.d.ts +24 -0
- package/dist/packages/shared/src/components/loading/AppLoading.vue.d.ts +20 -0
- package/dist/packages/shared/src/components/loading/PageLoading.vue.d.ts +2 -0
- package/dist/packages/shared/src/components/loading/index.d.ts +1 -0
- package/dist/packages/shared/src/components/map/GoogleMap.vue.d.ts +79 -0
- package/dist/packages/shared/src/components/menu/BottomSheetMenu.vue.d.ts +10 -0
- package/dist/packages/shared/src/components/menu/BottomSheetMenuItem.vue.d.ts +24 -0
- package/dist/packages/shared/src/components/menu/ResponsiveContextMenu.vue.d.ts +22 -0
- package/dist/packages/shared/src/components/table/EmptyDataTemplate/Icon.vue.d.ts +2 -0
- package/dist/packages/shared/src/components/table/EmptyDataTemplate/index.d.ts +1 -0
- package/dist/packages/shared/src/components/table/EmptyDataTemplate/index.vue.d.ts +27 -0
- package/dist/packages/shared/src/components/types.d.ts +95 -0
- package/dist/packages/shared/src/composable/clipboard.d.ts +3 -0
- package/dist/packages/shared/src/composable/dateRange.d.ts +18 -0
- package/dist/packages/shared/src/composable/discardConfirm.d.ts +1 -0
- package/dist/packages/shared/src/composable/elementPosition.d.ts +17 -0
- package/dist/packages/shared/src/composable/filterSelector.d.ts +12 -0
- package/dist/packages/shared/src/composable/loading.d.ts +29 -0
- package/dist/packages/shared/src/composable/prompt.d.ts +9 -0
- package/dist/packages/shared/src/composable/search.d.ts +5 -0
- package/dist/packages/shared/src/composable/sheet.d.ts +17 -0
- package/dist/packages/shared/src/feature/featureMinVersion.d.ts +34 -0
- package/dist/packages/shared/src/helpers/actionButton.d.ts +8 -0
- package/dist/packages/shared/src/helpers/browser.d.ts +1 -0
- package/dist/packages/shared/src/helpers/contextMenu.d.ts +13 -0
- package/dist/packages/shared/src/helpers/createComponent.d.ts +7 -0
- package/dist/packages/shared/src/helpers/createForm.d.ts +2 -0
- package/dist/packages/shared/src/helpers/iteration.d.ts +11 -0
- package/dist/packages/shared/src/helpers/map.d.ts +370 -0
- package/dist/packages/shared/src/helpers/object.d.ts +6 -0
- package/dist/packages/shared/src/helpers/rules.d.ts +1 -0
- package/dist/packages/shared/src/helpers/string.d.ts +12 -0
- package/dist/packages/shared/src/permission/posPermission.d.ts +6 -0
- package/dist/packages/shared/src/stores/app.d.ts +217 -0
- package/dist/packages/shared/src/types/types.d.ts +5 -0
- package/dist/{purify.es-CFivMm59.js → purify.es-CKk_t3XZ.js} +57 -57
- package/package.json +35 -34
- package/dist/app-BB-LU4yE.js +0 -144269
- package/dist/html2canvas.esm-DgRhIRvu.js +0 -4870
- package/dist/src/api/bill/index.d.ts +0 -3
- package/dist/src/api/employee/index.d.ts +0 -13
- package/dist/src/api/inventory/index.d.ts +0 -5
- package/dist/src/api/payment/index.d.ts +0 -3
- package/dist/src/api/role/index.d.ts +0 -9
- package/dist/src/api/team/index.d.ts +0 -9
- package/dist/src/api/timesheet/index.d.ts +0 -6
- package/dist/src/api/user/index.d.ts +0 -6
- package/dist/src/app.d.ts +0 -2
- package/dist/src/components/AppForm.vue.d.ts +0 -41
- package/dist/src/components/CheckboxInput.vue.d.ts +0 -140
- package/dist/src/components/FilterDialog.vue.d.ts +0 -13
- package/dist/src/components/RestaurantSelector.vue.d.ts +0 -6
- package/dist/src/helpers/rule.d.ts +0 -29
- package/dist/src/router/index.d.ts +0 -2
- package/dist/src/router/shared.d.ts +0 -4
- package/dist/src/stores/employee.d.ts +0 -539
- package/dist/src/stores/role.d.ts +0 -205
- package/dist/src/stores/timesheet.d.ts +0 -253
- package/dist/src/types/employee.d.ts +0 -29
- package/dist/src/types/permission.d.ts +0 -68
- package/dist/src/types/role.d.ts +0 -37
- package/dist/src/types/team.d.ts +0 -47
- package/dist/src/types/timesheet.d.ts +0 -16
- package/dist/src/views/online/PaymentTable.vue.d.ts +0 -112
- package/dist/src/views/online/SettlementTable.vue.d.ts +0 -66
- package/dist/src/views/online/detail/FmSettlement.vue.d.ts +0 -32
- package/dist/src/views/online/detail/RmsSettlement.vue.d.ts +0 -22
- package/dist/src/views/online/detail/SettlementDetail.vue.d.ts +0 -5
- package/dist/src/views/online/settlement.d.ts +0 -52
- package/dist/src/views/receipt/detail/activity/ReceiptActivities.vue.d.ts +0 -14
- package/dist/src/views/receipt/detail/info/InfoBasic.vue.d.ts +0 -20
- package/dist/src/views/receipt/detail/info/ReceiptInfo.vue.d.ts +0 -14
- package/dist/src/views/receipt/detail/info/ReceiptItem.vue.d.ts +0 -14
- package/dist/src/views/receipt/detail/info/ReceiptPreview.vue.d.ts +0 -14
- package/dist/src/views/receipt/detail/item/ReceiptGroupItem.vue.d.ts +0 -14
- package/dist/src/views/team/TeamMemberList.vue.d.ts +0 -2
- package/dist/src/views/team/components/AddMemberForm.vue.d.ts +0 -40
- package/dist/src/views/team/components/PortalPermissionEditor.vue.d.ts +0 -38
- package/dist/src/views/team/components/PortalUserSearcher.vue.d.ts +0 -40
- package/dist/src/views/team/components/TeamMemberBasePermission.vue.d.ts +0 -36
- package/dist/src/views/team/components/TeamMemberConditionPermission.vue.d.ts +0 -50
- package/dist/src/views/team/components/TeamMemberMasterUser.vue.d.ts +0 -836
- package/dist/src/views/team/components/TeamMemberRolePermission.vue.d.ts +0 -46
- package/dist/style.css +0 -1
- package/dist/tsconfig.app.tsbuildinfo +0 -1
- /package/dist/{src → apps/mf-transaction/src}/api/index.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/composables/message.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/component.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/createComponent.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/createForm.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/export.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/idToDate.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/iteration.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/random.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/string.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/helpers/time.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/main.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/types/restaurant.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/types/transaction.d.ts +0 -0
- /package/dist/{src → apps/mf-transaction/src}/views/receipt/form.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @license DOMPurify 2.5.
|
|
1
|
+
/*! @license DOMPurify 2.5.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.8/LICENSE */
|
|
2
2
|
function I(a) {
|
|
3
3
|
"@babel/helpers - typeof";
|
|
4
4
|
return I = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7,10 +7,10 @@ function I(a) {
|
|
|
7
7
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
8
8
|
}, I(a);
|
|
9
9
|
}
|
|
10
|
-
function
|
|
11
|
-
return
|
|
10
|
+
function Fe(a, n) {
|
|
11
|
+
return Fe = Object.setPrototypeOf || function(s, c) {
|
|
12
12
|
return s.__proto__ = c, s;
|
|
13
|
-
},
|
|
13
|
+
}, Fe(a, n);
|
|
14
14
|
}
|
|
15
15
|
function zt() {
|
|
16
16
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham) return !1;
|
|
@@ -27,27 +27,27 @@ function le(a, n, o) {
|
|
|
27
27
|
var D = [null];
|
|
28
28
|
D.push.apply(D, g);
|
|
29
29
|
var x = Function.bind.apply(c, D), j = new x();
|
|
30
|
-
return y &&
|
|
30
|
+
return y && Fe(j, y.prototype), j;
|
|
31
31
|
}, le.apply(null, arguments);
|
|
32
32
|
}
|
|
33
33
|
function M(a) {
|
|
34
34
|
return Gt(a) || Wt(a) || Bt(a) || $t();
|
|
35
35
|
}
|
|
36
36
|
function Gt(a) {
|
|
37
|
-
if (Array.isArray(a)) return
|
|
37
|
+
if (Array.isArray(a)) return Ue(a);
|
|
38
38
|
}
|
|
39
39
|
function Wt(a) {
|
|
40
40
|
if (typeof Symbol < "u" && a[Symbol.iterator] != null || a["@@iterator"] != null) return Array.from(a);
|
|
41
41
|
}
|
|
42
42
|
function Bt(a, n) {
|
|
43
43
|
if (a) {
|
|
44
|
-
if (typeof a == "string") return
|
|
44
|
+
if (typeof a == "string") return Ue(a, n);
|
|
45
45
|
var o = Object.prototype.toString.call(a).slice(8, -1);
|
|
46
46
|
if (o === "Object" && a.constructor && (o = a.constructor.name), o === "Map" || o === "Set") return Array.from(a);
|
|
47
|
-
if (o === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)) return
|
|
47
|
+
if (o === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)) return Ue(a, n);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Ue(a, n) {
|
|
51
51
|
(n == null || n > a.length) && (n = a.length);
|
|
52
52
|
for (var o = 0, s = new Array(n); o < n; o++) s[o] = a[o];
|
|
53
53
|
return s;
|
|
@@ -56,7 +56,7 @@ function $t() {
|
|
|
56
56
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
57
57
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
58
58
|
}
|
|
59
|
-
var jt = Object.hasOwnProperty, ut = Object.setPrototypeOf, Yt = Object.isFrozen, Xt = Object.getPrototypeOf, Vt = Object.getOwnPropertyDescriptor, E = Object.freeze, b = Object.seal, qt = Object.create, vt = typeof Reflect < "u" && Reflect, ue = vt.apply,
|
|
59
|
+
var jt = Object.hasOwnProperty, ut = Object.setPrototypeOf, Yt = Object.isFrozen, Xt = Object.getPrototypeOf, Vt = Object.getOwnPropertyDescriptor, E = Object.freeze, b = Object.seal, qt = Object.create, vt = typeof Reflect < "u" && Reflect, ue = vt.apply, He = vt.construct;
|
|
60
60
|
ue || (ue = function(n, o, s) {
|
|
61
61
|
return n.apply(o, s);
|
|
62
62
|
});
|
|
@@ -66,10 +66,10 @@ E || (E = function(n) {
|
|
|
66
66
|
b || (b = function(n) {
|
|
67
67
|
return n;
|
|
68
68
|
});
|
|
69
|
-
|
|
69
|
+
He || (He = function(n, o) {
|
|
70
70
|
return le(n, M(o));
|
|
71
71
|
});
|
|
72
|
-
var Kt = O(Array.prototype.forEach), ft = O(Array.prototype.pop), q = O(Array.prototype.push), se = O(String.prototype.toLowerCase),
|
|
72
|
+
var Kt = O(Array.prototype.forEach), ft = O(Array.prototype.pop), q = O(Array.prototype.push), se = O(String.prototype.toLowerCase), we = O(String.prototype.toString), ct = O(String.prototype.match), L = O(String.prototype.replace), Zt = O(String.prototype.indexOf), Jt = O(String.prototype.trim), _ = O(RegExp.prototype.test), Ce = Qt(TypeError);
|
|
73
73
|
function O(a) {
|
|
74
74
|
return function(n) {
|
|
75
75
|
for (var o = arguments.length, s = new Array(o > 1 ? o - 1 : 0), c = 1; c < o; c++)
|
|
@@ -81,7 +81,7 @@ function Qt(a) {
|
|
|
81
81
|
return function() {
|
|
82
82
|
for (var n = arguments.length, o = new Array(n), s = 0; s < n; s++)
|
|
83
83
|
o[s] = arguments[s];
|
|
84
|
-
return
|
|
84
|
+
return He(a, o);
|
|
85
85
|
};
|
|
86
86
|
}
|
|
87
87
|
function l(a, n, o) {
|
|
@@ -119,7 +119,7 @@ function ie(a, n) {
|
|
|
119
119
|
}
|
|
120
120
|
return s;
|
|
121
121
|
}
|
|
122
|
-
var mt = E(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]),
|
|
122
|
+
var mt = E(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), Ie = E(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), xe = E(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), er = E(["animate", "color-profile", "cursor", "discard", "fedropshadow", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), ke = E(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover"]), tr = E(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), pt = E(["#text"]), dt = E(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), Pe = E(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), Tt = E(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), oe = E(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), rr = b(/\{\{[\w\W]*|[\w\W]*\}\}/gm), ar = b(/<%[\w\W]*|[\w\W]*%>/gm), nr = b(/\${[\w\W]*}/gm), ir = b(/^data-[\-\w.\u00B7-\uFFFF]+$/), or = b(/^aria-[\-\w]+$/), lr = b(
|
|
123
123
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
124
124
|
// eslint-disable-line no-useless-escape
|
|
125
125
|
), sr = b(/^(?:\w+script|data):/i), ur = b(
|
|
@@ -150,21 +150,21 @@ function _t() {
|
|
|
150
150
|
var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : mr(), n = function(e) {
|
|
151
151
|
return _t(e);
|
|
152
152
|
};
|
|
153
|
-
if (n.version = "2.5.
|
|
153
|
+
if (n.version = "2.5.8", n.removed = [], !a || !a.document || a.document.nodeType !== 9)
|
|
154
154
|
return n.isSupported = !1, n;
|
|
155
155
|
var o = a.document, s = a.document, c = a.DocumentFragment, g = a.HTMLTemplateElement, y = a.Node, D = a.Element, x = a.NodeFilter, j = a.NamedNodeMap, ht = j === void 0 ? a.NamedNodeMap || a.MozNamedAttrMap : j, Et = a.HTMLFormElement, At = a.DOMParser, K = a.trustedTypes, Z = D.prototype, yt = ie(Z, "cloneNode"), gt = ie(Z, "nextSibling"), St = ie(Z, "childNodes"), fe = ie(Z, "parentNode");
|
|
156
156
|
if (typeof g == "function") {
|
|
157
157
|
var ce = s.createElement("template");
|
|
158
158
|
ce.content && ce.content.ownerDocument && (s = ce.content.ownerDocument);
|
|
159
159
|
}
|
|
160
|
-
var R = pr(K, o), me = R ? R.createHTML("") : "", J = s, pe = J.implementation, bt = J.createNodeIterator, Ot = J.createDocumentFragment, Rt = J.getElementsByTagName, Lt = o.importNode,
|
|
160
|
+
var R = pr(K, o), me = R ? R.createHTML("") : "", J = s, pe = J.implementation, bt = J.createNodeIterator, Ot = J.createDocumentFragment, Rt = J.getElementsByTagName, Lt = o.importNode, ze = {};
|
|
161
161
|
try {
|
|
162
|
-
|
|
162
|
+
ze = U(s).documentMode ? s.documentMode : {};
|
|
163
163
|
} catch {
|
|
164
164
|
}
|
|
165
165
|
var N = {};
|
|
166
|
-
n.isSupported = typeof fe == "function" && pe && pe.createHTMLDocument !== void 0 &&
|
|
167
|
-
var de = rr, Te = ar, ve = nr, Mt = ir, Dt = or, Nt = sr,
|
|
166
|
+
n.isSupported = typeof fe == "function" && pe && pe.createHTMLDocument !== void 0 && ze !== 9;
|
|
167
|
+
var de = rr, Te = ar, ve = nr, Mt = ir, Dt = or, Nt = sr, Ge = ur, wt = cr, _e = lr, p = null, We = l({}, [].concat(M(mt), M(Ie), M(xe), M(ke), M(pt))), d = null, Be = l({}, [].concat(M(dt), M(Pe), M(Tt), M(oe))), f = Object.seal(Object.create(null, {
|
|
168
168
|
tagNameCheck: {
|
|
169
169
|
writable: !0,
|
|
170
170
|
configurable: !1,
|
|
@@ -183,28 +183,28 @@ function _t() {
|
|
|
183
183
|
enumerable: !0,
|
|
184
184
|
value: !1
|
|
185
185
|
}
|
|
186
|
-
})), Y = null, he = null,
|
|
186
|
+
})), Y = null, he = null, $e = !0, Ee = !0, je = !1, Ye = !0, H = !1, Ae = !0, k = !1, ye = !1, ge = !1, z = !1, Q = !1, ee = !1, Xe = !0, Ve = !1, Ct = "user-content-", Se = !0, X = !1, G = {}, W = null, qe = l({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]), Ke = null, Ze = l({}, ["audio", "video", "img", "source", "image", "track"]), be = null, Je = l({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), te = "http://www.w3.org/1998/Math/MathML", re = "http://www.w3.org/2000/svg", w = "http://www.w3.org/1999/xhtml", B = w, Oe = !1, Re = null, It = l({}, [te, re, w], we), P, xt = ["application/xhtml+xml", "text/html"], kt = "text/html", T, $ = null, Pt = s.createElement("form"), Qe = function(e) {
|
|
187
187
|
return e instanceof RegExp || e instanceof Function;
|
|
188
188
|
}, Le = function(e) {
|
|
189
189
|
$ && $ === e || ((!e || I(e) !== "object") && (e = {}), e = U(e), P = // eslint-disable-next-line unicorn/prefer-includes
|
|
190
|
-
xt.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? P = kt : P = e.PARSER_MEDIA_TYPE, T = P === "application/xhtml+xml" ?
|
|
191
|
-
U(
|
|
190
|
+
xt.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? P = kt : P = e.PARSER_MEDIA_TYPE, T = P === "application/xhtml+xml" ? we : se, p = "ALLOWED_TAGS" in e ? l({}, e.ALLOWED_TAGS, T) : We, d = "ALLOWED_ATTR" in e ? l({}, e.ALLOWED_ATTR, T) : Be, Re = "ALLOWED_NAMESPACES" in e ? l({}, e.ALLOWED_NAMESPACES, we) : It, be = "ADD_URI_SAFE_ATTR" in e ? l(
|
|
191
|
+
U(Je),
|
|
192
192
|
// eslint-disable-line indent
|
|
193
193
|
e.ADD_URI_SAFE_ATTR,
|
|
194
194
|
// eslint-disable-line indent
|
|
195
195
|
T
|
|
196
196
|
// eslint-disable-line indent
|
|
197
|
-
) :
|
|
198
|
-
U(
|
|
197
|
+
) : Je, Ke = "ADD_DATA_URI_TAGS" in e ? l(
|
|
198
|
+
U(Ze),
|
|
199
199
|
// eslint-disable-line indent
|
|
200
200
|
e.ADD_DATA_URI_TAGS,
|
|
201
201
|
// eslint-disable-line indent
|
|
202
202
|
T
|
|
203
203
|
// eslint-disable-line indent
|
|
204
|
-
) :
|
|
205
|
-
},
|
|
206
|
-
l(ae,
|
|
207
|
-
var Me = l({},
|
|
204
|
+
) : Ze, W = "FORBID_CONTENTS" in e ? l({}, e.FORBID_CONTENTS, T) : qe, Y = "FORBID_TAGS" in e ? l({}, e.FORBID_TAGS, T) : {}, he = "FORBID_ATTR" in e ? l({}, e.FORBID_ATTR, T) : {}, G = "USE_PROFILES" in e ? e.USE_PROFILES : !1, $e = e.ALLOW_ARIA_ATTR !== !1, Ee = e.ALLOW_DATA_ATTR !== !1, je = e.ALLOW_UNKNOWN_PROTOCOLS || !1, Ye = e.ALLOW_SELF_CLOSE_IN_ATTR !== !1, H = e.SAFE_FOR_TEMPLATES || !1, Ae = e.SAFE_FOR_XML !== !1, k = e.WHOLE_DOCUMENT || !1, z = e.RETURN_DOM || !1, Q = e.RETURN_DOM_FRAGMENT || !1, ee = e.RETURN_TRUSTED_TYPE || !1, ge = e.FORCE_BODY || !1, Xe = e.SANITIZE_DOM !== !1, Ve = e.SANITIZE_NAMED_PROPS || !1, Se = e.KEEP_CONTENT !== !1, X = e.IN_PLACE || !1, _e = e.ALLOWED_URI_REGEXP || _e, B = e.NAMESPACE || w, f = e.CUSTOM_ELEMENT_HANDLING || {}, e.CUSTOM_ELEMENT_HANDLING && Qe(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (f.tagNameCheck = e.CUSTOM_ELEMENT_HANDLING.tagNameCheck), e.CUSTOM_ELEMENT_HANDLING && Qe(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (f.attributeNameCheck = e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), e.CUSTOM_ELEMENT_HANDLING && typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (f.allowCustomizedBuiltInElements = e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), H && (Ee = !1), Q && (z = !0), G && (p = l({}, M(pt)), d = [], G.html === !0 && (l(p, mt), l(d, dt)), G.svg === !0 && (l(p, Ie), l(d, Pe), l(d, oe)), G.svgFilters === !0 && (l(p, xe), l(d, Pe), l(d, oe)), G.mathMl === !0 && (l(p, ke), l(d, Tt), l(d, oe))), e.ADD_TAGS && (p === We && (p = U(p)), l(p, e.ADD_TAGS, T)), e.ADD_ATTR && (d === Be && (d = U(d)), l(d, e.ADD_ATTR, T)), e.ADD_URI_SAFE_ATTR && l(be, e.ADD_URI_SAFE_ATTR, T), e.FORBID_CONTENTS && (W === qe && (W = U(W)), l(W, e.FORBID_CONTENTS, T)), Se && (p["#text"] = !0), k && l(p, ["html", "head", "body"]), p.table && (l(p, ["tbody"]), delete Y.tbody), E && E(e), $ = e);
|
|
205
|
+
}, et = l({}, ["mi", "mo", "mn", "ms", "mtext"]), tt = l({}, ["annotation-xml"]), Ft = l({}, ["title", "style", "font", "a", "script"]), ae = l({}, Ie);
|
|
206
|
+
l(ae, xe), l(ae, er);
|
|
207
|
+
var Me = l({}, ke);
|
|
208
208
|
l(Me, tr);
|
|
209
209
|
var Ut = function(e) {
|
|
210
210
|
var t = fe(e);
|
|
@@ -213,7 +213,7 @@ function _t() {
|
|
|
213
213
|
tagName: "template"
|
|
214
214
|
});
|
|
215
215
|
var r = se(e.tagName), u = se(t.tagName);
|
|
216
|
-
return Re[e.namespaceURI] ? e.namespaceURI === re ? t.namespaceURI === w ? r === "svg" : t.namespaceURI === te ? r === "svg" && (u === "annotation-xml" ||
|
|
216
|
+
return Re[e.namespaceURI] ? e.namespaceURI === re ? t.namespaceURI === w ? r === "svg" : t.namespaceURI === te ? r === "svg" && (u === "annotation-xml" || et[u]) : !!ae[r] : e.namespaceURI === te ? t.namespaceURI === w ? r === "math" : t.namespaceURI === re ? r === "math" && tt[u] : !!Me[r] : e.namespaceURI === w ? t.namespaceURI === re && !tt[u] || t.namespaceURI === te && !et[u] ? !1 : !Me[r] && (Ft[r] || !ae[r]) : !!(P === "application/xhtml+xml" && Re[e.namespaceURI]) : !1;
|
|
217
217
|
}, S = function(e) {
|
|
218
218
|
q(n.removed, {
|
|
219
219
|
element: e
|
|
@@ -250,7 +250,7 @@ function _t() {
|
|
|
250
250
|
t.setAttribute(e, "");
|
|
251
251
|
} catch {
|
|
252
252
|
}
|
|
253
|
-
},
|
|
253
|
+
}, rt = function(e) {
|
|
254
254
|
var t, r;
|
|
255
255
|
if (ge)
|
|
256
256
|
e = "<remove></remove>" + e;
|
|
@@ -274,7 +274,7 @@ function _t() {
|
|
|
274
274
|
}
|
|
275
275
|
var h = t.body || t.documentElement;
|
|
276
276
|
return e && r && h.insertBefore(s.createTextNode(r), h.childNodes[0] || null), B === w ? Rt.call(t, k ? "html" : "body")[0] : k ? t.documentElement : h;
|
|
277
|
-
},
|
|
277
|
+
}, at = function(e) {
|
|
278
278
|
return bt.call(
|
|
279
279
|
e.ownerDocument || e,
|
|
280
280
|
e,
|
|
@@ -283,7 +283,7 @@ function _t() {
|
|
|
283
283
|
null,
|
|
284
284
|
!1
|
|
285
285
|
);
|
|
286
|
-
},
|
|
286
|
+
}, De = function(e) {
|
|
287
287
|
return e instanceof Et && (typeof e.nodeName != "string" || typeof e.textContent != "string" || typeof e.removeChild != "function" || !(e.attributes instanceof ht) || typeof e.removeAttribute != "function" || typeof e.setAttribute != "function" || typeof e.namespaceURI != "string" || typeof e.insertBefore != "function" || typeof e.hasChildNodes != "function");
|
|
288
288
|
}, V = function(e) {
|
|
289
289
|
return I(y) === "object" ? e instanceof y : e && I(e) === "object" && typeof e.nodeType == "number" && typeof e.nodeName == "string";
|
|
@@ -293,7 +293,7 @@ function _t() {
|
|
|
293
293
|
});
|
|
294
294
|
}, nt = function(e) {
|
|
295
295
|
var t;
|
|
296
|
-
if (C("beforeSanitizeElements", e, null),
|
|
296
|
+
if (C("beforeSanitizeElements", e, null), De(e) || _(/[\u0080-\uFFFF]/, e.nodeName))
|
|
297
297
|
return S(e), !0;
|
|
298
298
|
var r = T(e.nodeName);
|
|
299
299
|
if (C("uponSanitizeElement", e, {
|
|
@@ -318,10 +318,10 @@ function _t() {
|
|
|
318
318
|
element: e.cloneNode()
|
|
319
319
|
}), e.textContent = t)), C("afterSanitizeElements", e, null), !1);
|
|
320
320
|
}, it = function(e, t, r) {
|
|
321
|
-
if (
|
|
321
|
+
if (Xe && (t === "id" || t === "name") && (r in s || r in Pt))
|
|
322
322
|
return !1;
|
|
323
323
|
if (!(Ee && !he[t] && _(Mt, t))) {
|
|
324
|
-
if (!(
|
|
324
|
+
if (!($e && _(Dt, t))) {
|
|
325
325
|
if (!d[t] || he[t]) {
|
|
326
326
|
if (
|
|
327
327
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
@@ -332,9 +332,9 @@ function _t() {
|
|
|
332
332
|
t === "is" && f.allowCustomizedBuiltInElements && (f.tagNameCheck instanceof RegExp && _(f.tagNameCheck, r) || f.tagNameCheck instanceof Function && f.tagNameCheck(r)))
|
|
333
333
|
) return !1;
|
|
334
334
|
} else if (!be[t]) {
|
|
335
|
-
if (!_(_e, L(r,
|
|
336
|
-
if (!((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && Zt(r, "data:") === 0 &&
|
|
337
|
-
if (!(
|
|
335
|
+
if (!_(_e, L(r, Ge, ""))) {
|
|
336
|
+
if (!((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && Zt(r, "data:") === 0 && Ke[e])) {
|
|
337
|
+
if (!(je && !_(Nt, L(r, Ge, "")))) {
|
|
338
338
|
if (r)
|
|
339
339
|
return !1;
|
|
340
340
|
}
|
|
@@ -350,7 +350,7 @@ function _t() {
|
|
|
350
350
|
var t, r, u, A;
|
|
351
351
|
C("beforeSanitizeAttributes", e, null);
|
|
352
352
|
var h = e.attributes;
|
|
353
|
-
if (h) {
|
|
353
|
+
if (!(!h || De(e))) {
|
|
354
354
|
var v = {
|
|
355
355
|
attrName: "",
|
|
356
356
|
attrValue: "",
|
|
@@ -359,20 +359,20 @@ function _t() {
|
|
|
359
359
|
};
|
|
360
360
|
for (A = h.length; A--; ) {
|
|
361
361
|
t = h[A];
|
|
362
|
-
var F = t, m = F.name,
|
|
363
|
-
if (r = m === "value" ? t.value : Jt(t.value), u = T(m), v.attrName = u, v.attrValue = r, v.keepAttr = !0, v.forceKeepAttr = void 0, C("uponSanitizeAttribute", e, v), r = v.attrValue,
|
|
364
|
-
|
|
365
|
-
continue;
|
|
366
|
-
}
|
|
367
|
-
if (!v.forceKeepAttr && (ne(m, e), !!v.keepAttr)) {
|
|
368
|
-
if (!je && _(/\/>/i, r)) {
|
|
362
|
+
var F = t, m = F.name, Ne = F.namespaceURI;
|
|
363
|
+
if (r = m === "value" ? t.value : Jt(t.value), u = T(m), v.attrName = u, v.attrValue = r, v.keepAttr = !0, v.forceKeepAttr = void 0, C("uponSanitizeAttribute", e, v), r = v.attrValue, !v.forceKeepAttr && (ne(m, e), !!v.keepAttr)) {
|
|
364
|
+
if (!Ye && _(/\/>/i, r)) {
|
|
369
365
|
ne(m, e);
|
|
370
366
|
continue;
|
|
371
367
|
}
|
|
372
368
|
H && (r = L(r, de, " "), r = L(r, Te, " "), r = L(r, ve, " "));
|
|
373
369
|
var st = T(e.nodeName);
|
|
374
370
|
if (it(st, u, r)) {
|
|
375
|
-
if (
|
|
371
|
+
if (Ve && (u === "id" || u === "name") && (ne(m, e), r = Ct + r), Ae && _(/((--!?|])>)|<\/(style|title)/i, r)) {
|
|
372
|
+
ne(m, e);
|
|
373
|
+
continue;
|
|
374
|
+
}
|
|
375
|
+
if (R && I(K) === "object" && typeof K.getAttributeType == "function" && !Ne)
|
|
376
376
|
switch (K.getAttributeType(st, u)) {
|
|
377
377
|
case "TrustedHTML": {
|
|
378
378
|
r = R.createHTML(r);
|
|
@@ -384,7 +384,7 @@ function _t() {
|
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
try {
|
|
387
|
-
|
|
387
|
+
Ne ? e.setAttributeNS(Ne, m, r) : e.setAttribute(m, r), De(e) ? S(e) : ft(n.removed);
|
|
388
388
|
} catch {
|
|
389
389
|
}
|
|
390
390
|
}
|
|
@@ -393,9 +393,9 @@ function _t() {
|
|
|
393
393
|
C("afterSanitizeAttributes", e, null);
|
|
394
394
|
}
|
|
395
395
|
}, Ht = function i(e) {
|
|
396
|
-
var t, r =
|
|
396
|
+
var t, r = at(e);
|
|
397
397
|
for (C("beforeSanitizeShadowDOM", e, null); t = r.nextNode(); )
|
|
398
|
-
C("uponSanitizeShadowNode", t, null),
|
|
398
|
+
C("uponSanitizeShadowNode", t, null), nt(t), lt(t), t.content instanceof c && i(t.content);
|
|
399
399
|
C("afterSanitizeShadowDOM", e, null);
|
|
400
400
|
};
|
|
401
401
|
return n.sanitize = function(i) {
|
|
@@ -403,9 +403,9 @@ function _t() {
|
|
|
403
403
|
if (Oe = !i, Oe && (i = "<!-->"), typeof i != "string" && !V(i))
|
|
404
404
|
if (typeof i.toString == "function") {
|
|
405
405
|
if (i = i.toString(), typeof i != "string")
|
|
406
|
-
throw
|
|
406
|
+
throw Ce("dirty is not a string, aborting");
|
|
407
407
|
} else
|
|
408
|
-
throw
|
|
408
|
+
throw Ce("toString is not a function");
|
|
409
409
|
if (!n.isSupported) {
|
|
410
410
|
if (I(a.toStaticHTML) === "object" || typeof a.toStaticHTML == "function") {
|
|
411
411
|
if (typeof i == "string")
|
|
@@ -419,20 +419,20 @@ function _t() {
|
|
|
419
419
|
if (i.nodeName) {
|
|
420
420
|
var v = T(i.nodeName);
|
|
421
421
|
if (!p[v] || Y[v])
|
|
422
|
-
throw
|
|
422
|
+
throw Ce("root node is forbidden and cannot be sanitized in-place");
|
|
423
423
|
}
|
|
424
424
|
} else if (i instanceof y)
|
|
425
|
-
t =
|
|
425
|
+
t = rt("<!---->"), r = t.ownerDocument.importNode(i, !0), r.nodeType === 1 && r.nodeName === "BODY" || r.nodeName === "HTML" ? t = r : t.appendChild(r);
|
|
426
426
|
else {
|
|
427
427
|
if (!z && !H && !k && // eslint-disable-next-line unicorn/prefer-includes
|
|
428
428
|
i.indexOf("<") === -1)
|
|
429
429
|
return R && ee ? R.createHTML(i) : i;
|
|
430
|
-
if (t =
|
|
430
|
+
if (t = rt(i), !t)
|
|
431
431
|
return z ? null : ee ? me : "";
|
|
432
432
|
}
|
|
433
433
|
t && ge && S(t.firstChild);
|
|
434
|
-
for (var F =
|
|
435
|
-
u.nodeType === 3 && u === A || nt(u)
|
|
434
|
+
for (var F = at(X ? i : t); u = F.nextNode(); )
|
|
435
|
+
u.nodeType === 3 && u === A || (nt(u), lt(u), u.content instanceof c && Ht(u.content), A = u);
|
|
436
436
|
if (A = null, X)
|
|
437
437
|
return i;
|
|
438
438
|
if (z) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-transaction",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52.beta-0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -10,49 +10,30 @@
|
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/app.js",
|
|
13
|
-
"types": "./dist/src/app.d.ts"
|
|
13
|
+
"types": "./dist/apps/mf-transaction/src/app.d.ts"
|
|
14
14
|
},
|
|
15
15
|
"./style": "./dist/style.css"
|
|
16
16
|
},
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"registry": "https://npm.pkg.github.com/"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"dev": "vite --mode dev --port 5179",
|
|
22
|
-
"start": "vite --mode prod",
|
|
23
|
-
"build": "run-p type-check \"build-only {@}\" --",
|
|
24
|
-
"build:mf": "vite build --mode fmmf",
|
|
25
|
-
"build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist",
|
|
26
|
-
"publish-npm": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
|
|
27
|
-
"publish-npm:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
|
|
28
|
-
"publish-github": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
|
|
29
|
-
"publish-github:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
|
|
30
|
-
"build-only": "pnpm build:mf && pnpm build:dts",
|
|
31
|
-
"deploy": "pnpm run build-only && pnpm run publish-npm && pnpm run publish-github && pnpm run purge:prod",
|
|
32
|
-
"deploy:beta": "pnpm run build-only && pnpm run publish-npm:beta && pnpm run publish-github:beta && pnpm run purge:beta",
|
|
33
|
-
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
34
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
35
|
-
"format": "prettier --write src/",
|
|
36
|
-
"purge:beta": "curl https://purge.jsdelivr.net/npm/@feedmepos/mf-team@beta/dist/app.js",
|
|
37
|
-
"purge:prod": "curl https://purge.jsdelivr.net/npm/@feedmepos/mf-team@latest/dist/app.js"
|
|
38
|
-
},
|
|
39
17
|
"dependencies": {
|
|
40
|
-
"@feedmepos/core": "
|
|
18
|
+
"@feedmepos/core": "2.14.36",
|
|
41
19
|
"@feedmepos/core-dart": "^0.2.6",
|
|
42
|
-
"@feedmepos/
|
|
43
|
-
"@feedmepos/
|
|
44
|
-
"@feedmepos/
|
|
20
|
+
"@feedmepos/kitchen": "^2.4.17",
|
|
21
|
+
"@feedmepos/payment-entity": "0.1.3",
|
|
22
|
+
"@feedmepos/print": "file:../../core-legacy-1.4.tar.gz",
|
|
23
|
+
"@feedmepos/printer": "^0.0.8",
|
|
24
|
+
"@feedmepos/ui-library": "1.7.0",
|
|
25
|
+
"@feedmepos/mf-kitchen": "^1.0.3-beta.0",
|
|
45
26
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
|
46
27
|
"axios": "^1.6.2",
|
|
28
|
+
"change-case": "^4.1.2",
|
|
47
29
|
"dayjs": "^1.11.10",
|
|
30
|
+
"jspdf": "^2.5.1",
|
|
48
31
|
"moment": "^2.30.0",
|
|
49
32
|
"pinia": "^2.1.7",
|
|
50
|
-
"vue": "^3.
|
|
51
|
-
"vue-
|
|
52
|
-
"jspdf": "^2.5.1",
|
|
53
|
-
"rasterizehtml": "^1.3.1",
|
|
33
|
+
"vue": "^3.5.16",
|
|
34
|
+
"vue-i18n": "10.0.5",
|
|
54
35
|
"xlsx": "^0.18.5",
|
|
55
|
-
"
|
|
36
|
+
"@feedmepos/mf-common": "^1.27.6"
|
|
56
37
|
},
|
|
57
38
|
"devDependencies": {
|
|
58
39
|
"@casl/ability": "^3.4.0",
|
|
@@ -75,5 +56,25 @@
|
|
|
75
56
|
"typescript": "~5.2.0",
|
|
76
57
|
"vite": "^5.1.4",
|
|
77
58
|
"vue-tsc": "^1.8.11"
|
|
59
|
+
},
|
|
60
|
+
"scripts": {
|
|
61
|
+
"dev": "vite --mode dev --port 5179",
|
|
62
|
+
"start": "vite --mode prod",
|
|
63
|
+
"build": "run-p type-check \"build-only {@}\" --",
|
|
64
|
+
"build:mf": "vite build --mode fmmf",
|
|
65
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist",
|
|
66
|
+
"publish-npm": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
|
|
67
|
+
"publish-npm:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
|
|
68
|
+
"publish-github": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
|
|
69
|
+
"publish-github:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
|
|
70
|
+
"build-only": "pnpm build:mf && (pnpm build:dts || true)",
|
|
71
|
+
"deploy": "pnpm run build-only && pnpm run publish-npm && pnpm run publish-github && pnpm run purge:prod",
|
|
72
|
+
"deploy:beta": "pnpm run build-only && pnpm run publish-npm:beta && pnpm run publish-github:beta && pnpm run purge:beta",
|
|
73
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
74
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
75
|
+
"format": "prettier --write src/",
|
|
76
|
+
"purge:beta": "curl https://purge.jsdelivr.net/npm/@feedmepos/mf-team@beta/dist/app.js",
|
|
77
|
+
"purge:prod": "curl https://purge.jsdelivr.net/npm/@feedmepos/mf-team@latest/dist/app.js",
|
|
78
|
+
"prepare-kitchen-debug": "bash scripts/prepare-kitchen-debug.sh"
|
|
78
79
|
}
|
|
79
|
-
}
|
|
80
|
+
}
|