leafer-ui 1.5.3 → 1.6.0

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/README.md CHANGED
@@ -296,7 +296,7 @@ LeaferJS 致力于实现一套简洁、开放、现代化的 UI 绘图语言标
296
296
  </p>
297
297
  <p><h3 align="center">铜牌赞助</h3></p>
298
298
  <p style="display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;">
299
- 在路上 &nbsp;&nbsp;张余🌈 &nbsp;&nbsp;Jerry &nbsp;&nbsp;李狗嗨。💢 &nbsp;&nbsp;李维亮 &nbsp;&nbsp;朝夕 &nbsp;&nbsp;SaltedFish &nbsp;&nbsp;zhk &nbsp;&nbsp;格子 &nbsp;&nbsp;等等 &nbsp;&nbsp;goosen &nbsp;&nbsp;建伟F4nniu &nbsp;&nbsp;梁福斌 &nbsp;&nbsp;江万江 &nbsp;&nbsp;杨超 &nbsp;&nbsp;ToB Dev &nbsp;&nbsp;前端之虎陈随易 &nbsp;&nbsp;A☀️云☀️A &nbsp;&nbsp;ʚ LMT ɞ &nbsp;&nbsp;爱发电用户_c9c82 &nbsp;&nbsp;轻简历 &nbsp;&nbsp;爱发电用户_0fac0 &nbsp;&nbsp;wangyesheji.cn &nbsp;&nbsp;风间 &nbsp;&nbsp;爱发电用户_Tqsm &nbsp;&nbsp;爱发电用户_6KpE &nbsp;&nbsp;dongdong &nbsp;&nbsp;zwm &nbsp;&nbsp;爱发电用户_3725c &nbsp;&nbsp;Noth1ng &nbsp;&nbsp;纳西妲の√ &nbsp;&nbsp;爱发电用户_Ahb9 &nbsp;&nbsp;爱发电用户_7617d &nbsp;&nbsp;冷漠 &nbsp;&nbsp;爱发电用户_9RXB &nbsp;&nbsp;今日值得读 &nbsp;&nbsp;爱发电用户_49sT &nbsp;&nbsp;爱发电用户_NFCS &nbsp;&nbsp;爱发电用户_43ad8 &nbsp;&nbsp;爱发电用户_30455 &nbsp;&nbsp;xiaozhang &nbsp;&nbsp;砖吐筷筷 &nbsp;&nbsp;爱发电用户_b47b3 &nbsp;&nbsp;longbow1998 &nbsp;&nbsp;爱发电用户_5d755 &nbsp;&nbsp;爱发电用户_b76b8 &nbsp;&nbsp;爱发电用户_e70c2 &nbsp;&nbsp;爱发电用户_039dc &nbsp;&nbsp;花祁 &nbsp;&nbsp;爱发电用户_99f39 &nbsp;&nbsp;坤坤 &nbsp;&nbsp;爱发电用户_X6hp &nbsp;&nbsp;爱发电用户_s5u9 &nbsp;&nbsp;曹吉美爸爸 &nbsp;&nbsp;啸沧海 &nbsp;&nbsp;Ronny &nbsp;&nbsp;Biu &nbsp;&nbsp;王志强 &nbsp;&nbsp;PD.新城คิดถึง &nbsp;&nbsp;糖颂缘冥倾 &nbsp;&nbsp;ALBERT. &nbsp;&nbsp;爱发电用户_UXEV &nbsp;&nbsp;SaltedFish &nbsp;&nbsp;爱发电用户_76f9d &nbsp;&nbsp;Leafer &nbsp;&nbsp;爱发电用户_Pbm7 &nbsp;&nbsp;</p>
299
+ Lauginwing &nbsp;&nbsp;江万江 &nbsp;&nbsp;在路上 &nbsp;&nbsp;张余🌈 &nbsp;&nbsp;Jerry &nbsp;&nbsp;李狗嗨。💢 &nbsp;&nbsp;李维亮 &nbsp;&nbsp;朝夕 &nbsp;&nbsp;SaltedFish &nbsp;&nbsp;zhk &nbsp;&nbsp;格子 &nbsp;&nbsp;等等 &nbsp;&nbsp;goosen &nbsp;&nbsp;建伟F4nniu &nbsp;&nbsp;梁福斌 &nbsp;&nbsp;江万江 &nbsp;&nbsp;杨超 &nbsp;&nbsp;ToB Dev &nbsp;&nbsp;前端之虎陈随易 &nbsp;&nbsp;A☀️云☀️A &nbsp;&nbsp;ʚ LMT ɞ &nbsp;&nbsp;爱发电用户_c9c82 &nbsp;&nbsp;轻简历 &nbsp;&nbsp;爱发电用户_0fac0 &nbsp;&nbsp;wangyesheji.cn &nbsp;&nbsp;风间 &nbsp;&nbsp;爱发电用户_Tqsm &nbsp;&nbsp;爱发电用户_6KpE &nbsp;&nbsp;dongdong &nbsp;&nbsp;zwm &nbsp;&nbsp;爱发电用户_3725c &nbsp;&nbsp;Noth1ng &nbsp;&nbsp;纳西妲の√ &nbsp;&nbsp;爱发电用户_Ahb9 &nbsp;&nbsp;爱发电用户_7617d &nbsp;&nbsp;冷漠 &nbsp;&nbsp;爱发电用户_9RXB &nbsp;&nbsp;今日值得读 &nbsp;&nbsp;爱发电用户_49sT &nbsp;&nbsp;爱发电用户_NFCS &nbsp;&nbsp;爱发电用户_43ad8 &nbsp;&nbsp;爱发电用户_30455 &nbsp;&nbsp;xiaozhang &nbsp;&nbsp;砖吐筷筷 &nbsp;&nbsp;爱发电用户_b47b3 &nbsp;&nbsp;longbow1998 &nbsp;&nbsp;爱发电用户_5d755 &nbsp;&nbsp;爱发电用户_b76b8 &nbsp;&nbsp;爱发电用户_e70c2 &nbsp;&nbsp;爱发电用户_039dc &nbsp;&nbsp;花祁 &nbsp;&nbsp;爱发电用户_99f39 &nbsp;&nbsp;坤坤 &nbsp;&nbsp;爱发电用户_X6hp &nbsp;&nbsp;爱发电用户_s5u9 &nbsp;&nbsp;曹吉美爸爸 &nbsp;&nbsp;啸沧海 &nbsp;&nbsp;Ronny &nbsp;&nbsp;Biu &nbsp;&nbsp;王志强 &nbsp;&nbsp;PD.新城คิดถึง &nbsp;&nbsp;糖颂缘冥倾 &nbsp;&nbsp;ALBERT. &nbsp;&nbsp;爱发电用户_UXEV &nbsp;&nbsp;SaltedFish &nbsp;&nbsp;爱发电用户_76f9d &nbsp;&nbsp;Leafer &nbsp;&nbsp;爱发电用户_Pbm7 &nbsp;&nbsp;</p>
300
300
 
