@jenesei-software/jenesei-kit-react 1.3.34 → 1.3.35
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/build/build-info.txt +3 -3
- package/build/consts.cjs.js +1 -1
- package/build/consts.es.js +1 -1
- package/package.json +1 -1
package/build/build-info.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
version: 1.3.
|
|
2
|
-
commit:
|
|
3
|
-
date: 2025-10-09T15:
|
|
1
|
+
version: 1.3.35
|
|
2
|
+
commit: a1c42f0
|
|
3
|
+
date: 2025-10-09T15:27:46Z
|
package/build/consts.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./functions.cjs.js"),o={eng:{value:"eng",label:"English",placeholder:"English",search:"English, eng"},rus:{value:"rus",label:"Русский",placeholder:"Русский",search:"Русский, rus"}},l={jenesei_id:{value:"jenesei_id",label:"Jenesei ID",placeholder:"Jenesei ID",search:"Jenesei ID"}},a=e.transformObjectToArray(o),r=e.transformObjectValuesToKeys(o),t=e.transformObjectToArray(l),u=e.transformObjectValuesToKeys(l),c=["image/*",".jpeg",".jpg",".png",".webp","avif"].join(",");exports.LIBRARY_VERSION="1.3.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./functions.cjs.js"),o={eng:{value:"eng",label:"English",placeholder:"English",search:"English, eng"},rus:{value:"rus",label:"Русский",placeholder:"Русский",search:"Русский, rus"}},l={jenesei_id:{value:"jenesei_id",label:"Jenesei ID",placeholder:"Jenesei ID",search:"Jenesei ID"}},a=e.transformObjectToArray(o),r=e.transformObjectValuesToKeys(o),t=e.transformObjectToArray(l),u=e.transformObjectValuesToKeys(l),c=["image/*",".jpeg",".jpg",".png",".webp","avif"].join(",");exports.LIBRARY_VERSION="1.3.35",exports.LIST_IMAGE_SUPPORTED_FORMAT=["image/jpeg","image/jpg","image/png","image/webp","image/avif"],exports.LIST_IMAGE_SUPPORTED_FORMAT_FOR_INPUT=c,exports.LIST_KEY_LANGUAGE=r,exports.LIST_KEY_SERVICE=u,exports.LIST_LANGUAGE=a,exports.LIST_SERVICE=t,exports.LOCALE_INPUT={day:"ДД",month:"ММ",year:"ГГГГ"},exports.LOCALE_MONTHS=[{localeLong:"Январь",localeShort:"Янв",value:"january"},{localeLong:"February",localeShort:"Feb",value:"february"},{localeLong:"March",localeShort:"Mar",value:"march"},{localeLong:"April",localeShort:"Apr",value:"april"},{localeLong:"May",localeShort:"May",value:"may"},{localeLong:"June",localeShort:"Jun",value:"june"},{localeLong:"July",localeShort:"Jul",value:"july"},{localeLong:"August",localeShort:"Aug",value:"august"},{localeLong:"September",localeShort:"Sep",value:"september"},{localeLong:"October",localeShort:"Oct",value:"october"},{localeLong:"November",localeShort:"Nov",value:"november"},{localeLong:"December",localeShort:"Dec",value:"december"}],exports.LOCALE_WEEKS=[{localeLong:"Monday",localeShort:"Пн",value:"mo"},{localeLong:"Tuesday",localeShort:"Tue",value:"tu"},{localeLong:"Wednesday",localeShort:"Wed",value:"we"},{localeLong:"Thursday",localeShort:"Thu",value:"th"},{localeLong:"Friday",localeShort:"Fri",value:"fr"},{localeLong:"Saturday",localeShort:"Sat",value:"sa"},{localeLong:"Sunday",localeShort:"Sun",value:"su"}],exports.LOREM_IPSUM_TEXT="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",exports.OBJECT_LANGUAGE=o,exports.OBJECT_SERVICE=l;
|
|
2
2
|
//# sourceMappingURL=consts.cjs.js.map
|
package/build/consts.es.js
CHANGED
|
@@ -132,7 +132,7 @@ const LOCALE_WEEKS = [
|
|
|
132
132
|
const LIST_IMAGE_SUPPORTED_FORMAT = ["image/jpeg", "image/jpg", "image/png", "image/webp", "image/avif"];
|
|
133
133
|
const LIST_IMAGE_SUPPORTED_FORMAT_FOR_INPUT = ["image/*", ".jpeg", ".jpg", ".png", ".webp", "avif"].join(",");
|
|
134
134
|
const LOREM_IPSUM_TEXT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
|
|
135
|
-
const LIBRARY_VERSION = "1.3.
|
|
135
|
+
const LIBRARY_VERSION = "1.3.35";
|
|
136
136
|
export {
|
|
137
137
|
LIBRARY_VERSION,
|
|
138
138
|
LIST_IMAGE_SUPPORTED_FORMAT,
|