@ahmadmubarak98/namozaj 1.6.8 → 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 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",
@@ -81095,7 +81095,7 @@ const ConfirmationDialog = ({
81095
81095
  )
81096
81096
  ] }, be._id);
81097
81097
  }),
81098
- /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 2, justifyContent: "end", children: h.fields.length > 0 && /* @__PURE__ */ jsx(
81098
+ /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 2, justifyContent: "end", children: h.fields.length > 0 && H && /* @__PURE__ */ jsx(
81099
81099
  Button$1,
81100
81100
  {
81101
81101
  type: "button",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.6.8",
4
+ "version": "1.6.10",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",