tabexseriescomponents 0.2.960 → 0.2.962

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.cjs.js CHANGED
@@ -11417,7 +11417,7 @@ var Ordershistory = function Ordershistory(props) {
11417
11417
  return showbutton;
11418
11418
  };
11419
11419
  var printOrder = function printOrder() {
11420
- if (orderindex != undefined && orderindex != null && orderindex != '') {
11420
+ if (orderindex != undefined && orderindex != null) {
11421
11421
  var _fetchorderhistoryQue2;
11422
11422
  var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
11423
11423
  if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
@@ -11426,7 +11426,7 @@ var Ordershistory = function Ordershistory(props) {
11426
11426
  return item.orderitemid;
11427
11427
  });
11428
11428
  var itemsJSON = encodeURIComponent(JSON.stringify(orderids));
11429
- var url = "tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11429
+ var url = "https://tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11430
11430
  window.open(url, '_blank');
11431
11431
  // Linking.openURL(url).catch((err) => {
11432
11432
  // console.error('Failed to open URL:', err);
package/dist/index.esm.js CHANGED
@@ -11366,7 +11366,7 @@ var Ordershistory = function Ordershistory(props) {
11366
11366
  return showbutton;
11367
11367
  };
11368
11368
  var printOrder = function printOrder() {
11369
- if (orderindex != undefined && orderindex != null && orderindex != '') {
11369
+ if (orderindex != undefined && orderindex != null) {
11370
11370
  var _fetchorderhistoryQue2;
11371
11371
  var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
11372
11372
  if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
@@ -11375,7 +11375,7 @@ var Ordershistory = function Ordershistory(props) {
11375
11375
  return item.orderitemid;
11376
11376
  });
11377
11377
  var itemsJSON = encodeURIComponent(JSON.stringify(orderids));
11378
- var url = "tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11378
+ var url = "https://tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11379
11379
  window.open(url, '_blank');
11380
11380
  // Linking.openURL(url).catch((err) => {
11381
11381
  // console.error('Failed to open URL:', err);
package/dist/index.umd.js CHANGED
@@ -11226,7 +11226,7 @@
11226
11226
  return showbutton;
11227
11227
  };
11228
11228
  var printOrder = function printOrder() {
11229
- if (orderindex != undefined && orderindex != null && orderindex != '') {
11229
+ if (orderindex != undefined && orderindex != null) {
11230
11230
  var _fetchorderhistoryQue2;
11231
11231
  var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
11232
11232
  if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
@@ -11235,7 +11235,7 @@
11235
11235
  return item.orderitemid;
11236
11236
  });
11237
11237
  var itemsJSON = encodeURIComponent(JSON.stringify(orderids));
11238
- var url = "tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11238
+ var url = "https://tabapv.site/printorder/guest/".concat(orderinfo.instid, "/").concat(orderinfo.orderid, "/").concat(orderinfo.customerid, "/").concat(itemsJSON, "?lang=").concat(langdetect);
11239
11239
  window.open(url, '_blank');
11240
11240
  // Linking.openURL(url).catch((err) => {
11241
11241
  // console.error('Failed to open URL:', err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.960",
3
+ "version": "0.2.962",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",