@theia/core 1.73.0-next.2 → 1.73.0-next.24

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 (136) hide show
  1. package/lib/browser/authentication-service.d.ts +2 -0
  2. package/lib/browser/authentication-service.d.ts.map +1 -1
  3. package/lib/browser/authentication-service.js +8 -2
  4. package/lib/browser/authentication-service.js.map +1 -1
  5. package/lib/browser/catalog.json +204 -73
  6. package/lib/browser/frontend-application.d.ts +2 -0
  7. package/lib/browser/frontend-application.d.ts.map +1 -1
  8. package/lib/browser/frontend-application.js +15 -9
  9. package/lib/browser/frontend-application.js.map +1 -1
  10. package/lib/browser/json-schema-store.d.ts +2 -0
  11. package/lib/browser/json-schema-store.d.ts.map +1 -1
  12. package/lib/browser/json-schema-store.js +8 -2
  13. package/lib/browser/json-schema-store.js.map +1 -1
  14. package/lib/browser/keybinding.js +2 -1
  15. package/lib/browser/keybinding.js.map +1 -1
  16. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
  17. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
  18. package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
  19. package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
  20. package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
  21. package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
  22. package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
  23. package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
  24. package/lib/browser/preferences/preference-validation-service.js +11 -5
  25. package/lib/browser/preferences/preference-validation-service.js.map +1 -1
  26. package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
  27. package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
  28. package/lib/browser/quick-input/quick-view-service.d.ts +1 -0
  29. package/lib/browser/quick-input/quick-view-service.d.ts.map +1 -1
  30. package/lib/browser/quick-input/quick-view-service.js +6 -1
  31. package/lib/browser/quick-input/quick-view-service.js.map +1 -1
  32. package/lib/browser/quick-input/quick-view-service.spec.d.ts +2 -0
  33. package/lib/browser/quick-input/quick-view-service.spec.d.ts.map +1 -0
  34. package/lib/browser/quick-input/quick-view-service.spec.js +41 -0
  35. package/lib/browser/quick-input/quick-view-service.spec.js.map +1 -0
  36. package/lib/browser/secondary-window-handler.d.ts +2 -0
  37. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  38. package/lib/browser/secondary-window-handler.js +12 -6
  39. package/lib/browser/secondary-window-handler.js.map +1 -1
  40. package/lib/browser/shell/application-shell.d.ts +2 -0
  41. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  42. package/lib/browser/shell/application-shell.js +9 -3
  43. package/lib/browser/shell/application-shell.js.map +1 -1
  44. package/lib/browser/tree/tree-container.spec.js +4 -0
  45. package/lib/browser/tree/tree-container.spec.js.map +1 -1
  46. package/lib/browser/tree/tree.d.ts +2 -0
  47. package/lib/browser/tree/tree.d.ts.map +1 -1
  48. package/lib/browser/tree/tree.js +7 -1
  49. package/lib/browser/tree/tree.js.map +1 -1
  50. package/lib/browser/window/default-window-service.d.ts +2 -1
  51. package/lib/browser/window/default-window-service.d.ts.map +1 -1
  52. package/lib/browser/window/default-window-service.js +10 -5
  53. package/lib/browser/window/default-window-service.js.map +1 -1
  54. package/lib/browser/window/default-window-service.spec.js +2 -0
  55. package/lib/browser/window/default-window-service.spec.js.map +1 -1
  56. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
  57. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  58. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
  59. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  60. package/lib/common/command.d.ts +2 -0
  61. package/lib/common/command.d.ts.map +1 -1
  62. package/lib/common/command.js +10 -4
  63. package/lib/common/command.js.map +1 -1
  64. package/lib/electron-main/electron-main-application.d.ts +2 -0
  65. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  66. package/lib/electron-main/electron-main-application.js +17 -9
  67. package/lib/electron-main/electron-main-application.js.map +1 -1
  68. package/lib/electron-main/messaging/electron-messaging-contribution.d.ts +2 -0
  69. package/lib/electron-main/messaging/electron-messaging-contribution.d.ts.map +1 -1
  70. package/lib/electron-main/messaging/electron-messaging-contribution.js +9 -3
  71. package/lib/electron-main/messaging/electron-messaging-contribution.js.map +1 -1
  72. package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
  73. package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
  74. package/lib/electron-node/request/electron-backend-request-service.js +7 -1
  75. package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
  76. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
  77. package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
  78. package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
  79. package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
  80. package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
  81. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  82. package/lib/electron-node/token/electron-token-validator.js +7 -1
  83. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  84. package/lib/node/backend-application.d.ts +2 -0
  85. package/lib/node/backend-application.d.ts.map +1 -1
  86. package/lib/node/backend-application.js +17 -11
  87. package/lib/node/backend-application.js.map +1 -1
  88. package/lib/node/backend-application.spec.js +3 -2
  89. package/lib/node/backend-application.spec.js.map +1 -1
  90. package/lib/node/messaging/default-messaging-service.d.ts +2 -0
  91. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  92. package/lib/node/messaging/default-messaging-service.js +8 -2
  93. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  94. package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
  95. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
  96. package/lib/node/messaging/websocket-endpoint.d.ts +2 -0
  97. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  98. package/lib/node/messaging/websocket-endpoint.js +7 -1
  99. package/lib/node/messaging/websocket-endpoint.js.map +1 -1
  100. package/lib/node/process-utils.d.ts +2 -0
  101. package/lib/node/process-utils.d.ts.map +1 -1
  102. package/lib/node/process-utils.js +8 -2
  103. package/lib/node/process-utils.js.map +1 -1
  104. package/lib/node/process-utils.spec.js +11 -9
  105. package/lib/node/process-utils.spec.js.map +1 -1
  106. package/package.json +4 -4
  107. package/src/browser/authentication-service.ts +6 -3
  108. package/src/browser/frontend-application.ts +13 -9
  109. package/src/browser/json-schema-store.ts +6 -2
  110. package/src/browser/keybinding.ts +2 -2
  111. package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
  112. package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
  113. package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
  114. package/src/browser/preferences/preference-validation-service.ts +9 -6
  115. package/src/browser/quick-input/quick-view-service.spec.ts +50 -0
  116. package/src/browser/quick-input/quick-view-service.ts +5 -0
  117. package/src/browser/secondary-window-handler.ts +11 -7
  118. package/src/browser/shell/application-shell.ts +8 -4
  119. package/src/browser/tree/tree-container.spec.ts +6 -0
  120. package/src/browser/tree/tree.ts +6 -2
  121. package/src/browser/window/default-window-service.spec.ts +3 -1
  122. package/src/browser/window/default-window-service.ts +9 -6
  123. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
  124. package/src/common/command.ts +8 -4
  125. package/src/electron-main/electron-main-application.ts +15 -9
  126. package/src/electron-main/messaging/electron-messaging-contribution.ts +7 -3
  127. package/src/electron-node/request/electron-backend-request-service.ts +6 -2
  128. package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
  129. package/src/electron-node/token/electron-token-validator.ts +6 -2
  130. package/src/node/backend-application.spec.ts +3 -3
  131. package/src/node/backend-application.ts +15 -11
  132. package/src/node/messaging/default-messaging-service.ts +6 -2
  133. package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
  134. package/src/node/messaging/websocket-endpoint.ts +6 -2
  135. package/src/node/process-utils.spec.ts +12 -9
  136. package/src/node/process-utils.ts +7 -3
