@cqa-lib/cqa-ui 1.1.557-delta.8 → 1.1.557-delta.9
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/esm2020/lib/test-case-details/api-edit-step/api-edit-step.component.mjs +3 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +2 -2
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +2 -2
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/test-case-details/api-edit-step/api-edit-step.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -38539,7 +38539,7 @@ class ApiEditStepComponent {
|
|
|
38539
38539
|
onLoadSchema() {
|
|
38540
38540
|
var _a;
|
|
38541
38541
|
this.bodyView = 'graphql-schema';
|
|
38542
|
-
this.loadSchema.emit({ url: (_a = this.url) !== null && _a !== void 0 ? _a : '', headers: this.headers });
|
|
38542
|
+
this.loadSchema.emit({ url: (_a = this.url) !== null && _a !== void 0 ? _a : '', headers: this.headers, environment: this.currentEnvironmentValue });
|
|
38543
38543
|
this.cdr.markForCheck();
|
|
38544
38544
|
}
|
|
38545
38545
|
/** Picker → back: drop the picker view and return to the headers/tabs panel. */
|
|
@@ -38550,7 +38550,7 @@ class ApiEditStepComponent {
|
|
|
38550
38550
|
/** Picker → re-introspect: forward to parent so it can refetch the schema. */
|
|
38551
38551
|
onGraphQLPickerReIntrospect() {
|
|
38552
38552
|
var _a;
|
|
38553
|
-
this.loadSchema.emit({ url: (_a = this.url) !== null && _a !== void 0 ? _a : '', headers: this.headers });
|
|
38553
|
+
this.loadSchema.emit({ url: (_a = this.url) !== null && _a !== void 0 ? _a : '', headers: this.headers, environment: this.currentEnvironmentValue });
|
|
38554
38554
|
}
|
|
38555
38555
|
/**
|
|
38556
38556
|
* Picker → operation selected: patch the GraphQL form (query / variables / operationName)
|