@scandit/web-datacapture-core 8.0.0-beta.1 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/build/js/Camera.js +1 -1
  2. package/build/js/{DataCaptureContext-1YWunZAJ.d.ts → DataCaptureContext-8EuyQSL7.d.ts} +41 -8
  3. package/build/js/DataCaptureContext.d.ts +2 -1
  4. package/build/js/DataCaptureContext.js +1 -1
  5. package/build/js/DataCaptureContextRelated.d.ts +2 -1
  6. package/build/js/DataCaptureVersion.js +1 -1
  7. package/build/js/DataCaptureView.d.ts +2 -1
  8. package/build/js/DataCaptureView.js +1 -1
  9. package/build/js/Feedback.js +1 -1
  10. package/build/js/FrameData.d.ts +2 -1
  11. package/build/js/NotificationPresenter/index.d.ts +2 -1
  12. package/build/js/NotificationPresenter/private/ConcreteNotificationPresenter.d.ts +2 -1
  13. package/build/js/NotificationPresenter/private/presets.d.ts +2 -1
  14. package/build/js/ScanditIcon.js +1 -1
  15. package/build/js/ScanditIconBuilder.js +1 -1
  16. package/build/js/Vibration.js +1 -1
  17. package/build/js/browserHelper.js +1 -1
  18. package/build/js/chunks/{chunk-ZEBGTTCX.js → chunk-2BBQRPKY.js} +1 -1
  19. package/build/js/chunks/{chunk-LMYUYJ3O.js → chunk-2EY4FBA3.js} +1 -1
  20. package/build/js/chunks/{chunk-D5RWW3H4.js → chunk-2VNXD4FC.js} +1 -1
  21. package/build/js/chunks/chunk-3HOGSYPB.js +1 -0
  22. package/build/js/chunks/chunk-4GP73VVU.js +97 -0
  23. package/build/js/chunks/{chunk-BXINLCBT.js → chunk-5MUFGMII.js} +1 -1
  24. package/build/js/chunks/{chunk-LYSTK36S.js → chunk-5TW3OTHU.js} +1 -1
  25. package/build/js/chunks/chunk-5YXBE5P2.js +1 -0
  26. package/build/js/chunks/{chunk-CXR3G5KR.js → chunk-7RMPOOYQ.js} +1 -1
  27. package/build/js/chunks/chunk-A5WVN3T4.js +1 -0
  28. package/build/js/chunks/chunk-AL6GJUID.js +1 -0
  29. package/build/js/chunks/chunk-B2I3SBRI.js +1 -0
  30. package/build/js/chunks/{chunk-GJGNNO4O.js → chunk-CF2DKFX2.js} +1 -1
  31. package/build/js/chunks/{chunk-AUONPF3B.js → chunk-EFFUWK5Z.js} +1 -1
  32. package/build/js/chunks/{chunk-CJOGOTBU.js → chunk-ELQAIHEQ.js} +1 -1
  33. package/build/js/chunks/{chunk-TH7Z32LP.js → chunk-GQVOVLRR.js} +1 -1
  34. package/build/js/chunks/chunk-GZMB3TRK.js +1 -0
  35. package/build/js/chunks/{chunk-O6PTTJES.js → chunk-HDY35RKY.js} +1 -1
  36. package/build/js/chunks/chunk-HTQSOUB3.js +6 -0
  37. package/build/js/chunks/chunk-I3U43DWH.js +1 -0
  38. package/build/js/chunks/{chunk-F2IJCZAS.js → chunk-IU22MD7N.js} +1 -1
  39. package/build/js/chunks/chunk-LXOZUOZU.js +1 -0
  40. package/build/js/chunks/chunk-MKTACV3Q.js +1 -0
  41. package/build/js/chunks/{chunk-SJOZM6AL.js → chunk-MTNFYUSF.js} +1 -1
  42. package/build/js/chunks/chunk-NQF3GUK2.js +1 -0
  43. package/build/js/chunks/{chunk-ULRY4SXF.js → chunk-PAPLDTB7.js} +1 -1
  44. package/build/js/chunks/{chunk-627VMN74.js → chunk-QDZ6UZHF.js} +1 -1
  45. package/build/js/chunks/{chunk-TAUJTFZC.js → chunk-RETAUGCJ.js} +1 -1
  46. package/build/js/chunks/{chunk-UQJHBITP.js → chunk-T3DJYPIP.js} +1 -1
  47. package/build/js/chunks/{chunk-4GKVQAVF.js → chunk-T4QDTXZN.js} +1 -1
  48. package/build/js/chunks/{chunk-SJ3K5O2N.js → chunk-TDOKACT7.js} +1 -1
  49. package/build/js/chunks/{chunk-5JAPQHXF.js → chunk-UBDDFAOX.js} +1 -1
  50. package/build/js/chunks/{chunk-3KWRROUJ.js → chunk-UMHCVFPN.js} +1 -1
  51. package/build/js/chunks/{chunk-L674VY5B.js → chunk-WAJ5PI3A.js} +1 -1
  52. package/build/js/chunks/{chunk-DPJEOND4.js → chunk-WNFUUIF3.js} +1 -1
  53. package/build/js/chunks/chunk-XVVC3E6G.js +35 -0
  54. package/build/js/index.d.ts +2 -1
  55. package/build/js/index.js +1 -1
  56. package/build/js/moduleLoader.d.ts +2 -1
  57. package/build/js/private/AsyncImageConverterBase.d.ts +44 -0
  58. package/build/js/private/AsyncImageConverterBase.js +1 -0
  59. package/build/js/private/AsyncImageConverterMainThread.d.ts +13 -0
  60. package/build/js/private/AsyncImageConverterMainThread.js +1 -0
  61. package/build/js/private/CameraAccess.js +1 -1
  62. package/build/js/private/CameraManager.d.ts +2 -1
  63. package/build/js/private/CameraManager.js +1 -1
  64. package/build/js/private/CameraPool.d.ts +2 -1
  65. package/build/js/private/CanvasDrawerWithMetrics.d.ts +2 -1
  66. package/build/js/private/CoreModuleLicenseTextProvider.d.ts +2 -1
  67. package/build/js/private/CoreModuleLicenseTextProvider.js +1 -1
  68. package/build/js/private/DataCaptureContextRelated.d.ts +2 -1
  69. package/build/js/private/FrameReaders/FrameReader.d.ts +2 -1
  70. package/build/js/private/FrameReaders/FrameReader.js +1 -1
  71. package/build/js/private/FrameReaders/FrameReaderAbstract.d.ts +2 -1
  72. package/build/js/private/FrameReaders/FrameReaderAbstract.js +1 -1
  73. package/build/js/private/FrameReaders/GrayScaleFrameReader.d.ts +4 -2
  74. package/build/js/private/FrameReaders/GrayScaleFrameReader.js +1 -1
  75. package/build/js/private/FrameReaders/index.d.ts +2 -1
  76. package/build/js/private/FrameReaders/index.js +1 -1
  77. package/build/js/private/NormalizedModuleLoaderOptions.d.ts +2 -1
  78. package/build/js/private/ViewControls+related.js +1 -1
  79. package/build/js/private/ViewControls_related.d.ts +2 -1
  80. package/build/js/private/ViewsRegistry.d.ts +2 -1
  81. package/build/js/private/djinni-types/index.d.ts +48 -0
  82. package/build/js/private/djinni-types/index.js +1 -0
  83. package/build/js/private/hybridDesktopPlatformHelpers.js +1 -1
  84. package/build/js/private/ui/atoms/AimerSvgIcon.js +1 -1
  85. package/build/js/private/ui/atoms/ArrowDownSvgIcon.js +1 -1
  86. package/build/js/private/ui/atoms/ArrowLeftSvgIcon.js +1 -1
  87. package/build/js/private/ui/atoms/ArrowRightSvgIcon.js +1 -1
  88. package/build/js/private/ui/atoms/ArrowUpSvgIcon.js +1 -1
  89. package/build/js/private/ui/atoms/ArrowsUp.js +1 -1
  90. package/build/js/private/ui/atoms/Backdrop.js +1 -1
  91. package/build/js/private/ui/atoms/CalendarExclamationMarkSvgIcon.js +1 -1
  92. package/build/js/private/ui/atoms/CameraSwitchReverseSvgIcon.js +1 -1
  93. package/build/js/private/ui/atoms/CameraSwitchSvgIcon.js +1 -1
  94. package/build/js/private/ui/atoms/Card.d.ts +2 -2
  95. package/build/js/private/ui/atoms/Card.js +1 -1
  96. package/build/js/private/ui/atoms/CardList.js +1 -1
  97. package/build/js/private/ui/atoms/CheckSvgIcon.js +1 -1
  98. package/build/js/private/ui/atoms/ChevronDownSvgIcon.js +1 -1
  99. package/build/js/private/ui/atoms/ChevronLeftSvgIcon.js +1 -1
  100. package/build/js/private/ui/atoms/ChevronRightSvgIcon.js +1 -1
  101. package/build/js/private/ui/atoms/ChevronUpSvgIcon.js +1 -1
  102. package/build/js/private/ui/atoms/CrossSvgIcon.js +1 -1
  103. package/build/js/private/ui/atoms/Dot5xSvgIcon.js +1 -1
  104. package/build/js/private/ui/atoms/ExclamationMarkSvgIcon.js +1 -1
  105. package/build/js/private/ui/atoms/GlassSvgIcon.js +1 -1
  106. package/build/js/private/ui/atoms/HandLensCheckSvgIcon.js +1 -1
  107. package/build/js/private/ui/atoms/KeyboardSvgIcon.js +1 -1
  108. package/build/js/private/ui/atoms/LowStockSvgIcon.js +1 -1
  109. package/build/js/private/ui/atoms/OnexSvgIcon.js +1 -1
  110. package/build/js/private/ui/atoms/PrinterSvgIcon.js +1 -1
  111. package/build/js/private/ui/atoms/ProgressBar.js +1 -1
  112. package/build/js/private/ui/atoms/QuestionMarkSvgIcon.js +1 -1
  113. package/build/js/private/ui/atoms/RestartSvgIcon.js +1 -1
  114. package/build/js/private/ui/atoms/RoundedCheckSvgIcon.js +1 -1
  115. package/build/js/private/ui/atoms/RoundedCrossSvgIcon.js +1 -1
  116. package/build/js/private/ui/atoms/RoundedExclamationMarkSvgIcon.js +1 -1
  117. package/build/js/private/ui/atoms/ShutterButton.js +1 -1
  118. package/build/js/private/ui/atoms/StarFilledSvgIcon.js +1 -1
  119. package/build/js/private/ui/atoms/StarHalfFilledSvgIcon.js +1 -1
  120. package/build/js/private/ui/atoms/StarOutlinedSvgIcon.js +1 -1
  121. package/build/js/private/ui/atoms/SvgIcon.js +1 -1
  122. package/build/js/private/ui/atoms/ToPickSvgIcon.js +1 -1
  123. package/build/js/private/ui/atoms/Toast.d.ts +2 -1
  124. package/build/js/private/ui/atoms/Toast.js +1 -1
  125. package/build/js/private/ui/atoms/TwoxSvgIcon.js +1 -1
  126. package/build/js/private/ui/atoms/WrongItemSvgIcon.js +1 -1
  127. package/build/js/private/ui/molecules/HintPresenter.d.ts +2 -1
  128. package/build/js/private/ui/molecules/HintPresenter.js +1 -1
  129. package/build/js/private/ui/molecules/LoadingOverlay.js +1 -1
  130. package/build/js/private/utils/AsyncStateMachine.d.ts +14 -2
  131. package/build/js/private/utils/AsyncStateMachine.js +1 -1
  132. package/build/js/private/utils/index.js +1 -1
  133. package/build/js/private/utils/polyfillLoader.js +1 -1
  134. package/build/js/private/utils/replaceImagesInViewUtils.d.ts +2 -1
  135. package/build/js/private/utils/safeStorage.js +1 -1
  136. package/build/js/private/utils/warnMultithreadingUnavailable.js +1 -1
  137. package/build/js/worker/AsyncImageConverterForwarder.d.ts +52 -0
  138. package/build/js/worker/AsyncImageConverterForwarder.js +1 -0
  139. package/build/js/worker/AsyncImageConverterWorker.d.ts +13 -0
  140. package/build/js/worker/AsyncImageConverterWorker.js +1 -0
  141. package/build/js/worker/WorkerMain.d.ts +2 -1
  142. package/build/js/worker/WorkerMain.js +1 -1
  143. package/build/js/worker/coreCapture.inlineWorker.d.ts +2 -1
  144. package/build/js/worker/coreCapture.inlineWorker.js +1 -1
  145. package/build/js/worker/dataCaptureEngine.d.ts +2 -1
  146. package/build/js/worker/dataCaptureEngine.js +1 -1
  147. package/build/js/worker/dataCaptureLoader.d.ts +2 -1
  148. package/build/js/worker/dataCaptureLoader.js +1 -1
  149. package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -1
  150. package/build/js/worker/index.d.ts +2 -1
  151. package/build/js/worker/index.js +1 -1
  152. package/package.json +1 -1
  153. package/build/js/chunks/chunk-6HH3HY5J.js +0 -6
  154. package/build/js/chunks/chunk-7B2VPGLP.js +0 -35
  155. package/build/js/chunks/chunk-BSIP2HDE.js +0 -1
  156. package/build/js/chunks/chunk-KMGMYFZI.js +0 -1
  157. package/build/js/chunks/chunk-MW5PTAU7.js +0 -1
  158. package/build/js/chunks/chunk-O3GEDPJS.js +0 -1
  159. package/build/js/chunks/chunk-XZO7D4BC.js +0 -1
  160. package/build/js/chunks/chunk-YNHLZS7P.js +0 -1
  161. package/build/js/chunks/chunk-ZNO7QV4M.js +0 -1