@@ -2,6 +2,12 @@
2
2
  "$schema": "https://www.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "SigmaCV CV",
7
+ "description": "SigmaCV canonical academic-CV object — open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
8
+ "fileMatch": ["**/*.sigmacv.json"],
9
+ "url": "https://www.schemastore.org/sigmacv.json"
10
+ },
5
11
  {
6
12
  "name": "revola.json",
7
13
  "description": "Configuration file for Revola",
@@ -64,7 +70,9 @@
64
70
  "fileMatch": [
65
71
  ".platform.app.yml",
66
72
  ".platform.app.yaml",
67
- "**/.platform.app.yml"
73
+ "**/.platform.app.yml",
74
+ "**/.platform/applications.yml",
75
+ "**/.platform/applications.yaml"
68
76
  ],
69
77
  "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
70
78
  },
@@ -199,7 +207,7 @@
199
207
  "name": ".aiproj.json",
200
208
  "description": "Settings for project analysis by the Application Inspector",
201
209
  "fileMatch": [".aiproj.json"],
202
- "url": "https://www.schemastore.org/aiproj-1.9.json",
210
+ "url": "https://www.schemastore.org/aiproj-1.10.json",
203
211
  "versions": {
204
212
  "1.0": "https://www.schemastore.org/aiproj-1.0.json",
205
213
  "1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -210,7 +218,8 @@
210
218
  "1.6": "https://www.schemastore.org/aiproj-1.6.json",
211
219
  "1.7": "https://www.schemastore.org/aiproj-1.7.json",
212
220
  "1.8": "https://www.schemastore.org/aiproj-1.8.json",
213
- "1.9": "https://www.schemastore.org/aiproj-1.9.json"
221
+ "1.9": "https://www.schemastore.org/aiproj-1.9.json",
222
+ "1.10": "https://www.schemastore.org/aiproj-1.10.json"
214
223
  }
