exsdk-ui5 0.1.1 → 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="
|
|
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.
|
|
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",
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"type": "git",
|
|
43
43
|
"url": "https://github.com/exsdk/ui5"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|
package/src/controls/ExButton.js
CHANGED
package/src/controls/ExTable.js
CHANGED
package/src/controls/Exform.js
CHANGED