@noma.to/qwik-testing-library 1.0.4 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -16
- package/lib/_virtual/_commonjsHelpers.qwik.cjs +2 -4
- package/lib/_virtual/_commonjsHelpers.qwik.mjs +2 -4
- package/lib/_virtual/{AsymmetricMatcher.qwik.cjs → sourcemap-codec.umd.qwik.cjs} +2 -2
- package/lib/_virtual/sourcemap-codec.umd.qwik.mjs +4 -0
- package/lib/index.qwik.cjs +11 -80
- package/lib/index.qwik.mjs +6 -81
- package/lib/lib/mock.qwik.cjs +14 -0
- package/lib/lib/mock.qwik.mjs +14 -0
- package/lib/lib/qwik-testing-library.qwik.cjs +20 -80
- package/lib/lib/qwik-testing-library.qwik.mjs +16 -82
- package/lib/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.qwik.cjs +425 -0
- package/lib/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.qwik.mjs +425 -0
- package/lib/node_modules/.pnpm/@vitest_expect@2.1.1/node_modules/@vitest/expect/dist/index.qwik.cjs +1967 -0
- package/lib/node_modules/.pnpm/@vitest_expect@2.1.1/node_modules/@vitest/expect/dist/index.qwik.mjs +1967 -0
- package/lib/node_modules/.pnpm/@vitest_pretty-format@2.1.1/node_modules/@vitest/pretty-format/dist/index.qwik.cjs +1202 -0
- package/lib/node_modules/.pnpm/@vitest_pretty-format@2.1.1/node_modules/@vitest/pretty-format/dist/index.qwik.mjs +1202 -0
- package/lib/node_modules/.pnpm/@vitest_runner@2.1.1/node_modules/@vitest/runner/dist/chunk-tasks.qwik.cjs +44 -0
- package/lib/node_modules/.pnpm/@vitest_runner@2.1.1/node_modules/@vitest/runner/dist/chunk-tasks.qwik.mjs +44 -0
- package/lib/node_modules/.pnpm/@vitest_runner@2.1.1/node_modules/@vitest/runner/dist/index.qwik.cjs +665 -0
- package/lib/node_modules/.pnpm/@vitest_runner@2.1.1/node_modules/@vitest/runner/dist/index.qwik.mjs +665 -0
- package/lib/node_modules/.pnpm/@vitest_snapshot@2.1.1/node_modules/@vitest/snapshot/dist/index.qwik.cjs +1641 -0
- package/lib/node_modules/.pnpm/@vitest_snapshot@2.1.1/node_modules/@vitest/snapshot/dist/index.qwik.mjs +1641 -0
- package/lib/node_modules/.pnpm/@vitest_spy@2.1.1/node_modules/@vitest/spy/dist/index.qwik.cjs +148 -0
- package/lib/node_modules/.pnpm/@vitest_spy@2.1.1/node_modules/@vitest/spy/dist/index.qwik.mjs +148 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/chunk-display.qwik.cjs +158 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/chunk-display.qwik.mjs +158 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/diff.qwik.cjs +1731 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/diff.qwik.mjs +1731 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/error.qwik.cjs +137 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/error.qwik.mjs +137 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/helpers.qwik.cjs +150 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/helpers.qwik.mjs +150 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/index.qwik.cjs +81 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/index.qwik.mjs +81 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/source-map.qwik.cjs +216 -0
- package/lib/node_modules/.pnpm/@vitest_utils@2.1.1/node_modules/@vitest/utils/dist/source-map.qwik.mjs +216 -0
- package/lib/node_modules/.pnpm/chai@5.1.1/node_modules/chai/chai.qwik.cjs +3905 -0
- package/lib/node_modules/.pnpm/chai@5.1.1/node_modules/chai/chai.qwik.mjs +3905 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/arguments.qwik.cjs +9 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/arguments.qwik.mjs +10 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/array.qwik.cjs +16 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/array.qwik.mjs +17 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/bigint.qwik.cjs +9 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/bigint.qwik.mjs +10 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/class.qwik.cjs +16 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/class.qwik.mjs +17 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/date.qwik.cjs +12 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/date.qwik.mjs +13 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/error.qwik.cjs +30 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/error.qwik.mjs +31 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/function.qwik.cjs +11 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/function.qwik.mjs +12 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/helpers.qwik.cjs +160 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/helpers.qwik.mjs +160 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/html.qwik.cjs +36 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/html.qwik.mjs +36 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/index.qwik.cjs +130 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/index.qwik.mjs +130 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/map.qwik.cjs +25 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/map.qwik.mjs +26 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/number.qwik.cjs +19 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/number.qwik.mjs +20 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/object.qwik.cjs +24 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/object.qwik.mjs +25 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/promise.qwik.cjs +17 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/promise.qwik.mjs +18 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/regexp.qwik.cjs +9 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/regexp.qwik.mjs +10 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/set.qwik.cjs +16 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/set.qwik.mjs +17 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/string.qwik.cjs +24 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/string.qwik.mjs +25 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/symbol.qwik.cjs +8 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/symbol.qwik.mjs +9 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/typedarray.qwik.cjs +34 -0
- package/lib/node_modules/.pnpm/loupe@3.1.1/node_modules/loupe/lib/typedarray.qwik.mjs +35 -0
- package/lib/node_modules/.pnpm/magic-string@0.30.11/node_modules/magic-string/dist/magic-string.es.qwik.cjs +968 -0
- package/lib/node_modules/.pnpm/magic-string@0.30.11/node_modules/magic-string/dist/magic-string.es.qwik.mjs +968 -0
- package/lib/node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/shared/pathe.ff20891b.qwik.cjs +101 -0
- package/lib/node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/shared/pathe.ff20891b.qwik.mjs +101 -0
- package/lib/node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/browser.qwik.cjs +7 -0
- package/lib/node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/browser.qwik.mjs +8 -0
- package/lib/node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.qwik.cjs +80 -0
- package/lib/node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.qwik.mjs +80 -0
- package/lib/node_modules/.pnpm/tinyspy@3.0.2/node_modules/tinyspy/dist/index.qwik.cjs +104 -0
- package/lib/node_modules/.pnpm/tinyspy@3.0.2/node_modules/tinyspy/dist/index.qwik.mjs +104 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.qwik.cjs +8 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.qwik.mjs +8 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/base.BlXpj3e_.qwik.cjs +6 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/base.BlXpj3e_.qwik.mjs +6 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/date.W2xKR2qe.qwik.cjs +56 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/date.W2xKR2qe.qwik.mjs +56 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/utils.Ck2hJTRs.qwik.cjs +16 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/utils.Ck2hJTRs.qwik.mjs +16 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/vi.D6IHiKAI.qwik.cjs +2556 -0
- package/lib/node_modules/.pnpm/vitest@2.1.1_@types_node@22.7.4_@vitest_ui@2.1.1_jsdom@25.0.1/node_modules/vitest/dist/chunks/vi.D6IHiKAI.qwik.mjs +2556 -0
- package/lib-types/lib/mock.d.ts +34 -0
- package/lib-types/lib/qwik-testing-library.d.ts +2 -1
- package/package.json +9 -6
- package/lib/_virtual/AsymmetricMatcher.qwik.mjs +0 -4
- package/lib/_virtual/ConvertAnsi.qwik.cjs +0 -4
- package/lib/_virtual/ConvertAnsi.qwik.mjs +0 -4
- package/lib/_virtual/DOMCollection.qwik.cjs +0 -4
- package/lib/_virtual/DOMCollection.qwik.mjs +0 -4
- package/lib/_virtual/DOMElement.qwik.cjs +0 -4
- package/lib/_virtual/DOMElement.qwik.mjs +0 -4
- package/lib/_virtual/Immutable.qwik.cjs +0 -4
- package/lib/_virtual/Immutable.qwik.mjs +0 -4
- package/lib/_virtual/ReactElement.qwik.cjs +0 -4
- package/lib/_virtual/ReactElement.qwik.mjs +0 -4
- package/lib/_virtual/ReactTestComponent.qwik.cjs +0 -4
- package/lib/_virtual/ReactTestComponent.qwik.mjs +0 -4
- package/lib/_virtual/alertRole.qwik.cjs +0 -4
- package/lib/_virtual/alertRole.qwik.mjs +0 -4
- package/lib/_virtual/alertdialogRole.qwik.cjs +0 -4
- package/lib/_virtual/alertdialogRole.qwik.mjs +0 -4
- package/lib/_virtual/applicationRole.qwik.cjs +0 -4
- package/lib/_virtual/applicationRole.qwik.mjs +0 -4
- package/lib/_virtual/ariaAbstractRoles.qwik.cjs +0 -4
- package/lib/_virtual/ariaAbstractRoles.qwik.mjs +0 -4
- package/lib/_virtual/ariaDpubRoles.qwik.cjs +0 -4
- package/lib/_virtual/ariaDpubRoles.qwik.mjs +0 -4
- package/lib/_virtual/ariaGraphicsRoles.qwik.cjs +0 -4
- package/lib/_virtual/ariaGraphicsRoles.qwik.mjs +0 -4
- package/lib/_virtual/ariaLiteralRoles.qwik.cjs +0 -4
- package/lib/_virtual/ariaLiteralRoles.qwik.mjs +0 -4
- package/lib/_virtual/ariaPropsMap.qwik.cjs +0 -4
- package/lib/_virtual/ariaPropsMap.qwik.mjs +0 -4
- package/lib/_virtual/articleRole.qwik.cjs +0 -4
- package/lib/_virtual/articleRole.qwik.mjs +0 -4
- package/lib/_virtual/bannerRole.qwik.cjs +0 -4
- package/lib/_virtual/bannerRole.qwik.mjs +0 -4
- package/lib/_virtual/blockquoteRole.qwik.cjs +0 -4
- package/lib/_virtual/blockquoteRole.qwik.mjs +0 -4
- package/lib/_virtual/buttonRole.qwik.cjs +0 -4
- package/lib/_virtual/buttonRole.qwik.mjs +0 -4
- package/lib/_virtual/captionRole.qwik.cjs +0 -4
- package/lib/_virtual/captionRole.qwik.mjs +0 -4
- package/lib/_virtual/cellRole.qwik.cjs +0 -4
- package/lib/_virtual/cellRole.qwik.mjs +0 -4
- package/lib/_virtual/checkboxRole.qwik.cjs +0 -4
- package/lib/_virtual/checkboxRole.qwik.mjs +0 -4
- package/lib/_virtual/codeRole.qwik.cjs +0 -4
- package/lib/_virtual/codeRole.qwik.mjs +0 -4
- package/lib/_virtual/collections.qwik.cjs +0 -4
- package/lib/_virtual/collections.qwik.mjs +0 -4
- package/lib/_virtual/columnheaderRole.qwik.cjs +0 -4
- package/lib/_virtual/columnheaderRole.qwik.mjs +0 -4
- package/lib/_virtual/comboboxRole.qwik.cjs +0 -4
- package/lib/_virtual/comboboxRole.qwik.mjs +0 -4
- package/lib/_virtual/commandRole.qwik.cjs +0 -4
- package/lib/_virtual/commandRole.qwik.mjs +0 -4
- package/lib/_virtual/complementaryRole.qwik.cjs +0 -4
- package/lib/_virtual/complementaryRole.qwik.mjs +0 -4
- package/lib/_virtual/compositeRole.qwik.cjs +0 -4
- package/lib/_virtual/compositeRole.qwik.mjs +0 -4
- package/lib/_virtual/contentinfoRole.qwik.cjs +0 -4
- package/lib/_virtual/contentinfoRole.qwik.mjs +0 -4
- package/lib/_virtual/definitionRole.qwik.cjs +0 -4
- package/lib/_virtual/definitionRole.qwik.mjs +0 -4
- package/lib/_virtual/deletionRole.qwik.cjs +0 -4
- package/lib/_virtual/deletionRole.qwik.mjs +0 -4
- package/lib/_virtual/dialogRole.qwik.cjs +0 -4
- package/lib/_virtual/dialogRole.qwik.mjs +0 -4
- package/lib/_virtual/directoryRole.qwik.cjs +0 -4
- package/lib/_virtual/directoryRole.qwik.mjs +0 -4
- package/lib/_virtual/docAbstractRole.qwik.cjs +0 -4
- package/lib/_virtual/docAbstractRole.qwik.mjs +0 -4
- package/lib/_virtual/docAcknowledgmentsRole.qwik.cjs +0 -4
- package/lib/_virtual/docAcknowledgmentsRole.qwik.mjs +0 -4
- package/lib/_virtual/docAfterwordRole.qwik.cjs +0 -4
- package/lib/_virtual/docAfterwordRole.qwik.mjs +0 -4
- package/lib/_virtual/docAppendixRole.qwik.cjs +0 -4
- package/lib/_virtual/docAppendixRole.qwik.mjs +0 -4
- package/lib/_virtual/docBacklinkRole.qwik.cjs +0 -4
- package/lib/_virtual/docBacklinkRole.qwik.mjs +0 -4
- package/lib/_virtual/docBiblioentryRole.qwik.cjs +0 -4
- package/lib/_virtual/docBiblioentryRole.qwik.mjs +0 -4
- package/lib/_virtual/docBibliographyRole.qwik.cjs +0 -4
- package/lib/_virtual/docBibliographyRole.qwik.mjs +0 -4
- package/lib/_virtual/docBibliorefRole.qwik.cjs +0 -4
- package/lib/_virtual/docBibliorefRole.qwik.mjs +0 -4
- package/lib/_virtual/docChapterRole.qwik.cjs +0 -4
- package/lib/_virtual/docChapterRole.qwik.mjs +0 -4
- package/lib/_virtual/docColophonRole.qwik.cjs +0 -4
- package/lib/_virtual/docColophonRole.qwik.mjs +0 -4
- package/lib/_virtual/docConclusionRole.qwik.cjs +0 -4
- package/lib/_virtual/docConclusionRole.qwik.mjs +0 -4
- package/lib/_virtual/docCoverRole.qwik.cjs +0 -4
- package/lib/_virtual/docCoverRole.qwik.mjs +0 -4
- package/lib/_virtual/docCreditRole.qwik.cjs +0 -4
- package/lib/_virtual/docCreditRole.qwik.mjs +0 -4
- package/lib/_virtual/docCreditsRole.qwik.cjs +0 -4
- package/lib/_virtual/docCreditsRole.qwik.mjs +0 -4
- package/lib/_virtual/docDedicationRole.qwik.cjs +0 -4
- package/lib/_virtual/docDedicationRole.qwik.mjs +0 -4
- package/lib/_virtual/docEndnoteRole.qwik.cjs +0 -4
- package/lib/_virtual/docEndnoteRole.qwik.mjs +0 -4
- package/lib/_virtual/docEndnotesRole.qwik.cjs +0 -4
- package/lib/_virtual/docEndnotesRole.qwik.mjs +0 -4
- package/lib/_virtual/docEpigraphRole.qwik.cjs +0 -4
- package/lib/_virtual/docEpigraphRole.qwik.mjs +0 -4
- package/lib/_virtual/docEpilogueRole.qwik.cjs +0 -4
- package/lib/_virtual/docEpilogueRole.qwik.mjs +0 -4
- package/lib/_virtual/docErrataRole.qwik.cjs +0 -4
- package/lib/_virtual/docErrataRole.qwik.mjs +0 -4
- package/lib/_virtual/docExampleRole.qwik.cjs +0 -4
- package/lib/_virtual/docExampleRole.qwik.mjs +0 -4
- package/lib/_virtual/docFootnoteRole.qwik.cjs +0 -4
- package/lib/_virtual/docFootnoteRole.qwik.mjs +0 -4
- package/lib/_virtual/docForewordRole.qwik.cjs +0 -4
- package/lib/_virtual/docForewordRole.qwik.mjs +0 -4
- package/lib/_virtual/docGlossaryRole.qwik.cjs +0 -4
- package/lib/_virtual/docGlossaryRole.qwik.mjs +0 -4
- package/lib/_virtual/docGlossrefRole.qwik.cjs +0 -4
- package/lib/_virtual/docGlossrefRole.qwik.mjs +0 -4
- package/lib/_virtual/docIndexRole.qwik.cjs +0 -4
- package/lib/_virtual/docIndexRole.qwik.mjs +0 -4
- package/lib/_virtual/docIntroductionRole.qwik.cjs +0 -4
- package/lib/_virtual/docIntroductionRole.qwik.mjs +0 -4
- package/lib/_virtual/docNoterefRole.qwik.cjs +0 -4
- package/lib/_virtual/docNoterefRole.qwik.mjs +0 -4
- package/lib/_virtual/docNoticeRole.qwik.cjs +0 -4
- package/lib/_virtual/docNoticeRole.qwik.mjs +0 -4
- package/lib/_virtual/docPagebreakRole.qwik.cjs +0 -4
- package/lib/_virtual/docPagebreakRole.qwik.mjs +0 -4
- package/lib/_virtual/docPagelistRole.qwik.cjs +0 -4
- package/lib/_virtual/docPagelistRole.qwik.mjs +0 -4
- package/lib/_virtual/docPartRole.qwik.cjs +0 -4
- package/lib/_virtual/docPartRole.qwik.mjs +0 -4
- package/lib/_virtual/docPrefaceRole.qwik.cjs +0 -4
- package/lib/_virtual/docPrefaceRole.qwik.mjs +0 -4
- package/lib/_virtual/docPrologueRole.qwik.cjs +0 -4
- package/lib/_virtual/docPrologueRole.qwik.mjs +0 -4
- package/lib/_virtual/docPullquoteRole.qwik.cjs +0 -4
- package/lib/_virtual/docPullquoteRole.qwik.mjs +0 -4
- package/lib/_virtual/docQnaRole.qwik.cjs +0 -4
- package/lib/_virtual/docQnaRole.qwik.mjs +0 -4
- package/lib/_virtual/docSubtitleRole.qwik.cjs +0 -4
- package/lib/_virtual/docSubtitleRole.qwik.mjs +0 -4
- package/lib/_virtual/docTipRole.qwik.cjs +0 -4
- package/lib/_virtual/docTipRole.qwik.mjs +0 -4
- package/lib/_virtual/docTocRole.qwik.cjs +0 -4
- package/lib/_virtual/docTocRole.qwik.mjs +0 -4
- package/lib/_virtual/documentRole.qwik.cjs +0 -4
- package/lib/_virtual/documentRole.qwik.mjs +0 -4
- package/lib/_virtual/domMap.qwik.cjs +0 -4
- package/lib/_virtual/domMap.qwik.mjs +0 -4
- package/lib/_virtual/elementRoleMap.qwik.cjs +0 -4
- package/lib/_virtual/elementRoleMap.qwik.mjs +0 -4
- package/lib/_virtual/emphasisRole.qwik.cjs +0 -4
- package/lib/_virtual/emphasisRole.qwik.mjs +0 -4
- package/lib/_virtual/escapeHTML.qwik.cjs +0 -4
- package/lib/_virtual/escapeHTML.qwik.mjs +0 -4
- package/lib/_virtual/feedRole.qwik.cjs +0 -4
- package/lib/_virtual/feedRole.qwik.mjs +0 -4
- package/lib/_virtual/figureRole.qwik.cjs +0 -4
- package/lib/_virtual/figureRole.qwik.mjs +0 -4
- package/lib/_virtual/formRole.qwik.cjs +0 -4
- package/lib/_virtual/formRole.qwik.mjs +0 -4
- package/lib/_virtual/genericRole.qwik.cjs +0 -4
- package/lib/_virtual/genericRole.qwik.mjs +0 -4
- package/lib/_virtual/graphicsDocumentRole.qwik.cjs +0 -4
- package/lib/_virtual/graphicsDocumentRole.qwik.mjs +0 -4
- package/lib/_virtual/graphicsObjectRole.qwik.cjs +0 -4
- package/lib/_virtual/graphicsObjectRole.qwik.mjs +0 -4
- package/lib/_virtual/graphicsSymbolRole.qwik.cjs +0 -4
- package/lib/_virtual/graphicsSymbolRole.qwik.mjs +0 -4
- package/lib/_virtual/gridRole.qwik.cjs +0 -4
- package/lib/_virtual/gridRole.qwik.mjs +0 -4
- package/lib/_virtual/gridcellRole.qwik.cjs +0 -4
- package/lib/_virtual/gridcellRole.qwik.mjs +0 -4
- package/lib/_virtual/groupRole.qwik.cjs +0 -4
- package/lib/_virtual/groupRole.qwik.mjs +0 -4
- package/lib/_virtual/headingRole.qwik.cjs +0 -4
- package/lib/_virtual/headingRole.qwik.mjs +0 -4
- package/lib/_virtual/imgRole.qwik.cjs +0 -4
- package/lib/_virtual/imgRole.qwik.mjs +0 -4
- package/lib/_virtual/index.qwik.cjs +0 -4
- package/lib/_virtual/index.qwik.mjs +0 -4
- package/lib/_virtual/index.qwik2.cjs +0 -4
- package/lib/_virtual/index.qwik2.mjs +0 -4
- package/lib/_virtual/index.qwik3.cjs +0 -4
- package/lib/_virtual/index.qwik3.mjs +0 -4
- package/lib/_virtual/index.qwik4.cjs +0 -4
- package/lib/_virtual/index.qwik4.mjs +0 -4
- package/lib/_virtual/index.qwik5.cjs +0 -4
- package/lib/_virtual/index.qwik5.mjs +0 -4
- package/lib/_virtual/inputRole.qwik.cjs +0 -4
- package/lib/_virtual/inputRole.qwik.mjs +0 -4
- package/lib/_virtual/insertionRole.qwik.cjs +0 -4
- package/lib/_virtual/insertionRole.qwik.mjs +0 -4
- package/lib/_virtual/iterationDecorator.qwik.cjs +0 -4
- package/lib/_virtual/iterationDecorator.qwik.mjs +0 -4
- package/lib/_virtual/iteratorProxy.qwik.cjs +0 -4
- package/lib/_virtual/iteratorProxy.qwik.mjs +0 -4
- package/lib/_virtual/landmarkRole.qwik.cjs +0 -4
- package/lib/_virtual/landmarkRole.qwik.mjs +0 -4
- package/lib/_virtual/linkRole.qwik.cjs +0 -4
- package/lib/_virtual/linkRole.qwik.mjs +0 -4
- package/lib/_virtual/listRole.qwik.cjs +0 -4
- package/lib/_virtual/listRole.qwik.mjs +0 -4
- package/lib/_virtual/listboxRole.qwik.cjs +0 -4
- package/lib/_virtual/listboxRole.qwik.mjs +0 -4
- package/lib/_virtual/listitemRole.qwik.cjs +0 -4
- package/lib/_virtual/listitemRole.qwik.mjs +0 -4
- package/lib/_virtual/logRole.qwik.cjs +0 -4
- package/lib/_virtual/logRole.qwik.mjs +0 -4
- package/lib/_virtual/lz-string.qwik.cjs +0 -4
- package/lib/_virtual/lz-string.qwik.mjs +0 -4
- package/lib/_virtual/mainRole.qwik.cjs +0 -4
- package/lib/_virtual/mainRole.qwik.mjs +0 -4
- package/lib/_virtual/markRole.qwik.cjs +0 -4
- package/lib/_virtual/markRole.qwik.mjs +0 -4
- package/lib/_virtual/markup.qwik.cjs +0 -4
- package/lib/_virtual/markup.qwik.mjs +0 -4
- package/lib/_virtual/marqueeRole.qwik.cjs +0 -4
- package/lib/_virtual/marqueeRole.qwik.mjs +0 -4
- package/lib/_virtual/mathRole.qwik.cjs +0 -4
- package/lib/_virtual/mathRole.qwik.mjs +0 -4
- package/lib/_virtual/menuRole.qwik.cjs +0 -4
- package/lib/_virtual/menuRole.qwik.mjs +0 -4
- package/lib/_virtual/menubarRole.qwik.cjs +0 -4
- package/lib/_virtual/menubarRole.qwik.mjs +0 -4
- package/lib/_virtual/menuitemRole.qwik.cjs +0 -4
- package/lib/_virtual/menuitemRole.qwik.mjs +0 -4
- package/lib/_virtual/menuitemcheckboxRole.qwik.cjs +0 -4
- package/lib/_virtual/menuitemcheckboxRole.qwik.mjs +0 -4
- package/lib/_virtual/menuitemradioRole.qwik.cjs +0 -4
- package/lib/_virtual/menuitemradioRole.qwik.mjs +0 -4
- package/lib/_virtual/meterRole.qwik.cjs +0 -4
- package/lib/_virtual/meterRole.qwik.mjs +0 -4
- package/lib/_virtual/navigationRole.qwik.cjs +0 -4
- package/lib/_virtual/navigationRole.qwik.mjs +0 -4
- package/lib/_virtual/noneRole.qwik.cjs +0 -4
- package/lib/_virtual/noneRole.qwik.mjs +0 -4
- package/lib/_virtual/noteRole.qwik.cjs +0 -4
- package/lib/_virtual/noteRole.qwik.mjs +0 -4
- package/lib/_virtual/optionRole.qwik.cjs +0 -4
- package/lib/_virtual/optionRole.qwik.mjs +0 -4
- package/lib/_virtual/paragraphRole.qwik.cjs +0 -4
- package/lib/_virtual/paragraphRole.qwik.mjs +0 -4
- package/lib/_virtual/presentationRole.qwik.cjs +0 -4
- package/lib/_virtual/presentationRole.qwik.mjs +0 -4
- package/lib/_virtual/progressbarRole.qwik.cjs +0 -4
- package/lib/_virtual/progressbarRole.qwik.mjs +0 -4
- package/lib/_virtual/radioRole.qwik.cjs +0 -4
- package/lib/_virtual/radioRole.qwik.mjs +0 -4
- package/lib/_virtual/radiogroupRole.qwik.cjs +0 -4
- package/lib/_virtual/radiogroupRole.qwik.mjs +0 -4
- package/lib/_virtual/rangeRole.qwik.cjs +0 -4
- package/lib/_virtual/rangeRole.qwik.mjs +0 -4
- package/lib/_virtual/react-is.development.qwik.cjs +0 -4
- package/lib/_virtual/react-is.development.qwik.mjs +0 -4
- package/lib/_virtual/react-is.production.min.qwik.cjs +0 -4
- package/lib/_virtual/react-is.production.min.qwik.mjs +0 -4
- package/lib/_virtual/regionRole.qwik.cjs +0 -4
- package/lib/_virtual/regionRole.qwik.mjs +0 -4
- package/lib/_virtual/roleElementMap.qwik.cjs +0 -4
- package/lib/_virtual/roleElementMap.qwik.mjs +0 -4
- package/lib/_virtual/rolesMap.qwik.cjs +0 -4
- package/lib/_virtual/rolesMap.qwik.mjs +0 -4
- package/lib/_virtual/roletypeRole.qwik.cjs +0 -4
- package/lib/_virtual/roletypeRole.qwik.mjs +0 -4
- package/lib/_virtual/rowRole.qwik.cjs +0 -4
- package/lib/_virtual/rowRole.qwik.mjs +0 -4
- package/lib/_virtual/rowgroupRole.qwik.cjs +0 -4
- package/lib/_virtual/rowgroupRole.qwik.mjs +0 -4
- package/lib/_virtual/rowheaderRole.qwik.cjs +0 -4
- package/lib/_virtual/rowheaderRole.qwik.mjs +0 -4
- package/lib/_virtual/scrollbarRole.qwik.cjs +0 -4
- package/lib/_virtual/scrollbarRole.qwik.mjs +0 -4
- package/lib/_virtual/searchRole.qwik.cjs +0 -4
- package/lib/_virtual/searchRole.qwik.mjs +0 -4
- package/lib/_virtual/searchboxRole.qwik.cjs +0 -4
- package/lib/_virtual/searchboxRole.qwik.mjs +0 -4
- package/lib/_virtual/sectionRole.qwik.cjs +0 -4
- package/lib/_virtual/sectionRole.qwik.mjs +0 -4
- package/lib/_virtual/sectionheadRole.qwik.cjs +0 -4
- package/lib/_virtual/sectionheadRole.qwik.mjs +0 -4
- package/lib/_virtual/selectRole.qwik.cjs +0 -4
- package/lib/_virtual/selectRole.qwik.mjs +0 -4
- package/lib/_virtual/separatorRole.qwik.cjs +0 -4
- package/lib/_virtual/separatorRole.qwik.mjs +0 -4
- package/lib/_virtual/sliderRole.qwik.cjs +0 -4
- package/lib/_virtual/sliderRole.qwik.mjs +0 -4
- package/lib/_virtual/spinbuttonRole.qwik.cjs +0 -4
- package/lib/_virtual/spinbuttonRole.qwik.mjs +0 -4
- package/lib/_virtual/statusRole.qwik.cjs +0 -4
- package/lib/_virtual/statusRole.qwik.mjs +0 -4
- package/lib/_virtual/strongRole.qwik.cjs +0 -4
- package/lib/_virtual/strongRole.qwik.mjs +0 -4
- package/lib/_virtual/structureRole.qwik.cjs +0 -4
- package/lib/_virtual/structureRole.qwik.mjs +0 -4
- package/lib/_virtual/subscriptRole.qwik.cjs +0 -4
- package/lib/_virtual/subscriptRole.qwik.mjs +0 -4
- package/lib/_virtual/superscriptRole.qwik.cjs +0 -4
- package/lib/_virtual/superscriptRole.qwik.mjs +0 -4
- package/lib/_virtual/switchRole.qwik.cjs +0 -4
- package/lib/_virtual/switchRole.qwik.mjs +0 -4
- package/lib/_virtual/tabRole.qwik.cjs +0 -4
- package/lib/_virtual/tabRole.qwik.mjs +0 -4
- package/lib/_virtual/tableRole.qwik.cjs +0 -4
- package/lib/_virtual/tableRole.qwik.mjs +0 -4
- package/lib/_virtual/tablistRole.qwik.cjs +0 -4
- package/lib/_virtual/tablistRole.qwik.mjs +0 -4
- package/lib/_virtual/tabpanelRole.qwik.cjs +0 -4
- package/lib/_virtual/tabpanelRole.qwik.mjs +0 -4
- package/lib/_virtual/termRole.qwik.cjs +0 -4
- package/lib/_virtual/termRole.qwik.mjs +0 -4
- package/lib/_virtual/textboxRole.qwik.cjs +0 -4
- package/lib/_virtual/textboxRole.qwik.mjs +0 -4
- package/lib/_virtual/timeRole.qwik.cjs +0 -4
- package/lib/_virtual/timeRole.qwik.mjs +0 -4
- package/lib/_virtual/timerRole.qwik.cjs +0 -4
- package/lib/_virtual/timerRole.qwik.mjs +0 -4
- package/lib/_virtual/toolbarRole.qwik.cjs +0 -4
- package/lib/_virtual/toolbarRole.qwik.mjs +0 -4
- package/lib/_virtual/tooltipRole.qwik.cjs +0 -4
- package/lib/_virtual/tooltipRole.qwik.mjs +0 -4
- package/lib/_virtual/treeRole.qwik.cjs +0 -4
- package/lib/_virtual/treeRole.qwik.mjs +0 -4
- package/lib/_virtual/treegridRole.qwik.cjs +0 -4
- package/lib/_virtual/treegridRole.qwik.mjs +0 -4
- package/lib/_virtual/treeitemRole.qwik.cjs +0 -4
- package/lib/_virtual/treeitemRole.qwik.mjs +0 -4
- package/lib/_virtual/widgetRole.qwik.cjs +0 -4
- package/lib/_virtual/widgetRole.qwik.mjs +0 -4
- package/lib/_virtual/windowRole.qwik.cjs +0 -4
- package/lib/_virtual/windowRole.qwik.mjs +0 -4
- package/lib/node_modules/.pnpm/@testing-library_dom@10.4.0/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.qwik.cjs +0 -2600
- package/lib/node_modules/.pnpm/@testing-library_dom@10.4.0/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.qwik.mjs +0 -2601
- package/lib/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.qwik.cjs +0 -10
- package/lib/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.qwik.mjs +0 -10
- package/lib/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.qwik.cjs +0 -139
- package/lib/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.qwik.mjs +0 -139
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/ariaPropsMap.qwik.cjs +0 -253
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/ariaPropsMap.qwik.mjs +0 -252
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/domMap.qwik.cjs +0 -396
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/domMap.qwik.mjs +0 -395
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/elementRoleMap.qwik.cjs +0 -182
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/elementRoleMap.qwik.mjs +0 -181
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/commandRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/commandRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.qwik.cjs +0 -26
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.qwik.mjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/inputRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/inputRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.qwik.cjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.qwik.mjs +0 -26
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.qwik.cjs +0 -51
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.qwik.mjs +0 -50
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/selectRole.qwik.cjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/selectRole.qwik.mjs +0 -24
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/structureRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/structureRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/windowRole.qwik.cjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/abstract/windowRole.qwik.mjs +0 -24
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.qwik.cjs +0 -48
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.qwik.mjs +0 -47
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.qwik.cjs +0 -129
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.qwik.mjs +0 -128
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.qwik.cjs +0 -21
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.qwik.mjs +0 -20
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.qwik.cjs +0 -261
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.qwik.mjs +0 -260
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.qwik.cjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.qwik.mjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.qwik.cjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.qwik.mjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.qwik.cjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.qwik.mjs +0 -43
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.qwik.cjs +0 -48
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.qwik.mjs +0 -47
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.qwik.cjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.qwik.mjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/alertRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/alertRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/applicationRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/applicationRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/articleRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/articleRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/bannerRole.qwik.cjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/bannerRole.qwik.mjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/buttonRole.qwik.cjs +0 -74
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/buttonRole.qwik.mjs +0 -73
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/captionRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/captionRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/cellRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/cellRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.qwik.cjs +0 -46
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.qwik.mjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/codeRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/codeRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.qwik.cjs +0 -48
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.qwik.mjs +0 -47
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.qwik.cjs +0 -125
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.qwik.mjs +0 -124
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.qwik.cjs +0 -48
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.qwik.mjs +0 -47
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.qwik.cjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.qwik.mjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/definitionRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/definitionRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/deletionRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/deletionRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/dialogRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/dialogRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/directoryRole.qwik.cjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/directoryRole.qwik.mjs +0 -24
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/documentRole.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/documentRole.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/feedRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/feedRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/figureRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/figureRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/formRole.qwik.cjs +0 -50
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/formRole.qwik.mjs +0 -49
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/genericRole.qwik.cjs +0 -120
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/genericRole.qwik.mjs +0 -119
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/gridRole.qwik.cjs +0 -26
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/gridRole.qwik.mjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/groupRole.qwik.cjs +0 -46
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/groupRole.qwik.mjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/headingRole.qwik.cjs +0 -57
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/headingRole.qwik.mjs +0 -56
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/imgRole.qwik.cjs +0 -46
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/imgRole.qwik.mjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/insertionRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/insertionRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/linkRole.qwik.cjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/linkRole.qwik.mjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listboxRole.qwik.cjs +0 -64
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listboxRole.qwik.mjs +0 -63
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listitemRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/listitemRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/logRole.qwik.cjs +0 -25
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/logRole.qwik.mjs +0 -24
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/mainRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/mainRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/markRole.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/markRole.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/mathRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/mathRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuRole.qwik.cjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuRole.qwik.mjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menubarRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menubarRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.qwik.cjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.qwik.mjs +0 -43
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/meterRole.qwik.cjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/meterRole.qwik.mjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/navigationRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/navigationRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/noneRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/noneRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/noteRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/noteRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/optionRole.qwik.cjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/optionRole.qwik.mjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/presentationRole.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/presentationRole.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.qwik.cjs +0 -35
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.qwik.mjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/radioRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/radioRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.qwik.cjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.qwik.mjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/regionRole.qwik.cjs +0 -45
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/regionRole.qwik.mjs +0 -44
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowRole.qwik.cjs +0 -36
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowRole.qwik.mjs +0 -35
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.qwik.cjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.qwik.mjs +0 -37
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.qwik.cjs +0 -43
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.qwik.mjs +0 -42
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/searchRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/searchRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.qwik.cjs +0 -36
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.qwik.mjs +0 -35
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/separatorRole.qwik.cjs +0 -35
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/separatorRole.qwik.mjs +0 -34
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/sliderRole.qwik.cjs +0 -43
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/sliderRole.qwik.mjs +0 -42
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.qwik.cjs +0 -39
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.qwik.mjs +0 -38
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/statusRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/statusRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/strongRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/strongRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/switchRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/switchRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tabRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tabRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tableRole.qwik.cjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tableRole.qwik.mjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tablistRole.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tablistRole.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/termRole.qwik.cjs +0 -33
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/termRole.qwik.mjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/textboxRole.qwik.cjs +0 -108
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/textboxRole.qwik.mjs +0 -107
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/timeRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/timeRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/timerRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/timerRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.qwik.cjs +0 -30
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treeRole.qwik.cjs +0 -29
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treeRole.qwik.mjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treegridRole.qwik.cjs +0 -23
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treegridRole.qwik.mjs +0 -22
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/index.qwik.cjs +0 -36
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/index.qwik.mjs +0 -39
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/roleElementMap.qwik.cjs +0 -162
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/roleElementMap.qwik.mjs +0 -161
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/rolesMap.qwik.cjs +0 -200
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/rolesMap.qwik.mjs +0 -199
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/util/iterationDecorator.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/util/iterationDecorator.qwik.mjs +0 -27
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/util/iteratorProxy.qwik.cjs +0 -32
- package/lib/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/util/iteratorProxy.qwik.mjs +0 -31
- package/lib/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.qwik.cjs +0 -28
- package/lib/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.qwik.mjs +0 -29
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-description.qwik.cjs +0 -70
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-description.qwik.mjs +0 -70
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name-and-description.qwik.cjs +0 -374
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name-and-description.qwik.mjs +0 -374
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name.qwik.cjs +0 -15
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name.qwik.mjs +0 -15
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/getRole.qwik.cjs +0 -185
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/getRole.qwik.mjs +0 -185
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/SetLike.qwik.cjs +0 -103
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/SetLike.qwik.mjs +0 -104
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/array.from.qwik.cjs +0 -41
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/array.from.qwik.mjs +0 -42
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/util.qwik.cjs +0 -87
- package/lib/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/util.qwik.mjs +0 -87
- package/lib/node_modules/.pnpm/lz-string@1.5.0/node_modules/lz-string/libs/lz-string.qwik.cjs +0 -453
- package/lib/node_modules/.pnpm/lz-string@1.5.0/node_modules/lz-string/libs/lz-string.qwik.mjs +0 -454
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/collections.qwik.cjs +0 -114
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/collections.qwik.mjs +0 -115
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.qwik.cjs +0 -388
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.qwik.mjs +0 -391
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/AsymmetricMatcher.qwik.cjs +0 -70
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/AsymmetricMatcher.qwik.mjs +0 -69
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ConvertAnsi.qwik.cjs +0 -68
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ConvertAnsi.qwik.mjs +0 -67
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMCollection.qwik.cjs +0 -47
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMCollection.qwik.mjs +0 -46
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMElement.qwik.cjs +0 -85
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMElement.qwik.mjs +0 -84
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/Immutable.qwik.cjs +0 -154
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/Immutable.qwik.mjs +0 -153
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactElement.qwik.cjs +0 -128
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactElement.qwik.mjs +0 -127
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactTestComponent.qwik.cjs +0 -59
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactTestComponent.qwik.mjs +0 -58
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/escapeHTML.qwik.cjs +0 -9
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/escapeHTML.qwik.mjs +0 -8
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/markup.qwik.cjs +0 -53
- package/lib/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/markup.qwik.mjs +0 -54
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.development.qwik.cjs +0 -199
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.development.qwik.mjs +0 -199
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.production.min.qwik.cjs +0 -123
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/cjs/react-is.production.min.qwik.mjs +0 -123
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/index.qwik.cjs +0 -12
- package/lib/node_modules/.pnpm/react-is@17.0.2/node_modules/react-is/index.qwik.mjs +0 -12
|
@@ -0,0 +1,1202 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const browser = require("../../../../../tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/browser.qwik.cjs");
|
|
4
|
+
function getKeysOfEnumerableProperties(object, compareKeys) {
|
|
5
|
+
const rawKeys = Object.keys(object);
|
|
6
|
+
const keys = compareKeys === null ? rawKeys : rawKeys.sort(compareKeys);
|
|
7
|
+
if (Object.getOwnPropertySymbols) {
|
|
8
|
+
for (const symbol of Object.getOwnPropertySymbols(object)) {
|
|
9
|
+
if (Object.getOwnPropertyDescriptor(object, symbol).enumerable) {
|
|
10
|
+
keys.push(symbol);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return keys;
|
|
15
|
+
}
|
|
16
|
+
function printIteratorEntries(iterator, config, indentation, depth, refs, printer2, separator = ": ") {
|
|
17
|
+
let result = "";
|
|
18
|
+
let width = 0;
|
|
19
|
+
let current = iterator.next();
|
|
20
|
+
if (!current.done) {
|
|
21
|
+
result += config.spacingOuter;
|
|
22
|
+
const indentationNext = indentation + config.indent;
|
|
23
|
+
while (!current.done) {
|
|
24
|
+
result += indentationNext;
|
|
25
|
+
if (width++ === config.maxWidth) {
|
|
26
|
+
result += "…";
|
|
27
|
+
break;
|
|
28
|
+
}
|
|
29
|
+
const name = printer2(
|
|
30
|
+
current.value[0],
|
|
31
|
+
config,
|
|
32
|
+
indentationNext,
|
|
33
|
+
depth,
|
|
34
|
+
refs
|
|
35
|
+
);
|
|
36
|
+
const value = printer2(
|
|
37
|
+
current.value[1],
|
|
38
|
+
config,
|
|
39
|
+
indentationNext,
|
|
40
|
+
depth,
|
|
41
|
+
refs
|
|
42
|
+
);
|
|
43
|
+
result += name + separator + value;
|
|
44
|
+
current = iterator.next();
|
|
45
|
+
if (!current.done) {
|
|
46
|
+
result += `,${config.spacingInner}`;
|
|
47
|
+
} else if (!config.min) {
|
|
48
|
+
result += ",";
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
result += config.spacingOuter + indentation;
|
|
52
|
+
}
|
|
53
|
+
return result;
|
|
54
|
+
}
|
|
55
|
+
function printIteratorValues(iterator, config, indentation, depth, refs, printer2) {
|
|
56
|
+
let result = "";
|
|
57
|
+
let width = 0;
|
|
58
|
+
let current = iterator.next();
|
|
59
|
+
if (!current.done) {
|
|
60
|
+
result += config.spacingOuter;
|
|
61
|
+
const indentationNext = indentation + config.indent;
|
|
62
|
+
while (!current.done) {
|
|
63
|
+
result += indentationNext;
|
|
64
|
+
if (width++ === config.maxWidth) {
|
|
65
|
+
result += "…";
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
result += printer2(current.value, config, indentationNext, depth, refs);
|
|
69
|
+
current = iterator.next();
|
|
70
|
+
if (!current.done) {
|
|
71
|
+
result += `,${config.spacingInner}`;
|
|
72
|
+
} else if (!config.min) {
|
|
73
|
+
result += ",";
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
result += config.spacingOuter + indentation;
|
|
77
|
+
}
|
|
78
|
+
return result;
|
|
79
|
+
}
|
|
80
|
+
function printListItems(list, config, indentation, depth, refs, printer2) {
|
|
81
|
+
let result = "";
|
|
82
|
+
list = list instanceof ArrayBuffer ? new DataView(list) : list;
|
|
83
|
+
const isDataView = (l) => l instanceof DataView;
|
|
84
|
+
const length = isDataView(list) ? list.byteLength : list.length;
|
|
85
|
+
if (length > 0) {
|
|
86
|
+
result += config.spacingOuter;
|
|
87
|
+
const indentationNext = indentation + config.indent;
|
|
88
|
+
for (let i = 0; i < length; i++) {
|
|
89
|
+
result += indentationNext;
|
|
90
|
+
if (i === config.maxWidth) {
|
|
91
|
+
result += "…";
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
if (isDataView(list) || i in list) {
|
|
95
|
+
result += printer2(
|
|
96
|
+
isDataView(list) ? list.getInt8(i) : list[i],
|
|
97
|
+
config,
|
|
98
|
+
indentationNext,
|
|
99
|
+
depth,
|
|
100
|
+
refs
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
if (i < length - 1) {
|
|
104
|
+
result += `,${config.spacingInner}`;
|
|
105
|
+
} else if (!config.min) {
|
|
106
|
+
result += ",";
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
result += config.spacingOuter + indentation;
|
|
110
|
+
}
|
|
111
|
+
return result;
|
|
112
|
+
}
|
|
113
|
+
function printObjectProperties(val, config, indentation, depth, refs, printer2) {
|
|
114
|
+
let result = "";
|
|
115
|
+
const keys = getKeysOfEnumerableProperties(val, config.compareKeys);
|
|
116
|
+
if (keys.length > 0) {
|
|
117
|
+
result += config.spacingOuter;
|
|
118
|
+
const indentationNext = indentation + config.indent;
|
|
119
|
+
for (let i = 0; i < keys.length; i++) {
|
|
120
|
+
const key = keys[i];
|
|
121
|
+
const name = printer2(key, config, indentationNext, depth, refs);
|
|
122
|
+
const value = printer2(val[key], config, indentationNext, depth, refs);
|
|
123
|
+
result += `${indentationNext + name}: ${value}`;
|
|
124
|
+
if (i < keys.length - 1) {
|
|
125
|
+
result += `,${config.spacingInner}`;
|
|
126
|
+
} else if (!config.min) {
|
|
127
|
+
result += ",";
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
result += config.spacingOuter + indentation;
|
|
131
|
+
}
|
|
132
|
+
return result;
|
|
133
|
+
}
|
|
134
|
+
const asymmetricMatcher = typeof Symbol === "function" && Symbol.for ? Symbol.for("jest.asymmetricMatcher") : 1267621;
|
|
135
|
+
const SPACE$2 = " ";
|
|
136
|
+
const serialize$5 = (val, config, indentation, depth, refs, printer2) => {
|
|
137
|
+
const stringedValue = val.toString();
|
|
138
|
+
if (stringedValue === "ArrayContaining" || stringedValue === "ArrayNotContaining") {
|
|
139
|
+
if (++depth > config.maxDepth) {
|
|
140
|
+
return `[${stringedValue}]`;
|
|
141
|
+
}
|
|
142
|
+
return `${stringedValue + SPACE$2}[${printListItems(
|
|
143
|
+
val.sample,
|
|
144
|
+
config,
|
|
145
|
+
indentation,
|
|
146
|
+
depth,
|
|
147
|
+
refs,
|
|
148
|
+
printer2
|
|
149
|
+
)}]`;
|
|
150
|
+
}
|
|
151
|
+
if (stringedValue === "ObjectContaining" || stringedValue === "ObjectNotContaining") {
|
|
152
|
+
if (++depth > config.maxDepth) {
|
|
153
|
+
return `[${stringedValue}]`;
|
|
154
|
+
}
|
|
155
|
+
return `${stringedValue + SPACE$2}{${printObjectProperties(
|
|
156
|
+
val.sample,
|
|
157
|
+
config,
|
|
158
|
+
indentation,
|
|
159
|
+
depth,
|
|
160
|
+
refs,
|
|
161
|
+
printer2
|
|
162
|
+
)}}`;
|
|
163
|
+
}
|
|
164
|
+
if (stringedValue === "StringMatching" || stringedValue === "StringNotMatching") {
|
|
165
|
+
return stringedValue + SPACE$2 + printer2(val.sample, config, indentation, depth, refs);
|
|
166
|
+
}
|
|
167
|
+
if (stringedValue === "StringContaining" || stringedValue === "StringNotContaining") {
|
|
168
|
+
return stringedValue + SPACE$2 + printer2(val.sample, config, indentation, depth, refs);
|
|
169
|
+
}
|
|
170
|
+
if (typeof val.toAsymmetricMatcher !== "function") {
|
|
171
|
+
throw new TypeError(
|
|
172
|
+
`Asymmetric matcher ${val.constructor.name} does not implement toAsymmetricMatcher()`
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
return val.toAsymmetricMatcher();
|
|
176
|
+
};
|
|
177
|
+
const test$5 = (val) => val && val.$$typeof === asymmetricMatcher;
|
|
178
|
+
const plugin$5 = { serialize: serialize$5, test: test$5 };
|
|
179
|
+
const SPACE$1 = " ";
|
|
180
|
+
const OBJECT_NAMES = /* @__PURE__ */ new Set(["DOMStringMap", "NamedNodeMap"]);
|
|
181
|
+
const ARRAY_REGEXP = /^(?:HTML\w*Collection|NodeList)$/;
|
|
182
|
+
function testName(name) {
|
|
183
|
+
return OBJECT_NAMES.has(name) || ARRAY_REGEXP.test(name);
|
|
184
|
+
}
|
|
185
|
+
const test$4 = (val) => val && val.constructor && !!val.constructor.name && testName(val.constructor.name);
|
|
186
|
+
function isNamedNodeMap(collection) {
|
|
187
|
+
return collection.constructor.name === "NamedNodeMap";
|
|
188
|
+
}
|
|
189
|
+
const serialize$4 = (collection, config, indentation, depth, refs, printer2) => {
|
|
190
|
+
const name = collection.constructor.name;
|
|
191
|
+
if (++depth > config.maxDepth) {
|
|
192
|
+
return `[${name}]`;
|
|
193
|
+
}
|
|
194
|
+
return (config.min ? "" : name + SPACE$1) + (OBJECT_NAMES.has(name) ? `{${printObjectProperties(
|
|
195
|
+
isNamedNodeMap(collection) ? [...collection].reduce(
|
|
196
|
+
(props, attribute) => {
|
|
197
|
+
props[attribute.name] = attribute.value;
|
|
198
|
+
return props;
|
|
199
|
+
},
|
|
200
|
+
{}
|
|
201
|
+
) : { ...collection },
|
|
202
|
+
config,
|
|
203
|
+
indentation,
|
|
204
|
+
depth,
|
|
205
|
+
refs,
|
|
206
|
+
printer2
|
|
207
|
+
)}}` : `[${printListItems(
|
|
208
|
+
[...collection],
|
|
209
|
+
config,
|
|
210
|
+
indentation,
|
|
211
|
+
depth,
|
|
212
|
+
refs,
|
|
213
|
+
printer2
|
|
214
|
+
)}]`);
|
|
215
|
+
};
|
|
216
|
+
const plugin$4 = { serialize: serialize$4, test: test$4 };
|
|
217
|
+
function escapeHTML(str) {
|
|
218
|
+
return str.replaceAll("<", "<").replaceAll(">", ">");
|
|
219
|
+
}
|
|
220
|
+
function printProps(keys, props, config, indentation, depth, refs, printer2) {
|
|
221
|
+
const indentationNext = indentation + config.indent;
|
|
222
|
+
const colors = config.colors;
|
|
223
|
+
return keys.map((key) => {
|
|
224
|
+
const value = props[key];
|
|
225
|
+
let printed = printer2(value, config, indentationNext, depth, refs);
|
|
226
|
+
if (typeof value !== "string") {
|
|
227
|
+
if (printed.includes("\n")) {
|
|
228
|
+
printed = config.spacingOuter + indentationNext + printed + config.spacingOuter + indentation;
|
|
229
|
+
}
|
|
230
|
+
printed = `{${printed}}`;
|
|
231
|
+
}
|
|
232
|
+
return `${config.spacingInner + indentation + colors.prop.open + key + colors.prop.close}=${colors.value.open}${printed}${colors.value.close}`;
|
|
233
|
+
}).join("");
|
|
234
|
+
}
|
|
235
|
+
function printChildren(children, config, indentation, depth, refs, printer2) {
|
|
236
|
+
return children.map(
|
|
237
|
+
(child) => config.spacingOuter + indentation + (typeof child === "string" ? printText(child, config) : printer2(child, config, indentation, depth, refs))
|
|
238
|
+
).join("");
|
|
239
|
+
}
|
|
240
|
+
function printText(text, config) {
|
|
241
|
+
const contentColor = config.colors.content;
|
|
242
|
+
return contentColor.open + escapeHTML(text) + contentColor.close;
|
|
243
|
+
}
|
|
244
|
+
function printComment(comment, config) {
|
|
245
|
+
const commentColor = config.colors.comment;
|
|
246
|
+
return `${commentColor.open}<!--${escapeHTML(comment)}-->${commentColor.close}`;
|
|
247
|
+
}
|
|
248
|
+
function printElement(type, printedProps, printedChildren, config, indentation) {
|
|
249
|
+
const tagColor = config.colors.tag;
|
|
250
|
+
return `${tagColor.open}<${type}${printedProps && tagColor.close + printedProps + config.spacingOuter + indentation + tagColor.open}${printedChildren ? `>${tagColor.close}${printedChildren}${config.spacingOuter}${indentation}${tagColor.open}</${type}` : `${printedProps && !config.min ? "" : " "}/`}>${tagColor.close}`;
|
|
251
|
+
}
|
|
252
|
+
function printElementAsLeaf(type, config) {
|
|
253
|
+
const tagColor = config.colors.tag;
|
|
254
|
+
return `${tagColor.open}<${type}${tagColor.close} …${tagColor.open} />${tagColor.close}`;
|
|
255
|
+
}
|
|
256
|
+
const ELEMENT_NODE = 1;
|
|
257
|
+
const TEXT_NODE = 3;
|
|
258
|
+
const COMMENT_NODE = 8;
|
|
259
|
+
const FRAGMENT_NODE = 11;
|
|
260
|
+
const ELEMENT_REGEXP = /^(?:(?:HTML|SVG)\w*)?Element$/;
|
|
261
|
+
function testHasAttribute(val) {
|
|
262
|
+
try {
|
|
263
|
+
return typeof val.hasAttribute === "function" && val.hasAttribute("is");
|
|
264
|
+
} catch {
|
|
265
|
+
return false;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
function testNode(val) {
|
|
269
|
+
const constructorName = val.constructor.name;
|
|
270
|
+
const { nodeType, tagName } = val;
|
|
271
|
+
const isCustomElement = typeof tagName === "string" && tagName.includes("-") || testHasAttribute(val);
|
|
272
|
+
return nodeType === ELEMENT_NODE && (ELEMENT_REGEXP.test(constructorName) || isCustomElement) || nodeType === TEXT_NODE && constructorName === "Text" || nodeType === COMMENT_NODE && constructorName === "Comment" || nodeType === FRAGMENT_NODE && constructorName === "DocumentFragment";
|
|
273
|
+
}
|
|
274
|
+
const test$3 = (val) => {
|
|
275
|
+
var _a;
|
|
276
|
+
return ((_a = val == null ? void 0 : val.constructor) == null ? void 0 : _a.name) && testNode(val);
|
|
277
|
+
};
|
|
278
|
+
function nodeIsText(node) {
|
|
279
|
+
return node.nodeType === TEXT_NODE;
|
|
280
|
+
}
|
|
281
|
+
function nodeIsComment(node) {
|
|
282
|
+
return node.nodeType === COMMENT_NODE;
|
|
283
|
+
}
|
|
284
|
+
function nodeIsFragment(node) {
|
|
285
|
+
return node.nodeType === FRAGMENT_NODE;
|
|
286
|
+
}
|
|
287
|
+
const serialize$3 = (node, config, indentation, depth, refs, printer2) => {
|
|
288
|
+
if (nodeIsText(node)) {
|
|
289
|
+
return printText(node.data, config);
|
|
290
|
+
}
|
|
291
|
+
if (nodeIsComment(node)) {
|
|
292
|
+
return printComment(node.data, config);
|
|
293
|
+
}
|
|
294
|
+
const type = nodeIsFragment(node) ? "DocumentFragment" : node.tagName.toLowerCase();
|
|
295
|
+
if (++depth > config.maxDepth) {
|
|
296
|
+
return printElementAsLeaf(type, config);
|
|
297
|
+
}
|
|
298
|
+
return printElement(
|
|
299
|
+
type,
|
|
300
|
+
printProps(
|
|
301
|
+
nodeIsFragment(node) ? [] : Array.from(node.attributes, (attr) => attr.name).sort(),
|
|
302
|
+
nodeIsFragment(node) ? {} : [...node.attributes].reduce(
|
|
303
|
+
(props, attribute) => {
|
|
304
|
+
props[attribute.name] = attribute.value;
|
|
305
|
+
return props;
|
|
306
|
+
},
|
|
307
|
+
{}
|
|
308
|
+
),
|
|
309
|
+
config,
|
|
310
|
+
indentation + config.indent,
|
|
311
|
+
depth,
|
|
312
|
+
refs,
|
|
313
|
+
printer2
|
|
314
|
+
),
|
|
315
|
+
printChildren(
|
|
316
|
+
Array.prototype.slice.call(node.childNodes || node.children),
|
|
317
|
+
config,
|
|
318
|
+
indentation + config.indent,
|
|
319
|
+
depth,
|
|
320
|
+
refs,
|
|
321
|
+
printer2
|
|
322
|
+
),
|
|
323
|
+
config,
|
|
324
|
+
indentation
|
|
325
|
+
);
|
|
326
|
+
};
|
|
327
|
+
const plugin$3 = { serialize: serialize$3, test: test$3 };
|
|
328
|
+
const IS_ITERABLE_SENTINEL = "@@__IMMUTABLE_ITERABLE__@@";
|
|
329
|
+
const IS_LIST_SENTINEL = "@@__IMMUTABLE_LIST__@@";
|
|
330
|
+
const IS_KEYED_SENTINEL = "@@__IMMUTABLE_KEYED__@@";
|
|
331
|
+
const IS_MAP_SENTINEL = "@@__IMMUTABLE_MAP__@@";
|
|
332
|
+
const IS_ORDERED_SENTINEL = "@@__IMMUTABLE_ORDERED__@@";
|
|
333
|
+
const IS_RECORD_SENTINEL = "@@__IMMUTABLE_RECORD__@@";
|
|
334
|
+
const IS_SEQ_SENTINEL = "@@__IMMUTABLE_SEQ__@@";
|
|
335
|
+
const IS_SET_SENTINEL = "@@__IMMUTABLE_SET__@@";
|
|
336
|
+
const IS_STACK_SENTINEL = "@@__IMMUTABLE_STACK__@@";
|
|
337
|
+
const getImmutableName = (name) => `Immutable.${name}`;
|
|
338
|
+
const printAsLeaf = (name) => `[${name}]`;
|
|
339
|
+
const SPACE = " ";
|
|
340
|
+
const LAZY = "…";
|
|
341
|
+
function printImmutableEntries(val, config, indentation, depth, refs, printer2, type) {
|
|
342
|
+
return ++depth > config.maxDepth ? printAsLeaf(getImmutableName(type)) : `${getImmutableName(type) + SPACE}{${printIteratorEntries(
|
|
343
|
+
val.entries(),
|
|
344
|
+
config,
|
|
345
|
+
indentation,
|
|
346
|
+
depth,
|
|
347
|
+
refs,
|
|
348
|
+
printer2
|
|
349
|
+
)}}`;
|
|
350
|
+
}
|
|
351
|
+
function getRecordEntries(val) {
|
|
352
|
+
let i = 0;
|
|
353
|
+
return {
|
|
354
|
+
next() {
|
|
355
|
+
if (i < val._keys.length) {
|
|
356
|
+
const key = val._keys[i++];
|
|
357
|
+
return { done: false, value: [key, val.get(key)] };
|
|
358
|
+
}
|
|
359
|
+
return { done: true, value: void 0 };
|
|
360
|
+
}
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
function printImmutableRecord(val, config, indentation, depth, refs, printer2) {
|
|
364
|
+
const name = getImmutableName(val._name || "Record");
|
|
365
|
+
return ++depth > config.maxDepth ? printAsLeaf(name) : `${name + SPACE}{${printIteratorEntries(
|
|
366
|
+
getRecordEntries(val),
|
|
367
|
+
config,
|
|
368
|
+
indentation,
|
|
369
|
+
depth,
|
|
370
|
+
refs,
|
|
371
|
+
printer2
|
|
372
|
+
)}}`;
|
|
373
|
+
}
|
|
374
|
+
function printImmutableSeq(val, config, indentation, depth, refs, printer2) {
|
|
375
|
+
const name = getImmutableName("Seq");
|
|
376
|
+
if (++depth > config.maxDepth) {
|
|
377
|
+
return printAsLeaf(name);
|
|
378
|
+
}
|
|
379
|
+
if (val[IS_KEYED_SENTINEL]) {
|
|
380
|
+
return `${name + SPACE}{${// from Immutable collection of entries or from ECMAScript object
|
|
381
|
+
val._iter || val._object ? printIteratorEntries(
|
|
382
|
+
val.entries(),
|
|
383
|
+
config,
|
|
384
|
+
indentation,
|
|
385
|
+
depth,
|
|
386
|
+
refs,
|
|
387
|
+
printer2
|
|
388
|
+
) : LAZY}}`;
|
|
389
|
+
}
|
|
390
|
+
return `${name + SPACE}[${val._iter || val._array || val._collection || val._iterable ? printIteratorValues(
|
|
391
|
+
val.values(),
|
|
392
|
+
config,
|
|
393
|
+
indentation,
|
|
394
|
+
depth,
|
|
395
|
+
refs,
|
|
396
|
+
printer2
|
|
397
|
+
) : LAZY}]`;
|
|
398
|
+
}
|
|
399
|
+
function printImmutableValues(val, config, indentation, depth, refs, printer2, type) {
|
|
400
|
+
return ++depth > config.maxDepth ? printAsLeaf(getImmutableName(type)) : `${getImmutableName(type) + SPACE}[${printIteratorValues(
|
|
401
|
+
val.values(),
|
|
402
|
+
config,
|
|
403
|
+
indentation,
|
|
404
|
+
depth,
|
|
405
|
+
refs,
|
|
406
|
+
printer2
|
|
407
|
+
)}]`;
|
|
408
|
+
}
|
|
409
|
+
const serialize$2 = (val, config, indentation, depth, refs, printer2) => {
|
|
410
|
+
if (val[IS_MAP_SENTINEL]) {
|
|
411
|
+
return printImmutableEntries(
|
|
412
|
+
val,
|
|
413
|
+
config,
|
|
414
|
+
indentation,
|
|
415
|
+
depth,
|
|
416
|
+
refs,
|
|
417
|
+
printer2,
|
|
418
|
+
val[IS_ORDERED_SENTINEL] ? "OrderedMap" : "Map"
|
|
419
|
+
);
|
|
420
|
+
}
|
|
421
|
+
if (val[IS_LIST_SENTINEL]) {
|
|
422
|
+
return printImmutableValues(
|
|
423
|
+
val,
|
|
424
|
+
config,
|
|
425
|
+
indentation,
|
|
426
|
+
depth,
|
|
427
|
+
refs,
|
|
428
|
+
printer2,
|
|
429
|
+
"List"
|
|
430
|
+
);
|
|
431
|
+
}
|
|
432
|
+
if (val[IS_SET_SENTINEL]) {
|
|
433
|
+
return printImmutableValues(
|
|
434
|
+
val,
|
|
435
|
+
config,
|
|
436
|
+
indentation,
|
|
437
|
+
depth,
|
|
438
|
+
refs,
|
|
439
|
+
printer2,
|
|
440
|
+
val[IS_ORDERED_SENTINEL] ? "OrderedSet" : "Set"
|
|
441
|
+
);
|
|
442
|
+
}
|
|
443
|
+
if (val[IS_STACK_SENTINEL]) {
|
|
444
|
+
return printImmutableValues(
|
|
445
|
+
val,
|
|
446
|
+
config,
|
|
447
|
+
indentation,
|
|
448
|
+
depth,
|
|
449
|
+
refs,
|
|
450
|
+
printer2,
|
|
451
|
+
"Stack"
|
|
452
|
+
);
|
|
453
|
+
}
|
|
454
|
+
if (val[IS_SEQ_SENTINEL]) {
|
|
455
|
+
return printImmutableSeq(val, config, indentation, depth, refs, printer2);
|
|
456
|
+
}
|
|
457
|
+
return printImmutableRecord(val, config, indentation, depth, refs, printer2);
|
|
458
|
+
};
|
|
459
|
+
const test$2 = (val) => val && (val[IS_ITERABLE_SENTINEL] === true || val[IS_RECORD_SENTINEL] === true);
|
|
460
|
+
const plugin$2 = { serialize: serialize$2, test: test$2 };
|
|
461
|
+
var reactIs = { exports: {} };
|
|
462
|
+
var reactIs_production_min = {};
|
|
463
|
+
/**
|
|
464
|
+
* @license React
|
|
465
|
+
* react-is.production.min.js
|
|
466
|
+
*
|
|
467
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
468
|
+
*
|
|
469
|
+
* This source code is licensed under the MIT license found in the
|
|
470
|
+
* LICENSE file in the root directory of this source tree.
|
|
471
|
+
*/
|
|
472
|
+
var hasRequiredReactIs_production_min;
|
|
473
|
+
function requireReactIs_production_min() {
|
|
474
|
+
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
475
|
+
hasRequiredReactIs_production_min = 1;
|
|
476
|
+
var b = Symbol.for("react.element"), c = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), e = Symbol.for("react.strict_mode"), f = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), h = Symbol.for("react.context"), k = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), n = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), q = Symbol.for("react.lazy"), t = Symbol.for("react.offscreen"), u;
|
|
477
|
+
u = Symbol.for("react.module.reference");
|
|
478
|
+
function v(a) {
|
|
479
|
+
if ("object" === typeof a && null !== a) {
|
|
480
|
+
var r = a.$$typeof;
|
|
481
|
+
switch (r) {
|
|
482
|
+
case b:
|
|
483
|
+
switch (a = a.type, a) {
|
|
484
|
+
case d:
|
|
485
|
+
case f:
|
|
486
|
+
case e:
|
|
487
|
+
case m:
|
|
488
|
+
case n:
|
|
489
|
+
return a;
|
|
490
|
+
default:
|
|
491
|
+
switch (a = a && a.$$typeof, a) {
|
|
492
|
+
case k:
|
|
493
|
+
case h:
|
|
494
|
+
case l:
|
|
495
|
+
case q:
|
|
496
|
+
case p:
|
|
497
|
+
case g:
|
|
498
|
+
return a;
|
|
499
|
+
default:
|
|
500
|
+
return r;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
case c:
|
|
504
|
+
return r;
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
reactIs_production_min.ContextConsumer = h;
|
|
509
|
+
reactIs_production_min.ContextProvider = g;
|
|
510
|
+
reactIs_production_min.Element = b;
|
|
511
|
+
reactIs_production_min.ForwardRef = l;
|
|
512
|
+
reactIs_production_min.Fragment = d;
|
|
513
|
+
reactIs_production_min.Lazy = q;
|
|
514
|
+
reactIs_production_min.Memo = p;
|
|
515
|
+
reactIs_production_min.Portal = c;
|
|
516
|
+
reactIs_production_min.Profiler = f;
|
|
517
|
+
reactIs_production_min.StrictMode = e;
|
|
518
|
+
reactIs_production_min.Suspense = m;
|
|
519
|
+
reactIs_production_min.SuspenseList = n;
|
|
520
|
+
reactIs_production_min.isAsyncMode = function() {
|
|
521
|
+
return false;
|
|
522
|
+
};
|
|
523
|
+
reactIs_production_min.isConcurrentMode = function() {
|
|
524
|
+
return false;
|
|
525
|
+
};
|
|
526
|
+
reactIs_production_min.isContextConsumer = function(a) {
|
|
527
|
+
return v(a) === h;
|
|
528
|
+
};
|
|
529
|
+
reactIs_production_min.isContextProvider = function(a) {
|
|
530
|
+
return v(a) === g;
|
|
531
|
+
};
|
|
532
|
+
reactIs_production_min.isElement = function(a) {
|
|
533
|
+
return "object" === typeof a && null !== a && a.$$typeof === b;
|
|
534
|
+
};
|
|
535
|
+
reactIs_production_min.isForwardRef = function(a) {
|
|
536
|
+
return v(a) === l;
|
|
537
|
+
};
|
|
538
|
+
reactIs_production_min.isFragment = function(a) {
|
|
539
|
+
return v(a) === d;
|
|
540
|
+
};
|
|
541
|
+
reactIs_production_min.isLazy = function(a) {
|
|
542
|
+
return v(a) === q;
|
|
543
|
+
};
|
|
544
|
+
reactIs_production_min.isMemo = function(a) {
|
|
545
|
+
return v(a) === p;
|
|
546
|
+
};
|
|
547
|
+
reactIs_production_min.isPortal = function(a) {
|
|
548
|
+
return v(a) === c;
|
|
549
|
+
};
|
|
550
|
+
reactIs_production_min.isProfiler = function(a) {
|
|
551
|
+
return v(a) === f;
|
|
552
|
+
};
|
|
553
|
+
reactIs_production_min.isStrictMode = function(a) {
|
|
554
|
+
return v(a) === e;
|
|
555
|
+
};
|
|
556
|
+
reactIs_production_min.isSuspense = function(a) {
|
|
557
|
+
return v(a) === m;
|
|
558
|
+
};
|
|
559
|
+
reactIs_production_min.isSuspenseList = function(a) {
|
|
560
|
+
return v(a) === n;
|
|
561
|
+
};
|
|
562
|
+
reactIs_production_min.isValidElementType = function(a) {
|
|
563
|
+
return "string" === typeof a || "function" === typeof a || a === d || a === f || a === e || a === m || a === n || a === t || "object" === typeof a && null !== a && (a.$$typeof === q || a.$$typeof === p || a.$$typeof === g || a.$$typeof === h || a.$$typeof === l || a.$$typeof === u || void 0 !== a.getModuleId) ? true : false;
|
|
564
|
+
};
|
|
565
|
+
reactIs_production_min.typeOf = v;
|
|
566
|
+
return reactIs_production_min;
|
|
567
|
+
}
|
|
568
|
+
var reactIs_development = {};
|
|
569
|
+
/**
|
|
570
|
+
* @license React
|
|
571
|
+
* react-is.development.js
|
|
572
|
+
*
|
|
573
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
574
|
+
*
|
|
575
|
+
* This source code is licensed under the MIT license found in the
|
|
576
|
+
* LICENSE file in the root directory of this source tree.
|
|
577
|
+
*/
|
|
578
|
+
var hasRequiredReactIs_development;
|
|
579
|
+
function requireReactIs_development() {
|
|
580
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
581
|
+
hasRequiredReactIs_development = 1;
|
|
582
|
+
if (process.env.NODE_ENV !== "production") {
|
|
583
|
+
(function() {
|
|
584
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.element");
|
|
585
|
+
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
586
|
+
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
587
|
+
var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
|
|
588
|
+
var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
|
|
589
|
+
var REACT_PROVIDER_TYPE = Symbol.for("react.provider");
|
|
590
|
+
var REACT_CONTEXT_TYPE = Symbol.for("react.context");
|
|
591
|
+
var REACT_SERVER_CONTEXT_TYPE = Symbol.for("react.server_context");
|
|
592
|
+
var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
|
|
593
|
+
var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
|
|
594
|
+
var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
|
|
595
|
+
var REACT_MEMO_TYPE = Symbol.for("react.memo");
|
|
596
|
+
var REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
597
|
+
var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
|
|
598
|
+
var enableScopeAPI = false;
|
|
599
|
+
var enableCacheElement = false;
|
|
600
|
+
var enableTransitionTracing = false;
|
|
601
|
+
var enableLegacyHidden = false;
|
|
602
|
+
var enableDebugTracing = false;
|
|
603
|
+
var REACT_MODULE_REFERENCE;
|
|
604
|
+
{
|
|
605
|
+
REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
|
|
606
|
+
}
|
|
607
|
+
function isValidElementType(type) {
|
|
608
|
+
if (typeof type === "string" || typeof type === "function") {
|
|
609
|
+
return true;
|
|
610
|
+
}
|
|
611
|
+
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) {
|
|
612
|
+
return true;
|
|
613
|
+
}
|
|
614
|
+
if (typeof type === "object" && type !== null) {
|
|
615
|
+
if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
|
|
616
|
+
// types supported by any Flight configuration anywhere since
|
|
617
|
+
// we don't know which Flight build this will end up being used
|
|
618
|
+
// with.
|
|
619
|
+
type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== void 0) {
|
|
620
|
+
return true;
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
return false;
|
|
624
|
+
}
|
|
625
|
+
function typeOf(object) {
|
|
626
|
+
if (typeof object === "object" && object !== null) {
|
|
627
|
+
var $$typeof = object.$$typeof;
|
|
628
|
+
switch ($$typeof) {
|
|
629
|
+
case REACT_ELEMENT_TYPE:
|
|
630
|
+
var type = object.type;
|
|
631
|
+
switch (type) {
|
|
632
|
+
case REACT_FRAGMENT_TYPE:
|
|
633
|
+
case REACT_PROFILER_TYPE:
|
|
634
|
+
case REACT_STRICT_MODE_TYPE:
|
|
635
|
+
case REACT_SUSPENSE_TYPE:
|
|
636
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
637
|
+
return type;
|
|
638
|
+
default:
|
|
639
|
+
var $$typeofType = type && type.$$typeof;
|
|
640
|
+
switch ($$typeofType) {
|
|
641
|
+
case REACT_SERVER_CONTEXT_TYPE:
|
|
642
|
+
case REACT_CONTEXT_TYPE:
|
|
643
|
+
case REACT_FORWARD_REF_TYPE:
|
|
644
|
+
case REACT_LAZY_TYPE:
|
|
645
|
+
case REACT_MEMO_TYPE:
|
|
646
|
+
case REACT_PROVIDER_TYPE:
|
|
647
|
+
return $$typeofType;
|
|
648
|
+
default:
|
|
649
|
+
return $$typeof;
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
case REACT_PORTAL_TYPE:
|
|
653
|
+
return $$typeof;
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
return void 0;
|
|
657
|
+
}
|
|
658
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
659
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
660
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
661
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
662
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
663
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
664
|
+
var Memo = REACT_MEMO_TYPE;
|
|
665
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
666
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
667
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
668
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
669
|
+
var SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
670
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
671
|
+
var hasWarnedAboutDeprecatedIsConcurrentMode = false;
|
|
672
|
+
function isAsyncMode(object) {
|
|
673
|
+
{
|
|
674
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
675
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
676
|
+
console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.");
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
return false;
|
|
680
|
+
}
|
|
681
|
+
function isConcurrentMode(object) {
|
|
682
|
+
{
|
|
683
|
+
if (!hasWarnedAboutDeprecatedIsConcurrentMode) {
|
|
684
|
+
hasWarnedAboutDeprecatedIsConcurrentMode = true;
|
|
685
|
+
console["warn"]("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.");
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
return false;
|
|
689
|
+
}
|
|
690
|
+
function isContextConsumer(object) {
|
|
691
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
692
|
+
}
|
|
693
|
+
function isContextProvider(object) {
|
|
694
|
+
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
695
|
+
}
|
|
696
|
+
function isElement(object) {
|
|
697
|
+
return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
698
|
+
}
|
|
699
|
+
function isForwardRef(object) {
|
|
700
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
701
|
+
}
|
|
702
|
+
function isFragment(object) {
|
|
703
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
704
|
+
}
|
|
705
|
+
function isLazy(object) {
|
|
706
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
707
|
+
}
|
|
708
|
+
function isMemo(object) {
|
|
709
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
710
|
+
}
|
|
711
|
+
function isPortal(object) {
|
|
712
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
713
|
+
}
|
|
714
|
+
function isProfiler(object) {
|
|
715
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
716
|
+
}
|
|
717
|
+
function isStrictMode(object) {
|
|
718
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
719
|
+
}
|
|
720
|
+
function isSuspense(object) {
|
|
721
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
722
|
+
}
|
|
723
|
+
function isSuspenseList(object) {
|
|
724
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
725
|
+
}
|
|
726
|
+
reactIs_development.ContextConsumer = ContextConsumer;
|
|
727
|
+
reactIs_development.ContextProvider = ContextProvider;
|
|
728
|
+
reactIs_development.Element = Element;
|
|
729
|
+
reactIs_development.ForwardRef = ForwardRef;
|
|
730
|
+
reactIs_development.Fragment = Fragment;
|
|
731
|
+
reactIs_development.Lazy = Lazy;
|
|
732
|
+
reactIs_development.Memo = Memo;
|
|
733
|
+
reactIs_development.Portal = Portal;
|
|
734
|
+
reactIs_development.Profiler = Profiler;
|
|
735
|
+
reactIs_development.StrictMode = StrictMode;
|
|
736
|
+
reactIs_development.Suspense = Suspense;
|
|
737
|
+
reactIs_development.SuspenseList = SuspenseList;
|
|
738
|
+
reactIs_development.isAsyncMode = isAsyncMode;
|
|
739
|
+
reactIs_development.isConcurrentMode = isConcurrentMode;
|
|
740
|
+
reactIs_development.isContextConsumer = isContextConsumer;
|
|
741
|
+
reactIs_development.isContextProvider = isContextProvider;
|
|
742
|
+
reactIs_development.isElement = isElement;
|
|
743
|
+
reactIs_development.isForwardRef = isForwardRef;
|
|
744
|
+
reactIs_development.isFragment = isFragment;
|
|
745
|
+
reactIs_development.isLazy = isLazy;
|
|
746
|
+
reactIs_development.isMemo = isMemo;
|
|
747
|
+
reactIs_development.isPortal = isPortal;
|
|
748
|
+
reactIs_development.isProfiler = isProfiler;
|
|
749
|
+
reactIs_development.isStrictMode = isStrictMode;
|
|
750
|
+
reactIs_development.isSuspense = isSuspense;
|
|
751
|
+
reactIs_development.isSuspenseList = isSuspenseList;
|
|
752
|
+
reactIs_development.isValidElementType = isValidElementType;
|
|
753
|
+
reactIs_development.typeOf = typeOf;
|
|
754
|
+
})();
|
|
755
|
+
}
|
|
756
|
+
return reactIs_development;
|
|
757
|
+
}
|
|
758
|
+
if (process.env.NODE_ENV === "production") {
|
|
759
|
+
reactIs.exports = requireReactIs_production_min();
|
|
760
|
+
} else {
|
|
761
|
+
reactIs.exports = requireReactIs_development();
|
|
762
|
+
}
|
|
763
|
+
var reactIsExports = reactIs.exports;
|
|
764
|
+
function getChildren(arg, children = []) {
|
|
765
|
+
if (Array.isArray(arg)) {
|
|
766
|
+
for (const item of arg) {
|
|
767
|
+
getChildren(item, children);
|
|
768
|
+
}
|
|
769
|
+
} else if (arg != null && arg !== false && arg !== "") {
|
|
770
|
+
children.push(arg);
|
|
771
|
+
}
|
|
772
|
+
return children;
|
|
773
|
+
}
|
|
774
|
+
function getType(element) {
|
|
775
|
+
const type = element.type;
|
|
776
|
+
if (typeof type === "string") {
|
|
777
|
+
return type;
|
|
778
|
+
}
|
|
779
|
+
if (typeof type === "function") {
|
|
780
|
+
return type.displayName || type.name || "Unknown";
|
|
781
|
+
}
|
|
782
|
+
if (reactIsExports.isFragment(element)) {
|
|
783
|
+
return "React.Fragment";
|
|
784
|
+
}
|
|
785
|
+
if (reactIsExports.isSuspense(element)) {
|
|
786
|
+
return "React.Suspense";
|
|
787
|
+
}
|
|
788
|
+
if (typeof type === "object" && type !== null) {
|
|
789
|
+
if (reactIsExports.isContextProvider(element)) {
|
|
790
|
+
return "Context.Provider";
|
|
791
|
+
}
|
|
792
|
+
if (reactIsExports.isContextConsumer(element)) {
|
|
793
|
+
return "Context.Consumer";
|
|
794
|
+
}
|
|
795
|
+
if (reactIsExports.isForwardRef(element)) {
|
|
796
|
+
if (type.displayName) {
|
|
797
|
+
return type.displayName;
|
|
798
|
+
}
|
|
799
|
+
const functionName = type.render.displayName || type.render.name || "";
|
|
800
|
+
return functionName === "" ? "ForwardRef" : `ForwardRef(${functionName})`;
|
|
801
|
+
}
|
|
802
|
+
if (reactIsExports.isMemo(element)) {
|
|
803
|
+
const functionName = type.displayName || type.type.displayName || type.type.name || "";
|
|
804
|
+
return functionName === "" ? "Memo" : `Memo(${functionName})`;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
return "UNDEFINED";
|
|
808
|
+
}
|
|
809
|
+
function getPropKeys$1(element) {
|
|
810
|
+
const { props } = element;
|
|
811
|
+
return Object.keys(props).filter((key) => key !== "children" && props[key] !== void 0).sort();
|
|
812
|
+
}
|
|
813
|
+
const serialize$1 = (element, config, indentation, depth, refs, printer2) => ++depth > config.maxDepth ? printElementAsLeaf(getType(element), config) : printElement(
|
|
814
|
+
getType(element),
|
|
815
|
+
printProps(
|
|
816
|
+
getPropKeys$1(element),
|
|
817
|
+
element.props,
|
|
818
|
+
config,
|
|
819
|
+
indentation + config.indent,
|
|
820
|
+
depth,
|
|
821
|
+
refs,
|
|
822
|
+
printer2
|
|
823
|
+
),
|
|
824
|
+
printChildren(
|
|
825
|
+
getChildren(element.props.children),
|
|
826
|
+
config,
|
|
827
|
+
indentation + config.indent,
|
|
828
|
+
depth,
|
|
829
|
+
refs,
|
|
830
|
+
printer2
|
|
831
|
+
),
|
|
832
|
+
config,
|
|
833
|
+
indentation
|
|
834
|
+
);
|
|
835
|
+
const test$1 = (val) => val != null && reactIsExports.isElement(val);
|
|
836
|
+
const plugin$1 = { serialize: serialize$1, test: test$1 };
|
|
837
|
+
const testSymbol = typeof Symbol === "function" && Symbol.for ? Symbol.for("react.test.json") : 245830487;
|
|
838
|
+
function getPropKeys(object) {
|
|
839
|
+
const { props } = object;
|
|
840
|
+
return props ? Object.keys(props).filter((key) => props[key] !== void 0).sort() : [];
|
|
841
|
+
}
|
|
842
|
+
const serialize = (object, config, indentation, depth, refs, printer2) => ++depth > config.maxDepth ? printElementAsLeaf(object.type, config) : printElement(
|
|
843
|
+
object.type,
|
|
844
|
+
object.props ? printProps(
|
|
845
|
+
getPropKeys(object),
|
|
846
|
+
object.props,
|
|
847
|
+
config,
|
|
848
|
+
indentation + config.indent,
|
|
849
|
+
depth,
|
|
850
|
+
refs,
|
|
851
|
+
printer2
|
|
852
|
+
) : "",
|
|
853
|
+
object.children ? printChildren(
|
|
854
|
+
object.children,
|
|
855
|
+
config,
|
|
856
|
+
indentation + config.indent,
|
|
857
|
+
depth,
|
|
858
|
+
refs,
|
|
859
|
+
printer2
|
|
860
|
+
) : "",
|
|
861
|
+
config,
|
|
862
|
+
indentation
|
|
863
|
+
);
|
|
864
|
+
const test = (val) => val && val.$$typeof === testSymbol;
|
|
865
|
+
const plugin = { serialize, test };
|
|
866
|
+
const toString = Object.prototype.toString;
|
|
867
|
+
const toISOString = Date.prototype.toISOString;
|
|
868
|
+
const errorToString = Error.prototype.toString;
|
|
869
|
+
const regExpToString = RegExp.prototype.toString;
|
|
870
|
+
function getConstructorName(val) {
|
|
871
|
+
return typeof val.constructor === "function" && val.constructor.name || "Object";
|
|
872
|
+
}
|
|
873
|
+
function isWindow(val) {
|
|
874
|
+
return typeof window !== "undefined" && val === window;
|
|
875
|
+
}
|
|
876
|
+
const SYMBOL_REGEXP = /^Symbol\((.*)\)(.*)$/;
|
|
877
|
+
const NEWLINE_REGEXP = /\n/g;
|
|
878
|
+
class PrettyFormatPluginError extends Error {
|
|
879
|
+
constructor(message, stack) {
|
|
880
|
+
super(message);
|
|
881
|
+
this.stack = stack;
|
|
882
|
+
this.name = this.constructor.name;
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
function isToStringedArrayType(toStringed) {
|
|
886
|
+
return toStringed === "[object Array]" || toStringed === "[object ArrayBuffer]" || toStringed === "[object DataView]" || toStringed === "[object Float32Array]" || toStringed === "[object Float64Array]" || toStringed === "[object Int8Array]" || toStringed === "[object Int16Array]" || toStringed === "[object Int32Array]" || toStringed === "[object Uint8Array]" || toStringed === "[object Uint8ClampedArray]" || toStringed === "[object Uint16Array]" || toStringed === "[object Uint32Array]";
|
|
887
|
+
}
|
|
888
|
+
function printNumber(val) {
|
|
889
|
+
return Object.is(val, -0) ? "-0" : String(val);
|
|
890
|
+
}
|
|
891
|
+
function printBigInt(val) {
|
|
892
|
+
return String(`${val}n`);
|
|
893
|
+
}
|
|
894
|
+
function printFunction(val, printFunctionName) {
|
|
895
|
+
if (!printFunctionName) {
|
|
896
|
+
return "[Function]";
|
|
897
|
+
}
|
|
898
|
+
return `[Function ${val.name || "anonymous"}]`;
|
|
899
|
+
}
|
|
900
|
+
function printSymbol(val) {
|
|
901
|
+
return String(val).replace(SYMBOL_REGEXP, "Symbol($1)");
|
|
902
|
+
}
|
|
903
|
+
function printError(val) {
|
|
904
|
+
return `[${errorToString.call(val)}]`;
|
|
905
|
+
}
|
|
906
|
+
function printBasicValue(val, printFunctionName, escapeRegex, escapeString) {
|
|
907
|
+
if (val === true || val === false) {
|
|
908
|
+
return `${val}`;
|
|
909
|
+
}
|
|
910
|
+
if (val === void 0) {
|
|
911
|
+
return "undefined";
|
|
912
|
+
}
|
|
913
|
+
if (val === null) {
|
|
914
|
+
return "null";
|
|
915
|
+
}
|
|
916
|
+
const typeOf = typeof val;
|
|
917
|
+
if (typeOf === "number") {
|
|
918
|
+
return printNumber(val);
|
|
919
|
+
}
|
|
920
|
+
if (typeOf === "bigint") {
|
|
921
|
+
return printBigInt(val);
|
|
922
|
+
}
|
|
923
|
+
if (typeOf === "string") {
|
|
924
|
+
if (escapeString) {
|
|
925
|
+
return `"${val.replaceAll(/"|\\/g, "\\$&")}"`;
|
|
926
|
+
}
|
|
927
|
+
return `"${val}"`;
|
|
928
|
+
}
|
|
929
|
+
if (typeOf === "function") {
|
|
930
|
+
return printFunction(val, printFunctionName);
|
|
931
|
+
}
|
|
932
|
+
if (typeOf === "symbol") {
|
|
933
|
+
return printSymbol(val);
|
|
934
|
+
}
|
|
935
|
+
const toStringed = toString.call(val);
|
|
936
|
+
if (toStringed === "[object WeakMap]") {
|
|
937
|
+
return "WeakMap {}";
|
|
938
|
+
}
|
|
939
|
+
if (toStringed === "[object WeakSet]") {
|
|
940
|
+
return "WeakSet {}";
|
|
941
|
+
}
|
|
942
|
+
if (toStringed === "[object Function]" || toStringed === "[object GeneratorFunction]") {
|
|
943
|
+
return printFunction(val, printFunctionName);
|
|
944
|
+
}
|
|
945
|
+
if (toStringed === "[object Symbol]") {
|
|
946
|
+
return printSymbol(val);
|
|
947
|
+
}
|
|
948
|
+
if (toStringed === "[object Date]") {
|
|
949
|
+
return Number.isNaN(+val) ? "Date { NaN }" : toISOString.call(val);
|
|
950
|
+
}
|
|
951
|
+
if (toStringed === "[object Error]") {
|
|
952
|
+
return printError(val);
|
|
953
|
+
}
|
|
954
|
+
if (toStringed === "[object RegExp]") {
|
|
955
|
+
if (escapeRegex) {
|
|
956
|
+
return regExpToString.call(val).replaceAll(/[$()*+.?[\\\]^{|}]/g, "\\$&");
|
|
957
|
+
}
|
|
958
|
+
return regExpToString.call(val);
|
|
959
|
+
}
|
|
960
|
+
if (val instanceof Error) {
|
|
961
|
+
return printError(val);
|
|
962
|
+
}
|
|
963
|
+
return null;
|
|
964
|
+
}
|
|
965
|
+
function printComplexValue(val, config, indentation, depth, refs, hasCalledToJSON) {
|
|
966
|
+
if (refs.includes(val)) {
|
|
967
|
+
return "[Circular]";
|
|
968
|
+
}
|
|
969
|
+
refs = [...refs];
|
|
970
|
+
refs.push(val);
|
|
971
|
+
const hitMaxDepth = ++depth > config.maxDepth;
|
|
972
|
+
const min = config.min;
|
|
973
|
+
if (config.callToJSON && !hitMaxDepth && val.toJSON && typeof val.toJSON === "function" && !hasCalledToJSON) {
|
|
974
|
+
return printer(val.toJSON(), config, indentation, depth, refs, true);
|
|
975
|
+
}
|
|
976
|
+
const toStringed = toString.call(val);
|
|
977
|
+
if (toStringed === "[object Arguments]") {
|
|
978
|
+
return hitMaxDepth ? "[Arguments]" : `${min ? "" : "Arguments "}[${printListItems(
|
|
979
|
+
val,
|
|
980
|
+
config,
|
|
981
|
+
indentation,
|
|
982
|
+
depth,
|
|
983
|
+
refs,
|
|
984
|
+
printer
|
|
985
|
+
)}]`;
|
|
986
|
+
}
|
|
987
|
+
if (isToStringedArrayType(toStringed)) {
|
|
988
|
+
return hitMaxDepth ? `[${val.constructor.name}]` : `${min ? "" : !config.printBasicPrototype && val.constructor.name === "Array" ? "" : `${val.constructor.name} `}[${printListItems(val, config, indentation, depth, refs, printer)}]`;
|
|
989
|
+
}
|
|
990
|
+
if (toStringed === "[object Map]") {
|
|
991
|
+
return hitMaxDepth ? "[Map]" : `Map {${printIteratorEntries(
|
|
992
|
+
val.entries(),
|
|
993
|
+
config,
|
|
994
|
+
indentation,
|
|
995
|
+
depth,
|
|
996
|
+
refs,
|
|
997
|
+
printer,
|
|
998
|
+
" => "
|
|
999
|
+
)}}`;
|
|
1000
|
+
}
|
|
1001
|
+
if (toStringed === "[object Set]") {
|
|
1002
|
+
return hitMaxDepth ? "[Set]" : `Set {${printIteratorValues(
|
|
1003
|
+
val.values(),
|
|
1004
|
+
config,
|
|
1005
|
+
indentation,
|
|
1006
|
+
depth,
|
|
1007
|
+
refs,
|
|
1008
|
+
printer
|
|
1009
|
+
)}}`;
|
|
1010
|
+
}
|
|
1011
|
+
return hitMaxDepth || isWindow(val) ? `[${getConstructorName(val)}]` : `${min ? "" : !config.printBasicPrototype && getConstructorName(val) === "Object" ? "" : `${getConstructorName(val)} `}{${printObjectProperties(
|
|
1012
|
+
val,
|
|
1013
|
+
config,
|
|
1014
|
+
indentation,
|
|
1015
|
+
depth,
|
|
1016
|
+
refs,
|
|
1017
|
+
printer
|
|
1018
|
+
)}}`;
|
|
1019
|
+
}
|
|
1020
|
+
function isNewPlugin(plugin2) {
|
|
1021
|
+
return plugin2.serialize != null;
|
|
1022
|
+
}
|
|
1023
|
+
function printPlugin(plugin2, val, config, indentation, depth, refs) {
|
|
1024
|
+
let printed;
|
|
1025
|
+
try {
|
|
1026
|
+
printed = isNewPlugin(plugin2) ? plugin2.serialize(val, config, indentation, depth, refs, printer) : plugin2.print(
|
|
1027
|
+
val,
|
|
1028
|
+
(valChild) => printer(valChild, config, indentation, depth, refs),
|
|
1029
|
+
(str) => {
|
|
1030
|
+
const indentationNext = indentation + config.indent;
|
|
1031
|
+
return indentationNext + str.replaceAll(NEWLINE_REGEXP, `
|
|
1032
|
+
${indentationNext}`);
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
edgeSpacing: config.spacingOuter,
|
|
1036
|
+
min: config.min,
|
|
1037
|
+
spacing: config.spacingInner
|
|
1038
|
+
},
|
|
1039
|
+
config.colors
|
|
1040
|
+
);
|
|
1041
|
+
} catch (error) {
|
|
1042
|
+
throw new PrettyFormatPluginError(error.message, error.stack);
|
|
1043
|
+
}
|
|
1044
|
+
if (typeof printed !== "string") {
|
|
1045
|
+
throw new TypeError(
|
|
1046
|
+
`pretty-format: Plugin must return type "string" but instead returned "${typeof printed}".`
|
|
1047
|
+
);
|
|
1048
|
+
}
|
|
1049
|
+
return printed;
|
|
1050
|
+
}
|
|
1051
|
+
function findPlugin(plugins2, val) {
|
|
1052
|
+
for (const plugin2 of plugins2) {
|
|
1053
|
+
try {
|
|
1054
|
+
if (plugin2.test(val)) {
|
|
1055
|
+
return plugin2;
|
|
1056
|
+
}
|
|
1057
|
+
} catch (error) {
|
|
1058
|
+
throw new PrettyFormatPluginError(error.message, error.stack);
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
return null;
|
|
1062
|
+
}
|
|
1063
|
+
function printer(val, config, indentation, depth, refs, hasCalledToJSON) {
|
|
1064
|
+
const plugin2 = findPlugin(config.plugins, val);
|
|
1065
|
+
if (plugin2 !== null) {
|
|
1066
|
+
return printPlugin(plugin2, val, config, indentation, depth, refs);
|
|
1067
|
+
}
|
|
1068
|
+
const basicResult = printBasicValue(
|
|
1069
|
+
val,
|
|
1070
|
+
config.printFunctionName,
|
|
1071
|
+
config.escapeRegex,
|
|
1072
|
+
config.escapeString
|
|
1073
|
+
);
|
|
1074
|
+
if (basicResult !== null) {
|
|
1075
|
+
return basicResult;
|
|
1076
|
+
}
|
|
1077
|
+
return printComplexValue(
|
|
1078
|
+
val,
|
|
1079
|
+
config,
|
|
1080
|
+
indentation,
|
|
1081
|
+
depth,
|
|
1082
|
+
refs,
|
|
1083
|
+
hasCalledToJSON
|
|
1084
|
+
);
|
|
1085
|
+
}
|
|
1086
|
+
const DEFAULT_THEME = {
|
|
1087
|
+
comment: "gray",
|
|
1088
|
+
content: "reset",
|
|
1089
|
+
prop: "yellow",
|
|
1090
|
+
tag: "cyan",
|
|
1091
|
+
value: "green"
|
|
1092
|
+
};
|
|
1093
|
+
const DEFAULT_THEME_KEYS = Object.keys(DEFAULT_THEME);
|
|
1094
|
+
const DEFAULT_OPTIONS = {
|
|
1095
|
+
callToJSON: true,
|
|
1096
|
+
compareKeys: void 0,
|
|
1097
|
+
escapeRegex: false,
|
|
1098
|
+
escapeString: true,
|
|
1099
|
+
highlight: false,
|
|
1100
|
+
indent: 2,
|
|
1101
|
+
maxDepth: Number.POSITIVE_INFINITY,
|
|
1102
|
+
maxWidth: Number.POSITIVE_INFINITY,
|
|
1103
|
+
min: false,
|
|
1104
|
+
plugins: [],
|
|
1105
|
+
printBasicPrototype: true,
|
|
1106
|
+
printFunctionName: true,
|
|
1107
|
+
theme: DEFAULT_THEME
|
|
1108
|
+
};
|
|
1109
|
+
function validateOptions(options) {
|
|
1110
|
+
for (const key of Object.keys(options)) {
|
|
1111
|
+
if (!Object.prototype.hasOwnProperty.call(DEFAULT_OPTIONS, key)) {
|
|
1112
|
+
throw new Error(`pretty-format: Unknown option "${key}".`);
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
if (options.min && options.indent !== void 0 && options.indent !== 0) {
|
|
1116
|
+
throw new Error(
|
|
1117
|
+
'pretty-format: Options "min" and "indent" cannot be used together.'
|
|
1118
|
+
);
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
function getColorsHighlight() {
|
|
1122
|
+
return DEFAULT_THEME_KEYS.reduce((colors, key) => {
|
|
1123
|
+
const value = DEFAULT_THEME[key];
|
|
1124
|
+
const color = value && browser.default[value];
|
|
1125
|
+
if (color && typeof color.close === "string" && typeof color.open === "string") {
|
|
1126
|
+
colors[key] = color;
|
|
1127
|
+
} else {
|
|
1128
|
+
throw new Error(
|
|
1129
|
+
`pretty-format: Option "theme" has a key "${key}" whose value "${value}" is undefined in ansi-styles.`
|
|
1130
|
+
);
|
|
1131
|
+
}
|
|
1132
|
+
return colors;
|
|
1133
|
+
}, /* @__PURE__ */ Object.create(null));
|
|
1134
|
+
}
|
|
1135
|
+
function getColorsEmpty() {
|
|
1136
|
+
return DEFAULT_THEME_KEYS.reduce((colors, key) => {
|
|
1137
|
+
colors[key] = { close: "", open: "" };
|
|
1138
|
+
return colors;
|
|
1139
|
+
}, /* @__PURE__ */ Object.create(null));
|
|
1140
|
+
}
|
|
1141
|
+
function getPrintFunctionName(options) {
|
|
1142
|
+
return (options == null ? void 0 : options.printFunctionName) ?? DEFAULT_OPTIONS.printFunctionName;
|
|
1143
|
+
}
|
|
1144
|
+
function getEscapeRegex(options) {
|
|
1145
|
+
return (options == null ? void 0 : options.escapeRegex) ?? DEFAULT_OPTIONS.escapeRegex;
|
|
1146
|
+
}
|
|
1147
|
+
function getEscapeString(options) {
|
|
1148
|
+
return (options == null ? void 0 : options.escapeString) ?? DEFAULT_OPTIONS.escapeString;
|
|
1149
|
+
}
|
|
1150
|
+
function getConfig(options) {
|
|
1151
|
+
return {
|
|
1152
|
+
callToJSON: (options == null ? void 0 : options.callToJSON) ?? DEFAULT_OPTIONS.callToJSON,
|
|
1153
|
+
colors: (options == null ? void 0 : options.highlight) ? getColorsHighlight() : getColorsEmpty(),
|
|
1154
|
+
compareKeys: typeof (options == null ? void 0 : options.compareKeys) === "function" || (options == null ? void 0 : options.compareKeys) === null ? options.compareKeys : DEFAULT_OPTIONS.compareKeys,
|
|
1155
|
+
escapeRegex: getEscapeRegex(options),
|
|
1156
|
+
escapeString: getEscapeString(options),
|
|
1157
|
+
indent: (options == null ? void 0 : options.min) ? "" : createIndent((options == null ? void 0 : options.indent) ?? DEFAULT_OPTIONS.indent),
|
|
1158
|
+
maxDepth: (options == null ? void 0 : options.maxDepth) ?? DEFAULT_OPTIONS.maxDepth,
|
|
1159
|
+
maxWidth: (options == null ? void 0 : options.maxWidth) ?? DEFAULT_OPTIONS.maxWidth,
|
|
1160
|
+
min: (options == null ? void 0 : options.min) ?? DEFAULT_OPTIONS.min,
|
|
1161
|
+
plugins: (options == null ? void 0 : options.plugins) ?? DEFAULT_OPTIONS.plugins,
|
|
1162
|
+
printBasicPrototype: (options == null ? void 0 : options.printBasicPrototype) ?? true,
|
|
1163
|
+
printFunctionName: getPrintFunctionName(options),
|
|
1164
|
+
spacingInner: (options == null ? void 0 : options.min) ? " " : "\n",
|
|
1165
|
+
spacingOuter: (options == null ? void 0 : options.min) ? "" : "\n"
|
|
1166
|
+
};
|
|
1167
|
+
}
|
|
1168
|
+
function createIndent(indent) {
|
|
1169
|
+
return Array.from({ length: indent + 1 }).join(" ");
|
|
1170
|
+
}
|
|
1171
|
+
function format(val, options) {
|
|
1172
|
+
if (options) {
|
|
1173
|
+
validateOptions(options);
|
|
1174
|
+
if (options.plugins) {
|
|
1175
|
+
const plugin2 = findPlugin(options.plugins, val);
|
|
1176
|
+
if (plugin2 !== null) {
|
|
1177
|
+
return printPlugin(plugin2, val, getConfig(options), "", 0, []);
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
const basicResult = printBasicValue(
|
|
1182
|
+
val,
|
|
1183
|
+
getPrintFunctionName(options),
|
|
1184
|
+
getEscapeRegex(options),
|
|
1185
|
+
getEscapeString(options)
|
|
1186
|
+
);
|
|
1187
|
+
if (basicResult !== null) {
|
|
1188
|
+
return basicResult;
|
|
1189
|
+
}
|
|
1190
|
+
return printComplexValue(val, getConfig(options), "", 0, []);
|
|
1191
|
+
}
|
|
1192
|
+
const plugins = {
|
|
1193
|
+
AsymmetricMatcher: plugin$5,
|
|
1194
|
+
DOMCollection: plugin$4,
|
|
1195
|
+
DOMElement: plugin$3,
|
|
1196
|
+
Immutable: plugin$2,
|
|
1197
|
+
ReactElement: plugin$1,
|
|
1198
|
+
ReactTestComponent: plugin
|
|
1199
|
+
};
|
|
1200
|
+
exports.DEFAULT_OPTIONS = DEFAULT_OPTIONS;
|
|
1201
|
+
exports.format = format;
|
|
1202
|
+
exports.plugins = plugins;
|