215
224
  },
216
225
  {
@@ -1887,6 +1896,12 @@
1887
1896
  "fileMatch": ["**/charts/*/tests/*.yaml"],
1888
1897
  "url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
1889
1898
  },
1899
+ {
1900
+ "name": "Hex file",
1901
+ "description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
1902
+ "fileMatch": ["*.hex.yaml"],
1903
+ "url": "https://static.hex.site/hex-file-schema.json"
1904
+ },
1890
1905
  {
1891
1906
  "name": "CircleCI config.yml",
1892
1907
  "description": "CircleCI config files",
@@ -1963,6 +1978,12 @@
1963
1978
  "fileMatch": ["**/.codex/hooks.json"],
1964
1979
  "url": "https://www.schemastore.org/codex-hooks.json"
1965
1980
  },
1981
+ {
1982
+ "name": "Codex Skill Metadata",
1983
+ "description": "OpenAI Codex skill metadata file",
1984
+ "fileMatch": ["**/agents/openai.yaml"],
1985
+ "url": "https://www.schemastore.org/codex-skill-metadata.json"
1986
+ },
1966
1987
  {
1967
1988
  "name": "codemagic",
1968
1989
  "description": "Codemagic CI/CD file configuration",
@@ -2434,8 +2455,13 @@
2434
2455
  },
2435
2456
  {
2436
2457
  "name": "dependabot-v2.json",
2437
- "description": "GitHub Actions' dependabot.yml files",
2438
- "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
2458
+ "description": "Dependabot v2 configuration files",
2459
+ "fileMatch": [
2460
+ "**/.azuredevops/dependabot.yml",
2461
+ "**/.azuredevops/dependabot.yaml",
2462
+ "**/.github/dependabot.yml",
2463
+ "**/.github/dependabot.yaml"
2464
+ ],
2439
2465
  "url": "https://www.schemastore.org/dependabot-2.0.json"
2440
2466
  },
2441
2467
  {
@@ -2713,23 +2739,27 @@
2713
2739
  "**/src/main/resources/apis/*/*.yaml",
2714
2740
  "**/src/main/resources/apis/*/*.yml"
2715
2741
  ],
2716
- "url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2742
+ "url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2717
2743
  "versions": {
2718
- "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2719
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json"
2744
+ "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2745
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2746
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2747
+ "8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
2720
2748
  }
2721
2749
  },
