openui5-model-json-crud
Version:
An OpenUI5 library which extends JSONModel to support CRUD (Create, Read, Update, Delete) operations.
7 lines • 458 B
JavaScript
;
/*
* openui5-model-json-crud
* (c) Copyright 2018-2023 Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/sap.ui.define(["sap/ui/core/Lib","sap/ui/core/library"],function(e){return e.init({name:"openui5.model.json.crud",dependencies:["sap.ui.core"],controls:["openui5.model.json.crud.CRUDModel"],noLibraryCSS:true,version:"0.0.15"})});
//# sourceMappingURL=library.js.map