ts-glitter 13.8.844 → 13.8.846

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/lowcode/Entry.js CHANGED
@@ -70,7 +70,7 @@ export class Entry {
70
70
  }
71
71
  window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
72
72
  console.log(`Entry-time:`, window.renderClock.stop());
73
- glitter.share.editerVersion = 'V_13.8.844';
73
+ glitter.share.editerVersion = 'V_13.8.846';
74
74
  glitter.share.start = new Date();
75
75
  const vm = {
76
76
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -71,7 +71,7 @@ export class Entry {
71
71
  }
72
72
  (window as any).renderClock = (window as any).renderClock ?? clockF();
73
73
  console.log(`Entry-time:`, (window as any).renderClock.stop());
74
- glitter.share.editerVersion = 'V_13.8.844';
74
+ glitter.share.editerVersion = 'V_13.8.846';
75
75
  glitter.share.start = new Date();
76
76
  const vm: {
77
77
  appConfig: any;
@@ -2983,7 +2983,7 @@ export class ShoppingProductSetting {
2983
2983
  <div
2984
2984
  style="font-size: 16px;font-weight: 700;display: flex;padding: 12px 0px 12px 20px;align-items: center;align-self: stretch;border-radius: 10px 10px 0px 0px;background: #F2F2F2;"
2985
2985
  >
2986
- 編輯存貨數量
2986
+ 編輯庫存數量
2987
2987
  </div>
2988
2988
  <div
2989
2989
  class="w-100 d-flex flex-column"
@@ -3521,70 +3521,71 @@ export class ShoppingProductSetting {
3521
3521
  }, '');
3522
3522
  })}"
3523
3523
  >
3524
- 編輯存貨數量
3524
+ 編輯庫存數量
3525
3525
  </div>
3526
3526
  <div
3527
+ class="d-none"
3527
3528
  style="cursor: pointer;"
3528
3529
  onclick="${gvc.event(() => {
3529
3530
  gvc.glitter.innerDialog((gvc) => {
3530
- return editDialog('trace_stock_type');
3531
- }, 'trace_stock_type');
3531
+ return editDialog('sku');
3532
+ }, 'sku');
3532
3533
  })}"
3533
3534
  >
3534
- 編輯庫存政策
3535
+ 編輯存貨單位(SKU)
3535
3536
  </div>
3536
3537
  <div
3538
+ class="d-none"
3537
3539
  style="cursor: pointer;"
3538
3540
  onclick="${gvc.event(() => {
3539
3541
  gvc.glitter.innerDialog((gvc) => {
3540
- return editDialog('shipment_type');
3541
- }, 'shipment_type');
3542
+ return editDialog('delete');
3543
+ }, 'delete');
3542
3544
  })}"
3543
3545
  >
3544
- 運費計算方式
3546
+ 刪除規格
3545
3547
  </div>
3546
3548
  <div
3547
3549
  style="cursor: pointer;"
3548
3550
  onclick="${gvc.event(() => {
3549
3551
  gvc.glitter.innerDialog((gvc) => {
3550
- return editDialog('volume');
3551
- }, 'volume');
3552
+ return editDialog('trace_stock_type');
3553
+ }, 'trace_stock_type');
3552
3554
  })}"
3553
3555
  >
3554
- 編輯商品材積
3556
+ 編輯庫存政策
3555
3557
  </div>
3556
3558
  <div
3557
3559
  style="cursor: pointer;"
3558
3560
  onclick="${gvc.event(() => {
3559
3561
  gvc.glitter.innerDialog((gvc) => {
3560
- return editDialog('weight');
3561
- }, 'weight');
3562
+ return editDialog('shipment_type');
3563
+ }, 'shipment_type');
3562
3564
  })}"
3563
3565
  >
3564
- 編輯商品重量
3566
+ 運費計算方式
3565
3567
  </div>
3566
3568
  <div
3567
- class="d-none"
3568
3569
  style="cursor: pointer;"
3569
3570
  onclick="${gvc.event(() => {
3570
3571
  gvc.glitter.innerDialog((gvc) => {
3571
- return editDialog('sku');
3572
- }, 'sku');
3572
+ return editDialog('volume');
3573
+ }, 'volume');
3573
3574
  })}"
3574
3575
  >
3575
- 編輯存貨單位(SKU)
3576
+ 編輯商品材積
3576
3577
  </div>
3577
3578
  <div
3578
- class="d-none"
3579
3579
  style="cursor: pointer;"
3580
3580
  onclick="${gvc.event(() => {
3581
3581
  gvc.glitter.innerDialog((gvc) => {
3582
- return editDialog('delete');
3583
- }, 'delete');
3582
+ return editDialog('weight');
3583
+ }, 'weight');
3584
3584
  })}"
3585
3585
  >
3586
- 刪除規格
3586
+ 編輯商品重量
3587
3587
  </div>
3588
+
3588
3589
  </div>
3589
3590
  `
3590
3591
  : ``}
@@ -3617,7 +3618,7 @@ export class ShoppingProductSetting {
3617
3618
  class="me-3">
3618
3619
  售價*
3619
3620
  </div>`
3620
- : `${['售價*', '存貨數量*', '運費計算方式']
3621
+ : `${['售價*', '庫存數量*', '運費計算方式']
3621
3622
  .map((dd) => {
3622
3623
  return html `
3623
3624
  <div
@@ -3466,7 +3466,7 @@ export class ShoppingProductSetting {
3466
3466
  <div
3467
3467
  style="font-size: 16px;font-weight: 700;display: flex;padding: 12px 0px 12px 20px;align-items: center;align-self: stretch;border-radius: 10px 10px 0px 0px;background: #F2F2F2;"
3468
3468
  >
3469
- 編輯存貨數量
3469
+ 編輯庫存數量
3470
3470
  </div>
3471
3471
  <div
3472
3472
  class="w-100 d-flex flex-column"
@@ -4039,70 +4039,71 @@ export class ShoppingProductSetting {
4039
4039
  }, '');
4040
4040
  })}"
4041
4041
  >
4042
- 編輯存貨數量
4042
+ 編輯庫存數量
4043
4043
  </div>
4044
4044
  <div
4045
+ class="d-none"
4045
4046
  style="cursor: pointer;"
4046
4047
  onclick="${gvc.event(() => {
4047
4048
  gvc.glitter.innerDialog((gvc: GVC) => {
4048
- return editDialog('trace_stock_type');
4049
- }, 'trace_stock_type');
4049
+ return editDialog('sku');
4050
+ }, 'sku');
4050
4051
  })}"
4051
4052
  >
4052
- 編輯庫存政策
4053
+ 編輯存貨單位(SKU)
4053
4054
  </div>
4054
4055
  <div
4056
+ class="d-none"
4055
4057
  style="cursor: pointer;"
4056
4058
  onclick="${gvc.event(() => {
4057
4059
  gvc.glitter.innerDialog((gvc: GVC) => {
4058
- return editDialog('shipment_type');
4059
- }, 'shipment_type');
4060
+ return editDialog('delete');
4061
+ }, 'delete');
4060
4062
  })}"
4061
4063
  >
4062
- 運費計算方式
4064
+ 刪除規格
4063
4065
  </div>
4064
4066
  <div
4065
4067
  style="cursor: pointer;"
4066
4068
  onclick="${gvc.event(() => {
4067
4069
  gvc.glitter.innerDialog((gvc: GVC) => {
4068
- return editDialog('volume');
4069
- }, 'volume');
4070
+ return editDialog('trace_stock_type');
4071
+ }, 'trace_stock_type');
4070
4072
  })}"
4071
4073
  >
4072
- 編輯商品材積
4074
+ 編輯庫存政策
4073
4075
  </div>
4074
4076
  <div
4075
4077
  style="cursor: pointer;"
4076
4078
  onclick="${gvc.event(() => {
4077
4079
  gvc.glitter.innerDialog((gvc: GVC) => {
4078
- return editDialog('weight');
4079
- }, 'weight');
4080
+ return editDialog('shipment_type');
4081
+ }, 'shipment_type');
4080
4082
  })}"
4081
4083
  >
4082
- 編輯商品重量
4084
+ 運費計算方式
4083
4085
  </div>
4084
4086
  <div
4085
- class="d-none"
4086
4087
  style="cursor: pointer;"
4087
4088
  onclick="${gvc.event(() => {
4088
4089
  gvc.glitter.innerDialog((gvc: GVC) => {
4089
- return editDialog('sku');
4090
- }, 'sku');
4090
+ return editDialog('volume');
4091
+ }, 'volume');
4091
4092
  })}"
4092
4093
  >
4093
- 編輯存貨單位(SKU)
4094
+ 編輯商品材積
4094
4095
  </div>
4095
4096
  <div
4096
- class="d-none"
4097
4097
  style="cursor: pointer;"
4098
4098
  onclick="${gvc.event(() => {
4099
4099
  gvc.glitter.innerDialog((gvc: GVC) => {
4100
- return editDialog('delete');
4101
- }, 'delete');
4100
+ return editDialog('weight');
4101
+ }, 'weight');
4102
4102
  })}"
4103
4103
  >
4104
- 刪除規格
4104
+ 編輯商品重量
4105
4105
  </div>
4106
+
4106
4107
  </div>
4107
4108
  `
4108
4109
  : ``}
@@ -4135,7 +4136,7 @@ export class ShoppingProductSetting {
4135
4136
  class="me-3">
4136
4137
  售價*
4137
4138
  </div>`
4138
- : `${['售價*', '存貨數量*', '運費計算方式']
4139
+ : `${['售價*', '庫存數量*', '運費計算方式']
4139
4140
  .map((dd) => {
4140
4141
  return html`
4141
4142
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "13.8.844",
3
+ "version": "13.8.846",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {