@crystaldesign/diva-backoffice 26.7.0-beta.2 → 26.7.0-beta.21

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 (112) hide show
  1. package/build/esm/index.js +4187 -2267
  2. package/build/types/backoffice/src/Configuration.d.ts +4 -3
  3. package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
  4. package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -1
  5. package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -1
  6. package/build/types/backoffice/src/store/ConfigurationStore.d.ts.map +1 -1
  7. package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
  8. package/build/types/backoffice/src/tests/unit/ui/NotificationDetails/translationUtils.test.d.ts +2 -0
  9. package/build/types/backoffice/src/tests/unit/ui/NotificationDetails/translationUtils.test.d.ts.map +1 -0
  10. package/build/types/backoffice/src/ui/CommonComponents/useCatalogVersionDialog.d.ts +13 -0
  11. package/build/types/backoffice/src/ui/CommonComponents/useCatalogVersionDialog.d.ts.map +1 -0
  12. package/build/types/backoffice/src/ui/FileUploadOrders/index.d.ts.map +1 -1
  13. package/build/types/backoffice/src/ui/Form/Fields/FormList/index.d.ts +2 -1
  14. package/build/types/backoffice/src/ui/Form/Fields/FormList/index.d.ts.map +1 -1
  15. package/build/types/backoffice/src/ui/Form/Fields/SubTitle/index.d.ts.map +1 -1
  16. package/build/types/backoffice/src/ui/Form/Fields/Translation/index.d.ts +2 -1
  17. package/build/types/backoffice/src/ui/Form/Fields/Translation/index.d.ts.map +1 -1
  18. package/build/types/backoffice/src/ui/Form/elements.d.ts +1 -1
  19. package/build/types/backoffice/src/ui/Form/elements.d.ts.map +1 -1
  20. package/build/types/backoffice/src/ui/Form/index.d.ts +7 -1
  21. package/build/types/backoffice/src/ui/Form/index.d.ts.map +1 -1
  22. package/build/types/backoffice/src/ui/Form/processFormMediaBeforeSave.d.ts +5 -0
  23. package/build/types/backoffice/src/ui/Form/processFormMediaBeforeSave.d.ts.map +1 -0
  24. package/build/types/backoffice/src/ui/Form/useFormData.d.ts +4 -2
  25. package/build/types/backoffice/src/ui/Form/useFormData.d.ts.map +1 -1
  26. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/CatalogVersions.d.ts.map +1 -1
  27. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/IdmCatalogs.d.ts.map +1 -1
  28. package/build/types/backoffice/src/ui/IDMCatalogEditor/Tables/PartlistPos.d.ts.map +1 -1
  29. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  30. package/build/types/backoffice/src/ui/NotificationDetails/RichContentItemField.d.ts +14 -0
  31. package/build/types/backoffice/src/ui/NotificationDetails/RichContentItemField.d.ts.map +1 -0
  32. package/build/types/backoffice/src/ui/NotificationDetails/index.d.ts +9 -0
  33. package/build/types/backoffice/src/ui/NotificationDetails/index.d.ts.map +1 -0
  34. package/build/types/backoffice/src/ui/NotificationDetails/translationUtils.d.ts +8 -0
  35. package/build/types/backoffice/src/ui/NotificationDetails/translationUtils.d.ts.map +1 -0
  36. package/build/types/backoffice/src/ui/NotificationDetails/types.d.ts +24 -0
  37. package/build/types/backoffice/src/ui/NotificationDetails/types.d.ts.map +1 -0
  38. package/build/types/backoffice/src/ui/NotificationDetails/useNotificationDetails.d.ts +51 -0
  39. package/build/types/backoffice/src/ui/NotificationDetails/useNotificationDetails.d.ts.map +1 -0
  40. package/build/types/backoffice/src/ui/Select/useSelectData.d.ts.map +1 -1
  41. package/build/types/backoffice/src/ui/Table/BaseTable/index.d.ts.map +1 -1
  42. package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts +1 -1
  43. package/build/types/backoffice/src/ui/Table/StandardTable/useTableData.d.ts.map +1 -1
  44. package/build/types/backoffice/src/ui/Table/types.d.ts +2 -0
  45. package/build/types/backoffice/src/ui/Table/types.d.ts.map +1 -1
  46. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/ActionBar/index.d.ts +2 -1
  47. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ActionBar/index.d.ts.map +1 -0
  48. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/FullscreenViewer/index.d.ts +1 -1
  49. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/FullscreenViewer/index.d.ts.map +1 -0
  50. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/ImagePanel/index.d.ts +1 -1
  51. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ImagePanel/index.d.ts.map +1 -0
  52. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/LeftSlider/index.d.ts +1 -1
  53. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/LeftSlider/index.d.ts.map +1 -0
  54. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/MetadataPanel/index.d.ts +1 -1
  55. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/MetadataPanel/index.d.ts.map +1 -0
  56. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/RejectModal/index.d.ts.map +1 -0
  57. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/SessionHeader/index.d.ts +1 -1
  58. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/SessionHeader/index.d.ts.map +1 -0
  59. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/ShortcutLegend/index.d.ts.map +1 -0
  60. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/SideBySideViewer/index.d.ts +1 -1
  61. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/SideBySideViewer/index.d.ts.map +1 -0
  62. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/components/UndoNotification/index.d.ts.map +1 -0
  63. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/hooks/useKeyboardShortcuts.d.ts +1 -1
  64. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useKeyboardShortcuts.d.ts.map +1 -0
  65. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useRenderApproveSession.d.ts.map +1 -0
  66. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/hooks/useRenderJobData.d.ts +2 -2
  67. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useRenderJobData.d.ts.map +1 -0
  68. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/hooks/useUpdateRenderJobState.d.ts.map +1 -0
  69. package/build/types/backoffice/src/ui/TableRenderJobs/components/RenderApprove/index.d.ts.map +1 -0
  70. package/build/types/backoffice/src/ui/TableRenderJobs/components/UploadImageModal/index.d.ts +11 -0
  71. package/build/types/backoffice/src/ui/TableRenderJobs/components/UploadImageModal/index.d.ts.map +1 -0
  72. package/build/types/backoffice/src/ui/TableRenderJobs/config.d.ts +321 -0
  73. package/build/types/backoffice/src/ui/TableRenderJobs/config.d.ts.map +1 -0
  74. package/build/types/backoffice/src/ui/TableRenderJobs/constants.d.ts.map +1 -0
  75. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUpdateRenderJobPatch.d.ts.map +1 -0
  76. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUpdateRenderJobState.d.ts +7 -0
  77. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUpdateRenderJobState.d.ts.map +1 -0
  78. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUploadRenderJobImage.d.ts +14 -0
  79. package/build/types/backoffice/src/ui/TableRenderJobs/hooks/useUploadRenderJobImage.d.ts.map +1 -0
  80. package/build/types/backoffice/src/ui/TableRenderJobs/index.d.ts +4 -0
  81. package/build/types/backoffice/src/ui/TableRenderJobs/index.d.ts.map +1 -0
  82. package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs}/types.d.ts +3 -0
  83. package/build/types/backoffice/src/ui/TableRenderJobs/types.d.ts.map +1 -0
  84. package/build/types/backoffice/src/utils/contentItemTranslationItems.d.ts +4 -0
  85. package/build/types/backoffice/src/utils/contentItemTranslationItems.d.ts.map +1 -0
  86. package/package.json +9 -9
  87. package/build/types/backoffice/src/ui/RenderApprove/components/ActionBar/index.d.ts.map +0 -1
  88. package/build/types/backoffice/src/ui/RenderApprove/components/FullscreenViewer/index.d.ts.map +0 -1
  89. package/build/types/backoffice/src/ui/RenderApprove/components/ImagePanel/index.d.ts.map +0 -1
  90. package/build/types/backoffice/src/ui/RenderApprove/components/LeftSlider/index.d.ts.map +0 -1
  91. package/build/types/backoffice/src/ui/RenderApprove/components/MetadataPanel/index.d.ts.map +0 -1
  92. package/build/types/backoffice/src/ui/RenderApprove/components/RejectModal/index.d.ts.map +0 -1
  93. package/build/types/backoffice/src/ui/RenderApprove/components/SessionHeader/index.d.ts.map +0 -1
  94. package/build/types/backoffice/src/ui/RenderApprove/components/ShortcutLegend/index.d.ts.map +0 -1
  95. package/build/types/backoffice/src/ui/RenderApprove/components/SideBySideViewer/index.d.ts.map +0 -1
  96. package/build/types/backoffice/src/ui/RenderApprove/components/UndoNotification/index.d.ts.map +0 -1
  97. package/build/types/backoffice/src/ui/RenderApprove/constants.d.ts.map +0 -1
  98. package/build/types/backoffice/src/ui/RenderApprove/hooks/useKeyboardShortcuts.d.ts.map +0 -1
  99. package/build/types/backoffice/src/ui/RenderApprove/hooks/useRenderApproveSession.d.ts.map +0 -1
  100. package/build/types/backoffice/src/ui/RenderApprove/hooks/useRenderJobData.d.ts.map +0 -1
  101. package/build/types/backoffice/src/ui/RenderApprove/hooks/useUpdateRenderJobPatch.d.ts.map +0 -1
  102. package/build/types/backoffice/src/ui/RenderApprove/hooks/useUpdateRenderJobState.d.ts.map +0 -1
  103. package/build/types/backoffice/src/ui/RenderApprove/index.d.ts.map +0 -1
  104. package/build/types/backoffice/src/ui/RenderApprove/types.d.ts.map +0 -1
  105. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/RejectModal/index.d.ts +0 -0
  106. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/ShortcutLegend/index.d.ts +0 -0
  107. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/components/UndoNotification/index.d.ts +0 -0
  108. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/hooks/useRenderApproveSession.d.ts +0 -0
  109. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/hooks/useUpdateRenderJobState.d.ts +0 -0
  110. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs/components/RenderApprove}/index.d.ts +0 -0
  111. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs}/constants.d.ts +0 -0
  112. /package/build/types/backoffice/src/ui/{RenderApprove → TableRenderJobs}/hooks/useUpdateRenderJobPatch.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/ImagePanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAGvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAQD,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,EAAE,KAAK,qBAyFzF"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Swiper as SwiperClass } from 'swiper';
