@ahmadmubarak98/namozaj 1.6.9 → 1.6.10
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/main.d.ts +1 -0
- package/dist/namozaj.js +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -147,6 +147,7 @@ export declare type FieldArrayFieldConfig = BaseFieldConfig & {
|
|
|
147
147
|
fields: DynamicFormField[];
|
|
148
148
|
minEntries?: number;
|
|
149
149
|
maxEntries?: number;
|
|
150
|
+
hideEntryNumber?: boolean;
|
|
150
151
|
addBtn?: string | React.ReactNode;
|
|
151
152
|
removeBtn?: string | React.ReactNode;
|
|
152
153
|
cancelBtn?: string | React.ReactNode;
|
package/dist/namozaj.js
CHANGED
|
@@ -81041,7 +81041,7 @@ const ConfirmationDialog = ({
|
|
|
81041
81041
|
justifyContent: "space-between",
|
|
81042
81042
|
alignItems: "center",
|
|
81043
81043
|
children: [
|
|
81044
|
-
/* @__PURE__ */ jsx(
|
|
81044
|
+
!d.hideEntryNumber && /* @__PURE__ */ jsx(
|
|
81045
81045
|
Typography$1,
|
|
81046
81046
|
{
|
|
81047
81047
|
variant: "h6",
|