@sapui5/sap.zen.commons 1.84.26 → 1.84.27
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/README.md +11 -11
- package/package.json +1 -1
- package/src/sap/zen/commons/.library +29 -29
- package/src/sap/zen/commons/library.js +343 -343
- package/src/sap/zen/commons/themes/base/AbsoluteLayout.less +47 -47
- package/src/sap/zen/commons/themes/base/jQueryUiBase.less +309 -309
- package/src/sap/zen/commons/themes/base/layout.less +90 -90
- package/src/sap/zen/commons/themes/base/library.source.less +10 -10
- package/src/sap/zen/commons/themes/sap_belize/library.source.less +7 -7
- package/src/sap/zen/commons/themes/sap_belize_hcb/library.source.less +7 -7
- package/src/sap/zen/commons/themes/sap_belize_hcw/library.source.less +7 -7
- package/src/sap/zen/commons/themes/sap_belize_plus/library.source.less +7 -7
- package/src/sap/zen/commons/themes/sap_bluecrystal/library.source.less +7 -7
- package/src/sap/zen/commons/themes/sap_hcb/AbsoluteLayout.less +7 -7
- package/src/sap/zen/commons/themes/sap_hcb/layout.less +16 -16
- package/src/sap/zen/commons/themes/sap_hcb/library.source.less +10 -10
- package/ui5.yaml +16 -16
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
# @sapui5/sap.zen.commons
|
|
4
|
-
Runtime resources of the [SAPUI5](https://sapui5.hana.ondemand.com) Library **sap.zen.commons**.
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
Refrain from installing this package using npm, Yarn or similar package managers.
|
|
8
|
-
It is meant to be consumed using the [UI5 Tooling](https://sap.github.io/ui5-tooling/).
|
|
9
|
-
For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://sap.github.io/ui5-tooling/pages/SAPUI5/).
|
|
10
|
-
|
|
11
|
-
## License
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# @sapui5/sap.zen.commons
|
|
4
|
+
Runtime resources of the [SAPUI5](https://sapui5.hana.ondemand.com) Library **sap.zen.commons**.
|
|
5
|
+
|
|
6
|
+
## Usage
|
|
7
|
+
Refrain from installing this package using npm, Yarn or similar package managers.
|
|
8
|
+
It is meant to be consumed using the [UI5 Tooling](https://sap.github.io/ui5-tooling/).
|
|
9
|
+
For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://sap.github.io/ui5-tooling/pages/SAPUI5/).
|
|
10
|
+
|
|
11
|
+
## License
|
|
12
12
|
This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3.1.txt).
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<library xmlns="http://www.sap.com/sap.ui.library.xsd" >
|
|
3
|
-
|
|
4
|
-
<name>sap.zen.commons</name>
|
|
5
|
-
<vendor>SAP SE</vendor>
|
|
6
|
-
<copyright>(c) Copyright 2010-2019 SAP SE or an SAP affiliate company.</copyright>
|
|
7
|
-
<version>1.84.
|
|
8
|
-
|
|
9
|
-
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
10
|
-
|
|
11
|
-
<dependencies>
|
|
12
|
-
<dependency>
|
|
13
|
-
<libraryName>sap.ui.core</libraryName>
|
|
14
|
-
</dependency>
|
|
15
|
-
<dependency>
|
|
16
|
-
<libraryName>sap.ui.layout</libraryName>
|
|
17
|
-
</dependency>
|
|
18
|
-
</dependencies>
|
|
19
|
-
|
|
20
|
-
<appData>
|
|
21
|
-
<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
|
|
22
|
-
<exclude name="sap.zen.commons." />
|
|
23
|
-
</jsdoc>
|
|
24
|
-
<ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
|
|
25
|
-
<component>BI-RA-AD-EA</component><!-- default component for library, embedded text as a shortcut for <name>text</name> -->
|
|
26
|
-
</ownership>
|
|
27
|
-
</appData>
|
|
28
|
-
|
|
29
|
-
</library>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<library xmlns="http://www.sap.com/sap.ui.library.xsd" >
|
|
3
|
+
|
|
4
|
+
<name>sap.zen.commons</name>
|
|
5
|
+
<vendor>SAP SE</vendor>
|
|
6
|
+
<copyright>(c) Copyright 2010-2019 SAP SE or an SAP affiliate company.</copyright>
|
|
7
|
+
<version>1.84.27</version>
|
|
8
|
+
|
|
9
|
+
<documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
|
|
10
|
+
|
|
11
|
+
<dependencies>
|
|
12
|
+
<dependency>
|
|
13
|
+
<libraryName>sap.ui.core</libraryName>
|
|
14
|
+
</dependency>
|
|
15
|
+
<dependency>
|
|
16
|
+
<libraryName>sap.ui.layout</libraryName>
|
|
17
|
+
</dependency>
|
|
18
|
+
</dependencies>
|
|
19
|
+
|
|
20
|
+
<appData>
|
|
21
|
+
<jsdoc xmlns="http://www.sap.com/ui5/buildext/jsdoc" >
|
|
22
|
+
<exclude name="sap.zen.commons." />
|
|
23
|
+
</jsdoc>
|
|
24
|
+
<ownership xmlns="http://www.sap.com/ui5/buildext/ownership">
|
|
25
|
+
<component>BI-RA-AD-EA</component><!-- default component for library, embedded text as a shortcut for <name>text</name> -->
|
|
26
|
+
</ownership>
|
|
27
|
+
</appData>
|
|
28
|
+
|
|
29
|
+
</library>
|