@lowcodeunit/applications-flow-common 1.32.10-apps-flow → 1.32.11-apps-flow
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/bundles/lowcodeunit-applications-flow-common.umd.js +14 -0
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +4 -1
- package/esm2015/lib/elements/projects/controls/tabs/domains/domains.component.js +4 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js +6 -0
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts +1 -0
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts.map +1 -1
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts +2 -0
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts.map +1 -1
- package/lowcodeunit-applications-flow-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2451,6 +2451,13 @@
|
|
|
2451
2451
|
enumerable: false,
|
|
2452
2452
|
configurable: true
|
|
2453
2453
|
});
|
|
2454
|
+
Object.defineProperty(DomainsComponent.prototype, "PrimaryHost", {
|
|
2455
|
+
get: function () {
|
|
2456
|
+
return this.Data.PrimaryHost;
|
|
2457
|
+
},
|
|
2458
|
+
enumerable: false,
|
|
2459
|
+
configurable: true
|
|
2460
|
+
});
|
|
2454
2461
|
Object.defineProperty(DomainsComponent.prototype, "Project", {
|
|
2455
2462
|
get: function () {
|
|
2456
2463
|
return this.Data.Project;
|
|
@@ -2834,6 +2841,13 @@
|
|
|
2834
2841
|
enumerable: false,
|
|
2835
2842
|
configurable: true
|
|
2836
2843
|
});
|
|
2844
|
+
Object.defineProperty(AppsFlowComponent.prototype, "PrimaryHost", {
|
|
2845
|
+
get: function () {
|
|
2846
|
+
return this.Data.PrimaryHost;
|
|
2847
|
+
},
|
|
2848
|
+
enumerable: false,
|
|
2849
|
+
configurable: true
|
|
2850
|
+
});
|
|
2837
2851
|
Object.defineProperty(AppsFlowComponent.prototype, "Project", {
|
|
2838
2852
|
get: function () {
|
|
2839
2853
|
return this.Data.Project;
|