3
- import { RenderApproveMedia } from '../../types';
3
+ import { RenderApproveMedia } from '../../../../types';
4
4
  import 'swiper/css';
5
5
  import 'swiper/css/navigation';
6
6
  import 'swiper/css/pagination';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/LeftSlider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAKpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAGvD,OAAO,YAAY,CAAC;AACpB,OAAO,uBAAuB,CAAC;AAC/B,OAAO,uBAAuB,CAAC;AAE/B,UAAU,KAAK;IACb,MAAM,EAAE,kBAAkB,EAAE,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,8FAA8F;IAC9F,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CAC9C;AAED;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,EAAE,KAAK,qBAsCjG"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { RenderJob } from '../../types';
2
+ import { RenderJob } from '../../../../types';
3
3
  interface Props {
4
4
  job?: RenderJob;
5
5
  fileSize?: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/MetadataPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAM5D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAsC9C,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAgHD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,GAAG,EACH,QAAQ,EACR,SAAS,EACT,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EAClB,oBAAoB,EACpB,gBAAgB,EAChB,eAAe,EACf,QAAQ,GACT,EAAE,KAAK,qBA2VP"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/RejectModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACvD;AAWD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,KAAK,qBAuGhF"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { RenderJob } from '../../types';
2
+ import { RenderJob } from '../../../../types';
3
3
  import { SessionSummary } from '../../hooks/useRenderApproveSession';
4
4
  interface Props {
5
5
  job?: RenderJob;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/SessionHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AA4BrE,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,cAAc,CAAC;IAC/B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,yBAAyB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAqBD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,GAAG,EACH,YAAY,EACZ,KAAK,EACL,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,yBAAyB,EACzB,MAAM,GACP,EAAE,KAAK,qBAmFP"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/ShortcutLegend/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,UAAU,KAAK;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,kBAAkB,EAAE,EAAE,KAAK,qBA6BnE"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { Swiper as SwiperClass } from 'swiper';
3
3
  import { SessionAction } from '../../hooks/useRenderApproveSession';
4
- import { RenderApproveImages } from '../../types';
4
+ import { RenderApproveImages } from '../../../../types';
5
5
  interface Props {
6
6
  images: RenderApproveImages;
7
7
  loading?: boolean;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/SideBySideViewer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAIpD,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAcxD,UAAU,KAAK;IACb,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,MAAM,EACN,OAAO,EACP,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,GACjB,EAAE,KAAK,qBAgEP"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/components/UndoNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,UAAU,KAAK;IACb,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAKD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE,KAAK,qBAwCxE"}
@@ -1,4 +1,4 @@
1
- import { ShortcutAction } from '../constants';
1
+ import { ShortcutAction } from '../../../constants';
2
2
  /** Return `false` when the shortcut should not run (e.g. modal open) so default browser behavior is preserved. */
3
3
  type ShortcutHandlers = Partial<Record<ShortcutAction, () => void | false>>;
4
4
  interface Options {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useKeyboardShortcuts.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/hooks/useKeyboardShortcuts.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAE7D,kHAAkH;AAClH,KAAK,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC;AAE5E,UAAU,OAAO;IACf,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,oGAAoG;IACpG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA+BD;;;;;;;;;GASG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,OAAO,QA+C3E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRenderApproveSession.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/hooks/useRenderApproveSession.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,yBAAyB,GAAG,MAAM,CAAC;AAmCtF,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,uBAAuB,EAAE,MAAM,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+DAA+D;IAC/D,aAAa,EAAE,MAAM,CAAC;IACtB,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAC;IACd,8DAA8D;IAC9D,gBAAgB,CAAC,EAAE,aAAa,CAAC;CAClC;AAED,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,EAAE,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,OAAO,EAAE,cAAc,CAAC;IACxB,+DAA+D;IAC/D,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oBAAoB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5D,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC;;;OAGG;IACH,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACpE;AAED,UAAU,OAAO;IACf,6EAA6E;IAC7E,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CACrG;AAoED;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,EAAE,WAAW,EAAE,EAAE,OAAO,GAAG,oBAAoB,CA8W9F"}
@@ -1,4 +1,4 @@
1
- import { RenderApproveImages, RenderJob } from '../types';
1
+ import { RenderApproveImages, RenderJob } from '../../../types';
2
2
  interface UseRenderJobDataResult {
3
3
  job?: RenderJob;
4
4
  images: RenderApproveImages;
@@ -13,6 +13,6 @@ interface UseRenderJobDataResult {
13
13
  * State mutations (approve/reject) live in `useUpdateRenderJobState` so the
14
14
  * session hook can call them without depending on the currently-loaded job.
15
15
  */
16
- export default function useRenderJobData(id?: string): UseRenderJobDataResult;
16
+ export default function useRenderJobData(id?: string, refreshKey?: number): UseRenderJobDataResult;
17
17
  export {};
18
18
  //# sourceMappingURL=useRenderJobData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRenderJobData.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/hooks/useRenderJobData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAsB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAIpF,UAAU,sBAAsB;IAC9B,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAmGD;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,sBAAsB,CA8FjG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateRenderJobState.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/hooks/useUpdateRenderJobState.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,SAMhC,MAAM,SAAS,MAAM,YAAY,MAAM,cAAc,OAAO,kBAgC1E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/TableRenderJobs/components/RenderApprove/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgE3D,MAAM,CAAC,OAAO,UAAU,aAAa,sBAuZpC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { RenderJob } from '../../types';
3
+ interface Props {
4
+ open: boolean;
5
+ renderJob: RenderJob | null;
6
+ onClose: () => void;
7
+ onSuccess?: () => void;
8
+ }
9
+ export default function UploadImageModal({ open, renderJob, onClose, onSuccess }: Props): React.JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/TableRenderJobs/components/UploadImageModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAIxC,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,KAAK,qBA8GtF"}
@@ -0,0 +1,321 @@
1
+ import { TFunction } from 'i18next';
2
+ import RootStore from '../../store/RootStore';
3
+ export declare function createTableRenderJobsConfig(t: TFunction, root: RootStore, onUploadRenderJob: (data: any) => void): {
4
+ title: string;
5
+ type: "TableRenderJobs";
6
+ canRefresh: boolean;
7
+ columns: ({
8
+ title: string;
9
+ field: string;
10
+ type: string;
11
+ iconMapping: {
12
+ icon: string;
13
+ value: number;
14
+ message: string;
15
+ }[];
16
+ sorter: number;
17
+ width: number;
18
+ align: string;
19
+ closeIcon: boolean;
20
+ color?: undefined;
21
+ filter?: undefined;
22
+ translationPrefix?: undefined;
23
+ mediaItemViewerIdMode?: undefined;
24
+ defaultSortOrder?: undefined;
25
+ hidden?: undefined;
26
+ } | {
27
+ title: string;
28
+ field: string;
29
+ sorter: number;
30
+ color: {
31
+ color: string;
32
+ onValues: (string | number)[];
33
+ operations: string[];
34
+ fields: string[];
35
+ }[];
36
+ filter: {
37
+ type: string;
38
+ values: {
39
+ value: number;
40
+ label: string;
41
+ }[];
42
+ };
43
+ width: number;
44
+ translationPrefix: string;
45
+ type: string;
46
+ iconMapping?: undefined;
47
+ align?: undefined;
48
+ closeIcon?: undefined;
49
+ mediaItemViewerIdMode?: undefined;
50
+ defaultSortOrder?: undefined;
51
+ hidden?: undefined;
52
+ } | {
53
+ title: string;
54
+ sorter: number;
55
+ filter: string;
56
+ field: string;
57
+ width: number;
58
+ type?: undefined;
59
+ iconMapping?: undefined;
60
+ align?: undefined;
61
+ closeIcon?: undefined;
62
+ color?: undefined;
63
+ translationPrefix?: undefined;
64
+ mediaItemViewerIdMode?: undefined;
65
+ defaultSortOrder?: undefined;
66
+ hidden?: undefined;
67
+ } | {
68
+ title: string;
69
+ field: string;
70
+ width: number;
71
+ type: string;
72
+ mediaItemViewerIdMode: string;
73
+ align: string;
74
+ iconMapping?: undefined;
75
+ sorter?: undefined;
76
+ closeIcon?: undefined;
77
+ color?: undefined;
78
+ filter?: undefined;
79
+ translationPrefix?: undefined;
80
+ defaultSortOrder?: undefined;
81
+ hidden?: undefined;
82
+ } | {
83
+ title: string;
84
+ field: string;
85
+ width: number;
86
+ type: string;
87
+ align: string;
88
+ iconMapping?: undefined;
89
+ sorter?: undefined;
90
+ closeIcon?: undefined;
91
+ color?: undefined;
92
+ filter?: undefined;
93
+ translationPrefix?: undefined;
94
+ mediaItemViewerIdMode?: undefined;
95
+ defaultSortOrder?: undefined;
96
+ hidden?: undefined;
97
+ } | {
98
+ title: string;
99
+ field: string;
100
+ sorter: number;
101
+ type: string;
102
+ defaultSortOrder: string;
103
+ filter: string;
104
+ width: number;
105
+ iconMapping?: undefined;
106
+ align?: undefined;
107
+ closeIcon?: undefined;
108
+ color?: undefined;
109
+ translationPrefix?: undefined;
110
+ mediaItemViewerIdMode?: undefined;
111
+ hidden?: undefined;
112
+ } | {
113
+ title: string;
114
+ field: string;
115
+ hidden: boolean;
116
+ type?: undefined;
117
+ iconMapping?: undefined;
118
+ sorter?: undefined;
119
+ width?: undefined;
120
+ align?: undefined;
121
+ closeIcon?: undefined;
122
+ color?: undefined;
123
+ filter?: undefined;
124
+ translationPrefix?: undefined;
125
+ mediaItemViewerIdMode?: undefined;
126
+ defaultSortOrder?: undefined;
127
+ })[];
128
+ apiInterface: {
129
+ read: {
130
+ list: string;
131
+ filterServerSide: boolean;
132
+ };
133
+ update: {
134
+ url: string;
135
+ method: string;
136
+ jsonPatch: boolean;
137
+ };
138
+ delete: string;
139
+ };
140
+ bulkActions: ({
141
+ actionType: string;
142
+ type: string;
143
+ id: string;
144
+ title: string;
145
+ label: string;
146
+ rule: {
147
+ match: {
148
+ sourceField: string;
149
+ };
150
+ }[];
151
+ errorText: string;
152
+ apiInterface: {
153
+ update: {
154
+ url: string;
155
+ method: string;
156
+ jsonPatch?: undefined;
157
+ };
158
+ };
159
+ showProgressBar: boolean;
160
+ mapping?: undefined;
161
+ apiCallbackMapping?: undefined;
162
+ disableOnRuleMismatch?: undefined;
163
+ callback?: undefined;
164
+ } | {
165
+ actionType: string;
166
+ type: string;
167
+ id: string;
168
+ title: string;
169
+ label: string;
170
+ errorText: string;
171
+ apiInterface: {
172
+ update: {
173
+ url: string;
174
+ method: string;
175
+ jsonPatch: boolean;
176
+ };
177
+ };
178
+ rule: {
179
+ lt: {
180
+ sourceField: string;
181
+ value: number;
182
+ };
183
+ }[];
184
+ mapping: {
185
+ type: string;
186
+ map: {
187
+ targetField: string;
188
+ sourceField: string;
189
+ }[];
190
+ };
191
+ apiCallbackMapping: {
192
+ type: string;
193
+ map: {
194
+ sourceField: string;
195
+ targetField: string;
196
+ setType: string;
197
+ }[];
198
+ };
199
+ showProgressBar: boolean;
200
+ disableOnRuleMismatch?: undefined;
201
+ callback?: undefined;
202
+ } | {
203
+ actionType: string;
204
+ id: string;
205
+ label: string;
206
+ rule: {
207
+ match: {
208
+ sourceField: string;
209
+ value: number;
210
+ };
211
+ }[];
212
+ errorText: string;
213
+ disableOnRuleMismatch: boolean;
214
+ callback: (selectedRenderJobs: any) => void;
215
+ type?: undefined;
216
+ title?: undefined;
217
+ apiInterface?: undefined;
218
+ showProgressBar?: undefined;
219
+ mapping?: undefined;
220
+ apiCallbackMapping?: undefined;
221
+ })[];
222
+ deselectOnUpdate: boolean;
223
+ copyAction: {
224
+ apiInterface: {
225
+ create: string;
226
+ };
227
+ mapping: {
228
+ type: string;
229
+ map: {
230
+ sourceField: string;
231
+ targetField: string;
232
+ }[];
233
+ };
234
+ };
235
+ downloadAction: {
236
+ actionType: string;
237
+ id: string;
238
+ rule: {
239
+ match: {
240
+ sourceField: string;
241
+ value: number[];
242
+ };
243
+ }[];
244
+ download: {
245
+ type: string;
246
+ request: string;
247
+ mediaType: string;
248
+ mapping: {
249
+ type: string;
250
+ map: {
251
+ sourceField: string;
252
+ targetField: string;
253
+ }[];
254
+ };
255
+ }[];
256
+ }[];
257
+ rowAction: ({
258
+ actionType: string;
259
+ type: string;
260
+ id: string;
261
+ title: string;
262
+ description: {
263
+ text: string;
264
+ }[];
265
+ label?: undefined;
266
+ callback?: undefined;
267
+ icon?: undefined;
268
+ rule?: undefined;
269
+ download?: undefined;
270
+ } | {
271
+ actionType: string;
272
+ type: string;
273
+ id: string;
274
+ title: string;
275
+ label: string;
276
+ description?: undefined;
277
+ callback?: undefined;
278
+ icon?: undefined;
279
+ rule?: undefined;
280
+ download?: undefined;
281
+ } | {
282
+ actionType: string;
283
+ id: string;
284
+ label: string;
285
+ callback: (data: any) => void;
286
+ type?: undefined;
287
+ title?: undefined;
288
+ description?: undefined;
289
+ icon?: undefined;
290
+ rule?: undefined;
291
+ download?: undefined;
292
+ } | {
293
+ actionType: string;
294
+ id: string;
295
+ icon: string;
296
+ rule: {
297
+ match: {
298
+ sourceField: string;
299
+ value: number[];
300
+ };
301
+ }[];
302
+ download: {
303
+ type: string;
304
+ request: string;
305
+ mapping: {
306
+ type: string;
307
+ map: {
308
+ sourceField: string;
309
+ targetField: string;
310
+ }[];
311
+ };
312
+ mediaType: string;
313
+ }[];
314
+ type?: undefined;
315
+ title?: undefined;
316
+ description?: undefined;
317
+ label?: undefined;
318
+ callback?: undefined;
319
+ })[];
320
+ };
321
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/TableRenderJobs/config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAE9C,wBAAgB,2BAA2B,CAAC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAoQ1E,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2EjB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4B3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/TableRenderJobs/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAQpB,CAAC;AAEX,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAGjE;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYmC,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,OAAO,CAAC;AAElD;;;GAGG;AACH,eAAO,MAAM,eAAe,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateRenderJobPatch.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/TableRenderJobs/hooks/useUpdateRenderJobPatch.ts"],"names":[],"mappings":"AAMA,UAAU,kBAAkB;IAC1B,EAAE,EAAE,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC5D,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,SAMhC,MAAM,SAAS,kBAAkB,EAAE,kBA+BjD"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Thin wrapper around `PATCH ${mediaService}/renderjobs/:id/state`.
3
+ * Lives in its own hook so the session orchestrator can stay independent of
4
+ * `useRenderJobData` (which is bound to a single currently-loaded job).
5
+ */
6
+ export default function useUpdateRenderJobState(): (id: string, state: number, message?: string, keepalive?: boolean) => Promise<any>;
7
+ //# sourceMappingURL=useUpdateRenderJobState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateRenderJobState.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/TableRenderJobs/hooks/useUpdateRenderJobState.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,SAMhC,MAAM,SAAS,MAAM,YAAY,MAAM,cAAc,OAAO,kBAgC1E"}
@@ -0,0 +1,14 @@
1
+ import { TFunction } from 'i18next';
2
+ import { RenderJob } from '../types';
3
+ /**
4
+ * Validates the file against the render job's expected format and resolution.
5
+ * Returns a list of human-readable warning strings (empty = no deviations).
6
+ * Exported so the modal can run pre-upload validation on file selection.
7
+ */
8
+ export declare function validateImageFile(file: File, job: RenderJob, t: TFunction): Promise<string[]>;
9
+ export default function useUploadRenderJobImage(): {
10
+ upload: (file: File, job: RenderJob) => Promise<void>;
11
+ uploading: boolean;
12
+ error: Error | null;
13
+ };
14
+ //# sourceMappingURL=useUploadRenderJobImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUploadRenderJobImage.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/TableRenderJobs/hooks/useUploadRenderJobImage.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAMpC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAkBrC;;;;GAIG;AACH,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAiCnG;AAED,MAAM,CAAC,OAAO,UAAU,uBAAuB;mBAY9B,IAAI,OAAO,SAAS,KAAG,OAAO,CAAC,IAAI,CAAC;;;EAmEpD"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.FunctionComponent<object>;
3
+ export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/TableRenderJobs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;;AAWjD,wBAwBG"}
@@ -1,4 +1,7 @@
1
1
  import { BaseModulConfiguration } from '../../Configuration';
2
+ export interface TableRenderJobsConfiguration extends BaseModulConfiguration {
3
+ type: 'TableRenderJobs';
4
+ }
2
5
  export interface RenderApproveConfiguration extends BaseModulConfiguration {
3
6
  type: 'RenderApprove';
4
7
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/TableRenderJobs/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,WAAW,4BAA6B,SAAQ,sBAAsB;IAC1E,IAAI,EAAE,iBAAiB,CAAC;CACzB;AACD,MAAM,WAAW,0BAA2B,SAAQ,sBAAsB;IACxE,IAAI,EAAE,eAAe,CAAC;CACvB;AAED;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACjE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IACjC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,iEAAiE;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAmB;IAClC,4EAA4E;IAC5E,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B;;;;;OAKG;IACH,UAAU,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAClC,KAAK,CAAC,EAAE,kBAAkB,CAAC;CAC5B"}
@@ -0,0 +1,4 @@
1
+ import { TFunction } from 'i18next';
2
+ import { Item as FormItem } from '../ui/Form/types';
3
+ export declare function buildContentTranslationItems(content: any, t: TFunction, path?: (string | number)[]): FormItem[];
4
+ //# sourceMappingURL=contentItemTranslationItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentItemTranslationItems.d.ts","sourceRoot":"","sources":["../../../../../src/utils/contentItemTranslationItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AA8LpD,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE,SAAS,EAAE,IAAI,GAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAgB,GAAG,QAAQ,EAAE,CAI5H"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.7.0-beta.2",
3
+ "version": "26.7.0-beta.21",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.7.0-beta.2",
19
- "@crystaldesign/content-item": "26.7.0-beta.2",
20
- "@crystaldesign/diva-core": "26.7.0-beta.2",
21
- "@crystaldesign/diva-utils": "26.7.0-beta.2",
22
- "@crystaldesign/media-upload": "26.7.0-beta.2",
23
- "@crystaldesign/rtf-editor": "26.7.0-beta.2",
24
- "@crystaldesign/spreadsheet": "26.7.0-beta.2",
18
+ "@crystaldesign/content-box": "26.7.0-beta.21",
19
+ "@crystaldesign/content-item": "26.7.0-beta.21",
20
+ "@crystaldesign/diva-core": "26.7.0-beta.21",
21
+ "@crystaldesign/diva-utils": "26.7.0-beta.21",
22
+ "@crystaldesign/media-upload": "26.7.0-beta.21",
23
+ "@crystaldesign/rtf-editor": "26.7.0-beta.21",
24
+ "@crystaldesign/spreadsheet": "26.7.0-beta.21",
25
25
  "@google/genai": "^1.22.0",
26
26
  "@google/model-viewer": "3.5.0",
27
27
  "ag-charts-community": "^10.1.0",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "module": "build/esm/index.js",
55
55
  "types": "./build/types/backoffice/src/index.d.ts",
56
- "gitHead": "0a5736fcd253626de738f970cf42a18a9baf76b8"
56
+ "gitHead": "1b88a37f9cc3e18e6cd8c45f05a8aea18570fdbd"
57
57
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/ActionBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,KAAK,qBA0BtI"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/FullscreenViewer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAMD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,KAAK,qBAmC9E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/ImagePanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,cAAc,EAAE,GAAG,CAAC;SACrB;KACF;CACF;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAQD,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,EAAE,KAAK,qBAyFzF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/LeftSlider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAKpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,OAAO,YAAY,CAAC;AACpB,OAAO,uBAAuB,CAAC;AAC/B,OAAO,uBAAuB,CAAC;AAE/B,UAAU,KAAK;IACb,MAAM,EAAE,kBAAkB,EAAE,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,8FAA8F;IAC9F,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CAC9C;AAED;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,EAAE,YAAY,EAAE,EAAE,KAAK,qBA4CjG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/MetadataPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAM5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AA4BxC,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAgHD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,GAAG,EACH,QAAQ,EACR,SAAS,EACT,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EAClB,oBAAoB,EACpB,gBAAgB,EAChB,eAAe,EACf,QAAQ,GACT,EAAE,KAAK,qBA4NP"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/RejectModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACvD;AAWD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,KAAK,qBAuGhF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/SessionHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AA4BrE,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,cAAc,CAAC;IAC/B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,yBAAyB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAqBD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,GAAG,EACH,YAAY,EACZ,KAAK,EACL,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,yBAAyB,EACzB,MAAM,GACP,EAAE,KAAK,qBAmFP"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/ShortcutLegend/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,UAAU,KAAK;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,kBAAkB,EAAE,EAAE,KAAK,qBA6BnE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/SideBySideViewer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,MAAM,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAIpD,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAclD,UAAU,KAAK;IACb,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,aAAa,CAAC;IACjC,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;IACnC,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,MAAM,EACN,OAAO,EACP,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,GACjB,EAAE,KAAK,qBAgEP"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/RenderApprove/components/UndoNotification/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGpE,UAAU,KAAK;IACb,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAKD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE,KAAK,qBAwCxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/RenderApprove/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AAEX;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;EAQpB,CAAC;AAEX,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAGjE;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYmC,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,OAAO,CAAC;AAElD;;;GAGG;AACH,eAAO,MAAM,eAAe,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useKeyboardShortcuts.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/RenderApprove/hooks/useKeyboardShortcuts.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,cAAc,EAAE,MAAM,cAAc,CAAC;AAEvD,kHAAkH;AAClH,KAAK,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC;AAE5E,UAAU,OAAO;IACf,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,oGAAoG;IACpG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA+BD;;;;;;;;;GASG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,OAAO,QA+C3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useRenderApproveSession.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/RenderApprove/hooks/useRenderApproveSession.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,yBAAyB,GAAG,MAAM,CAAC;AAmCtF,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,uBAAuB,EAAE,MAAM,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+DAA+D;IAC/D,aAAa,EAAE,MAAM,CAAC;IACtB,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAC;IACd,8DAA8D;IAC9D,gBAAgB,CAAC,EAAE,aAAa,CAAC;CAClC;AAED,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,EAAE,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,OAAO,EAAE,cAAc,CAAC;IACxB,+DAA+D;IAC/D,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oBAAoB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7B,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5D,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,2BAA2B,EAAE,MAAM,IAAI,CAAC;IACxC;;;OAGG;IACH,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACpE;AAED,UAAU,OAAO;IACf,6EAA6E;IAC7E,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CACrG;AA+BD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,EAAE,WAAW,EAAE,EAAE,OAAO,GAAG,oBAAoB,CA2W9F"}