ixc-library-portal 1.1.31 → 1.1.32
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/ixc-library.es.js +4 -2
- package/dist/ixc-library.umd.js +20 -20
- package/package.json +1 -1
package/dist/ixc-library.es.js
CHANGED
|
@@ -14130,7 +14130,8 @@ const qh = () => {
|
|
|
14130
14130
|
height: l,
|
|
14131
14131
|
widthIcon: a,
|
|
14132
14132
|
heightIcon: c,
|
|
14133
|
-
keyReset: d
|
|
14133
|
+
keyReset: d,
|
|
14134
|
+
sortAlphabetically: !1
|
|
14134
14135
|
}
|
|
14135
14136
|
);
|
|
14136
14137
|
};
|
|
@@ -17837,7 +17838,8 @@ const rh = ({
|
|
|
17837
17838
|
fontSizeOptions: h,
|
|
17838
17839
|
keyReset: k,
|
|
17839
17840
|
labelText: j,
|
|
17840
|
-
subLabelText: S
|
|
17841
|
+
subLabelText: S,
|
|
17842
|
+
sortAlphabetically: !1
|
|
17841
17843
|
}
|
|
17842
17844
|
),
|
|
17843
17845
|
D && /* @__PURE__ */ t.jsxs(
|