lyb-pixi-js 1.7.4 → 1.7.5

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.
@@ -7,8 +7,6 @@ export interface LibPixiScrollContainerYParams {
7
7
  height: number;
8
8
  /** 滚动内容 */
9
9
  scrollContent: Container;
10
- /** 底部内边距 */
11
- bottomMargin?: number;
12
10
  }
13
11
  /** @description 支持鼠标滚轮滚动、鼠标拖动、手指滑动,支持惯性滚动及回弹
14
12
  * @link 使用方法:https://www.npmjs.com/package/lyb-pixi-js#LibPixiScrollContainerY-Y轴滚动容器
package/lyb-pixi.js CHANGED
@@ -1904,15 +1904,7 @@
1904
1904
  };
1905
1905
  var implementation = implementation$1;
1906
1906
  var functionBind = Function.prototype.bind || implementation;
1907
- var functionCall;
1908
- var hasRequiredFunctionCall;
1909
- function requireFunctionCall() {
1910
- if (hasRequiredFunctionCall)
1911
- return functionCall;
1912
- hasRequiredFunctionCall = 1;
1913
- functionCall = Function.prototype.call;
1914
- return functionCall;
1915
- }
1907
+ var functionCall = Function.prototype.call;
1916
1908
  var functionApply;
1917
1909
  var hasRequiredFunctionApply;
1918
1910
  function requireFunctionApply() {
@@ -1925,12 +1917,12 @@
1925
1917
  var reflectApply = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
1926
1918
  var bind$2 = functionBind;
1927
1919
  var $apply$1 = requireFunctionApply();
1928
- var $call$2 = requireFunctionCall();
1920
+ var $call$2 = functionCall;
1929
1921
  var $reflectApply = reflectApply;
1930
1922
  var actualApply = $reflectApply || bind$2.call($call$2, $apply$1);
1931
1923
  var bind$1 = functionBind;
1932
1924
  var $TypeError$4 = type;
1933
- var $call$1 = requireFunctionCall();
1925
+ var $call$1 = functionCall;
1934
1926
  var $actualApply = actualApply;
1935
1927
  var callBindApplyHelpers = function callBindBasic2(args) {
1936
1928
  if (args.length < 1 || typeof args[0] !== "function") {
@@ -2048,7 +2040,7 @@
2048
2040
  var $ObjectGPO = requireObject_getPrototypeOf();
2049
2041
  var $ReflectGPO = requireReflect_getPrototypeOf();
2050
2042
  var $apply = requireFunctionApply();
2051
- var $call = requireFunctionCall();
2043
+ var $call = functionCall;
2052
2044
  var needsEval = {};
2053
2045
  var TypedArray = typeof Uint8Array === "undefined" || !getProto ? undefined$1 : getProto(Uint8Array);
2054
2046
  var INTRINSICS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {