@ahmadmubarak98/namozaj 1.16.2 → 1.16.3

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +1 -1
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -86688,7 +86688,7 @@ const y8 = ({
86688
86688
  control: c,
86689
86689
  name: o,
86690
86690
  keyName: "_id"
86691
- }), [u, b] = De(!1), [M, f] = De(null), [z, O] = De(!1), [m, A] = De({}), v = z || s.disabled, y = s.removeDialogTitle || `${t.meta.removeBtn || "Remove"} ${s.label}`, C = s.removeDialogDescription || `Are you sure you want to remove this ${s.label}?`, q = t.meta.addBtn || `Add ${s.label}`, w = t.meta.removeBtn || "Remove", S = t.meta.cancelBtn || "Cancel", L = s.minEntries ?? void 0, E = s.maxEntries ?? void 0, B = E ? d.fields.length < E : s.canAdd ? s.canAdd : !0, N = L ? d.fields.length > L : s.canRemove ? s.canRemove : !0, R = Ke(
86691
+ }), [u, b] = De(!1), [M, f] = De(null), [z, O] = De(!1), [m, A] = De({}), v = z || s.disabled, y = s.removeDialogTitle || `${t.meta.removeBtn || "Remove"} ${s.label}`, C = s.removeDialogDescription || `Are you sure you want to remove this ${s.label}?`, q = t.meta.addBtn || `Add ${s.label}`, w = t.meta.removeBtn || "Remove", S = t.meta.cancelBtn || "Cancel", L = s.minEntries ?? void 0, E = s.maxEntries ?? void 0, B = E ? d.fields.length < E : s.canAdd ?? !0, N = L ? d.fields.length > L : s.canRemove ?? !0, R = Ke(
86692
86692
  (U) => {
86693
86693
  var K;
86694
86694
  U.preventDefault(), U.stopPropagation(), (K = s == null ? void 0 : s.onBeforeAdd) == null || K.call(s, n, l), d.append({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.16.2",
4
+ "version": "1.16.3",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",