@customviews-js/customviews 1.6.1-beta.0 → 1.7.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 (151) hide show
  1. package/README.md +1 -1
  2. package/dist/custom-views.js +2113 -1697
  3. package/dist/custom-views.js.map +1 -1
  4. package/dist/custom-views.min.js +2 -2
  5. package/dist/custom-views.min.js.map +1 -1
  6. package/dist/types/{browser.d.ts → src/browser.d.ts} +1 -1
  7. package/dist/types/src/browser.d.ts.map +1 -0
  8. package/dist/types/{core → src/lib}/assets.d.ts +1 -1
  9. package/dist/types/src/lib/assets.d.ts.map +1 -0
  10. package/dist/types/{core → src/lib}/controller.svelte.d.ts +4 -4
  11. package/dist/types/src/lib/controller.svelte.d.ts.map +1 -0
  12. package/dist/types/src/lib/exclusion-defaults.d.ts +4 -0
  13. package/dist/types/src/lib/exclusion-defaults.d.ts.map +1 -0
  14. package/dist/types/src/lib/features/focus/focus-logic.d.ts +31 -0
  15. package/dist/types/src/lib/features/focus/focus-logic.d.ts.map +1 -0
  16. package/dist/types/{core → src/lib/features/focus}/services/focus-service.svelte.d.ts +4 -5
  17. package/dist/types/src/lib/features/focus/services/focus-service.svelte.d.ts.map +1 -0
  18. package/dist/types/src/lib/features/focus/stores/focus-store.svelte.d.ts.map +1 -0
  19. package/dist/types/src/lib/features/highlight/highlight-logic.d.ts +29 -0
  20. package/dist/types/src/lib/features/highlight/highlight-logic.d.ts.map +1 -0
  21. package/dist/types/{core → src/lib/features/highlight}/services/highlight-service.svelte.d.ts +0 -1
  22. package/dist/types/src/lib/features/highlight/services/highlight-service.svelte.d.ts.map +1 -0
  23. package/dist/types/src/lib/features/highlight/services/highlight-types.d.ts.map +1 -0
  24. package/dist/types/src/lib/features/placeholder/placeholder-binder.d.ts.map +1 -0
  25. package/dist/types/src/lib/features/placeholder/stores/placeholder-registry-store.svelte.d.ts.map +1 -0
  26. package/dist/types/{core → src/lib/features/placeholder}/stores/placeholder-value-store.svelte.d.ts +1 -1
  27. package/dist/types/src/lib/features/placeholder/stores/placeholder-value-store.svelte.d.ts.map +1 -0
  28. package/dist/types/{core/services → src/lib/features/settings}/intro-manager.svelte.d.ts +2 -2
  29. package/dist/types/src/lib/features/settings/intro-manager.svelte.d.ts.map +1 -0
  30. package/dist/types/src/lib/features/share/share-logic.d.ts +36 -0
  31. package/dist/types/src/lib/features/share/share-logic.d.ts.map +1 -0
  32. package/dist/types/src/lib/features/share/stores/share-store.svelte.d.ts +24 -0
  33. package/dist/types/src/lib/features/share/stores/share-store.svelte.d.ts.map +1 -0
  34. package/dist/types/{core/state → src/lib/features/url}/url-action-handler.d.ts +1 -1
  35. package/dist/types/src/lib/features/url/url-action-handler.d.ts.map +1 -0
  36. package/dist/types/{core/services → src/lib/features/url}/url-action-router.svelte.d.ts +1 -1
  37. package/dist/types/src/lib/features/url/url-action-router.svelte.d.ts.map +1 -0
  38. package/dist/types/{core/state → src/lib/features/url}/url-state-manager.d.ts +1 -1
  39. package/dist/types/src/lib/features/url/url-state-manager.d.ts.map +1 -0
  40. package/dist/types/src/lib/registry.d.ts +8 -0
  41. package/dist/types/src/lib/registry.d.ts.map +1 -0
  42. package/dist/types/{core → src/lib}/render.d.ts +1 -1
  43. package/dist/types/src/lib/render.d.ts.map +1 -0
  44. package/dist/types/{core → src/lib}/state/persistence.d.ts +1 -1
  45. package/dist/types/src/lib/state/persistence.d.ts.map +1 -0
  46. package/dist/types/{core → src/lib}/stores/main-store.svelte.d.ts +5 -5
  47. package/dist/types/src/lib/stores/main-store.svelte.d.ts.map +1 -0
  48. package/dist/types/{core → src/lib}/stores/theme-store.svelte.d.ts +1 -1
  49. package/dist/types/src/lib/stores/theme-store.svelte.d.ts.map +1 -0
  50. package/dist/types/src/lib/stores/toast-store.svelte.d.ts.map +1 -0
  51. package/dist/types/src/lib/types/assets.d.ts.map +1 -0
  52. package/dist/types/{types → src/lib/types}/config.d.ts +1 -1
  53. package/dist/types/src/lib/types/config.d.ts.map +1 -0
  54. package/dist/types/{types → src/lib/types}/index.d.ts +0 -1
  55. package/dist/types/src/lib/types/index.d.ts.map +1 -0
  56. package/dist/types/src/lib/types/section.d.ts.map +1 -0
  57. package/dist/types/src/lib/types/state.d.ts.map +1 -0
  58. package/dist/types/{core → src/lib}/ui-manager.d.ts +2 -2
  59. package/dist/types/src/lib/ui-manager.d.ts.map +1 -0
  60. package/dist/types/src/lib/utils/clipboard-utils.d.ts.map +1 -0
  61. package/dist/types/src/lib/utils/dom-element-locator.d.ts.map +1 -0
  62. package/dist/types/src/lib/utils/icons.d.ts.map +1 -0
  63. package/dist/types/{utils → src/lib/utils}/init-utils.d.ts +1 -1
  64. package/dist/types/src/lib/utils/init-utils.d.ts.map +1 -0
  65. package/dist/types/src/lib/utils/scroll-utils.d.ts.map +1 -0
  66. package/dist/types/src/lib/utils/url-utils.d.ts.map +1 -0
  67. package/dist/types/tests/functional/fingerprint-compatibility.test.d.ts +2 -0
  68. package/dist/types/tests/functional/fingerprint-compatibility.test.d.ts.map +1 -0
  69. package/dist/types/tests/lib/dom-element-locator.test.d.ts +2 -0
  70. package/dist/types/tests/lib/dom-element-locator.test.d.ts.map +1 -0
  71. package/dist/types/tests/lib/features/focus/focus-logic.test.d.ts +2 -0
  72. package/dist/types/tests/lib/features/focus/focus-logic.test.d.ts.map +1 -0
  73. package/dist/types/tests/lib/features/focus/focus-store.test.d.ts +2 -0
  74. package/dist/types/tests/lib/features/focus/focus-store.test.d.ts.map +1 -0
  75. package/dist/types/tests/lib/features/highlight/highlight-logic.test.d.ts +2 -0
  76. package/dist/types/tests/lib/features/highlight/highlight-logic.test.d.ts.map +1 -0
  77. package/dist/types/tests/lib/features/settings/intro-manager.test.d.ts +2 -0
  78. package/dist/types/tests/lib/features/settings/intro-manager.test.d.ts.map +1 -0
  79. package/dist/types/tests/lib/features/share/share-logic.test.d.ts +2 -0
  80. package/dist/types/tests/lib/features/share/share-logic.test.d.ts.map +1 -0
  81. package/dist/types/tests/lib/features/share/share-store.test.d.ts +2 -0
  82. package/dist/types/tests/lib/features/share/share-store.test.d.ts.map +1 -0
  83. package/dist/types/tests/lib/main-store.test.d.ts +2 -0
  84. package/dist/types/tests/lib/main-store.test.d.ts.map +1 -0
  85. package/dist/types/tests/lib/persistence.test.d.ts +2 -0
  86. package/dist/types/tests/lib/persistence.test.d.ts.map +1 -0
  87. package/dist/types/tests/lib/placeholder-binder.test.d.ts +2 -0
  88. package/dist/types/tests/lib/placeholder-binder.test.d.ts.map +1 -0
  89. package/dist/types/tests/lib/services/url-action-router.test.d.ts +2 -0
  90. package/dist/types/tests/lib/services/url-action-router.test.d.ts.map +1 -0
  91. package/dist/types/tests/lib/stores/toast-store.test.d.ts +2 -0
  92. package/dist/types/tests/lib/stores/toast-store.test.d.ts.map +1 -0
  93. package/dist/types/tests/lib/url-state-manager.test.d.ts +2 -0
  94. package/dist/types/tests/lib/url-state-manager.test.d.ts.map +1 -0
  95. package/dist/types/tests/lib/utils/url-utils.test.d.ts +2 -0
  96. package/dist/types/tests/lib/utils/url-utils.test.d.ts.map +1 -0
  97. package/dist/types/tests/url-action-handler.test.d.ts +2 -0
  98. package/dist/types/tests/url-action-handler.test.d.ts.map +1 -0
  99. package/package.json +17 -1
  100. package/dist/types/browser.d.ts.map +0 -1
  101. package/dist/types/core/assets.d.ts.map +0 -1
  102. package/dist/types/core/constants.d.ts +0 -3
  103. package/dist/types/core/constants.d.ts.map +0 -1
  104. package/dist/types/core/controller.svelte.d.ts.map +0 -1
  105. package/dist/types/core/render.d.ts.map +0 -1
  106. package/dist/types/core/services/focus-service.svelte.d.ts.map +0 -1
  107. package/dist/types/core/services/highlight-service.svelte.d.ts.map +0 -1
  108. package/dist/types/core/services/highlight-types.d.ts.map +0 -1
  109. package/dist/types/core/services/intro-manager.svelte.d.ts.map +0 -1
  110. package/dist/types/core/services/placeholder-binder.d.ts.map +0 -1
  111. package/dist/types/core/services/url-action-router.svelte.d.ts.map +0 -1
  112. package/dist/types/core/state/persistence.d.ts.map +0 -1
  113. package/dist/types/core/state/url-action-handler.d.ts.map +0 -1
  114. package/dist/types/core/state/url-state-manager.d.ts.map +0 -1
  115. package/dist/types/core/stores/focus-store.svelte.d.ts.map +0 -1
  116. package/dist/types/core/stores/main-store.svelte.d.ts.map +0 -1
  117. package/dist/types/core/stores/placeholder-registry-store.svelte.d.ts.map +0 -1
  118. package/dist/types/core/stores/placeholder-value-store.svelte.d.ts.map +0 -1
  119. package/dist/types/core/stores/share-store.svelte.d.ts +0 -35
  120. package/dist/types/core/stores/share-store.svelte.d.ts.map +0 -1
  121. package/dist/types/core/stores/theme-store.svelte.d.ts.map +0 -1
  122. package/dist/types/core/stores/toast-store.svelte.d.ts.map +0 -1
  123. package/dist/types/core/ui-manager.d.ts.map +0 -1
  124. package/dist/types/core/utils/dom-element-locator.d.ts.map +0 -1
  125. package/dist/types/registry.d.ts +0 -8
  126. package/dist/types/registry.d.ts.map +0 -1
  127. package/dist/types/types/assets.d.ts.map +0 -1
  128. package/dist/types/types/config.d.ts.map +0 -1
  129. package/dist/types/types/elements.d.ts +0 -12
  130. package/dist/types/types/elements.d.ts.map +0 -1
  131. package/dist/types/types/index.d.ts.map +0 -1
  132. package/dist/types/types/section.d.ts.map +0 -1
  133. package/dist/types/types/state.d.ts.map +0 -1
  134. package/dist/types/utils/clipboard-utils.d.ts.map +0 -1
  135. package/dist/types/utils/icons.d.ts.map +0 -1
  136. package/dist/types/utils/init-utils.d.ts.map +0 -1
  137. package/dist/types/utils/scroll-utils.d.ts.map +0 -1
  138. package/dist/types/utils/url-utils.d.ts.map +0 -1
  139. /package/dist/types/{core → src/lib/features/focus}/stores/focus-store.svelte.d.ts +0 -0
  140. /package/dist/types/{core → src/lib/features/highlight}/services/highlight-types.d.ts +0 -0
  141. /package/dist/types/{core/services → src/lib/features/placeholder}/placeholder-binder.d.ts +0 -0
  142. /package/dist/types/{core → src/lib/features/placeholder}/stores/placeholder-registry-store.svelte.d.ts +0 -0
  143. /package/dist/types/{core → src/lib}/stores/toast-store.svelte.d.ts +0 -0
  144. /package/dist/types/{types → src/lib/types}/assets.d.ts +0 -0
  145. /package/dist/types/{types → src/lib/types}/section.d.ts +0 -0
  146. /package/dist/types/{types → src/lib/types}/state.d.ts +0 -0
  147. /package/dist/types/{utils → src/lib/utils}/clipboard-utils.d.ts +0 -0
  148. /package/dist/types/{core → src/lib}/utils/dom-element-locator.d.ts +0 -0
  149. /package/dist/types/{utils → src/lib/utils}/icons.d.ts +0 -0
  150. /package/dist/types/{utils → src/lib/utils}/scroll-utils.d.ts +0 -0
  151. /package/dist/types/{utils → src/lib/utils}/url-utils.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import './registry';
