@sapui5/sap.cux.home 1.121.0
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/LICENSE.txt +35 -0
- package/README.md +15 -0
- package/package.json +12 -0
- package/src/sap/cux/home/.library +10 -0
- package/src/sap/cux/home/BaseContainer-dbg.js +43 -0
- package/src/sap/cux/home/BaseContainer-dbg.js.map +1 -0
- package/src/sap/cux/home/BaseContainer.d.ts +25 -0
- package/src/sap/cux/home/BaseContainer.d.ts.map +1 -0
- package/src/sap/cux/home/BaseContainer.gen.d.ts +35 -0
- package/src/sap/cux/home/BaseContainer.js +8 -0
- package/src/sap/cux/home/BaseContainer.js.map +1 -0
- package/src/sap/cux/home/BaseContainer.ts +35 -0
- package/src/sap/cux/home/BaseContainerRenderer-dbg.js +26 -0
- package/src/sap/cux/home/BaseContainerRenderer-dbg.js.map +1 -0
- package/src/sap/cux/home/BaseContainerRenderer.d.ts +20 -0
- package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -0
- package/src/sap/cux/home/BaseContainerRenderer.js +8 -0
- package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -0
- package/src/sap/cux/home/BaseContainerRenderer.ts +19 -0
- package/src/sap/cux/home/i18n/messagebundle.properties +149 -0
- package/src/sap/cux/home/library-dbg.js +17 -0
- package/src/sap/cux/home/library-dbg.js.map +1 -0
- package/src/sap/cux/home/library-preload.js +26 -0
- package/src/sap/cux/home/library-preload.js.map +1 -0
- package/src/sap/cux/home/library.d.ts +5 -0
- package/src/sap/cux/home/library.d.ts.map +1 -0
- package/src/sap/cux/home/library.js +2 -0
- package/src/sap/cux/home/library.js.map +1 -0
- package/src/sap/cux/home/library.ts +13 -0
- package/src/sap/cux/home/manifest.json +35 -0
- package/ui5.yaml +8 -0
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
SAP DEVELOPER LICENSE AGREEMENT
|
|
2
|
+
|
|
3
|
+
Please scroll down and read the following Developer License Agreement carefully ("Developer Agreement"). By clicking "I Accept" or by attempting to download, or install, or use the SAP software and other materials that accompany this Developer Agreement ("SAP Materials"), You agree that this Developer Agreement forms a legally binding agreement between You ("You" or "Your") and SAP SE, for and on behalf of itself and its subsidiaries and affiliates (as defined in Section 15 of the German Stock Corporation Act) and You agree to be bound by all of the terms and conditions stated in this Developer Agreement. If You are trying to access or download the SAP Materials on behalf of Your employer or as a consultant or agent of a third party (either "Your Company"), You represent and warrant that You have the authority to act on behalf of and bind Your Company to the terms of this Developer Agreement and everywhere in this Developer Agreement that refers to 'You' or 'Your' shall also include Your Company. If You do not agree to these terms, do not click "I Accept", and do not attempt to access or use the SAP Materials.
|
|
4
|
+
|
|
5
|
+
1. LICENSE: SAP grants You a non-exclusive, non-transferable, non-sublicensable, revocable, limited use license to copy, reproduce and distribute the application programming interfaces ("API"), documentation, plug-ins, templates, scripts and sample code ("Tools") on a desktop, laptop, tablet, smart phone, or other appropriate computer device that You own or control (any, a "Computer") to create new applications ("Customer Applications"). You agree that the Customer Applications will not: (a) unreasonably impair, degrade or reduce the performance or security of any SAP software applications, services or related technology ("Software"); (b) enable the bypassing or circumventing of SAP's license restrictions and/or provide users with access to the Software to which such users are not licensed; (c) render or provide, without prior written consent from SAP, any information concerning SAP software license terms, Software, or any other information related to SAP products; or (d) permit mass data extraction from an SAP product to a non-SAP product, including use, modification, saving or other processing of such data in the non-SAP product. In exchange for the right to develop Customer Applications under this Agreement, You covenant not to assert any Intellectual Property Rights in Customer Applications created by You against any SAP product, service, or future SAP development.
|
|
6
|
+
|
|
7
|
+
2. INTELLECTUAL PROPERTY: (a) SAP or its licensors retain all ownership and intellectual property rights in the APIs, Tools and Software. You may not: a) remove or modify any marks or proprietary notices of SAP, b) provide or make the APIs, Tools or Software available to any third party, c) assign this Developer Agreement or give or transfer the APIs, Tools or Software or an interest in them to another individual or entity, d) decompile, disassemble or reverse engineer (except to the extent permitted by applicable law) the APIs Tools or Software, (e) create derivative works of or based on the APIs, Tools or Software, (f) use any SAP name, trademark or logo, or (g) use the APIs or Tools to modify existing Software or other SAP product functionality or to access the Software or other SAP products' source code or metadata.
|
|
8
|
+
(b) Subject to SAP's underlying rights in any part of the APIs, Tools or Software, You retain all ownership and intellectual property rights in Your Customer Applications.
|
|
9
|
+
|
|
10
|
+
3. FREE AND OPEN SOURCE COMPONENTS: The SAP Materials may include certain third party free or open source components ("FOSS Components"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.
|
|
11
|
+
|
|
12
|
+
4. THIRD PARTY DEPENDENCIES: The SAP Materials may require certain third party software dependencies ("Dependencies") for the use or operation of such SAP Materials. These dependencies may be identified by SAP in Maven POM files, product documentation or by other means. SAP does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. SAP DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE SAP MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL SAP BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
5. WARRANTY:
|
|
16
|
+
a) If You are located outside the US or Canada: AS THE API AND TOOLS ARE PROVIDED TO YOU FREE OF CHARGE, SAP DOES NOT GUARANTEE OR WARRANT ANY FEATURES OR QUALITIES OF THE TOOLS OR API OR GIVE ANY UNDERTAKING WITH REGARD TO ANY OTHER QUALITY. NO SUCH WARRANTY OR UNDERTAKING SHALL BE IMPLIED BY YOU FROM ANY DESCRIPTION IN THE API OR TOOLS OR ANY AVAILABLE DOCUMENTATION OR ANY OTHER COMMUNICATION OR ADVERTISEMENT. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. FOR THE TOOLS AND API ALL WARRANTY CLAIMS ARE SUBJECT TO THE LIMITATION OF LIABILITY STIPULATED IN SECTION 4 BELOW.
|
|
17
|
+
b) If You are located in the US or Canada: THE API AND TOOLS ARE LICENSED TO YOU "AS IS", WITHOUT ANY WARRANTY, ESCROW, TRAINING, MAINTENANCE, OR SERVICE OBLIGATIONS WHATSOEVER ON THE PART OF SAP. SAP MAKES NO EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS OF SALE OF ANY TYPE WHATSOEVER, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF THE API AND TOOLS, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, AND UTILITY IN A PRODUCTION ENVIRONMENT.
|
|
18
|
+
|
|
19
|
+
6. LIMITATION OF LIABILITY:
|
|
20
|
+
a) If You are located outside the US or Canada: IRRESPECTIVE OF THE LEGAL REASONS, SAP SHALL ONLY BE LIABLE FOR DAMAGES UNDER THIS AGREEMENT IF SUCH DAMAGE (I) CAN BE CLAIMED UNDER THE GERMAN PRODUCT LIABILITY ACT OR (II) IS CAUSED BY INTENTIONAL MISCONDUCT OF SAP OR (III) CONSISTS OF PERSONAL INJURY. IN ALL OTHER CASES, NEITHER SAP NOR ITS EMPLOYEES, AGENTS AND SUBCONTRACTORS SHALL BE LIABLE FOR ANY KIND OF DAMAGE OR CLAIMS HEREUNDER.
|
|
21
|
+
b) If You are located in the US or Canada: IN NO EVENT SHALL SAP BE LIABLE TO YOU, YOUR COMPANY OR TO ANY THIRD PARTY FOR ANY DAMAGES IN AN AMOUNT IN EXCESS OF $100 ARISING IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE TOOLS OR API OR IN CONNECTION WITH SAP'S PROVISION OF OR FAILURE TO PROVIDE SERVICES PERTAINING TO THE TOOLS OR API, OR AS A RESULT OF ANY DEFECT IN THE API OR TOOLS. THIS DISCLAIMER OF LIABILITY SHALL APPLY REGARDLESS OF THE FORM OF ACTION THAT MAY BE BROUGHT AGAINST SAP, WHETHER IN CONTRACT OR TORT, INCLUDING WITHOUT LIMITATION ANY ACTION FOR NEGLIGENCE. YOUR SOLE REMEDY IN THE EVENT OF BREACH OF THIS DEVELOPER AGREEMENT BY SAP OR FOR ANY OTHER CLAIM RELATED TO THE API OR TOOLS SHALL BE TERMINATION OF THIS AGREEMENT. NOTWITHSTANDING ANYTHING TO THE CONTRARY HEREIN, UNDER NO CIRCUMSTANCES SHALL SAP AND ITS LICENSORS BE LIABLE TO YOU OR ANY OTHER PERSON OR ENTITY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES, LOSS OF GOOD WILL OR BUSINESS PROFITS, WORK STOPPAGE, DATA LOSS, COMPUTER FAILURE OR MALFUNCTION, ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSS, OR EXEMPLARY OR PUNITIVE DAMAGES.
|
|
22
|
+
|
|
23
|
+
7. INDEMNITY: You will fully indemnify, hold harmless and defend SAP against law suits based on any claim: (a) that any Customer Application created by You infringes or misappropriates any patent, copyright, trademark, trade secrets, or other proprietary rights of a third party, or (b) related to Your alleged violation of the terms of this Developer Agreement.
|
|
24
|
+
|
|
25
|
+
8. EXPORT: The Tools and API are subject to German, EU and US export control regulations. You confirm that: a) You will not use the Tools or API for, and will not allow the Tools or API to be used for, any purposes prohibited by German, EU and US law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction; b) You are not located in Cuba, Iran, Sudan, Iraq, North Korea, Syria, nor any other country to which the United States has prohibited export or that has been designated by the U.S. Government as a "terrorist supporting" country (any, an "US Embargoed Country"); c) You are not a citizen, national or resident of, and are not under the control of, a US Embargoed Country; d) You will not download or otherwise export or re-export the API or Tools, directly or indirectly, to a US Embargoed Country nor to citizens, nationals or residents of a US Embargoed Country; e) You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor listed on the United States Department of Commerce Table of Denial Orders or any other U.S. government list of prohibited or restricted parties and f) You will not download or otherwise export or re-export the API or Tools , directly or indirectly, to persons on the above-mentioned lists.
|
|
26
|
+
|
|
27
|
+
9. SUPPORT: Other than what is made available on the SAP Community Website (SCN) by SAP at its sole discretion and by SCN members, SAP does not offer support for the API or Tools which are the subject of this Developer Agreement.
|
|
28
|
+
|
|
29
|
+
10. TERM AND TERMINATION: You may terminate this Developer Agreement by destroying all copies of the API and Tools on Your Computer(s). SAP may terminate Your license to use the API and Tools immediately if You fail to comply with any of the terms of this Developer Agreement, or, for SAP's convenience by providing you with ten (10) day's written notice of termination (including email). In case of termination or expiration of this Developer Agreement, You must destroy all copies of the API and Tools immediately. In the event Your Company or any of the intellectual property you create using the API, Tools or Software are acquired (by merger, purchase of stock, assets or intellectual property or exclusive license), or You become employed, by a direct competitor of SAP, then this Development Agreement and all licenses granted in this Developer Agreement shall immediately terminate upon the date of such acquisition.
|
|
30
|
+
|
|
31
|
+
11. LAW/VENUE:
|
|
32
|
+
a) If You are located outside the US or Canada: This Developer Agreement is governed by and construed in accordance with the laws of the Germany. You and SAP agree to submit to the exclusive jurisdiction of, and venue in, the courts of Karlsruhe in Germany in any dispute arising out of or relating to this Developer Agreement.
|
|
33
|
+
b) If You are located in the US or Canada: This Developer Agreement shall be governed by and construed under the Commonwealth of Pennsylvania law without reference to its conflicts of law principles. In the event of any conflicts between foreign law, rules, and regulations, and United States of America law, rules, and regulations, United States of America law, rules, and regulations shall prevail and govern. The United Nations Convention on Contracts for the International Sale of Goods shall not apply to this Developer Agreement. The Uniform Computer Information Transactions Act as enacted shall not apply.
|
|
34
|
+
|
|
35
|
+
12. MISCELLANEOUS: This Developer Agreement is the complete agreement for the API and Tools licensed (including reference to information/documentation contained in a URL). This Developer Agreement supersedes all prior or contemporaneous agreements or representations with regards to the subject matter of this Developer Agreement. If any term of this Developer Agreement is found to be invalid or unenforceable, the surviving provisions shall remain effective. SAP's failure to enforce any right or provisions stipulated in this Developer Agreement will not constitute a waiver of such provision, or any other provision of this Developer Agreement.
|
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# @sapui5/sap.cux.home
|
|
4
|
+
|
|
5
|
+
Runtime resources of the [SAPUI5](https://sapui5.hana.ondemand.com) Library **sap.cux.home**.
|
|
6
|
+
|
|
7
|
+
## Usage
|
|
8
|
+
|
|
9
|
+
Refrain from installing this package using npm, Yarn or similar package managers.
|
|
10
|
+
It is meant to be consumed using the [UI5 Tooling](https://sap.github.io/ui5-tooling/).
|
|
11
|
+
For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://sap.github.io/ui5-tooling/pages/SAPUI5/).
|
|
12
|
+
|
|
13
|
+
## License
|
|
14
|
+
|
|
15
|
+
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
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sapui5/sap.cux.home",
|
|
3
|
+
"version": "1.121.0",
|
|
4
|
+
"description": "SAPUI5 Library sap.cux.home",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"sapui5",
|
|
7
|
+
"ui5"
|
|
8
|
+
],
|
|
9
|
+
"homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
11
|
+
"author": "SAP SE (https://www.sap.com)"
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<library xmlns="http://www.sap.com/sap.ui.library.xsd">
|
|
3
|
+
<name>sap.cux.home</name>
|
|
4
|
+
<vendor>SAP SE</vendor>
|
|
5
|
+
<copyright>
|
|
6
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
7
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
8
|
+
</copyright>
|
|
9
|
+
<version>0.0.1</version>
|
|
10
|
+
</library>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
"use strict";
|
|
8
|
+
|
|
9
|
+
sap.ui.define(["sap/ui/core/Control", "./BaseContainerRenderer"], function (Control, __BaseContainerRenderer) {
|
|
10
|
+
"use strict";
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) {
|
|
13
|
+
return obj && obj.__esModule && typeof obj.default !== "undefined" ? obj.default : obj;
|
|
14
|
+
}
|
|
15
|
+
const BaseContainerRenderer = _interopRequireDefault(__BaseContainerRenderer);
|
|
16
|
+
/**
|
|
17
|
+
* Constructor for a sample control.
|
|
18
|
+
*
|
|
19
|
+
* @extends Control
|
|
20
|
+
*
|
|
21
|
+
* @constructor
|
|
22
|
+
* @public
|
|
23
|
+
* @name sap.cux.home.BaseContainer
|
|
24
|
+
*/
|
|
25
|
+
const BaseContainer = Control.extend("sap.cux.home.BaseContainer", {
|
|
26
|
+
renderer: BaseContainerRenderer,
|
|
27
|
+
metadata: {
|
|
28
|
+
library: "sap.cux.home",
|
|
29
|
+
properties: {
|
|
30
|
+
ready: {
|
|
31
|
+
type: "boolean",
|
|
32
|
+
group: "Data",
|
|
33
|
+
defaultValue: true
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
constructor: function _constructor(id, settings) {
|
|
38
|
+
Control.prototype.constructor.call(this, id, settings);
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
return BaseContainer;
|
|
42
|
+
});
|
|
43
|
+
//# sourceMappingURL=BaseContainer-dbg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainer-dbg.js","names":["sap","ui","define","Control","__BaseContainerRenderer","_interopRequireDefault","obj","__esModule","default","BaseContainerRenderer","BaseContainer","extend","renderer","metadata","library","properties","ready","type","group","defaultValue","constructor","_constructor","id","settings","Control.prototype.constructor.call"],"sources":["BaseContainer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport Control, { $ControlSettings } from \"sap/ui/core/Control\";\nimport type { MetadataOptions } from \"sap/ui/core/Element\";\nimport BaseContainerRenderer from \"./BaseContainerRenderer\";\n\n/**\n * Constructor for a sample control.\n *\n * @extends Control\n *\n * @constructor\n * @public\n * @name sap.cux.home.BaseContainer\n */\nexport default class BaseContainer extends Control {\n\tconstructor(id?: string, settings?: $ControlSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\tready: {\n\t\t\t\ttype: \"boolean\",\n\t\t\t\tgroup: \"Data\",\n\t\t\t\tdefaultValue: true\n\t\t\t}\n\t\t}\n\t};\n\n\tstatic renderer: typeof BaseContainerRenderer = BaseContainerRenderer;\n}\n"],"mappings":"AAAA;AACA;AACA;AAFA;;AAAAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,+DAAAC,OAAA,EAAAC,uBAAA;EAAA;;EAAA,SAAAC,uBAAAC,GAAA;IAAA,OAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,CAAAE,OAAA,mBAAAF,GAAA,CAAAE,OAAA,GAAAF,GAAA;EAAA;EAAA,MAMOG,qBAAqB,GAAAJ,sBAAA,CAAAD,uBAAA;EAE5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EARA,MASqBM,aAAa,GAASP,OAAO,CAAAQ,MAAA;IAgB1CC,QAAQ,EAAiCH,qBAAqB;IAXrDI,QAAQ,EAAoB;MAC3CC,OAAO,EAAE,cAAc;MACvBC,UAAU,EAAE;QACXC,KAAK,EAAE;UACNC,IAAI,EAAE,SAAS;UACfC,KAAK,EAAE,MAAM;UACbC,YAAY,EAAE;QACf;MACD;IACD,CAAC;IAbDC,WAAW,WAAAC,aAACC,EAAW,EAAEC,QAA2B,EAAE;MACrDC,kCAAA,OAAMF,EAAE,EAAEC,QAAQ;IACnB;EAAC;EAAA,OAHmBb,aAAa;AAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference path="BaseContainerRenderer.d.ts" />
|
|
2
|
+
/// <reference types="openui5" />
|
|
3
|
+
declare module "sap/cux/home/BaseContainer" {
|
|
4
|
+
/*!
|
|
5
|
+
* ${copyright}
|
|
6
|
+
*/
|
|
7
|
+
import Control, { $ControlSettings } from "sap/ui/core/Control";
|
|
8
|
+
import type { MetadataOptions } from "sap/ui/core/Element";
|
|
9
|
+
import BaseContainerRenderer from "sap/cux/home/BaseContainerRenderer";
|
|
10
|
+
/**
|
|
11
|
+
* Constructor for a sample control.
|
|
12
|
+
*
|
|
13
|
+
* @extends Control
|
|
14
|
+
*
|
|
15
|
+
* @constructor
|
|
16
|
+
* @public
|
|
17
|
+
* @name sap.cux.home.BaseContainer
|
|
18
|
+
*/
|
|
19
|
+
export default class BaseContainer extends Control {
|
|
20
|
+
constructor(id?: string, settings?: $ControlSettings);
|
|
21
|
+
static readonly metadata: MetadataOptions;
|
|
22
|
+
static renderer: typeof BaseContainerRenderer;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=BaseContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainer.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/BaseContainer.ts"],"names":[],"mappings":";;AAAA,OAAO,QAAQ,4BAA4B,CAAC;IAC5C;;OAEG;IAEH,OAAO,OAAO,EAAE,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;IAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAC3D,OAAO,qBAAqB,MAAM,oCAAoC,CAAC;IAEvE;;;;;;;;OAQG;IACH,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,OAAO;oBACrC,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,gBAAgB;QAIpD,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CASvC;QAEF,MAAM,CAAC,QAAQ,EAAE,OAAO,qBAAqB,CAAyB;KACtE;CAEA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare module "sap/cux/home/BaseContainer" {
|
|
2
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3
|
+
import { $ControlSettings } from "sap/ui/core/Control";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Interface defining the settings object used in constructor calls
|
|
7
|
+
*/
|
|
8
|
+
interface $BaseContainerSettings extends $ControlSettings {
|
|
9
|
+
ready?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export default interface BaseContainer {
|
|
13
|
+
|
|
14
|
+
// property: ready
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Gets current value of property "ready".
|
|
18
|
+
*
|
|
19
|
+
* Default value is: true
|
|
20
|
+
* @returns Value of property "ready"
|
|
21
|
+
*/
|
|
22
|
+
getReady(): boolean;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Sets a new value for property "ready".
|
|
26
|
+
*
|
|
27
|
+
* When called with a value of "null" or "undefined", the default value of the property will be restored.
|
|
28
|
+
*
|
|
29
|
+
* Default value is: true
|
|
30
|
+
* @param [ready=true] New value for property "ready"
|
|
31
|
+
* @returns Reference to "this" in order to allow method chaining
|
|
32
|
+
*/
|
|
33
|
+
setReady(ready: boolean): this;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
"use strict";sap.ui.define(["sap/ui/core/Control","./BaseContainerRenderer"],function(e,t){"use strict";function r(e){return e&&e.__esModule&&typeof e.default!=="undefined"?e.default:e}const n=r(t);const o=e.extend("sap.cux.home.BaseContainer",{renderer:n,metadata:{library:"sap.cux.home",properties:{ready:{type:"boolean",group:"Data",defaultValue:true}}},constructor:function t(r,n){e.prototype.constructor.call(this,r,n)}});return o});
|
|
8
|
+
//# sourceMappingURL=BaseContainer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainer.js","names":["sap","ui","define","Control","__BaseContainerRenderer","_interopRequireDefault","obj","__esModule","default","BaseContainerRenderer","BaseContainer","extend","renderer","metadata","library","properties","ready","type","group","defaultValue","constructor","_constructor","id","settings","Control.prototype.constructor.call","this"],"sources":["BaseContainer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport Control, { $ControlSettings } from \"sap/ui/core/Control\";\nimport type { MetadataOptions } from \"sap/ui/core/Element\";\nimport BaseContainerRenderer from \"./BaseContainerRenderer\";\n\n/**\n * Constructor for a sample control.\n *\n * @extends Control\n *\n * @constructor\n * @public\n * @name sap.cux.home.BaseContainer\n */\nexport default class BaseContainer extends Control {\n\tconstructor(id?: string, settings?: $ControlSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\tready: {\n\t\t\t\ttype: \"boolean\",\n\t\t\t\tgroup: \"Data\",\n\t\t\t\tdefaultValue: true\n\t\t\t}\n\t\t}\n\t};\n\n\tstatic renderer: typeof BaseContainerRenderer = BaseContainerRenderer;\n}\n"],"mappings":";;;AAAA,aAAAA,IAAAC,GAAAC,OAAA,2DAAAC,EAAAC,GAAA,sBAAAC,EAAAC,GAAA,OAAAA,KAAAC,mBAAAD,EAAAE,UAAA,YAAAF,EAAAE,QAAAF,CAAA,OAMOG,EAAqBJ,EAAAD,GAE5B,MASqBM,EAAsBP,EAAOQ,OAAA,8BAgB1CC,SAAyCH,EAXhCI,SAA4B,CAC3CC,QAAS,eACTC,WAAY,CACXC,MAAO,CACNC,KAAM,UACNC,MAAO,OACPC,aAAc,QAVjBC,YAAW,SAAAC,EAACC,EAAaC,GACxBC,6BAAAC,KAAMH,EAAIC,EACX,IAAC,OAHmBb,CAAa"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* ${copyright}
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import Control, { $ControlSettings } from "sap/ui/core/Control";
|
|
6
|
+
import type { MetadataOptions } from "sap/ui/core/Element";
|
|
7
|
+
import BaseContainerRenderer from "./BaseContainerRenderer";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Constructor for a sample control.
|
|
11
|
+
*
|
|
12
|
+
* @extends Control
|
|
13
|
+
*
|
|
14
|
+
* @constructor
|
|
15
|
+
* @public
|
|
16
|
+
* @name sap.cux.home.BaseContainer
|
|
17
|
+
*/
|
|
18
|
+
export default class BaseContainer extends Control {
|
|
19
|
+
constructor(id?: string, settings?: $ControlSettings) {
|
|
20
|
+
super(id, settings);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static readonly metadata: MetadataOptions = {
|
|
24
|
+
library: "sap.cux.home",
|
|
25
|
+
properties: {
|
|
26
|
+
ready: {
|
|
27
|
+
type: "boolean",
|
|
28
|
+
group: "Data",
|
|
29
|
+
defaultValue: true
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
static renderer: typeof BaseContainerRenderer = BaseContainerRenderer;
|
|
35
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
"use strict";
|
|
8
|
+
|
|
9
|
+
sap.ui.define([], function () {
|
|
10
|
+
"use strict";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Sample renderer.
|
|
14
|
+
* @namespace
|
|
15
|
+
*/
|
|
16
|
+
var __exports = {
|
|
17
|
+
apiVersion: 2,
|
|
18
|
+
render: function (rm, control) {
|
|
19
|
+
rm.openStart("div", control).openEnd();
|
|
20
|
+
rm.text("Sample Control Ready!");
|
|
21
|
+
rm.close("div");
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
return __exports;
|
|
25
|
+
});
|
|
26
|
+
//# sourceMappingURL=BaseContainerRenderer-dbg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainerRenderer-dbg.js","names":["sap","ui","define","__exports","apiVersion","render","rm","control","openStart","openEnd","text","close"],"sources":["BaseContainerRenderer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport RenderManager from \"sap/ui/core/RenderManager\";\nimport BaseContainer from \"./BaseContainer\";\n\n/**\n * Sample renderer.\n * @namespace\n */\nexport default {\n\tapiVersion: 2,\n\trender: function (rm: RenderManager, control: BaseContainer) {\n\t\trm.openStart(\"div\", control).openEnd();\n\t\trm.text(\"Sample Control Ready!\");\n\t\trm.close(\"div\");\n\t}\n};\n"],"mappings":"AAAA;AACA;AACA;AAFA;;AAAAA,GAAA,CAAAC,EAAA,CAAAC,MAAA;EAAA;;EAOA;AACA;AACA;AACA;EAHA,IAAAC,SAAA,GAIe;IACdC,UAAU,EAAE,CAAC;IACbC,MAAM,EAAE,SAAAA,CAAUC,EAAiB,EAAEC,OAAsB,EAAE;MAC5DD,EAAE,CAACE,SAAS,CAAC,KAAK,EAAED,OAAO,CAAC,CAACE,OAAO,CAAC,CAAC;MACtCH,EAAE,CAACI,IAAI,CAAC,uBAAuB,CAAC;MAChCJ,EAAE,CAACK,KAAK,CAAC,KAAK,CAAC;IAChB;EACD,CAAC;EAAA,OAAAR,SAAA;AAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference path="BaseContainer.gen.d.ts" />
|
|
2
|
+
/// <reference path="BaseContainer.d.ts" />
|
|
3
|
+
/// <reference types="openui5" />
|
|
4
|
+
declare module "sap/cux/home/BaseContainerRenderer" {
|
|
5
|
+
/*!
|
|
6
|
+
* ${copyright}
|
|
7
|
+
*/
|
|
8
|
+
import RenderManager from "sap/ui/core/RenderManager";
|
|
9
|
+
import BaseContainer from "sap/cux/home/BaseContainer";
|
|
10
|
+
/**
|
|
11
|
+
* Sample renderer.
|
|
12
|
+
* @namespace
|
|
13
|
+
*/
|
|
14
|
+
const _default: {
|
|
15
|
+
apiVersion: number;
|
|
16
|
+
render: (rm: RenderManager, control: BaseContainer) => void;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=BaseContainerRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainerRenderer.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/BaseContainerRenderer.ts"],"names":[],"mappings":";;;AAAA,OAAO,QAAQ,oCAAoC,CAAC;IACpD;;OAEG;IAEH,OAAO,aAAa,MAAM,2BAA2B,CAAC;IACtD,OAAO,aAAa,MAAM,4BAA4B,CAAC;IAEvD;;;OAGG;;;qBAGoB,aAAa,WAAW,aAAa;;IAF5D,wBAOE;CAED"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
4
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
"use strict";sap.ui.define([],function(){"use strict";var e={apiVersion:2,render:function(e,n){e.openStart("div",n).openEnd();e.text("Sample Control Ready!");e.close("div")}};return e});
|
|
8
|
+
//# sourceMappingURL=BaseContainerRenderer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseContainerRenderer.js","names":["sap","ui","define","__exports","apiVersion","render","rm","control","openStart","openEnd","text","close"],"sources":["BaseContainerRenderer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport RenderManager from \"sap/ui/core/RenderManager\";\nimport BaseContainer from \"./BaseContainer\";\n\n/**\n * Sample renderer.\n * @namespace\n */\nexport default {\n\tapiVersion: 2,\n\trender: function (rm: RenderManager, control: BaseContainer) {\n\t\trm.openStart(\"div\", control).openEnd();\n\t\trm.text(\"Sample Control Ready!\");\n\t\trm.close(\"div\");\n\t}\n};\n"],"mappings":";;;AAAA,aAAAA,IAAAC,GAAAC,OAAA,2BAOA,IAAAC,EAIe,CACdC,WAAY,EACZC,OAAQ,SAAUC,EAAmBC,GACpCD,EAAGE,UAAU,MAAOD,GAASE,UAC7BH,EAAGI,KAAK,yBACRJ,EAAGK,MAAM,MACV,GACA,OAAAR,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* ${copyright}
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import RenderManager from "sap/ui/core/RenderManager";
|
|
6
|
+
import BaseContainer from "./BaseContainer";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Sample renderer.
|
|
10
|
+
* @namespace
|
|
11
|
+
*/
|
|
12
|
+
export default {
|
|
13
|
+
apiVersion: 2,
|
|
14
|
+
render: function (rm: RenderManager, control: BaseContainer) {
|
|
15
|
+
rm.openStart("div", control).openEnd();
|
|
16
|
+
rm.text("Sample Control Ready!");
|
|
17
|
+
rm.close("div");
|
|
18
|
+
}
|
|
19
|
+
};
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# XTIT: To-Dos Section Title
|
|
2
|
+
toDosTitle=To-Dos
|
|
3
|
+
|
|
4
|
+
# XMSG: To do cards to have created by name
|
|
5
|
+
createdBy=Created By
|
|
6
|
+
|
|
7
|
+
# XMSG: To do cards to have created by name
|
|
8
|
+
createdOn=Created On
|
|
9
|
+
|
|
10
|
+
# XMSG: To do cards due date
|
|
11
|
+
dueDate=Due Date
|
|
12
|
+
|
|
13
|
+
# XMSG: To do cards footer for task type, will translate to "Task created yesterday/2 days ago/ a month ago" etc
|
|
14
|
+
createdTask=Task created {0}
|
|
15
|
+
|
|
16
|
+
# XMSG: To do cards footer for situation type, will translate to "Situation created yesterday/2 days ago/ a month ago" etc
|
|
17
|
+
createdSituation=Situation created {0}
|
|
18
|
+
|
|
19
|
+
# XFLD: Situation Description Field label
|
|
20
|
+
situationDescription=Situation Description
|
|
21
|
+
|
|
22
|
+
# XFLD: Situation ID
|
|
23
|
+
situationId=Situation ID
|
|
24
|
+
|
|
25
|
+
# XTIT: View All Tasks Title
|
|
26
|
+
viewAllTasksTitle=Go to All Tasks
|
|
27
|
+
|
|
28
|
+
# XTIT: View All Situations Title
|
|
29
|
+
viewAllSituationsTitle=Go to All Situations
|
|
30
|
+
|
|
31
|
+
# XTIT: Title for Expand
|
|
32
|
+
expand=Show More
|
|
33
|
+
|
|
34
|
+
# XTIT: Title for Collapse
|
|
35
|
+
collapse=Show Less
|
|
36
|
+
|
|
37
|
+
# XTIT: Tasks Tab Title
|
|
38
|
+
tasksTabTitle=Tasks
|
|
39
|
+
|
|
40
|
+
# XTIT: Situations Tab Title
|
|
41
|
+
situationsTabTitle=Situations
|
|
42
|
+
|
|
43
|
+
# XTIT: Title for no todo card
|
|
44
|
+
noToDoTitle=You have completed all your To-Dos.
|
|
45
|
+
|
|
46
|
+
# XMSG: Description for no todo card
|
|
47
|
+
noToDoDesc=New ones will show up here.
|
|
48
|
+
|
|
49
|
+
# XTIT: Title for no tasks card
|
|
50
|
+
noTaskTitle=You don't have any new tasks.
|
|
51
|
+
|
|
52
|
+
# XTIT: Title for no situations card
|
|
53
|
+
noSituationTitle=You don't have any new situations.
|
|
54
|
+
|
|
55
|
+
# XBUT: Refresh Button Text
|
|
56
|
+
refresh=Refresh
|
|
57
|
+
|
|
58
|
+
# XMSG: Very high priority text
|
|
59
|
+
veryHighPriority=Very High Priority
|
|
60
|
+
|
|
61
|
+
# XMSG: High priority text
|
|
62
|
+
highPriority=High Priority
|
|
63
|
+
|
|
64
|
+
# XMSG: Medium priority text
|
|
65
|
+
mediumPriority=Medium Priority
|
|
66
|
+
|
|
67
|
+
# XMSG: Low priority text
|
|
68
|
+
lowPriority=Low Priority
|
|
69
|
+
|
|
70
|
+
# XMSG: None priority text
|
|
71
|
+
nonePriority=None Priority
|
|
72
|
+
|
|
73
|
+
# XMSG: Description for no todo card when supported
|
|
74
|
+
emptyToDoDesc=When you do you'll see them here.
|
|
75
|
+
|
|
76
|
+
# XMSG: To be displayed when selected user has no email ID
|
|
77
|
+
noEmail=User {0} does not have a valid email address.
|
|
78
|
+
|
|
79
|
+
# XLST: Link to App finder
|
|
80
|
+
appFinderLink=Add Tiles
|
|
81
|
+
|
|
82
|
+
# XTIT: Title for Edit Insights Cards
|
|
83
|
+
manageCards=Manage Cards
|
|
84
|
+
|
|
85
|
+
# XTIT: Title for Expand
|
|
86
|
+
showMore=Show More
|
|
87
|
+
|
|
88
|
+
# XTIT: Insights Title
|
|
89
|
+
insights=Insights
|
|
90
|
+
|
|
91
|
+
# XMSG: No data in insight section button
|
|
92
|
+
manageInsightBtn=Add Insights
|
|
93
|
+
|
|
94
|
+
# XTIT: insight tiles title
|
|
95
|
+
insightsTilesTitle=Tiles
|
|
96
|
+
|
|
97
|
+
# XTIT: insight cards title
|
|
98
|
+
insightsCardsTitle=Cards
|
|
99
|
+
|
|
100
|
+
# XMIT: Favorite apps tab
|
|
101
|
+
favoritesTab=Favorites
|
|
102
|
+
|
|
103
|
+
# XMIT: Recent apps tab
|
|
104
|
+
recentlyUsedTab=Recent Activities
|
|
105
|
+
|
|
106
|
+
# XMIT: Frequently used apps tab
|
|
107
|
+
frequentlyUsedTab=Frequently Used
|
|
108
|
+
|
|
109
|
+
# XTIT: Apps and Activities Section Title
|
|
110
|
+
appsTitle=Apps and Activities
|
|
111
|
+
|
|
112
|
+
# XMSG: Title for no apps
|
|
113
|
+
noAppsTitle=Nothing here yet?
|
|
114
|
+
|
|
115
|
+
# XTIT: Title of No-Data text for Recent Apps illustrated msg
|
|
116
|
+
noRecentAppsDescription=You don't have any recent activities yet.
|
|
117
|
+
|
|
118
|
+
# XTIT: Description of No-Data text for Frequent Apps illustrated msg
|
|
119
|
+
noFreqAppsDescription=You don't have any frequently used apps yet.
|
|
120
|
+
|
|
121
|
+
# XTIT: Description of No-Data text for illustrated msg
|
|
122
|
+
noFavAppsDescription=You can add your favorite apps to this section.
|
|
123
|
+
|
|
124
|
+
# XTIT: Title of No-Data text for illustrated msg
|
|
125
|
+
noDataPageTitle=Nothing here yet?
|
|
126
|
+
|
|
127
|
+
# XMSG: Description of No-Data text for illustrated msg of pages
|
|
128
|
+
noPageDescription=You can add your preferred pages to this section.
|
|
129
|
+
|
|
130
|
+
# XBUT: Add Page Button Text
|
|
131
|
+
addPage=Add Pages
|
|
132
|
+
|
|
133
|
+
# XTIT: Pages title
|
|
134
|
+
pageTitle=Pages
|
|
135
|
+
|
|
136
|
+
# XTIT: News title
|
|
137
|
+
newsTitle=News
|
|
138
|
+
|
|
139
|
+
# XBUT: Manage Pages button
|
|
140
|
+
mngPage=Manage Pages
|
|
141
|
+
|
|
142
|
+
# XBUT: Manage News button
|
|
143
|
+
mngNews=Manage News
|
|
144
|
+
|
|
145
|
+
# XMSG: Message for no tiles
|
|
146
|
+
noTilesMsg=You can add your preferred tiles to this section.
|
|
147
|
+
|
|
148
|
+
# XMSG: Message for no cards
|
|
149
|
+
noCardsMsg=You can add your preferred cards to this section.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
sap.ui.define(["sap/ui/core/Core"], function (Core) {
|
|
4
|
+
"use strict";
|
|
5
|
+
|
|
6
|
+
const thisLib = Core.initLibrary({
|
|
7
|
+
name: "sap.cux.home",
|
|
8
|
+
version: "1.121.0",
|
|
9
|
+
dependencies: ["sap.ui.core", "sap.ui.integration"],
|
|
10
|
+
types: [],
|
|
11
|
+
interfaces: [],
|
|
12
|
+
controls: ["sap.cux.home.BaseContainer"],
|
|
13
|
+
elements: []
|
|
14
|
+
});
|
|
15
|
+
return thisLib;
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=library-dbg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library-dbg.js","names":["thisLib","Core","initLibrary","name","version","dependencies","types","interfaces","controls","elements"],"sources":["library.ts"],"sourcesContent":["import Core from \"sap/ui/core/Core\";\n\nconst thisLib = Core.initLibrary({\n\tname: \"sap.cux.home\",\n\tversion: \"${version}\",\n\tdependencies: [\"sap.ui.core\", \"sap.ui.integration\"],\n\ttypes: [],\n\tinterfaces: [],\n\tcontrols: [\"sap.cux.home.BaseContainer\"],\n\telements: []\n});\n\nexport default thisLib;\n"],"mappings":";;;;;EAEA,MAAMA,OAAO,GAAGC,IAAI,CAACC,WAAW,CAAC;IAChCC,IAAI,EAAE,cAAc;IACpBC,OAAO,EAAE,YAAY;IACrBC,YAAY,EAAE,CAAC,aAAa,EAAE,oBAAoB,CAAC;IACnDC,KAAK,EAAE,EAAE;IACTC,UAAU,EAAE,EAAE;IACdC,QAAQ,EAAE,CAAC,4BAA4B,CAAC;IACxCC,QAAQ,EAAE;EACX,CAAC,CAAC;EAAC,OAEYT,OAAO;AAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//@ui5-bundle sap/cux/home/library-preload.js
|
|
2
|
+
sap.ui.require.preload({
|
|
3
|
+
"sap/cux/home/BaseContainer.js":function(){
|
|
4
|
+
/*!
|
|
5
|
+
*
|
|
6
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
7
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
8
|
+
|
|
9
|
+
*/
|
|
10
|
+
"use strict";sap.ui.define(["sap/ui/core/Control","./BaseContainerRenderer"],function(e,t){"use strict";function r(e){return e&&e.__esModule&&typeof e.default!=="undefined"?e.default:e}const n=r(t);const o=e.extend("sap.cux.home.BaseContainer",{renderer:n,metadata:{library:"sap.cux.home",properties:{ready:{type:"boolean",group:"Data",defaultValue:true}}},constructor:function t(r,n){e.prototype.constructor.call(this,r,n)}});return o});
|
|
11
|
+
},
|
|
12
|
+
"sap/cux/home/BaseContainerRenderer.js":function(){
|
|
13
|
+
/*!
|
|
14
|
+
*
|
|
15
|
+
SAP UI development toolkit for HTML5 (SAPUI5)
|
|
16
|
+
(c) Copyright 2009-2024 SAP SE. All rights reserved
|
|
17
|
+
|
|
18
|
+
*/
|
|
19
|
+
"use strict";sap.ui.define([],function(){"use strict";var e={apiVersion:2,render:function(e,n){e.openStart("div",n).openEnd();e.text("Sample Control Ready!");e.close("div")}};return e});
|
|
20
|
+
},
|
|
21
|
+
"sap/cux/home/library.js":function(){
|
|
22
|
+
"use strict";sap.ui.define(["sap/ui/core/Core"],function(e){"use strict";const s=e.initLibrary({name:"sap.cux.home",version:"1.121.0",dependencies:["sap.ui.core","sap.ui.integration"],types:[],interfaces:[],controls:["sap.cux.home.BaseContainer"],elements:[]});return s});
|
|
23
|
+
},
|
|
24
|
+
"sap/cux/home/manifest.json":'{"_version":"1.21.0","sap.app":{"id":"sap.cux.home","type":"library","embeds":[],"applicationVersion":{"version":"0.0.1"},"title":"sap.cux.home","resources":"resources.json","offline":true},"sap.ui":{"technology":"UI5","supportedThemes":[]},"sap.ui5":{"dependencies":{"minUI5Version":"1.120","libs":{}},"library":{"i18n":false,"content":{"controls":["sap.cux.home.BaseContainer"],"elements":[],"types":[],"interfaces":[]}}}}'
|
|
25
|
+
});
|
|
26
|
+
//# sourceMappingURL=library-preload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library-preload.js","sections":[{"offset":{"line":1,"column":0},"map":{"version":3,"names":[],"sources":["library-preload.js?bundle-code-0"],"mappings":"AAAA;AACA","sourcesContent":["sap.ui.require.preload({\n"],"sourceRoot":""}},{"offset":{"line":3,"column":0},"map":{"version":3,"file":"BaseContainer.js","names":["sap","ui","define","Control","__BaseContainerRenderer","_interopRequireDefault","obj","__esModule","default","BaseContainerRenderer","BaseContainer","extend","renderer","metadata","library","properties","ready","type","group","defaultValue","constructor","_constructor","id","settings","Control.prototype.constructor.call","this"],"sources":["BaseContainer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport Control, { $ControlSettings } from \"sap/ui/core/Control\";\nimport type { MetadataOptions } from \"sap/ui/core/Element\";\nimport BaseContainerRenderer from \"./BaseContainerRenderer\";\n\n/**\n * Constructor for a sample control.\n *\n * @extends Control\n *\n * @constructor\n * @public\n * @name sap.cux.home.BaseContainer\n */\nexport default class BaseContainer extends Control {\n\tconstructor(id?: string, settings?: $ControlSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tproperties: {\n\t\t\tready: {\n\t\t\t\ttype: \"boolean\",\n\t\t\t\tgroup: \"Data\",\n\t\t\t\tdefaultValue: true\n\t\t\t}\n\t\t}\n\t};\n\n\tstatic renderer: typeof BaseContainerRenderer = BaseContainerRenderer;\n}\n"],"mappings":"AAAA;;;AAAA,aAAAA,IAAAC,GAAAC,OAAA,2DAAAC,EAAAC,GAAA,sBAAAC,EAAAC,GAAA,OAAAA,KAAAC,mBAAAD,EAAAE,UAAA,YAAAF,EAAAE,QAAAF,CAAA,OAMOG,EAAqBJ,EAAAD,GAE5B,MASqBM,EAAsBP,EAAOQ,OAAA,8BAgB1CC,SAAyCH,EAXhCI,SAA4B,CAC3CC,QAAS,eACTC,WAAY,CACXC,MAAO,CACNC,KAAM,UACNC,MAAO,OACPC,aAAc,QAVjBC,YAAW,SAAAC,EAACC,EAAaC,GACxBC,6BAAAC,KAAMH,EAAIC,EACX,IAAC,OAHmBb,CAAa","sourceRoot":""}},{"offset":{"line":9,"column":0},"map":{"version":3,"file":"BaseContainerRenderer.js","names":["sap","ui","define","__exports","apiVersion","render","rm","control","openStart","openEnd","text","close"],"sources":["BaseContainerRenderer.ts"],"sourcesContent":["/*!\n * ${copyright}\n */\n\nimport RenderManager from \"sap/ui/core/RenderManager\";\nimport BaseContainer from \"./BaseContainer\";\n\n/**\n * Sample renderer.\n * @namespace\n */\nexport default {\n\tapiVersion: 2,\n\trender: function (rm: RenderManager, control: BaseContainer) {\n\t\trm.openStart(\"div\", control).openEnd();\n\t\trm.text(\"Sample Control Ready!\");\n\t\trm.close(\"div\");\n\t}\n};\n"],"mappings":"AAAA;;;AAAA,aAAAA,IAAAC,GAAAC,OAAA,2BAOA,IAAAC,EAIe,CACdC,WAAY,EACZC,OAAQ,SAAUC,EAAmBC,GACpCD,EAAGE,UAAU,MAAOD,GAASE,UAC7BH,EAAGI,KAAK,yBACRJ,EAAGK,MAAM,MACV,GACA,OAAAR,CAAA","sourceRoot":""}},{"offset":{"line":15,"column":0},"map":{"version":3,"file":"library.js","names":["thisLib","Core","initLibrary","name","version","dependencies","types","interfaces","controls","elements"],"sources":["library.ts"],"sourcesContent":["import Core from \"sap/ui/core/Core\";\n\nconst thisLib = Core.initLibrary({\n\tname: \"sap.cux.home\",\n\tversion: \"${version}\",\n\tdependencies: [\"sap.ui.core\", \"sap.ui.integration\"],\n\ttypes: [],\n\tinterfaces: [],\n\tcontrols: [\"sap.cux.home.BaseContainer\"],\n\telements: []\n});\n\nexport default thisLib;\n"],"mappings":"AAAA,yEAEA,MAAMA,EAAUC,EAAKC,YAAY,CAChCC,KAAM,eACNC,QAAS,aACTC,aAAc,CAAC,cAAe,sBAC9BC,MAAO,GACPC,WAAY,GACZC,SAAU,CAAC,8BACXC,SAAU,KACR,OAEYT,CAAO","sourceRoot":""}}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/library.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,sBAAsB,CAAC;IAGtC,MAAM,OAAO,QAQX,CAAC;IAEH,eAAe,OAAO,CAAC;CAEtB"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";sap.ui.define(["sap/ui/core/Core"],function(e){"use strict";const s=e.initLibrary({name:"sap.cux.home",version:"1.121.0",dependencies:["sap.ui.core","sap.ui.integration"],types:[],interfaces:[],controls:["sap.cux.home.BaseContainer"],elements:[]});return s});
|
|
2
|
+
//# sourceMappingURL=library.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.js","names":["thisLib","Core","initLibrary","name","version","dependencies","types","interfaces","controls","elements"],"sources":["library.ts"],"sourcesContent":["import Core from \"sap/ui/core/Core\";\n\nconst thisLib = Core.initLibrary({\n\tname: \"sap.cux.home\",\n\tversion: \"${version}\",\n\tdependencies: [\"sap.ui.core\", \"sap.ui.integration\"],\n\ttypes: [],\n\tinterfaces: [],\n\tcontrols: [\"sap.cux.home.BaseContainer\"],\n\telements: []\n});\n\nexport default thisLib;\n"],"mappings":"yEAEA,MAAMA,EAAUC,EAAKC,YAAY,CAChCC,KAAM,eACNC,QAAS,aACTC,aAAc,CAAC,cAAe,sBAC9BC,MAAO,GACPC,WAAY,GACZC,SAAU,CAAC,8BACXC,SAAU,KACR,OAEYT,CAAO"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import Core from "sap/ui/core/Core";
|
|
2
|
+
|
|
3
|
+
const thisLib = Core.initLibrary({
|
|
4
|
+
name: "sap.cux.home",
|
|
5
|
+
version: "${version}",
|
|
6
|
+
dependencies: ["sap.ui.core", "sap.ui.integration"],
|
|
7
|
+
types: [],
|
|
8
|
+
interfaces: [],
|
|
9
|
+
controls: ["sap.cux.home.BaseContainer"],
|
|
10
|
+
elements: []
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
export default thisLib;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_version": "1.21.0",
|
|
3
|
+
"sap.app": {
|
|
4
|
+
"id": "sap.cux.home",
|
|
5
|
+
"type": "library",
|
|
6
|
+
"embeds": [],
|
|
7
|
+
"applicationVersion": {
|
|
8
|
+
"version": "0.0.1"
|
|
9
|
+
},
|
|
10
|
+
"title": "sap.cux.home",
|
|
11
|
+
"resources": "resources.json",
|
|
12
|
+
"offline": true
|
|
13
|
+
},
|
|
14
|
+
"sap.ui": {
|
|
15
|
+
"technology": "UI5",
|
|
16
|
+
"supportedThemes": []
|
|
17
|
+
},
|
|
18
|
+
"sap.ui5": {
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"minUI5Version": "1.120",
|
|
21
|
+
"libs": {}
|
|
22
|
+
},
|
|
23
|
+
"library": {
|
|
24
|
+
"i18n": false,
|
|
25
|
+
"content": {
|
|
26
|
+
"controls": [
|
|
27
|
+
"sap.cux.home.BaseContainer"
|
|
28
|
+
],
|
|
29
|
+
"elements": [],
|
|
30
|
+
"types": [],
|
|
31
|
+
"interfaces": []
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|