@plumile/backoffice-react 0.1.201 → 0.1.206

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.
Files changed (192) hide show
  1. package/README.md +11 -4
  2. package/lib/esm/auth/login/LoginFlow.js.map +1 -1
  3. package/lib/esm/auth/pages/AcceptInvitationScreen.js.map +1 -1
  4. package/lib/esm/auth/pages/PasswordResetCompleteScreen.js.map +1 -1
  5. package/lib/esm/auth/pages/PasswordResetRequestScreen.js.map +1 -1
  6. package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js +28 -28
  7. package/lib/esm/components/backoffice/detail/BackofficeEntitySummaryHeader.js.map +1 -1
  8. package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js +123 -70
  9. package/lib/esm/components/backoffice/pickers/EntityIdPickerDialog.js.map +1 -1
  10. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js +206 -204
  11. package/lib/esm/components/backoffice/scaffolds/BackofficeEntityListScaffold.js.map +1 -1
  12. package/lib/esm/hooks/useAuth.js +56 -56
  13. package/lib/esm/hooks/useAuth.js.map +1 -1
  14. package/lib/esm/hooks/useConditionalSubscription.js +18 -18
  15. package/lib/esm/hooks/useConditionalSubscription.js.map +1 -1
  16. package/lib/esm/hooks/useInfiniteConnection.js +40 -38
  17. package/lib/esm/hooks/useInfiniteConnection.js.map +1 -1
  18. package/lib/esm/i18n/locales/en/backofficeReact.js +1 -0
  19. package/lib/esm/i18n/locales/en/backofficeReact.js.map +1 -1
  20. package/lib/esm/i18n/locales/fr/backofficeReact.js +1 -0
  21. package/lib/esm/i18n/locales/fr/backofficeReact.js.map +1 -1
  22. package/lib/esm/index.js +56 -64
  23. package/lib/esm/pages/BackofficeEntityDetailPage.js +97 -97
  24. package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -1
  25. package/lib/esm/pages/BackofficeEntityListDataPage.js +39 -31
  26. package/lib/esm/pages/BackofficeEntityListDataPage.js.map +1 -1
  27. package/lib/esm/pages/BackofficeEntityListPage.js +2 -0
  28. package/lib/esm/pages/BackofficeEntityListPage.js.map +1 -1
  29. package/lib/esm/pages/BackofficeLayoutPage.js +19 -19
  30. package/lib/esm/pages/BackofficeLayoutPage.js.map +1 -1
  31. package/lib/esm/provider/BackofficeProvider.js +33 -33
  32. package/lib/esm/router/createBackofficeRoutes.js +26 -28
  33. package/lib/esm/router/createBackofficeRoutes.js.map +1 -1
  34. package/lib/esm/storybook/relay/RelayStory.js +32 -32
  35. package/lib/esm/storybook/relay/RelayStory.js.map +1 -1
  36. package/lib/esm/storybook/relay/mockResolvers.js.map +1 -1
  37. package/lib/esm/style.css +1 -1
  38. package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts +1 -1
  39. package/lib/types/components/backoffice/detail/BackofficeEntitySummaryHeader.d.ts.map +1 -1
  40. package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.d.ts.map +1 -1
  41. package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts +2 -0
  42. package/lib/types/components/backoffice/scaffolds/BackofficeEntityListScaffold.d.ts.map +1 -1
  43. package/lib/types/hooks/useAuth.d.ts.map +1 -1
  44. package/lib/types/hooks/useConditionalSubscription.d.ts.map +1 -1
  45. package/lib/types/hooks/useInfiniteConnection.d.ts +3 -2
  46. package/lib/types/hooks/useInfiniteConnection.d.ts.map +1 -1
  47. package/lib/types/i18n/locales/en/backofficeReact.d.ts +5 -0
  48. package/lib/types/i18n/locales/fr/backofficeReact.d.ts +5 -0
  49. package/lib/types/i18n/resources.d.ts +2 -0
  50. package/lib/types/i18n/resources.d.ts.map +1 -1
  51. package/lib/types/index.d.ts +1 -9
  52. package/lib/types/index.d.ts.map +1 -1
  53. package/lib/types/pages/BackofficeEntityListDataPage.d.ts.map +1 -1
  54. package/lib/types/pages/BackofficeEntityListPage.d.ts.map +1 -1
  55. package/lib/types/pages/BackofficeLayoutPage.d.ts.map +1 -1
  56. package/lib/types/router/createBackofficeRoutes.d.ts +3 -3
  57. package/lib/types/router/createBackofficeRoutes.d.ts.map +1 -1
  58. package/lib/types/storybook/relay/RelayStory.d.ts +1 -1
  59. package/lib/types/storybook/relay/RelayStory.d.ts.map +1 -1
  60. package/lib/types/storybook/relay/mockResolvers.d.ts +9 -1
  61. package/lib/types/storybook/relay/mockResolvers.d.ts.map +1 -1
  62. package/package.json +12 -15
  63. package/lib/esm/_virtual/_rolldown/runtime.js +0 -7
  64. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js +0 -13
  65. package/lib/esm/components/backoffice/detail/BackofficeDetailFlagTag.js.map +0 -1
  66. package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js +0 -12
  67. package/lib/esm/components/backoffice/detail/BackofficeDetailTaggedValue.js.map +0 -1
  68. package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js +0 -16
  69. package/lib/esm/components/backoffice/detail/BackofficeEnumLabel.js.map +0 -1
  70. package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js +0 -17
  71. package/lib/esm/components/backoffice/detail/BackofficeReferenceValue.js.map +0 -1
  72. package/lib/esm/components/backoffice/detail/BackofficeStatusGroup.js +0 -8
  73. package/lib/esm/components/backoffice/detail/BackofficeStatusGroup.js.map +0 -1
  74. package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js +0 -16
  75. package/lib/esm/components/backoffice/detail/BackofficeStatusMetaBadge.js.map +0 -1
  76. package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +0 -6
  77. package/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js.map +0 -1
  78. package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js +0 -6
  79. package/lib/esm/components/backoffice/refs/backofficeEntityIdRef.css.js.map +0 -1
  80. package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js +0 -12
  81. package/lib/esm/components/backoffice/routing/BackofficeRoutePendingBar.js.map +0 -1
  82. package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js +0 -7
  83. package/lib/esm/components/backoffice/routing/backofficeRoutePendingBar.css.js.map +0 -1
  84. package/lib/esm/hooks/useBackofficeLoadMore.js +0 -18
  85. package/lib/esm/hooks/useBackofficeLoadMore.js.map +0 -1
  86. package/lib/esm/modules/base64.js +0 -21
  87. package/lib/esm/modules/base64.js.map +0 -1
  88. package/lib/esm/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -15
  89. package/lib/esm/node_modules/@babel/runtime/helpers/arrayLikeToArray.js.map +0 -1
  90. package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -15
  91. package/lib/esm/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js.map +0 -1
  92. package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js +0 -20
  93. package/lib/esm/node_modules/@babel/runtime/helpers/defineProperty.js.map +0 -1
  94. package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -13
  95. package/lib/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js.map +0 -1
  96. package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -13
  97. package/lib/esm/node_modules/@babel/runtime/helpers/iterableToArray.js.map +0 -1
  98. package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -13
  99. package/lib/esm/node_modules/@babel/runtime/helpers/nonIterableSpread.js.map +0 -1
  100. package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -33
  101. package/lib/esm/node_modules/@babel/runtime/helpers/objectSpread2.js.map +0 -1
  102. package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -19
  103. package/lib/esm/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js.map +0 -1
  104. package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -18
  105. package/lib/esm/node_modules/@babel/runtime/helpers/toConsumableArray.js.map +0 -1
  106. package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -22
  107. package/lib/esm/node_modules/@babel/runtime/helpers/toPrimitive.js.map +0 -1
  108. package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -17
  109. package/lib/esm/node_modules/@babel/runtime/helpers/toPropertyKey.js.map +0 -1
  110. package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js +0 -18
  111. package/lib/esm/node_modules/@babel/runtime/helpers/typeof.js.map +0 -1
  112. package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -19
  113. package/lib/esm/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js.map +0 -1
  114. package/lib/esm/node_modules/fbjs/lib/areEqual.js +0 -42
  115. package/lib/esm/node_modules/fbjs/lib/areEqual.js.map +0 -1
  116. package/lib/esm/node_modules/invariant/browser.js +0 -30
  117. package/lib/esm/node_modules/invariant/browser.js.map +0 -1
  118. package/lib/esm/node_modules/relay-test-utils/index.js +0 -11
  119. package/lib/esm/node_modules/relay-test-utils/index.js.map +0 -1
  120. package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js +0 -288
  121. package/lib/esm/node_modules/relay-test-utils/lib/RelayMockPayloadGenerator.js.map +0 -1
  122. package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js +0 -183
  123. package/lib/esm/node_modules/relay-test-utils/lib/RelayModernMockEnvironment.js.map +0 -1
  124. package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js +0 -19
  125. package/lib/esm/node_modules/relay-test-utils/lib/RelayResolverTestUtils.js.map +0 -1
  126. package/lib/esm/node_modules/relay-test-utils/lib/index.js +0 -21
  127. package/lib/esm/node_modules/relay-test-utils/lib/index.js.map +0 -1
  128. package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.js +0 -16
  129. package/lib/esm/node_modules/relay-test-utils/lib/unwrapContainer.js.map +0 -1
  130. package/lib/esm/relay/RelayProvider.js +0 -2
  131. package/lib/esm/relay/envHelpers.js +0 -63
  132. package/lib/esm/relay/envHelpers.js.map +0 -1
  133. package/lib/esm/relay/environment.js +0 -2
  134. package/lib/esm/relay/shortAccessTokenEnvironment.js +0 -2
  135. package/lib/esm/relay/useRelayOperationActivity.js +0 -2
  136. package/lib/esm/storybook/relay/relay-test-utils.d.js +0 -0
  137. package/lib/types/auth/AuthFlows.stories.d.ts +0 -19
  138. package/lib/types/auth/AuthFlows.stories.d.ts.map +0 -1
  139. package/lib/types/components/backoffice/billing/BackofficeBillingUsageChart.stories.d.ts +0 -41
  140. package/lib/types/components/backoffice/billing/BackofficeBillingUsageChart.stories.d.ts.map +0 -1
  141. package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.d.ts +0 -11
  142. package/lib/types/components/backoffice/detail/BackofficeDetailFlagTag.d.ts.map +0 -1
  143. package/lib/types/components/backoffice/detail/BackofficeDetailPrimitives.stories.d.ts +0 -17
  144. package/lib/types/components/backoffice/detail/BackofficeDetailPrimitives.stories.d.ts.map +0 -1
  145. package/lib/types/components/backoffice/detail/BackofficeDetailTaggedValue.d.ts +0 -13
  146. package/lib/types/components/backoffice/detail/BackofficeDetailTaggedValue.d.ts.map +0 -1
  147. package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts +0 -9
  148. package/lib/types/components/backoffice/detail/BackofficeEnumLabel.d.ts.map +0 -1
  149. package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts +0 -10
  150. package/lib/types/components/backoffice/detail/BackofficeReferenceValue.d.ts.map +0 -1
  151. package/lib/types/components/backoffice/detail/BackofficeStatusGroup.d.ts +0 -8
  152. package/lib/types/components/backoffice/detail/BackofficeStatusGroup.d.ts.map +0 -1
  153. package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts +0 -11
  154. package/lib/types/components/backoffice/detail/BackofficeStatusMetaBadge.d.ts.map +0 -1
  155. package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts +0 -6
  156. package/lib/types/components/backoffice/detail/backofficeDetailRelationLink.css.d.ts.map +0 -1
  157. package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts +0 -12
  158. package/lib/types/components/backoffice/errors/BackofficeErrorBoundary.stories.d.ts.map +0 -1
  159. package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts +0 -12
  160. package/lib/types/components/backoffice/filters/EntityIdFilterField.stories.d.ts.map +0 -1
  161. package/lib/types/components/backoffice/hub/BackofficeHubTemplate.stories.d.ts +0 -49
  162. package/lib/types/components/backoffice/hub/BackofficeHubTemplate.stories.d.ts.map +0 -1
  163. package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts +0 -11
  164. package/lib/types/components/backoffice/overview/BackofficeOverviewLayout.stories.d.ts.map +0 -1
  165. package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.stories.d.ts +0 -12
  166. package/lib/types/components/backoffice/pickers/EntityIdPickerDialog.stories.d.ts.map +0 -1
  167. package/lib/types/components/backoffice/refs/backofficeEntityIdRef.css.d.ts +0 -2
  168. package/lib/types/components/backoffice/refs/backofficeEntityIdRef.css.d.ts.map +0 -1
  169. package/lib/types/components/backoffice/routing/BackofficeRoutePendingBar.d.ts +0 -4
  170. package/lib/types/components/backoffice/routing/BackofficeRoutePendingBar.d.ts.map +0 -1
  171. package/lib/types/components/backoffice/routing/backofficeRoutePendingBar.css.d.ts +0 -3
  172. package/lib/types/components/backoffice/routing/backofficeRoutePendingBar.css.d.ts.map +0 -1
  173. package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts +0 -11
  174. package/lib/types/components/backoffice/scaffolds/BackofficeTabbedDetailShell.stories.d.ts.map +0 -1
  175. package/lib/types/components/backoffice/tools/BackofficeTools.stories.d.ts +0 -17
  176. package/lib/types/components/backoffice/tools/BackofficeTools.stories.d.ts.map +0 -1
  177. package/lib/types/hooks/useBackofficeLoadMore.d.ts +0 -9
  178. package/lib/types/hooks/useBackofficeLoadMore.d.ts.map +0 -1
  179. package/lib/types/modules/base64.d.ts +0 -3
  180. package/lib/types/modules/base64.d.ts.map +0 -1
  181. package/lib/types/pages/BackofficeDashboardPage.stories.d.ts +0 -9
  182. package/lib/types/pages/BackofficeDashboardPage.stories.d.ts.map +0 -1
  183. package/lib/types/relay/RelayProvider.d.ts +0 -2
  184. package/lib/types/relay/RelayProvider.d.ts.map +0 -1
  185. package/lib/types/relay/envHelpers.d.ts +0 -25
  186. package/lib/types/relay/envHelpers.d.ts.map +0 -1
  187. package/lib/types/relay/environment.d.ts +0 -2
  188. package/lib/types/relay/environment.d.ts.map +0 -1
  189. package/lib/types/relay/shortAccessTokenEnvironment.d.ts +0 -5
  190. package/lib/types/relay/shortAccessTokenEnvironment.d.ts.map +0 -1
  191. package/lib/types/relay/useRelayOperationActivity.d.ts +0 -2
  192. package/lib/types/relay/useRelayOperationActivity.d.ts.map +0 -1