@@ -1,7 +1,7 @@
1
1
  /// <reference types="emscripten" />
2
2
  import { g as Camera } from '../Camera-CZ0Hl7v2.js';
3
3
  import '../ScanditIcon.js';
4
- import '../DataCaptureContext-1YWunZAJ.js';
4
+ import '../DataCaptureContext-8EuyQSL7.js';
5
5
  import { INTERNAL_ACCESS } from './privateAccess.js';
6
6
  import '../Common.js';
7
7
  import './Serializable.js';
@@ -23,6 +23,7 @@ import '../tsHelper.js';
23
23
  import './CameraAccess.js';
24
24
  import '../LoadingStatus.js';
25
25
  import '../worker/OverrideState.js';
26
+ import './djinni-types/index.js';
26
27
  import './HtmlElementState.js';
27
28
  import './utils/AsyncStateMachine.js';
28
29
 
@@ -1,7 +1,7 @@
1
1
  /// <reference types="emscripten" />
2
2
  import { PrivateCanvasDrawer } from './CanvasDrawer.js';
3
3
  import '../ScanditIcon.js';
4
- import { G as PerformanceMetrics } from '../DataCaptureContext-1YWunZAJ.js';
4
+ import { B as PerformanceMetrics } from '../DataCaptureContext-8EuyQSL7.js';
5
5
  import './CavansDrawerAbstract.js';
6
6
  import './DrawCommandBuffer.js';
7
7
  import '../Common.js';
@@ -26,6 +26,7 @@ import '../tsHelper.js';
26
26
  import './CameraAccess.js';
27
27
  import '../LoadingStatus.js';
28
28
  import '../worker/OverrideState.js';
29
+ import './djinni-types/index.js';
29
30
  import './HtmlElementState.js';
30
31
  import './utils/AsyncStateMachine.js';
31
32
 
@@ -1,6 +1,6 @@
1
1
  /// <reference types="emscripten" />
2
2
  import { ModuleLicenseTextProvider } from './ModuleLicenseTextProvider.js';
3
- import { m as DataCaptureContext } from '../DataCaptureContext-1YWunZAJ.js';
3
+ import { m as DataCaptureContext } from '../DataCaptureContext-8EuyQSL7.js';
4
4
  import { Logger } from '../logger.js';
5
5
  import '../Camera-CZ0Hl7v2.js';
6
6
  import '../Common.js';
@@ -24,6 +24,7 @@ import '../tsHelper.js';
24
24
  import './CameraAccess.js';
25
25
  import '../LoadingStatus.js';
26
26
  import '../worker/OverrideState.js';
27
+ import './djinni-types/index.js';
27
28
  import './HtmlElementState.js';
28
29
  import './utils/AsyncStateMachine.js';
29
30
 
@@ -1 +1 @@
1
- export{a as CoreModuleLicenseTextProvider}from'../chunks/chunk-6HH3HY5J.js';
1
+ export{a as CoreModuleLicenseTextProvider}from'../chunks/chunk-HTQSOUB3.js';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- import { m as DataCaptureContext, F as FrameData } from '../DataCaptureContext-1YWunZAJ.js';
2
+ import { m as DataCaptureContext, F as FrameData } from '../DataCaptureContext-8EuyQSL7.js';
3
3
  import '../Camera-CZ0Hl7v2.js';
4
4
  import '../Common.js';
5
5
  import './Serializable.js';
@@ -23,6 +23,7 @@ import '../tsHelper.js';
23
23
  import './CameraAccess.js';
24
24
  import '../LoadingStatus.js';
25
25
  import '../worker/OverrideState.js';
26
+ import './djinni-types/index.js';
26
27
  import './HtmlElementState.js';
27
28
  import './utils/AsyncStateMachine.js';
28
29
 
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- export { b7 as ColorType, ba as FrameReader } from '../../DataCaptureContext-1YWunZAJ.js';
2
+ export { b8 as ColorType, bb as FrameReader } from '../../DataCaptureContext-8EuyQSL7.js';
3
3
  import '../../Camera-CZ0Hl7v2.js';
4
4
  import '../../Common.js';
5
5
  import '../Serializable.js';
@@ -23,5 +23,6 @@ import '../../tsHelper.js';
23
23
  import '../CameraAccess.js';
24
24
  import '../../LoadingStatus.js';
25
25
  import '../../worker/OverrideState.js';
26
+ import '../djinni-types/index.js';
26
27
  import '../HtmlElementState.js';
27
28
  import '../utils/AsyncStateMachine.js';
@@ -1 +1 @@
1
- export{a as ColorType,b as FrameReader}from'../../chunks/chunk-ULRY4SXF.js';
1
+ export{a as ColorType,b as FrameReader}from'../../chunks/chunk-PAPLDTB7.js';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- export { b6 as FrameReaderAbstract, b8 as PoolCapacityOptions } from '../../DataCaptureContext-1YWunZAJ.js';
2
+ export { b7 as FrameReaderAbstract, b9 as PoolCapacityOptions } from '../../DataCaptureContext-8EuyQSL7.js';
3
3
  import './WatermarkStack.js';
4
4
  import '../../tsHelper.js';
5
5
  import '../../Camera-CZ0Hl7v2.js';
@@ -23,5 +23,6 @@ import '../../logger.js';
23
23
  import '../CameraAccess.js';
24
24
  import '../../LoadingStatus.js';
25
25
  import '../../worker/OverrideState.js';
26
+ import '../djinni-types/index.js';
26
27
  import '../HtmlElementState.js';
27
28
  import '../utils/AsyncStateMachine.js';
@@ -1 +1 @@
1
- export{a as FrameReaderAbstract}from'../../chunks/chunk-MW5PTAU7.js';
1
+ export{a as FrameReaderAbstract}from'../../chunks/chunk-NQF3GUK2.js';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- import { b6 as FrameReaderAbstract, b7 as ColorType, b8 as PoolCapacityOptions, b9 as FrameCapture } from '../../DataCaptureContext-1YWunZAJ.js';
2
+ import { b7 as FrameReaderAbstract, b8 as ColorType, b9 as PoolCapacityOptions, ba as FrameCapture } from '../../DataCaptureContext-8EuyQSL7.js';
3
3
  import { WatermarkStack } from './WatermarkStack.js';
4
4
  import { Optional } from '../../tsHelper.js';
5
5
  import '../../Camera-CZ0Hl7v2.js';
@@ -23,6 +23,7 @@ import '../../logger.js';
23
23
  import '../CameraAccess.js';
24
24
  import '../../LoadingStatus.js';
25
25
  import '../../worker/OverrideState.js';
26
+ import '../djinni-types/index.js';
26
27
  import '../HtmlElementState.js';
27
28
  import '../utils/AsyncStateMachine.js';
28
29
 
