@sv-print/hiprint 0.1.2 → 0.1.3

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.mjs CHANGED
@@ -3108,7 +3108,7 @@ var hiprint$1 = function(t) {
3108
3108
  try {
3109
3109
  var t = this;
3110
3110
  var e = this.getConfigOptions();
3111
- var optionKeys = ["draggable"];
3111
+ var optionKeys = ["draggable", "left", "top"];
3112
3112
  if (e && e.tabs && e.tabs.length) {
3113
3113
  e.tabs.forEach(function(n) {
3114
3114
  n.options.forEach(function(e2) {
@@ -11314,7 +11314,7 @@ let defaultElementTypeProvider = defaultTypeProvider(hiprint$1);
11314
11314
  })(jQuery);
11315
11315
  (function() {
11316
11316
  window.HIPRINT_CONFIG = {
11317
- version: "0.1.2",
11317
+ version: "0.1.3",
11318
11318
  movingDistance: 1.5,
11319
11319
  paperHeightTrim: 1,
11320
11320
  showPosition: true,