2722
2750
  {
2723
2751
  "name": "Enonic XP Admin Extension descriptor",
2724
2752
  "description": "YAML descriptor for Enonic XP Admin Extensions",
2725
2753
  "fileMatch": [
2726
- "**/src/main/resources/admins/extensions/*/*.yaml",
2727
- "**/src/main/resources/admins/extensions/*/*.yml"
2754
+ "**/src/main/resources/admin/extensions/*/*.yaml",
2755
+ "**/src/main/resources/admin/extensions/*/*.yml"
2728
2756
  ],
2729
- "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2757
+ "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2730
2758
  "versions": {
2731
- "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2732
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json"
2759
+ "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2760
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2761
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2762
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
2733
2763
  }
2734
2764
  },
2735
2765
  {
@@ -2739,23 +2769,27 @@
2739
2769
  "**/src/main/resources/admin/tools/*/*.yaml",
2740
2770
  "**/src/main/resources/admin/tools/*/*.yml"
2741
2771
  ],
2742
- "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2772
+ "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2743
2773
  "versions": {
2744
- "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2745
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json"
2774
+ "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2775
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2776
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2777
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
2746
2778
  }
2747
2779
  },
2748
2780
  {
2749
2781
  "name": "Enonic XP Application descriptor",
2750
2782
  "description": "YAML descriptor for Enonic XP Applications",
2751
2783
  "fileMatch": [
2752
- "**/src/main/resources/application.yaml",
2753
- "**/src/main/resources/application.yml"
2784
+ "**/src/main/resources/enonic.yaml",
2785
+ "**/src/main/resources/enonic.yml"
2754
2786
  ],
2755
- "url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2787
+ "url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2756
2788
  "versions": {
2757
- "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2758
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json"
2789
+ "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2790
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2791
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2792
+ "8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
2759
2793
  }
2760
2794
  },
2761
2795
  {
@@ -2765,10 +2799,12 @@
2765
2799
  "**/src/main/resources/cms/cms.yaml",
2766
2800
  "**/src/main/resources/cms/cms.yml"
2767
2801
  ],
2768
- "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2802
+ "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2769
2803
  "versions": {
2770
- "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2771
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json"
2804
+ "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2805
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2806
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2807
+ "8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
2772
2808
  }
2773
2809
  },
2774
2810
  {
@@ -2778,10 +2814,12 @@
2778
2814
  "**/src/main/resources/cms/content-types/*/*.yaml",
2779
2815
  "**/src/main/resources/cms/content-types/*/*.yml"
2780
2816
  ],
2781
- "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2817
+ "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2782
2818
  "versions": {
2783
- "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2784
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json"
2819
+ "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2820
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2821
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2822
+ "8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
2785
2823
  }
2786
2824
  },
2787
2825
  {
@@ -2791,10 +2829,12 @@
2791
2829
  "**/src/main/resources/cms/form-fragments/*/*.yaml",
2792
2830
  "**/src/main/resources/cms/form-fragments/*/*.yml"
2793
2831
  ],
2794
- "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2832
+ "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2795
2833
  "versions": {
2796
- "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2797
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json"
2834
+ "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2835
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2836
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2837
+ "8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
2798
2838
  }
2799
2839
  },
2800
2840
  {
@@ -2804,10 +2844,12 @@
2804
2844
  "**/src/main/resources/idprovider/idprovider.yaml",
2805
2845
  "**/src/main/resources/idprovider/idprovider.yml"
2806
2846
  ],
2807
- "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2847
+ "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2808
2848
  "versions": {
2809
- "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2810
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json"
2849
+ "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2850
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2851
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2852
+ "8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
2811
2853
  }
2812
2854
  },
2813
2855
  {
@@ -2817,10 +2859,12 @@
2817
2859
  "**/src/main/resources/cms/layouts/*/*.yaml",
2818
2860
  "**/src/main/resources/cms/layouts/*/*.yml"
2819
2861
  ],
2820
- "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2862
+ "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2821
2863
  "versions": {
2822
- "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2823
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json"
2864
+ "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2865
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2866
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2867
+ "8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
2824
2868
  }
2825
2869
  },
2826
2870
  {
@@ -2830,10 +2874,12 @@
2830
2874
  "**/src/main/resources/cms/macros/*/*.yaml",
2831
2875
  "**/src/main/resources/cms/macros/*/*.yml"
2832
2876
  ],
