@omnia/fx-models 8.0.48-dev → 8.0.49-dev
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/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -165,6 +165,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
165
165
|
static get OChip(): Guid;
|
|
166
166
|
static get OColumn(): Guid;
|
|
167
167
|
static get ODataTable(): Guid;
|
|
168
|
+
static get ODataTableServer(): Guid;
|
|
168
169
|
static get ODialog(): Guid;
|
|
169
170
|
static get ODivider(): Guid;
|
|
170
171
|
static get ODraggable(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -508,6 +508,9 @@ class OmniaWebComponentManifests {
|
|
|
508
508
|
static get ODataTable() {
|
|
509
509
|
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
|
510
510
|
}
|
|
511
|
+
static get ODataTableServer() {
|
|
512
|
+
return new models_1.Guid("810f65f4-3037-4ef2-a142-907a707f650f");
|
|
513
|
+
}
|
|
511
514
|
static get ODialog() {
|
|
512
515
|
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
|
513
516
|
}
|