@gravitee/ui-particles-angular 7.39.0 → 7.40.0-move-oem-customizable-components-50f7233
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/esm2020/lib/gio-form-headers/gio-form-headers.module.mjs +3 -3
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +2 -2
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +22 -9
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.harness.mjs +26 -19
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +3 -3
- package/esm2020/lib/oem-components/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +26 -0
- package/esm2020/lib/{gio-menu → oem-components/gio-menu}/gio-menu-header/gio-menu-header.component.mjs +1 -1
- package/esm2020/lib/oem-components/gio-menu/gio-menu-item/gio-menu-item.component.mjs +85 -0
- package/esm2020/lib/{gio-menu → oem-components/gio-menu}/gio-menu-list/gio-menu-list.component.mjs +1 -1
- package/esm2020/lib/oem-components/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +53 -0
- package/esm2020/lib/oem-components/gio-menu/gio-menu-selector/gio-menu-selector.harness.mjs +41 -0
- package/esm2020/lib/oem-components/gio-menu/gio-menu.component.mjs +50 -0
- package/esm2020/lib/oem-components/gio-menu/gio-menu.module.mjs +65 -0
- package/esm2020/lib/oem-components/gio-menu/gio-menu.service.mjs +44 -0
- package/esm2020/lib/oem-components/gio-menu/index.mjs +25 -0
- package/esm2020/lib/oem-components/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +34 -0
- package/esm2020/lib/oem-components/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +46 -0
- package/esm2020/lib/oem-components/gio-submenu/gio-submenu.component.mjs +109 -0
- package/esm2020/lib/oem-components/gio-submenu/gio-submenu.module.mjs +37 -0
- package/esm2020/lib/oem-components/gio-submenu/index.mjs +20 -0
- package/esm2020/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-content/gio-top-bar-content.component.mjs +1 -1
- package/esm2020/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-link/gio-top-bar-link.component.mjs +1 -1
- package/esm2020/lib/oem-components/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +35 -0
- package/esm2020/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-menu/gio-top-bar-menu.component.mjs +1 -1
- package/esm2020/lib/oem-components/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +33 -0
- package/esm2020/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar.component.mjs +1 -1
- package/esm2020/lib/oem-components/gio-top-bar/gio-top-bar.module.mjs +36 -0
- package/esm2020/lib/oem-components/gio-top-bar/index.mjs +23 -0
- package/esm2020/lib/oem-components/public-api.mjs +19 -0
- package/esm2020/lib/public-api.mjs +3 -4
- package/fesm2015/gravitee-ui-particles-angular.mjs +3262 -3224
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +3179 -3143
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-form-headers/gio-form-headers.module.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor.component.d.ts +2 -1
- package/lib/gio-monaco-editor/gio-monaco-editor.harness.d.ts +4 -1
- package/lib/{gio-menu → oem-components/gio-menu}/gio-menu.module.d.ts +1 -1
- package/lib/{gio-submenu → oem-components/gio-submenu}/gio-submenu.component.d.ts +1 -1
- package/lib/{gio-submenu → oem-components/gio-submenu}/gio-submenu.module.d.ts +1 -1
- package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-link/gio-top-bar-link.module.d.ts +1 -1
- package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar.module.d.ts +1 -1
- package/lib/oem-components/public-api.d.ts +3 -0
- package/lib/public-api.d.ts +2 -3
- package/package.json +1 -1
- package/src/lib/gio-badge/gio-badge.scss +1 -0
- package/src/scss/gio-oem-palette.scss +49 -0
- package/src/scss/index.scss +2 -0
- package/esm2020/lib/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +0 -26
- package/esm2020/lib/gio-menu/gio-menu-item/gio-menu-item.component.mjs +0 -85
- package/esm2020/lib/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +0 -53
- package/esm2020/lib/gio-menu/gio-menu-selector/gio-menu-selector.harness.mjs +0 -41
- package/esm2020/lib/gio-menu/gio-menu.component.mjs +0 -50
- package/esm2020/lib/gio-menu/gio-menu.module.mjs +0 -65
- package/esm2020/lib/gio-menu/gio-menu.service.mjs +0 -44
- package/esm2020/lib/gio-menu/index.mjs +0 -25
- package/esm2020/lib/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +0 -34
- package/esm2020/lib/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +0 -46
- package/esm2020/lib/gio-submenu/gio-submenu.component.mjs +0 -109
- package/esm2020/lib/gio-submenu/gio-submenu.module.mjs +0 -37
- package/esm2020/lib/gio-submenu/index.mjs +0 -20
- package/esm2020/lib/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +0 -35
- package/esm2020/lib/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +0 -33
- package/esm2020/lib/gio-top-bar/gio-top-bar.module.mjs +0 -36
- package/esm2020/lib/gio-top-bar/index.mjs +0 -23
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-footer/gio-menu-footer.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-header/gio-menu-header.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-item/gio-menu-item.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-list/gio-menu-list.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-selector/gio-menu-selector.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-selector/gio-menu-selector.harness.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu.component.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/gio-menu.service.d.ts +0 -0
- /package/lib/{gio-menu → oem-components/gio-menu}/index.d.ts +0 -0
- /package/lib/{gio-submenu → oem-components/gio-submenu}/gio-submenu-group/gio-submenu-group.component.d.ts +0 -0
- /package/lib/{gio-submenu → oem-components/gio-submenu}/gio-submenu-item/gio-submenu-item.component.d.ts +0 -0
- /package/lib/{gio-submenu → oem-components/gio-submenu}/index.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-content/gio-top-bar-content.component.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-link/gio-top-bar-link.component.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-menu/gio-top-bar-menu.component.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar-menu/gio-top-bar-menu.module.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/gio-top-bar.component.d.ts +0 -0
- /package/lib/{gio-top-bar → oem-components/gio-top-bar}/index.d.ts +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export * from './gio-top-bar.module';
|
|
17
|
-
export * from './gio-top-bar.component';
|
|
18
|
-
export * from './gio-top-bar-menu/gio-top-bar-menu.module';
|
|
19
|
-
export * from './gio-top-bar-menu/gio-top-bar-menu.component';
|
|
20
|
-
export * from './gio-top-bar-link/gio-top-bar-link.module';
|
|
21
|
-
export * from './gio-top-bar-link/gio-top-bar-link.component';
|
|
22
|
-
export * from './gio-top-bar-content/gio-top-bar-content.component';
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1wYXJ0aWNsZXMtYW5ndWxhci9zcmMvbGliL2dpby10b3AtYmFyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7OztHQWNHO0FBRUgsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyxxREFBcUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBDb3B5cmlnaHQgKEMpIDIwMTUgVGhlIEdyYXZpdGVlIHRlYW0gKGh0dHA6Ly9ncmF2aXRlZS5pbylcbiAqXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgQXBhY2hlIExpY2Vuc2UsIFZlcnNpb24gMi4wICh0aGUgXCJMaWNlbnNlXCIpO1xuICogeW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZSB3aXRoIHRoZSBMaWNlbnNlLlxuICogWW91IG1heSBvYnRhaW4gYSBjb3B5IG9mIHRoZSBMaWNlbnNlIGF0XG4gKlxuICogICAgICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjBcbiAqXG4gKiBVbmxlc3MgcmVxdWlyZWQgYnkgYXBwbGljYWJsZSBsYXcgb3IgYWdyZWVkIHRvIGluIHdyaXRpbmcsIHNvZnR3YXJlXG4gKiBkaXN0cmlidXRlZCB1bmRlciB0aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiBcIkFTIElTXCIgQkFTSVMsXG4gKiBXSVRIT1VUIFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC5cbiAqIFNlZSB0aGUgTGljZW5zZSBmb3IgdGhlIHNwZWNpZmljIGxhbmd1YWdlIGdvdmVybmluZyBwZXJtaXNzaW9ucyBhbmRcbiAqIGxpbWl0YXRpb25zIHVuZGVyIHRoZSBMaWNlbnNlLlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vZ2lvLXRvcC1iYXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZ2lvLXRvcC1iYXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZ2lvLXRvcC1iYXItbWVudS9naW8tdG9wLWJhci1tZW51Lm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2dpby10b3AtYmFyLW1lbnUvZ2lvLXRvcC1iYXItbWVudS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9naW8tdG9wLWJhci1saW5rL2dpby10b3AtYmFyLWxpbmsubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZ2lvLXRvcC1iYXItbGluay9naW8tdG9wLWJhci1saW5rLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2dpby10b3AtYmFyLWNvbnRlbnQvZ2lvLXRvcC1iYXItY29udGVudC5jb21wb25lbnQnO1xuIl19
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-footer/gio-menu-footer.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-header/gio-menu-header.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-item/gio-menu-item.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-list/gio-menu-list.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-selector/gio-menu-selector.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{gio-menu → oem-components/gio-menu}/gio-menu-selector/gio-menu-selector.harness.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|