2833
- "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2877
+ "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2834
2878
  "versions": {
2835
- "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2836
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json"
2879
+ "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2880
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2881
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2882
+ "8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
2837
2883
  }
2838
2884
  },
2839
2885
  {
@@ -2843,10 +2889,12 @@
2843
2889
  "**/src/main/resources/cms/mixins/*/*.yaml",
2844
2890
  "**/src/main/resources/cms/mixins/*/*.yml"
2845
2891
  ],
2846
- "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2892
+ "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2847
2893
  "versions": {
2848
- "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2849
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json"
2894
+ "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2895
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2896
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2897
+ "8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
2850
2898
  }
2851
2899
  },
2852
2900
  {
@@ -2856,10 +2904,12 @@
2856
2904
  "**/src/main/resources/cms/pages/*/*.yaml",
2857
2905
  "**/src/main/resources/cms/pages/*/*.yml"
2858
2906
  ],
2859
- "url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2907
+ "url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2860
2908
  "versions": {
2861
- "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2862
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json"
2909
+ "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2910
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2911
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2912
+ "8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
2863
2913
  }
2864
2914
  },
2865
2915
  {
@@ -2869,10 +2919,12 @@
2869
2919
  "**/src/main/resources/cms/parts/*/*.yaml",
2870
2920
  "**/src/main/resources/cms/parts/*/*.yml"
2871
2921
  ],
2872
- "url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2922
+ "url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2873
2923
  "versions": {
2874
- "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2875
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json"
2924
+ "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2925
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2926
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2927
+ "8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
2876
2928
  }
2877
2929
  },
2878
2930
  {
@@ -2882,10 +2934,12 @@
2882
2934
  "**/src/main/resources/services/*/*.yaml",
2883
2935
  "**/src/main/resources/services/*/*.yml"
2884
2936
  ],
2885
- "url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2937
+ "url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2886
2938
  "versions": {
2887
- "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2888
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json"
2939
+ "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2940
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2941
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2942
+ "8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
2889
2943
  }
2890
2944
  },
2891
2945
  {
@@ -2895,10 +2949,12 @@
2895
2949
  "**/src/main/resources/cms/site.yaml",
2896
2950
  "**/src/main/resources/cms/site.yml"
2897
2951
  ],
2898
- "url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2952
+ "url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2899
2953
  "versions": {
2900
- "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2901
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json"
2954
+ "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2955
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2956
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2957
+ "8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
2902
2958
  }
2903
2959
  },
2904
2960
  {
@@ -2908,10 +2964,12 @@
2908
2964
  "**/src/main/resources/cms/style/style.yaml",
2909
2965
  "**/src/main/resources/cms/style/style.yml"
2910
2966
  ],
2911
- "url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2967
+ "url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2912
2968
  "versions": {
2913
- "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2914
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json"
2969
+ "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2970
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2971
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2972
+ "8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
2915
2973
  }
2916
2974
  },
2917
2975
  {
@@ -2921,10 +2979,12 @@
2921
2979
  "**/src/main/resources/tasks/*/*.yaml",
2922
2980
  "**/src/main/resources/tasks/*/*.yml"
2923
2981
  ],
2924
- "url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2982
+ "url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2925
2983
  "versions": {
2926
- "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2927
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json"
2984
+ "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2985
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2986
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
2987
+ "8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
2928
2988
  }
2929
2989
  },
2930
2990
  {
@@ -2934,10 +2994,12 @@
2934
2994
  "**/src/main/resources/webapp/webapp.yaml",
2935
2995
  "**/src/main/resources/webapp/webapp.yml"
2936
2996
  ],
2937
- "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2997
+ "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2938
2998
  "versions": {
2939
- "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2940
- "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json"
2999
+ "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
3000
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
3001
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3002
+ "8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
2941
3003
  }
2942
3004
  },
2943
3005
  {
@@ -3109,6 +3171,12 @@
3109
3171
  ],
