@urbicon-ui/shared-types 6.1.4

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 (48) hide show
  1. package/README.md +63 -0
  2. package/dist/component.d.ts +185 -0
  3. package/dist/component.d.ts.map +1 -0
  4. package/dist/component.js +2 -0
  5. package/dist/component.js.map +1 -0
  6. package/dist/docs-config.d.ts +120 -0
  7. package/dist/docs-config.d.ts.map +1 -0
  8. package/dist/docs-config.js +2 -0
  9. package/dist/docs-config.js.map +1 -0
  10. package/dist/documentation-core.d.ts +217 -0
  11. package/dist/documentation-core.d.ts.map +1 -0
  12. package/dist/documentation-core.js +2 -0
  13. package/dist/documentation-core.js.map +1 -0
  14. package/dist/documentation.d.ts +44 -0
  15. package/dist/documentation.d.ts.map +1 -0
  16. package/dist/documentation.js +2 -0
  17. package/dist/documentation.js.map +1 -0
  18. package/dist/examples.d.ts +71 -0
  19. package/dist/examples.d.ts.map +1 -0
  20. package/dist/examples.js +2 -0
  21. package/dist/examples.js.map +1 -0
  22. package/dist/globals.d.ts +13 -0
  23. package/dist/globals.d.ts.map +1 -0
  24. package/dist/globals.js +6 -0
  25. package/dist/globals.js.map +1 -0
  26. package/dist/index.d.ts +13 -0
  27. package/dist/index.d.ts.map +1 -0
  28. package/dist/index.js +12 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/navigation.d.ts +194 -0
  31. package/dist/navigation.d.ts.map +1 -0
  32. package/dist/navigation.js +2 -0
  33. package/dist/navigation.js.map +1 -0
  34. package/dist/playground.d.ts +153 -0
  35. package/dist/playground.d.ts.map +1 -0
  36. package/dist/playground.js +2 -0
  37. package/dist/playground.js.map +1 -0
  38. package/dist/tsconfig.tsbuildinfo +1 -0
  39. package/package.json +84 -0
  40. package/src/component.ts +200 -0
  41. package/src/docs-config.ts +134 -0
  42. package/src/documentation-core.ts +258 -0
  43. package/src/documentation.ts +49 -0
  44. package/src/examples.ts +73 -0
  45. package/src/globals.ts +17 -0
  46. package/src/index.ts +87 -0
  47. package/src/navigation.ts +206 -0
  48. package/src/playground.ts +184 -0
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=documentation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"documentation.js","sourceRoot":"","sources":["../src/documentation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Component example definition
3
+ */
4
+ export interface ComponentExample {
5
+ /** Unique example identifier */
6
+ id: string;
7
+ /** Example title */
8
+ title: string;
9
+ /** Example description */
10
+ description?: string;
11
+ /** Example source code */
12
+ code: string;
13
+ /** Associated component name */
14
+ component?: string;
15
+ /** Include in LLM output */
16
+ includeLLM?: boolean;
17
+ /** Include in documentation */
18
+ includeDocs?: boolean;
19
+ /** Associated tags */
20
+ tags?: string[];
21
+ }
22
+ /**
23
+ * Usage pattern definition
24
+ */
25
+ export interface UsagePattern {
26
+ /** Unique pattern identifier */
27
+ id: string;
28
+ /** Pattern title */
29
+ title: string;
30
+ /** Pattern description */
31
+ description: string;
32
+ /** When to use this pattern */
33
+ when: string;
34
+ /** When to avoid this pattern */
35
+ avoid: string;
36
+ /** Example implementations */
37
+ examples: string[];
38
+ /** Related components */
39
+ relatedComponents?: string[];
40
+ /** Include in LLM output */
41
+ includeLLM?: boolean;
42
+ }
43
+ /**
44
+ * Example collection with grouping
45
+ */
46
+ export interface ExampleCollection {
47
+ /** Collection identifier */
48
+ id: string;
49
+ /** Collection title */
50
+ title: string;
51
+ /** Collection description */
52
+ description?: string;
53
+ /** Grouped examples */
54
+ groups: ExampleGroup[];
55
+ }
56
+ /**
57
+ * Example group within a collection
58
+ */
59
+ export interface ExampleGroup {
60
+ /** Group identifier */
61
+ id: string;
62
+ /** Group title */
63
+ title: string;
64
+ /** Group description */
65
+ description?: string;
66
+ /** Examples in this group */
67
+ examples: ComponentExample[];
68
+ /** Group order */
69
+ order?: number;
70
+ }
71
+ //# sourceMappingURL=examples.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"examples.d.ts","sourceRoot":"","sources":["../src/examples.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,gCAAgC;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,0BAA0B;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4BAA4B;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,gCAAgC;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,0BAA0B;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,8BAA8B;IAC9B,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,yBAAyB;IACzB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,4BAA4B;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,uBAAuB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uBAAuB;IACvB,MAAM,EAAE,YAAY,EAAE,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,uBAAuB;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6BAA6B;IAC7B,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,kBAAkB;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=examples.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"examples.js","sourceRoot":"","sources":["../src/examples.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Global type augmentations used across all packages
3
+ * Extends standard HTML attributes with custom properties
4
+ */
5
+ declare global {
6
+ namespace svelteHTML {
7
+ interface HTMLAttributes<T> {
8
+ onoutclick?: (event: CustomEvent) => void;
9
+ }
10
+ }
11
+ }
12
+ export {};
13
+ //# sourceMappingURL=globals.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../src/globals.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,CAAC,MAAM,CAAC;IAIb,UAAU,UAAU,CAAC;QACnB,UAAU,cAAc,CAAC,CAAC;YACxB,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;SAC3C;KACF;CACF;AAED,OAAO,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Global type augmentations used across all packages
3
+ * Extends standard HTML attributes with custom properties
4
+ */
5
+ export {};
6
+ //# sourceMappingURL=globals.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globals.js","sourceRoot":"","sources":["../src/globals.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -0,0 +1,13 @@
1
+ export type { ComponentInfo, ComponentStats, CrossReference, InheritanceInfo, PackageInfo, PropExample, PropInfo, PropSource, VariantExample, VariantInfo } from './component.js';
2
+ export type { ApiConfig, DocsMetadata, DocsPlaygroundConfig, ExamplesConfig, OverviewConfig, SvelteDocsConfig, UsageConfig, VariantsConfig } from './docs-config.js';
3
+ export type { ComponentBadge, ComponentMetadata, DeprecationInfo, LLMConfig, SectionOrder } from './documentation.js';
4
+ export type { ComponentExample, ExampleCollection, ExampleGroup, UsagePattern } from './examples.js';
5
+ export type { Breadcrumb, BreadcrumbItem, BreadcrumbSettings, NavigationBadge, NavigationContext, NavigationItem, NavigationMetadata, NavigationSearchResult, NavigationState, SearchMatch, SiteNavigation, TableOfContents, TOCItem, TOCSettings } from './navigation.js';
6
+ export type { CodeGenerator, CodeGeneratorConfig, ControlCondition, ControlDefinition, ControlOption, ControlType, ImportStatement, PlaygroundConfig, PlaygroundExample, PlaygroundFeature, PlaygroundMetadata } from './playground.js';
7
+ export * from './component.js';
8
+ export * from './docs-config.js';
9
+ export * from './documentation.js';
10
+ export * from './examples.js';
11
+ export * from './navigation.js';
12
+ export * from './playground.js';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,YAAY,EACV,aAAa,EACb,cAAc,EACd,cAAc,EACd,eAAe,EACf,WAAW,EACX,WAAW,EACX,QAAQ,EACR,UAAU,EACV,cAAc,EACd,WAAW,EACZ,MAAM,gBAAgB,CAAC;AAGxB,YAAY,EACV,SAAS,EACT,YAAY,EACZ,oBAAoB,EACpB,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,WAAW,EACX,cAAc,EACf,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EACV,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,SAAS,EACT,YAAY,EACb,MAAM,oBAAoB,CAAC;AAK5B,YAAY,EACV,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACb,MAAM,eAAe,CAAC;AAEvB,YAAY,EACV,UAAU,EACV,cAAc,EACd,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,WAAW,EACX,cAAc,EACd,eAAe,EACf,OAAO,EACP,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,aAAa,EACb,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAMzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AAEjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,12 @@
1
+ // Core documentation types (original)
2
+ // ==========================================
3
+ // BARREL EXPORTS
4
+ // ==========================================
5
+ export * from './component.js';
6
+ export * from './docs-config.js';
7
+ // Re-export everything for convenience (except documentation-core)
8
+ export * from './documentation.js';
9
+ export * from './examples.js';
10
+ export * from './navigation.js';
11
+ export * from './playground.js';
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,sCAAsC;AA4EtC,6CAA6C;AAC7C,iBAAiB;AACjB,6CAA6C;AAE7C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,mEAAmE;AACnE,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,194 @@
1
+ /**
2
+ * Navigation item
3
+ */
4
+ export interface NavigationItem {
5
+ /** Unique identifier */
6
+ id: string;
7
+ /** Display label */
8
+ label: string;
9
+ /** Navigation href/link */
10
+ href?: string;
11
+ /** Child navigation items */
12
+ children?: NavigationItem[];
13
+ /** Navigation metadata */
14
+ metadata?: NavigationMetadata;
15
+ /** Navigation state */
16
+ state?: NavigationState;
17
+ }
18
+ /**
19
+ * Navigation metadata
20
+ */
21
+ export interface NavigationMetadata {
22
+ /** Item type */
23
+ type: 'section' | 'component' | 'group' | 'page' | 'external';
24
+ /** Navigation level/depth (migrated from level property) */
25
+ level?: number;
26
+ /** Display order */
27
+ order?: number;
28
+ /** Associated tags */
29
+ tags?: string[];
30
+ /** Icon identifier */
31
+ icon?: string;
32
+ /** Badge information */
33
+ badge?: NavigationBadge;
34
+ }
35
+ /**
36
+ * Navigation state
37
+ */
38
+ export interface NavigationState {
39
+ /** Item is active/current */
40
+ active?: boolean;
41
+ /** Item is expanded (has visible children) */
42
+ expanded?: boolean;
43
+ /** Item is disabled */
44
+ disabled?: boolean;
45
+ /** Item is hidden */
46
+ hidden?: boolean;
47
+ /** Loading state */
48
+ loading?: boolean;
49
+ }
50
+ /**
51
+ * Navigation badge
52
+ */
53
+ export interface NavigationBadge {
54
+ /** Badge text */
55
+ text: string;
56
+ /** Badge intent/color */
57
+ intent?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info';
58
+ /** Badge variant */
59
+ variant?: 'filled' | 'outlined' | 'soft';
60
+ }
61
+ /**
62
+ * Table of contents
63
+ */
64
+ export interface TableOfContents {
65
+ /** TOC items */
66
+ items: TOCItem[];
67
+ /** TOC settings */
68
+ settings: TOCSettings;
69
+ }
70
+ /**
71
+ * Table of contents item
72
+ */
73
+ export interface TOCItem {
74
+ /** Unique identifier */
75
+ id: string;
76
+ /** Item title */
77
+ title: string;
78
+ /** Heading level (1-6) */
79
+ level: number;
80
+ /** Anchor/fragment identifier */
81
+ anchor: string;
82
+ /** Child TOC items */
83
+ children?: TOCItem[];
84
+ /** Item section type */
85
+ sectionType?: 'overview' | 'examples' | 'api' | 'patterns' | 'custom';
86
+ }
87
+ /**
88
+ * TOC settings
89
+ */
90
+ export interface TOCSettings {
91
+ /** Maximum depth to show */
92
+ maxDepth: number;
93
+ /** Highlight active item */
94
+ highlightActive?: boolean;
95
+ /** Collapse behavior */
96
+ collapsible?: boolean;
97
+ }
98
+ /**
99
+ * Breadcrumb navigation
100
+ */
101
+ export interface Breadcrumb {
102
+ /** Breadcrumb items */
103
+ items: BreadcrumbItem[];
104
+ /** Breadcrumb settings */
105
+ settings?: BreadcrumbSettings;
106
+ }
107
+ /**
108
+ * Breadcrumb item
109
+ */
110
+ export interface BreadcrumbItem {
111
+ /** Item label */
112
+ label: string;
113
+ /** Item href */
114
+ href?: string;
115
+ /** Item is current page */
116
+ current?: boolean;
117
+ /** Item icon */
118
+ icon?: string;
119
+ }
120
+ /**
121
+ * Breadcrumb settings
122
+ */
123
+ export interface BreadcrumbSettings {
124
+ /** Maximum items to show */
125
+ maxItems?: number;
126
+ /** Show home link */
127
+ showHome?: boolean;
128
+ /** Separator character/element */
129
+ separator?: string;
130
+ /** Collapse behavior */
131
+ collapseThreshold?: number;
132
+ }
133
+ /**
134
+ * Site navigation structure
135
+ */
136
+ export interface SiteNavigation {
137
+ /** Main navigation items */
138
+ main: NavigationItem[];
139
+ /** Footer navigation items */
140
+ footer?: NavigationItem[];
141
+ /** Utility navigation (user menu, etc.) */
142
+ utility?: NavigationItem[];
143
+ /** Mobile navigation settings */
144
+ mobile?: {
145
+ breakpoint?: number;
146
+ hamburgerMenu?: boolean;
147
+ collapsible?: boolean;
148
+ };
149
+ }
150
+ /**
151
+ * Navigation context for current page
152
+ */
153
+ export interface NavigationContext {
154
+ /** Current page */
155
+ current: NavigationItem;
156
+ /** Parent page (if any) */
157
+ parent?: NavigationItem;
158
+ /** Previous page in sequence */
159
+ previous?: NavigationItem;
160
+ /** Next page in sequence */
161
+ next?: NavigationItem;
162
+ /** Breadcrumb trail */
163
+ breadcrumb: BreadcrumbItem[];
164
+ /** Related pages */
165
+ related?: NavigationItem[];
166
+ }
167
+ /**
168
+ * Navigation search result
169
+ */
170
+ export interface NavigationSearchResult {
171
+ /** Matched navigation item */
172
+ item: NavigationItem;
173
+ /** Match score (0-1) */
174
+ score: number;
175
+ /** Matched text fragments */
176
+ matches: SearchMatch[];
177
+ /** Result metadata */
178
+ metadata?: {
179
+ searchTime?: number;
180
+ resultType?: 'exact' | 'fuzzy' | 'partial';
181
+ };
182
+ }
183
+ /**
184
+ * Search match information
185
+ */
186
+ export interface SearchMatch {
187
+ /** Matched field */
188
+ field: 'label' | 'description' | 'content' | 'tags';
189
+ /** Matched text */
190
+ text: string;
191
+ /** Match indices */
192
+ indices: [number, number][];
193
+ }
194
+ //# sourceMappingURL=navigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../src/navigation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,uBAAuB;IACvB,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,gBAAgB;IAChB,IAAI,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;IAC9D,4DAA4D;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uBAAuB;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oBAAoB;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC7E,oBAAoB;IACpB,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;CAC1C;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,gBAAgB;IAChB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,mBAAmB;IACnB,QAAQ,EAAE,WAAW,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,wBAAwB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,0BAA0B;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,sBAAsB;IACtB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,wBAAwB;IACxB,WAAW,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,UAAU,GAAG,QAAQ,CAAC;CACvE;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,4BAA4B;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,wBAAwB;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,uBAAuB;IACvB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,kBAAkB,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,iBAAiB;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,4BAA4B;IAC5B,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B,2CAA2C;IAC3C,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,iCAAiC;IACjC,MAAM,CAAC,EAAE;QACP,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,mBAAmB;IACnB,OAAO,EAAE,cAAc,CAAC;IACxB,2BAA2B;IAC3B,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,uBAAuB;IACvB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,oBAAoB;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,8BAA8B;IAC9B,IAAI,EAAE,cAAc,CAAC;IACrB,wBAAwB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,sBAAsB;IACtB,QAAQ,CAAC,EAAE;QACT,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;KAC5C,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,oBAAoB;IACpB,KAAK,EAAE,OAAO,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,CAAC;IACpD,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CAC7B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=navigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation.js","sourceRoot":"","sources":["../src/navigation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,153 @@
1
+ /**
2
+ * Playground configuration
3
+ */
4
+ export interface PlaygroundConfig {
5
+ /** Interactive controls */
6
+ controls: ControlDefinition[];
7
+ /** Code generator function */
8
+ codeGenerator?: CodeGenerator | CodeGeneratorConfig;
9
+ /** Default values for controls */
10
+ defaultValues?: Record<string, unknown>;
11
+ /** Playground examples/presets */
12
+ examples?: PlaygroundExample[];
13
+ /** Include in LLM output */
14
+ includeLLM?: boolean;
15
+ /** Playground metadata */
16
+ metadata?: PlaygroundMetadata;
17
+ }
18
+ /**
19
+ * Control definition for playground
20
+ */
21
+ export interface ControlDefinition {
22
+ /** Control identifier */
23
+ key: string;
24
+ /** Control label */
25
+ label: string;
26
+ /** Control type */
27
+ type: ControlType;
28
+ /** Control options (for select/dropdown) */
29
+ items?: ControlOption[];
30
+ /** Default value */
31
+ defaultValue?: unknown;
32
+ /** Minimum value (for number/range) */
33
+ min?: number;
34
+ /** Maximum value (for number/range) */
35
+ max?: number;
36
+ /** Step value (for number/range) */
37
+ step?: number;
38
+ /** Placeholder text (for text inputs) */
39
+ placeholder?: string;
40
+ /** Control description */
41
+ description?: string;
42
+ /** Control group/category */
43
+ group?: string;
44
+ /** Control visibility condition */
45
+ condition?: ControlCondition;
46
+ }
47
+ /**
48
+ * Control types
49
+ */
50
+ export type ControlType = 'dropdown' | 'select' | 'checkbox' | 'boolean' | 'text' | 'textarea' | 'number' | 'range' | 'slider' | 'color' | 'radio' | 'multi-select' | 'json' | 'code';
51
+ /**
52
+ * Control option for select/dropdown controls
53
+ */
54
+ export interface ControlOption {
55
+ /** Option label */
56
+ label: string;
57
+ /** Option value */
58
+ value: unknown;
59
+ /** Option description */
60
+ description?: string;
61
+ /** Option group */
62
+ group?: string;
63
+ /** Option disabled state */
64
+ disabled?: boolean;
65
+ }
66
+ /**
67
+ * Control visibility condition
68
+ */
69
+ export interface ControlCondition {
70
+ /** Dependent control key. Optional when a custom `condition` function is provided. */
71
+ dependsOn?: string;
72
+ /** Expected value(s) */
73
+ equals?: unknown;
74
+ /** Value array (for 'in' condition) */
75
+ in?: unknown[];
76
+ /** Custom condition function */
77
+ condition?: (values: Record<string, unknown>) => boolean;
78
+ }
79
+ /**
80
+ * Code generator function type
81
+ */
82
+ export type CodeGenerator = (values: Record<string, unknown>) => string;
83
+ /**
84
+ * Code generator configuration
85
+ */
86
+ export interface CodeGeneratorConfig {
87
+ /** Template string or function */
88
+ template: string | CodeGenerator;
89
+ /** Template variables */
90
+ variables?: Record<string, unknown>;
91
+ /** Import statements */
92
+ imports?: ImportStatement[];
93
+ /** Code formatting options */
94
+ formatting?: {
95
+ language?: 'typescript' | 'javascript' | 'svelte' | 'react';
96
+ prettier?: boolean;
97
+ indentation?: number;
98
+ };
99
+ }
100
+ /**
101
+ * Import statement for generated code
102
+ */
103
+ export interface ImportStatement {
104
+ /** What to import */
105
+ imports: string | string[] | Record<string, string>;
106
+ /** From which module */
107
+ from: string;
108
+ /** Import type (default, named, namespace) */
109
+ type?: 'default' | 'named' | 'namespace';
110
+ }
111
+ /**
112
+ * Playground example/preset
113
+ */
114
+ export interface PlaygroundExample {
115
+ /** Example title */
116
+ title: string;
117
+ /** Example description */
118
+ description?: string;
119
+ /** Control values for this example */
120
+ values: Record<string, unknown>;
121
+ /** Example category */
122
+ category?: 'basic' | 'advanced' | 'showcase' | 'use-case';
123
+ /** Example tags */
124
+ tags?: string[];
125
+ }
126
+ /**
127
+ * Playground metadata
128
+ */
129
+ export interface PlaygroundMetadata {
130
+ /** Playground version */
131
+ version?: string;
132
+ /** Last updated */
133
+ lastUpdated?: string;
134
+ /** Playground features */
135
+ features?: PlaygroundFeature[];
136
+ /** Performance settings */
137
+ performance?: {
138
+ debounceMs?: number;
139
+ lazyLoad?: boolean;
140
+ cacheResults?: boolean;
141
+ };
142
+ /** Accessibility settings */
143
+ accessibility?: {
144
+ announceChanges?: boolean;
145
+ keyboardNavigation?: boolean;
146
+ focusManagement?: boolean;
147
+ };
148
+ }
149
+ /**
150
+ * Playground features
151
+ */
152
+ export type PlaygroundFeature = 'live-preview' | 'code-generation' | 'export-code' | 'share-link' | 'responsive-preview' | 'dark-mode' | 'accessibility-checker' | 'performance-monitor';
153
+ //# sourceMappingURL=playground.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playground.d.ts","sourceRoot":"","sources":["../src/playground.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=playground.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"playground.js","sourceRoot":"","sources":["../src/playground.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/typescript/lib/lib.es2022.full.d.ts","../src/documentation.ts","../src/examples.ts","../src/navigation.ts","../src/playground.ts","../src/documentation-core.ts","../src/component.ts","../src/docs-config.ts","../src/globals.ts","../src/index.ts"],"fileIdsList":[[64,68],[64,67],[64,65,66,67,69],[64,65,66,67,69,70]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"2a2de5b9459b3fc44decd9ce6100b72f1b002ef523126c1d3d8b2a4a63d74d78","affectsGlobalScope":true,"impliedFormat":1},{"version":"f13f4b465c99041e912db5c44129a94588e1aafee35a50eab51044833f50b4ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"01a30f9e8582b369075c0808df71121e6855cb06fd8d3d39511d9ebb66405205","impliedFormat":1},{"version":"c036fbc2a04192e23f21cee97af79db2555c7a66fb2e08754dc8c186e7642080","signature":"62f02a167fa9c99449da8145012dedab444b0b92b9360746b949a5b7576dfaad","impliedFormat":99},{"version":"8418adfd0cad5fb3c58b40f2a00cd5fd640d13acc0ca489b0af2c89c994d0758","signature":"19bba9000797fbdaabfd2ab7946e21ec0ecfdec471c64558f66f468780e20b2a","impliedFormat":99},{"version":"31bd26571516b3cad3da1a6caba33e41a7cf42c96525b12b82b25880c32ef684","signature":"8b7820ef1ecc538a15f80d8ef3ea15ede2b279651aebd71959a6f729ae74f4b6","impliedFormat":99},{"version":"c1d6115a81795272dbacae34a65877636fa43cd121909892b5f3dd0b368e52c4","signature":"a049d5b0ddbbee59ec08892d11aff7d0e5c9996b2357eedfd47aa5a7f43bddc4","impliedFormat":99},{"version":"0cc947b3fa58691eca491c9b4bf80341e67d9f29bb8ea8b1b720a75ae2f59b90","signature":"f38ba9952bb166b2057bec01505e2246e2fcb49860d56e2b670a3b16c2b2bd43","impliedFormat":99},{"version":"9c3c34edaf640607bc3b680cce56d7a5d8c843dc2367fc95c62418a06b56a4f6","signature":"a0736e078f5ba603543fa9fd0bc67f0332ce4c5a1ec6b617955d1f366ce7a4be","impliedFormat":99},{"version":"756315799bc4270a3b5cb55f1d255f51f0cd363e1548ded6de170359e18b2a23","signature":"8773a552907c05daa376caa08d33b5b1dda6a4f803032c93b6926248031acb16","impliedFormat":99},{"version":"b9a12d7c0b52e354783ab2677c05912080cc6c96e4b574a4f33723a46adadd61","signature":"2611cc4163cab052d7e320acbf6d32cd0fe0b0bc5851e95debaa732be825724a","affectsGlobalScope":true,"impliedFormat":99},{"version":"01fb84beccf4c5dfbc097a551d9995f252d17005599daef4b3117f0083ac5f1c","signature":"ed1073c26c468aa8eba1c4346e060f08a5234aec713b7b6da07f48d6b8c4424b","impliedFormat":99}],"root":[[64,72]],"options":{"allowJs":false,"checkJs":false,"composite":true,"declaration":true,"declarationDir":"./","declarationMap":true,"module":199,"noEmitOnError":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./tsconfig.tsbuildinfo"},"referencedMap":[[69,1],[70,2],[68,3],[72,4]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.3"}