@pure-ds/core 0.6.9 → 0.6.11
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.
- package/custom-elements.json +865 -35
- package/dist/types/pds.d.ts +31 -0
- package/dist/types/public/assets/js/pds-manager.d.ts +100 -2
- package/dist/types/public/assets/js/pds-manager.d.ts.map +1 -1
- package/dist/types/public/assets/js/pds.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-form.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-live-converter.d.ts +8 -0
- package/dist/types/public/assets/pds/components/pds-live-converter.d.ts.map +1 -0
- package/dist/types/public/assets/pds/components/pds-live-edit.d.ts +1 -195
- package/dist/types/public/assets/pds/components/pds-live-edit.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-live-importer.d.ts +2 -0
- package/dist/types/public/assets/pds/components/pds-live-importer.d.ts.map +1 -0
- package/dist/types/public/assets/pds/components/pds-live-template-canvas.d.ts +2 -0
- package/dist/types/public/assets/pds/components/pds-live-template-canvas.d.ts.map +1 -0
- package/dist/types/public/assets/pds/components/pds-omnibox.d.ts +0 -2
- package/dist/types/public/assets/pds/components/pds-omnibox.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-scrollrow.d.ts +20 -0
- package/dist/types/public/assets/pds/components/pds-scrollrow.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-toaster.d.ts +1 -1
- package/dist/types/public/assets/pds/components/pds-toaster.d.ts.map +1 -1
- package/dist/types/public/assets/pds/components/pds-treeview.d.ts +37 -0
- package/dist/types/public/assets/pds/components/pds-treeview.d.ts.map +1 -0
- package/dist/types/src/js/common/toast.d.ts +8 -0
- package/dist/types/src/js/common/toast.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-config.d.ts +1306 -13
- package/dist/types/src/js/pds-core/pds-config.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-enhancers-meta.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-enhancers.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-generator.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-live.d.ts +2 -1
- package/dist/types/src/js/pds-core/pds-live.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-ontology.d.ts.map +1 -1
- package/dist/types/src/js/pds-core/pds-start-helpers.d.ts +1 -4
- package/dist/types/src/js/pds-core/pds-start-helpers.d.ts.map +1 -1
- package/dist/types/src/js/pds-live-manager/conversion-service.d.ts +66 -0
- package/dist/types/src/js/pds-live-manager/conversion-service.d.ts.map +1 -0
- package/dist/types/src/js/pds-live-manager/import-contract.d.ts +15 -0
- package/dist/types/src/js/pds-live-manager/import-contract.d.ts.map +1 -0
- package/dist/types/src/js/pds-live-manager/import-history-service.d.ts +32 -0
- package/dist/types/src/js/pds-live-manager/import-history-service.d.ts.map +1 -0
- package/dist/types/src/js/pds-live-manager/import-service.d.ts +21 -0
- package/dist/types/src/js/pds-live-manager/import-service.d.ts.map +1 -0
- package/dist/types/src/js/pds-live-manager/template-service.d.ts +17 -0
- package/dist/types/src/js/pds-live-manager/template-service.d.ts.map +1 -0
- package/dist/types/src/js/pds-manager.d.ts +4 -0
- package/dist/types/src/js/pds.d.ts.map +1 -1
- package/package.json +7 -3
- package/packages/pds-cli/README.md +51 -0
- package/packages/pds-cli/bin/pds-import.js +176 -0
- package/packages/pds-cli/bin/pds-static.js +31 -1
- package/packages/pds-cli/bin/postinstall.mjs +17 -8
- package/public/assets/js/app.js +23 -147
- package/public/assets/js/pds-manager.js +481 -248
- package/public/assets/js/pds.js +16 -16
- package/public/assets/pds/components/pds-form.js +124 -27
- package/public/assets/pds/components/pds-live-converter.js +47 -0
- package/public/assets/pds/components/pds-live-edit.js +1626 -211
- package/public/assets/pds/components/pds-live-importer.js +772 -0
- package/public/assets/pds/components/pds-live-template-canvas.js +171 -0
- package/public/assets/pds/components/pds-omnibox.js +146 -20
- package/public/assets/pds/components/pds-scrollrow.js +56 -1
- package/public/assets/pds/components/pds-toaster.js +50 -5
- package/public/assets/pds/components/pds-treeview.js +972 -0
- package/public/assets/pds/custom-elements.json +865 -35
- package/public/assets/pds/pds-css-complete.json +7 -7
- package/public/assets/pds/pds.css-data.json +5 -35
- package/public/assets/pds/templates/commerce-scroll-explorer.html +115 -0
- package/public/assets/pds/templates/content-brand-showcase.html +110 -0
- package/public/assets/pds/templates/feedback-ops-dashboard.html +91 -0
- package/public/assets/pds/templates/release-readiness-radar.html +69 -0
- package/public/assets/pds/templates/support-command-center.html +92 -0
- package/public/assets/pds/templates/templates.json +53 -0
- package/public/assets/pds/templates/workspace-settings-lab.html +131 -0
- package/public/assets/pds/vscode-custom-data.json +54 -4
- package/readme.md +34 -0
- package/src/js/pds-core/pds-config.js +831 -40
- package/src/js/pds-core/pds-enhancers-meta.js +11 -0
- package/src/js/pds-core/pds-enhancers.js +259 -5
- package/src/js/pds-core/pds-generator.js +353 -52
- package/src/js/pds-core/pds-live.js +630 -15
- package/src/js/pds-core/pds-ontology.js +6 -0
- package/src/js/pds-core/pds-start-helpers.js +14 -6
- package/src/js/pds-live-manager/conversion-service.js +3136 -0
- package/src/js/pds-live-manager/import-contract.js +57 -0
- package/src/js/pds-live-manager/import-history-service.js +145 -0
- package/src/js/pds-live-manager/import-service.js +255 -0
- package/src/js/pds-live-manager/tailwind-conversion-rules.json +383 -0
- package/src/js/pds-live-manager/template-service.js +170 -0
- package/src/js/pds.d.ts +31 -0
- package/src/js/pds.js +71 -60
package/dist/types/pds.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ export interface PDSEventMap {
|
|
|
152
152
|
'pds:ready': CustomEvent<{ mode: 'live' | 'static'; generator?: Generator; config: any; theme: string; autoDefiner?: any }>;
|
|
153
153
|
'pds:error': CustomEvent<{ error: any }>;
|
|
154
154
|
'pds:theme:changed': CustomEvent<{ theme: string; requested?: string; source: 'system' | 'programmatic' }>;
|
|
155
|
+
'pds:config-changed': CustomEvent<{ at: number; mode?: 'live' | 'static'; source?: string; preset?: string }>;
|
|
155
156
|
'pds:design:updated': CustomEvent<{ config: any; designer?: any }>;
|
|
156
157
|
'pds:design:field:changed': CustomEvent<{ field: string; config: any }>;
|
|
157
158
|
'pds:inspector:mode:changed': CustomEvent<{ active: boolean }>;
|
|
@@ -174,6 +175,35 @@ export class PDS extends EventTarget {
|
|
|
174
175
|
static isLiveMode: () => boolean;
|
|
175
176
|
static findComponentForElement?: (el: Element) => ComponentDef | null;
|
|
176
177
|
static presets?: Record<string, any>;
|
|
178
|
+
static configRelations?: Record<string, any>;
|
|
179
|
+
static configSpec?: Record<string, any> | null;
|
|
180
|
+
static configEditorMetadata?: Record<string, any>;
|
|
181
|
+
static configFormSchema?: {
|
|
182
|
+
schema: Record<string, any>;
|
|
183
|
+
uiSchema: Record<string, any>;
|
|
184
|
+
values: Record<string, any>;
|
|
185
|
+
metadata: Record<string, any>;
|
|
186
|
+
} | null;
|
|
187
|
+
static buildConfigFormSchema?: (designConfig?: Record<string, any>) => {
|
|
188
|
+
schema: Record<string, any>;
|
|
189
|
+
uiSchema: Record<string, any>;
|
|
190
|
+
values: Record<string, any>;
|
|
191
|
+
metadata: Record<string, any>;
|
|
192
|
+
};
|
|
193
|
+
static buildPresetOmniboxSettings?: (options?: {
|
|
194
|
+
hideCategory?: boolean;
|
|
195
|
+
includeIncompatible?: boolean;
|
|
196
|
+
disableIncompatible?: boolean;
|
|
197
|
+
categoryName?: string;
|
|
198
|
+
theme?: string | null;
|
|
199
|
+
onSelect?: (context: {
|
|
200
|
+
preset: Record<string, any>;
|
|
201
|
+
selection: Record<string, any>;
|
|
202
|
+
resolvedTheme: string;
|
|
203
|
+
}) => Promise<any> | any;
|
|
204
|
+
iconHandler?: (item: Record<string, any>) => string;
|
|
205
|
+
}) => Record<string, any>;
|
|
206
|
+
static getConfigEditorMetadata?: (designConfig?: Record<string, any>) => Record<string, any>;
|
|
177
207
|
static enhancerMetadata?: Array<{ selector: string; description?: string; demoHtml?: string }>;
|
|
178
208
|
static defaultEnhancers?: Array<any>;
|
|
179
209
|
static ontology?: any;
|
|
@@ -328,6 +358,7 @@ export interface JsonFormOptions {
|
|
|
328
358
|
icons?: boolean;
|
|
329
359
|
datalists?: boolean;
|
|
330
360
|
rangeOutput?: boolean;
|
|
361
|
+
colorInput?: boolean;
|
|
331
362
|
};
|
|
332
363
|
validation?: {
|
|
333
364
|
showErrors?: boolean;
|
|
@@ -1,6 +1,103 @@
|
|
|
1
|
+
export function clearLiveImportHistory(): Promise<void>;
|
|
2
|
+
export function convertBrandGuidelinesToPatch(input?: {}): {
|
|
3
|
+
source: string;
|
|
4
|
+
type: string;
|
|
5
|
+
confidence: number;
|
|
6
|
+
issues: {
|
|
7
|
+
severity: string;
|
|
8
|
+
message: string;
|
|
9
|
+
path: string;
|
|
10
|
+
}[];
|
|
11
|
+
designPatch: any;
|
|
12
|
+
template: any;
|
|
13
|
+
meta: any;
|
|
14
|
+
};
|
|
15
|
+
export function convertTailwindHtmlToPds(input?: {}): {
|
|
16
|
+
source: string;
|
|
17
|
+
type: string;
|
|
18
|
+
confidence: number;
|
|
19
|
+
issues: {
|
|
20
|
+
severity: string;
|
|
21
|
+
message: string;
|
|
22
|
+
path: string;
|
|
23
|
+
}[];
|
|
24
|
+
designPatch: any;
|
|
25
|
+
template: any;
|
|
26
|
+
meta: any;
|
|
27
|
+
};
|
|
28
|
+
export function createImportResult(input?: {}): {
|
|
29
|
+
source: string;
|
|
30
|
+
type: string;
|
|
31
|
+
confidence: number;
|
|
32
|
+
issues: {
|
|
33
|
+
severity: string;
|
|
34
|
+
message: string;
|
|
35
|
+
path: string;
|
|
36
|
+
}[];
|
|
37
|
+
designPatch: any;
|
|
38
|
+
template: any;
|
|
39
|
+
meta: any;
|
|
40
|
+
};
|
|
41
|
+
export function describeTailwindConversionRules(): {
|
|
42
|
+
directMappings: any;
|
|
43
|
+
ignoredPatterns: any;
|
|
44
|
+
nonPdsClassPatterns: any;
|
|
45
|
+
rulesJsonPath: string;
|
|
46
|
+
};
|
|
47
|
+
export function getLiveImportHistoryEntry(id: any): Promise<any>;
|
|
48
|
+
export function getLiveImportSources(): {
|
|
49
|
+
id: string;
|
|
50
|
+
name: string;
|
|
51
|
+
}[];
|
|
52
|
+
export function isImportResult(value: any): boolean;
|
|
53
|
+
export function listLiveImportHistory(options?: {}): Promise<any>;
|
|
54
|
+
export function listLiveTemplates(options?: {}): Promise<any>;
|
|
1
55
|
export function loadGoogleFont(fontFamily: any, options?: {}): Promise<any>;
|
|
2
|
-
export function
|
|
56
|
+
export function loadLiveTemplateCatalog(options?: {}): Promise<any>;
|
|
57
|
+
export function runLiveImport(request?: {}): Promise<{
|
|
58
|
+
source: string;
|
|
59
|
+
type: string;
|
|
60
|
+
confidence: number;
|
|
61
|
+
issues: {
|
|
62
|
+
severity: string;
|
|
63
|
+
message: string;
|
|
64
|
+
path: string;
|
|
65
|
+
}[];
|
|
66
|
+
designPatch: any;
|
|
67
|
+
template: any;
|
|
68
|
+
meta: any;
|
|
69
|
+
}>;
|
|
70
|
+
export function saveLiveImportHistory(input?: {}): Promise<{
|
|
71
|
+
createdAt: number;
|
|
72
|
+
createdAtIso: string;
|
|
73
|
+
sourceType: string;
|
|
74
|
+
importMode: string;
|
|
75
|
+
source: string;
|
|
76
|
+
type: string;
|
|
77
|
+
fileName: string;
|
|
78
|
+
fileSize: number;
|
|
79
|
+
mimeType: string;
|
|
80
|
+
fileContents: string;
|
|
81
|
+
convertedHtml: string;
|
|
82
|
+
confidence: number;
|
|
83
|
+
notes: string[];
|
|
84
|
+
issues: {
|
|
85
|
+
severity: string;
|
|
86
|
+
message: string;
|
|
87
|
+
}[];
|
|
88
|
+
coverage: any;
|
|
89
|
+
unknownTailwindTokens: string[];
|
|
90
|
+
appliedRules: string[];
|
|
91
|
+
importStyleSheetInjected: boolean;
|
|
92
|
+
templateName: string;
|
|
93
|
+
designPatch: any;
|
|
94
|
+
meta: any;
|
|
95
|
+
resultSnapshot: any;
|
|
96
|
+
id: any;
|
|
97
|
+
}>;
|
|
98
|
+
export function startLive(PDS3: any, config: any, { emitReady, emitConfigChanged, applyResolvedTheme, setupSystemListenerIfNeeded }: {
|
|
3
99
|
emitReady: any;
|
|
100
|
+
emitConfigChanged: any;
|
|
4
101
|
applyResolvedTheme: any;
|
|
5
102
|
setupSystemListenerIfNeeded: any;
|
|
6
103
|
}): Promise<{
|
|
@@ -736,12 +833,13 @@ export function startLive(PDS2: any, config: any, { emitReady, applyResolvedThem
|
|
|
736
833
|
heroSpacing: string;
|
|
737
834
|
footerSpacing: string;
|
|
738
835
|
};
|
|
739
|
-
"__#private@#resolveLayoutMaxWidths"(layoutConfig?: {}): {
|
|
836
|
+
"__#private@#resolveLayoutMaxWidths"(layoutConfig?: {}, options?: {}): {
|
|
740
837
|
sm: any;
|
|
741
838
|
md: any;
|
|
742
839
|
lg: any;
|
|
743
840
|
xl: any;
|
|
744
841
|
};
|
|
842
|
+
"__#private@#hasDefinedConfigValue"(source: any, key: any): boolean;
|
|
745
843
|
"__#private@#formatLength"(value: any, fallback: any): any;
|
|
746
844
|
"__#private@#toNumber"(value: any, fallback: any): any;
|
|
747
845
|
"__#private@#generateTransitionTokens"(behaviorConfig: any): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-manager.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds-manager.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds-manager.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds-manager.js"],"names":[],"mappings":"AAslfA,wDAOC;AAlYD;;;;;;;;;;;;EA2CC;AAnED;;;;;;;;;;;;EAuBC;AA/tGD;;;;;;;;;;;;EAgBC;AAwgFD;;;;;EAgBC;AAuiCD,iEAWC;AA9OD;;;IASC;AAp2GD,oDAIC;AAgjHD,kEASC;AAp9GD,8DAUC;AA3/CD,4EA8CC;AA67CD,oEAKC;AA6vGD;;;;;;;;;;;;GA8GC;AAuFD;;;;;;;;;;;;;;;;;;;;;;;;;;;GASC;AA1zHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAntOE;;;WAGG;;;QAgCH;;;;;;WAMG;;;;;QA8EH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA0uHH;;;WAGG;;;;;;QAksBH;;WAEG;;;;;;;;QAoFH;;;;;;WAMG;;;;;;QAsKH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkoFJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds.js"],"names":[],"mappings":"AAw3EA;;;;EAAwB;AAiIxB,mDAiBC;AACD,4DAqCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-form.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-form.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds-form.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-form.js"],"names":[],"mappings":"AAiCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAcE;IAGF,yBAEC;IAgBC,gBAA2B;IAC3B,cAAyB;IACzB,aAAwB;IACxB,YAAuB;IACvB,eAAoB;IACpB,qBAAwB;IACxB,oBAA2B;IAC3B,mBAAyB;IACzB,mBAAsB;IACtB,oBAAuB;IAiBzB,8CAEC;IACD,4BAEC;IAGD,oBAEC;IAkBD;;;MAIC;IAED,uBAEC;IAED,cAIC;IAED,0BAcC;IAGD,+BAyBC;IA2eD,cA4CC;;CA6tDF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pds-live-converter.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-live-converter.js"],"names":[],"mappings":"AAAA,6BAAsB,oBAAoB,CAAC;AAE3C;IAGI,YAAkB;IAGpB,0BAEC;IAED,6BAGC;IAED,gBA0BC;CACF"}
|
|
@@ -1,196 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
declare function ensureStyles(): void;
|
|
3
|
-
declare function isSelectorSupported(selector: any): boolean;
|
|
4
|
-
declare function collectSelectors(): {
|
|
5
|
-
selector: string;
|
|
6
|
-
list: any[];
|
|
7
|
-
};
|
|
8
|
-
declare function shallowClone(value: any): any;
|
|
9
|
-
declare function deepMerge(target?: {}, source?: {}): {};
|
|
10
|
-
declare function titleize(value: any): string;
|
|
11
|
-
declare function getValueAtPath(obj: any, pathSegments: any): any;
|
|
12
|
-
declare function setValueAtPath(target: any, pathSegments: any, value: any): void;
|
|
13
|
-
declare function setValueAtJsonPath(target: any, jsonPath: any, value: any): void;
|
|
14
|
-
declare function getEnumOptions(path: any): any;
|
|
15
|
-
declare function normalizeEnumValue(path: any, value: any): any;
|
|
16
|
-
declare function normalizePaths(paths: any): any[];
|
|
17
|
-
declare function collectRelationPathsByCategory(): {};
|
|
18
|
-
declare function collectPathsFromRelations(target: any): any[];
|
|
19
|
-
declare function collectQuickRulePaths(target: any): string[];
|
|
20
|
-
declare function isHeadingElement(target: any): boolean;
|
|
21
|
-
declare function hasMeaningfulText(target: any): boolean;
|
|
22
|
-
declare function collectTypographyPathsForTarget(target: any): string[];
|
|
23
|
-
declare function pathExistsInDesign(path: any, design: any): boolean;
|
|
24
|
-
declare function filterPathsByContext(target: any, paths: any, alwaysAllow?: Set<any>): any;
|
|
25
|
-
declare function getActiveTheme(): {
|
|
26
|
-
value: string;
|
|
27
|
-
isDark: boolean;
|
|
28
|
-
};
|
|
29
|
-
declare function getSpacingOffset(): number;
|
|
30
|
-
declare function ensureColorNormalizer(): any;
|
|
31
|
-
declare function normalizeCssColor(value: any): string;
|
|
32
|
-
declare function rgbToHex(value: any): string;
|
|
33
|
-
declare function normalizeHexColor(value: any): any;
|
|
34
|
-
declare function toColorInputValue(value: any): any;
|
|
35
|
-
declare function getCustomPropertyNames(style: any): any[];
|
|
36
|
-
declare function makeTokenMatchers(relations: any): any[];
|
|
37
|
-
declare function addToValueMap(map: any, key: any, value: any): void;
|
|
38
|
-
declare function getTokenIndex(): any;
|
|
39
|
-
declare function extractAllVarRefs(text: any): Set<any>;
|
|
40
|
-
declare function collectVarRefsFromInline(element: any): Set<any>;
|
|
41
|
-
declare function collectScanTargets(target: any, limit?: number): any[];
|
|
42
|
-
declare function collectVarRefsFromMatchingRules(element: any): Set<any>;
|
|
43
|
-
declare function collectPathsFromComputedStyles(target: any): any[] | {
|
|
44
|
-
paths: any[];
|
|
45
|
-
hints: {};
|
|
46
|
-
debug: {
|
|
47
|
-
vars: any[];
|
|
48
|
-
paths: any[];
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
declare function collectQuickContext(target: any): {
|
|
52
|
-
paths: any[];
|
|
53
|
-
hints: any;
|
|
54
|
-
debug: any;
|
|
55
|
-
};
|
|
56
|
-
declare function collectDrawerPaths(quickPaths: any): any[];
|
|
57
|
-
declare function splitFontFamilyStack(value: any): string[];
|
|
58
|
-
declare function getPresetFontFamilyVariations(): any[];
|
|
59
|
-
declare function buildFontFamilyOmniboxSettings(): {
|
|
60
|
-
hideCategory: boolean;
|
|
61
|
-
iconHandler: (item: any) => string;
|
|
62
|
-
categories: {
|
|
63
|
-
FontFamilies: {
|
|
64
|
-
trigger: () => boolean;
|
|
65
|
-
getItems: (options: any) => any[];
|
|
66
|
-
action: (options: any, ev: any) => any;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
declare function buildSchemaFromPaths(paths: any, design: any, hints?: {}): {
|
|
71
|
-
schema: {
|
|
72
|
-
type: string;
|
|
73
|
-
properties: {};
|
|
74
|
-
};
|
|
75
|
-
uiSchema: {};
|
|
76
|
-
};
|
|
77
|
-
declare function getGeneratorClass(): Promise<any>;
|
|
78
|
-
declare function applyDesignPatch(patch: any): Promise<void>;
|
|
79
|
-
declare function getStoredConfig(): any;
|
|
80
|
-
declare function setStoredConfig(nextConfig: any): void;
|
|
81
|
-
declare function getPresetOptions(): {
|
|
82
|
-
id: any;
|
|
83
|
-
name: any;
|
|
84
|
-
}[];
|
|
85
|
-
declare function getActivePresetId(): any;
|
|
86
|
-
declare function applyPresetSelection(presetId: any): Promise<void>;
|
|
87
|
-
declare function figmafyTokens(rawTokens: any): any;
|
|
88
|
-
declare function downloadTextFile(content: any, filename: any, mimeType: any): void;
|
|
89
|
-
declare function getLiveEditExportConfig(): {
|
|
90
|
-
preset: any;
|
|
91
|
-
design: any;
|
|
92
|
-
};
|
|
93
|
-
declare function buildConfigModuleContent(config: any): string;
|
|
94
|
-
declare function exportFromLiveEdit(format: any): Promise<void>;
|
|
95
|
-
declare function setFormSchemas(form: any, schema: any, uiSchema: any, design: any): void;
|
|
96
|
-
declare function buildForm(paths: any, design: any, onSubmit: any, onUndo: any, hints?: {}): Promise<{
|
|
97
|
-
form: import("../../../../src/js/pds").SchemaForm;
|
|
98
|
-
applyBtn: HTMLButtonElement;
|
|
99
|
-
undoBtn: HTMLButtonElement;
|
|
100
|
-
}>;
|
|
101
|
-
declare const PDS: any;
|
|
102
|
-
declare const EDITOR_TAG: "pds-live-edit";
|
|
103
|
-
declare const STYLE_ID: "pds-live-editor-styles";
|
|
104
|
-
declare const TARGET_ATTR: "data-pds-live-target";
|
|
105
|
-
declare const DROPDOWN_CLASS: "pds-live-editor-dropdown";
|
|
106
|
-
declare const MARKER_CLASS: "pds-live-editor-marker";
|
|
107
|
-
declare namespace CATEGORY_ICONS {
|
|
108
|
-
let colors: string;
|
|
109
|
-
let typography: string;
|
|
110
|
-
let spatialRhythm: string;
|
|
111
|
-
let shape: string;
|
|
112
|
-
let layout: string;
|
|
113
|
-
let behavior: string;
|
|
114
|
-
let layers: string;
|
|
115
|
-
let icons: string;
|
|
116
|
-
}
|
|
117
|
-
declare const QUICK_RULES: {
|
|
118
|
-
selector: string;
|
|
119
|
-
paths: string[];
|
|
120
|
-
}[];
|
|
121
|
-
declare const DEFAULT_QUICK_PATHS: string[];
|
|
122
|
-
declare const QUICK_STYLE_PROPERTIES: string[];
|
|
123
|
-
declare const INLINE_VAR_REGEX: RegExp;
|
|
124
|
-
declare const CUSTOM_PROP_REGEX: RegExp;
|
|
125
|
-
declare const COLOR_VALUE_REGEX: RegExp;
|
|
126
|
-
declare const ENUM_FIELD_OPTIONS: {
|
|
127
|
-
"shape.borderWidth": string[];
|
|
128
|
-
};
|
|
129
|
-
declare let cachedTokenIndex: any;
|
|
130
|
-
declare let cachedTokenIndexMeta: any;
|
|
131
|
-
declare let colorNormalizer: any;
|
|
132
|
-
declare const GLOBAL_LAYOUT_PATHS: Set<string>;
|
|
133
|
-
declare const FORM_CONTEXT_PATHS: Set<string>;
|
|
134
|
-
declare const SURFACE_CONTEXT_PATHS: Set<string>;
|
|
135
|
-
declare const DARK_MODE_PATH_MARKER: ".darkMode.";
|
|
136
|
-
declare const QUICK_EDIT_LIMIT: 4;
|
|
137
|
-
declare const DROPDOWN_VIEWPORT_PADDING: 8;
|
|
138
|
-
declare const FONT_FAMILY_PATH_REGEX: RegExp;
|
|
139
|
-
declare class PdsLiveEdit extends HTMLElement {
|
|
140
|
-
_boundMouseOver: any;
|
|
141
|
-
_boundMouseOut: any;
|
|
142
|
-
_boundMouseMove: any;
|
|
143
|
-
_boundReposition: any;
|
|
144
|
-
_activeTarget: any;
|
|
145
|
-
_activeDropdown: HTMLElement;
|
|
146
|
-
_holdOpen: boolean;
|
|
147
|
-
_closeTimer: number;
|
|
148
|
-
_drawer: HTMLElement;
|
|
149
|
-
_selectors: {
|
|
150
|
-
selector: string;
|
|
151
|
-
list: any[];
|
|
152
|
-
};
|
|
153
|
-
_lastPointer: {
|
|
154
|
-
x: any;
|
|
155
|
-
y: any;
|
|
156
|
-
};
|
|
157
|
-
_boundDocKeydown: any;
|
|
158
|
-
_connected: boolean;
|
|
159
|
-
_undoStack: any[];
|
|
160
|
-
_dropdownMenuOpen: boolean;
|
|
161
|
-
_dropdownObserver: MutationObserver;
|
|
162
|
-
connectedCallback(): void;
|
|
163
|
-
disconnectedCallback(): void;
|
|
164
|
-
_teardown(): void;
|
|
165
|
-
_handleMouseOver(event: any): void;
|
|
166
|
-
_handleMouseOut(event: any): void;
|
|
167
|
-
_findEditableTarget(node: any): any;
|
|
168
|
-
_showForTarget(target: any): void;
|
|
169
|
-
_removeActiveUI(): void;
|
|
170
|
-
_addDocumentListeners(): void;
|
|
171
|
-
_removeDocumentListeners(): void;
|
|
172
|
-
_handleDocumentKeydown(event: any): void;
|
|
173
|
-
_scheduleClose(): void;
|
|
174
|
-
_clearCloseTimer(): void;
|
|
175
|
-
_addRepositionListeners(): void;
|
|
176
|
-
_removeRepositionListeners(): void;
|
|
177
|
-
_repositionDropdown(): void;
|
|
178
|
-
_positionDropdown(target: any, dropdown: any): void;
|
|
179
|
-
_handleMouseMove(event: any): void;
|
|
180
|
-
_addMouseMoveListener(): void;
|
|
181
|
-
_removeMouseMoveListener(): void;
|
|
182
|
-
_addMouseOverListener(): void;
|
|
183
|
-
_removeMouseOverListener(): void;
|
|
184
|
-
_watchDropdownState(): void;
|
|
185
|
-
_watchDropdownState(): void;
|
|
186
|
-
_unwatchDropdownState(): void;
|
|
187
|
-
_unwatchDropdownState(): void;
|
|
188
|
-
_isPointerWithinSafeZone(): boolean;
|
|
189
|
-
_buildDropdown(target: any, quickPaths: any, hints: any, debug: any): HTMLElement;
|
|
190
|
-
_renderQuickForm(container: any, footer: any, paths: any, design: any, hints: any, target: any, quickPaths: any): Promise<void>;
|
|
191
|
-
_openDrawer(target: any, quickPaths: any): Promise<void>;
|
|
192
|
-
_handleExport(format: any): Promise<void>;
|
|
193
|
-
_handleFormSubmit(event: any, form: any): Promise<void>;
|
|
194
|
-
_handleUndo(): Promise<void>;
|
|
195
|
-
}
|
|
1
|
+
export {};
|
|
196
2
|
//# sourceMappingURL=pds-live-edit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-live-edit.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-live-edit.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds-live-edit.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-live-edit.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pds-live-importer.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-live-importer.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pds-live-template-canvas.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-live-template-canvas.js"],"names":[],"mappings":""}
|
|
@@ -20,8 +20,6 @@ export class PdsOmnibox extends HTMLElement {
|
|
|
20
20
|
get autocomplete(): string;
|
|
21
21
|
set icon(value: string);
|
|
22
22
|
get icon(): string;
|
|
23
|
-
set itemGrid(value: string);
|
|
24
|
-
get itemGrid(): string;
|
|
25
23
|
formAssociatedCallback(): void;
|
|
26
24
|
formDisabledCallback(disabled: any): void;
|
|
27
25
|
formResetCallback(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-omnibox.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-omnibox.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds-omnibox.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-omnibox.js"],"names":[],"mappings":"AAmBA;IACE,+BAA6B;IAE7B,0CAUC;IAuBD,0BAaC;IAED,6BAgBC;IAED,wEAGC;IAMD,yBAEC;IAND,oBAEC;IAUD,wBAGC;IAPD,mBAEC;IAWD,+BAGC;IAPD,0BAEC;IAWD,sBAIC;IARD,iBAEC;IAYD,6BAGC;IAPD,wBAEC;IAWD,6BAGC;IAPD,wBAEC;IAWD,gCAGC;IAPD,2BAEC;IAWD,wBAGC;IAPD,mBAEC;IAOD,+BAA2B;IAE3B,0CAGC;IAED,0BAEC;IAED,2CAEC;IAED,qBAEC;IAED,sBAEC;;CAouBF"}
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
*
|
|
12
12
|
* @attr {string} label - Accessible label for the scroll region; also used as fallback heading copy
|
|
13
13
|
* @attr {"start"|"center"} snap - Snap alignment for tiles when scrolling (default: start)
|
|
14
|
+
* @attr {string} tile-min - Minimum tile width (CSS length, e.g. "250px")
|
|
15
|
+
* @attr {string} tile-max - Maximum tile width (CSS length, e.g. "360px")
|
|
14
16
|
*/
|
|
15
17
|
declare class PdsScrollrow extends HTMLElement {
|
|
16
18
|
static get observedAttributes(): string[];
|
|
@@ -35,6 +37,24 @@ declare class PdsScrollrow extends HTMLElement {
|
|
|
35
37
|
* @returns {"start"|"center"}
|
|
36
38
|
*/
|
|
37
39
|
get snap(): "start" | "center";
|
|
40
|
+
/**
|
|
41
|
+
* @param {string|null} val
|
|
42
|
+
*/
|
|
43
|
+
set tileMin(val: string | null);
|
|
44
|
+
/**
|
|
45
|
+
* Minimum tile size applied to slotted content.
|
|
46
|
+
* @returns {string|null}
|
|
47
|
+
*/
|
|
48
|
+
get tileMin(): string | null;
|
|
49
|
+
/**
|
|
50
|
+
* @param {string|null} val
|
|
51
|
+
*/
|
|
52
|
+
set tileMax(val: string | null);
|
|
53
|
+
/**
|
|
54
|
+
* Maximum tile size applied to slotted content.
|
|
55
|
+
* @returns {string|null}
|
|
56
|
+
*/
|
|
57
|
+
get tileMax(): string | null;
|
|
38
58
|
/**
|
|
39
59
|
* Lifecycle hook called when the element is inserted into the document.
|
|
40
60
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-scrollrow.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-scrollrow.js"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pds-scrollrow.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-scrollrow.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH;IAME,0CAEC;IAOD,2CA8CE;IA+BF;;;OAGG;IACH,eAFW,MAAM,GAAC,IAAI,EAKrB;IAfD;;;OAGG;IACH,aAFa,MAAM,GAAC,IAAI,CAKvB;IAgBD;;;OAGG;IACH,cAFW,MAAM,GAAC,IAAI,EAKrB;IAdD;;;OAGG;IACH,YAFa,OAAO,GAAC,QAAQ,CAI5B;IAiBD;;OAEG;IACH,iBAFW,MAAM,GAAC,IAAI,EAKrB;IAbD;;;OAGG;IACH,eAFa,MAAM,GAAC,IAAI,CAIvB;IAgBD;;OAEG;IACH,iBAFW,MAAM,GAAC,IAAI,EAKrB;IAbD;;;OAGG;IACH,eAFa,MAAM,GAAC,IAAI,CAIvB;IASD;;OAEG;IACH,0BAQC;IAED;;OAEG;IACH,6BAEC;IAED;;;;;OAKG;IACH,+BAJW,MAAM,YACN,MAAM,GAAC,IAAI,YACX,MAAM,GAAC,IAAI,QA2CrB;IAED;;OAEG;IACH,eAmCC;IA8DD;;;OAGG;IACH,UAFW,KAAK,QAMf;;CA4CF"}
|
|
@@ -58,7 +58,7 @@ export class AppToaster extends HTMLElement {
|
|
|
58
58
|
* @param {boolean} persistent
|
|
59
59
|
* @returns {HTMLElement}
|
|
60
60
|
*/
|
|
61
|
-
createToastElement(id: string, message: string, type: "information" | "success" | "warning" | "error", closable: boolean, duration: number, persistent: boolean): HTMLElement;
|
|
61
|
+
createToastElement(id: string, message: string, type: "information" | "success" | "warning" | "error", closable: boolean, duration: number, persistent: boolean, html?: boolean, action?: any): HTMLElement;
|
|
62
62
|
/**
|
|
63
63
|
* Dismiss a toast by ID
|
|
64
64
|
* @method dismissToast
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds-toaster.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-toaster.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH;IAGI,cAAgB;IAGlB;;;OAGG;IACH,qBAFa,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"pds-toaster.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-toaster.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH;IAGI,cAAgB;IAGlB;;;OAGG;IACH,qBAFa,OAAO,CAAC,IAAI,CAAC,CAqIzB;IA9HC,oCAGC;IA6HH;;OAEG;IACH,6BAMC;IAED;;;;;;;;;;;OAWG;IACH,sBARW,MAAM,YAEd;QAA4D,IAAI,GAAxD,aAAa,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO;QACxB,QAAQ,GAAzB,MAAM;QACY,QAAQ,GAA1B,OAAO;QACW,UAAU,GAA5B,OAAO;KACf,GAAU,MAAM,CAyBlB;IA4CD;;;;;;;;;OASG;IACH,uBARW,MAAM,WACN,MAAM,QACN,aAAa,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,YACzC,OAAO,YACP,MAAM,cACN,OAAO,iCACL,WAAW,CA+EvB;IAED;;;;;OAKG;IACH,6BAFW,MAAM,QAkBhB;IAED;;OAEG;IACH,mBAaC;IA2DD;;;;;;;OAOG;IACH,6BAJW,MAAM,kBAEJ,MAAM,CAIlB;IAED;;;;;;;OAOG;IACH,6BAJW,MAAM,kBAEJ,MAAM,CAIlB;IAED;;;;;;;OAOG;IACH,2BAJW,MAAM,kBAEJ,MAAM,CAIlB;IAED;;;;;;;OAOG;IACH,0BAJW,MAAM,kBAEJ,MAAM,CAIlB;;CACF"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export class PdsTreeview extends HTMLElement {
|
|
2
|
+
static formAssociated: boolean;
|
|
3
|
+
static get observedAttributes(): string[];
|
|
4
|
+
connectedCallback(): void;
|
|
5
|
+
attributeChangedCallback(name: any, oldValue: any, newValue: any): void;
|
|
6
|
+
formAssociatedCallback(): void;
|
|
7
|
+
formDisabledCallback(disabled: any): void;
|
|
8
|
+
formResetCallback(): void;
|
|
9
|
+
set value(value: string);
|
|
10
|
+
get value(): string;
|
|
11
|
+
formStateRestoreCallback(state: any): void;
|
|
12
|
+
set settings(value: {});
|
|
13
|
+
get settings(): {};
|
|
14
|
+
set options(value: {});
|
|
15
|
+
get options(): {};
|
|
16
|
+
set name(value: string);
|
|
17
|
+
get name(): string;
|
|
18
|
+
set disabled(value: boolean);
|
|
19
|
+
get disabled(): boolean;
|
|
20
|
+
set required(value: boolean);
|
|
21
|
+
get required(): boolean;
|
|
22
|
+
set displayOnly(value: boolean);
|
|
23
|
+
get displayOnly(): boolean;
|
|
24
|
+
set expandedAll(value: boolean);
|
|
25
|
+
get expandedAll(): boolean;
|
|
26
|
+
get selectedNode(): any;
|
|
27
|
+
getSelectedNode(): any;
|
|
28
|
+
refresh(): Promise<void>;
|
|
29
|
+
expandAll(): void;
|
|
30
|
+
collapseAll(): void;
|
|
31
|
+
selectById(id: any): boolean;
|
|
32
|
+
selectByValue(value: any): boolean;
|
|
33
|
+
checkValidity(): boolean;
|
|
34
|
+
reportValidity(): boolean;
|
|
35
|
+
#private;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=pds-treeview.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pds-treeview.d.ts","sourceRoot":"","sources":["../../../../../../public/assets/pds/components/pds-treeview.js"],"names":[],"mappings":"AA6BA;IACC,+BAA6B;IAE7B,0CAEC;IAuBD,0BAIC;IAED,wEAUC;IAED,+BAA2B;IAE3B,0CAGC;IAED,0BAGC;IAqCD,yBAIC;IARD,oBAEC;IAjCD,2CAGC;IAMD,wBAGC;IAPD,mBAEC;IAWD,uBAEC;IAND,kBAEC;IAUD,wBAGC;IAPD,mBAEC;IAqBD,6BAGC;IAPD,wBAEC;IAWD,6BAGC;IAPD,wBAEC;IAWD,gCAGC;IAPD,2BAEC;IAWD,gCAGC;IAPD,2BAEC;IAOD,wBAEC;IAED,uBAEC;IAED,yBAsCC;IAED,kBAKC;IAED,oBAGC;IAED,6BAIC;IAED,mCAgBC;IAED,yBAGC;IAED,0BAGC;;CAusBD"}
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
* @param {number} [options.duration] - Duration in milliseconds (auto-calculated if not provided based on message length)
|
|
12
12
|
* @param {boolean} [options.closable=true] - Whether the toast can be manually closed
|
|
13
13
|
* @param {boolean} [options.persistent=false] - If true, toast won't auto-dismiss (requires manual close)
|
|
14
|
+
* @param {boolean} [options.html=false] - Render `message` as HTML (trusted content only)
|
|
15
|
+
* @param {{label: string, onClick?: Function, dismissOnClick?: boolean}} [options.action] - Optional action button config
|
|
14
16
|
* @returns {Promise<string>} Toast ID (can be used to dismiss programmatically)
|
|
15
17
|
*
|
|
16
18
|
* @example
|
|
@@ -43,6 +45,12 @@ export function toast(message: string, options?: {
|
|
|
43
45
|
duration?: number;
|
|
44
46
|
closable?: boolean;
|
|
45
47
|
persistent?: boolean;
|
|
48
|
+
html?: boolean;
|
|
49
|
+
action?: {
|
|
50
|
+
label: string;
|
|
51
|
+
onClick?: Function;
|
|
52
|
+
dismissOnClick?: boolean;
|
|
53
|
+
};
|
|
46
54
|
}): Promise<string>;
|
|
47
55
|
export namespace toast {
|
|
48
56
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../src/js/common/toast.js"],"names":[],"mappings":"AAoBA
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../src/js/common/toast.js"],"names":[],"mappings":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,+BAnCW,MAAM,YAEd;IAA4D,IAAI,GAAxD,aAAa,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO;IACxB,QAAQ,GAAzB,MAAM;IACY,QAAQ,GAA1B,OAAO;IACW,UAAU,GAA5B,OAAO;IACW,IAAI,GAAtB,OAAO;IACiE,MAAM,GAA9E;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,WAAW;QAAC,cAAc,CAAC,EAAE,OAAO,CAAA;KAAC;CACrE,GAAU,OAAO,CAAC,MAAM,CAAC,CA8B3B;;IAED;;;;;;;;;OASG;IACH,0BAPW,MAAM,kBAEJ,OAAO,CAAC,MAAM,CAAC,CAO3B;IAED;;;;;;;;;OASG;IACH,wBAPW,MAAM,kBAEJ,OAAO,CAAC,MAAM,CAAC,CAO3B;IAED;;;;;;;;;OASG;IACH,0BAPW,MAAM,kBAEJ,OAAO,CAAC,MAAM,CAAC,CAO3B;IAED;;;;;;;;;OASG;IACH,uBAPW,MAAM,kBAEJ,OAAO,CAAC,MAAM,CAAC,CAO3B"}
|