3110
3172
  "url": "https://www.schemastore.org/eslintrc.json"
3111
3173
  },
3174
+ {
3175
+ "name": "ESLint Suppressions",
3176
+ "description": "ESLint bulk suppressions file",
3177
+ "fileMatch": ["eslint-suppressions.json"],
3178
+ "url": "https://www.schemastore.org/eslint-suppressions.json"
3179
+ },
3112
3180
  {
3113
3181
  "name": "fabric.mod.json",
3114
3182
  "description": "Metadata file used by the Fabric mod loader",
@@ -3929,6 +3997,22 @@
3929
3997
  "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
3930
3998
  "url": "https://www.schemastore.org/importmap.json"
3931
3999
  },
4000
+ {
4001
+ "name": "Infinispan Configuration",
4002
+ "description": "Infinispan distributed cache configuration",
4003
+ "fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
4004
+ "url": "https://infinispan.org/schemas/infinispan-config.json"
4005
+ },
4006
+ {
4007
+ "name": "Infinispan Server Configuration",
4008
+ "description": "Infinispan Server configuration",
4009
+ "fileMatch": [
4010
+ "infinispan-server.json",
4011
+ "infinispan-server.yaml",
4012
+ "infinispan-server.yml"
4013
+ ],
4014
+ "url": "https://infinispan.org/schemas/infinispan-server.json"
4015
+ },
3932
4016
  {
3933
4017
  "name": "Infrahub",
3934
4018
  "description": "Repository config definition for Infrahub by OpsMill",
@@ -3947,6 +4031,17 @@
3947
4031
  "fileMatch": ["main_structure.yml"],
3948
4032
  "url": "https://raw.githubusercontent.com/instant-python/instant-python/main/schemas/main-structure-schema.json"
3949
4033
  },
4034
+ {
4035
+ "name": "intlayer",
4036
+ "description": "Intlayer dictionary content declaration file",
4037
+ "fileMatch": [
4038
+ "*.content.json",
4039
+ "*.content.yaml",
4040
+ "*.content.yml",
4041
+ "*.content.toml"
4042
+ ],
4043
+ "url": "https://www.schemastore.org/intlayer.json"
4044
+ },
3950
4045
  {
3951
4046
  "name": "ioBroker Configuration",
3952
4047
  "description": "The configuration file of an ioBroker installation",
@@ -5133,8 +5228,9 @@
5133
5228
  "otel*.yaml",
5134
5229
  "otel*.yml"
5135
5230
  ],
5136
- "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
5231
+ "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5137
5232
  "versions": {
5233
+ "1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5138
5234
  "1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
5139
5235
  }
5140
5236
  },
@@ -5428,6 +5524,12 @@
5428
5524
  "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5429
5525
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5430
5526
  },
5527
+ {
5528
+ "name": "Panache",
5529
+ "description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
5530
+ "fileMatch": ["panache.toml", ".panache.toml"],
5531
+ "url": "https://panache.bz/panache.schema.json"
5532
+ },
5431
5533
  {
5432
5534
  "name": "Paper paper-plugin.yml",
5433
5535
  "description": "Paper Plugins YAML",
@@ -7267,7 +7369,7 @@
7267
7369
  "venvironment.json",
7268
7370
  "*.venvironment.json"
7269
7371
  ],
7270
- "url": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7372
+ "url": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
7271
7373
  "versions": {
7272
7374
  "1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
7273
7375
  "1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
@@ -7280,7 +7382,8 @@
7280
7382
  "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
7281
7383
  "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
7282
7384
  "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
7283
- "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
7385
+ "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7386
+ "5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
7284
7387
  }
7285
7388
  },
7286
7389
  {
@@ -7294,9 +7397,10 @@
7294
7397
  "venvplus.json",
7295
7398
  "*.venvplus.json"
7296
7399
  ],
7297
- "url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7400
+ "url": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
7298
7401
  "versions": {
7299
- "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
7402
+ "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7403
+ "1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
7300
7404
  }