1
+ import '$lib/registry';
2
2
  /**
3
3
  * Initialize CustomViews from script tag attributes and config file
4
4
  * This runs automatically when the script is loaded.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/browser.ts"],"names":[],"mappings":"AAMA,OAAO,eAAe,CAAC;AAKvB;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CA6D3C"}
@@ -1,4 +1,4 @@
1
- import type { CustomViewAsset } from "../types/index";
1
+ import type { CustomViewAsset } from '$lib/types/index';
2
2
  export declare class AssetsManager {
3
3
  assets: Record<string, CustomViewAsset>;
4
4
  private baseURL;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../src/lib/assets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,qBAAa,aAAa;IACxB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IACxC,OAAO,CAAC,OAAO,CAAS;gBAEZ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,EAAE,OAAO,GAAE,MAAW;IASzE,QAAQ,IAAI,OAAO;IAInB,GAAG,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAgBjD,OAAO,CAAC,cAAc;IAatB,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC;IAIlD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC;CAGvE"}
@@ -1,7 +1,7 @@
1
- import type { Config } from "../types/index";
2
- import type { AssetsManager } from "./assets";
3
- import { PersistenceManager } from "./state/persistence";
4
- import { DataStore } from "./stores/main-store.svelte";
1
+ import type { Config } from '$lib/types/index';
2
+ import type { AssetsManager } from './assets';
3
+ import { PersistenceManager } from './state/persistence';
4
+ import { DataStore } from './stores/main-store.svelte';
5
5
  export interface ControllerOptions {
6
6
  assetsManager: AssetsManager;
7
7
  config: Config;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/controller.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAIzD,OAAO,EAAE,SAAS,EAAa,MAAM,4BAA4B,CAAC;AAIlE,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED;;;;GAIG;AACH,qBAAa,qBAAqB;IAChC;;OAEG;IACI,KAAK,EAAE,SAAS,CAAC;IAExB,OAAO,CAAC,MAAM,CAAc;IACrB,kBAAkB,EAAE,kBAAkB,CAAC;IAC9C,OAAO,CAAC,YAAY,CAAe;IAEnC,OAAO,CAAC,cAAc,CAAU;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAmB;IACpC,OAAO,CAAC,iBAAiB,CAAC,CAAa;IACvC,OAAO,CAAC,eAAe,CAAC,CAAa;gBAEzB,GAAG,EAAE,iBAAiB;IAoBlC,OAAO,CAAC,mBAAmB;IAgB3B;;;;;OAKG;IACI,IAAI;IAkDX;;;OAGG;IACH,OAAO,CAAC,aAAa;IAYrB;;OAEG;IACH,OAAO,CAAC,qBAAqB;IA6BtB,cAAc;IAOd,OAAO;CAUf"}
@@ -0,0 +1,4 @@
1
+ export declare const DEFAULT_EXCLUDED_TAGS: string[];
2
+ export declare const DEFAULT_EXCLUDED_IDS: string[];
3
+ export declare const CV_SHARE_IGNORE_ATTRIBUTE = "data-cv-share-ignore";
4
+ //# sourceMappingURL=exclusion-defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exclusion-defaults.d.ts","sourceRoot":"","sources":["../../../../src/lib/exclusion-defaults.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,UAAiD,CAAC;AACpF,eAAO,MAAM,oBAAoB,EAAE,MAAM,EAAO,CAAC;AACjD,eAAO,MAAM,yBAAyB,yBAAyB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { SvelteSet } from 'svelte/reactivity';
2
+ /**
3
+ * Determines which siblings of the target path elements should be hidden.
4
+ *
5
+ * @param targets The list of elements that are focused (and their ancestors up to root).
6
+ * @param root The root element where focus mode applies (usually document.body or a main wrapper).
7
+ * @param isExcluded Callback to determine if an element should be excluded from hiding (e.g. fixed position elements, overlays).
8
+ */
9
+ export declare function determineHiddenElements(targets: HTMLElement[], root: HTMLElement, isExcluded: (el: HTMLElement) => boolean): SvelteSet<HTMLElement>;
10
+ export interface ExclusionOptions {
11
+ hiddenElements: Set<HTMLElement>;
12
+ excludedTags: Set<string>;
13
+ excludedIds: Set<string>;
14
+ }
15
+ /**
16
+ * Checks if an element should be excluded from hiding logic.
17
+ *
18
+ * TODO: Check how to commonize this between focus and share
19
+ */
20
+ export declare function isElementExcluded(el: HTMLElement, options: ExclusionOptions): boolean;
21
+ export interface DividerGroup {
22
+ insertBefore: HTMLElement | null;
23
+ startNode: HTMLElement;
24
+ count: number;
25
+ }
26
+ /**
27
+ * Scans a list of children and groups consecutive hidden elements.
28
+ * Returns a list of groups where dividers should be inserted.
29
+ */
30
+ export declare function calculateDividerGroups(children: HTMLElement[], isHidden: (el: HTMLElement) => boolean): DividerGroup[];
31
+ //# sourceMappingURL=focus-logic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-logic.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/focus/focus-logic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAG9C;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,WAAW,EAAE,EACtB,IAAI,EAAE,WAAW,EACjB,UAAU,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,GACvC,SAAS,CAAC,WAAW,CAAC,CAwDxB;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;IACjC,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC1B;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAiBrF;AAED,MAAM,WAAW,YAAY;IAC3B,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,WAAW,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,WAAW,EAAE,EACvB,QAAQ,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,GACrC,YAAY,EAAE,CAkChB"}
@@ -1,4 +1,4 @@
1
- import { type ShareExclusions } from '../../types/config';
1
+ import { type ShareExclusions } from '$lib/types/config';
2
2
  export interface FocusServiceOptions {
3
3
  shareExclusions?: ShareExclusions;
4
4
  }
@@ -20,16 +20,15 @@ export declare class FocusService {
20
20
  * Applies focus mode to the specified descriptors.
21
21
  * @param encodedDescriptors - The encoded descriptors to apply.
22
22
  */
23
- applyFocusMode(encodedDescriptors: string): void;
23
+ applyShowMode(encodedDescriptors: string): void;
24
24
  applyHideMode(encodedDescriptors: string): void;
25
25
  applyHighlightMode(encodedDescriptors: string): void;
26
26
  private renderHiddenView;
27
- private renderFocusedView;
28
- private hideElement;
27
+ private renderShowView;
29
28
  private insertDividersForContainer;
30
29
  private createDivider;
31
30
  private expandContext;
32
- exitFocusMode(updateUrl?: boolean): void;
31
+ exitShowMode(updateUrl?: boolean): void;
33
32
  destroy(): void;
34
33
  }
35
34
  //# sourceMappingURL=focus-service.svelte.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-service.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/focus/services/focus-service.svelte.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,qBAAa,YAAY;IAWrB,OAAO,CAAC,MAAM;IAVhB,OAAO,CAAC,cAAc,CAAgC;IACtD,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,WAAW,CAAc;IAEjC,OAAO,CAAC,WAAW,CAAa;IAChC,OAAO,CAAC,GAAG,CAAuC;IAClD,OAAO,CAAC,gBAAgB,CAAmB;gBAGjC,MAAM,EAAE,WAAW,EAC3B,OAAO,EAAE,mBAAmB;IAkE9B;;OAEG;IACH,OAAO,CAAC,cAAc,CAEpB;IAEF;;;OAGG;IACI,aAAa,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI;IAwC/C,aAAa,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI;IAoC/C,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI;IAU3D,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,cAAc;IA0CtB,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,aAAa;IAkBrB,OAAO,CAAC,aAAa;IAwBd,YAAY,CAAC,SAAS,UAAO,GAAG,IAAI;IAoCpC,OAAO;CAKf"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/focus/stores/focus-store.svelte.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;IACrB,QAAQ,UAAiB;IAEzB;;OAEG;IACH,WAAW,CAAC,QAAQ,EAAE,OAAO;IAI7B;;;OAGG;IACH,IAAI;CAGL;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { SvelteMap } from 'svelte/reactivity';
2
+ import { type RectData } from './services/highlight-types';
3
+ /**
4
+ * Groups elements by their parent.
5
+ * Returns a Map where keys are parent elements and values are lists of child elements.
6
+ */
7
+ export declare function groupSiblings(elements: HTMLElement[]): SvelteMap<HTMLElement, HTMLElement[]>;
8
+ /**
9
+ * Interface representing basic rectangle properties needed for calculation.
10
+ */
11
+ export interface SimpleRect {
12
+ top: number;
13
+ left: number;
14
+ width: number;
15
+ height: number;
16
+ }
17
+ /**
18
+ * Calculates merged rectangles for highlighting from groups of sibling elements.
19
+ *
20
+ * @param groups Map of parent elements to their child elements that need highlighting.
21
+ * @param getRect Callback to retrieve the bounding client rect of an element.
22
+ * Abstracted to allow testing without real DOM/layout.
23
+ * @param getScroll Callback to retrieve current scroll position {scrollTop, scrollLeft}.
24
+ */
25
+ export declare function calculateMergedRects(groups: SvelteMap<HTMLElement, HTMLElement[]>, getRect: (el: HTMLElement) => SimpleRect, getScroll: () => {
26
+ scrollTop: number;
27
+ scrollLeft: number;
28
+ }): RectData[];
29
+ //# sourceMappingURL=highlight-logic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlight-logic.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/highlight/highlight-logic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAa,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAE3D;;;GAGG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,WAAW,EAAE,WAAW,EAAE,CAAC,CAY5F;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,SAAS,CAAC,WAAW,EAAE,WAAW,EAAE,CAAC,EAC7C,OAAO,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,UAAU,EACxC,SAAS,EAAE,MAAM;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,GACzD,QAAQ,EAAE,CAwCZ"}
@@ -16,6 +16,5 @@ export declare class HighlightService {
16
16
  exit(): void;
17
17
  private renderHighlightOverlay;
18
18
  private updatePositions;
19
- private addMergedRect;
20
19
  }
