exsdk-ui5 0.1.2 → 0.1.3

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 CHANGED
@@ -34,7 +34,7 @@ await ExCore.init({ licenseKey: "YOUR_KEY" });
34
34
  ```xml
35
35
  <!-- View XML -->
36
36
  <mvc:View
37
- xmlns:ex="project1.control">
37
+ xmlns:ex="exsdk.controls">
38
38
  <ex:ExTable id="myTable" title="Ürünler" columns="{/columns}" rows="{/rows}" />
39
39
  <ex:ExButton text="Kaydet" type="primary" press=".onSave" />
40
40
  </mvc:View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exsdk-ui5",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "Modern UI component SDK for SAP Fiori & UI5 — beautiful, fast, framework-independent",
6
6
  "author": "ExSDK",
@@ -3,7 +3,7 @@ sap.ui.define([
3
3
  ], function (Control) {
4
4
  "use strict";
5
5
 
6
- return Control.extend("project1.control.ExButton", {
6
+ return Control.extend("exsdk.controls.ExButton", {
7
7
 
8
8
  metadata: {
9
9
  properties: {
@@ -3,7 +3,7 @@ sap.ui.define([
3
3
  ], function (Control) {
4
4
  "use strict";
5
5
 
6
- return Control.extend("project1.control.ExTable", {
6
+ return Control.extend("exsdk.controls.ExTable", {
7
7
 
8
8
  metadata: {
9
9
  properties: {
@@ -3,7 +3,7 @@ sap.ui.define([
3
3
  ], function (Control) {
4
4
  "use strict";
5
5
 
6
- return Control.extend("project1.control.ExFileUploader", {
6
+ return Control.extend("exsdk.controls.ExFileUploader", {
7
7
 
8
8
  metadata: {
9
9
  properties: {
@@ -3,7 +3,7 @@ sap.ui.define([
3
3
  ], function (Control) {
4
4
  "use strict";
5
5
 
6
- return Control.extend("project1.control.ExForm", {
6
+ return Control.extend("exsdk.controls.ExForm", {
7
7
 
8
8
  metadata: {
9
9
  properties: {
@@ -3,7 +3,7 @@ sap.ui.define([
3
3
  ], function (Control) {
4
4
  "use strict";
5
5
 
6
- return Control.extend("project1.control.ExKanban", {
6
+ return Control.extend("exsdk.controls.ExKanban", {
7
7
 
8
8
  metadata: {
9
9
  properties: {