7301
7405
  },
7302
7406
  {
@@ -7853,6 +7957,12 @@
7853
7957
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
7854
7958
  "url": "https://www.schemastore.org/yamllint.json"
7855
7959
  },
7960
+ {
7961
+ "name": "yap.json",
7962
+ "description": "YAP (Yet Another Packager) multi-package project file",
7963
+ "fileMatch": ["yap.json"],
7964
+ "url": "https://www.schemastore.org/yap.json"
7965
+ },
7856
7966
  {
7857
7967
  "name": "Yippee-Ki-JSON configuration YML",
7858
7968
  "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
@@ -8962,13 +9072,13 @@
8962
9072
  "url": "https://alec016.github.io/Custom-Machinery/Json%20Schema/src/main/resources/schemas/custom_machinery_recipe.json"
8963
9073
  },
8964
9074
  {
8965
- "name": "Nuitka.yaml",
8966
- "description": "Nuitka Package Configuration",
9075
+ "name": "Nuitka Package Config",
9076
+ "description": "Nuitka Python compiler package configuration",
8967
9077
  "fileMatch": [
8968
9078
  "*.nuitka-package.config.yml",
8969
9079
  "*.nuitka-package.config.yaml"
8970
9080
  ],
8971
- "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/misc/nuitka-package-config-schema.json"
9081
+ "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/nuitka/package_config/nuitka-package-config-schema.json"
8972
9082
  },
8973
9083
  {
8974
9084
  "name": "bioimageio resource description",
@@ -9233,6 +9343,11 @@
9233
9343
  "fileMatch": ["elm.json"],
9234
9344
  "url": "https://www.schemastore.org/elm.json"
9235
9345
  },
9346
+ {
9347
+ "name": "Emmet",
9348
+ "description": "Emmet snippets file",
9349
+ "url": "https://www.schemastore.org/emmet.json"
9350
+ },
9236
9351
  {
9237
9352
  "name": "Cloud Run Spec v1",
9238
9353
  "description": "Specification for Cloud Run Admin API v1",
@@ -9784,7 +9899,8 @@
9784
9899
  "7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
9785
9900
  "8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9786
9901
  "9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9787
- "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
9902
+ "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
9903
+ "11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
9788
9904
  }
9789
9905
  },
9790
9906
  {
@@ -10070,6 +10186,12 @@
10070
10186
  "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
10071
10187
  }
10072
10188
  },
10189
+ {
10190
+ "name": "AgentLoopKit",
10191
+ "description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
10192
+ "fileMatch": ["agentloop.config.json"],
10193
+ "url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
10194
+ },
10073
10195
  {
10074
10196
  "name": "Ethereum ERC721",
10075
10197
  "description": "ERC-721 Non-Fungible Token Standard",
@@ -10157,7 +10279,7 @@
10157
10279
  {
10158
10280
  "name": "dacier.yml",
10159
10281
  "description": "Dacier configuration file",
10160
- "fileMatch": ["dacier.yml", "dacier.yaml"],
10282
+ "fileMatch": ["*.dacier.yml", "*.dacier.yaml"],
10161
10283
  "url": "https://raw.githubusercontent.com/daciertech/SchedulerStartup/refs/heads/main/.schemas/dacier-schema-vscode.json"
10162
10284
  },
10163
10285
  {
@@ -10236,6 +10358,15 @@
10236
10358
  "amxbuild.*.yaml"
10237
10359
  ],
10238
10360
  "url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
10361
+ },
10362
+ {
10363
+ "name": "Podman Desktop Extension",
10364
+ "description": "Podman Desktop extension package.json manifest",
10365
+ "fileMatch": [],
10366
+ "url": "https://www.schemastore.org/podman-desktop-extension.json",
10367
+ "versions": {
10368
+ "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10369
+ }
10239
10370
  }
10240
10371
  ]
10241
10372
  }
@@ -8,6 +8,7 @@ import { CorePreferences } from '../common/core-preferences';
8
8
  import { WindowService } from './window/window-service';
