@quadrel-enterprise-ui/framework 20.18.3 → 20.18.4

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/index.d.ts CHANGED
@@ -13723,7 +13723,7 @@ declare class QdSectionComponent implements OnInit, AfterViewInit, OnChanges, On
13723
13723
  * <!-- For "Quick Add" use PageStepper in single-step mode -->
13724
13724
  * <qd-page [config]="pageConfig">
13725
13725
  * <qd-page-stepper [config]="stepperConfig">
13726
- * <qd-page-step [config]="stepConfigOne">
13726
+ * <qd-page-step [config]="stepConfigOne" [stepControl]="myForms">
13727
13727
  * <qd-section [config]="sectionConfig">
13728
13728
  * <qd-grid [config]="gridConfig" [formGroup]="myForms" qdConnectFormStateToPage="myForms">
13729
13729
  * <!-- your qd-form-components here -->
@@ -13736,14 +13736,14 @@ declare class QdSectionComponent implements OnInit, AfterViewInit, OnChanges, On
13736
13736
  * <!-- With PageStepper using multiple steps -->
13737
13737
  * <qd-page [config]="pageConfig">
13738
13738
  * <qd-page-stepper [config]="stepperConfig">
13739
- * <qd-page-step [config]="stepConfigOne">
13739
+ * <qd-page-step [config]="stepConfigOne" [stepControl]="myFormsOne">
13740
13740
  * <qd-section [config]="sectionConfig">
13741
13741
  * <qd-grid [config]="gridConfig" [formGroup]="myFormsOne" qdConnectFormStateToPage="myFormsOne">
13742
13742
  * <!-- your qd-form-components here -->
13743
13743
  * </qd-grid>
13744
13744
  * </qd-section>
13745
13745
  * </qd-page-step>
13746
- * <qd-page-step [config]="stepConfigTwo">
13746
+ * <qd-page-step [config]="stepConfigTwo" [stepControl]="myFormsTwo">
13747
13747
  * <qd-section [config]="sectionConfig">
13748
13748
  * <qd-grid [config]="gridConfig" [formGroup]="myFormsTwo" qdConnectFormStateToPage="myFormsTwo">
13749
13749
  * <!-- your qd-form-components here -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.18.3",
3
+ "version": "20.18.4",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {