@cqa-lib/cqa-ui 1.1.265 → 1.1.266
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/step-builder/advanced-variables-form/advanced-variables-form.component.mjs +3 -3
- package/esm2020/lib/step-builder/template-variables-form/template-variables-form.component.mjs +310 -146
- package/fesm2015/cqa-lib-cqa-ui.mjs +320 -156
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +312 -148
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/step-builder/template-variables-form/template-variables-form.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -254,6 +254,7 @@ export declare class TemplateVariablesFormComponent implements OnChanges {
|
|
|
254
254
|
isElementType(variable: TemplateVariable): boolean;
|
|
255
255
|
/**
|
|
256
256
|
* Check if screen name is selected for an element variable
|
|
257
|
+
* Returns true if either selectedScreenName or screenNameId is set (and not "None")
|
|
257
258
|
*/
|
|
258
259
|
hasSelectedScreenName(variable: TemplateVariable): boolean;
|
|
259
260
|
/**
|