ts-glitter 16.7.3 → 16.7.4

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
@@ -88,7 +88,7 @@ export class Entry {
88
88
  }
89
89
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
90
90
  console.log(`Entry-time:`, window.renderClock.stop());
91
- glitter.share.editerVersion = 'V_16.7.3';
91
+ glitter.share.editerVersion = 'V_16.7.4';
92
92
  glitter.share.start = new Date();
93
93
  const vm = {
94
94
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -88,7 +88,7 @@ export class Entry {
88
88
  }
89
89
  (window as any).renderClock = (window as any).renderClock ?? clockF();
90
90
  console.log(`Entry-time:`, (window as any).renderClock.stop());
91
- glitter.share.editerVersion = 'V_16.7.3';
91
+ glitter.share.editerVersion = 'V_16.7.4';
92
92
  glitter.share.start = new Date();
93
93
  const vm: {
94
94
  appConfig: any;
@@ -240,7 +240,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
240
240
  return loopItems(vm.data);
241
241
  },
242
242
  divCreate: {
243
- class: `navbar-nav ms-3 me-auto`,
243
+ class: `navbar-nav ms-3 me-auto mt-3`,
244
244
  style: `flex-direction: row; gap: 15px;`,
245
245
  elem: `ul`,
246
246
  },
@@ -244,7 +244,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
244
244
  return loopItems(vm.data);
245
245
  },
246
246
  divCreate: {
247
- class: `navbar-nav ms-3 me-auto`,
247
+ class: `navbar-nav ms-3 me-auto mt-3`,
248
248
  style: `flex-direction: row; gap: 15px;`,
249
249
  elem: `ul`,
250
250
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "16.7.3",
3
+ "version": "16.7.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {