@asaleh37/ui-base 25.8.15 → 25.8.23-1

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.d.ts CHANGED
@@ -334,6 +334,7 @@ type RecordFieldProps = {
334
334
  fieldLabel: string;
335
335
  fieldType: "text" | "number" | "date" | "datetime" | "combobox" | "checkbox" | "html" | "lookup" | "custom";
336
336
  lookupType?: string;
337
+ comboboxValueDataType?: "number" | "string";
337
338
  required?: boolean;
338
339
  disabled?: boolean;
339
340
  hidden?: boolean;