@@ -1,7 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var e = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), t = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
3
- if (typeof require < "u") return require.apply(this, arguments);
4
- throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
5
- });
6
- //#endregion
7
- export { e as __commonJSMin, t as __require };
@@ -1,13 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { BackofficeDetailFlagTag as t } from "@plumile/ui/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js";
3
- //#region src/components/backoffice/detail/BackofficeDetailFlagTag.tsx
4
- var n = ({ tone: n, icon: r, label: i, className: a }) => /* @__PURE__ */ e(t, {
5
- tone: n,
6
- icon: r,
7
- label: i,
8
- className: a
9
- });
10
- //#endregion
11
- export { n as BackofficeDetailFlagTag, n as default };
12
-
13
- //# sourceMappingURL=BackofficeDetailFlagTag.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeDetailFlagTag.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeDetailFlagTag.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport {\n BackofficeDetailFlagTag as UiBackofficeDetailFlagTag,\n type BackofficeDetailFlagTagProps as UiBackofficeDetailFlagTagProps,\n} from '@plumile/ui/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js';\nimport { type TagTone } from '@plumile/ui/backoffice/atoms/tag/Tag.js';\n\nexport type BackofficeDetailFlagTagProps = {\n tone: TagTone;\n icon?: ReactNode;\n label: string;\n className?: string;\n};\n\nexport const BackofficeDetailFlagTag = ({\n tone,\n icon,\n label,\n className,\n}: BackofficeDetailFlagTagProps): JSX.Element => {\n const props: UiBackofficeDetailFlagTagProps = {\n tone,\n icon,\n label,\n className,\n };\n return <UiBackofficeDetailFlagTag {...props} />;\n};\n\nexport default BackofficeDetailFlagTag;\n"],"mappings":";;;AAeA,IAAa,KAA2B,EACtC,SACA,SACA,UACA,mBAQO,kBAAC,GAAD;CALL;CACA;CACA;CACA;AAE4C,CAAA"}
@@ -1,12 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { BackofficeDetailTaggedValue as t } from "@plumile/ui/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js";
3
- //#region src/components/backoffice/detail/BackofficeDetailTaggedValue.tsx
4
- var n = ({ tag: n, value: r, className: i }) => /* @__PURE__ */ e(t, {
5
- tag: n,
6
- value: r,
7
- className: i
8
- });
9
- //#endregion
10
- export { n as BackofficeDetailTaggedValue, n as default };
11
-
12
- //# sourceMappingURL=BackofficeDetailTaggedValue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeDetailTaggedValue.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeDetailTaggedValue.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport type { BackofficeBadgeTone } from '@plumile/backoffice-core/types.js';\nimport { BackofficeDetailTaggedValue as UiBackofficeDetailTaggedValue } from '@plumile/ui/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js';\n\nexport type BackofficeDetailTaggedValueProps = {\n tag: { label: string; tone?: BackofficeBadgeTone } | null;\n value: ReactNode;\n className?: string;\n};\n\nexport const BackofficeDetailTaggedValue = ({\n tag,\n value,\n className,\n}: BackofficeDetailTaggedValueProps): JSX.Element => {\n return (\n <UiBackofficeDetailTaggedValue\n tag={tag}\n value={value}\n className={className}\n />\n );\n};\n\nexport default BackofficeDetailTaggedValue;\n"],"mappings":";;;AAWA,IAAa,KAA+B,EAC1C,QACA,UACA,mBAGE,kBAAC,GAAD;CACO;CACE;CACI;AACZ,CAAA"}
@@ -1,16 +0,0 @@
1
- import { useBackofficeReactTranslation as e } from "../../../i18n/useBackofficeReactTranslation.js";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { BackofficeEnumLabel as n } from "@plumile/ui/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js";
4
- //#region src/components/backoffice/detail/BackofficeEnumLabel.tsx
5
- var r = ({ value: r, getLabel: i, emptyLabel: a }) => {
6
- let { t: o } = e();
7
- return /* @__PURE__ */ t(n, {
8
- value: r,
9
- getLabel: i,
10
- emptyLabel: a ?? o("common.notAvailable")
11
- });
12
- };
13
- //#endregion
14
- export { r as BackofficeEnumLabel, r as default };
15
-
16
- //# sourceMappingURL=BackofficeEnumLabel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeEnumLabel.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeEnumLabel.tsx"],"sourcesContent":["import { type JSX } from 'react';\nimport { BackofficeEnumLabel as UiBackofficeEnumLabel } from '@plumile/ui/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js';\n\nimport { useBackofficeReactTranslation } from '../../../i18n/useBackofficeReactTranslation.js';\n\nexport type BackofficeEnumLabelProps<TValue extends string> = {\n readonly value: TValue | null | undefined;\n readonly getLabel: (value: TValue) => string;\n readonly emptyLabel?: string;\n};\n\nexport const BackofficeEnumLabel = <TValue extends string>({\n value,\n getLabel,\n emptyLabel,\n}: BackofficeEnumLabelProps<TValue>): JSX.Element => {\n const { t } = useBackofficeReactTranslation();\n\n return (\n <UiBackofficeEnumLabel\n value={value}\n getLabel={getLabel}\n emptyLabel={emptyLabel ?? t('common.notAvailable')}\n />\n );\n};\n\nexport default BackofficeEnumLabel;\n"],"mappings":";;;;AAWA,IAAa,KAA8C,EACzD,UACA,aACA,oBACmD;CACnD,IAAM,EAAE,SAAM,EAA8B;CAE5C,OACE,kBAAC,GAAD;EACS;EACG;EACV,YAAY,KAAc,EAAE,qBAAqB;CAClD,CAAA;AAEL"}
@@ -1,17 +0,0 @@
1
- import { useBackofficeReactTranslation as e } from "../../../i18n/useBackofficeReactTranslation.js";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { BackofficeReferenceValue as n } from "@plumile/ui/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js";
4
- //#region src/components/backoffice/detail/BackofficeReferenceValue.tsx
5
- var r = ({ kind: r, value: i, emptyLabel: a, className: o }) => {
6
- let { t: s } = e();
7
- return /* @__PURE__ */ t(n, {
8
- kind: r,
9
- value: i,
10
- emptyLabel: a ?? s("common.notAvailable"),
11
- className: o
12
- });
13
- };
14
- //#endregion
15
- export { r as BackofficeReferenceValue, r as default };
16
-
17
- //# sourceMappingURL=BackofficeReferenceValue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeReferenceValue.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeReferenceValue.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { BackofficeReferenceValue as UiBackofficeReferenceValue } from '@plumile/ui/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js';\n\nimport { useBackofficeReactTranslation } from '../../../i18n/useBackofficeReactTranslation.js';\n\nexport type BackofficeReferenceValueProps = {\n readonly kind: string;\n readonly value: ReactNode | null | undefined;\n readonly emptyLabel?: string;\n readonly className?: string;\n};\n\nexport const BackofficeReferenceValue = ({\n kind,\n value,\n emptyLabel,\n className,\n}: BackofficeReferenceValueProps): JSX.Element => {\n const { t } = useBackofficeReactTranslation();\n\n return (\n <UiBackofficeReferenceValue\n kind={kind}\n value={value}\n emptyLabel={emptyLabel ?? t('common.notAvailable')}\n className={className}\n />\n );\n};\n\nexport default BackofficeReferenceValue;\n"],"mappings":";;;;AAYA,IAAa,KAA4B,EACvC,SACA,UACA,eACA,mBACgD;CAChD,IAAM,EAAE,SAAM,EAA8B;CAE5C,OACE,kBAAC,GAAD;EACQ;EACC;EACP,YAAY,KAAc,EAAE,qBAAqB;EACtC;CACZ,CAAA;AAEL"}
@@ -1,8 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { BackofficeStatusGroup as t } from "@plumile/ui/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js";
3
- //#region src/components/backoffice/detail/BackofficeStatusGroup.tsx
4
- var n = ({ statuses: n }) => /* @__PURE__ */ e(t, { statuses: n });
5
- //#endregion
6
- export { n as BackofficeStatusGroup, n as default };
7
-
8
- //# sourceMappingURL=BackofficeStatusGroup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeStatusGroup.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeStatusGroup.tsx"],"sourcesContent":["import { type JSX } from 'react';\nimport { BackofficeStatusGroup as UiBackofficeStatusGroup } from '@plumile/ui/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js';\n\nimport { type BackofficeStatusMeta } from './BackofficeStatusMetaBadge.js';\n\nexport type BackofficeStatusGroupProps = {\n readonly statuses: readonly BackofficeStatusMeta[];\n};\n\nexport const BackofficeStatusGroup = ({\n statuses,\n}: BackofficeStatusGroupProps): JSX.Element => {\n return <UiBackofficeStatusGroup statuses={statuses} />;\n};\n\nexport default BackofficeStatusGroup;\n"],"mappings":";;;AASA,IAAa,KAAyB,EACpC,kBAEO,kBAAC,GAAD,EAAmC,YAAW,CAAA"}
@@ -1,16 +0,0 @@
1
- import { useBackofficeReactTranslation as e } from "../../../i18n/useBackofficeReactTranslation.js";
2
- import { jsx as t } from "react/jsx-runtime";
3
- import { BackofficeStatusMetaBadge as n } from "@plumile/ui/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js";
4
- //#region src/components/backoffice/detail/BackofficeStatusMetaBadge.tsx
5
- var r = ({ status: r, emptyLabel: i, className: a }) => {
6
- let { t: o } = e();
7
- return /* @__PURE__ */ t(n, {
8
- status: r,
9
- emptyLabel: i ?? o("common.notAvailable"),
10
- className: a
11
- });
12
- };
13
- //#endregion
14
- export { r as BackofficeStatusMetaBadge, r as default };
15
-
16
- //# sourceMappingURL=BackofficeStatusMetaBadge.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeStatusMetaBadge.js","names":[],"sources":["../../../../../src/components/backoffice/detail/BackofficeStatusMetaBadge.tsx"],"sourcesContent":["import { type JSX } from 'react';\nimport {\n BackofficeStatusMetaBadge as UiBackofficeStatusMetaBadge,\n type BackofficeStatusMeta,\n type BackofficeStatusMetaTone,\n} from '@plumile/ui/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js';\n\nimport { useBackofficeReactTranslation } from '../../../i18n/useBackofficeReactTranslation.js';\n\nexport type { BackofficeStatusMeta, BackofficeStatusMetaTone };\n\nexport type BackofficeStatusMetaBadgeProps = {\n readonly status: BackofficeStatusMeta | null | undefined;\n readonly emptyLabel?: string;\n readonly className?: string;\n};\n\nexport const BackofficeStatusMetaBadge = ({\n status,\n emptyLabel,\n className,\n}: BackofficeStatusMetaBadgeProps): JSX.Element => {\n const { t } = useBackofficeReactTranslation();\n\n return (\n <UiBackofficeStatusMetaBadge\n status={status}\n emptyLabel={emptyLabel ?? t('common.notAvailable')}\n className={className}\n />\n );\n};\n\nexport default BackofficeStatusMetaBadge;\n"],"mappings":";;;;AAiBA,IAAa,KAA6B,EACxC,WACA,eACA,mBACiD;CACjD,IAAM,EAAE,SAAM,EAA8B;CAE5C,OACE,kBAAC,GAAD;EACU;EACR,YAAY,KAAc,EAAE,qBAAqB;EACtC;CACZ,CAAA;AAEL"}
@@ -1,6 +0,0 @@
1
- //#region src/components/backoffice/detail/backofficeDetailRelationLink.css.ts
2
- var e = "_93gupm0 qbwcueg qbwcuee txvbqb2tz txvbqb1bgr txvbqb3f txvbqb7g txvbqb76 txvbqb7t qbwcuef txvbqb1ctr txvbqb1dt3 qbwcue0 txvbqb1fgi txvbqb1gaq txvbqb10na txvbqb11kv txvbqb12i3 txvbqbxu6 txvbqb7h txvbqb75 txvbqbfpn txvbqblt7 txvbqbhdy txvbqb28o txvbqb2sj txvbqbik txvbqb1b5h txvbqbey txvbqbem txvbqbh4k txvbqbh4y txvbqb1ctu txvbqb1dt6", t = "txvbqb9j txvbqbhb2 txvbqbv7x txvbqbws9", n = "txvbqbfqq txvbqbey txvbqbhd8 txvbqbh6d txvbqbv7x", r = "txvbqb96 txvbqb1bgt txvbqbws9 txvbqb18ef", i = "txvbqbfqq txvbqbey txvbqbls4 txvbqb1bgv txvbqb9j txvbqbmzg";
3
- //#endregion
4
- export { n as action, i as chevron, t as label, e as link, r as meta };
5
-
6
- //# sourceMappingURL=backofficeDetailRelationLink.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"backofficeDetailRelationLink.css.js","names":[],"sources":["../../../../../src/components/backoffice/detail/backofficeDetailRelationLink.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '@plumile/ui/theme/sprinkles.css.js';\nimport { interactiveLinkSurface } from '@plumile/ui/theme/styleRecipes.css.js';\n\nexport const link = style([\n interactiveLinkSurface,\n sprinkles({\n transitionProperty: 'colors',\n transitionDuration: 120,\n transitionTimingFunction: 'ease',\n display: 'flex',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 2,\n paddingX: 3,\n borderRadius: 'md',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'transparent',\n backgroundColor: 'transparent',\n color: 'text',\n textDecoration: 'none',\n alignItems: {\n base: 'center',\n sm: 'flex-start',\n },\n flexDirection: {\n base: 'row',\n sm: 'column',\n },\n }),\n stateSprinkles({\n backgroundColor: { focusVisible: 'surfaceSecondary' },\n borderColor: { focusVisible: 'borderSubtle' },\n }),\n]);\n\nexport const label = sprinkles({\n fontSize: 'sm',\n fontWeight: 'medium',\n minWidth: 0,\n overflowWrap: 'anywhere',\n});\n\nexport const action = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 1,\n flexShrink: 0,\n minWidth: 0,\n});\n\nexport const meta = sprinkles({\n fontSize: 'xs',\n color: 'textSecondary',\n overflowWrap: 'anywhere',\n textAlign: 'end',\n});\n\nexport const chevron = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'textMuted',\n fontSize: 'sm',\n lineHeight: 1,\n});\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- //#region src/components/backoffice/refs/backofficeEntityIdRef.css.ts
2
- var e = "qbwcuep qbwcuen txvbqbfqq txvbqbey txvbqbhd8 txvbqb1bgr txvbqb3f txvbqb7h txvbqb75 txvbqb7t qbwcueo txvbqb1gdj qbwcue0 txvbqb1fgi txvbqb1gaq";
3
- //#endregion
4
- export { e as link };
5
-
6
- //# sourceMappingURL=backofficeEntityIdRef.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"backofficeEntityIdRef.css.js","names":[],"sources":["../../../../../src/components/backoffice/refs/backofficeEntityIdRef.css.ts"],"sourcesContent":["import { entityReferenceLink } from '@plumile/ui/theme/styleRecipes.css.js';\n\nexport const link = entityReferenceLink;\n"],"mappings":""}
@@ -1,12 +0,0 @@
1
- import { bar as e, root as t } from "./backofficeRoutePendingBar.css.js";
2
- import { jsx as n } from "react/jsx-runtime";
3
- //#region src/components/backoffice/routing/BackofficeRoutePendingBar.tsx
4
- var r = () => /* @__PURE__ */ n("div", {
5
- className: t,
6
- "aria-hidden": "true",
7
- children: /* @__PURE__ */ n("div", { className: e })
8
- });
9
- //#endregion
10
- export { r as BackofficeRoutePendingBar, r as default };
11
-
12
- //# sourceMappingURL=BackofficeRoutePendingBar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackofficeRoutePendingBar.js","names":[],"sources":["../../../../../src/components/backoffice/routing/BackofficeRoutePendingBar.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\nimport * as styles from './backofficeRoutePendingBar.css.js';\n\nexport const BackofficeRoutePendingBar = (): JSX.Element => {\n return (\n <div className={styles.root} aria-hidden=\"true\">\n <div className={styles.bar} />\n </div>\n );\n};\n\nexport default BackofficeRoutePendingBar;\n"],"mappings":";;;AAIA,IAAa,UAET,kBAAC,OAAD;CAAK,WAAW;CAAa,eAAY;CACvC,UAAA,kBAAC,OAAD,EAAK,WAAW,EAAa,CAAA;AAC1B,CAAA"}
@@ -1,7 +0,0 @@
1
- /* empty css */
2
- //#region src/components/backoffice/routing/backofficeRoutePendingBar.css.ts
3
- var e = "_11exksg1 txvbqb1b8t txvbqb13ix txvbqb18fi txvbqblvq txvbqbwr6 txvbqb2o txvbqb19us txvbqb1avm", t = "_11exksg2 txvbqbjzu txvbqb1ajc";
4
- //#endregion
5
- export { t as bar, e as root };
6
-
7
- //# sourceMappingURL=backofficeRoutePendingBar.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"backofficeRoutePendingBar.css.js","names":[],"sources":["../../../../../src/components/backoffice/routing/backofficeRoutePendingBar.css.ts"],"sourcesContent":["import { style, keyframes } from '@vanilla-extract/css';\n\nimport { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\nimport { vars } from '@plumile/ui/theme/themeContract.css.js';\n\nconst slide = keyframes({\n '0%': { transform: 'translateX(-120%)' },\n '60%': { transform: 'translateX(30%)' },\n '100%': { transform: 'translateX(120%)' },\n});\n\nexport const root = style([\n sprinkles({\n backgroundColor: 'surfaceMuted',\n position: 'fixed',\n top: 0,\n left: 0,\n overflow: 'hidden',\n pointerEvents: 'none',\n width: 'full',\n zIndex: 50,\n }),\n {\n height: '3px',\n },\n]);\n\nexport const bar = style([\n sprinkles({\n height: 'full',\n width: '2/5',\n }),\n {\n background: vars.backgroundImage.pendingBar,\n animation: `${slide} 1.1s ease-in-out infinite`,\n },\n]);\n"],"mappings":""}
@@ -1,18 +0,0 @@
1
- import { startTransition as e, useCallback as t } from "react";
2
- //#region src/hooks/useBackofficeLoadMore.ts
3
- function n({ hasNext: n, isLoadingNext: r, loadNext: i, count: a }) {
4
- return t(() => {
5
- !n || r || e(() => {
6
- i(a);
7
- });
8
- }, [
9
- a,
10
- n,
11
- r,
12
- i
13
- ]);
14
- }
15
- //#endregion
16
- export { n as useBackofficeLoadMore };
17
-
18
- //# sourceMappingURL=useBackofficeLoadMore.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBackofficeLoadMore.js","names":[],"sources":["../../../src/hooks/useBackofficeLoadMore.ts"],"sourcesContent":["import { startTransition, useCallback } from 'react';\n\ntype Params = {\n hasNext: boolean;\n isLoadingNext: boolean;\n loadNext: (count: number) => void;\n count: number;\n};\n\n/**\n * Wraps Relay `loadNext()` with consistent guards and `startTransition()`.\n */\nexport function useBackofficeLoadMore({\n hasNext,\n isLoadingNext,\n loadNext,\n count,\n}: Params): () => void {\n return useCallback(() => {\n if (!hasNext || isLoadingNext) {\n return;\n }\n\n startTransition(() => {\n loadNext(count);\n });\n }, [count, hasNext, isLoadingNext, loadNext]);\n}\n"],"mappings":";;AAYA,SAAgB,EAAsB,EACpC,YACA,kBACA,aACA,YACqB;CACrB,OAAO,QAAkB;EACnB,CAAC,KAAW,KAIhB,QAAsB;GACpB,EAAS,CAAK;EAChB,CAAC;CACH,GAAG;EAAC;EAAO;EAAS;EAAe;CAAQ,CAAC;AAC9C"}
@@ -1,21 +0,0 @@
1
- //#region src/modules/base64.ts
2
- function e(e) {
3
- if (typeof e != "string") throw TypeError("encodeUtf8ToBase64 expects a string input.");
4
- if (typeof globalThis.btoa == "function") {
5
- let t = encodeURIComponent(e).replace(/%([0-9A-F]{2})/g, (e, t) => String.fromCharCode(Number.parseInt(t, 16)));
6
- return globalThis.btoa(t);
7
- }
8
- throw Error("No base64 encoder is available in this environment.");
9
- }
10
- function t(e) {
11
- if (typeof e != "string") throw TypeError("decodeBase64ToUtf8 expects a string input.");
12
- if (typeof globalThis.atob == "function") {
13
- let t = globalThis.atob(e), n = Array.from(t, (e) => `%${e.charCodeAt(0).toString(16).padStart(2, "0")}`).join("");
14
- return decodeURIComponent(n);
15
- }
16
- throw Error("No base64 decoder is available in this environment.");
17
- }
18
- //#endregion
19
- export { t as decodeBase64ToUtf8, e as encodeUtf8ToBase64 };
20
-
21
- //# sourceMappingURL=base64.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base64.js","names":[],"sources":["../../../src/modules/base64.ts"],"sourcesContent":["/** Encode a UTF-8 string into base64 using native helpers when available. */\nexport function encodeUtf8ToBase64(value: string): string {\n if (typeof value !== 'string') {\n throw new TypeError('encodeUtf8ToBase64 expects a string input.');\n }\n\n if (typeof globalThis.btoa === 'function') {\n const utf8 = encodeURIComponent(value).replace(\n /%([0-9A-F]{2})/g,\n (_, code) => {\n return String.fromCharCode(Number.parseInt(code, 16));\n },\n );\n return globalThis.btoa(utf8);\n }\n\n throw new Error('No base64 encoder is available in this environment.');\n}\n\n/** Decode a base64 string into UTF-8 using native helpers when available. */\nexport function decodeBase64ToUtf8(value: string): string {\n if (typeof value !== 'string') {\n throw new TypeError('decodeBase64ToUtf8 expects a string input.');\n }\n\n if (typeof globalThis.atob === 'function') {\n const binary = globalThis.atob(value);\n const percentEncoded = Array.from(binary, (char) => {\n const code = char.charCodeAt(0).toString(16).padStart(2, '0');\n return `%${code}`;\n }).join('');\n return decodeURIComponent(percentEncoded);\n }\n\n throw new Error('No base64 decoder is available in this environment.');\n}\n"],"mappings":";AACA,SAAgB,EAAmB,GAAuB;CACxD,IAAI,OAAO,KAAU,UACnB,MAAU,UAAU,4CAA4C;CAGlE,IAAI,OAAO,WAAW,QAAS,YAAY;EACzC,IAAM,IAAO,mBAAmB,CAAK,CAAC,CAAC,QACrC,oBACC,GAAG,MACK,OAAO,aAAa,OAAO,SAAS,GAAM,EAAE,CAAC,CAExD;EACA,OAAO,WAAW,KAAK,CAAI;CAC7B;CAEA,MAAU,MAAM,qDAAqD;AACvE;AAGA,SAAgB,EAAmB,GAAuB;CACxD,IAAI,OAAO,KAAU,UACnB,MAAU,UAAU,4CAA4C;CAGlE,IAAI,OAAO,WAAW,QAAS,YAAY;EACzC,IAAM,IAAS,WAAW,KAAK,CAAK,GAC9B,IAAiB,MAAM,KAAK,IAAS,MAElC,IADM,EAAK,WAAW,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC,SAAS,GAAG,GAC9C,GACZ,CAAC,CAAC,KAAK,EAAE;EACV,OAAO,mBAAmB,CAAc;CAC1C;CAEA,MAAU,MAAM,qDAAqD;AACvE"}
@@ -1,15 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n(e, t) {
5
- (t == null || t > e.length) && (t = e.length);
6
- for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
7
- return r;
8
- }
9
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
10
- }));
11
- //#endregion
12
- export default t();
13
- export { t as require_arrayLikeToArray };
14
-
15
- //# sourceMappingURL=arrayLikeToArray.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrayLikeToArray.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"],"sourcesContent":["function _arrayLikeToArray(r, a) {\n (null == a || a > r.length) && (a = r.length);\n for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];\n return n;\n}\nmodule.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,EAAkB,GAAG,GAAG;EAC/B,CAAS,KAAR,QAAa,IAAI,EAAE,YAAY,IAAI,EAAE;EACtC,KAAK,IAAI,IAAI,GAAG,IAAI,MAAM,CAAC,GAAG,IAAI,GAAG,KAAK,EAAE,KAAK,EAAE;EACnD,OAAO;CACT;CACA,EAAO,UAAU,GAAmB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,15 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_arrayLikeToArray as t } from "./arrayLikeToArray.js";
3
- //#region ../../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
4
- var n = /* @__PURE__ */ e(((e, n) => {
5
- var r = t();
6
- function i(e) {
7
- if (Array.isArray(e)) return r(e);
8
- }
9
- n.exports = i, n.exports.__esModule = !0, n.exports.default = n.exports;
10
- }));
11
- //#endregion
12
- export default n();
13
- export { n as require_arrayWithoutHoles };
14
-
15
- //# sourceMappingURL=arrayWithoutHoles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"arrayWithoutHoles.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"],"sourcesContent":["var arrayLikeToArray = require(\"./arrayLikeToArray.js\");\nfunction _arrayWithoutHoles(r) {\n if (Array.isArray(r)) return arrayLikeToArray(r);\n}\nmodule.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;CAAA,IAAI,IAAA,EAAA;CACJ,SAAS,EAAmB,GAAG;EAC7B,IAAI,MAAM,QAAQ,CAAC,GAAG,OAAO,EAAiB,CAAC;CACjD;CACA,EAAO,UAAU,GAAoB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,20 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_toPropertyKey as t } from "./toPropertyKey.js";
3
- //#region ../../node_modules/@babel/runtime/helpers/defineProperty.js
4
- var n = /* @__PURE__ */ e(((e, n) => {
5
- var r = t();
6
- function i(e, t, n) {
7
- return (t = r(t)) in e ? Object.defineProperty(e, t, {
8
- value: n,
9
- enumerable: !0,
10
- configurable: !0,
11
- writable: !0
12
- }) : e[t] = n, e;
13
- }
14
- n.exports = i, n.exports.__esModule = !0, n.exports.default = n.exports;
15
- }));
16
- //#endregion
17
- export default n();
18
- export { n as require_defineProperty };
19
-
20
- //# sourceMappingURL=defineProperty.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"defineProperty.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/defineProperty.js"],"sourcesContent":["var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperty(e, r, t) {\n return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {\n value: t,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }) : e[r] = t, e;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;CAAA,IAAI,IAAA,EAAA;CACJ,SAAS,EAAgB,GAAG,GAAG,GAAG;EAChC,QAAQ,IAAI,EAAc,CAAC,MAAM,IAAI,OAAO,eAAe,GAAG,GAAG;GAC/D,OAAO;GACP,YAAY,CAAC;GACb,cAAc,CAAC;GACf,UAAU,CAAC;EACb,CAAC,IAAI,EAAE,KAAK,GAAG;CACjB;CACA,EAAO,UAAU,GAAiB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,13 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/interopRequireDefault.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n(e) {
5
- return e && e.__esModule ? e : { default: e };
6
- }
7
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
8
- }));
9
- //#endregion
10
- export default t();
11
- export { t as require_interopRequireDefault };
12
-
13
- //# sourceMappingURL=interopRequireDefault.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"interopRequireDefault.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/interopRequireDefault.js"],"sourcesContent":["function _interopRequireDefault(e) {\n return e && e.__esModule ? e : {\n \"default\": e\n };\n}\nmodule.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,EAAuB,GAAG;EACjC,OAAO,KAAK,EAAE,aAAa,IAAI,EAC7B,SAAW,EACb;CACF;CACA,EAAO,UAAU,GAAwB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,13 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/iterableToArray.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n(e) {
5
- if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
6
- }
7
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
8
- }));
9
- //#endregion
10
- export default t();
11
- export { t as require_iterableToArray };
12
-
13
- //# sourceMappingURL=iterableToArray.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"iterableToArray.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/iterableToArray.js"],"sourcesContent":["function _iterableToArray(r) {\n if (\"undefined\" != typeof Symbol && null != r[Symbol.iterator] || null != r[\"@@iterator\"]) return Array.from(r);\n}\nmodule.exports = _iterableToArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,EAAiB,GAAG;EAC3B,IAAmB,OAAO,SAAtB,OAAwC,EAAE,OAAO,aAAjB,QAAsC,EAAE,iBAAV,MAAyB,OAAO,MAAM,KAAK,CAAC;CAChH;CACA,EAAO,UAAU,GAAkB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,13 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/nonIterableSpread.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n() {
5
- throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
6
- }
7
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
8
- }));
9
- //#endregion
10
- export default t();
11
- export { t as require_nonIterableSpread };
12
-
13
- //# sourceMappingURL=nonIterableSpread.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"nonIterableSpread.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/nonIterableSpread.js"],"sourcesContent":["function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\nmodule.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,IAAqB;EAC5B,MAAU,UAAU,sIAAsI;CAC5J;CACA,EAAO,UAAU,GAAoB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,33 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_defineProperty as t } from "./defineProperty.js";
3
- //#region ../../node_modules/@babel/runtime/helpers/objectSpread2.js
4
- var n = /* @__PURE__ */ e(((e, n) => {
5
- var r = t();
6
- function i(e, t) {
7
- var n = Object.keys(e);
8
- if (Object.getOwnPropertySymbols) {
9
- var r = Object.getOwnPropertySymbols(e);
10
- t && (r = r.filter(function(t) {
11
- return Object.getOwnPropertyDescriptor(e, t).enumerable;
12
- })), n.push.apply(n, r);
13
- }
14
- return n;
15
- }
16
- function a(e) {
17
- for (var t = 1; t < arguments.length; t++) {
18
- var n = arguments[t] == null ? {} : arguments[t];
19
- t % 2 ? i(Object(n), !0).forEach(function(t) {
20
- r(e, t, n[t]);
21
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : i(Object(n)).forEach(function(t) {
22
- Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
23
- });
24
- }
25
- return e;
26
- }
27
- n.exports = a, n.exports.__esModule = !0, n.exports.default = n.exports;
28
- }));
29
- //#endregion
30
- export default n();
31
- export { n as require_objectSpread2 };
32
-
33
- //# sourceMappingURL=objectSpread2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"objectSpread2.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/objectSpread2.js"],"sourcesContent":["var defineProperty = require(\"./defineProperty.js\");\nfunction ownKeys(e, r) {\n var t = Object.keys(e);\n if (Object.getOwnPropertySymbols) {\n var o = Object.getOwnPropertySymbols(e);\n r && (o = o.filter(function (r) {\n return Object.getOwnPropertyDescriptor(e, r).enumerable;\n })), t.push.apply(t, o);\n }\n return t;\n}\nfunction _objectSpread2(e) {\n for (var r = 1; r < arguments.length; r++) {\n var t = null != arguments[r] ? arguments[r] : {};\n r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {\n defineProperty(e, r, t[r]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {\n Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));\n });\n }\n return e;\n}\nmodule.exports = _objectSpread2, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;CAAA,IAAI,IAAA,EAAA;CACJ,SAAS,EAAQ,GAAG,GAAG;EACrB,IAAI,IAAI,OAAO,KAAK,CAAC;EACrB,IAAI,OAAO,uBAAuB;GAChC,IAAI,IAAI,OAAO,sBAAsB,CAAC;GACtC,MAAM,IAAI,EAAE,OAAO,SAAU,GAAG;IAC9B,OAAO,OAAO,yBAAyB,GAAG,CAAC,CAAC,CAAC;GAC/C,CAAC,IAAI,EAAE,KAAK,MAAM,GAAG,CAAC;EACxB;EACA,OAAO;CACT;CACA,SAAS,EAAe,GAAG;EACzB,KAAK,IAAI,IAAI,GAAG,IAAI,UAAU,QAAQ,KAAK;GACzC,IAAI,IAAY,UAAU,MAAlB,OAAsC,CAAC,IAAhB,UAAU;GACzC,IAAI,IAAI,EAAQ,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,SAAU,GAAG;IAClD,EAAe,GAAG,GAAG,EAAE,EAAE;GAC3B,CAAC,IAAI,OAAO,4BAA4B,OAAO,iBAAiB,GAAG,OAAO,0BAA0B,CAAC,CAAC,IAAI,EAAQ,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,SAAU,GAAG;IAChJ,OAAO,eAAe,GAAG,GAAG,OAAO,yBAAyB,GAAG,CAAC,CAAC;GACnE,CAAC;EACH;EACA,OAAO;CACT;CACA,EAAO,UAAU,GAAgB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,19 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n(e, t) {
5
- if (e == null) return {};
6
- var n = {};
7
- for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
8
- if (t.indexOf(r) !== -1) continue;
9
- n[r] = e[r];
10
- }
11
- return n;
12
- }
13
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
14
- }));
15
- //#endregion
16
- export default t();
17
- export { t as require_objectWithoutPropertiesLoose };
18
-
19
- //# sourceMappingURL=objectWithoutPropertiesLoose.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"objectWithoutPropertiesLoose.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js"],"sourcesContent":["function _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (-1 !== e.indexOf(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\nmodule.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,EAA8B,GAAG,GAAG;EAC3C,IAAY,KAAR,MAAW,OAAO,CAAC;EACvB,IAAI,IAAI,CAAC;EACT,KAAK,IAAI,KAAK,GAAG,IAAI,CAAC,EAAE,eAAe,KAAK,GAAG,CAAC,GAAG;GACjD,IAAW,EAAE,QAAQ,CAAC,MAAlB,IAAqB;GACzB,EAAE,KAAK,EAAE;EACX;EACA,OAAO;CACT;CACA,EAAO,UAAU,GAA+B,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,18 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_arrayWithoutHoles as t } from "./arrayWithoutHoles.js";
3
- import { require_iterableToArray as n } from "./iterableToArray.js";
4
- import { require_unsupportedIterableToArray as r } from "./unsupportedIterableToArray.js";
5
- import { require_nonIterableSpread as i } from "./nonIterableSpread.js";
6
- //#region ../../node_modules/@babel/runtime/helpers/toConsumableArray.js
7
- var a = /* @__PURE__ */ e(((e, a) => {
8
- var o = t(), s = n(), c = r(), l = i();
9
- function u(e) {
10
- return o(e) || s(e) || c(e) || l();
11
- }
12
- a.exports = u, a.exports.__esModule = !0, a.exports.default = a.exports;
13
- }));
14
- //#endregion
15
- export default a();
16
- export { a as require_toConsumableArray };
17
-
18
- //# sourceMappingURL=toConsumableArray.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toConsumableArray.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/toConsumableArray.js"],"sourcesContent":["var arrayWithoutHoles = require(\"./arrayWithoutHoles.js\");\nvar iterableToArray = require(\"./iterableToArray.js\");\nvar unsupportedIterableToArray = require(\"./unsupportedIterableToArray.js\");\nvar nonIterableSpread = require(\"./nonIterableSpread.js\");\nfunction _toConsumableArray(r) {\n return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();\n}\nmodule.exports = _toConsumableArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;;;;CAAA,IAAI,IAAA,EAAA,GACA,IAAA,EAAA,GACA,IAAA,EAAA,GACA,IAAA,EAAA;CACJ,SAAS,EAAmB,GAAG;EAC7B,OAAO,EAAkB,CAAC,KAAK,EAAgB,CAAC,KAAK,EAA2B,CAAC,KAAK,EAAkB;CAC1G;CACA,EAAO,UAAU,GAAoB,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,22 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_typeof as t } from "./typeof.js";
3
- //#region ../../node_modules/@babel/runtime/helpers/toPrimitive.js
4
- var n = /* @__PURE__ */ e(((e, n) => {
5
- var r = t().default;
6
- function i(e, t) {
7
- if (r(e) != "object" || !e) return e;
8
- var n = e[Symbol.toPrimitive];
9
- if (n !== void 0) {
10
- var i = n.call(e, t || "default");
11
- if (r(i) != "object") return i;
12
- throw TypeError("@@toPrimitive must return a primitive value.");
13
- }
14
- return (t === "string" ? String : Number)(e);
15
- }
16
- n.exports = i, n.exports.__esModule = !0, n.exports.default = n.exports;
17
- }));
18
- //#endregion
19
- export default n();
20
- export { n as require_toPrimitive };
21
-
22
- //# sourceMappingURL=toPrimitive.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toPrimitive.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/toPrimitive.js"],"sourcesContent":["var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\nmodule.exports = toPrimitive, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;CAAA,IAAI,IAAA,EAAA,CAAA,CAAiC;CACrC,SAAS,EAAY,GAAG,GAAG;EACzB,IAAgB,EAAQ,CAAC,KAArB,YAA0B,CAAC,GAAG,OAAO;EACzC,IAAI,IAAI,EAAE,OAAO;EACjB,IAAe,MAAX,KAAK,GAAS;GAChB,IAAI,IAAI,EAAE,KAAK,GAAG,KAAK,SAAS;GAChC,IAAgB,EAAQ,CAAC,KAArB,UAAwB,OAAO;GACnC,MAAU,UAAU,8CAA8C;EACpE;EACA,QAAqB,MAAb,WAAiB,SAAS,OAAA,CAAQ,CAAC;CAC7C;CACA,EAAO,UAAU,GAAa,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,17 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_typeof as t } from "./typeof.js";
3
- import { require_toPrimitive as n } from "./toPrimitive.js";
4
- //#region ../../node_modules/@babel/runtime/helpers/toPropertyKey.js
5
- var r = /* @__PURE__ */ e(((e, r) => {
6
- var i = t().default, a = n();
7
- function o(e) {
8
- var t = a(e, "string");
9
- return i(t) == "symbol" ? t : t + "";
10
- }
11
- r.exports = o, r.exports.__esModule = !0, r.exports.default = r.exports;
12
- }));
13
- //#endregion
14
- export default r();
15
- export { r as require_toPropertyKey };
16
-
17
- //# sourceMappingURL=toPropertyKey.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toPropertyKey.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/toPropertyKey.js"],"sourcesContent":["var _typeof = require(\"./typeof.js\")[\"default\"];\nvar toPrimitive = require(\"./toPrimitive.js\");\nfunction toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}\nmodule.exports = toPropertyKey, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;;CAAA,IAAI,IAAA,EAAA,CAAA,CAAiC,SACjC,IAAA,EAAA;CACJ,SAAS,EAAc,GAAG;EACxB,IAAI,IAAI,EAAY,GAAG,QAAQ;EAC/B,OAAmB,EAAQ,CAAC,KAArB,WAAyB,IAAI,IAAI;CAC1C;CACA,EAAO,UAAU,GAAe,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,18 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- //#region ../../node_modules/@babel/runtime/helpers/typeof.js
3
- var t = /* @__PURE__ */ e(((e, t) => {
4
- function n(e) {
5
- "@babel/helpers - typeof";
6
- return t.exports = n = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
7
- return typeof e;
8
- } : function(e) {
9
- return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
10
- }, t.exports.__esModule = !0, t.exports.default = t.exports, n(e);
11
- }
12
- t.exports = n, t.exports.__esModule = !0, t.exports.default = t.exports;
13
- }));
14
- //#endregion
15
- export default t();
16
- export { t as require_typeof };
17
-
18
- //# sourceMappingURL=typeof.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"typeof.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/typeof.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports, _typeof(o);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;CAAA,SAAS,EAAQ,GAAG;EAClB;EAEA,OAAO,EAAO,UAAU,IAAwB,OAAO,UAArB,cAA2C,OAAO,OAAO,YAA1B,WAAqC,SAAU,GAAG;GACjH,OAAO,OAAO;EAChB,IAAI,SAAU,GAAG;GACf,OAAO,KAAmB,OAAO,UAArB,cAA+B,EAAE,gBAAgB,UAAU,MAAM,OAAO,YAAY,WAAW,OAAO;EACpH,GAAG,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO,SAAS,EAAQ,CAAC;CAC5F;CACA,EAAO,UAAU,GAAS,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}
@@ -1,19 +0,0 @@
1
- import { __commonJSMin as e } from "../../../../_virtual/_rolldown/runtime.js";
2
- import { require_arrayLikeToArray as t } from "./arrayLikeToArray.js";
3
- //#region ../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js
4
- var n = /* @__PURE__ */ e(((e, n) => {
5
- var r = t();
6
- function i(e, t) {
7
- if (e) {
8
- if (typeof e == "string") return r(e, t);
9
- var n = {}.toString.call(e).slice(8, -1);
10
- return n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set" ? Array.from(e) : n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? r(e, t) : void 0;
11
- }
12
- }
13
- n.exports = i, n.exports.__esModule = !0, n.exports.default = n.exports;
14
- }));
15
- //#endregion
16
- export default n();
17
- export { n as require_unsupportedIterableToArray };
18
-
19
- //# sourceMappingURL=unsupportedIterableToArray.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unsupportedIterableToArray.js","names":[],"sources":["../../../../../../../../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"],"sourcesContent":["var arrayLikeToArray = require(\"./arrayLikeToArray.js\");\nfunction _unsupportedIterableToArray(r, a) {\n if (r) {\n if (\"string\" == typeof r) return arrayLikeToArray(r, a);\n var t = {}.toString.call(r).slice(8, -1);\n return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0;\n }\n}\nmodule.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"x_google_ignoreList":[0],"mappings":";;;;CAAA,IAAI,IAAA,EAAA;CACJ,SAAS,EAA4B,GAAG,GAAG;EACzC,IAAI,GAAG;GACL,IAAgB,OAAO,KAAnB,UAAsB,OAAO,EAAiB,GAAG,CAAC;GACtD,IAAI,IAAI,CAAC,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,MAAM,GAAG,EAAE;GACvC,OAAoB,MAAb,YAAkB,EAAE,gBAAgB,IAAI,EAAE,YAAY,OAAiB,MAAV,SAAyB,MAAV,QAAc,MAAM,KAAK,CAAC,IAAoB,MAAhB,eAAqB,2CAA2C,KAAK,CAAC,IAAI,EAAiB,GAAG,CAAC,IAAI,KAAK;EAC3N;CACF;CACA,EAAO,UAAU,GAA6B,EAAO,QAAQ,aAAa,IAAM,EAAO,QAAQ,UAAa,EAAO"}