ts-glitter 16.7.0 → 16.7.2

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.0';
91
+ glitter.share.editerVersion = 'V_16.7.2';
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.0';
91
+ glitter.share.editerVersion = 'V_16.7.2';
92
92
  glitter.share.start = new Date();
93
93
  const vm: {
94
94
  appConfig: any;
@@ -4420,7 +4420,6 @@ ${obj.default ?? ''}</textarea
4420
4420
  </div>`;
4421
4421
  }, windowID);
4422
4422
  }
4423
-
4424
4423
  static richTextEditor(obj: { gvc: GVC; content: string; callback: (content: string) => void; title: string }) {
4425
4424
  const gvc = obj.gvc;
4426
4425
  return gvc.bindView(
@@ -212,7 +212,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
212
212
  ${widget.formData.logo.value}
213
213
  </div>
214
214
  `
215
- : html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:150px;" /></div> `}
215
+ : html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
216
216
  </div>
217
217
  <!--選單列表顯示區塊-->
218
218
  <ul class="navbar-nav d-none d-md-block flex-fill ps-2" style="">
@@ -217,7 +217,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
217
217
  ${widget.formData.logo.value}
218
218
  </div>
219
219
  `
220
- : html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:150px;" /></div> `
220
+ : html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `
221
221
  }
222
222
  </div>
223
223
  <!--選單列表顯示區塊-->
@@ -196,7 +196,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
196
196
  changePage('index', 'home', {});
197
197
  })}"
198
198
  >
199
- <img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:150px;` : `height: 150px;`}" />
199
+ <img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:200px;` : `height: 150px;`}" />
200
200
  </div>
201
201
  </div>
202
202
  <!--選單列表顯示區塊-->
@@ -200,7 +200,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
200
200
  changePage('index', 'home', {});
201
201
  })}"
202
202
  >
203
- <img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:150px;` : `height: 150px;`}" />
203
+ <img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:200px;` : `height: 150px;`}" />
204
204
  </div>
205
205
  </div>
206
206
  <!--選單列表顯示區塊-->
@@ -210,7 +210,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
210
210
  ${widget.formData.logo.value}
211
211
  </div>
212
212
  `
213
- : html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:150px;" /></div> `}
213
+ : html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
214
214
  </div>
215
215
  </div>
216
216
  <div class="">
@@ -213,7 +213,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
213
213
  ${widget.formData.logo.value}
214
214
  </div>
215
215
  `
216
- : html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:150px;" /></div> `}
216
+ : html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
217
217
  </div>
218
218
  </div>
219
219
  <div class="">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "16.7.0",
3
+ "version": "16.7.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {