@pure-ds/core 0.5.59 → 0.5.61

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.
@@ -1,9 +1,5 @@
1
- export namespace config {
2
- let mode: string;
3
- let preset: string;
4
- namespace autoDefine {
5
- let predefine: string[];
6
- }
7
- function log(level: any, message: any, ...data: any[]): void;
8
- }
1
+ /** @typedef {import("./src/js/pds-core/pds-config.js").PDSInitConfig} PDSInitConfig */
2
+ /** @type {PDSInitConfig} */
3
+ export const config: PDSInitConfig;
4
+ export type PDSInitConfig = import("./src/js/pds-core/pds-config.js").PDSInitConfig;
9
5
  //# sourceMappingURL=pds.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pds.config.d.ts","sourceRoot":"","sources":["../../pds.config.js"],"names":[],"mappings":";;;;;;IAQE,6DAEC"}
1
+ {"version":3,"file":"pds.config.d.ts","sourceRoot":"","sources":["../../pds.config.js"],"names":[],"mappings":"AAEA,uFAAuF;AAEvF,4BAA4B;AAC5B,qBADW,aAAa,CAWtB;4BAbY,OAAO,iCAAiC,EAAE,aAAa"}
@@ -286,7 +286,6 @@ export class PDS extends EventTarget {
286
286
  // live-only
287
287
  preloadStyles?: boolean;
288
288
  criticalLayers?: string[];
289
- applyConfiguratorStyles?: boolean;
290
289
  managerURL?: string;
291
290
  // static-only
292
291
  staticPaths?: Record<string, string>;