@pie-element/hotspot 11.1.1-next.11 → 11.1.2-next.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/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/author/DeleteWidget.d.ts +38 -0
- package/dist/author/DeleteWidget.js +46 -0
- package/dist/author/button.d.ts +31 -0
- package/dist/author/button.js +27 -0
- package/dist/author/buttons/circle.d.ts +18 -0
- package/dist/author/buttons/circle.js +25 -0
- package/dist/author/buttons/polygon.d.ts +18 -0
- package/dist/author/buttons/polygon.js +36 -0
- package/dist/author/buttons/rectangle.d.ts +18 -0
- package/dist/author/buttons/rectangle.js +36 -0
- package/dist/author/defaults.d.ts +157 -0
- package/dist/author/defaults.js +119 -0
- package/dist/author/hotspot-circle.d.ts +21 -0
- package/dist/author/hotspot-circle.js +124 -0
- package/dist/author/hotspot-container.d.ts +29 -0
- package/dist/author/hotspot-container.js +210 -0
- package/dist/author/hotspot-drawable.d.ts +31 -0
- package/dist/author/hotspot-drawable.js +312 -0
- package/dist/author/hotspot-palette.d.ts +14 -0
- package/dist/author/hotspot-palette.js +72 -0
- package/dist/author/hotspot-polygon.d.ts +38 -0
- package/dist/author/hotspot-polygon.js +200 -0
- package/dist/author/hotspot-rectangle.d.ts +20 -0
- package/dist/author/hotspot-rectangle.js +119 -0
- package/dist/author/icons.d.ts +9 -0
- package/dist/author/icons.js +4 -0
- package/dist/author/image-konva.d.ts +19 -0
- package/dist/author/image-konva.js +49 -0
- package/dist/author/index.d.ts +52 -0
- package/dist/author/index.js +143 -0
- package/dist/author/root.d.ts +15 -0
- package/dist/author/root.js +215 -0
- package/dist/author/shapes/circle.d.ts +18 -0
- package/dist/author/shapes/circle.js +47 -0
- package/dist/author/shapes/index.d.ts +12 -0
- package/dist/author/shapes/polygon.d.ts +19 -0
- package/dist/author/shapes/polygon.js +51 -0
- package/dist/author/shapes/rectagle.d.ts +18 -0
- package/dist/author/shapes/rectagle.js +57 -0
- package/dist/author/shapes/utils.d.ts +19 -0
- package/dist/author/shapes/utils.js +16 -0
- package/dist/author/upload-control.d.ts +29 -0
- package/dist/author/upload-control.js +28 -0
- package/dist/author/utils.d.ts +24 -0
- package/dist/author/utils.js +83 -0
- package/dist/browser/ReactKonva-Z9-1H-UZ.js +19329 -0
- package/dist/browser/ReactKonva-Z9-1H-UZ.js.map +1 -0
- package/dist/browser/author/index.js +42297 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/browser-CfnAFove.js +210 -0
- package/dist/browser/browser-CfnAFove.js.map +1 -0
- package/dist/browser/controller/index.js +198 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +2460 -0
- package/dist/browser/delivery/index.js.map +1 -0
- package/dist/browser/hotspot.css +2 -0
- package/dist/browser/isEqual-D3CTSc6W.js +601 -0
- package/dist/browser/isEqual-D3CTSc6W.js.map +1 -0
- package/dist/controller/defaults.d.ts +35 -0
- package/dist/controller/defaults.js +29 -0
- package/dist/controller/index.d.ts +22 -0
- package/dist/controller/index.js +154 -0
- package/dist/controller/utils.d.ts +10 -0
- package/dist/controller/utils.js +13 -0
- package/dist/delivery/hotspot/circle.d.ts +19 -0
- package/dist/delivery/hotspot/circle.js +100 -0
- package/dist/delivery/hotspot/container.d.ts +16 -0
- package/dist/delivery/hotspot/container.js +150 -0
- package/dist/delivery/hotspot/icons.d.ts +10 -0
- package/dist/delivery/hotspot/icons.js +4 -0
- package/dist/delivery/hotspot/image-konva-tooltip.d.ts +19 -0
- package/dist/delivery/hotspot/image-konva-tooltip.js +66 -0
- package/dist/delivery/hotspot/index.d.ts +17 -0
- package/dist/delivery/hotspot/index.js +114 -0
- package/dist/delivery/hotspot/polygon.d.ts +21 -0
- package/dist/delivery/hotspot/polygon.js +108 -0
- package/dist/delivery/hotspot/rectangle.d.ts +19 -0
- package/dist/delivery/hotspot/rectangle.js +104 -0
- package/dist/delivery/index.d.ts +20 -0
- package/dist/delivery/index.js +107 -0
- package/dist/delivery/session-updater.d.ts +10 -0
- package/dist/delivery/session-updater.js +14 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +169 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
- package/package.json +80 -18
- package/CHANGELOG.json +0 -997
- package/CHANGELOG.md +0 -2210
- package/LICENSE.md +0 -5
- package/README.md +0 -1
- package/configure/CHANGELOG.json +0 -682
- package/configure/CHANGELOG.md +0 -1947
- package/configure/lib/DeleteWidget.js +0 -64
- package/configure/lib/DeleteWidget.js.map +0 -1
- package/configure/lib/button.js +0 -42
- package/configure/lib/button.js.map +0 -1
- package/configure/lib/buttons/circle.js +0 -33
- package/configure/lib/buttons/circle.js.map +0 -1
- package/configure/lib/buttons/polygon.js +0 -39
- package/configure/lib/buttons/polygon.js.map +0 -1
- package/configure/lib/buttons/rectangle.js +0 -39
- package/configure/lib/buttons/rectangle.js.map +0 -1
- package/configure/lib/defaults.js +0 -155
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/hotspot-circle.js +0 -192
- package/configure/lib/hotspot-circle.js.map +0 -1
- package/configure/lib/hotspot-container.js +0 -320
- package/configure/lib/hotspot-container.js.map +0 -1
- package/configure/lib/hotspot-drawable.js +0 -519
- package/configure/lib/hotspot-drawable.js.map +0 -1
- package/configure/lib/hotspot-palette.js +0 -107
- package/configure/lib/hotspot-palette.js.map +0 -1
- package/configure/lib/hotspot-polygon.js +0 -293
- package/configure/lib/hotspot-polygon.js.map +0 -1
- package/configure/lib/hotspot-rectangle.js +0 -190
- package/configure/lib/hotspot-rectangle.js.map +0 -1
- package/configure/lib/icons.js +0 -7
- package/configure/lib/icons.js.map +0 -1
- package/configure/lib/image-konva.js +0 -66
- package/configure/lib/image-konva.js.map +0 -1
- package/configure/lib/index.js +0 -194
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/root.js +0 -330
- package/configure/lib/root.js.map +0 -1
- package/configure/lib/shapes/circle.js +0 -84
- package/configure/lib/shapes/circle.js.map +0 -1
- package/configure/lib/shapes/index.js +0 -50
- package/configure/lib/shapes/index.js.map +0 -1
- package/configure/lib/shapes/polygon.js +0 -82
- package/configure/lib/shapes/polygon.js.map +0 -1
- package/configure/lib/shapes/rectagle.js +0 -84
- package/configure/lib/shapes/rectagle.js.map +0 -1
- package/configure/lib/shapes/utils.js +0 -21
- package/configure/lib/shapes/utils.js.map +0 -1
- package/configure/lib/upload-control.js +0 -41
- package/configure/lib/upload-control.js.map +0 -1
- package/configure/lib/utils.js +0 -185
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -26
- package/configure/src/DeleteWidget.jsx +0 -51
- package/configure/src/__tests__/DeleteWidget.test.jsx +0 -366
- package/configure/src/__tests__/button.test.jsx +0 -198
- package/configure/src/__tests__/hotspot-circle.test.jsx +0 -259
- package/configure/src/__tests__/hotspot-container.test.js +0 -366
- package/configure/src/__tests__/hotspot-drawable.test.js +0 -271
- package/configure/src/__tests__/hotspot-palette.test.jsx +0 -71
- package/configure/src/__tests__/image-konva.test.jsx +0 -226
- package/configure/src/__tests__/index.test.js +0 -329
- package/configure/src/__tests__/root.test.js +0 -400
- package/configure/src/__tests__/utils.test.js +0 -241
- package/configure/src/button.jsx +0 -35
- package/configure/src/buttons/circle.jsx +0 -18
- package/configure/src/buttons/polygon.jsx +0 -29
- package/configure/src/buttons/rectangle.jsx +0 -29
- package/configure/src/defaults.js +0 -109
- package/configure/src/hotspot-circle.jsx +0 -183
- package/configure/src/hotspot-container.jsx +0 -330
- package/configure/src/hotspot-drawable.jsx +0 -527
- package/configure/src/hotspot-palette.jsx +0 -90
- package/configure/src/hotspot-polygon.jsx +0 -294
- package/configure/src/hotspot-rectangle.jsx +0 -169
- package/configure/src/icons.js +0 -5
- package/configure/src/image-konva.jsx +0 -63
- package/configure/src/index.js +0 -208
- package/configure/src/root.jsx +0 -346
- package/configure/src/shapes/circle.js +0 -81
- package/configure/src/shapes/index.js +0 -4
- package/configure/src/shapes/polygon.js +0 -81
- package/configure/src/shapes/rectagle.js +0 -82
- package/configure/src/shapes/utils.js +0 -16
- package/configure/src/upload-control.jsx +0 -33
- package/configure/src/utils.js +0 -210
- package/controller/CHANGELOG.json +0 -362
- package/controller/CHANGELOG.md +0 -1300
- package/controller/lib/defaults.js +0 -33
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -341
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -32
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -18
- package/controller/src/__tests__/index.test.js +0 -419
- package/controller/src/__tests__/utils.test.js +0 -5
- package/controller/src/defaults.js +0 -19
- package/controller/src/index.js +0 -328
- package/controller/src/utils.js +0 -29
- package/docs/config-schema.json +0 -2023
- package/docs/config-schema.json.md +0 -1495
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -118
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -11
- package/docs/pie-schema.json +0 -1204
- package/docs/pie-schema.json.md +0 -851
- package/lib/hotspot/circle.js +0 -156
- package/lib/hotspot/circle.js.map +0 -1
- package/lib/hotspot/container.js +0 -206
- package/lib/hotspot/container.js.map +0 -1
- package/lib/hotspot/icons.js +0 -8
- package/lib/hotspot/icons.js.map +0 -1
- package/lib/hotspot/image-konva-tooltip.js +0 -86
- package/lib/hotspot/image-konva-tooltip.js.map +0 -1
- package/lib/hotspot/index.js +0 -163
- package/lib/hotspot/index.js.map +0 -1
- package/lib/hotspot/polygon.js +0 -203
- package/lib/hotspot/polygon.js.map +0 -1
- package/lib/hotspot/rectangle.js +0 -175
- package/lib/hotspot/rectangle.js.map +0 -1
- package/lib/index.js +0 -213
- package/lib/index.js.map +0 -1
- package/lib/session-updater.js +0 -42
- package/lib/session-updater.js.map +0 -1
- package/src/__tests__/container.test.jsx +0 -58
- package/src/__tests__/index.test.js +0 -123
- package/src/__tests__/session-updater.test.jsx +0 -69
- package/src/hotspot/__tests__/circle.test.jsx +0 -464
- package/src/hotspot/__tests__/container.test.jsx +0 -546
- package/src/hotspot/__tests__/image-konva-tooltip.test.jsx +0 -510
- package/src/hotspot/__tests__/polygon.test.jsx +0 -502
- package/src/hotspot/__tests__/rectangle.test.jsx +0 -418
- package/src/hotspot/circle.jsx +0 -152
- package/src/hotspot/container.jsx +0 -217
- package/src/hotspot/icons.js +0 -7
- package/src/hotspot/image-konva-tooltip.jsx +0 -76
- package/src/hotspot/index.jsx +0 -165
- package/src/hotspot/polygon.jsx +0 -195
- package/src/hotspot/rectangle.jsx +0 -171
- package/src/index.js +0 -226
- package/src/session-updater.js +0 -29
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js
|
|
2
|
+
var e = Object.prototype;
|
|
3
|
+
function t(t) {
|
|
4
|
+
var n = t && t.constructor;
|
|
5
|
+
return t === (typeof n == "function" && n.prototype || e);
|
|
6
|
+
}
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js
|
|
9
|
+
function n(e, t) {
|
|
10
|
+
return function(n) {
|
|
11
|
+
return e(t(n));
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js
|
|
16
|
+
var r = n(Object.keys, Object), i = Object.prototype.hasOwnProperty;
|
|
17
|
+
function a(e) {
|
|
18
|
+
if (!t(e)) return r(e);
|
|
19
|
+
var n = [];
|
|
20
|
+
for (var a in Object(e)) i.call(e, a) && a != "constructor" && n.push(a);
|
|
21
|
+
return n;
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js
|
|
25
|
+
var o = typeof global == "object" && global && global.Object === Object && global, s = typeof self == "object" && self && self.Object === Object && self, c = o || s || Function("return this")(), l = c.Symbol, u = Object.prototype, d = u.hasOwnProperty, f = u.toString, p = l ? l.toStringTag : void 0;
|
|
26
|
+
function m(e) {
|
|
27
|
+
var t = d.call(e, p), n = e[p];
|
|
28
|
+
try {
|
|
29
|
+
e[p] = void 0;
|
|
30
|
+
var r = !0;
|
|
31
|
+
} catch {}
|
|
32
|
+
var i = f.call(e);
|
|
33
|
+
return r && (t ? e[p] = n : delete e[p]), i;
|
|
34
|
+
}
|
|
35
|
+
//#endregion
|
|
36
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js
|
|
37
|
+
var h = Object.prototype.toString;
|
|
38
|
+
function g(e) {
|
|
39
|
+
return h.call(e);
|
|
40
|
+
}
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js
|
|
43
|
+
var _ = "[object Null]", v = "[object Undefined]", y = l ? l.toStringTag : void 0;
|
|
44
|
+
function b(e) {
|
|
45
|
+
return e == null ? e === void 0 ? v : _ : y && y in Object(e) ? m(e) : g(e);
|
|
46
|
+
}
|
|
47
|
+
//#endregion
|
|
48
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js
|
|
49
|
+
function x(e) {
|
|
50
|
+
var t = typeof e;
|
|
51
|
+
return e != null && (t == "object" || t == "function");
|
|
52
|
+
}
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js
|
|
55
|
+
var ee = "[object AsyncFunction]", te = "[object Function]", ne = "[object GeneratorFunction]", re = "[object Proxy]";
|
|
56
|
+
function ie(e) {
|
|
57
|
+
if (!x(e)) return !1;
|
|
58
|
+
var t = b(e);
|
|
59
|
+
return t == te || t == ne || t == ee || t == re;
|
|
60
|
+
}
|
|
61
|
+
//#endregion
|
|
62
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js
|
|
63
|
+
var S = c["__core-js_shared__"], ae = function() {
|
|
64
|
+
var e = /[^.]+$/.exec(S && S.keys && S.keys.IE_PROTO || "");
|
|
65
|
+
return e ? "Symbol(src)_1." + e : "";
|
|
66
|
+
}();
|
|
67
|
+
function oe(e) {
|
|
68
|
+
return !!ae && ae in e;
|
|
69
|
+
}
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js
|
|
72
|
+
var se = Function.prototype.toString;
|
|
73
|
+
function C(e) {
|
|
74
|
+
if (e != null) {
|
|
75
|
+
try {
|
|
76
|
+
return se.call(e);
|
|
77
|
+
} catch {}
|
|
78
|
+
try {
|
|
79
|
+
return e + "";
|
|
80
|
+
} catch {}
|
|
81
|
+
}
|
|
82
|
+
return "";
|
|
83
|
+
}
|
|
84
|
+
//#endregion
|
|
85
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js
|
|
86
|
+
var ce = /[\\^$.*+?()[\]{}|]/g, le = /^\[object .+?Constructor\]$/, ue = Function.prototype, de = Object.prototype, fe = ue.toString, pe = de.hasOwnProperty, me = RegExp("^" + fe.call(pe).replace(ce, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
|
|
87
|
+
function he(e) {
|
|
88
|
+
return !x(e) || oe(e) ? !1 : (ie(e) ? me : le).test(C(e));
|
|
89
|
+
}
|
|
90
|
+
//#endregion
|
|
91
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js
|
|
92
|
+
function ge(e, t) {
|
|
93
|
+
return e?.[t];
|
|
94
|
+
}
|
|
95
|
+
//#endregion
|
|
96
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js
|
|
97
|
+
function w(e, t) {
|
|
98
|
+
var n = ge(e, t);
|
|
99
|
+
return he(n) ? n : void 0;
|
|
100
|
+
}
|
|
101
|
+
//#endregion
|
|
102
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js
|
|
103
|
+
var T = w(c, "DataView"), E = w(c, "Map"), D = w(c, "Promise"), O = w(c, "Set"), k = w(c, "WeakMap"), _e = "[object Map]", ve = "[object Object]", ye = "[object Promise]", be = "[object Set]", xe = "[object WeakMap]", Se = "[object DataView]", Ce = C(T), we = C(E), Te = C(D), Ee = C(O), De = C(k), A = b;
|
|
104
|
+
(T && A(new T(/* @__PURE__ */ new ArrayBuffer(1))) != Se || E && A(new E()) != _e || D && A(D.resolve()) != ye || O && A(new O()) != be || k && A(new k()) != xe) && (A = function(e) {
|
|
105
|
+
var t = b(e), n = t == ve ? e.constructor : void 0, r = n ? C(n) : "";
|
|
106
|
+
if (r) switch (r) {
|
|
107
|
+
case Ce: return Se;
|
|
108
|
+
case we: return _e;
|
|
109
|
+
case Te: return ye;
|
|
110
|
+
case Ee: return be;
|
|
111
|
+
case De: return xe;
|
|
112
|
+
}
|
|
113
|
+
return t;
|
|
114
|
+
});
|
|
115
|
+
var j = A;
|
|
116
|
+
//#endregion
|
|
117
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js
|
|
118
|
+
function M(e) {
|
|
119
|
+
return typeof e == "object" && !!e;
|
|
120
|
+
}
|
|
121
|
+
//#endregion
|
|
122
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js
|
|
123
|
+
var Oe = "[object Arguments]";
|
|
124
|
+
function ke(e) {
|
|
125
|
+
return M(e) && b(e) == Oe;
|
|
126
|
+
}
|
|
127
|
+
//#endregion
|
|
128
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js
|
|
129
|
+
var Ae = Object.prototype, je = Ae.hasOwnProperty, Me = Ae.propertyIsEnumerable, N = ke(function() {
|
|
130
|
+
return arguments;
|
|
131
|
+
}()) ? ke : function(e) {
|
|
132
|
+
return M(e) && je.call(e, "callee") && !Me.call(e, "callee");
|
|
133
|
+
}, P = Array.isArray, Ne = 9007199254740991;
|
|
134
|
+
function Pe(e) {
|
|
135
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ne;
|
|
136
|
+
}
|
|
137
|
+
//#endregion
|
|
138
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js
|
|
139
|
+
function F(e) {
|
|
140
|
+
return e != null && Pe(e.length) && !ie(e);
|
|
141
|
+
}
|
|
142
|
+
//#endregion
|
|
143
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js
|
|
144
|
+
function Fe() {
|
|
145
|
+
return !1;
|
|
146
|
+
}
|
|
147
|
+
//#endregion
|
|
148
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js
|
|
149
|
+
var Ie = typeof exports == "object" && exports && !exports.nodeType && exports, Le = Ie && typeof module == "object" && module && !module.nodeType && module, Re = Le && Le.exports === Ie ? c.Buffer : void 0, I = (Re ? Re.isBuffer : void 0) || Fe, ze = "[object Arguments]", Be = "[object Array]", Ve = "[object Boolean]", He = "[object Date]", Ue = "[object Error]", We = "[object Function]", Ge = "[object Map]", Ke = "[object Number]", qe = "[object Object]", Je = "[object RegExp]", Ye = "[object Set]", Xe = "[object String]", Ze = "[object WeakMap]", Qe = "[object ArrayBuffer]", $e = "[object DataView]", et = "[object Float32Array]", tt = "[object Float64Array]", nt = "[object Int8Array]", rt = "[object Int16Array]", it = "[object Int32Array]", at = "[object Uint8Array]", ot = "[object Uint8ClampedArray]", st = "[object Uint16Array]", ct = "[object Uint32Array]", L = {};
|
|
150
|
+
L[et] = L[tt] = L[nt] = L[rt] = L[it] = L[at] = L[ot] = L[st] = L[ct] = !0, L[ze] = L[Be] = L[Qe] = L[Ve] = L[$e] = L[He] = L[Ue] = L[We] = L[Ge] = L[Ke] = L[qe] = L[Je] = L[Ye] = L[Xe] = L[Ze] = !1;
|
|
151
|
+
function lt(e) {
|
|
152
|
+
return M(e) && Pe(e.length) && !!L[b(e)];
|
|
153
|
+
}
|
|
154
|
+
//#endregion
|
|
155
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js
|
|
156
|
+
function ut(e) {
|
|
157
|
+
return function(t) {
|
|
158
|
+
return e(t);
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
//#endregion
|
|
162
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js
|
|
163
|
+
var dt = typeof exports == "object" && exports && !exports.nodeType && exports, R = dt && typeof module == "object" && module && !module.nodeType && module, z = R && R.exports === dt && o.process, B = function() {
|
|
164
|
+
try {
|
|
165
|
+
return R && R.require && R.require("util").types || z && z.binding && z.binding("util");
|
|
166
|
+
} catch {}
|
|
167
|
+
}(), ft = B && B.isTypedArray, V = ft ? ut(ft) : lt, pt = "[object Map]", mt = "[object Set]", ht = Object.prototype.hasOwnProperty;
|
|
168
|
+
function gt(e) {
|
|
169
|
+
if (e == null) return !0;
|
|
170
|
+
if (F(e) && (P(e) || typeof e == "string" || typeof e.splice == "function" || I(e) || V(e) || N(e))) return !e.length;
|
|
171
|
+
var n = j(e);
|
|
172
|
+
if (n == pt || n == mt) return !e.size;
|
|
173
|
+
if (t(e)) return !a(e).length;
|
|
174
|
+
for (var r in e) if (ht.call(e, r)) return !1;
|
|
175
|
+
return !0;
|
|
176
|
+
}
|
|
177
|
+
//#endregion
|
|
178
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js
|
|
179
|
+
function _t() {
|
|
180
|
+
this.__data__ = [], this.size = 0;
|
|
181
|
+
}
|
|
182
|
+
//#endregion
|
|
183
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js
|
|
184
|
+
function H(e, t) {
|
|
185
|
+
return e === t || e !== e && t !== t;
|
|
186
|
+
}
|
|
187
|
+
//#endregion
|
|
188
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js
|
|
189
|
+
function U(e, t) {
|
|
190
|
+
for (var n = e.length; n--;) if (H(e[n][0], t)) return n;
|
|
191
|
+
return -1;
|
|
192
|
+
}
|
|
193
|
+
//#endregion
|
|
194
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js
|
|
195
|
+
var vt = Array.prototype.splice;
|
|
196
|
+
function yt(e) {
|
|
197
|
+
var t = this.__data__, n = U(t, e);
|
|
198
|
+
return n < 0 ? !1 : (n == t.length - 1 ? t.pop() : vt.call(t, n, 1), --this.size, !0);
|
|
199
|
+
}
|
|
200
|
+
//#endregion
|
|
201
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js
|
|
202
|
+
function bt(e) {
|
|
203
|
+
var t = this.__data__, n = U(t, e);
|
|
204
|
+
return n < 0 ? void 0 : t[n][1];
|
|
205
|
+
}
|
|
206
|
+
//#endregion
|
|
207
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js
|
|
208
|
+
function xt(e) {
|
|
209
|
+
return U(this.__data__, e) > -1;
|
|
210
|
+
}
|
|
211
|
+
//#endregion
|
|
212
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js
|
|
213
|
+
function St(e, t) {
|
|
214
|
+
var n = this.__data__, r = U(n, e);
|
|
215
|
+
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
|
|
216
|
+
}
|
|
217
|
+
//#endregion
|
|
218
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js
|
|
219
|
+
function W(e) {
|
|
220
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
221
|
+
for (this.clear(); ++t < n;) {
|
|
222
|
+
var r = e[t];
|
|
223
|
+
this.set(r[0], r[1]);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
W.prototype.clear = _t, W.prototype.delete = yt, W.prototype.get = bt, W.prototype.has = xt, W.prototype.set = St;
|
|
227
|
+
//#endregion
|
|
228
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js
|
|
229
|
+
function Ct() {
|
|
230
|
+
this.__data__ = new W(), this.size = 0;
|
|
231
|
+
}
|
|
232
|
+
//#endregion
|
|
233
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js
|
|
234
|
+
function wt(e) {
|
|
235
|
+
var t = this.__data__, n = t.delete(e);
|
|
236
|
+
return this.size = t.size, n;
|
|
237
|
+
}
|
|
238
|
+
//#endregion
|
|
239
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js
|
|
240
|
+
function Tt(e) {
|
|
241
|
+
return this.__data__.get(e);
|
|
242
|
+
}
|
|
243
|
+
//#endregion
|
|
244
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js
|
|
245
|
+
function Et(e) {
|
|
246
|
+
return this.__data__.has(e);
|
|
247
|
+
}
|
|
248
|
+
//#endregion
|
|
249
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js
|
|
250
|
+
var G = w(Object, "create");
|
|
251
|
+
//#endregion
|
|
252
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js
|
|
253
|
+
function Dt() {
|
|
254
|
+
this.__data__ = G ? G(null) : {}, this.size = 0;
|
|
255
|
+
}
|
|
256
|
+
//#endregion
|
|
257
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js
|
|
258
|
+
function Ot(e) {
|
|
259
|
+
var t = this.has(e) && delete this.__data__[e];
|
|
260
|
+
return this.size -= +!!t, t;
|
|
261
|
+
}
|
|
262
|
+
//#endregion
|
|
263
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js
|
|
264
|
+
var kt = "__lodash_hash_undefined__", At = Object.prototype.hasOwnProperty;
|
|
265
|
+
function jt(e) {
|
|
266
|
+
var t = this.__data__;
|
|
267
|
+
if (G) {
|
|
268
|
+
var n = t[e];
|
|
269
|
+
return n === kt ? void 0 : n;
|
|
270
|
+
}
|
|
271
|
+
return At.call(t, e) ? t[e] : void 0;
|
|
272
|
+
}
|
|
273
|
+
//#endregion
|
|
274
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js
|
|
275
|
+
var Mt = Object.prototype.hasOwnProperty;
|
|
276
|
+
function Nt(e) {
|
|
277
|
+
var t = this.__data__;
|
|
278
|
+
return G ? t[e] !== void 0 : Mt.call(t, e);
|
|
279
|
+
}
|
|
280
|
+
//#endregion
|
|
281
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js
|
|
282
|
+
var Pt = "__lodash_hash_undefined__";
|
|
283
|
+
function Ft(e, t) {
|
|
284
|
+
var n = this.__data__;
|
|
285
|
+
return this.size += +!this.has(e), n[e] = G && t === void 0 ? Pt : t, this;
|
|
286
|
+
}
|
|
287
|
+
//#endregion
|
|
288
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js
|
|
289
|
+
function K(e) {
|
|
290
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
291
|
+
for (this.clear(); ++t < n;) {
|
|
292
|
+
var r = e[t];
|
|
293
|
+
this.set(r[0], r[1]);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
K.prototype.clear = Dt, K.prototype.delete = Ot, K.prototype.get = jt, K.prototype.has = Nt, K.prototype.set = Ft;
|
|
297
|
+
//#endregion
|
|
298
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js
|
|
299
|
+
function It() {
|
|
300
|
+
this.size = 0, this.__data__ = {
|
|
301
|
+
hash: new K(),
|
|
302
|
+
map: new (E || W)(),
|
|
303
|
+
string: new K()
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
//#endregion
|
|
307
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js
|
|
308
|
+
function Lt(e) {
|
|
309
|
+
var t = typeof e;
|
|
310
|
+
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
311
|
+
}
|
|
312
|
+
//#endregion
|
|
313
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js
|
|
314
|
+
function q(e, t) {
|
|
315
|
+
var n = e.__data__;
|
|
316
|
+
return Lt(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
317
|
+
}
|
|
318
|
+
//#endregion
|
|
319
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js
|
|
320
|
+
function Rt(e) {
|
|
321
|
+
var t = q(this, e).delete(e);
|
|
322
|
+
return this.size -= +!!t, t;
|
|
323
|
+
}
|
|
324
|
+
//#endregion
|
|
325
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js
|
|
326
|
+
function zt(e) {
|
|
327
|
+
return q(this, e).get(e);
|
|
328
|
+
}
|
|
329
|
+
//#endregion
|
|
330
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js
|
|
331
|
+
function Bt(e) {
|
|
332
|
+
return q(this, e).has(e);
|
|
333
|
+
}
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js
|
|
336
|
+
function Vt(e, t) {
|
|
337
|
+
var n = q(this, e), r = n.size;
|
|
338
|
+
return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
|
|
339
|
+
}
|
|
340
|
+
//#endregion
|
|
341
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js
|
|
342
|
+
function J(e) {
|
|
343
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
344
|
+
for (this.clear(); ++t < n;) {
|
|
345
|
+
var r = e[t];
|
|
346
|
+
this.set(r[0], r[1]);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
J.prototype.clear = It, J.prototype.delete = Rt, J.prototype.get = zt, J.prototype.has = Bt, J.prototype.set = Vt;
|
|
350
|
+
//#endregion
|
|
351
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js
|
|
352
|
+
var Ht = 200;
|
|
353
|
+
function Ut(e, t) {
|
|
354
|
+
var n = this.__data__;
|
|
355
|
+
if (n instanceof W) {
|
|
356
|
+
var r = n.__data__;
|
|
357
|
+
if (!E || r.length < Ht - 1) return r.push([e, t]), this.size = ++n.size, this;
|
|
358
|
+
n = this.__data__ = new J(r);
|
|
359
|
+
}
|
|
360
|
+
return n.set(e, t), this.size = n.size, this;
|
|
361
|
+
}
|
|
362
|
+
//#endregion
|
|
363
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js
|
|
364
|
+
function Y(e) {
|
|
365
|
+
var t = this.__data__ = new W(e);
|
|
366
|
+
this.size = t.size;
|
|
367
|
+
}
|
|
368
|
+
Y.prototype.clear = Ct, Y.prototype.delete = wt, Y.prototype.get = Tt, Y.prototype.has = Et, Y.prototype.set = Ut;
|
|
369
|
+
//#endregion
|
|
370
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js
|
|
371
|
+
function Wt(e, t) {
|
|
372
|
+
for (var n = -1, r = Array(e); ++n < e;) r[n] = t(n);
|
|
373
|
+
return r;
|
|
374
|
+
}
|
|
375
|
+
//#endregion
|
|
376
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js
|
|
377
|
+
var Gt = 9007199254740991, Kt = /^(?:0|[1-9]\d*)$/;
|
|
378
|
+
function qt(e, t) {
|
|
379
|
+
var n = typeof e;
|
|
380
|
+
return t ??= Gt, !!t && (n == "number" || n != "symbol" && Kt.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
381
|
+
}
|
|
382
|
+
//#endregion
|
|
383
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js
|
|
384
|
+
var Jt = Object.prototype.hasOwnProperty;
|
|
385
|
+
function Yt(e, t) {
|
|
386
|
+
var n = P(e), r = !n && N(e), i = !n && !r && I(e), a = !n && !r && !i && V(e), o = n || r || i || a, s = o ? Wt(e.length, String) : [], c = s.length;
|
|
387
|
+
for (var l in e) (t || Jt.call(e, l)) && !(o && (l == "length" || i && (l == "offset" || l == "parent") || a && (l == "buffer" || l == "byteLength" || l == "byteOffset") || qt(l, c))) && s.push(l);
|
|
388
|
+
return s;
|
|
389
|
+
}
|
|
390
|
+
//#endregion
|
|
391
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js
|
|
392
|
+
function Xt(e) {
|
|
393
|
+
return F(e) ? Yt(e) : a(e);
|
|
394
|
+
}
|
|
395
|
+
//#endregion
|
|
396
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js
|
|
397
|
+
function Zt(e, t) {
|
|
398
|
+
for (var n = -1, r = e == null ? 0 : e.length, i = 0, a = []; ++n < r;) {
|
|
399
|
+
var o = e[n];
|
|
400
|
+
t(o, n, e) && (a[i++] = o);
|
|
401
|
+
}
|
|
402
|
+
return a;
|
|
403
|
+
}
|
|
404
|
+
//#endregion
|
|
405
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js
|
|
406
|
+
function Qt() {
|
|
407
|
+
return [];
|
|
408
|
+
}
|
|
409
|
+
//#endregion
|
|
410
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js
|
|
411
|
+
var $t = Object.prototype.propertyIsEnumerable, en = Object.getOwnPropertySymbols, tn = en ? function(e) {
|
|
412
|
+
return e == null ? [] : (e = Object(e), Zt(en(e), function(t) {
|
|
413
|
+
return $t.call(e, t);
|
|
414
|
+
}));
|
|
415
|
+
} : Qt;
|
|
416
|
+
//#endregion
|
|
417
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js
|
|
418
|
+
function nn(e, t) {
|
|
419
|
+
for (var n = -1, r = t.length, i = e.length; ++n < r;) e[i + n] = t[n];
|
|
420
|
+
return e;
|
|
421
|
+
}
|
|
422
|
+
//#endregion
|
|
423
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js
|
|
424
|
+
function rn(e, t, n) {
|
|
425
|
+
var r = t(e);
|
|
426
|
+
return P(e) ? r : nn(r, n(e));
|
|
427
|
+
}
|
|
428
|
+
//#endregion
|
|
429
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js
|
|
430
|
+
function X(e) {
|
|
431
|
+
return rn(e, Xt, tn);
|
|
432
|
+
}
|
|
433
|
+
//#endregion
|
|
434
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js
|
|
435
|
+
var Z = c.Uint8Array, an = "__lodash_hash_undefined__";
|
|
436
|
+
function on(e) {
|
|
437
|
+
return this.__data__.set(e, an), this;
|
|
438
|
+
}
|
|
439
|
+
//#endregion
|
|
440
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js
|
|
441
|
+
function sn(e) {
|
|
442
|
+
return this.__data__.has(e);
|
|
443
|
+
}
|
|
444
|
+
//#endregion
|
|
445
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js
|
|
446
|
+
function Q(e) {
|
|
447
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
448
|
+
for (this.__data__ = new J(); ++t < n;) this.add(e[t]);
|
|
449
|
+
}
|
|
450
|
+
Q.prototype.add = Q.prototype.push = on, Q.prototype.has = sn;
|
|
451
|
+
//#endregion
|
|
452
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js
|
|
453
|
+
function cn(e, t) {
|
|
454
|
+
for (var n = -1, r = e == null ? 0 : e.length; ++n < r;) if (t(e[n], n, e)) return !0;
|
|
455
|
+
return !1;
|
|
456
|
+
}
|
|
457
|
+
//#endregion
|
|
458
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js
|
|
459
|
+
function ln(e, t) {
|
|
460
|
+
return e.has(t);
|
|
461
|
+
}
|
|
462
|
+
//#endregion
|
|
463
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js
|
|
464
|
+
var un = 1, dn = 2;
|
|
465
|
+
function fn(e, t, n, r, i, a) {
|
|
466
|
+
var o = n & un, s = e.length, c = t.length;
|
|
467
|
+
if (s != c && !(o && c > s)) return !1;
|
|
468
|
+
var l = a.get(e), u = a.get(t);
|
|
469
|
+
if (l && u) return l == t && u == e;
|
|
470
|
+
var d = -1, f = !0, p = n & dn ? new Q() : void 0;
|
|
471
|
+
for (a.set(e, t), a.set(t, e); ++d < s;) {
|
|
472
|
+
var m = e[d], h = t[d];
|
|
473
|
+
if (r) var g = o ? r(h, m, d, t, e, a) : r(m, h, d, e, t, a);
|
|
474
|
+
if (g !== void 0) {
|
|
475
|
+
if (g) continue;
|
|
476
|
+
f = !1;
|
|
477
|
+
break;
|
|
478
|
+
}
|
|
479
|
+
if (p) {
|
|
480
|
+
if (!cn(t, function(e, t) {
|
|
481
|
+
if (!ln(p, t) && (m === e || i(m, e, n, r, a))) return p.push(t);
|
|
482
|
+
})) {
|
|
483
|
+
f = !1;
|
|
484
|
+
break;
|
|
485
|
+
}
|
|
486
|
+
} else if (!(m === h || i(m, h, n, r, a))) {
|
|
487
|
+
f = !1;
|
|
488
|
+
break;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
return a.delete(e), a.delete(t), f;
|
|
492
|
+
}
|
|
493
|
+
//#endregion
|
|
494
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js
|
|
495
|
+
function pn(e) {
|
|
496
|
+
var t = -1, n = Array(e.size);
|
|
497
|
+
return e.forEach(function(e, r) {
|
|
498
|
+
n[++t] = [r, e];
|
|
499
|
+
}), n;
|
|
500
|
+
}
|
|
501
|
+
//#endregion
|
|
502
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js
|
|
503
|
+
function mn(e) {
|
|
504
|
+
var t = -1, n = Array(e.size);
|
|
505
|
+
return e.forEach(function(e) {
|
|
506
|
+
n[++t] = e;
|
|
507
|
+
}), n;
|
|
508
|
+
}
|
|
509
|
+
//#endregion
|
|
510
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js
|
|
511
|
+
var hn = 1, gn = 2, _n = "[object Boolean]", vn = "[object Date]", yn = "[object Error]", bn = "[object Map]", xn = "[object Number]", Sn = "[object RegExp]", Cn = "[object Set]", wn = "[object String]", Tn = "[object Symbol]", En = "[object ArrayBuffer]", Dn = "[object DataView]", On = l ? l.prototype : void 0, kn = On ? On.valueOf : void 0;
|
|
512
|
+
function An(e, t, n, r, i, a, o) {
|
|
513
|
+
switch (n) {
|
|
514
|
+
case Dn:
|
|
515
|
+
if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1;
|
|
516
|
+
e = e.buffer, t = t.buffer;
|
|
517
|
+
case En: return !(e.byteLength != t.byteLength || !a(new Z(e), new Z(t)));
|
|
518
|
+
case _n:
|
|
519
|
+
case vn:
|
|
520
|
+
case xn: return H(+e, +t);
|
|
521
|
+
case yn: return e.name == t.name && e.message == t.message;
|
|
522
|
+
case Sn:
|
|
523
|
+
case wn: return e == t + "";
|
|
524
|
+
case bn: var s = pn;
|
|
525
|
+
case Cn:
|
|
526
|
+
var c = r & hn;
|
|
527
|
+
if (s ||= mn, e.size != t.size && !c) return !1;
|
|
528
|
+
var l = o.get(e);
|
|
529
|
+
if (l) return l == t;
|
|
530
|
+
r |= gn, o.set(e, t);
|
|
531
|
+
var u = fn(s(e), s(t), r, i, a, o);
|
|
532
|
+
return o.delete(e), u;
|
|
533
|
+
case Tn: if (kn) return kn.call(e) == kn.call(t);
|
|
534
|
+
}
|
|
535
|
+
return !1;
|
|
536
|
+
}
|
|
537
|
+
//#endregion
|
|
538
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js
|
|
539
|
+
var jn = 1, Mn = Object.prototype.hasOwnProperty;
|
|
540
|
+
function Nn(e, t, n, r, i, a) {
|
|
541
|
+
var o = n & jn, s = X(e), c = s.length;
|
|
542
|
+
if (c != X(t).length && !o) return !1;
|
|
543
|
+
for (var l = c; l--;) {
|
|
544
|
+
var u = s[l];
|
|
545
|
+
if (!(o ? u in t : Mn.call(t, u))) return !1;
|
|
546
|
+
}
|
|
547
|
+
var d = a.get(e), f = a.get(t);
|
|
548
|
+
if (d && f) return d == t && f == e;
|
|
549
|
+
var p = !0;
|
|
550
|
+
a.set(e, t), a.set(t, e);
|
|
551
|
+
for (var m = o; ++l < c;) {
|
|
552
|
+
u = s[l];
|
|
553
|
+
var h = e[u], g = t[u];
|
|
554
|
+
if (r) var _ = o ? r(g, h, u, t, e, a) : r(h, g, u, e, t, a);
|
|
555
|
+
if (!(_ === void 0 ? h === g || i(h, g, n, r, a) : _)) {
|
|
556
|
+
p = !1;
|
|
557
|
+
break;
|
|
558
|
+
}
|
|
559
|
+
m ||= u == "constructor";
|
|
560
|
+
}
|
|
561
|
+
if (p && !m) {
|
|
562
|
+
var v = e.constructor, y = t.constructor;
|
|
563
|
+
v != y && "constructor" in e && "constructor" in t && !(typeof v == "function" && v instanceof v && typeof y == "function" && y instanceof y) && (p = !1);
|
|
564
|
+
}
|
|
565
|
+
return a.delete(e), a.delete(t), p;
|
|
566
|
+
}
|
|
567
|
+
//#endregion
|
|
568
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js
|
|
569
|
+
var Pn = 1, Fn = "[object Arguments]", In = "[object Array]", $ = "[object Object]", Ln = Object.prototype.hasOwnProperty;
|
|
570
|
+
function Rn(e, t, n, r, i, a) {
|
|
571
|
+
var o = P(e), s = P(t), c = o ? In : j(e), l = s ? In : j(t);
|
|
572
|
+
c = c == Fn ? $ : c, l = l == Fn ? $ : l;
|
|
573
|
+
var u = c == $, d = l == $, f = c == l;
|
|
574
|
+
if (f && I(e)) {
|
|
575
|
+
if (!I(t)) return !1;
|
|
576
|
+
o = !0, u = !1;
|
|
577
|
+
}
|
|
578
|
+
if (f && !u) return a ||= new Y(), o || V(e) ? fn(e, t, n, r, i, a) : An(e, t, c, n, r, i, a);
|
|
579
|
+
if (!(n & Pn)) {
|
|
580
|
+
var p = u && Ln.call(e, "__wrapped__"), m = d && Ln.call(t, "__wrapped__");
|
|
581
|
+
if (p || m) {
|
|
582
|
+
var h = p ? e.value() : e, g = m ? t.value() : t;
|
|
583
|
+
return a ||= new Y(), i(h, g, n, r, a);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
return f ? (a ||= new Y(), Nn(e, t, n, r, i, a)) : !1;
|
|
587
|
+
}
|
|
588
|
+
//#endregion
|
|
589
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js
|
|
590
|
+
function zn(e, t, n, r, i) {
|
|
591
|
+
return e === t ? !0 : e == null || t == null || !M(e) && !M(t) ? e !== e && t !== t : Rn(e, t, n, r, zn, i);
|
|
592
|
+
}
|
|
593
|
+
//#endregion
|
|
594
|
+
//#region ../../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js
|
|
595
|
+
function Bn(e, t) {
|
|
596
|
+
return zn(e, t);
|
|
597
|
+
}
|
|
598
|
+
//#endregion
|
|
599
|
+
export { n as A, M as C, b as D, x as E, l as O, N as S, w as T, B as _, nn as a, F as b, Zt as c, qt as d, Wt as f, gt as g, H as h, rn as i, t as j, c as k, Xt as l, J as m, Z as n, tn as o, Y as p, X as r, Qt as s, Bn as t, Yt as u, ut as v, j as w, P as x, I as y };
|
|
600
|
+
|
|
601
|
+
//# sourceMappingURL=isEqual-D3CTSc6W.js.map
|