@json-layout/core 1.12.3 → 1.12.5

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 (58) hide show
  1. package/package.json +1 -1
  2. package/src/compile/skeleton-node.js +11 -6
  3. package/src/state/index.js +10 -4
  4. package/src/state/state-node.js +30 -10
  5. package/types/compile/index.d.ts +0 -16
  6. package/types/compile/index.d.ts.map +0 -1
  7. package/types/compile/options.d.ts +0 -6
  8. package/types/compile/options.d.ts.map +0 -1
  9. package/types/compile/serialize.d.ts +0 -6
  10. package/types/compile/serialize.d.ts.map +0 -1
  11. package/types/compile/skeleton-node.d.ts +0 -21
  12. package/types/compile/skeleton-node.d.ts.map +0 -1
  13. package/types/compile/skeleton-tree.d.ts +0 -19
  14. package/types/compile/skeleton-tree.d.ts.map +0 -1
  15. package/types/compile/types.d.ts +0 -62
  16. package/types/compile/types.d.ts.map +0 -1
  17. package/types/compile/utils/resolve-refs.d.ts +0 -17
  18. package/types/compile/utils/resolve-refs.d.ts.map +0 -1
  19. package/types/compile/utils/x-i18n.d.ts +0 -2
  20. package/types/compile/utils/x-i18n.d.ts.map +0 -1
  21. package/types/i18n/de.d.ts +0 -41
  22. package/types/i18n/de.d.ts.map +0 -1
  23. package/types/i18n/en.d.ts +0 -41
  24. package/types/i18n/en.d.ts.map +0 -1
  25. package/types/i18n/fr.d.ts +0 -41
  26. package/types/i18n/fr.d.ts.map +0 -1
  27. package/types/i18n/index.d.ts +0 -8
  28. package/types/i18n/index.d.ts.map +0 -1
  29. package/types/i18n/nl.d.ts +0 -41
  30. package/types/i18n/nl.d.ts.map +0 -1
  31. package/types/i18n/types.d.ts +0 -40
  32. package/types/i18n/types.d.ts.map +0 -1
  33. package/types/index.d.ts +0 -5
  34. package/types/index.d.ts.map +0 -1
  35. package/types/state/index.d.ts +0 -285
  36. package/types/state/index.d.ts.map +0 -1
  37. package/types/state/options.d.ts +0 -11
  38. package/types/state/options.d.ts.map +0 -1
  39. package/types/state/state-node.d.ts +0 -39
  40. package/types/state/state-node.d.ts.map +0 -1
  41. package/types/state/state-tree.d.ts +0 -13
  42. package/types/state/state-tree.d.ts.map +0 -1
  43. package/types/state/types.d.ts +0 -191
  44. package/types/state/types.d.ts.map +0 -1
  45. package/types/state/utils/display.d.ts +0 -51
  46. package/types/state/utils/display.d.ts.map +0 -1
  47. package/types/state/utils/immutable.d.ts +0 -21
  48. package/types/state/utils/immutable.d.ts.map +0 -1
  49. package/types/state/utils/regexps.d.ts +0 -6
  50. package/types/state/utils/regexps.d.ts.map +0 -1
  51. package/types/state/utils/urls.d.ts +0 -2
  52. package/types/state/utils/urls.d.ts.map +0 -1
  53. package/types/utils/build.d.ts +0 -5
  54. package/types/utils/build.d.ts.map +0 -1
  55. package/types/utils/clone.d.ts +0 -2
  56. package/types/utils/clone.d.ts.map +0 -1
  57. package/types/utils/doc-options.d.ts +0 -14
  58. package/types/utils/doc-options.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"regexps.d.ts","sourceRoot":"","sources":["../../../src/state/utils/regexps.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,+BAHW,MAAM,GACJ,MAAM,CAKlB"}
@@ -1,2 +0,0 @@
1
- export function pathURL(url: string, baseURL: string): URL;
2
- //# sourceMappingURL=urls.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"urls.d.ts","sourceRoot":"","sources":["../../../src/state/utils/urls.js"],"names":[],"mappings":"AAEO,6BAA4B,MAAM,WAAoB,MAAM,OAIlE"}
@@ -1,5 +0,0 @@
1
- /** @type {string[]} */
2
- export const commonjsDeps: string[];
3
- /** @type {string[][]} */
4
- export const commonjsDepsPaths: string[][];
5
- //# sourceMappingURL=build.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/utils/build.js"],"names":[],"mappings":"AAEA,uBAAuB;AACvB,2BADW,MAAM,EAAE,CASlB;AAED,yBAAyB;AACzB,gCADW,MAAM,EAAE,EAAE,CASpB"}
@@ -1,2 +0,0 @@
1
- export { clone } from "@json-layout/vocabulary";
2
- //# sourceMappingURL=clone.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../src/utils/clone.js"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
1
- /**
2
- * @typedef {{key: string, description: string, default?: any, values?: Record<string, any>}[]} DocOptions
3
- */
4
- /** @type {DocOptions} */
5
- export const compileOptions: DocOptions;
6
- /** @type {DocOptions} */
7
- export const runtimeOptions: DocOptions;
8
- export type DocOptions = {
9
- key: string;
10
- description: string;
11
- default?: any;
12
- values?: Record<string, any>;
13
- }[];
14
- //# sourceMappingURL=doc-options.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"doc-options.d.ts","sourceRoot":"","sources":["../../src/utils/doc-options.js"],"names":[],"mappings":"AAEA;;GAEG;AAEH,yBAAyB;AACzB,6BADW,UAAU,CAiGpB;AAED,yBAAyB;AACzB,6BADW,UAAU,CAmHpB;yBAzNY;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,GAAG,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAC,EAAE"}