@gravitee/ui-particles-angular 13.12.3 → 13.12.4-fix-monaco-e77d644
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/esm2022/lib/gio-form-cron/gio-form-cron.component.mjs +3 -3
- package/esm2022/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +9 -6
- package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +2 -2
- package/esm2022/lib/gio-monaco-editor/models/GioMonacoEditorConfig.mjs +1 -1
- package/fesm2022/gravitee-ui-particles-angular.mjs +10 -8
- package/fesm2022/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-monaco-editor/models/GioMonacoEditorConfig.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/public-api.scss +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
import { MonacoEditorTheme } from './MonacoEditorTheme';
|
|
3
3
|
export type GioMonacoEditorConfig = {
|
|
4
|
+
baseUrl?: string;
|
|
4
5
|
theme?: MonacoEditorTheme;
|
|
5
6
|
};
|
|
6
7
|
export declare const GIO_MONACO_EDITOR_CONFIG: InjectionToken<GioMonacoEditorConfig>;
|
package/package.json
CHANGED
package/src/lib/public-api.scss
CHANGED