21
20
  //# sourceMappingURL=highlight-service.svelte.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlight-service.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/highlight/services/highlight-service.svelte.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,eAAe,iBAAiB,CAAC;AAE9C,eAAO,MAAM,oBAAoB,sBAAsB,CAAC;AAGxD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,qBAAa,cAAc;IACzB,KAAK,aAA0B;CAChC;AAED,qBAAa,gBAAgB;IAOf,OAAO,CAAC,MAAM;IAN1B,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,KAAK,CAAwB;IACrC,OAAO,CAAC,cAAc,CAAiB;IACvC,OAAO,CAAC,aAAa,CAAqB;IAC1C,OAAO,CAAC,cAAc,CAAgC;gBAElC,MAAM,EAAE,WAAW;IAMhC,KAAK,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI;IAgDvC,IAAI,IAAI,IAAI;IAgBnB,OAAO,CAAC,sBAAsB;IAwB9B,OAAO,CAAC,eAAe;CAmBxB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlight-types.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/highlight/services/highlight-types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,QAAQ,GAAG;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,WAAW,CAAC;CACtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"placeholder-binder.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/placeholder/placeholder-binder.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,eAAO,MAAM,SAAS,QAA0D,CAAC;AAOjF,qBAAa,iBAAiB;IAC5B;;;OAGG;IACH,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,WAAW;IAKvC;;;;OAIG;IACH,MAAM,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAQ/C,OAAO,CAAC,MAAM,CAAC,aAAa;IA4B5B,OAAO,CAAC,MAAM,CAAC,qBAAqB;IAUpC,OAAO,CAAC,MAAM,CAAC,eAAe;IAiD9B,OAAO,CAAC,MAAM,CAAC,wBAAwB;IA2CvC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAqBtC;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAC,SAAS;IAMxB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,aAAa;IAI5B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY;IAqB3B;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,MAAM,CAAC,iBAAiB;CAsBjC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"placeholder-registry-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/placeholder/stores/placeholder-registry-store.svelte.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,kBAAkB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACzC,kFAAkF;IAClF,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,+EAA+E;IAC/E,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;IAC3C,uFAAuF;IACvF,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACtC;AAED,qBAAa,wBAAwB;IAEnC,OAAO,CAAC,YAAY,CAAkD;IAGtE,IAAI,WAAW,IAAI,qBAAqB,EAAE,CAEzC;IAED,QAAQ,CAAC,GAAG,EAAE,qBAAqB;IAQnC,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,qBAAqB,GAAG,SAAS;IAIpD,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAI1B,OAAO,CAAC,cAAc;IAOtB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,UAAU;CASnB;AAED,eAAO,MAAM,wBAAwB,0BAAiC,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { PersistenceManager } from "../state/persistence";