9
9
  import { TooltipService } from './tooltip-service';
10
10
  import { FrontendApplicationContribution } from './frontend-application-contribution';
11
+ import { ILogger } from '../common/logger';
11
12
  export declare class FrontendApplication {
12
13
  protected readonly commands: CommandRegistry;
13
14
  protected readonly menus: MenuModelRegistry;
@@ -21,6 +22,7 @@ export declare class FrontendApplication {
21
22
  protected readonly tooltipService: TooltipService;
22
23
  protected readonly stopwatch: Stopwatch;
23
24
  protected readonly backendStopwatch: BackendStopwatch;
25
+ protected readonly logger: ILogger;
24
26
  private settlementContext?;
25
27
  constructor(commands: CommandRegistry, menus: MenuModelRegistry, keybindings: KeybindingRegistry, layoutRestorer: ShellLayoutRestorer, contributions: ContributionProvider<FrontendApplicationContribution>, _shell: ApplicationShell, stateService: FrontendApplicationStateService);
26
28
  get shell(): ApplicationShell;
@@ -1 +1 @@
1
- {"version":3,"file":"frontend-application.d.ts","sourceRoot":"","sources":["../../src/browser/frontend-application.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"frontend-application.d.ts","sourceRoot":"","sources":["../../src/browser/frontend-application.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,iBAAiB,EAAS,gBAAgB,EAAgC,SAAS,EAAE,MAAM,WAAW,CAAC;AACvJ,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAwC,MAAM,+BAA+B,CAAC;AAC1G,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AACtF,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAI3C,qBACa,mBAAmB;IAuBC,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe;IAC1C,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,iBAAiB;IAC1C,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,kBAAkB;IACjD,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,mBAAmB;IAEnF,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,oBAAoB,CAAC,+BAA+B,CAAC;IAC7D,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,gBAAgB;IAC5B,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,+BAA+B;IA3B7G,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IAGpD,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,aAAa,CAAC;IAGjD,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,cAAc,CAAC;IAGlD,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAGxC,SAAS,CAAC,QAAQ,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;IAGtD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IAEnC,OAAO,CAAC,iBAAiB,CAAC,CAAsD;gBAGhC,QAAQ,EAAE,eAAe,EACvB,KAAK,EAAE,iBAAiB,EACvB,WAAW,EAAE,kBAAkB,EAC9B,cAAc,EAAE,mBAAmB,EAEhE,aAAa,EAAE,oBAAoB,CAAC,+BAA+B,CAAC,EAC1C,MAAM,EAAE,gBAAgB,EACT,YAAY,EAAE,+BAA+B;IAG7G,IAAI,KAAK,IAAI,gBAAgB,CAE5B;IAED;;;;;;;;OAQG;IACG,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAyB5B;;OAEG;IACH,SAAS,CAAC,OAAO,IAAI,OAAO,CAAC,WAAW,CAAC;IASzC;;OAEG;IACH,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE,WAAW,GAAG,WAAW,GAAG,SAAS;IAKzE;;OAEG;IACH,SAAS,CAAC,sBAAsB,IAAI,IAAI;IAiCxC;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAK9C;;OAEG;IACH,SAAS,CAAC,aAAa,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAIhD;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAsBvD;;;OAGG;cACa,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAQjD;;OAEG;cACa,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAcjD;;;OAGG;cACa,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;cASpC,yBAAyB,IAAI,OAAO,CAAC,IAAI,CAAC;IAS1D;;OAEG;cACa,kBAAkB,IAAI,OAAO,CAAC,IAAI,CAAC;IAiDnD;;OAEG;IACH,SAAS,CAAC,iBAAiB,IAAI,IAAI;cAcnB,mBAAmB,CAAC,CAAC,EAAE,YAAY,EAAE,+BAA+B,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;cAU1H,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC,CAAC,CAAC,EAAE,OAAO,SAAqB,EAAE,SAAS,UAAO,GAAG,OAAO,CAAC,CAAC,CAAC;CAKlI"}