@djb25/digit-ui-module-vendor 1.0.79 → 1.0.80

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/dist/index.js CHANGED
@@ -142,6 +142,22 @@ const SurveyorConfig = function (t, genderMenu, disabled) {
142
142
  name: "description",
143
143
  className: "payment-form-text-input-correction"
144
144
  }
145
+ }, {
146
+ label: t("ES_VENDOR_ZONE"),
147
+ isMandatory: true,
148
+ type: "component",
149
+ key: "zoneIds",
150
+ populators: {
151
+ name: "zoneIds",
152
+ validation: {
153
+ required: true
154
+ },
155
+ className: "mb-16"
156
+ },
157
+ props: {
158
+ isMultiSelect: false
159
+ },
160
+ component: "SelectEkycZones"
145
161
  }]
146
162
  }];
147
163
  };