@contember/utilities 2.0.0-alpha.19 → 2.0.0-alpha.20
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/dist/development/index.cjs +0 -29
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +1 -30
- package/dist/development/index.js.map +1 -1
- package/dist/development/src/structures/BijectiveIndexedMap.cjs.map +1 -1
- package/dist/development/src/structures/BijectiveIndexedMap.js.map +1 -1
- package/dist/development/src/structures/LRUCache.cjs.map +1 -1
- package/dist/development/src/structures/LRUCache.js.map +1 -1
- package/dist/production/index.cjs +0 -29
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.js +1 -30
- package/dist/production/index.js.map +1 -1
- package/dist/production/src/structures/BijectiveIndexedMap.cjs.map +1 -1
- package/dist/production/src/structures/BijectiveIndexedMap.js.map +1 -1
- package/dist/production/src/structures/LRUCache.cjs.map +1 -1
- package/dist/production/src/structures/LRUCache.js.map +1 -1
- package/dist/types/assert-types/index.d.ts +0 -4
- package/dist/types/assert-types/index.d.ts.map +1 -1
- package/dist/types/dom/index.d.ts +0 -4
- package/dist/types/dom/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/structures/BijectiveIndexedMap.d.ts +4 -4
- package/dist/types/structures/BijectiveIndexedMap.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/types/index.d.ts +0 -1
- package/dist/types/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assert-types/index.ts +0 -4
- package/src/dom/index.ts +0 -4
- package/src/index.ts +0 -6
- package/src/structures/BijectiveIndexedMap.ts +4 -4
- package/src/structures/LRUCache.ts +1 -1
- package/src/types/index.ts +0 -1
- package/dist/development/src/assert-types/AssertionError.cjs +0 -9
- package/dist/development/src/assert-types/AssertionError.cjs.map +0 -1
- package/dist/development/src/assert-types/AssertionError.js +0 -9
- package/dist/development/src/assert-types/AssertionError.js.map +0 -1
- package/dist/development/src/assert-types/Predicates.cjs +0 -7
- package/dist/development/src/assert-types/Predicates.cjs.map +0 -1
- package/dist/development/src/assert-types/Predicates.js +0 -7
- package/dist/development/src/assert-types/Predicates.js.map +0 -1
- package/dist/development/src/assert-types/assert.cjs +0 -10
- package/dist/development/src/assert-types/assert.cjs.map +0 -1
- package/dist/development/src/assert-types/assert.js +0 -10
- package/dist/development/src/assert-types/assert.js.map +0 -1
- package/dist/development/src/css-utilities/px.cjs +0 -7
- package/dist/development/src/css-utilities/px.cjs.map +0 -1
- package/dist/development/src/css-utilities/px.js +0 -7
- package/dist/development/src/css-utilities/px.js.map +0 -1
- package/dist/development/src/data-utilities/dateToStringWithoutTimezone.cjs +0 -20
- package/dist/development/src/data-utilities/dateToStringWithoutTimezone.cjs.map +0 -1
- package/dist/development/src/data-utilities/dateToStringWithoutTimezone.js +0 -20
- package/dist/development/src/data-utilities/dateToStringWithoutTimezone.js.map +0 -1
- package/dist/development/src/dom/getElementDimensions.cjs +0 -22
- package/dist/development/src/dom/getElementDimensions.cjs.map +0 -1
- package/dist/development/src/dom/getElementDimensions.js +0 -22
- package/dist/development/src/dom/getElementDimensions.js.map +0 -1
- package/dist/development/src/dom/getSizeFromResizeObserverEntry.cjs +0 -24
- package/dist/development/src/dom/getSizeFromResizeObserverEntry.cjs.map +0 -1
- package/dist/development/src/dom/getSizeFromResizeObserverEntry.js +0 -24
- package/dist/development/src/dom/getSizeFromResizeObserverEntry.js.map +0 -1
- package/dist/development/src/dom/shouldCancelStart.cjs +0 -29
- package/dist/development/src/dom/shouldCancelStart.cjs.map +0 -1
- package/dist/development/src/dom/shouldCancelStart.js +0 -29
- package/dist/development/src/dom/shouldCancelStart.js.map +0 -1
- package/dist/development/src/dom/stateDataAttributes.cjs +0 -11
- package/dist/development/src/dom/stateDataAttributes.cjs.map +0 -1
- package/dist/development/src/dom/stateDataAttributes.js +0 -11
- package/dist/development/src/dom/stateDataAttributes.js.map +0 -1
- package/dist/development/src/events/isSpecialLinkClick.cjs +0 -5
- package/dist/development/src/events/isSpecialLinkClick.cjs.map +0 -1
- package/dist/development/src/events/isSpecialLinkClick.js +0 -5
- package/dist/development/src/events/isSpecialLinkClick.js.map +0 -1
- package/dist/development/src/functional/omit.cjs +0 -15
- package/dist/development/src/functional/omit.cjs.map +0 -1
- package/dist/development/src/functional/omit.js +0 -15
- package/dist/development/src/functional/omit.js.map +0 -1
- package/dist/development/src/functional/pick.cjs +0 -15
- package/dist/development/src/functional/pick.cjs.map +0 -1
- package/dist/development/src/functional/pick.js +0 -15
- package/dist/development/src/functional/pick.js.map +0 -1
- package/dist/development/src/functional/range.cjs +0 -7
- package/dist/development/src/functional/range.cjs.map +0 -1
- package/dist/development/src/functional/range.js +0 -7
- package/dist/development/src/functional/range.js.map +0 -1
- package/dist/development/src/string-utilities/kebabCase.cjs +0 -8
- package/dist/development/src/string-utilities/kebabCase.cjs.map +0 -1
- package/dist/development/src/string-utilities/kebabCase.js +0 -8
- package/dist/development/src/string-utilities/kebabCase.js.map +0 -1
- package/dist/production/src/assert-types/AssertionError.cjs +0 -9
- package/dist/production/src/assert-types/AssertionError.cjs.map +0 -1
- package/dist/production/src/assert-types/AssertionError.js +0 -9
- package/dist/production/src/assert-types/AssertionError.js.map +0 -1
- package/dist/production/src/assert-types/Predicates.cjs +0 -7
- package/dist/production/src/assert-types/Predicates.cjs.map +0 -1
- package/dist/production/src/assert-types/Predicates.js +0 -7
- package/dist/production/src/assert-types/Predicates.js.map +0 -1
- package/dist/production/src/assert-types/assert.cjs +0 -10
- package/dist/production/src/assert-types/assert.cjs.map +0 -1
- package/dist/production/src/assert-types/assert.js +0 -10
- package/dist/production/src/assert-types/assert.js.map +0 -1
- package/dist/production/src/css-utilities/px.cjs +0 -7
- package/dist/production/src/css-utilities/px.cjs.map +0 -1
- package/dist/production/src/css-utilities/px.js +0 -7
- package/dist/production/src/css-utilities/px.js.map +0 -1
- package/dist/production/src/data-utilities/dateToStringWithoutTimezone.cjs +0 -20
- package/dist/production/src/data-utilities/dateToStringWithoutTimezone.cjs.map +0 -1
- package/dist/production/src/data-utilities/dateToStringWithoutTimezone.js +0 -20
- package/dist/production/src/data-utilities/dateToStringWithoutTimezone.js.map +0 -1
- package/dist/production/src/dom/getElementDimensions.cjs +0 -22
- package/dist/production/src/dom/getElementDimensions.cjs.map +0 -1
- package/dist/production/src/dom/getElementDimensions.js +0 -22
- package/dist/production/src/dom/getElementDimensions.js.map +0 -1
- package/dist/production/src/dom/getSizeFromResizeObserverEntry.cjs +0 -24
- package/dist/production/src/dom/getSizeFromResizeObserverEntry.cjs.map +0 -1
- package/dist/production/src/dom/getSizeFromResizeObserverEntry.js +0 -24
- package/dist/production/src/dom/getSizeFromResizeObserverEntry.js.map +0 -1
- package/dist/production/src/dom/shouldCancelStart.cjs +0 -29
- package/dist/production/src/dom/shouldCancelStart.cjs.map +0 -1
- package/dist/production/src/dom/shouldCancelStart.js +0 -29
- package/dist/production/src/dom/shouldCancelStart.js.map +0 -1
- package/dist/production/src/dom/stateDataAttributes.cjs +0 -11
- package/dist/production/src/dom/stateDataAttributes.cjs.map +0 -1
- package/dist/production/src/dom/stateDataAttributes.js +0 -11
- package/dist/production/src/dom/stateDataAttributes.js.map +0 -1
- package/dist/production/src/events/isSpecialLinkClick.cjs +0 -5
- package/dist/production/src/events/isSpecialLinkClick.cjs.map +0 -1
- package/dist/production/src/events/isSpecialLinkClick.js +0 -5
- package/dist/production/src/events/isSpecialLinkClick.js.map +0 -1
- package/dist/production/src/functional/omit.cjs +0 -15
- package/dist/production/src/functional/omit.cjs.map +0 -1
- package/dist/production/src/functional/omit.js +0 -15
- package/dist/production/src/functional/omit.js.map +0 -1
- package/dist/production/src/functional/pick.cjs +0 -15
- package/dist/production/src/functional/pick.cjs.map +0 -1
- package/dist/production/src/functional/pick.js +0 -15
- package/dist/production/src/functional/pick.js.map +0 -1
- package/dist/production/src/functional/range.cjs +0 -7
- package/dist/production/src/functional/range.cjs.map +0 -1
- package/dist/production/src/functional/range.js +0 -7
- package/dist/production/src/functional/range.js.map +0 -1
- package/dist/production/src/string-utilities/kebabCase.cjs +0 -8
- package/dist/production/src/string-utilities/kebabCase.cjs.map +0 -1
- package/dist/production/src/string-utilities/kebabCase.js +0 -8
- package/dist/production/src/string-utilities/kebabCase.js.map +0 -1
- package/dist/types/assert-types/AssertionError.d.ts +0 -4
- package/dist/types/assert-types/AssertionError.d.ts.map +0 -1
- package/dist/types/assert-types/Predicates.d.ts +0 -2
- package/dist/types/assert-types/Predicates.d.ts.map +0 -1
- package/dist/types/assert-types/assert.d.ts +0 -3
- package/dist/types/assert-types/assert.d.ts.map +0 -1
- package/dist/types/assert-types/types.d.ts +0 -2
- package/dist/types/assert-types/types.d.ts.map +0 -1
- package/dist/types/css-utilities/index.d.ts +0 -2
- package/dist/types/css-utilities/index.d.ts.map +0 -1
- package/dist/types/css-utilities/px.d.ts +0 -8
- package/dist/types/css-utilities/px.d.ts.map +0 -1
- package/dist/types/data-utilities/dateToStringWithoutTimezone.d.ts +0 -4
- package/dist/types/data-utilities/dateToStringWithoutTimezone.d.ts.map +0 -1
- package/dist/types/data-utilities/index.d.ts +0 -2
- package/dist/types/data-utilities/index.d.ts.map +0 -1
- package/dist/types/dom/getElementDimensions.d.ts +0 -14
- package/dist/types/dom/getElementDimensions.d.ts.map +0 -1
- package/dist/types/dom/getSizeFromResizeObserverEntry.d.ts +0 -5
- package/dist/types/dom/getSizeFromResizeObserverEntry.d.ts.map +0 -1
- package/dist/types/dom/shouldCancelStart.d.ts +0 -4
- package/dist/types/dom/shouldCancelStart.d.ts.map +0 -1
- package/dist/types/dom/stateDataAttributes.d.ts +0 -4
- package/dist/types/dom/stateDataAttributes.d.ts.map +0 -1
- package/dist/types/events/index.d.ts +0 -2
- package/dist/types/events/index.d.ts.map +0 -1
- package/dist/types/events/isSpecialLinkClick.d.ts +0 -2
- package/dist/types/events/isSpecialLinkClick.d.ts.map +0 -1
- package/dist/types/functional/index.d.ts +0 -4
- package/dist/types/functional/index.d.ts.map +0 -1
- package/dist/types/functional/omit.d.ts +0 -2
- package/dist/types/functional/omit.d.ts.map +0 -1
- package/dist/types/functional/pick.d.ts +0 -2
- package/dist/types/functional/pick.d.ts.map +0 -1
- package/dist/types/functional/range.d.ts +0 -9
- package/dist/types/functional/range.d.ts.map +0 -1
- package/dist/types/string-utilities/index.d.ts +0 -2
- package/dist/types/string-utilities/index.d.ts.map +0 -1
- package/dist/types/string-utilities/kebabCase.d.ts +0 -2
- package/dist/types/string-utilities/kebabCase.d.ts.map +0 -1
- package/dist/types/types/PolymorphicRefs.d.ts +0 -47
- package/dist/types/types/PolymorphicRefs.d.ts.map +0 -1
- package/src/assert-types/AssertionError.ts +0 -5
- package/src/assert-types/Predicates.ts +0 -3
- package/src/assert-types/assert.ts +0 -15
- package/src/assert-types/types.ts +0 -1
- package/src/css-utilities/index.ts +0 -1
- package/src/css-utilities/px.ts +0 -9
- package/src/data-utilities/dateToStringWithoutTimezone.ts +0 -18
- package/src/data-utilities/index.ts +0 -1
- package/src/dom/getElementDimensions.ts +0 -36
- package/src/dom/getSizeFromResizeObserverEntry.ts +0 -26
- package/src/dom/shouldCancelStart.ts +0 -32
- package/src/dom/stateDataAttributes.ts +0 -8
- package/src/events/index.ts +0 -1
- package/src/events/isSpecialLinkClick.ts +0 -1
- package/src/functional/index.ts +0 -3
- package/src/functional/omit.ts +0 -13
- package/src/functional/pick.ts +0 -13
- package/src/functional/range.ts +0 -11
- package/src/string-utilities/index.ts +0 -1
- package/src/string-utilities/kebabCase.ts +0 -5
- package/src/types/PolymorphicRefs.ts +0 -70
- package/tests/css-utilities/px.test.ts +0 -12
- package/tests/deprecate/deprecate.test.ts +0 -53
- package/tests/functional/omit.test.ts +0 -20
- package/tests/functional/pick.test.ts +0 -12
- package/tests/functional/range.test.ts +0 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.string.d.ts","../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/react/global.d.ts","../../../../node_modules/csstype/index.d.ts","../../../../node_modules/@types/prop-types/index.d.ts","../../../../node_modules/@types/react/index.d.ts","../../../../node_modules/@types/react/jsx-runtime.d.ts","../../src/assert-types/AssertionError.ts","../../src/assert-types/Predicates.ts","../../src/assert-types/types.ts","../../src/assert-types/assert.ts","../../src/assert-types/assertNever.ts","../../src/assert-types/index.ts","../../src/css-utilities/px.ts","../../src/css-utilities/index.ts","../../src/data-utilities/dateToStringWithoutTimezone.ts","../../src/data-utilities/index.ts","../../src/deprecate/types.ts","../../src/deprecate/deprecate.ts","../../src/deprecate/index.ts","../../src/dom/dataAttribute.ts","../../src/dom/getElementDimensions.ts","../../src/dom/getSizeFromResizeObserverEntry.ts","../../src/dom/shouldCancelStart.ts","../../src/string-utilities/kebabCase.ts","../../src/string-utilities/index.ts","../../src/dom/stateDataAttributes.ts","../../src/dom/svgSizeProps.ts","../../src/dom/index.ts","../../src/events/isSpecialLinkClick.ts","../../src/events/index.ts","../../src/functional/omit.ts","../../src/functional/pick.ts","../../src/functional/range.ts","../../src/functional/index.ts","../../src/types/Narrow.ts","../../src/types/Partial.ts","../../src/types/NonOptional.ts","../../src/types/PolymorphicRefs.ts","../../src/types/index.ts","../../src/structures/BijectiveIndexedMap.ts","../../src/structures/LRUCache.ts","../../src/structures/WeakIdCache.ts","../../src/structures/index.ts","../../src/index.ts","../../../../node_modules/vite/types/hmrPayload.d.ts","../../../../node_modules/vite/types/customEvent.d.ts","../../../../node_modules/vite/types/hot.d.ts","../../../../node_modules/vite/types/importGlob.d.ts","../../../../node_modules/vite/types/importMeta.d.ts","../../../../node_modules/vite/client.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","17edc026abf73c5c2dd508652d63f68ec4efd9d4856e3469890d27598209feb5",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"9c00a480825408b6a24c63c1b71362232927247595d7c97659bc24dc68ae0757","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800",{"version":"c469d07daf4f88b613f0c99d95389e049e85c14f28f58120abca6785a0b3813d","affectsGlobalScope":true},"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3",{"version":"13f2427f34067116c49878ad494e92c56b52463c77c4c55819e9b0730025965b","signature":"f341c93fefe964ea97c5106e3d93c4271bb3951a06a34e08da704c6faf871380"},{"version":"2fb1d296bbef53f90a34bece5277a2a9e465c8996022bfd7666778b666a62a4f","signature":"e6cd10db13b47959e26122d816abc1d1c01bb53137ad620f73f8076dd963b652"},{"version":"50e3cbf471f1f98c4ca87541ecf0668f0aaec286bae63ade4401887d1e93ff23","signature":"c55bf39638366450edc9cb028ae72bd2c915e4bbc740dbf27a4d7dde00cf55d6"},{"version":"d23f9ba47fddb8c11d1420f97b13b95e7da9b66cbedaea6d0ace57c900e66621","signature":"684fa42e4c7c6505105e948825329b720a388b7bf7624bfe2f51087a15d04445"},{"version":"7be88c2404537cbdca4832137d03286f8c84851efaf83a1f340fabdd3003dc2c","signature":"a95c25e1f9146dd90f7cb36c7e306a25a67bdef1eaae7319a60d2f9d3ff66804"},{"version":"f55020f9b5464406f2e101c807f5214791f7fbecd1395ef7a290e88178e9f99c","signature":"a98b93132fb74f455547d25af7e524e942504d265c037e235aaa38718083958f"},{"version":"bd136c3a029808c5a82ed6f09f97f4e44fd0534678bc3be7a1a82f0c66f6eb92","signature":"11dffd4e2a87837317cbb9e53560b5fa7fedecdfe3750e5bdc9def88c7bef662"},{"version":"405f3a410f0c1cdb8126c8409ef7f218dbba2af35f9f53778e0a60734cb23f46","signature":"f3c9d693e0597f6b1b5dd49bd0beaaa237bd491508991ea3c72b47d3c7d20fdb"},{"version":"eb50ec3572a55b0f9f4e0833efd114201073475e908deff8aa2f7c43254b78b0","signature":"1a5b73425c108e9938380def901fab186bb0e18104ecbf2696c16643d6c3ba58"},{"version":"eb70a8c20517f2bf9968815c59002ca03529a6fdc62c63c5d564a3fde129d949","signature":"b0511508476b9bf80ad623b1c7aa0b4c336eda1788c385973dc282d53ff7aed8"},{"version":"7c1ef2858023d458381a39fc942913615059ce65be3c3438312c8032b44a9003","signature":"624e76b41eb76400df5e0cbacc5f7091e6bd0518e0f9f4ac4a047794b2c189f9"},{"version":"11548231d2005e6247817053a59ac02d30af6258d7a179b53e5a5658d2e2ad2b","signature":"f14113b17b6a1863dd58e49e0bc504f21d51da969bc1fc4af1a07b3684f0de25"},{"version":"f035dfc7958d57f735fde87661307862a05a071093db6d53fd3bbdacf1832a89","signature":"1762533296e00297d454534bdb27ddae5f6b69fef679295094cb0afb4e9a526a"},{"version":"9a8f09ac5f7d5b195462bc612e7f71031cc6a8f2bb919453c4f486af525fdac2","signature":"1c84b348bb07619f2123fddd01c20184c6212540909bd98fdc450f7d4e234717"},{"version":"71d81f0cf188bad8c1e514c66890af2182574a1b14385c574d3d8b47f73a4138","signature":"8bb29538074d6a78d49562f391bbe4a2b9b5ae028734d83e6601fe2741db7f6e"},{"version":"84d2b21001da3912561667563d9665b0c85f60d6959058dfc59135102f2626a2","signature":"cc9bdde4319a73448db9e4dd8dc256d04f0060b90383b4563c3a32a3b67780d5"},{"version":"470c96064ff781111e6c45d7ed94b96c28a54cd04fe1546498b63c1091545ee1","signature":"a4f90adab6e997a1a70c61ebe2080fc895e5c7cc6f4f125ada537f6eaa5eb780"},{"version":"3f50c3afbd0ef1ac11f16c6ac969d67ae4b7533aa4492dc11257cf3eb37ecde4","signature":"0c6ae7360c8f7de225172914d960a5947b0a8f5e9e0a045a5f03c870fc98b1f5"},{"version":"6809d356ab7417611b3d2bf7512d31862590d224897274fea13446707b2f4e6d","signature":"5efac8d930c281e4cbbea8c1165a60d020bd549f9997e541bb3e59eb84d5af61"},{"version":"8dafffe92126f49b66a4676923ec4d982caff5f909e552758f121b638ec56d06","signature":"f08668998295cdfe38a1db2bcd024341362cb20159dd8baa498064e560d0254b"},{"version":"d4be883c6198341aaa9a7b9d4f90b9ae099e22752e438862e3afcf8533f1a07c","signature":"dfe644b96a0786c3ed103bffe7331349022c647802d40030067cf71c9ce79bb5"},{"version":"d43f42217dd3289828198e48c7dc37726d73c42e062840c41bd4cd6140b4c979","signature":"f438b724a11131ee7a6f4501b159dee3a03ba689517d54cdbd2bebb5d6b66106"},{"version":"36f1863bb3652e7a15ad24382771df0696bd11f10aa88835ace92d3bfbdee4be","signature":"7ded9f0d899ffe1a25c259d0afdaa51e8e7c3e819c6bdfd6e16613778a1fad60"},{"version":"6e63426e0a311e6f08de435761dbbe083459a810fe1caebab656b82ad48cc401","signature":"defe4bc30515b98744137a9938fd9039689da3a409ade4f632fcdedcab288375"},{"version":"e91633abac0ff53ff28030807603471a1a5219de5b5302c258928f28e145b1e6","signature":"9ecd8f32f134677d4134ee1178bedab19a51f1cb2ac468da4043f81c14ebd3ac"},{"version":"09e27c4210337841ff70bd87248a609985c468c2d9292d12e0f953a55c59f044","signature":"7c9ea735d5a29405896bf2e56d9f3afe0f5d1576736c54c4d5d879f08976d4db"},{"version":"180742924ac8679e31fa4abc0a75e8871789369b09dc8058c9fd68cbcd18c15f","signature":"203243c89d2ba33af45ffb13b75cbc6df13f49e937ff8b13bda460a68c19aa3c"},{"version":"d9e3b01c54221bbaa879177d50488679cdcd3c4af08eb764295f901066364045","signature":"ff0302b8dd06ec92107a56f081b7c7d3753bdb35a942a1c753f943553b0f00ae"},{"version":"a4e528eee9a2b45a402b4d6b119133fd76284ae7db4fece35f55ba782789bb8b","signature":"2530e26913543800e9f329fcaefbffe2904036d62aef1cf97e9738f070295ee7"},{"version":"d10333dba53eed78f299c62c1c10ca6ce894c42008de73f2760312423bc5b20e","signature":"2ed3dabf6725944e4a6aada55ce34ec864b8f593c7669cab66e690c5dad92077"},{"version":"9b463ec2af65d63c90bada0a7af2bd34e4e04d0170e6561aaeb30447ec9f8751","signature":"c921746b36842e21243970c5ed44b488e842afe99843da3cb7f197242f4f2c9e"},{"version":"c1534e5ef94ba68ff6917df208e3f114e60ce5bc8b6d24959dfa6181efe4648f","signature":"4b030016676aa17add8651d5f461d37a95ad981d417e5a4ae3c359ae24d3da10"},{"version":"7f2ed2b7ff4066454ac31e3f841fe783edcbdb7e6757266fd1dd2d097229406b","signature":"5361132ff033a3d80d06317c3ac7f5616ec9792dd706f6040f737049a3debc31"},{"version":"44c38fcceed232380ab88392bb05608562a8cd9b5ed570c6d3851335702491b0","signature":"57fceafcafeee0ce266f555e4c6b5b1a9f02953bac9b83bd37ba677111246848"},{"version":"14ace714b3426b47610c1b638e2ac6dbfe5ee848b4e09c8c32c87488beac4a36","signature":"fed47bc1ca2d6c672b7ce3be63f206bd0ad5e67c18c2650eb9d79d842e9d208a"},{"version":"5cb87a77954d8ada89b71c00bbb71a2e01b2fef4be837b22105be4d2aeb73d68","signature":"cd7e9d427302a244cce2881eceae5fbaccf62a7a6064f161a699fe39bad1d998"},{"version":"64e9820a0c959c53c6f07ca0e1fc6b0c755f37627472e365f22bb4d3fecab92c","signature":"fb6bb88e6e41f878eaf58a6c141e0379f208f85f6f922512b3b25efffe70380b"},{"version":"ef7d43a1369284a9600c13b54f00f5ca8896aeaf64e695631008cd9e1c058667","signature":"10b8fe86f6efc20f3ffc1f14a65edec5103a1c1873f2a20553f6866078f56d9d"},"282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea",{"version":"4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec","affectsGlobalScope":true},{"version":"984c09345059b76fc4221c2c54e53511f4c27a0794dfd6e9f81dc60f0b564e05","affectsGlobalScope":true}],"root":[[79,116]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":4,"module":99,"noEmitOnError":true,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7,"useDefineForClassFields":true},"fileIdsList":[[74,75,76],[77],[121],[117],[118],[119,120],[78],[78,79,81],[78,79,80,81,82,83],[78,85],[78,87],[78,89],[78,89,90],[78,92,93,94,95,98,99],[78,92,97],[78,101],[78,103,104,105],[78,84,86,88,91,97,100,102,106,111,115],[78,96],[78,112,113,114],[77,78],[78,107,108,109,110]],"referencedMap":[[77,1],[78,2],[122,3],[118,4],[119,5],[121,6],[79,7],[80,7],[82,8],[83,7],[84,9],[81,7],[86,10],[85,7],[87,7],[88,11],[90,12],[91,13],[89,7],[92,7],[93,7],[94,7],[100,14],[95,7],[98,15],[99,7],[102,16],[101,7],[106,17],[103,7],[104,7],[105,7],[116,18],[97,19],[96,7],[112,7],[113,7],[114,7],[115,20],[107,7],[109,7],[108,7],[110,21],[111,22]],"latestChangedDtsFile":"./index.d.ts"},"version":"5.5.4"}
|
|
1
|
+
{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.string.d.ts","../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/react/global.d.ts","../../../../node_modules/csstype/index.d.ts","../../../../node_modules/@types/prop-types/index.d.ts","../../../../node_modules/@types/react/index.d.ts","../../../../node_modules/@types/react/jsx-runtime.d.ts","../../src/assert-types/assertNever.ts","../../src/assert-types/index.ts","../../src/deprecate/types.ts","../../src/deprecate/deprecate.ts","../../src/deprecate/index.ts","../../src/dom/dataAttribute.ts","../../src/dom/svgSizeProps.ts","../../src/dom/index.ts","../../src/structures/BijectiveIndexedMap.ts","../../src/structures/LRUCache.ts","../../src/structures/WeakIdCache.ts","../../src/structures/index.ts","../../src/index.ts","../../src/types/Narrow.ts","../../src/types/NonOptional.ts","../../src/types/Partial.ts","../../src/types/index.ts","../../../../node_modules/vite/types/hmrPayload.d.ts","../../../../node_modules/vite/types/customEvent.d.ts","../../../../node_modules/vite/types/hot.d.ts","../../../../node_modules/vite/types/importGlob.d.ts","../../../../node_modules/vite/types/importMeta.d.ts","../../../../node_modules/vite/client.d.ts"],"fileIdsList":[[75,76,77],[78],[101],[97],[98],[99,100],[79],[79,80],[79,82],[79,82,83],[79,85,86],[79,81,84,87,91],[79,88,89,90],[79,93,94,95]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"abee51ebffafd50c07d76be5848a34abfe4d791b5745ef1e5648718722fab924","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"61d6a2092f48af66dbfb220e31eea8b10bc02b6932d6e529005fd2d7b3281290","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800","impliedFormat":1},{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true,"impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"7be88c2404537cbdca4832137d03286f8c84851efaf83a1f340fabdd3003dc2c","signature":"a95c25e1f9146dd90f7cb36c7e306a25a67bdef1eaae7319a60d2f9d3ff66804"},{"version":"bc99098c23e78a102426f7d1b1b93df0d3369b7ec0bdfc8aa185a3f87fb09ccc","signature":"3436aa850e6d85c1ca81028e1ac6a9ba3ca0cbc27efe797fe99aea0a99a49881"},{"version":"7c1ef2858023d458381a39fc942913615059ce65be3c3438312c8032b44a9003","signature":"624e76b41eb76400df5e0cbacc5f7091e6bd0518e0f9f4ac4a047794b2c189f9"},{"version":"11548231d2005e6247817053a59ac02d30af6258d7a179b53e5a5658d2e2ad2b","signature":"f14113b17b6a1863dd58e49e0bc504f21d51da969bc1fc4af1a07b3684f0de25"},{"version":"f035dfc7958d57f735fde87661307862a05a071093db6d53fd3bbdacf1832a89","signature":"1762533296e00297d454534bdb27ddae5f6b69fef679295094cb0afb4e9a526a"},{"version":"9a8f09ac5f7d5b195462bc612e7f71031cc6a8f2bb919453c4f486af525fdac2","signature":"1c84b348bb07619f2123fddd01c20184c6212540909bd98fdc450f7d4e234717"},{"version":"d4be883c6198341aaa9a7b9d4f90b9ae099e22752e438862e3afcf8533f1a07c","signature":"dfe644b96a0786c3ed103bffe7331349022c647802d40030067cf71c9ce79bb5"},{"version":"b054537a7b99d170c21efd871e3741d0ad88636f8a4fd0dfc232a465216aef1b","signature":"893bdae1d9648d1f4da2ddad5647a63282aef8d30df09eacb14fdb68e2349a1d"},{"version":"25fac41b19b5f994710f78fa1635544d738c92b0e98c1f9aab771a14f6349817","signature":"0a52d67559b7ef5541d532dc78fbbfb69d028a4adf1c3501424e355e53e66257"},{"version":"714828297e6484405a8aa6a8f1012d70b1814c399a8e035fe8292777b958370f","signature":"fed47bc1ca2d6c672b7ce3be63f206bd0ad5e67c18c2650eb9d79d842e9d208a"},{"version":"5cb87a77954d8ada89b71c00bbb71a2e01b2fef4be837b22105be4d2aeb73d68","signature":"cd7e9d427302a244cce2881eceae5fbaccf62a7a6064f161a699fe39bad1d998"},{"version":"64e9820a0c959c53c6f07ca0e1fc6b0c755f37627472e365f22bb4d3fecab92c","signature":"fb6bb88e6e41f878eaf58a6c141e0379f208f85f6f922512b3b25efffe70380b"},{"version":"3dfa8f6833975f283fa08acfd4edbdfbbaac85b47e0dcdfbbd5af417aa92180a","signature":"e31346a3e386e227daee4cd99ac59dc7bd0e324541ea401bdf8b623a7e20bf56"},{"version":"a4e528eee9a2b45a402b4d6b119133fd76284ae7db4fece35f55ba782789bb8b","signature":"2530e26913543800e9f329fcaefbffe2904036d62aef1cf97e9738f070295ee7"},{"version":"9b463ec2af65d63c90bada0a7af2bd34e4e04d0170e6561aaeb30447ec9f8751","signature":"c921746b36842e21243970c5ed44b488e842afe99843da3cb7f197242f4f2c9e"},{"version":"d10333dba53eed78f299c62c1c10ca6ce894c42008de73f2760312423bc5b20e","signature":"2ed3dabf6725944e4a6aada55ce34ec864b8f593c7669cab66e690c5dad92077"},{"version":"e2e90315922686542d21abd67ea05b2f290a6b15d9f01474a21b767d36f85e50","signature":"8a84838d3d8d395279c09a7a87737131b7aa680e12848a9b2b0d7bc57cd99e34"},{"version":"282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","impliedFormat":1},{"version":"6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","impliedFormat":1},{"version":"cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","impliedFormat":1},{"version":"7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea","impliedFormat":1},{"version":"4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec","affectsGlobalScope":true,"impliedFormat":1},{"version":"984c09345059b76fc4221c2c54e53511f4c27a0794dfd6e9f81dc60f0b564e05","affectsGlobalScope":true,"impliedFormat":99}],"root":[[80,96]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":4,"module":99,"noEmitOnError":true,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7,"useDefineForClassFields":true},"referencedMap":[[78,1],[79,2],[102,3],[98,4],[99,5],[101,6],[80,7],[81,8],[83,9],[84,10],[82,7],[85,7],[87,11],[86,7],[92,12],[88,7],[89,7],[90,7],[91,13],[93,7],[94,7],[95,7],[96,14]],"latestChangedDtsFile":"./types/index.d.ts","version":"5.6.3"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA"}
|
package/package.json
CHANGED
package/src/dom/index.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
export * from './assert-types'
|
|
2
|
-
export * from './css-utilities'
|
|
3
|
-
export * from './data-utilities'
|
|
4
2
|
export * from './deprecate'
|
|
5
3
|
export * from './dom'
|
|
6
|
-
export * from './events'
|
|
7
|
-
export * from './functional'
|
|
8
|
-
export * from './string-utilities'
|
|
9
|
-
export * from './types'
|
|
10
4
|
export * from './structures'
|
|
@@ -110,23 +110,23 @@ export class BijectiveIndexedMap<K, V> implements Map<K, V> {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
public *[Symbol.iterator]():
|
|
113
|
+
public *[Symbol.iterator](): MapIterator<[K, V]> {
|
|
114
114
|
yield* this.entries()
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
public *entries():
|
|
117
|
+
public *entries(): MapIterator<[K, V]> {
|
|
118
118
|
for (const value of this.values()) {
|
|
119
119
|
yield [this.inverse(value), value]
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
public *keys():
|
|
123
|
+
public *keys(): MapIterator<K> {
|
|
124
124
|
for (const value of this.values()) {
|
|
125
125
|
yield this.inverse(value)
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
public *values():
|
|
129
|
+
public *values(): MapIterator<V> {
|
|
130
130
|
for (const value of this.valueStore.values()) {
|
|
131
131
|
if (value === undefined) {
|
|
132
132
|
continue
|
package/src/types/index.ts
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
class AssertionError extends Error {
|
|
4
|
-
constructor(value, that = "value to pass assertion") {
|
|
5
|
-
super(`Expecting ${that}, ${JSON.stringify(value)} given`);
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
exports.AssertionError = AssertionError;
|
|
9
|
-
//# sourceMappingURL=AssertionError.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssertionError.cjs","sources":["../../../../../packages/utilities/src/assert-types/AssertionError.ts"],"sourcesContent":["export class AssertionError extends Error {\n\tconstructor(value: unknown, that: string = 'value to pass assertion') {\n\t\tsuper(`Expecting ${that}, ${JSON.stringify(value)} given`)\n\t}\n}\n"],"names":[],"mappings":";;AAAO,MAAM,uBAAuB,MAAM;AAAA,EACzC,YAAY,OAAgB,OAAe,2BAA2B;AACrE,UAAM,aAAa,IAAI,KAAK,KAAK,UAAU,KAAK,CAAC,QAAQ;AAAA,EAC1D;AACD;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssertionError.js","sources":["../../../../../packages/utilities/src/assert-types/AssertionError.ts"],"sourcesContent":["export class AssertionError extends Error {\n\tconstructor(value: unknown, that: string = 'value to pass assertion') {\n\t\tsuper(`Expecting ${that}, ${JSON.stringify(value)} given`)\n\t}\n}\n"],"names":[],"mappings":"AAAO,MAAM,uBAAuB,MAAM;AAAA,EACzC,YAAY,OAAgB,OAAe,2BAA2B;AACrE,UAAM,aAAa,IAAI,KAAK,KAAK,UAAU,KAAK,CAAC,QAAQ;AAAA,EAC1D;AACD;"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
function isNonNegativeNumber(value) {
|
|
4
|
-
return typeof value === "number" && value >= 0;
|
|
5
|
-
}
|
|
6
|
-
exports.isNonNegativeNumber = isNonNegativeNumber;
|
|
7
|
-
//# sourceMappingURL=Predicates.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Predicates.cjs","sources":["../../../../../packages/utilities/src/assert-types/Predicates.ts"],"sourcesContent":["export function isNonNegativeNumber(value: unknown): value is number {\n\treturn typeof value === 'number' && value >= 0\n}\n"],"names":[],"mappings":";;AAAO,SAAS,oBAAoB,OAAiC;AAC7D,SAAA,OAAO,UAAU,YAAY,SAAS;AAC9C;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Predicates.js","sources":["../../../../../packages/utilities/src/assert-types/Predicates.ts"],"sourcesContent":["export function isNonNegativeNumber(value: unknown): value is number {\n\treturn typeof value === 'number' && value >= 0\n}\n"],"names":[],"mappings":"AAAO,SAAS,oBAAoB,OAAiC;AAC7D,SAAA,OAAO,UAAU,YAAY,SAAS;AAC9C;"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const AssertionError = require("./AssertionError.cjs");
|
|
4
|
-
function assert(that = void 0, value, predicate) {
|
|
5
|
-
if (!predicate(value)) {
|
|
6
|
-
throw new AssertionError.AssertionError(value, that);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.assert = assert;
|
|
10
|
-
//# sourceMappingURL=assert.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assert.cjs","sources":["../../../../../packages/utilities/src/assert-types/assert.ts"],"sourcesContent":["import { AssertionError } from './AssertionError'\nimport { Predicate } from './types'\n\nexport function assert<\n\tIn,\n\tOut extends In\n>(\n\tthat: string | undefined = undefined,\n\tvalue: In,\n\tpredicate: Predicate<In, Out>, // (value: In) => value is Out,\n): asserts value is Out {\n\tif (!predicate(value)) {\n\t\tthrow new AssertionError(value, that)\n\t}\n}\n"],"names":["AssertionError"],"mappings":";;;AAGO,SAAS,OAIf,OAA2B,QAC3B,OACA,WACuB;AACnB,MAAA,CAAC,UAAU,KAAK,GAAG;AAChB,UAAA,IAAIA,eAAe,eAAA,OAAO,IAAI;AAAA,EACrC;AACD;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assert.js","sources":["../../../../../packages/utilities/src/assert-types/assert.ts"],"sourcesContent":["import { AssertionError } from './AssertionError'\nimport { Predicate } from './types'\n\nexport function assert<\n\tIn,\n\tOut extends In\n>(\n\tthat: string | undefined = undefined,\n\tvalue: In,\n\tpredicate: Predicate<In, Out>, // (value: In) => value is Out,\n): asserts value is Out {\n\tif (!predicate(value)) {\n\t\tthrow new AssertionError(value, that)\n\t}\n}\n"],"names":[],"mappings":";AAGO,SAAS,OAIf,OAA2B,QAC3B,OACA,WACuB;AACnB,MAAA,CAAC,UAAU,KAAK,GAAG;AAChB,UAAA,IAAI,eAAe,OAAO,IAAI;AAAA,EACrC;AACD;"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
function px(value) {
|
|
4
|
-
return typeof value === "number" && !(isNaN(value) || value === Infinity || value === -Infinity) ? value + "px" : "";
|
|
5
|
-
}
|
|
6
|
-
exports.px = px;
|
|
7
|
-
//# sourceMappingURL=px.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"px.cjs","sources":["../../../../../packages/utilities/src/css-utilities/px.ts"],"sourcesContent":["/**\n * Converts a value to a string in the format '10px'\n *\n * @param value - The value to convert to a string.\n * @returns Returns a string in the format '10px' or '' when value is falsy.\n */\nexport function px<V extends number | false | null | undefined>(value?: V): string {\n\treturn typeof value === 'number' && !(isNaN(value) || value === Infinity || value === -Infinity) ? value + 'px' : ''\n}\n"],"names":[],"mappings":";;AAMO,SAAS,GAAgD,OAAmB;AAClF,SAAO,OAAO,UAAU,YAAY,EAAE,MAAM,KAAK,KAAK,UAAU,YAAY,UAAU,aAAa,QAAQ,OAAO;AACnH;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"px.js","sources":["../../../../../packages/utilities/src/css-utilities/px.ts"],"sourcesContent":["/**\n * Converts a value to a string in the format '10px'\n *\n * @param value - The value to convert to a string.\n * @returns Returns a string in the format '10px' or '' when value is falsy.\n */\nexport function px<V extends number | false | null | undefined>(value?: V): string {\n\treturn typeof value === 'number' && !(isNaN(value) || value === Infinity || value === -Infinity) ? value + 'px' : ''\n}\n"],"names":[],"mappings":"AAMO,SAAS,GAAgD,OAAmB;AAClF,SAAO,OAAO,UAAU,YAAY,EAAE,MAAM,KAAK,KAAK,UAAU,YAAY,UAAU,aAAa,QAAQ,OAAO;AACnH;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const dateToStringWithoutTimezone = (date, { includeTime } = {}) => {
|
|
4
|
-
const [year, month, day] = [
|
|
5
|
-
date.getFullYear(),
|
|
6
|
-
(date.getMonth() + 1).toFixed(0).padStart(2, "0"),
|
|
7
|
-
date.getDate().toFixed(0).padStart(2, "0")
|
|
8
|
-
];
|
|
9
|
-
let serialized = `${year}-${month}-${day}`;
|
|
10
|
-
if (includeTime) {
|
|
11
|
-
const [hours, minutes] = [
|
|
12
|
-
date.getHours().toFixed(0).padStart(2, "0"),
|
|
13
|
-
date.getMinutes().toFixed(0).padStart(2, "0")
|
|
14
|
-
];
|
|
15
|
-
serialized += ` ${hours}:${minutes}`;
|
|
16
|
-
}
|
|
17
|
-
return serialized;
|
|
18
|
-
};
|
|
19
|
-
exports.dateToStringWithoutTimezone = dateToStringWithoutTimezone;
|
|
20
|
-
//# sourceMappingURL=dateToStringWithoutTimezone.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dateToStringWithoutTimezone.cjs","sources":["../../../../../packages/utilities/src/data-utilities/dateToStringWithoutTimezone.ts"],"sourcesContent":["export const dateToStringWithoutTimezone = (date: Date, { includeTime }: { includeTime?: boolean } = {}): string => {\n\tconst [year, month, day] = [\n\t\tdate.getFullYear(),\n\t\t(date.getMonth() + 1).toFixed(0).padStart(2, '0'),\n\t\tdate.getDate().toFixed(0).padStart(2, '0'),\n\t]\n\tlet serialized = `${year}-${month}-${day}`\n\n\tif (includeTime) {\n\t\tconst [hours, minutes] = [\n\t\t\tdate.getHours().toFixed(0).padStart(2, '0'),\n\t\t\tdate.getMinutes().toFixed(0).padStart(2, '0'),\n\t\t]\n\t\tserialized += ` ${hours}:${minutes}`\n\t}\n\n\treturn serialized\n}\n"],"names":[],"mappings":";;AAAO,MAAM,8BAA8B,CAAC,MAAY,EAAE,YAAY,IAA+B,CAAA,MAAe;AACnH,QAAM,CAAC,MAAM,OAAO,GAAG,IAAI;AAAA,IAC1B,KAAK,YAAY;AAAA,KAChB,KAAK,SAAa,IAAA,GAAG,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,IAChD,KAAK,UAAU,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,EAAA;AAE1C,MAAI,aAAa,GAAG,IAAI,IAAI,KAAK,IAAI,GAAG;AAExC,MAAI,aAAa;AACV,UAAA,CAAC,OAAO,OAAO,IAAI;AAAA,MACxB,KAAK,WAAW,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,MAC1C,KAAK,aAAa,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,IAAA;AAE/B,kBAAA,IAAI,KAAK,IAAI,OAAO;AAAA,EACnC;AAEO,SAAA;AACR;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const dateToStringWithoutTimezone = (date, { includeTime } = {}) => {
|
|
2
|
-
const [year, month, day] = [
|
|
3
|
-
date.getFullYear(),
|
|
4
|
-
(date.getMonth() + 1).toFixed(0).padStart(2, "0"),
|
|
5
|
-
date.getDate().toFixed(0).padStart(2, "0")
|
|
6
|
-
];
|
|
7
|
-
let serialized = `${year}-${month}-${day}`;
|
|
8
|
-
if (includeTime) {
|
|
9
|
-
const [hours, minutes] = [
|
|
10
|
-
date.getHours().toFixed(0).padStart(2, "0"),
|
|
11
|
-
date.getMinutes().toFixed(0).padStart(2, "0")
|
|
12
|
-
];
|
|
13
|
-
serialized += ` ${hours}:${minutes}`;
|
|
14
|
-
}
|
|
15
|
-
return serialized;
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
dateToStringWithoutTimezone
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=dateToStringWithoutTimezone.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dateToStringWithoutTimezone.js","sources":["../../../../../packages/utilities/src/data-utilities/dateToStringWithoutTimezone.ts"],"sourcesContent":["export const dateToStringWithoutTimezone = (date: Date, { includeTime }: { includeTime?: boolean } = {}): string => {\n\tconst [year, month, day] = [\n\t\tdate.getFullYear(),\n\t\t(date.getMonth() + 1).toFixed(0).padStart(2, '0'),\n\t\tdate.getDate().toFixed(0).padStart(2, '0'),\n\t]\n\tlet serialized = `${year}-${month}-${day}`\n\n\tif (includeTime) {\n\t\tconst [hours, minutes] = [\n\t\t\tdate.getHours().toFixed(0).padStart(2, '0'),\n\t\t\tdate.getMinutes().toFixed(0).padStart(2, '0'),\n\t\t]\n\t\tserialized += ` ${hours}:${minutes}`\n\t}\n\n\treturn serialized\n}\n"],"names":[],"mappings":"AAAO,MAAM,8BAA8B,CAAC,MAAY,EAAE,YAAY,IAA+B,CAAA,MAAe;AACnH,QAAM,CAAC,MAAM,OAAO,GAAG,IAAI;AAAA,IAC1B,KAAK,YAAY;AAAA,KAChB,KAAK,SAAa,IAAA,GAAG,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,IAChD,KAAK,UAAU,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,EAAA;AAE1C,MAAI,aAAa,GAAG,IAAI,IAAI,KAAK,IAAI,GAAG;AAExC,MAAI,aAAa;AACV,UAAA,CAAC,OAAO,OAAO,IAAI;AAAA,MACxB,KAAK,WAAW,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,MAC1C,KAAK,aAAa,QAAQ,CAAC,EAAE,SAAS,GAAG,GAAG;AAAA,IAAA;AAE/B,kBAAA,IAAI,KAAK,IAAI,OAAO;AAAA,EACnC;AAEO,SAAA;AACR;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
function getElementDimensionsCallback(element, callback) {
|
|
4
|
-
const observer = new IntersectionObserver((entries, observer2) => {
|
|
5
|
-
if (entries.length === 1) {
|
|
6
|
-
callback(entries[0].boundingClientRect);
|
|
7
|
-
} else {
|
|
8
|
-
const entry = entries.find((entry2) => entry2.boundingClientRect.width > 0 || entry2.boundingClientRect.height > 0) || entries[0];
|
|
9
|
-
callback(entry.boundingClientRect);
|
|
10
|
-
}
|
|
11
|
-
observer2.disconnect();
|
|
12
|
-
});
|
|
13
|
-
observer.observe(element);
|
|
14
|
-
}
|
|
15
|
-
function getElementDimensions(element) {
|
|
16
|
-
return new Promise((resolve) => {
|
|
17
|
-
getElementDimensionsCallback(element, resolve);
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
exports.getElementDimensions = getElementDimensions;
|
|
21
|
-
exports.getElementDimensionsCallback = getElementDimensionsCallback;
|
|
22
|
-
//# sourceMappingURL=getElementDimensions.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getElementDimensions.cjs","sources":["../../../../../packages/utilities/src/dom/getElementDimensions.ts"],"sourcesContent":["/**\n * Calls the callback with the element's dimensions.\n *\n * @param element - The element to observe for dimensions\n * @param callback - The callback to call with the element's dimensions\n */\nexport function getElementDimensionsCallback(\n\telement: HTMLElement,\n\tcallback: (dimensions: DOMRectReadOnly) => void,\n) {\n\tconst observer = new IntersectionObserver((entries, observer) => {\n\t\tif (entries.length === 1) {\n\t\t\tcallback(entries[0].boundingClientRect)\n\t\t} else {\n\t\t\tconst entry = entries.find(entry => entry.boundingClientRect.width > 0 || entry.boundingClientRect.height > 0) || entries[0]\n\t\t\tcallback(entry.boundingClientRect)\n\t\t}\n\n\t\tobserver.disconnect()\n\t})\n\n\tobserver.observe(element)\n}\n\n/**\n * Returns a promise that resolves with the element's dimensions.\n * @param element - The element to observe for dimensions\n * @returns A promise that resolves with the element's dimensions\n */\nexport function getElementDimensions(\n\telement: HTMLElement,\n): Promise<DOMRectReadOnly> {\n\treturn new Promise(resolve => {\n\t\tgetElementDimensionsCallback(element, resolve)\n\t})\n}\n"],"names":["observer","entry"],"mappings":";;AAMgB,SAAA,6BACf,SACA,UACC;AACD,QAAM,WAAW,IAAI,qBAAqB,CAAC,SAASA,cAAa;AAC5D,QAAA,QAAQ,WAAW,GAAG;AAChB,eAAA,QAAQ,CAAC,EAAE,kBAAkB;AAAA,IAAA,OAChC;AACN,YAAM,QAAQ,QAAQ,KAAK,CAAAC,WAASA,OAAM,mBAAmB,QAAQ,KAAKA,OAAM,mBAAmB,SAAS,CAAC,KAAK,QAAQ,CAAC;AAC3H,eAAS,MAAM,kBAAkB;AAAA,IAClC;AAEAD,cAAS,WAAW;AAAA,EAAA,CACpB;AAED,WAAS,QAAQ,OAAO;AACzB;AAOO,SAAS,qBACf,SAC2B;AACpB,SAAA,IAAI,QAAQ,CAAW,YAAA;AAC7B,iCAA6B,SAAS,OAAO;AAAA,EAAA,CAC7C;AACF;;;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
function getElementDimensionsCallback(element, callback) {
|
|
2
|
-
const observer = new IntersectionObserver((entries, observer2) => {
|
|
3
|
-
if (entries.length === 1) {
|
|
4
|
-
callback(entries[0].boundingClientRect);
|
|
5
|
-
} else {
|
|
6
|
-
const entry = entries.find((entry2) => entry2.boundingClientRect.width > 0 || entry2.boundingClientRect.height > 0) || entries[0];
|
|
7
|
-
callback(entry.boundingClientRect);
|
|
8
|
-
}
|
|
9
|
-
observer2.disconnect();
|
|
10
|
-
});
|
|
11
|
-
observer.observe(element);
|
|
12
|
-
}
|
|
13
|
-
function getElementDimensions(element) {
|
|
14
|
-
return new Promise((resolve) => {
|
|
15
|
-
getElementDimensionsCallback(element, resolve);
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
export {
|
|
19
|
-
getElementDimensions,
|
|
20
|
-
getElementDimensionsCallback
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=getElementDimensions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getElementDimensions.js","sources":["../../../../../packages/utilities/src/dom/getElementDimensions.ts"],"sourcesContent":["/**\n * Calls the callback with the element's dimensions.\n *\n * @param element - The element to observe for dimensions\n * @param callback - The callback to call with the element's dimensions\n */\nexport function getElementDimensionsCallback(\n\telement: HTMLElement,\n\tcallback: (dimensions: DOMRectReadOnly) => void,\n) {\n\tconst observer = new IntersectionObserver((entries, observer) => {\n\t\tif (entries.length === 1) {\n\t\t\tcallback(entries[0].boundingClientRect)\n\t\t} else {\n\t\t\tconst entry = entries.find(entry => entry.boundingClientRect.width > 0 || entry.boundingClientRect.height > 0) || entries[0]\n\t\t\tcallback(entry.boundingClientRect)\n\t\t}\n\n\t\tobserver.disconnect()\n\t})\n\n\tobserver.observe(element)\n}\n\n/**\n * Returns a promise that resolves with the element's dimensions.\n * @param element - The element to observe for dimensions\n * @returns A promise that resolves with the element's dimensions\n */\nexport function getElementDimensions(\n\telement: HTMLElement,\n): Promise<DOMRectReadOnly> {\n\treturn new Promise(resolve => {\n\t\tgetElementDimensionsCallback(element, resolve)\n\t})\n}\n"],"names":["observer","entry"],"mappings":"AAMgB,SAAA,6BACf,SACA,UACC;AACD,QAAM,WAAW,IAAI,qBAAqB,CAAC,SAASA,cAAa;AAC5D,QAAA,QAAQ,WAAW,GAAG;AAChB,eAAA,QAAQ,CAAC,EAAE,kBAAkB;AAAA,IAAA,OAChC;AACN,YAAM,QAAQ,QAAQ,KAAK,CAAAC,WAASA,OAAM,mBAAmB,QAAQ,KAAKA,OAAM,mBAAmB,SAAS,CAAC,KAAK,QAAQ,CAAC;AAC3H,eAAS,MAAM,kBAAkB;AAAA,IAClC;AAEAD,cAAS,WAAW;AAAA,EAAA,CACpB;AAED,WAAS,QAAQ,OAAO;AACzB;AAOO,SAAS,qBACf,SAC2B;AACpB,SAAA,IAAI,QAAQ,CAAW,YAAA;AAC7B,iCAA6B,SAAS,OAAO;AAAA,EAAA,CAC7C;AACF;"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
function getSizeFromResizeObserverEntryFactory(box) {
|
|
4
|
-
return function getSizeFromResizeObserverEntry(entry) {
|
|
5
|
-
const boxSize = box === "border-box" ? entry.borderBoxSize : box === "content-box" ? entry.contentBoxSize : entry.devicePixelContentBoxSize;
|
|
6
|
-
if (boxSize) {
|
|
7
|
-
const formatBoxSize = Array.isArray(boxSize) ? boxSize : [boxSize];
|
|
8
|
-
return formatBoxSize.reduce(
|
|
9
|
-
(previous, { inlineSize, blockSize }) => ({
|
|
10
|
-
width: previous.width + inlineSize,
|
|
11
|
-
height: previous.height + blockSize
|
|
12
|
-
}),
|
|
13
|
-
{ height: 0, width: 0 }
|
|
14
|
-
);
|
|
15
|
-
} else {
|
|
16
|
-
return {
|
|
17
|
-
width: entry.contentRect.width,
|
|
18
|
-
height: entry.contentRect.height
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
exports.getSizeFromResizeObserverEntryFactory = getSizeFromResizeObserverEntryFactory;
|
|
24
|
-
//# sourceMappingURL=getSizeFromResizeObserverEntry.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getSizeFromResizeObserverEntry.cjs","sources":["../../../../../packages/utilities/src/dom/getSizeFromResizeObserverEntry.ts"],"sourcesContent":["export function getSizeFromResizeObserverEntryFactory(box: ResizeObserverOptions['box']) {\n\treturn function getSizeFromResizeObserverEntry(entry: ResizeObserverEntry): { height: number; width: number } {\n\t\tconst boxSize = box === 'border-box'\n\t\t\t? entry.borderBoxSize\n\t\t\t: box === 'content-box'\n\t\t\t\t? entry.contentBoxSize\n\t\t\t\t: entry.devicePixelContentBoxSize\n\n\t\tif (boxSize) {\n\t\t\tconst formatBoxSize: ResizeObserverSize[] = Array.isArray(boxSize) ? boxSize : [boxSize]\n\n\t\t\treturn formatBoxSize.reduce(\n\t\t\t\t(previous, { inlineSize, blockSize }) => ({\n\t\t\t\t\twidth: previous.width + inlineSize,\n\t\t\t\t\theight: previous.height + blockSize,\n\t\t\t\t}),\n\t\t\t\t{ height: 0, width: 0 },\n\t\t\t)\n\t\t} else {\n\t\t\treturn {\n\t\t\t\twidth: entry.contentRect.width,\n\t\t\t\theight: entry.contentRect.height,\n\t\t\t}\n\t\t}\n\t}\n}\n"],"names":[],"mappings":";;AAAO,SAAS,sCAAsC,KAAmC;AACjF,SAAA,SAAS,+BAA+B,OAA+D;AACvG,UAAA,UAAU,QAAQ,eACrB,MAAM,gBACN,QAAQ,gBACP,MAAM,iBACN,MAAM;AAEV,QAAI,SAAS;AACZ,YAAM,gBAAsC,MAAM,QAAQ,OAAO,IAAI,UAAU,CAAC,OAAO;AAEvF,aAAO,cAAc;AAAA,QACpB,CAAC,UAAU,EAAE,YAAY,iBAAiB;AAAA,UACzC,OAAO,SAAS,QAAQ;AAAA,UACxB,QAAQ,SAAS,SAAS;AAAA,QAAA;AAAA,QAE3B,EAAE,QAAQ,GAAG,OAAO,EAAE;AAAA,MAAA;AAAA,IACvB,OACM;AACC,aAAA;AAAA,QACN,OAAO,MAAM,YAAY;AAAA,QACzB,QAAQ,MAAM,YAAY;AAAA,MAAA;AAAA,IAE5B;AAAA,EAAA;AAEF;;"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
function getSizeFromResizeObserverEntryFactory(box) {
|
|
2
|
-
return function getSizeFromResizeObserverEntry(entry) {
|
|
3
|
-
const boxSize = box === "border-box" ? entry.borderBoxSize : box === "content-box" ? entry.contentBoxSize : entry.devicePixelContentBoxSize;
|
|
4
|
-
if (boxSize) {
|
|
5
|
-
const formatBoxSize = Array.isArray(boxSize) ? boxSize : [boxSize];
|
|
6
|
-
return formatBoxSize.reduce(
|
|
7
|
-
(previous, { inlineSize, blockSize }) => ({
|
|
8
|
-
width: previous.width + inlineSize,
|
|
9
|
-
height: previous.height + blockSize
|
|
10
|
-
}),
|
|
11
|
-
{ height: 0, width: 0 }
|
|
12
|
-
);
|
|
13
|
-
} else {
|
|
14
|
-
return {
|
|
15
|
-
width: entry.contentRect.width,
|
|
16
|
-
height: entry.contentRect.height
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export {
|
|
22
|
-
getSizeFromResizeObserverEntryFactory
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=getSizeFromResizeObserverEntry.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getSizeFromResizeObserverEntry.js","sources":["../../../../../packages/utilities/src/dom/getSizeFromResizeObserverEntry.ts"],"sourcesContent":["export function getSizeFromResizeObserverEntryFactory(box: ResizeObserverOptions['box']) {\n\treturn function getSizeFromResizeObserverEntry(entry: ResizeObserverEntry): { height: number; width: number } {\n\t\tconst boxSize = box === 'border-box'\n\t\t\t? entry.borderBoxSize\n\t\t\t: box === 'content-box'\n\t\t\t\t? entry.contentBoxSize\n\t\t\t\t: entry.devicePixelContentBoxSize\n\n\t\tif (boxSize) {\n\t\t\tconst formatBoxSize: ResizeObserverSize[] = Array.isArray(boxSize) ? boxSize : [boxSize]\n\n\t\t\treturn formatBoxSize.reduce(\n\t\t\t\t(previous, { inlineSize, blockSize }) => ({\n\t\t\t\t\twidth: previous.width + inlineSize,\n\t\t\t\t\theight: previous.height + blockSize,\n\t\t\t\t}),\n\t\t\t\t{ height: 0, width: 0 },\n\t\t\t)\n\t\t} else {\n\t\t\treturn {\n\t\t\t\twidth: entry.contentRect.width,\n\t\t\t\theight: entry.contentRect.height,\n\t\t\t}\n\t\t}\n\t}\n}\n"],"names":[],"mappings":"AAAO,SAAS,sCAAsC,KAAmC;AACjF,SAAA,SAAS,+BAA+B,OAA+D;AACvG,UAAA,UAAU,QAAQ,eACrB,MAAM,gBACN,QAAQ,gBACP,MAAM,iBACN,MAAM;AAEV,QAAI,SAAS;AACZ,YAAM,gBAAsC,MAAM,QAAQ,OAAO,IAAI,UAAU,CAAC,OAAO;AAEvF,aAAO,cAAc;AAAA,QACpB,CAAC,UAAU,EAAE,YAAY,iBAAiB;AAAA,UACzC,OAAO,SAAS,QAAQ;AAAA,UACxB,QAAQ,SAAS,SAAS;AAAA,QAAA;AAAA,QAE3B,EAAE,QAAQ,GAAG,OAAO,EAAE;AAAA,MAAA;AAAA,IACvB,OACM;AACC,aAAA;AAAA,QACN,OAAO,MAAM,YAAY;AAAA,QACzB,QAAQ,MAAM,YAAY;AAAA,MAAA;AAAA,IAE5B;AAAA,EAAA;AAEF;"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const interactiveElements = /* @__PURE__ */ new Set(["INPUT", "TEXTAREA", "SELECT", "OPTION", "BUTTON"]);
|
|
4
|
-
const shouldCancelStart = (event) => {
|
|
5
|
-
if (!(event.target instanceof Element)) {
|
|
6
|
-
return true;
|
|
7
|
-
}
|
|
8
|
-
let el = event.target;
|
|
9
|
-
while (el) {
|
|
10
|
-
if (el instanceof Element) {
|
|
11
|
-
if (interactiveElements.has(el.tagName)) {
|
|
12
|
-
return true;
|
|
13
|
-
}
|
|
14
|
-
if (el.sortableHandle === true) {
|
|
15
|
-
return false;
|
|
16
|
-
}
|
|
17
|
-
if (el.getAttribute("data-slate-void") === "true") {
|
|
18
|
-
return false;
|
|
19
|
-
}
|
|
20
|
-
if (el instanceof HTMLElement && el.contentEditable === "true") {
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
el = el.parentNode;
|
|
25
|
-
}
|
|
26
|
-
return false;
|
|
27
|
-
};
|
|
28
|
-
exports.shouldCancelStart = shouldCancelStart;
|
|
29
|
-
//# sourceMappingURL=shouldCancelStart.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shouldCancelStart.cjs","sources":["../../../../../packages/utilities/src/dom/shouldCancelStart.ts"],"sourcesContent":["const interactiveElements = new Set(['INPUT', 'TEXTAREA', 'SELECT', 'OPTION', 'BUTTON'])\n\n// This is almost completely copied from the defaultShouldCancelStart.js from react-sortable-hoc.\n// We just needed to add support for slate void elements as well as some additional checks.\nexport const shouldCancelStart = (event: {target?: unknown}): boolean => {\n\t// Cancel sorting if the event target is an `input`, `textarea`, `select` or `option`\n\tif (!(event.target instanceof Element)) {\n\t\treturn true\n\t}\n\n\tlet el: Node | null = event.target\n\n\twhile (el) {\n\t\tif (el instanceof Element) {\n\t\t\tif (interactiveElements.has(el.tagName)) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t\tif ((el as any).sortableHandle === true) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tif (el.getAttribute('data-slate-void') === 'true') {\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tif (el instanceof HTMLElement && el.contentEditable === 'true') {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\tel = el.parentNode\n\t}\n\n\treturn false\n}\n"],"names":[],"mappings":";;AAAA,MAAM,0CAA0B,IAAI,CAAC,SAAS,YAAY,UAAU,UAAU,QAAQ,CAAC;AAI1E,MAAA,oBAAoB,CAAC,UAAuC;AAEpE,MAAA,EAAE,MAAM,kBAAkB,UAAU;AAChC,WAAA;AAAA,EACR;AAEA,MAAI,KAAkB,MAAM;AAE5B,SAAO,IAAI;AACV,QAAI,cAAc,SAAS;AAC1B,UAAI,oBAAoB,IAAI,GAAG,OAAO,GAAG;AACjC,eAAA;AAAA,MACR;AACK,UAAA,GAAW,mBAAmB,MAAM;AACjC,eAAA;AAAA,MACR;AACA,UAAI,GAAG,aAAa,iBAAiB,MAAM,QAAQ;AAC3C,eAAA;AAAA,MACR;AACA,UAAI,cAAc,eAAe,GAAG,oBAAoB,QAAQ;AACxD,eAAA;AAAA,MACR;AAAA,IACD;AACA,SAAK,GAAG;AAAA,EACT;AAEO,SAAA;AACR;;"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
const interactiveElements = /* @__PURE__ */ new Set(["INPUT", "TEXTAREA", "SELECT", "OPTION", "BUTTON"]);
|
|
2
|
-
const shouldCancelStart = (event) => {
|
|
3
|
-
if (!(event.target instanceof Element)) {
|
|
4
|
-
return true;
|
|
5
|
-
}
|
|
6
|
-
let el = event.target;
|
|
7
|
-
while (el) {
|
|
8
|
-
if (el instanceof Element) {
|
|
9
|
-
if (interactiveElements.has(el.tagName)) {
|
|
10
|
-
return true;
|
|
11
|
-
}
|
|
12
|
-
if (el.sortableHandle === true) {
|
|
13
|
-
return false;
|
|
14
|
-
}
|
|
15
|
-
if (el.getAttribute("data-slate-void") === "true") {
|
|
16
|
-
return false;
|
|
17
|
-
}
|
|
18
|
-
if (el instanceof HTMLElement && el.contentEditable === "true") {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
el = el.parentNode;
|
|
23
|
-
}
|
|
24
|
-
return false;
|
|
25
|
-
};
|
|
26
|
-
export {
|
|
27
|
-
shouldCancelStart
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=shouldCancelStart.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shouldCancelStart.js","sources":["../../../../../packages/utilities/src/dom/shouldCancelStart.ts"],"sourcesContent":["const interactiveElements = new Set(['INPUT', 'TEXTAREA', 'SELECT', 'OPTION', 'BUTTON'])\n\n// This is almost completely copied from the defaultShouldCancelStart.js from react-sortable-hoc.\n// We just needed to add support for slate void elements as well as some additional checks.\nexport const shouldCancelStart = (event: {target?: unknown}): boolean => {\n\t// Cancel sorting if the event target is an `input`, `textarea`, `select` or `option`\n\tif (!(event.target instanceof Element)) {\n\t\treturn true\n\t}\n\n\tlet el: Node | null = event.target\n\n\twhile (el) {\n\t\tif (el instanceof Element) {\n\t\t\tif (interactiveElements.has(el.tagName)) {\n\t\t\t\treturn true\n\t\t\t}\n\t\t\tif ((el as any).sortableHandle === true) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tif (el.getAttribute('data-slate-void') === 'true') {\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tif (el instanceof HTMLElement && el.contentEditable === 'true') {\n\t\t\t\treturn true\n\t\t\t}\n\t\t}\n\t\tel = el.parentNode\n\t}\n\n\treturn false\n}\n"],"names":[],"mappings":"AAAA,MAAM,0CAA0B,IAAI,CAAC,SAAS,YAAY,UAAU,UAAU,QAAQ,CAAC;AAI1E,MAAA,oBAAoB,CAAC,UAAuC;AAEpE,MAAA,EAAE,MAAM,kBAAkB,UAAU;AAChC,WAAA;AAAA,EACR;AAEA,MAAI,KAAkB,MAAM;AAE5B,SAAO,IAAI;AACV,QAAI,cAAc,SAAS;AAC1B,UAAI,oBAAoB,IAAI,GAAG,OAAO,GAAG;AACjC,eAAA;AAAA,MACR;AACK,UAAA,GAAW,mBAAmB,MAAM;AACjC,eAAA;AAAA,MACR;AACA,UAAI,GAAG,aAAa,iBAAiB,MAAM,QAAQ;AAC3C,eAAA;AAAA,MACR;AACA,UAAI,cAAc,eAAe,GAAG,oBAAoB,QAAQ;AACxD,eAAA;AAAA,MACR;AAAA,IACD;AACA,SAAK,GAAG;AAAA,EACT;AAEO,SAAA;AACR;"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const dataAttribute = require("./dataAttribute.cjs");
|
|
4
|
-
const kebabCase = require("../string-utilities/kebabCase.cjs");
|
|
5
|
-
function stateDataAttributes(state) {
|
|
6
|
-
return Object.fromEntries(Object.entries(state).map(
|
|
7
|
-
([key, value]) => [`data-${kebabCase.toKebabCase(key).toLowerCase()}`, dataAttribute.dataAttribute(value)]
|
|
8
|
-
));
|
|
9
|
-
}
|
|
10
|
-
exports.stateDataAttributes = stateDataAttributes;
|
|
11
|
-
//# sourceMappingURL=stateDataAttributes.cjs.map
|