@leanix/components 0.4.506 → 0.4.508
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.
@@ -0,0 +1,7 @@
|
|
1
|
+
/**
|
2
|
+
* All UI5-related components / directives supported by the SAP LeanIX Design System.
|
3
|
+
*/
|
4
|
+
// UI5
|
5
|
+
// eslint-disable-next-line no-restricted-imports
|
6
|
+
export { IconComponent } from '@ui5/webcomponents-ngx/main/icon';
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvdWk1L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsTUFBTTtBQUNOLGlEQUFpRDtBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEFsbCBVSTUtcmVsYXRlZCBjb21wb25lbnRzIC8gZGlyZWN0aXZlcyBzdXBwb3J0ZWQgYnkgdGhlIFNBUCBMZWFuSVggRGVzaWduIFN5c3RlbS5cbiAqL1xuXG4vLyBVSTVcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBuby1yZXN0cmljdGVkLWltcG9ydHNcbmV4cG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtbmd4L21haW4vaWNvbic7XG4iXX0=
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './index';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVhbml4LWNvbXBvbmVudHMtdWk1LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3VpNS9sZWFuaXgtY29tcG9uZW50cy11aTUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export { IconComponent } from '@ui5/webcomponents-ngx/main/icon';
|
2
|
+
|
3
|
+
/**
|
4
|
+
* All UI5-related components / directives supported by the SAP LeanIX Design System.
|
5
|
+
*/
|
6
|
+
// UI5
|
7
|
+
// eslint-disable-next-line no-restricted-imports
|
8
|
+
|
9
|
+
/**
|
10
|
+
* Generated bundle index. Do not edit.
|
11
|
+
*/
|
12
|
+
//# sourceMappingURL=leanix-components-ui5.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"leanix-components-ui5.mjs","sources":["../../../../libs/components/ui5/index.ts","../../../../libs/components/ui5/leanix-components-ui5.ts"],"sourcesContent":["/**\n * All UI5-related components / directives supported by the SAP LeanIX Design System.\n */\n\n// UI5\n// eslint-disable-next-line no-restricted-imports\nexport { IconComponent } from '@ui5/webcomponents-ngx/main/icon';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAAA;;AAEG;AAEH;AACA;;ACLA;;AAEG"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@leanix/components",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.508",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"author": "LeanIX GmbH",
|
6
6
|
"repository": {
|
@@ -10,6 +10,7 @@
|
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@ncstate/sat-popover": "13.1.0",
|
13
|
+
"@ui5/webcomponents": "2.9.0",
|
13
14
|
"@ui5/webcomponents-base": "2.9.0",
|
14
15
|
"@ui5/webcomponents-ngx": "0.4.6",
|
15
16
|
"color": "3.1.3",
|
@@ -43,6 +44,12 @@
|
|
43
44
|
"esm2022": "./esm2022/leanix-components.mjs",
|
44
45
|
"esm": "./esm2022/leanix-components.mjs",
|
45
46
|
"default": "./fesm2022/leanix-components.mjs"
|
47
|
+
},
|
48
|
+
"./ui5": {
|
49
|
+
"types": "./ui5/index.d.ts",
|
50
|
+
"esm2022": "./esm2022/ui5/leanix-components-ui5.mjs",
|
51
|
+
"esm": "./esm2022/ui5/leanix-components-ui5.mjs",
|
52
|
+
"default": "./fesm2022/leanix-components-ui5.mjs"
|
46
53
|
}
|
47
54
|
},
|
48
55
|
"sideEffects": false
|
package/ui5/index.d.ts
ADDED