1
+ import type { PersistenceManager } from '$lib/state/persistence';
2
2
  export declare class PlaceholderValueStore {
3
3
  values: Record<string, string>;
4
4
  private persistence?;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"placeholder-value-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/placeholder/stores/placeholder-value-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAIjE,qBAAa,qBAAqB;IAChC,MAAM,yBAAsC;IAC5C,OAAO,CAAC,WAAW,CAAC,CAAqB;;IAMlC,IAAI,CAAC,WAAW,EAAE,kBAAkB;IAK3C,OAAO,CAAC,0BAA0B;IAalC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAI1C,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAKxB,YAAY;CAIpB;AAED,eAAO,MAAM,qBAAqB,uBAA8B,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { PersistenceManager } from '../state/persistence';
2
- import type { UIManagerOptions } from '../ui-manager';
1
+ import type { PersistenceManager } from '../../state/persistence';
2
+ import type { UIManagerOptions } from '../../ui-manager';
3
3
  /**
4
4
  * IntroManager
5
5
  *
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intro-manager.svelte.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/settings/intro-manager.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIzD;;;;;;;;GAQG;AACH,qBAAa,YAAY;IAEvB,WAAW,UAAiB;IAC5B,SAAS,UAAiB;IAE1B,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,UAAU,CAAoC;IACtD,OAAO,CAAC,UAAU,CAAS;gBAGzB,WAAW,EAAE,kBAAkB,GAAG,CAAC,MAAM,kBAAkB,CAAC,EAC5D,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,gBAAgB,CAAC,SAAS,CAAC,CAAC;IAY5E;;;OAGG;IACI,IAAI,CAAC,eAAe,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO;IAU9D,OAAO,CAAC,YAAY;IASb,OAAO;CAKf"}
@@ -0,0 +1,36 @@
1
+ import { SvelteSet } from 'svelte/reactivity';
2
+ export declare const CV_CUSTOM_ELEMENTS = "cv-tabgroup, cv-toggle";
3
+ export declare const SHAREABLE_SELECTOR: string;
4
+ export declare const SELECTED_CLASS = "cv-share-selected";
5
+ export declare const HIGHLIGHT_TARGET_CLASS = "cv-highlight-target";
6
+ export declare const HIDE_SELECTED_CLASS = "cv-share-selected-hide";
7
+ export declare const HIDE_HIGHLIGHT_TARGET_CLASS = "cv-highlight-target-hide";
8
+ export declare const HIGHLIGHT_SELECTED_CLASS = "cv-share-selected-highlight";
9
+ export declare const HIGHLIGHT_TARGET_MODE_CLASS = "cv-highlight-target-mode";
10
+ export declare const GENERIC_WRAPPER_IDS: string[];
11
+ /**
12
+ * Determines if an element is a generic div wrapper (like a div used for layout)
13
+ * that should effectively be "ignored" or treated transparently during selection.
14
+ */
15
+ export declare function isGenericWrapper(el: HTMLElement): boolean;
16
+ /**
17
+ * Calculates the new set of selected elements based on the current selection
18
+ * and the new element to toggle/select.
19
+ *
20
+ * Implements the logic:
21
+ * 1. If an ancestor is already selected, ignore the new selection (Scenario B).
22
+ * 2. If children of the new selection are already selected, remove them (Scenario A) and add the new one.
23
+ * 3. Otherwise, just add the new one.
24
+ */
25
+ export declare function calculateNewSelection(currentSelection: SvelteSet<HTMLElement>, newElement: HTMLElement): {
26
+ updatedSelection: SvelteSet<HTMLElement>;
27
+ changesMade: boolean;
28
+ };
29
+ /**
30
+ * Checks if an element or any of its ancestors should be excluded from sharing.
31
+ * @param element The element to check
32
+ * @param excludedTags Set of tag names to exclude
33
+ * @param excludedIds Set of IDs to exclude
34
+ */
35
+ export declare function isExcluded(element: HTMLElement | null, excludedTags?: Set<string>, excludedIds?: Set<string>): boolean;
36
+ //# sourceMappingURL=share-logic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-logic.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/share/share-logic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,eAAO,MAAM,kBAAkB,2BAA2B,CAAC;AAE3D,eAAO,MAAM,kBAAkB,QACgE,CAAC;AAEhG,eAAO,MAAM,cAAc,sBAAsB,CAAC;AAClD,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAC5D,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAC5D,eAAO,MAAM,2BAA2B,6BAA6B,CAAC;AACtE,eAAO,MAAM,wBAAwB,gCAAgC,CAAC;AACtE,eAAO,MAAM,2BAA2B,6BAA6B,CAAC;AAGtE,eAAO,MAAM,mBAAmB,UAA0C,CAAC;AAE3E;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,WAAW,GAAG,OAAO,CAiBzD;AAED;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACnC,gBAAgB,EAAE,SAAS,CAAC,WAAW,CAAC,EACxC,UAAU,EAAE,WAAW,GACtB;IAAE,gBAAgB,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAAE,CA2CpE;AAID;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,OAAO,EAAE,WAAW,GAAG,IAAI,EAC3B,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,EAC1B,WAAW,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,GACxB,OAAO,CAuBT"}
@@ -0,0 +1,24 @@
1
+ import { SvelteSet } from 'svelte/reactivity';
2
+ export type SelectionMode = 'show' | 'hide' | 'highlight';
3
+ export declare class ShareStore {
4
+ isActive: boolean;
5
+ selectionMode: SelectionMode;
6
+ selectedElements: SvelteSet<HTMLElement>;
7
+ currentHoverTarget: HTMLElement | null;
8
+ shareCount: number;
9
+ toggleActive(active?: boolean): void;
10
+ setSelectionMode(mode: SelectionMode): void;
11
+ updateBodyClass(): void;
12
+ setHoverTarget(target: HTMLElement | null): void;
13
+ toggleElementSelection(el: HTMLElement): void;
14
+ toggleMultipleElements(elements: HTMLElement[]): void;
15
+ clearAllSelections(): void;
16
+ private _addHighlightClass;
17
+ private _removeHighlightClass;
18
+ private _addSelectionClass;
19
+ private _removeSelectionClass;
20
+ generateLink(): void;
21
+ previewLink(): void;
22
+ }
23
+ export declare const shareStore: ShareStore;
24
+ //# sourceMappingURL=share-store.svelte.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/features/share/stores/share-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAa9C,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAE1D,qBAAa,UAAU;IACrB,QAAQ,UAAiB;IACzB,aAAa,gBAAiC;IAC9C,gBAAgB,yBAAgE;IAChF,kBAAkB,qBAAoC;IAEtD,UAAU,SAAwC;IAElD,YAAY,CAAC,MAAM,CAAC,EAAE,OAAO;IAuB7B,gBAAgB,CAAC,IAAI,EAAE,aAAa;IAgBpC,eAAe;IASf,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAczC,sBAAsB,CAAC,EAAE,EAAE,WAAW;IAwBtC,sBAAsB,CAAC,QAAQ,EAAE,WAAW,EAAE;IAO9C,kBAAkB;IAKlB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,qBAAqB;IAQ7B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,qBAAqB;IAI7B,YAAY;IA4CZ,WAAW;CA2BZ;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { SelectionMode } from '../stores/share-store.svelte';
1
+ import type { SelectionMode } from '$features/share/stores/share-store.svelte';
2
2
  export type UrlActionType = 'OPEN_MODAL' | 'START_SHARE';
3
3
  export interface UrlAction {
4
4
  type: UrlActionType;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url-action-handler.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/url/url-action-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE/E,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,aAAa,CAAC;AAEzD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,OAAO,GAAG,MAAM,CAAC;CACjC;AAkHD,qBAAa,gBAAgB;IAE3B,OAAO,CAAC,MAAM,CAAC,KAAK,CAIlB;IAEF;;;OAGG;IACH,MAAM,CAAC,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC,GAAG,SAAS,GAAG,IAAI;IAQlF;;;OAGG;IACH,MAAM,CAAC,aAAa,CAClB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC,EACpD,MAAM,EAAE,SAAS,GAChB,MAAM;CAQV"}
@@ -1,4 +1,4 @@
1
- import type { SelectionMode } from '../stores/share-store.svelte';
1
+ import type { SelectionMode } from '$features/share/stores/share-store.svelte';
2
2
  export interface RouterOptions {
3
3
  onOpenModal: () => void;
4
4
  onStartShare: (mode?: SelectionMode) => void;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url-action-router.svelte.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/url/url-action-router.svelte.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAE/E,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,CAAC,IAAI,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAC7C,oBAAoB,EAAE,MAAM,OAAO,CAAC;CACrC;AAED;;;;;;;;;;GAUG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,OAAO,CAAgB;IAC/B,OAAO,CAAC,UAAU,CAAa;gBAEnB,OAAO,EAAE,aAAa;IAK3B,IAAI;IAMJ,OAAO;IAKd,OAAO,CAAC,iBAAiB;CAe1B"}
@@ -1,4 +1,4 @@
1
- import type { State } from "../../types/index";
1
+ import type { State } from '$lib/types/index';
2
2
  /**
3
3
  * URL State Manager for CustomViews
4
4
  * Handles encoding/decoding of states in URL parameters
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url-state-manager.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/features/url/url-state-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;;GAGG;AACH,qBAAa,eAAe;IAC1B;;OAEG;WACW,QAAQ,IAAI,KAAK,GAAG,IAAI;IAiBtC;;OAEG;WACW,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI;IAqB9D;;OAEG;WACW,QAAQ,IAAI,IAAI;IAI9B;;OAEG;WACW,oBAAoB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM;IAiB3E;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,WAAW;IAmD1B;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,WAAW;CA2D3B"}
@@ -0,0 +1,8 @@
1
+ import '$ui/Toggle.svelte';
2
+ import '$ui/Tab.svelte';
3
+ import '$ui/TabGroup.svelte';
4
+ import '$ui/TabHeader.svelte';
5
+ import '$ui/TabBody.svelte';
6
+ import '$features/placeholder/Placeholder.svelte';
7
+ import '$features/placeholder/PlaceholderInput.svelte';
8
+ //# sourceMappingURL=registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/lib/registry.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAC3B,OAAO,gBAAgB,CAAC;AACxB,OAAO,qBAAqB,CAAC;AAC7B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,oBAAoB,CAAC;AAE5B,OAAO,0CAA0C,CAAC;AAClD,OAAO,+CAA+C,CAAC"}
@@ -1,3 +1,3 @@
1
- import type { AssetsManager } from "./assets";
1
+ import type { AssetsManager } from './assets';
2
2
  export declare function renderAssetInto(el: HTMLElement, assetId: string, assetsManager: AssetsManager): void;
3
3
  //# sourceMappingURL=render.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"render.d.ts","sourceRoot":"","sources":["../../../../src/lib/render.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAoE9C,wBAAgB,eAAe,CAAC,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,QAoB7F"}
@@ -1,4 +1,4 @@
1
- import type { State } from "../../types/index";
1
+ import type { State } from '$lib/types/index';
2
2
  /**
3
3
  * Manages persistence of custom views state using browser localStorage
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"persistence.d.ts","sourceRoot":"","sources":["../../../../../src/lib/state/persistence.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAE9C;;GAEG;AACH,qBAAa,kBAAkB;IAE7B,OAAO,CAAC,MAAM,CAAS;gBAEX,UAAU,CAAC,EAAE,MAAM;IAI/B;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAI1B;;OAEG;IACI,OAAO,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAShD;;;OAGG;IACI,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAU1C;;;OAGG;IACI,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IASpC,OAAO,CAAC,cAAc;IAMf,YAAY,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAIhC,iBAAiB,IAAI,KAAK,GAAG,IAAI;IAWjC,QAAQ,IAAI,IAAI;IAKhB,uBAAuB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAI/C,4BAA4B,IAAI,OAAO,GAAG,IAAI;IAK9C,gBAAgB,IAAI,OAAO;CAGnC"}
@@ -1,7 +1,7 @@
1
1
  import { SvelteSet } from 'svelte/reactivity';
2
- import type { Config, State, TabGroupConfig } from "../../types/index";
3
- import type { ConfigSectionKey } from "../../types/index";
4
- import type { AssetsManager } from "../assets";
2
+ import type { Config, State, TabGroupConfig } from '$lib/types/index';
3
+ import type { ConfigSectionKey } from '$lib/types/index';
4
+ import type { AssetsManager } from '../assets';
5
5
  /**
6
6
  * Reactive Data Store for CustomViews application state.
7
7
  *
@@ -48,7 +48,7 @@ export declare class DataStore {
48
48
  * Assets manager for rendering dynamic content into toggle elements.
49
49
  */
50
50
  assetsManager: AssetsManager | undefined;
51
- menuToggles: import("../../types/config").ToggleConfig[];
51
+ menuToggles: import("$lib/types/index").ToggleConfig[];
52
52
  menuTabGroups: TabGroupConfig[];
53
53
  hasMenuOptions: boolean;
54
54
  /**
@@ -105,7 +105,7 @@ export declare class DataStore {
105
105
  * Sets the assets manager for dynamic content rendering.
106
106
  */
107
107
  setAssetsManager(manager: AssetsManager): void;
108
- private registerPlaceholderFromTabGroup;
108
+ registerPlaceholderFromTabGroup(groupConfig: TabGroupConfig): void;
109
109
  private updatePlaceholderFromTabInput;
110
110
  computeDefaultState(): State;
111
111
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/main-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI/C;;;;;;GAMG;AACH,qBAAa,SAAS;IACpB;;;OAGG;IACH,MAAM,SAAsB;IAE5B;;;OAGG;IACH,kBAAkB,qBAAkC;IAEpD;;;OAGG;IACH,KAAK,QAIF;IAEH;;;OAGG;IACH,eAAe,oBAA8C;IAE7D;;;OAGG;IACH,iBAAiB,oBAA8C;IAE/D;;;OAGG;IACH,oBAAoB,oBAA8C;IAElE;;OAEG;IACH,2BAA2B,UAAgB;IAE3C;;OAEG;IACH,aAAa,4BAAgD;IAI7D,WAAW,4CAGR;IAEH,aAAa,mBAGV;IAEH,cAAc,UAA0E;IAExF;;;OAGG;IACH,eAAe,UAA8E;gBAEjF,aAAa,GAAE,MAAW;IAOtC;;;;;OAKG;IACH,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAM3C;;;;OAIG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;IAK1C;;;;OAIG;IACH,UAAU,CAAC,QAAQ,EAAE,KAAK;IAU1B;;OAEG;IACH,KAAK;IAML;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,MAAM;IAIzB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM;IAI3B;;;OAGG;IACH,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAIhC;;;OAGG;IACH,aAAa;IAMb,yBAAyB;IAIzB;;OAEG;IACH,gBAAgB,CAAC,OAAO,EAAE,aAAa;IAMhC,+BAA+B,CAAC,WAAW,EAAE,cAAc;IA8ClE,OAAO,CAAC,6BAA6B;IAe9B,mBAAmB,IAAI,KAAK;CA0CpC;AAID,eAAO,MAAM,KAAK,WAAoB,CAAC;AAEvC;;;GAGG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAkCnD"}
@@ -1,4 +1,4 @@
1
- import type { PersistenceManager } from "../state/persistence";
1
+ import type { PersistenceManager } from '../state/persistence';
2
2
  export type ThemeMode = 'auto' | 'light' | 'dark';
3
3
  export declare class ThemeStore {
4
4
  mode: ThemeMode;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/theme-store.svelte.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAMlD,qBAAa,UAAU;IACrB,IAAI,YAA8B;IAClC,YAAY,UAAiB;IAC7B,OAAO,CAAC,WAAW,CAAC,CAAqB;;IAUzC,IAAI,CAAC,WAAW,EAAE,kBAAkB;IAQpC,OAAO,CAAC,OAAO,EAAE,SAAS;IAO1B,YAAY,mBAKT;CACJ;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast-store.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/stores/toast-store.svelte.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,0BAA0B,CAAC;AAEnD,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,qBAAa,UAAU;IACrB,KAAK,gBAA6B;IAClC,MAAM,SAAK;IAEX,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,SAAO;IAYrC,OAAO,CAAC,EAAE,EAAE,MAAM;CAGnB;AAED,eAAO,MAAM,KAAK,YAAmB,CAAC;AAEtC,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,QAE3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/assets.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,eAAe;IAC9B,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,uBAAuB;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
@@ -1,4 +1,4 @@
1
- import type { PlaceholderDefinition } from '../core/stores/placeholder-registry-store.svelte';
1
+ import type { PlaceholderDefinition } from '$features/placeholder/stores/placeholder-registry-store.svelte';
2
2
  /**
3
3
  * Configuration for a single tab within a tab group
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/config.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,5 @@
1
1
  export * from './assets';
2
2
  export * from './state';
3
3
  export * from './config';
4
- export * from './elements';
5
4
  export * from './section';
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/section.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,cAAc,CAAC;AAExE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,IAAI,gBAAgB,CAEzE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/state.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B;;;GAGG;AACH,MAAM,WAAW,KAAK;IACpB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC1B,8EAA8E;IAC9E,WAAW,CAAC,EAAE,QAAQ,EAAE,CAAC;IACzB,gDAAgD;IAChD,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB"}
@@ -1,5 +1,5 @@
1
- import type { CustomViewsController } from "./controller.svelte";
2
- import type { ConfigFile } from "../types/index";
1
+ import type { CustomViewsController } from './controller.svelte';
2
+ import type { ConfigFile } from '$lib/types/index';
3
3
  export interface UIManagerOptions {
4
4
  /** The CustomViews controller instance to control */
5
5
  controller: CustomViewsController;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-manager.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui-manager.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clipboard-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/clipboard-utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAoCjE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom-element-locator.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/dom-element-locator.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuBD;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,WAAW,GAAG,gBAAgB,CAkClE;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,WAAW,EAAE,gBAAgB,EAAE,GAAG,MAAM,CA6BjE;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB,EAAE,CA6C/D;AAsBD;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,gBAAgB,GAAG,WAAW,EAAE,CA+EtF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/icons.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;GAEG;AACH,wBAAgB,WAAW,IAAI,MAAM,CAKpC;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAIrC;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAIrC;AAED;;GAEG;AACH,wBAAgB,WAAW,IAAI,MAAM,CAYpC;AAED,wBAAgB,WAAW,IAAI,MAAM,CAKpC;AAED,wBAAgB,mBAAmB,IAAI,MAAM,CAmB5C;AAED,wBAAgB,oBAAoB,IAAI,MAAM,CAU7C;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAmBrC;AAED,wBAAgB,UAAU,CAAC,QAAQ,GAAE,OAAe,GAAG,MAAM,CAU5D;AAED,wBAAgB,WAAW,IAAI,MAAM,CAKpC;AAED,wBAAgB,YAAY,IAAI,MAAM,CAKrC;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,MAAM,CAItC;AAED,wBAAgB,kBAAkB,IAAI,MAAM,CAE3C;AAED,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAED,wBAAgB,UAAU,IAAI,MAAM,CAYnC;AAED,wBAAgB,WAAW,IAAI,MAAM,CAIpC;AAED,wBAAgB,aAAa,IAAI,MAAM,CAMtC"}
@@ -1,4 +1,4 @@
1
- import type { ConfigFile } from "../types/index";
1
+ import type { ConfigFile } from '$lib/types/index';
2
2
  /**
3
3
  * structure for script attributes
4
4
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/init-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAkCtD;AAED;;GAEG;AACH,wBAAsB,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAqB1F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/scroll-utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAQxC;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI,CAmC9E;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,CAY1D;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,YAAY,EAAE;IAAE,OAAO,EAAE,WAAW,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAkB5F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url-utils.d.ts","sourceRoot":"","sources":["../../../../../src/lib/utils/url-utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,CAapE"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=fingerprint-compatibility.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fingerprint-compatibility.test.d.ts","sourceRoot":"","sources":["../../../../tests/functional/fingerprint-compatibility.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dom-element-locator.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom-element-locator.test.d.ts","sourceRoot":"","sources":["../../../../tests/lib/dom-element-locator.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=focus-logic.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/focus/focus-logic.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=focus-store.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-store.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/focus/focus-store.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=highlight-logic.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlight-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/highlight/highlight-logic.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=intro-manager.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"intro-manager.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/settings/intro-manager.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=share-logic.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-logic.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/share/share-logic.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=share-store.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-store.test.d.ts","sourceRoot":"","sources":["../../../../../../tests/lib/features/share/share-store.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=main-store.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main-store.test.d.ts","sourceRoot":"","sources":["../../../../tests/lib/main-store.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=persistence.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"persistence.test.d.ts","sourceRoot":"","sources":["../../../../tests/lib/persistence.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=placeholder-binder.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"placeholder-binder.test.d.ts","sourceRoot":"","sources":["../../../../tests/lib/placeholder-binder.test.ts"],"names":[],"mappings":""}