@sv-print/hiprint 0.1.18 → 0.1.19
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.js +3 -3
- package/dist/index.mjs +4 -4
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2589,7 +2589,7 @@ var hiprint$1 = function(R) {
|
|
|
2589
2589
|
}, x;
|
|
2590
2590
|
}(), I = function() {
|
|
2591
2591
|
return function(x) {
|
|
2592
|
-
this.title = x.title, this.field = x.field, this.width = x.width, this.align = x.align, this.halign = x.halign, this.vAlign = x.vAlign, this.colspan = x.colspan, this.rowspan = x.rowspan, this.checked = x.checked, this.columnId = x.columnId, this.tableSummaryTitle = x.tableSummaryTitle, this.tableSummaryText = x.tableSummaryText, this.tableSummaryColspan = x.tableSummaryColspan, this.tableSummary = x.tableSummary, this.tableSummaryAlign = x.tableSummaryAlign, this.tableSummaryNumFormat = x.tableSummaryNumFormat, this.tableSummaryFormatter = x.tableSummaryFormatter, this.upperCase = x.upperCase, this.renderFormatter = x.renderFormatter && x.renderFormatter.toString(), this.formatter2 = x.formatter2 && x.formatter2.toString(), this.styler2 = x.styler2 && x.styler2.toString(), this.stylerHeader = x.stylerHeader && x.stylerHeader.toString(), this.tableColumnHeight = x.tableColumnHeight, this.tableTextType = x.tableTextType, this.tableBarcodeMode = x.tableBarcodeMode, this.tableQRCodeLevel = x.tableQRCodeLevel;
|
|
2592
|
+
this.title = x.title, this.titleSync = x.titleSync, this.field = x.field, this.width = x.width, this.align = x.align, this.halign = x.halign, this.vAlign = x.vAlign, this.colspan = x.colspan, this.rowspan = x.rowspan, this.checked = x.checked, this.columnId = x.columnId, this.tableSummaryTitle = x.tableSummaryTitle, this.tableSummaryText = x.tableSummaryText, this.tableSummaryColspan = x.tableSummaryColspan, this.tableSummary = x.tableSummary, this.tableSummaryAlign = x.tableSummaryAlign, this.tableSummaryNumFormat = x.tableSummaryNumFormat, this.tableSummaryFormatter = x.tableSummaryFormatter, this.upperCase = x.upperCase, this.renderFormatter = x.renderFormatter && x.renderFormatter.toString(), this.formatter2 = x.formatter2 && x.formatter2.toString(), this.styler2 = x.styler2 && x.styler2.toString(), this.stylerHeader = x.stylerHeader && x.stylerHeader.toString(), this.tableColumnHeight = x.tableColumnHeight, this.tableTextType = x.tableTextType, this.tableBarcodeMode = x.tableBarcodeMode, this.tableQRCodeLevel = x.tableQRCodeLevel;
|
|
2593
2593
|
};
|
|
2594
2594
|
}(), S = function() {
|
|
2595
2595
|
function x() {
|
|
@@ -2682,7 +2682,7 @@ var hiprint$1 = function(R) {
|
|
|
2682
2682
|
}), U = function(x) {
|
|
2683
2683
|
function j(T) {
|
|
2684
2684
|
var o = this;
|
|
2685
|
-
return T = T || {}, (o = x.call(this) || this).width = T.width ? parseFloat(T.width.toString()) : 100, o.title = T.title, o.descTitle = T.descTitle, o.field = T.field, o.fixed = T.fixed, o.rowspan = T.rowspan ? parseInt(T.rowspan) : 1, o.colspan = T.colspan ? parseInt(T.colspan) : 1, o.align = T.align, o.halign = T.halign, o.vAlign = T.vAlign, o.formatter = T.formatter, o.styler = T.styler, o.renderFormatter = T.renderFormatter, o.formatter2 = T.formatter2, o.styler2 = T.styler2, o.stylerHeader = T.stylerHeader, o.checkbox = T.checkbox, o.checked = T.checked != 0, o.columnId = T.columnId || T.field, o.tableColumnHeight = T.tableColumnHeight, o.tableTextType = T.tableTextType, o.tableBarcodeMode = T.tableBarcodeMode, o.tableQRCodeLevel = T.tableQRCodeLevel, o.tableSummaryTitle = T.tableSummaryTitle, o.tableSummaryText = T.tableSummaryText, o.tableSummaryColspan = T.tableSummaryColspan, o.tableSummary = T.tableSummary, o.tableSummaryAlign = T.tableSummaryAlign, o.tableSummaryNumFormat = T.tableSummaryNumFormat, o.tableSummaryFormatter = T.tableSummaryFormatter, o.upperCase = T.upperCase, o;
|
|
2685
|
+
return T = T || {}, (o = x.call(this) || this).width = T.width ? parseFloat(T.width.toString()) : 100, o.title = T.title, o.titleSync = T.titleSync, o.descTitle = T.descTitle, o.field = T.field, o.fixed = T.fixed, o.rowspan = T.rowspan ? parseInt(T.rowspan) : 1, o.colspan = T.colspan ? parseInt(T.colspan) : 1, o.align = T.align, o.halign = T.halign, o.vAlign = T.vAlign, o.formatter = T.formatter, o.styler = T.styler, o.renderFormatter = T.renderFormatter, o.formatter2 = T.formatter2, o.styler2 = T.styler2, o.stylerHeader = T.stylerHeader, o.checkbox = T.checkbox, o.checked = T.checked != 0, o.columnId = T.columnId || T.field, o.tableColumnHeight = T.tableColumnHeight, o.tableTextType = T.tableTextType, o.tableBarcodeMode = T.tableBarcodeMode, o.tableQRCodeLevel = T.tableQRCodeLevel, o.tableSummaryTitle = T.tableSummaryTitle, o.tableSummaryText = T.tableSummaryText, o.tableSummaryColspan = T.tableSummaryColspan, o.tableSummary = T.tableSummary, o.tableSummaryAlign = T.tableSummaryAlign, o.tableSummaryNumFormat = T.tableSummaryNumFormat, o.tableSummaryFormatter = T.tableSummaryFormatter, o.upperCase = T.upperCase, o;
|
|
2686
2686
|
}
|
|
2687
2687
|
return N(j, x), j.prototype.css = function(T) {
|
|
2688
2688
|
}, j;
|
|
@@ -8367,7 +8367,7 @@ var hiprint$1 = function(R) {
|
|
|
8367
8367
|
function(R, L, r) {
|
|
8368
8368
|
var B = r(3), w = r(12), b = function() {
|
|
8369
8369
|
return function(D) {
|
|
8370
|
-
this.width = D.width, this.title = D.title, this.field = D.field, this.checked = D.checked, this.columnId = D.columnId, this.fixed = !1, this.rowspan = D.rowspan || 1, this.colspan = D.colspan || 1, this.align = D.align, this.halign = D.halign, this.vAlign = D.vAlign, this.renderFormatter = D.renderFormatter, this.formatter2 = D.formatter2, this.styler2 = D.styler2, this.stylerHeader = D.stylerHeader, this.tableColumnHeight = D.tableColumnHeight, this.tableTextType = D.tableTextType, this.tableBarcodeMode = D.tableBarcodeMode, this.tableQRCodeLevel = D.tableQRCodeLevel, this.tableSummaryTitle = D.tableSummaryTitle, this.tableSummaryText = D.tableSummaryText, this.tableSummaryColspan = D.tableSummaryColspan, this.tableSummary = D.tableSummary, this.tableSummaryAlign = D.tableSummaryAlign, this.tableSummaryNumFormat = D.tableSummaryNumFormat, this.tableSummaryFormatter = D.tableSummaryFormatter, this.upperCase = D.upperCase;
|
|
8370
|
+
this.width = D.width, this.title = D.title, this.titleSync = D.titleSync, this.field = D.field, this.checked = D.checked, this.columnId = D.columnId, this.fixed = !1, this.rowspan = D.rowspan || 1, this.colspan = D.colspan || 1, this.align = D.align, this.halign = D.halign, this.vAlign = D.vAlign, this.renderFormatter = D.renderFormatter, this.formatter2 = D.formatter2, this.styler2 = D.styler2, this.stylerHeader = D.stylerHeader, this.tableColumnHeight = D.tableColumnHeight, this.tableTextType = D.tableTextType, this.tableBarcodeMode = D.tableBarcodeMode, this.tableQRCodeLevel = D.tableQRCodeLevel, this.tableSummaryTitle = D.tableSummaryTitle, this.tableSummaryText = D.tableSummaryText, this.tableSummaryColspan = D.tableSummaryColspan, this.tableSummary = D.tableSummary, this.tableSummaryAlign = D.tableSummaryAlign, this.tableSummaryNumFormat = D.tableSummaryNumFormat, this.tableSummaryFormatter = D.tableSummaryFormatter, this.upperCase = D.upperCase;
|
|
8371
8371
|
};
|
|
8372
8372
|
}(), l = r(5);
|
|
8373
8373
|
r.d(L, "a", function() {
|
|
@@ -12110,7 +12110,7 @@ let defaultElementTypeProvider = defaultTypeProvider(hiprint$1);
|
|
|
12110
12110
|
})(jQuery);
|
|
12111
12111
|
(function() {
|
|
12112
12112
|
window.HIPRINT_CONFIG = {
|
|
12113
|
-
version: "0.1.
|
|
12113
|
+
version: "0.1.19",
|
|
12114
12114
|
movingDistance: 1.5,
|
|
12115
12115
|
paperHeightTrim: 1,
|
|
12116
12116
|
showPosition: !0,
|