@@ -34,7 +35,8 @@ declare class GrayScaleFrameReader extends FrameReaderAbstract {
34
35
  private _ctx;
35
36
  private _positionBuffer;
36
37
  private _texture;
37
- private _frameSize;
38
+ private _rgbaFallbackReader;
39
+ private _useRgbaFallback;
38
40
  /**
39
41
  * When these vertices are connected, they form a full-screen quad that covers the entire viewport.
40
42
  * This quad is used as the rendering target for the grayscale effect.
@@ -1 +1 @@
1
- export{a as GrayScaleFrameReader}from'../../chunks/chunk-7B2VPGLP.js';
1
+ export{a as GrayScaleFrameReader}from'../../chunks/chunk-XVVC3E6G.js';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- export { ba as FrameReader, b6 as FrameReaderAbstract, b7 as FrameReaderType } from '../../DataCaptureContext-1YWunZAJ.js';
2
+ export { bb as FrameReader, b7 as FrameReaderAbstract, b8 as FrameReaderType } from '../../DataCaptureContext-8EuyQSL7.js';
3
3
  export { GrayScaleFrameReader } from './GrayScaleFrameReader.js';
4
4
  import '../../Camera-CZ0Hl7v2.js';
5
5
  import '../../Common.js';
@@ -24,5 +24,6 @@ import '../../tsHelper.js';
24
24
  import '../CameraAccess.js';
25
25
  import '../../LoadingStatus.js';
26
26
  import '../../worker/OverrideState.js';
27
+ import '../djinni-types/index.js';
27
28
  import '../HtmlElementState.js';
28
29
  import '../utils/AsyncStateMachine.js';
@@ -1 +1 @@
1
- export{a as GrayScaleFrameReader}from'../../chunks/chunk-7B2VPGLP.js';export{b as FrameReader,a as FrameReaderType}from'../../chunks/chunk-ULRY4SXF.js';
1
+ export{a as GrayScaleFrameReader}from'../../chunks/chunk-XVVC3E6G.js';export{b as FrameReader,a as FrameReaderType}from'../../chunks/chunk-PAPLDTB7.js';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- import { M as ModuleLoaderOptions } from '../DataCaptureContext-1YWunZAJ.js';
2
+ import { M as ModuleLoaderOptions } from '../DataCaptureContext-8EuyQSL7.js';
3
3
  import { LoadingStatusSubscriber } from '../LoadingStatus.js';
4
4
  import { OverrideState } from '../worker/OverrideState.js';
5
5
  import '../Camera-CZ0Hl7v2.js';
@@ -23,6 +23,7 @@ import '../logger.js';
23
23
  import './FrameReaders/WatermarkStack.js';
24
24
  import '../tsHelper.js';
25
25
  import './CameraAccess.js';
26
+ import './djinni-types/index.js';
26
27
  import './HtmlElementState.js';
27
28
  import './utils/AsyncStateMachine.js';
28
29
 
@@ -1 +1 @@
1
- export{a as ButtonState,c as CameraSwitchControlWidget,d as PrivateCameraFOVSwitchControlWidget,b as PrivateTorchControlWidget}from'../chunks/chunk-DPJEOND4.js';
1
+ export{a as ButtonState,c as CameraSwitchControlWidget,d as PrivateCameraFOVSwitchControlWidget,b as PrivateTorchControlWidget}from'../chunks/chunk-WNFUUIF3.js';
@@ -1,6 +1,6 @@
1
1
  /// <reference types="emscripten" />
2
2
  import { b as FrameSource } from '../Camera-CZ0Hl7v2.js';
3
- import { v as DataCaptureView, m as DataCaptureContext } from '../DataCaptureContext-1YWunZAJ.js';
3
+ import { v as DataCaptureView, m as DataCaptureContext } from '../DataCaptureContext-8EuyQSL7.js';
4
4
  import { Control, TorchSwitchControl, CameraSwitchControl, CameraFOVSwitchControl } from '../ViewControls.js';
5
5
  import '../Common.js';
6
6
  import './Serializable.js';
@@ -23,6 +23,7 @@ import '../tsHelper.js';
23
23
  import './CameraAccess.js';
24
24
  import '../LoadingStatus.js';
25
25
  import '../worker/OverrideState.js';
26
+ import './djinni-types/index.js';
26
27
  import './HtmlElementState.js';
27
28
  import './utils/AsyncStateMachine.js';
28
29
 
@@ -1,5 +1,5 @@
1
1
  /// <reference types="emscripten" />
2
- import { v as DataCaptureView } from '../DataCaptureContext-1YWunZAJ.js';
2
+ import { v as DataCaptureView } from '../DataCaptureContext-8EuyQSL7.js';
3
3
  import '../Camera-CZ0Hl7v2.js';
4
4
  import '../Common.js';
5
5
  import './Serializable.js';
@@ -23,6 +23,7 @@ import '../tsHelper.js';
23
23
  import './CameraAccess.js';
24
24
  import '../LoadingStatus.js';
25
25
  import '../worker/OverrideState.js';
26
+ import './djinni-types/index.js';
26
27
  import './HtmlElementState.js';
27
28
  import './utils/AsyncStateMachine.js';
28
29
 
@@ -0,0 +1,48 @@
1
+ /// <reference types="emscripten" />
2
+ declare enum Channel {
3
+ Y = 0,
4
+ U = 1,
5
+ V = 2,
6
+ R = 3,
7
+ G = 4,
8
+ B = 5,
9
+ A = 6,
10
+ D = 7
11
+ }
12
+ interface ImagePlane {
13
+ channel: Channel;
14
+ subsamplingX: number;
15
+ subsamplingY: number;
16
+ rowStride: number;
17
+ pixelStride: number;
18
+ data: Uint8Array;
19
+ }
20
+ interface Point {
21
+ x: number;
22
+ y: number;
23
+ }
24
+ interface Size2 {
25
+ width: number;
26
+ height: number;
27
+ }
28
+ interface Rect {
29
+ origin: Point;
30
+ size: Size2;
31
+ }
32
+ interface ImageBuffer {
33
+ deepCopy(): ImageBuffer;
34
+ getWidth(): number;
35
+ getHeight(): number;
36
+ getPlanes(): Array<ImagePlane>;
37
+ toBitmap(): Uint8Array;
38
+ getBitmapRepresentationFromYUV(imageCrop: Rect): Uint8Array;
39
+ }
40
+ interface AsyncImageConverterInstance {
41
+ convertToJpeg(imageBuffer: ImageBuffer, orientation: number): Promise<Uint8Array>;
42
+ }
43
+ type ImageConverter = {};
44
+ interface ImageConverter_statics {
45
+ setAsyncInstance(instance: AsyncImageConverterInstance): void;
46
+ }
47
+
48
+ export { type AsyncImageConverterInstance, Channel, type ImageBuffer, type ImageConverter, type ImageConverter_statics, type ImagePlane, type Point, type Rect, type Size2 };
@@ -0,0 +1 @@
1
+ var r=(e=>(e[e.Y=0]="Y",e[e.U=1]="U",e[e.V=2]="V",e[e.R=3]="R",e[e.G=4]="G",e[e.B=5]="B",e[e.A=6]="A",e[e.D=7]="D",e))(r||{});export{r as Channel};
@@ -1 +1 @@
1
- export{b as getAppInfo,c as getKey,a as isElectron}from'../chunks/chunk-TAUJTFZC.js';
1
+ export{b as getAppInfo,c as getKey,a as isElectron}from'../chunks/chunk-RETAUGCJ.js';
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.62183 3.52393C5.41269 3.52393 3.62183 5.31479 3.62183 7.52393V9.47035H5.60397V7.50607C5.60397 6.4015 6.4994 5.50607 7.60397 5.50607H9.56826V3.52393H7.62183ZM16.1754 3.52393V5.50607H18.1397C19.2443 5.50607 20.1397 6.4015 20.1397 7.50607V9.47035H22.1218V7.52393C22.1218 5.31479 20.331 3.52393 18.1218 3.52393H16.1754ZM9.56825 20.0418H7.60397C6.4994 20.0418 5.60397 19.1464 5.60397 18.0418V16.0775H3.62183V18.0239C3.62183 20.2331 5.41269 22.0239 7.62183 22.0239H9.56825V20.0418ZM16.1754 22.0239H18.1218C20.331 22.0239 22.1218 20.2331 22.1218 18.0239V16.0775H20.1397V18.0418C20.1397 19.1464 19.2443 20.0418 18.1397 20.0418H16.1754V22.0239Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-aimer-icon";var t=e;t.register();export{t as AimerSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 25 25" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.62183 3.52393C5.41269 3.52393 3.62183 5.31479 3.62183 7.52393V9.47035H5.60397V7.50607C5.60397 6.4015 6.4994 5.50607 7.60397 5.50607H9.56826V3.52393H7.62183ZM16.1754 3.52393V5.50607H18.1397C19.2443 5.50607 20.1397 6.4015 20.1397 7.50607V9.47035H22.1218V7.52393C22.1218 5.31479 20.331 3.52393 18.1218 3.52393H16.1754ZM9.56825 20.0418H7.60397C6.4994 20.0418 5.60397 19.1464 5.60397 18.0418V16.0775H3.62183V18.0239C3.62183 20.2331 5.41269 22.0239 7.62183 22.0239H9.56825V20.0418ZM16.1754 22.0239H18.1218C20.331 22.0239 22.1218 20.2331 22.1218 18.0239V16.0775H20.1397V18.0418C20.1397 19.1464 19.2443 20.0418 18.1397 20.0418H16.1754V22.0239Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-aimer-icon";var t=e;t.register();export{t as AimerSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.65077 13.2407C5.23145 12.8813 4.60015 12.9299 4.24073 13.3492C3.8813 13.7685 3.92987 14.3998 4.34919 14.7593L11.3492 20.7593C11.7237 21.0802 12.2763 21.0802 12.6508 20.7593L19.6508 14.7593C20.0701 14.3998 20.1187 13.7685 19.7592 13.3492C19.3998 12.9299 18.7685 12.8813 18.3492 13.2407L13 17.8258L13 4.99998C13 4.4477 12.5522 3.99998 12 3.99998C11.4477 3.99998 11 4.4477 11 4.99998L11 17.8258L5.65077 13.2407Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-down-icon";var o=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.65077 13.2407C5.23145 12.8813 4.60015 12.9299 4.24073 13.3492C3.8813 13.7685 3.92987 14.3998 4.34919 14.7593L11.3492 20.7593C11.7237 21.0802 12.2763 21.0802 12.6508 20.7593L19.6508 14.7593C20.0701 14.3998 20.1187 13.7685 19.7592 13.3492C19.3998 12.9299 18.7685 12.8813 18.3492 13.2407L13 17.8258L13 4.99998C13 4.4477 12.5522 3.99998 12 3.99998C11.4477 3.99998 11 4.4477 11 4.99998L11 17.8258L5.65077 13.2407Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-down-icon";var o=e;
2
2
  export{o as ArrowDownSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7593 5.65077C11.1187 5.23145 11.0701 4.60015 10.6508 4.24073C10.2315 3.8813 9.60016 3.92986 9.24074 4.34919L3.24074 11.3492C2.91975 11.7237 2.91975 12.2763 3.24074 12.6508L9.24074 19.6508C9.60017 20.0701 10.2315 20.1187 10.6508 19.7592C11.0701 19.3998 11.1187 18.7685 10.7593 18.3492L6.1742 13L19 13C19.5523 13 20 12.5522 20 12C20 11.4477 19.5523 11 19 11L6.17424 11L10.7593 5.65077Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-left-icon";var l=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7593 5.65077C11.1187 5.23145 11.0701 4.60015 10.6508 4.24073C10.2315 3.8813 9.60016 3.92986 9.24074 4.34919L3.24074 11.3492C2.91975 11.7237 2.91975 12.2763 3.24074 12.6508L9.24074 19.6508C9.60017 20.0701 10.2315 20.1187 10.6508 19.7592C11.0701 19.3998 11.1187 18.7685 10.7593 18.3492L6.1742 13L19 13C19.5523 13 20 12.5522 20 12C20 11.4477 19.5523 11 19 11L6.17424 11L10.7593 5.65077Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-left-icon";var l=e;
2
2
  export{l as ArrowLeftSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2407 18.3492C12.8813 18.7686 12.9299 19.3999 13.3492 19.7593C13.7685 20.1187 14.3998 20.0701 14.7593 19.6508L20.7593 12.6508C21.0802 12.2763 21.0802 11.7237 20.7593 11.3492L14.7593 4.34923C14.3998 3.9299 13.7685 3.88134 13.3492 4.24076C12.9299 4.60018 12.8813 5.23148 13.2407 5.65081L17.8258 11L4.99998 11C4.4477 11 3.99998 11.4478 3.99998 12C3.99998 12.5523 4.4477 13 4.99998 13L17.8258 13L13.2407 18.3492Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-arrow-right-icon";var l=t;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2407 18.3492C12.8813 18.7686 12.9299 19.3999 13.3492 19.7593C13.7685 20.1187 14.3998 20.0701 14.7593 19.6508L20.7593 12.6508C21.0802 12.2763 21.0802 11.7237 20.7593 11.3492L14.7593 4.34923C14.3998 3.9299 13.7685 3.88134 13.3492 4.24076C12.9299 4.60018 12.8813 5.23148 13.2407 5.65081L17.8258 11L4.99998 11C4.4477 11 3.99998 11.4478 3.99998 12C3.99998 12.5523 4.4477 13 4.99998 13L17.8258 13L13.2407 18.3492Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-arrow-right-icon";var l=t;
2
2
  export{l as ArrowRightSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.3492 10.7593C18.7686 11.1187 19.3999 11.0701 19.7593 10.6508C20.1187 10.2315 20.0701 9.60016 19.6508 9.24074L12.6508 3.24074C12.2763 2.91975 11.7237 2.91975 11.3492 3.24074L4.34923 9.24074C3.9299 9.60017 3.88134 10.2315 4.24076 10.6508C4.60018 11.0701 5.23148 11.1187 5.65081 10.7593L11 6.1742V19C11 19.5523 11.4478 20 12 20C12.5523 20 13 19.5523 13 19V6.17424L18.3492 10.7593Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-up-icon";var l=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.3492 10.7593C18.7686 11.1187 19.3999 11.0701 19.7593 10.6508C20.1187 10.2315 20.0701 9.60016 19.6508 9.24074L12.6508 3.24074C12.2763 2.91975 11.7237 2.91975 11.3492 3.24074L4.34923 9.24074C3.9299 9.60017 3.88134 10.2315 4.24076 10.6508C4.60018 11.0701 5.23148 11.1187 5.65081 10.7593L11 6.1742V19C11 19.5523 11.4478 20 12 20C12.5523 20 13 19.5523 13 19V6.17424L18.3492 10.7593Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-arrow-up-icon";var l=e;
2
2
  export{l as ArrowUpSvgIcon};
@@ -1 +1 @@
1
- export{a as ArrowsUp}from'../../../chunks/chunk-ZEBGTTCX.js';
1
+ export{a as ArrowsUp}from'../../../chunks/chunk-2BBQRPKY.js';
@@ -1 +1 @@
1
- import {a as a$4,b}from'../../../chunks/chunk-EQ6V4W5K.js';import {a as a$2}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$1}from'../../../chunks/chunk-UWBNF47P.js';import {a}from'../../../chunks/chunk-EV4OEANA.js';import {a as a$3}from'../../../chunks/chunk-LSZZVJ6B.js';var t=class t extends a{constructor(){super();this.fadeInKeyframes=[{opacity:0},{opacity:1}];this.fadeOutKeyframes=[{opacity:1},{opacity:0}];this.animationOptions={duration:200,easing:"ease",fill:"forwards"};let e=this.attachShadow({mode:"open"});e.innerHTML=a$1`<div class="backdrop"></div>`,e.append(t.createStyleElement().cloneNode(true));}static get observedAttributes(){return ["open"]}get open(){return this.hasAttribute("open")}set open(e){this.toggleAttribute("open",e);}static create(){return t.register(),document.createElement(t.tag)}static register(){a$2({[t.tag]:t});}static createStyleElement(){return a$3`:host{display:none;height:100%;inset:0;position:absolute;width:100%}.open,:host([open]){display:block;pointer-events:none;z-index:1}.backdrop{background:#00000080;height:100%;position:absolute;width:100%}`}attributeChangedCallback(e,c,d){e==="open"&&(d==null?this.hide():this.show());}async show(){this.style.display!=="block"&&(a$4(this.fadeOutAnimation),a$4(this.fadeInAnimation),this.style.display="block",this.fadeInAnimation=this.animate(this.fadeInKeyframes,this.animationOptions),await b(this.fadeInAnimation));}async hide(){this.style.display!=="none"&&(a$4(this.fadeInAnimation),a$4(this.fadeOutAnimation),this.fadeOutAnimation=this.animate(this.fadeOutKeyframes,this.animationOptions),await b(this.fadeOutAnimation),this.style.display="none");}};t.tag="scandit-backdrop";var l=t;export{l as Backdrop};
1
+ import {a as a$4,b}from'../../../chunks/chunk-EQ6V4W5K.js';import {a as a$1}from'../../../chunks/chunk-UWBNF47P.js';import {a}from'../../../chunks/chunk-EV4OEANA.js';import {a as a$2}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$3}from'../../../chunks/chunk-LSZZVJ6B.js';var t=class t extends a{constructor(){super();this.fadeInKeyframes=[{opacity:0},{opacity:1}];this.fadeOutKeyframes=[{opacity:1},{opacity:0}];this.animationOptions={duration:200,easing:"ease",fill:"forwards"};let e=this.attachShadow({mode:"open"});e.innerHTML=a$1`<div class="backdrop"></div>`,e.append(t.createStyleElement().cloneNode(true));}static get observedAttributes(){return ["open"]}get open(){return this.hasAttribute("open")}set open(e){this.toggleAttribute("open",e);}static create(){return t.register(),document.createElement(t.tag)}static register(){a$2({[t.tag]:t});}static createStyleElement(){return a$3`:host{display:none;height:100%;inset:0;position:absolute;width:100%}.open,:host([open]){display:block;pointer-events:none;z-index:1}.backdrop{background:#00000080;height:100%;position:absolute;width:100%}`}attributeChangedCallback(e,c,d){e==="open"&&(d==null?this.hide():this.show());}async show(){this.style.display!=="block"&&(a$4(this.fadeOutAnimation),a$4(this.fadeInAnimation),this.style.display="block",this.fadeInAnimation=this.animate(this.fadeInKeyframes,this.animationOptions),await b(this.fadeInAnimation));}async hide(){this.style.display!=="none"&&(a$4(this.fadeInAnimation),a$4(this.fadeOutAnimation),this.fadeOutAnimation=this.animate(this.fadeOutKeyframes,this.animationOptions),await b(this.fadeOutAnimation),this.style.display="none");}};t.tag="scandit-backdrop";var l=t;export{l as Backdrop};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><g clip-path="url(#clip0_3612_27767)"><path d="M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z" fill="${this.fill}"/><path d="M11.0001 11C11.0001 10.4477 11.4478 10 12.0001 10C12.5524 10 13.0001 10.4477 13.0001 11L13 14C13 14.5523 12.5523 15 12 15C11.4478 15 11.0001 14.5523 11.0001 14L11.0001 11Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6 4.63636H18.4C19.28 4.63636 20 5.37273 20 6.27273V19.3636C20 20.2636 19.28 21 18.4 21H5.6C4.72 21 4 20.2636 4 19.3636V6.27273C4 5.37273 4.72 4.63636 5.6 4.63636H6.4V3H8V4.63636H16V3H17.6V4.63636ZM5.6 19.3636H18.4V8.72727H5.6V19.3636Z" fill="${this.fill}"/></g><defs><clipPath id="clip0_3612_27767"><rect width="24" height="24" fill="${this.fill}"/></clipPath></defs></svg>`}};e.tag="scandit-calendar-exclamation-icon";var t=e;t.register();export{t as CalendarExclamationMarkSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><g clip-path="url(#clip0_3612_27767)"><path d="M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z" fill="${this.fill}"/><path d="M11.0001 11C11.0001 10.4477 11.4478 10 12.0001 10C12.5524 10 13.0001 10.4477 13.0001 11L13 14C13 14.5523 12.5523 15 12 15C11.4478 15 11.0001 14.5523 11.0001 14L11.0001 11Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6 4.63636H18.4C19.28 4.63636 20 5.37273 20 6.27273V19.3636C20 20.2636 19.28 21 18.4 21H5.6C4.72 21 4 20.2636 4 19.3636V6.27273C4 5.37273 4.72 4.63636 5.6 4.63636H6.4V3H8V4.63636H16V3H17.6V4.63636ZM5.6 19.3636H18.4V8.72727H5.6V19.3636Z" fill="${this.fill}"/></g><defs><clipPath id="clip0_3612_27767"><rect width="24" height="24" fill="${this.fill}"/></clipPath></defs></svg>`}};e.tag="scandit-calendar-exclamation-icon";var t=e;t.register();export{t as CalendarExclamationMarkSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.625 15C15.8656 15 15.25 15.6156 15.25 16.375C15.25 17.1344 15.8656 17.75 16.625 17.75C17.3844 17.75 18 17.1344 18 16.375C18 15.6156 17.3844 15 16.625 15ZM12.5 16.375C12.5 14.0968 14.3468 12.25 16.625 12.25C18.9032 12.25 20.75 14.0968 20.75 16.375C20.75 18.6532 18.9032 20.5 16.625 20.5C14.3468 20.5 12.5 18.6532 12.5 16.375Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5277 13.2223C23.0647 13.7592 23.9353 13.7592 24.4723 13.2223C25.0092 12.6853 25.0092 11.8147 24.4723 11.2777L24.0695 10.875H24.875C25.6344 10.875 26.25 11.4906 26.25 12.25V21.875C26.25 22.6344 25.6344 23.25 24.875 23.25H16.625C15.8656 23.25 15.25 23.8656 15.25 24.625C15.25 25.3844 15.8656 26 16.625 26H24.875C27.1532 26 29 24.1532 29 21.875V12.25C29 9.97183 27.1532 8.125 24.875 8.125H24.0695L24.4723 7.72227C25.0092 7.1853 25.0092 6.3147 24.4723 5.77773C23.9353 5.24076 23.0647 5.24076 22.5277 5.77773L19.7777 8.52773C19.5199 8.78559 19.375 9.13533 19.375 9.5C19.375 9.86467 19.5199 10.2144 19.7777 10.4723L22.5277 13.2223Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 7.4375C12.5 7.0578 12.8078 6.75 13.1875 6.75H19.375C20.1344 6.75 20.75 6.13439 20.75 5.375C20.75 4.61561 20.1344 4 19.375 4H13.1875C11.289 4 9.75 5.53902 9.75 7.4375C9.75 7.8172 9.4422 8.125 9.0625 8.125H8.375C6.09683 8.125 4.25 9.97183 4.25 12.25V21.875C4.25 24.1532 6.09683 26 8.375 26H9.18046L8.77773 26.4027C8.24076 26.9397 8.24076 27.8103 8.77773 28.3473C9.3147 28.8842 10.1853 28.8842 10.7223 28.3473L13.4723 25.5973C14.0092 25.0603 14.0092 24.1897 13.4723 23.6527L10.7223 20.9027C10.1853 20.3658 9.3147 20.3658 8.77773 20.9027C8.24076 21.4397 8.24076 22.3103 8.77773 22.8473L9.18046 23.25H8.375C7.61561 23.25 7 22.6344 7 21.875V12.25C7 11.4906 7.61561 10.875 8.375 10.875H9.0625C10.961 10.875 12.5 9.33598 12.5 7.4375Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-camera-switch-reverse-icon";var C=e;export{C as CameraSwitchReverseSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.625 15C15.8656 15 15.25 15.6156 15.25 16.375C15.25 17.1344 15.8656 17.75 16.625 17.75C17.3844 17.75 18 17.1344 18 16.375C18 15.6156 17.3844 15 16.625 15ZM12.5 16.375C12.5 14.0968 14.3468 12.25 16.625 12.25C18.9032 12.25 20.75 14.0968 20.75 16.375C20.75 18.6532 18.9032 20.5 16.625 20.5C14.3468 20.5 12.5 18.6532 12.5 16.375Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22.5277 13.2223C23.0647 13.7592 23.9353 13.7592 24.4723 13.2223C25.0092 12.6853 25.0092 11.8147 24.4723 11.2777L24.0695 10.875H24.875C25.6344 10.875 26.25 11.4906 26.25 12.25V21.875C26.25 22.6344 25.6344 23.25 24.875 23.25H16.625C15.8656 23.25 15.25 23.8656 15.25 24.625C15.25 25.3844 15.8656 26 16.625 26H24.875C27.1532 26 29 24.1532 29 21.875V12.25C29 9.97183 27.1532 8.125 24.875 8.125H24.0695L24.4723 7.72227C25.0092 7.1853 25.0092 6.3147 24.4723 5.77773C23.9353 5.24076 23.0647 5.24076 22.5277 5.77773L19.7777 8.52773C19.5199 8.78559 19.375 9.13533 19.375 9.5C19.375 9.86467 19.5199 10.2144 19.7777 10.4723L22.5277 13.2223Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 7.4375C12.5 7.0578 12.8078 6.75 13.1875 6.75H19.375C20.1344 6.75 20.75 6.13439 20.75 5.375C20.75 4.61561 20.1344 4 19.375 4H13.1875C11.289 4 9.75 5.53902 9.75 7.4375C9.75 7.8172 9.4422 8.125 9.0625 8.125H8.375C6.09683 8.125 4.25 9.97183 4.25 12.25V21.875C4.25 24.1532 6.09683 26 8.375 26H9.18046L8.77773 26.4027C8.24076 26.9397 8.24076 27.8103 8.77773 28.3473C9.3147 28.8842 10.1853 28.8842 10.7223 28.3473L13.4723 25.5973C14.0092 25.0603 14.0092 24.1897 13.4723 23.6527L10.7223 20.9027C10.1853 20.3658 9.3147 20.3658 8.77773 20.9027C8.24076 21.4397 8.24076 22.3103 8.77773 22.8473L9.18046 23.25H8.375C7.61561 23.25 7 22.6344 7 21.875V12.25C7 11.4906 7.61561 10.875 8.375 10.875H9.0625C10.961 10.875 12.5 9.33598 12.5 7.4375Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-camera-switch-reverse-icon";var C=e;export{C as CameraSwitchReverseSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.625 15C17.3844 15 18 15.6156 18 16.375C18 17.1344 17.3844 17.75 16.625 17.75C15.8656 17.75 15.25 17.1344 15.25 16.375C15.25 15.6156 15.8656 15 16.625 15ZM20.75 16.375C20.75 14.0968 18.9032 12.25 16.625 12.25C14.3468 12.25 12.5 14.0968 12.5 16.375C12.5 18.6532 14.3468 20.5 16.625 20.5C18.9032 20.5 20.75 18.6532 20.75 16.375Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7223 13.2223C10.1853 13.7592 9.3147 13.7592 8.77773 13.2223C8.24076 12.6853 8.24076 11.8147 8.77773 11.2777L9.18046 10.875H8.375C7.61561 10.875 7 11.4906 7 12.25V21.875C7 22.6344 7.61561 23.25 8.375 23.25H16.625C17.3844 23.25 18 23.8656 18 24.625C18 25.3844 17.3844 26 16.625 26H8.375C6.09683 26 4.25 24.1532 4.25 21.875V12.25C4.25 9.97183 6.09683 8.125 8.375 8.125H9.18046L8.77773 7.72227C8.24076 7.1853 8.24076 6.3147 8.77773 5.77773C9.3147 5.24076 10.1853 5.24076 10.7223 5.77773L13.4723 8.52773C13.7301 8.78559 13.875 9.13533 13.875 9.5C13.875 9.86467 13.7301 10.2144 13.4723 10.4723L10.7223 13.2223Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.75 7.4375C20.75 7.0578 20.4422 6.75 20.0625 6.75H13.875C13.1156 6.75 12.5 6.13439 12.5 5.375C12.5 4.61561 13.1156 4 13.875 4H20.0625C21.961 4 23.5 5.53902 23.5 7.4375C23.5 7.8172 23.8078 8.125 24.1875 8.125H24.875C27.1532 8.125 29 9.97183 29 12.25V21.875C29 24.1532 27.1532 26 24.875 26H24.0695L24.4723 26.4027C25.0092 26.9397 25.0092 27.8103 24.4723 28.3473C23.9353 28.8842 23.0647 28.8842 22.5277 28.3473L19.7777 25.5973C19.2408 25.0603 19.2408 24.1897 19.7777 23.6527L22.5277 20.9027C23.0647 20.3658 23.9353 20.3658 24.4723 20.9027C25.0092 21.4397 25.0092 22.3103 24.4723 22.8473L24.0695 23.25H24.875C25.6344 23.25 26.25 22.6344 26.25 21.875V12.25C26.25 11.4906 25.6344 10.875 24.875 10.875H24.1875C22.289 10.875 20.75 9.33598 20.75 7.4375Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-camera-switch-icon";var C=e;export{C as CameraSwitchSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.625 15C17.3844 15 18 15.6156 18 16.375C18 17.1344 17.3844 17.75 16.625 17.75C15.8656 17.75 15.25 17.1344 15.25 16.375C15.25 15.6156 15.8656 15 16.625 15ZM20.75 16.375C20.75 14.0968 18.9032 12.25 16.625 12.25C14.3468 12.25 12.5 14.0968 12.5 16.375C12.5 18.6532 14.3468 20.5 16.625 20.5C18.9032 20.5 20.75 18.6532 20.75 16.375Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7223 13.2223C10.1853 13.7592 9.3147 13.7592 8.77773 13.2223C8.24076 12.6853 8.24076 11.8147 8.77773 11.2777L9.18046 10.875H8.375C7.61561 10.875 7 11.4906 7 12.25V21.875C7 22.6344 7.61561 23.25 8.375 23.25H16.625C17.3844 23.25 18 23.8656 18 24.625C18 25.3844 17.3844 26 16.625 26H8.375C6.09683 26 4.25 24.1532 4.25 21.875V12.25C4.25 9.97183 6.09683 8.125 8.375 8.125H9.18046L8.77773 7.72227C8.24076 7.1853 8.24076 6.3147 8.77773 5.77773C9.3147 5.24076 10.1853 5.24076 10.7223 5.77773L13.4723 8.52773C13.7301 8.78559 13.875 9.13533 13.875 9.5C13.875 9.86467 13.7301 10.2144 13.4723 10.4723L10.7223 13.2223Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.75 7.4375C20.75 7.0578 20.4422 6.75 20.0625 6.75H13.875C13.1156 6.75 12.5 6.13439 12.5 5.375C12.5 4.61561 13.1156 4 13.875 4H20.0625C21.961 4 23.5 5.53902 23.5 7.4375C23.5 7.8172 23.8078 8.125 24.1875 8.125H24.875C27.1532 8.125 29 9.97183 29 12.25V21.875C29 24.1532 27.1532 26 24.875 26H24.0695L24.4723 26.4027C25.0092 26.9397 25.0092 27.8103 24.4723 28.3473C23.9353 28.8842 23.0647 28.8842 22.5277 28.3473L19.7777 25.5973C19.2408 25.0603 19.2408 24.1897 19.7777 23.6527L22.5277 20.9027C23.0647 20.3658 23.9353 20.3658 24.4723 20.9027C25.0092 21.4397 25.0092 22.3103 24.4723 22.8473L24.0695 23.25H24.875C25.6344 23.25 26.25 22.6344 26.25 21.875V12.25C26.25 11.4906 25.6344 10.875 24.875 10.875H24.1875C22.289 10.875 20.75 9.33598 20.75 7.4375Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-camera-switch-icon";var C=e;export{C as CameraSwitchSvgIcon};
@@ -8,8 +8,8 @@ declare class Card extends ScanditHTMLElement {
8
8
  constructor();
9
9
  set haloGlow(active: boolean);
10
10
  get haloGlow(): boolean;
11
- set withBorder(active: boolean);
12
- get withBorder(): boolean;
11
+ set border(active: boolean);
12
+ get border(): boolean;
13
13
  set backgroundColor(color: Color);
14
14
  get backgroundColor(): Color;
15
15
  set borderColor(color: Color);
@@ -1 +1 @@
1
- export{a as Card}from'../../../chunks/chunk-XZO7D4BC.js';
1
+ export{a as Card}from'../../../chunks/chunk-4GP73VVU.js';
@@ -1 +1 @@
1
- import {a as a$2}from'../../../chunks/chunk-XZO7D4BC.js';import {a as a$5}from'../../../chunks/chunk-2HTI5D6Y.js';import {b}from'../../../chunks/chunk-EQ6V4W5K.js';import {a as a$3}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$1}from'../../../chunks/chunk-UWBNF47P.js';import {a}from'../../../chunks/chunk-EV4OEANA.js';import {a as a$4}from'../../../chunks/chunk-LSZZVJ6B.js';var l="--position",x=(o=>(o.Collapsed="collapsed",o.WillCollapse="willcollapse",o.Expanded="expanded",o.WillExpand="willexpand",o.Tap="cardtap",o))(x||{}),w="cubic-bezier(0.4, 0, 0.2, 1)",r=class r extends a{constructor(){super();this.onCardClickHandler=this.onCardClick.bind(this);this.updateFadeMaskHandler=this.updateFadeMask.bind(this);let t=this.attachShadow({mode:"open"});t.prepend(r.createStyleElement().cloneNode(true));let e=document.createElement("div");if(e.role="list",e.id="root",e.innerHTML=a$1`<slot></slot>`,t.append(e),!CSS.supports("mask-image","linear-gradient(black, white)")){let a=document.createElement("div");a.innerHTML='<div class="fade top"></div><div class="fade bottom"></div>',a.classList.add("fade-layer"),t.prepend(a);}}set collapsed(t){if(!t){this.removeAttribute("collapsed");return}this.setAttribute("collapsed",t.toString());}get collapsed(){return !!this.getAttribute("collapsed")}get items(){return this.querySelectorAll(a$2.tag)}get root(){var t;return (t=this.shadowRoot)==null?void 0:t.querySelector("#root")}static create(){return document.createElement(r.tag)}static register(){a$3({[r.tag]:r});}static createStyleElement(){return a$4`:host{--top-offset:0rem;--list-height:600px;--elements-number:0;--max-expanded-height:min(calc((100px + 0.7rem)*var(--elements-number)),calc(var(--list-height) - var(--top-offset)));--animation-function:${w};--max-collapsed-height:115px;-webkit-tap-highlight-color:transparent;position:relative;width:100%}:host #root{cursor:pointer;display:block;height:calc(var(--max-expanded-height));mask-image:linear-gradient(to bottom,#0000 0,#000 var(--end-top-mask,0),#000 var(--start-bottom-mask,95%),#0000 100%);overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;transform-style:preserve-3d;transition:height .6s var(--animation-function);-webkit-overflow-scrolling:touch;-ms-overflow-style:none}:host .fade-layer{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}:host([collapsed]) .fade-layer div.fade{opacity:0!important}:host .fade-layer div.fade{height:64px;opacity:0;position:absolute;width:100%;z-index:1}:host .fade-layer div.fade.top{background:linear-gradient(180deg,#00000073,#0000);top:0}:host .fade-layer div.fade.bottom{background:linear-gradient(0deg,#00000073,#0000);bottom:0}:host #root::-webkit-scrollbar{display:none}:host([collapsed]) #root{height:var(--max-collapsed-height);mask:none;overflow:hidden}::slotted(${a$2.tag}){--position:0;--animation-duration:0.5s;--margin-bottom:calc(0.5rem*var(--position));--translate-y-value:calc(var(--position)*100% + var(--margin-bottom));--scale:1;opacity:1;position:absolute;transform:translateY(var(--translate-y-value)) scale(var(--scale));transition:transform var(--animation-duration) var(--animation-function),opacity var(--animation-duration) var(--animation-function);width:100%;will-change:transform,opacity;z-index:calc(var(--position)*-1)}:host([collapsed]) ::slotted(${a$2.tag}){--translate-y-value:calc(var(--position)*10%);--scale:calc(1 - var(--position)*0.05);opacity:1}:host([collapsed]) ::slotted(${a$2.tag}:nth-child(3)){opacity:.5}:host([collapsed]) ::slotted(${a$2.tag}:nth-child(n+4)){opacity:0}`}connectedCallback(){var t;this.addEventListener("click",this.onCardClickHandler),(t=this.root)==null||t.addEventListener("scroll",this.updateFadeMaskHandler),this.updateFadeMaskHandler();}disconnectedCallback(){var t;this.removeEventListener("click",this.onCardClickHandler),(t=this.root)==null||t.removeEventListener("scroll",this.updateFadeMaskHandler);}attributeChangedCallback(t,e,a){t==="collapsed"&&this._handleStateChange();}async _handleStateChange(){var o;let t=this.collapsed?"willcollapse":"willexpand",e=this.collapsed?"collapsed":"expanded";this.dispatchEvent(new CustomEvent(t)),this.collapsed&&((o=this.root)==null||o.scrollTo({behavior:"instant",top:0}));let a=[];for(let[n,i]of Object.entries(this.items))Number(n)!==0&&a.push(a$5(i,"transform")),this.collapsed||i.style.removeProperty("opacity"),i.style.setProperty(l,n);await Promise.all(a),this.dispatchEvent(new CustomEvent(e)),this.updateFadeMaskHandler();}async expand(){return this.collapsed?(this.collapsed=false,this._handleStateChange()):Promise.resolve()}async collapse(){return this.collapsed?Promise.resolve():(this.collapsed=true,this._handleStateChange())}updateListHeight(t){this.style.setProperty("--elements-number",t.length.toString()),this.updateFadeMaskHandler();}renderCards(t){let e=document.createDocumentFragment();for(let[a,o]of Object.entries(t))o.dataset.position=`${a}`,o.style.setProperty(l,a.toString()),e.append(o);this.append(e),this.updateListHeight(t);}clearCards(){for(let t of this.querySelectorAll(a$2.tag))t.remove();this.updateListHeight([]);}async unshift(t){if(t.dataset.position==="0"&&t.style.getPropertyValue(l)==="0")return;let e=new Animation(new KeyframeEffect(t,[{transform:"translateY(-100%)",scale:1.05,opacity:0},{transform:"translateY(0%)",scale:1,opacity:1}],{duration:500,easing:w}));t.remove(),t.dataset.position="0",t.style.setProperty(l,"0");let a="0";for(let[o,n]of Object.entries(this.items))a=`${Number(o)+1}`,n.dataset.position=a,n.style.setProperty(l,a);this.prepend(t),e.play(),await b(e);}onCardClick(t){let e=t.target.closest(a$2.tag);e!==null&&this.dispatchEvent(new CustomEvent("cardtap",{bubbles:true,composed:true,detail:{card:e}}));}updateFadeMask(t){var h,m,u,v,f;let{scrollTop:e=0,scrollHeight:a=0,clientHeight:o=0}=(h=t==null?void 0:t.target)!=null?h:this.root,n=a-o,i=Math.round(e/n*100);if(Number.isNaN(i))return;(m=this.root)==null||m.style.setProperty("--end-top-mask",`${Math.min(i,5)}%`),(u=this.root)==null||u.style.setProperty("--start-bottom-mask",`${Math.max(i,95)}%`);let c=(v=this.shadowRoot)==null?void 0:v.querySelector(".fade.top"),p=(f=this.shadowRoot)==null?void 0:f.querySelector(".fade.bottom");c!=null&&p!=null&&(c.style.setProperty("opacity",`${i/100}`),p.style.setProperty("opacity",`${1-i/100}`));}};r.tag="scandit-card-list",r.observedAttributes=["collapsed"];var d=r;d.register();export{d as CardList,x as CardListEvents};
1
+ import {a as a$2}from'../../../chunks/chunk-4GP73VVU.js';import {a as a$5}from'../../../chunks/chunk-2HTI5D6Y.js';import {b}from'../../../chunks/chunk-EQ6V4W5K.js';import {a as a$1}from'../../../chunks/chunk-UWBNF47P.js';import {a}from'../../../chunks/chunk-EV4OEANA.js';import {a as a$3}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$4}from'../../../chunks/chunk-LSZZVJ6B.js';var l="--position",x=(o=>(o.Collapsed="collapsed",o.WillCollapse="willcollapse",o.Expanded="expanded",o.WillExpand="willexpand",o.Tap="cardtap",o))(x||{}),w="cubic-bezier(0.4, 0, 0.2, 1)",r=class r extends a{constructor(){super();this.onCardClickHandler=this.onCardClick.bind(this);this.updateFadeMaskHandler=this.updateFadeMask.bind(this);let t=this.attachShadow({mode:"open"});t.prepend(r.createStyleElement().cloneNode(true));let e=document.createElement("div");if(e.role="list",e.id="root",e.innerHTML=a$1`<slot></slot>`,t.append(e),!CSS.supports("mask-image","linear-gradient(black, white)")){let a=document.createElement("div");a.innerHTML='<div class="fade top"></div><div class="fade bottom"></div>',a.classList.add("fade-layer"),t.prepend(a);}}set collapsed(t){if(!t){this.removeAttribute("collapsed");return}this.setAttribute("collapsed",t.toString());}get collapsed(){return !!this.getAttribute("collapsed")}get items(){return this.querySelectorAll(a$2.tag)}get root(){var t;return (t=this.shadowRoot)==null?void 0:t.querySelector("#root")}static create(){return document.createElement(r.tag)}static register(){a$3({[r.tag]:r});}static createStyleElement(){return a$4`:host{--top-offset:0rem;--list-height:600px;--elements-number:0;--max-expanded-height:min(calc((100px + 0.7rem)*var(--elements-number)),calc(var(--list-height) - var(--top-offset)));--animation-function:${w};--max-collapsed-height:115px;-webkit-tap-highlight-color:transparent;position:relative;width:100%}:host #root{cursor:pointer;display:block;height:calc(var(--max-expanded-height));mask-image:linear-gradient(to bottom,#0000 0,#000 var(--end-top-mask,0),#000 var(--start-bottom-mask,95%),#0000 100%);overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;transform-style:preserve-3d;transition:height .6s var(--animation-function);-webkit-overflow-scrolling:touch;-ms-overflow-style:none}:host .fade-layer{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}:host([collapsed]) .fade-layer div.fade{opacity:0!important}:host .fade-layer div.fade{height:64px;opacity:0;position:absolute;width:100%;z-index:1}:host .fade-layer div.fade.top{background:linear-gradient(180deg,#00000073,#0000);top:0}:host .fade-layer div.fade.bottom{background:linear-gradient(0deg,#00000073,#0000);bottom:0}:host #root::-webkit-scrollbar{display:none}:host([collapsed]) #root{height:var(--max-collapsed-height);mask:none;overflow:hidden}::slotted(${a$2.tag}){--position:0;--animation-duration:0.5s;--margin-bottom:calc(0.5rem*var(--position));--translate-y-value:calc(var(--position)*100% + var(--margin-bottom));--scale:1;opacity:1;position:absolute;transform:translateY(var(--translate-y-value)) scale(var(--scale));transition:transform var(--animation-duration) var(--animation-function),opacity var(--animation-duration) var(--animation-function);width:100%;will-change:transform,opacity;z-index:calc(var(--position)*-1)}:host([collapsed]) ::slotted(${a$2.tag}){--translate-y-value:calc(var(--position)*10%);--scale:calc(1 - var(--position)*0.05);opacity:1}:host([collapsed]) ::slotted(${a$2.tag}:nth-child(3)){opacity:.5}:host([collapsed]) ::slotted(${a$2.tag}:nth-child(n+4)){opacity:0}`}connectedCallback(){var t;this.addEventListener("click",this.onCardClickHandler),(t=this.root)==null||t.addEventListener("scroll",this.updateFadeMaskHandler),this.updateFadeMaskHandler();}disconnectedCallback(){var t;this.removeEventListener("click",this.onCardClickHandler),(t=this.root)==null||t.removeEventListener("scroll",this.updateFadeMaskHandler);}attributeChangedCallback(t,e,a){t==="collapsed"&&this._handleStateChange();}async _handleStateChange(){var o;let t=this.collapsed?"willcollapse":"willexpand",e=this.collapsed?"collapsed":"expanded";this.dispatchEvent(new CustomEvent(t)),this.collapsed&&((o=this.root)==null||o.scrollTo({behavior:"instant",top:0}));let a=[];for(let[n,i]of Object.entries(this.items))Number(n)!==0&&a.push(a$5(i,"transform")),this.collapsed||i.style.removeProperty("opacity"),i.style.setProperty(l,n);await Promise.all(a),this.dispatchEvent(new CustomEvent(e)),this.updateFadeMaskHandler();}async expand(){return this.collapsed?(this.collapsed=false,this._handleStateChange()):Promise.resolve()}async collapse(){return this.collapsed?Promise.resolve():(this.collapsed=true,this._handleStateChange())}updateListHeight(t){this.style.setProperty("--elements-number",t.length.toString()),this.updateFadeMaskHandler();}renderCards(t){let e=document.createDocumentFragment();for(let[a,o]of Object.entries(t))o.dataset.position=`${a}`,o.style.setProperty(l,a.toString()),e.append(o);this.append(e),this.updateListHeight(t);}clearCards(){for(let t of this.querySelectorAll(a$2.tag))t.remove();this.updateListHeight([]);}async unshift(t){if(t.dataset.position==="0"&&t.style.getPropertyValue(l)==="0")return;let e=new Animation(new KeyframeEffect(t,[{transform:"translateY(-100%)",scale:1.05,opacity:0},{transform:"translateY(0%)",scale:1,opacity:1}],{duration:500,easing:w}));t.remove(),t.dataset.position="0",t.style.setProperty(l,"0");let a="0";for(let[o,n]of Object.entries(this.items))a=`${Number(o)+1}`,n.dataset.position=a,n.style.setProperty(l,a);this.prepend(t),e.play(),await b(e);}onCardClick(t){let e=t.target.closest(a$2.tag);e!==null&&this.dispatchEvent(new CustomEvent("cardtap",{bubbles:true,composed:true,detail:{card:e}}));}updateFadeMask(t){var h,m,u,v,f;let{scrollTop:e=0,scrollHeight:a=0,clientHeight:o=0}=(h=t==null?void 0:t.target)!=null?h:this.root,n=a-o,i=Math.round(e/n*100);if(Number.isNaN(i))return;(m=this.root)==null||m.style.setProperty("--end-top-mask",`${Math.min(i,5)}%`),(u=this.root)==null||u.style.setProperty("--start-bottom-mask",`${Math.max(i,95)}%`);let c=(v=this.shadowRoot)==null?void 0:v.querySelector(".fade.top"),p=(f=this.shadowRoot)==null?void 0:f.querySelector(".fade.bottom");c!=null&&p!=null&&(c.style.setProperty("opacity",`${i/100}`),p.style.setProperty("opacity",`${1-i/100}`));}};r.tag="scandit-card-list",r.observedAttributes=["collapsed"];var d=r;d.register();export{d as CardList,x as CardListEvents};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.6404 6.31063C20.1 6.74322 20.122 7.46651 19.6894 7.92613L10.5465 17.6404C10.3267 17.874 10.0188 18.0044 9.69803 17.9999C9.37728 17.9953 9.07322 17.8562 8.86011 17.6164L4.28869 12.4736C3.86935 12.0018 3.91184 11.2794 4.3836 10.8601C4.85535 10.4408 5.57772 10.4833 5.99705 10.955L9.73839 15.164L18.0249 6.35959C18.4575 5.89996 19.1808 5.87804 19.6404 6.31063Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-check-icon";var t=e;t.register();export{t as CheckSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.6404 6.31063C20.1 6.74322 20.122 7.46651 19.6894 7.92613L10.5465 17.6404C10.3267 17.874 10.0188 18.0044 9.69803 17.9999C9.37728 17.9953 9.07322 17.8562 8.86011 17.6164L4.28869 12.4736C3.86935 12.0018 3.91184 11.2794 4.3836 10.8601C4.85535 10.4408 5.57772 10.4833 5.99705 10.955L9.73839 15.164L18.0249 6.35959C18.4575 5.89996 19.1808 5.87804 19.6404 6.31063Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-check-icon";var t=e;t.register();export{t as CheckSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.24076 8.34923C4.60018 7.9299 5.23148 7.88134 5.65081 8.24076L12 13.6829L18.3492 8.24076C18.7686 7.88134 19.3999 7.9299 19.7593 8.34923C20.1187 8.76855 20.0701 9.39985 19.6508 9.75927L12.6508 15.7593C12.2763 16.0803 11.7237 16.0803 11.3492 15.7593L4.34923 9.75927C3.9299 9.39985 3.88134 8.76855 4.24076 8.34923Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-down-icon";var o=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.24076 8.34923C4.60018 7.9299 5.23148 7.88134 5.65081 8.24076L12 13.6829L18.3492 8.24076C18.7686 7.88134 19.3999 7.9299 19.7593 8.34923C20.1187 8.76855 20.0701 9.39985 19.6508 9.75927L12.6508 15.7593C12.2763 16.0803 11.7237 16.0803 11.3492 15.7593L4.34923 9.75927C3.9299 9.39985 3.88134 8.76855 4.24076 8.34923Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-down-icon";var o=e;
2
2
  export{o as ChevronDownSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7526 4.34151C17.1163 4.75715 17.0741 5.38891 16.6585 5.75259L9.51859 12L16.6585 18.2474C17.0741 18.6111 17.1163 19.2429 16.7526 19.6585C16.3889 20.0742 15.7571 20.1163 15.3415 19.7526L7.3415 12.7526C7.12448 12.5627 7 12.2884 7 12C7 11.7117 7.12448 11.4373 7.3415 11.2474L15.3415 4.24744C15.7571 3.88375 16.3889 3.92587 16.7526 4.34151Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-left-icon";var r=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7526 4.34151C17.1163 4.75715 17.0741 5.38891 16.6585 5.75259L9.51859 12L16.6585 18.2474C17.0741 18.6111 17.1163 19.2429 16.7526 19.6585C16.3889 20.0742 15.7571 20.1163 15.3415 19.7526L7.3415 12.7526C7.12448 12.5627 7 12.2884 7 12C7 11.7117 7.12448 11.4373 7.3415 11.2474L15.3415 4.24744C15.7571 3.88375 16.3889 3.92587 16.7526 4.34151Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-left-icon";var r=e;
2
2
  export{r as ChevronLeftSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.24742 19.6585C6.88374 19.2429 6.92586 18.6111 7.3415 18.2474L14.4814 12L7.3415 5.75256C6.92586 5.38888 6.88374 4.75712 7.24742 4.34148C7.61111 3.92585 8.24287 3.88373 8.65851 4.24741L16.6585 11.2474C16.8755 11.4373 17 11.7116 17 12C17 12.2883 16.8755 12.5627 16.6585 12.7526L8.6585 19.7526C8.24287 20.1162 7.6111 20.0741 7.24742 19.6585Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-right-icon";var l=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.24742 19.6585C6.88374 19.2429 6.92586 18.6111 7.3415 18.2474L14.4814 12L7.3415 5.75256C6.92586 5.38888 6.88374 4.75712 7.24742 4.34148C7.61111 3.92585 8.24287 3.88373 8.65851 4.24741L16.6585 11.2474C16.8755 11.4373 17 11.7116 17 12C17 12.2883 16.8755 12.5627 16.6585 12.7526L8.6585 19.7526C8.24287 20.1162 7.6111 20.0741 7.24742 19.6585Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-right-icon";var l=e;
2
2
  export{l as ChevronRightSvgIcon};
@@ -1,2 +1,2 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.7592 15.6508C19.3998 16.0701 18.7685 16.1187 18.3492 15.7592L12 10.3171L5.65077 15.7592C5.23145 16.1187 4.60015 16.0701 4.24073 15.6508C3.8813 15.2314 3.92986 14.6001 4.34919 14.2407L11.3492 8.24073C11.7237 7.91973 12.2763 7.91973 12.6508 8.24073L19.6508 14.2407C20.0701 14.6001 20.1187 15.2314 19.7592 15.6508Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-up-icon";var l=e;
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.7592 15.6508C19.3998 16.0701 18.7685 16.1187 18.3492 15.7592L12 10.3171L5.65077 15.7592C5.23145 16.1187 4.60015 16.0701 4.24073 15.6508C3.8813 15.2314 3.92986 14.6001 4.34919 14.2407L11.3492 8.24073C11.7237 7.91973 12.2763 7.91973 12.6508 8.24073L19.6508 14.2407C20.0701 14.6001 20.1187 15.2314 19.7592 15.6508Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-chevron-up-icon";var l=e;
2
2
  export{l as ChevronUpSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L10.5858 12L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L12 13.4142L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L13.4142 12L19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L12 10.5858L5.70711 4.29289Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-cross-icon";var e=t;e.register();export{e as CrossSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L10.5858 12L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L12 13.4142L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L13.4142 12L19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L12 10.5858L5.70711 4.29289Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-cross-icon";var e=t;e.register();export{e as CrossSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path d="M7.98828 21.082C8.59668 21.082 9.08887 20.5898 9.08887 19.9814C9.08887 19.3662 8.59668 18.8809 7.98828 18.8809C7.37305 18.8809 6.8877 19.3662 6.8877 19.9814C6.8877 20.5898 7.37305 21.082 7.98828 21.082Z" fill="${this.fill}"/><path d="M14.3662 21.2188C16.6152 21.2188 18.1807 19.7969 18.1807 17.6914C18.1807 15.8115 16.8408 14.4854 14.9541 14.4854C13.9492 14.4854 13.1426 14.8818 12.7393 15.5176H12.6982L12.9307 12.7764H16.8271C17.3467 12.7764 17.6748 12.4551 17.6748 11.9561C17.6748 11.457 17.3398 11.1357 16.8271 11.1357H12.5C11.7002 11.1357 11.2695 11.4707 11.2012 12.3047L10.9141 15.9209C10.9072 15.9551 10.9072 15.9756 10.9072 16.0029C10.8799 16.5566 11.2012 17.0283 11.8779 17.0283C12.3359 17.0283 12.541 16.9258 12.9443 16.5498C13.293 16.2148 13.7852 15.9619 14.373 15.9619C15.4463 15.9619 16.2119 16.7002 16.2119 17.7393C16.2119 18.8057 15.4395 19.5781 14.3662 19.5781C13.4775 19.5781 12.8965 19.1475 12.541 18.4365C12.3086 18.0674 12.0488 17.9238 11.6387 17.9238C11.1055 17.9238 10.7773 18.2383 10.7773 18.7646C10.7773 19.0107 10.8389 19.2227 10.9414 19.4414C11.4336 20.4873 12.8008 21.2188 14.3662 21.2188Z" fill="${this.fill}"/><path d="M19.9307 21.1436C20.2861 21.1436 20.4844 21.0273 20.7578 20.6035L22.1865 18.457H22.2275L23.6836 20.6377C23.9092 20.9795 24.1006 21.1436 24.4902 21.1436C25.0303 21.1436 25.4404 20.8018 25.4404 20.2617C25.4404 20.043 25.3721 19.8516 25.2217 19.6465L23.5195 17.2949L25.1943 15.0596C25.3857 14.8135 25.4609 14.6152 25.4609 14.3691C25.4609 13.8633 25.085 13.5215 24.5244 13.5215C24.1553 13.5215 23.9434 13.6855 23.6768 14.1025L22.3369 16.1465H22.2959L20.9287 14.0889C20.6621 13.665 20.4502 13.5215 20.0469 13.5215C19.5 13.5215 19.0898 13.8975 19.0898 14.3965C19.0898 14.6289 19.1582 14.8271 19.3018 15.0186L21.0107 17.3496L19.2949 19.6465C19.1035 19.8994 19.0283 20.0908 19.0283 20.3301C19.0283 20.8086 19.4043 21.1436 19.9307 21.1436Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-dot5x-icon";var l=t;export{l as Dot5xSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path d="M7.98828 21.082C8.59668 21.082 9.08887 20.5898 9.08887 19.9814C9.08887 19.3662 8.59668 18.8809 7.98828 18.8809C7.37305 18.8809 6.8877 19.3662 6.8877 19.9814C6.8877 20.5898 7.37305 21.082 7.98828 21.082Z" fill="${this.fill}"/><path d="M14.3662 21.2188C16.6152 21.2188 18.1807 19.7969 18.1807 17.6914C18.1807 15.8115 16.8408 14.4854 14.9541 14.4854C13.9492 14.4854 13.1426 14.8818 12.7393 15.5176H12.6982L12.9307 12.7764H16.8271C17.3467 12.7764 17.6748 12.4551 17.6748 11.9561C17.6748 11.457 17.3398 11.1357 16.8271 11.1357H12.5C11.7002 11.1357 11.2695 11.4707 11.2012 12.3047L10.9141 15.9209C10.9072 15.9551 10.9072 15.9756 10.9072 16.0029C10.8799 16.5566 11.2012 17.0283 11.8779 17.0283C12.3359 17.0283 12.541 16.9258 12.9443 16.5498C13.293 16.2148 13.7852 15.9619 14.373 15.9619C15.4463 15.9619 16.2119 16.7002 16.2119 17.7393C16.2119 18.8057 15.4395 19.5781 14.3662 19.5781C13.4775 19.5781 12.8965 19.1475 12.541 18.4365C12.3086 18.0674 12.0488 17.9238 11.6387 17.9238C11.1055 17.9238 10.7773 18.2383 10.7773 18.7646C10.7773 19.0107 10.8389 19.2227 10.9414 19.4414C11.4336 20.4873 12.8008 21.2188 14.3662 21.2188Z" fill="${this.fill}"/><path d="M19.9307 21.1436C20.2861 21.1436 20.4844 21.0273 20.7578 20.6035L22.1865 18.457H22.2275L23.6836 20.6377C23.9092 20.9795 24.1006 21.1436 24.4902 21.1436C25.0303 21.1436 25.4404 20.8018 25.4404 20.2617C25.4404 20.043 25.3721 19.8516 25.2217 19.6465L23.5195 17.2949L25.1943 15.0596C25.3857 14.8135 25.4609 14.6152 25.4609 14.3691C25.4609 13.8633 25.085 13.5215 24.5244 13.5215C24.1553 13.5215 23.9434 13.6855 23.6768 14.1025L22.3369 16.1465H22.2959L20.9287 14.0889C20.6621 13.665 20.4502 13.5215 20.0469 13.5215C19.5 13.5215 19.0898 13.8975 19.0898 14.3965C19.0898 14.6289 19.1582 14.8271 19.3018 15.0186L21.0107 17.3496L19.2949 19.6465C19.1035 19.8994 19.0283 20.0908 19.0283 20.3301C19.0283 20.8086 19.4043 21.1436 19.9307 21.1436Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-dot5x-icon";var l=t;export{l as Dot5xSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V4Z" fill="${this.fill}"/><path d="M12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-exclamation-mark-icon";var e=t;e.register();export{e as ExclamationMarkSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V4Z" fill="${this.fill}"/><path d="M12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-exclamation-mark-icon";var e=t;e.register();export{e as ExclamationMarkSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.05 1.5L12.0001 3.60001H15.1501L10.95 7.8L12 4.65H9.89999L10.95 1.5H5.70001V7.8C5.70001 10.95 8.00999 13.47 10.95 13.995V20.4H8.85001C8.22001 20.4 7.80003 20.82 7.80003 21.45C7.80003 22.08 8.22001 22.5 8.85001 22.5H15.1501C15.7801 22.5 16.2 22.08 16.2 21.45C16.2 20.82 15.7801 20.4 15.1501 20.4H13.05V13.995C15.99 13.47 18.3 10.95 18.3 7.8V1.5H13.05Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-glass-icon";var t=e;t.register();export{t as GlassSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.05 1.5L12.0001 3.60001H15.1501L10.95 7.8L12 4.65H9.89999L10.95 1.5H5.70001V7.8C5.70001 10.95 8.00999 13.47 10.95 13.995V20.4H8.85001C8.22001 20.4 7.80003 20.82 7.80003 21.45C7.80003 22.08 8.22001 22.5 8.85001 22.5H15.1501C15.7801 22.5 16.2 22.08 16.2 21.45C16.2 20.82 15.7801 20.4 15.1501 20.4H13.05V13.995C15.99 13.47 18.3 10.95 18.3 7.8V1.5H13.05Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-glass-icon";var t=e;t.register();export{t as GlassSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M20.1 19.1L16.3 15.3M7.74995 10.17L9.96662 12.45L14.4 8.64995M18.2 10.075C18.2 14.01 15.01 17.2 11.075 17.2C7.13992 17.2 3.94995 14.01 3.94995 10.075C3.94995 6.13992 7.13992 2.94995 11.075 2.94995C15.01 2.94995 18.2 6.13992 18.2 10.075Z" stroke="${this.fill}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`}};e.tag="scandit-hand-lens-check-icon";var t=e;t.register();export{t as HandLensCheckSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M20.1 19.1L16.3 15.3M7.74995 10.17L9.96662 12.45L14.4 8.64995M18.2 10.075C18.2 14.01 15.01 17.2 11.075 17.2C7.13992 17.2 3.94995 14.01 3.94995 10.075C3.94995 6.13992 7.13992 2.94995 11.075 2.94995C15.01 2.94995 18.2 6.13992 18.2 10.075Z" stroke="${this.fill}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`}};e.tag="scandit-hand-lens-check-icon";var t=e;t.register();export{t as HandLensCheckSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var C=class C extends a{static create(){return document.createElement(C.tag)}static register(){a$1({[C.tag]:C});}render(){return a$2`<style>${C.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,14)}" viewBox="0 0 24 14" fill="none"><path d="M5.71 4.29C5.61704 4.19627 5.50644 4.12188 5.38458 4.07111C5.26272 4.02034 5.13201 3.9942 5 3.9942C4.86799 3.9942 4.73728 4.02034 4.61542 4.07111C4.49356 4.12188 4.38296 4.19627 4.29 4.29C4.19896 4.3851 4.12759 4.49725 4.08 4.62C4.00342 4.80211 3.9825 5.00282 4.01987 5.19681C4.05725 5.3908 4.15124 5.56938 4.29 5.71C4.3872 5.79833 4.49882 5.86936 4.62 5.92C4.73868 5.97598 4.86882 6.00338 5 6C5.16378 5.99918 5.32486 5.95815 5.46907 5.88051C5.61328 5.80287 5.73622 5.69099 5.82707 5.55471C5.91792 5.41843 5.97391 5.26193 5.99011 5.09895C6.00632 4.93597 5.98224 4.7715 5.92 4.62C5.87241 4.49725 5.80104 4.3851 5.71 4.29ZM9 6C9.16378 5.99918 9.32486 5.95815 9.46907 5.88051C9.61328 5.80287 9.73622 5.69099 9.82707 5.55471C9.91792 5.41843 9.97391 5.26193 9.99011 5.09895C10.0063 4.93597 9.98224 4.7715 9.92 4.62C9.87241 4.49725 9.80104 4.3851 9.71 4.29C9.59555 4.17117 9.45347 4.0825 9.29644 4.0319C9.13941 3.9813 8.9723 3.97034 8.81 4C8.74377 4.00927 8.67955 4.02955 8.62 4.06L8.44 4.15L8.29 4.27C8.10253 4.46665 7.99858 4.72831 8 5C8 5.26522 8.10536 5.51957 8.29289 5.70711C8.48043 5.89464 8.73478 6 9 6ZM5.38 8.08C5.13654 7.97998 4.86346 7.97998 4.62 8.08C4.43738 8.15502 4.28105 8.28242 4.17072 8.44614C4.06039 8.60986 4.00099 8.80257 4 9C4.00082 9.16378 4.04185 9.32486 4.11949 9.46907C4.19713 9.61328 4.30901 9.73622 4.44529 9.82707C4.58156 9.91792 4.73807 9.97391 4.90105 9.99011C5.06403 10.0063 5.2285 9.98224 5.38 9.92C5.50118 9.86936 5.6128 9.79833 5.71 9.71C5.80268 9.61656 5.87601 9.50574 5.92577 9.38391C5.97554 9.26207 6.00076 9.13161 6 9C6.00076 8.86839 5.97554 8.73793 5.92577 8.61609C5.87601 8.49426 5.80268 8.38344 5.71 8.29C5.61613 8.1974 5.50364 8.12581 5.38 8.08ZM13 8H9C8.73478 8 8.48043 8.10536 8.29289 8.29289C8.10536 8.48043 8 8.73478 8 9C8 9.26522 8.10536 9.51957 8.29289 9.70711C8.48043 9.89464 8.73478 10 9 10H13C13.2652 10 13.5196 9.89464 13.7071 9.70711C13.8946 9.51957 14 9.26522 14 9C14 8.73478 13.8946 8.48043 13.7071 8.29289C13.5196 8.10536 13.2652 8 13 8ZM13.71 4.29C13.617 4.19627 13.5064 4.12188 13.3846 4.07111C13.2627 4.02034 13.132 3.9942 13 3.9942C12.868 3.9942 12.7373 4.02034 12.6154 4.07111C12.4936 4.12188 12.383 4.19627 12.29 4.29C12.199 4.3851 12.1276 4.49725 12.08 4.62C12.0217 4.75688 11.9947 4.90505 12.0009 5.05369C12.0072 5.20233 12.0465 5.34771 12.1161 5.47923C12.1856 5.61075 12.2836 5.72509 12.403 5.81392C12.5223 5.90276 12.66 5.96384 12.8059 5.99273C12.9519 6.02161 13.1024 6.01757 13.2466 5.98089C13.3908 5.94422 13.525 5.87583 13.6394 5.78072C13.7538 5.68561 13.8455 5.56617 13.9079 5.43111C13.9703 5.29605 14.0017 5.14876 14 5C14.0034 4.86882 13.976 4.73868 13.92 4.62C13.8724 4.49725 13.801 4.3851 13.71 4.29ZM17.56 8.17C17.5043 8.13215 17.4437 8.10189 17.38 8.08C17.1365 7.97998 16.8635 7.97998 16.62 8.08C16.4988 8.13064 16.3872 8.20167 16.29 8.29C16.1073 8.48163 16.0037 8.73523 16 9C16 9.26522 16.1054 9.51957 16.2929 9.70711C16.4804 9.89464 16.7348 10 17 10C17.2652 10 17.5196 9.89464 17.7071 9.70711C17.8946 9.51957 18 9.26522 18 9C17.9963 8.73523 17.8927 8.48163 17.71 8.29L17.56 8.17ZM19 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.31607 1.44129 0 2.20435 0 3V11C0 11.7956 0.31607 12.5587 0.87868 13.1213C1.44129 13.6839 2.20435 14 3 14H19C19.7956 14 20.5587 13.6839 21.1213 13.1213C21.6839 12.5587 22 11.7956 22 11V3C22 2.20435 21.6839 1.44129 21.1213 0.87868C20.5587 0.316071 19.7956 0 19 0ZM20 11C20 11.2652 19.8946 11.5196 19.7071 11.7071C19.5196 11.8946 19.2652 12 19 12H3C2.73478 12 2.48043 11.8946 2.29289 11.7071C2.10536 11.5196 2 11.2652 2 11V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V11ZM17.71 4.29C17.5701 4.14897 17.3914 4.05279 17.1967 4.01372C17.0019 3.97465 16.8 3.99446 16.6165 4.07063C16.4331 4.1468 16.2765 4.27587 16.1667 4.44139C16.0569 4.60691 15.9988 4.80138 16 5C15.9983 5.14876 16.0297 5.29605 16.0921 5.43111C16.1545 5.56617 16.2462 5.68561 16.3606 5.78072C16.475 5.87583 16.6092 5.94422 16.7534 5.98089C16.8976 6.01757 17.0481 6.02161 17.1941 5.99273C17.34 5.96384 17.4777 5.90276 17.597 5.81392C17.7164 5.72509 17.8144 5.61075 17.8839 5.47923C17.9535 5.34771 17.9928 5.20233 17.9991 5.05369C18.0053 4.90505 17.9783 4.75688 17.92 4.62C17.8724 4.49725 17.801 4.3851 17.71 4.29Z" fill="${this.fill}"/></svg>`}};C.tag="scandit-keyboard-icon";var e=C;e.register();export{e as KeyboardSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var C=class C extends a{static create(){return document.createElement(C.tag)}static register(){a$1({[C.tag]:C});}render(){return a$2`<style>${C.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,14)}" viewBox="0 0 24 14" fill="none"><path d="M5.71 4.29C5.61704 4.19627 5.50644 4.12188 5.38458 4.07111C5.26272 4.02034 5.13201 3.9942 5 3.9942C4.86799 3.9942 4.73728 4.02034 4.61542 4.07111C4.49356 4.12188 4.38296 4.19627 4.29 4.29C4.19896 4.3851 4.12759 4.49725 4.08 4.62C4.00342 4.80211 3.9825 5.00282 4.01987 5.19681C4.05725 5.3908 4.15124 5.56938 4.29 5.71C4.3872 5.79833 4.49882 5.86936 4.62 5.92C4.73868 5.97598 4.86882 6.00338 5 6C5.16378 5.99918 5.32486 5.95815 5.46907 5.88051C5.61328 5.80287 5.73622 5.69099 5.82707 5.55471C5.91792 5.41843 5.97391 5.26193 5.99011 5.09895C6.00632 4.93597 5.98224 4.7715 5.92 4.62C5.87241 4.49725 5.80104 4.3851 5.71 4.29ZM9 6C9.16378 5.99918 9.32486 5.95815 9.46907 5.88051C9.61328 5.80287 9.73622 5.69099 9.82707 5.55471C9.91792 5.41843 9.97391 5.26193 9.99011 5.09895C10.0063 4.93597 9.98224 4.7715 9.92 4.62C9.87241 4.49725 9.80104 4.3851 9.71 4.29C9.59555 4.17117 9.45347 4.0825 9.29644 4.0319C9.13941 3.9813 8.9723 3.97034 8.81 4C8.74377 4.00927 8.67955 4.02955 8.62 4.06L8.44 4.15L8.29 4.27C8.10253 4.46665 7.99858 4.72831 8 5C8 5.26522 8.10536 5.51957 8.29289 5.70711C8.48043 5.89464 8.73478 6 9 6ZM5.38 8.08C5.13654 7.97998 4.86346 7.97998 4.62 8.08C4.43738 8.15502 4.28105 8.28242 4.17072 8.44614C4.06039 8.60986 4.00099 8.80257 4 9C4.00082 9.16378 4.04185 9.32486 4.11949 9.46907C4.19713 9.61328 4.30901 9.73622 4.44529 9.82707C4.58156 9.91792 4.73807 9.97391 4.90105 9.99011C5.06403 10.0063 5.2285 9.98224 5.38 9.92C5.50118 9.86936 5.6128 9.79833 5.71 9.71C5.80268 9.61656 5.87601 9.50574 5.92577 9.38391C5.97554 9.26207 6.00076 9.13161 6 9C6.00076 8.86839 5.97554 8.73793 5.92577 8.61609C5.87601 8.49426 5.80268 8.38344 5.71 8.29C5.61613 8.1974 5.50364 8.12581 5.38 8.08ZM13 8H9C8.73478 8 8.48043 8.10536 8.29289 8.29289C8.10536 8.48043 8 8.73478 8 9C8 9.26522 8.10536 9.51957 8.29289 9.70711C8.48043 9.89464 8.73478 10 9 10H13C13.2652 10 13.5196 9.89464 13.7071 9.70711C13.8946 9.51957 14 9.26522 14 9C14 8.73478 13.8946 8.48043 13.7071 8.29289C13.5196 8.10536 13.2652 8 13 8ZM13.71 4.29C13.617 4.19627 13.5064 4.12188 13.3846 4.07111C13.2627 4.02034 13.132 3.9942 13 3.9942C12.868 3.9942 12.7373 4.02034 12.6154 4.07111C12.4936 4.12188 12.383 4.19627 12.29 4.29C12.199 4.3851 12.1276 4.49725 12.08 4.62C12.0217 4.75688 11.9947 4.90505 12.0009 5.05369C12.0072 5.20233 12.0465 5.34771 12.1161 5.47923C12.1856 5.61075 12.2836 5.72509 12.403 5.81392C12.5223 5.90276 12.66 5.96384 12.8059 5.99273C12.9519 6.02161 13.1024 6.01757 13.2466 5.98089C13.3908 5.94422 13.525 5.87583 13.6394 5.78072C13.7538 5.68561 13.8455 5.56617 13.9079 5.43111C13.9703 5.29605 14.0017 5.14876 14 5C14.0034 4.86882 13.976 4.73868 13.92 4.62C13.8724 4.49725 13.801 4.3851 13.71 4.29ZM17.56 8.17C17.5043 8.13215 17.4437 8.10189 17.38 8.08C17.1365 7.97998 16.8635 7.97998 16.62 8.08C16.4988 8.13064 16.3872 8.20167 16.29 8.29C16.1073 8.48163 16.0037 8.73523 16 9C16 9.26522 16.1054 9.51957 16.2929 9.70711C16.4804 9.89464 16.7348 10 17 10C17.2652 10 17.5196 9.89464 17.7071 9.70711C17.8946 9.51957 18 9.26522 18 9C17.9963 8.73523 17.8927 8.48163 17.71 8.29L17.56 8.17ZM19 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.31607 1.44129 0 2.20435 0 3V11C0 11.7956 0.31607 12.5587 0.87868 13.1213C1.44129 13.6839 2.20435 14 3 14H19C19.7956 14 20.5587 13.6839 21.1213 13.1213C21.6839 12.5587 22 11.7956 22 11V3C22 2.20435 21.6839 1.44129 21.1213 0.87868C20.5587 0.316071 19.7956 0 19 0ZM20 11C20 11.2652 19.8946 11.5196 19.7071 11.7071C19.5196 11.8946 19.2652 12 19 12H3C2.73478 12 2.48043 11.8946 2.29289 11.7071C2.10536 11.5196 2 11.2652 2 11V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V11ZM17.71 4.29C17.5701 4.14897 17.3914 4.05279 17.1967 4.01372C17.0019 3.97465 16.8 3.99446 16.6165 4.07063C16.4331 4.1468 16.2765 4.27587 16.1667 4.44139C16.0569 4.60691 15.9988 4.80138 16 5C15.9983 5.14876 16.0297 5.29605 16.0921 5.43111C16.1545 5.56617 16.2462 5.68561 16.3606 5.78072C16.475 5.87583 16.6092 5.94422 16.7534 5.98089C16.8976 6.01757 17.0481 6.02161 17.1941 5.99273C17.34 5.96384 17.4777 5.90276 17.597 5.81392C17.7164 5.72509 17.8144 5.61075 17.8839 5.47923C17.9535 5.34771 17.9928 5.20233 17.9991 5.05369C18.0053 4.90505 17.9783 4.75688 17.92 4.62C17.8724 4.49725 17.801 4.3851 17.71 4.29Z" fill="${this.fill}"/></svg>`}};C.tag="scandit-keyboard-icon";var e=C;e.register();export{e as KeyboardSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M15.5 11C16.0523 11 16.5 11.4477 16.5 12V15C16.5 15.5523 16.0523 16 15.5 16C14.9477 16 14.5 15.5523 14.5 15V12C14.5 11.4477 14.9477 11 15.5 11Z" fill="${this.fill}"/><path d="M15.5 19C16.0523 19 16.5 18.5523 16.5 18C16.5 17.4477 16.0523 17 15.5 17C14.9477 17 14.4999 17.4477 14.4999 18C14.4999 18.5523 14.9477 19 15.5 19Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 19.75H9.56522C10.8932 21.4254 12.9461 22.5 15.25 22.5C19.2541 22.5 22.5 19.2541 22.5 15.25C22.5 12.9461 21.4254 10.8932 19.75 9.56522V4C19.7474 3.53668 19.5622 3.09309 19.2345 2.76546C18.9069 2.43784 18.4633 2.25263 18 2.25H4C3.53668 2.25263 3.09309 2.43784 2.76546 2.76546C2.43784 3.09309 2.25263 3.53668 2.25 4V18C2.25263 18.4633 2.43784 18.9069 2.76546 19.2345C3.09309 19.5622 3.53668 19.7474 4 19.75ZM4 18.25H8.64786C8.23178 17.3358 8 16.32 8 15.25C8 11.2459 11.2459 8 15.25 8C16.3206 8 17.3371 8.23208 18.2518 8.64867C18.2508 7.58699 18.25 6.14366 18.25 4C18.25 3.9337 18.2237 3.87011 18.1768 3.82322C18.1299 3.77634 18.0663 3.75 18 3.75H12.9977V5C12.9977 5.5 12.5 6 12 6C11.677 5.99817 11.0752 5.99889 10.571 5.9995C10.352 5.99976 10.1514 6 10 6C9.5 6 9.00262 5.46332 9 5V3.75H4C3.9337 3.75 3.87011 3.77634 3.82322 3.82322C3.77634 3.87011 3.75 3.9337 3.75 4V18C3.75 18.0663 3.77634 18.1299 3.82322 18.1768C3.87011 18.2237 3.9337 18.25 4 18.25ZM15.25 21C18.4256 21 21 18.4256 21 15.25C21 12.0744 18.4256 9.5 15.25 9.5C12.0744 9.5 9.5 12.0744 9.5 15.25C9.5 18.4256 12.0744 21 15.25 21Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-low-stock-icon";var e=t;e.register();export{e as LowStockSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var t=class t extends a{static create(){return document.createElement(t.tag)}static register(){a$1({[t.tag]:t});}render(){return a$2`<style>${t.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(24,24)}" viewBox="0 0 24 24" fill="none"><path d="M15.5 11C16.0523 11 16.5 11.4477 16.5 12V15C16.5 15.5523 16.0523 16 15.5 16C14.9477 16 14.5 15.5523 14.5 15V12C14.5 11.4477 14.9477 11 15.5 11Z" fill="${this.fill}"/><path d="M15.5 19C16.0523 19 16.5 18.5523 16.5 18C16.5 17.4477 16.0523 17 15.5 17C14.9477 17 14.4999 17.4477 14.4999 18C14.4999 18.5523 14.9477 19 15.5 19Z" fill="${this.fill}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 19.75H9.56522C10.8932 21.4254 12.9461 22.5 15.25 22.5C19.2541 22.5 22.5 19.2541 22.5 15.25C22.5 12.9461 21.4254 10.8932 19.75 9.56522V4C19.7474 3.53668 19.5622 3.09309 19.2345 2.76546C18.9069 2.43784 18.4633 2.25263 18 2.25H4C3.53668 2.25263 3.09309 2.43784 2.76546 2.76546C2.43784 3.09309 2.25263 3.53668 2.25 4V18C2.25263 18.4633 2.43784 18.9069 2.76546 19.2345C3.09309 19.5622 3.53668 19.7474 4 19.75ZM4 18.25H8.64786C8.23178 17.3358 8 16.32 8 15.25C8 11.2459 11.2459 8 15.25 8C16.3206 8 17.3371 8.23208 18.2518 8.64867C18.2508 7.58699 18.25 6.14366 18.25 4C18.25 3.9337 18.2237 3.87011 18.1768 3.82322C18.1299 3.77634 18.0663 3.75 18 3.75H12.9977V5C12.9977 5.5 12.5 6 12 6C11.677 5.99817 11.0752 5.99889 10.571 5.9995C10.352 5.99976 10.1514 6 10 6C9.5 6 9.00262 5.46332 9 5V3.75H4C3.9337 3.75 3.87011 3.77634 3.82322 3.82322C3.77634 3.87011 3.75 3.9337 3.75 4V18C3.75 18.0663 3.77634 18.1299 3.82322 18.1768C3.87011 18.2237 3.9337 18.25 4 18.25ZM15.25 21C18.4256 21 21 18.4256 21 15.25C21 12.0744 18.4256 9.5 15.25 9.5C12.0744 9.5 9.5 12.0744 9.5 15.25C9.5 18.4256 12.0744 21 15.25 21Z" fill="${this.fill}"/></svg>`}};t.tag="scandit-low-stock-icon";var e=t;e.register();export{e as LowStockSvgIcon};
@@ -1 +1 @@
1
- import {a}from'../../../chunks/chunk-5JAPQHXF.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path d="M12.2881 21.1436C12.8965 21.1436 13.3066 20.7334 13.3066 20.1113V12.1406C13.3066 11.4297 12.8691 10.9854 12.1377 10.9854C11.7139 10.9854 11.3857 11.0469 10.9072 11.375L8.95215 12.7285C8.63086 12.9541 8.50781 13.1865 8.50781 13.501C8.50781 13.9385 8.81543 14.2393 9.23242 14.2393C9.44434 14.2393 9.58789 14.1914 9.7793 14.0547L11.2217 13.0498H11.2627V20.1113C11.2627 20.7334 11.6797 21.1436 12.2881 21.1436ZM16.9023 20.3164C17.2441 20.3164 17.4014 20.1865 17.6816 19.9131L19.3633 18.2451L21.0381 19.9062C21.3184 20.1865 21.4824 20.3164 21.8174 20.3164C22.2617 20.3164 22.6377 19.9746 22.6377 19.5234C22.6377 19.2158 22.4873 19.0176 22.2549 18.7852L20.5254 17.0488L22.2549 15.3057C22.4873 15.0732 22.6377 14.875 22.6377 14.5674C22.6377 14.1162 22.2617 13.7744 21.8174 13.7744C21.4824 13.7744 21.3184 13.9043 21.0381 14.1846L19.3633 15.8457L17.6885 14.1846C17.4082 13.9043 17.251 13.7744 16.9092 13.7744C16.4648 13.7744 16.0889 14.1162 16.0889 14.5674C16.0889 14.8818 16.2393 15.0732 16.4717 15.3057L18.1943 17.0488L16.4717 18.7852C16.2324 19.0244 16.0889 19.2158 16.0889 19.5234C16.0889 19.9814 16.458 20.3164 16.9023 20.3164Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-onex-icon";var s=e;export{s as OnexSvgIcon};
1
+ import {a}from'../../../chunks/chunk-UBDDFAOX.js';import {a as a$2}from'../../../chunks/chunk-UWBNF47P.js';import {a as a$1}from'../../../chunks/chunk-3A4KLILV.js';var e=class e extends a{static create(){return document.createElement(e.tag)}static register(){a$1({[e.tag]:e});}render(){return a$2`<style>${e.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><path d="M12.2881 21.1436C12.8965 21.1436 13.3066 20.7334 13.3066 20.1113V12.1406C13.3066 11.4297 12.8691 10.9854 12.1377 10.9854C11.7139 10.9854 11.3857 11.0469 10.9072 11.375L8.95215 12.7285C8.63086 12.9541 8.50781 13.1865 8.50781 13.501C8.50781 13.9385 8.81543 14.2393 9.23242 14.2393C9.44434 14.2393 9.58789 14.1914 9.7793 14.0547L11.2217 13.0498H11.2627V20.1113C11.2627 20.7334 11.6797 21.1436 12.2881 21.1436ZM16.9023 20.3164C17.2441 20.3164 17.4014 20.1865 17.6816 19.9131L19.3633 18.2451L21.0381 19.9062C21.3184 20.1865 21.4824 20.3164 21.8174 20.3164C22.2617 20.3164 22.6377 19.9746 22.6377 19.5234C22.6377 19.2158 22.4873 19.0176 22.2549 18.7852L20.5254 17.0488L22.2549 15.3057C22.4873 15.0732 22.6377 14.875 22.6377 14.5674C22.6377 14.1162 22.2617 13.7744 21.8174 13.7744C21.4824 13.7744 21.3184 13.9043 21.0381 14.1846L19.3633 15.8457L17.6885 14.1846C17.4082 13.9043 17.251 13.7744 16.9092 13.7744C16.4648 13.7744 16.0889 14.1162 16.0889 14.5674C16.0889 14.8818 16.2393 15.0732 16.4717 15.3057L18.1943 17.0488L16.4717 18.7852C16.2324 19.0244 16.0889 19.2158 16.0889 19.5234C16.0889 19.9814 16.458 20.3164 16.9023 20.3164Z" fill="${this.fill}"/></svg>`}};e.tag="scandit-onex-icon";var s=e;export{s as OnexSvgIcon};