301
301
  ## License
302
302
 
package/dist/web.cjs CHANGED
@@ -423,7 +423,6 @@ function updateChange(updateList) {
423
423
  }
424
424
 
425
425
  const { worldBounds } = core.LeafBoundsHelper;
426
- const bigBounds = { x: 0, y: 0, width: 100000, height: 100000 };
427
426
  class LayoutBlockData {
428
427
  constructor(list) {
429
428
  this.updatedBounds = new core.Bounds();
@@ -437,13 +436,7 @@ class LayoutBlockData {
437
436
  this.beforeBounds.setListWithFn(this.updatedList.list, worldBounds);
438
437
  }
439
438
  setAfter() {
440
- const { list } = this.updatedList;
441
- if (list.some(leaf => leaf.noBounds)) {
442
- this.afterBounds.set(bigBounds);
443
- }
444
- else {
445
- this.afterBounds.setListWithFn(list, worldBounds);
446
- }
439
+ this.afterBounds.setListWithFn(this.updatedList.list, worldBounds);
447
440
  this.updatedBounds.setList([this.beforeBounds, this.afterBounds]);
448
441
  }
449
442
  merge(data) {
@@ -645,6 +638,13 @@ class Renderer {
645
638
  requestLayout() {
646
639
  this.target.emit(core.LayoutEvent.REQUEST);
647
640
  }
641
+ checkRender() {
642
+ if (this.running) {
643
+ if (this.changed && this.canvas.view)
644
+ this.render();
645
+ this.target.emit(core.RenderEvent.NEXT);
646
+ }
647
+ }
648
648
  render(callback) {
649
649
  if (!(this.running && this.canvas.view))
650
650
  return this.update();
@@ -653,8 +653,6 @@ class Renderer {
653
653
  this.totalBounds = new core.Bounds();
654
654
  debug.log(target.innerName, '--->');
655
655
  try {
656
- if (!target.isApp)
657
- target.app.emit(core.RenderEvent.CHILD_START, target);
658
656
  this.emitRender(core.RenderEvent.START);
659
657
  this.renderOnce(callback);
660
658
  this.emitRender(core.RenderEvent.END, this.totalBounds);
@@ -722,20 +720,12 @@ class Renderer {
722
720
  }
723
721
  clipRender(block) {
724
722
  const t = core.Run.start('PartRender');
725
- const { canvas } = this;
726
- const bounds = block.getIntersect(canvas.bounds);
727
- const includes = block.includes(this.target.__world);
728
- const realBounds = new core.Bounds(bounds);
723
+ const { canvas } = this, bounds = block.getIntersect(canvas.bounds), realBounds = new core.Bounds(bounds);
729
724
  canvas.save();
730
- if (includes && !core.Debug.showRepaint) {
731
- canvas.clear();
732
- }
733
- else {
734
- bounds.spread(10 + 1 / this.canvas.pixelRatio).ceil();
735
- canvas.clearWorld(bounds, true);
736
- canvas.clipWorld(bounds, true);
737
- }
738
- this.__render(bounds, includes, realBounds);
725
+ bounds.spread(Renderer.clipSpread).ceil();
726
+ canvas.clearWorld(bounds, true);
727
+ canvas.clipWorld(bounds, true);
728
+ this.__render(bounds, block.includes(this.target.__world), realBounds);
739
729
  canvas.restore();
740
730
  core.Run.end(t);
741
731
  }
@@ -749,23 +739,17 @@ class Renderer {
749
739
  core.Run.end(t);
750
740
  }
751
741
  __render(bounds, includes, realBounds) {
752
- const options = bounds.includes(this.target.__world) ? { includes } : { bounds, includes };
742
+ const { canvas } = this, options = includes ? { includes } : { bounds, includes };
753
743
  if (this.needFill)
754
- this.canvas.fillWorld(bounds, this.config.fill);
744
+ canvas.fillWorld(bounds, this.config.fill);
755
745
  if (core.Debug.showRepaint)
756
- this.canvas.strokeWorld(bounds, 'red');
757
- this.target.__render(this.canvas, options);
746
+ core.Debug.drawRepaint(canvas, bounds);
747
+ this.target.__render(canvas, options);
758
748
  this.renderBounds = realBounds = realBounds || bounds;
759
749
  this.renderOptions = options;
760
750
  this.totalBounds.isEmpty() ? this.totalBounds = realBounds : this.totalBounds.add(realBounds);
761
- if (core.Debug.showHitView)
762
- this.renderHitView(options);
763
- if (core.Debug.showBoundsView)
764
- this.renderBoundsView(options);
765
- this.canvas.updateRender(realBounds);
766
- }
767
- renderHitView(_options) { }
768
- renderBoundsView(_options) { }
751
+ canvas.updateRender(realBounds);
752
+ }
769
753
  addBlock(block) {
770
754
  if (!this.updateBlocks)
771
755
  this.updateBlocks = [];
@@ -781,17 +765,24 @@ class Renderer {
781
765
  }
782
766
  }
783
767
  __requestRender() {
768
+ const target = this.target;
769
+ if (target.parentApp)
770
+ return target.parentApp.renderer.update(false);
784
771
  if (this.requestTime)
785
772
  return;
786
773
  const requestTime = this.requestTime = Date.now();
787
774
  core.Platform.requestRender(() => {
788
775
  this.FPS = Math.min(60, Math.ceil(1000 / (Date.now() - requestTime)));
789
776
  this.requestTime = 0;
790
- if (this.running) {
791
- if (this.changed && this.canvas.view)
792
- this.render();
793
- this.target.emit(core.RenderEvent.NEXT);
777
+ if (target.isApp) {
778
+ target.emit(core.RenderEvent.CHILD_START, target);
779
+ target.children.forEach(leafer => {
780
+ leafer.renderer.FPS = this.FPS;
781
+ leafer.renderer.checkRender();
782
+ });
783
+ target.emit(core.RenderEvent.CHILD_END, target);
794
784
  }
785
+ this.checkRender();
795
786
  });
796
787
  }
797
788
  __onResize(e) {
@@ -849,6 +840,7 @@ class Renderer {
849
840
  }
850
841
  }
851
842
  }
843
+ Renderer.clipSpread = 10;
852
844
 
853
845
  const { hitRadiusPoint } = core.BoundsHelper;
854
846
  class Picker {
@@ -1677,9 +1669,11 @@ const tempBox = new core.Bounds();
1677
1669
  const tempPoint = {};
1678
1670
  const tempScaleData = {};
1679
1671
  function createData(leafPaint, image, paint, box) {
1680
- const { blendMode, sync } = paint;
1672
+ const { blendMode, changeful, sync } = paint;
1681
1673
  if (blendMode)
1682
1674
  leafPaint.blendMode = blendMode;
1675
+ if (changeful)
1676
+ leafPaint.changeful = changeful;
1683
1677
  if (sync)
1684
1678
  leafPaint.sync = sync;
1685
1679
  leafPaint.data = getPatternData(paint, box, image);
@@ -1944,40 +1938,32 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
1944
1938
  };
1945
1939
 
1946
1940
  const { abs } = Math;
1947
- function checkImage(ui, canvas, paint, allowPaint) {
1941
+ function checkImage(ui, canvas, paint, allowDraw) {
1948
1942
  const { scaleX, scaleY } = core.ImageManager.patternLocked ? ui.__world : ui.__nowWorld;
1949
- const { pixelRatio } = canvas;
1950
- if (!paint.data || (paint.patternId === scaleX + '-' + scaleY + '-' + pixelRatio && !draw.Export.running)) {
1943
+ const { pixelRatio } = canvas, { data } = paint;
1944
+ if (!data || (paint.patternId === scaleX + '-' + scaleY + '-' + pixelRatio && !draw.Export.running)) {
1951
1945
  return false;
1952
1946
  }
1953
1947
  else {
1954
- const { data } = paint;
1955
- if (allowPaint) {
1956
- if (!data.repeat) {
1957
- let { width, height } = data;
1958
- width *= abs(scaleX) * pixelRatio;
1959
- height *= abs(scaleY) * pixelRatio;
1960
- if (data.scaleX) {
1961
- width *= data.scaleX;
1962
- height *= data.scaleY;
1963
- }
1964
- allowPaint = (width * height > core.Platform.image.maxCacheSize) || draw.Export.running;
1948
+ if (allowDraw) {
1949
+ if (data.repeat) {
1950
+ allowDraw = false;
1965
1951
  }
1966
1952
  else {
1967
- allowPaint = false;
1953
+ if (!(paint.changeful || core.ResizeEvent.isResizing(ui) || draw.Export.running)) {
1954
+ let { width, height } = data;
1955
+ width *= abs(scaleX) * pixelRatio;
1956
+ height *= abs(scaleY) * pixelRatio;
1957
+ if (data.scaleX) {
1958
+ width *= data.scaleX;
1959
+ height *= data.scaleY;
1960
+ }
1961
+ allowDraw = (width * height > core.Platform.image.maxCacheSize);
1962
+ }
1968
1963
  }
1969
1964
  }
1970
- if (allowPaint) {
1971
- canvas.save();
1972
- ui.windingRule ? canvas.clip(ui.windingRule) : canvas.clip();
1973
- if (paint.blendMode)
1974
- canvas.blendMode = paint.blendMode;
1975
- if (data.opacity)
1976
- canvas.opacity *= data.opacity;
1977
- if (data.transform)
1978
- canvas.transform(data.transform);
1979
- canvas.drawImage(paint.image.getFull(data.filters), 0, 0, data.width, data.height);
1980
- canvas.restore();
1965
+ if (allowDraw) {
1966
+ drawImage(ui, canvas, paint, data);
1981
1967
  return true;
1982
1968
  }
1983
1969
  else {
@@ -1998,13 +1984,26 @@ function checkImage(ui, canvas, paint, allowPaint) {
1998
1984
  }
1999
1985
  }
2000
1986
  }
1987
+ function drawImage(ui, canvas, paint, data) {
1988
+ canvas.save();
1989
+ ui.windingRule ? canvas.clip(ui.windingRule) : canvas.clip();
1990
+ if (paint.blendMode)
1991
+ canvas.blendMode = paint.blendMode;
1992
+ if (data.opacity)
1993
+ canvas.opacity *= data.opacity;
1994
+ if (data.transform)
1995
+ canvas.transform(data.transform);
1996
+ canvas.drawImage(paint.image.getFull(data.filters), 0, 0, data.width, data.height);
1997
+ canvas.restore();
1998
+ }
2001
1999
 
2002
2000
  function recycleImage(attrName, data) {
2003
2001
  const paints = data['_' + attrName];
2004
2002
  if (paints instanceof Array) {
2005
- let image, recycleMap, input, url;
2003
+ let paint, image, recycleMap, input, url;
2006
2004
  for (let i = 0, len = paints.length; i < len; i++) {
2007
- image = paints[i].image;
2005
+ paint = paints[i];
2006
+ image = paint.image;
2008
2007
  url = image && image.url;
2009
2008
  if (url) {
2010
2009
  if (!recycleMap)
@@ -2019,8 +2018,6 @@ function recycleImage(attrName, data) {
2019
2018
  }
2020
2019
  image.unload(paints[i].loadId, !input.some((item) => item.url === url));
2021
2020
  }
2022
- else
2023
- paints[i].style = null;
2024
2021
  }
2025
2022
  }
2026
2023
  return recycleMap;
@@ -2199,7 +2196,7 @@ const { toOffsetOutBounds } = core.BoundsHelper;
2199
2196
  const offsetOutBounds = {};
2200
2197
  function innerShadow(ui, current, shape) {
2201
2198
  let copyBounds, spreadScale;
2202
- const { __nowWorld: nowWorld, __layout: __layout } = ui;
2199
+ const { __nowWorld: nowWorld, __layout } = ui;
2203
2200
  const { innerShadow } = ui.__;
2204
2201
  const { worldCanvas, bounds, shapeBounds, scaleX, scaleY } = shape;
2205
2202
  const other = current.getSameCanvas();