hrm_ui_lib 2.0.0-alpha.12 → 2.0.0-alpha.14
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/components/FormContainer/FormContainer.js +7 -16
- package/components/FormContainer/index.js +0 -3
- package/components/FormContainer/types.d.ts +1 -0
- package/i18n.js +45 -2671
- package/index.d.ts +0 -1
- package/index.js +5 -6
- package/package.json +1 -1
- package/node-ponyfill-CCC52WRr.js +0 -81701
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import './i18n.js';
|
|
2
1
|
export { A as Alert, B as Button, C as Checkbox, D as DropzoneFileUpload, M as MOBILE_ANIMATION, a as Modal, P as Popover } from './Alert--0rz5XL1.js';
|
|
3
2
|
export { Avatar } from './components/Avatar/Avatar.js';
|
|
4
3
|
export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
|
|
@@ -383,11 +382,6 @@ export { useFormProps } from './hooks/useFormProps.js';
|
|
|
383
382
|
import './hooks/useScreenSize.js';
|
|
384
383
|
import '@babel/runtime/helpers/slicedToArray';
|
|
385
384
|
export { useFieldArray } from 'react-hook-form';
|
|
386
|
-
import '@babel/runtime/helpers/asyncToGenerator';
|
|
387
|
-
import '@babel/runtime/regenerator';
|
|
388
|
-
import './helpers/locale.js';
|
|
389
|
-
import './type/locale.js';
|
|
390
|
-
import './helpers/storage.js';
|
|
391
385
|
import '@babel/runtime/helpers/extends';
|
|
392
386
|
import './components/Alert/consts.js';
|
|
393
387
|
import 'classnames';
|
|
@@ -400,6 +394,9 @@ import 'react-dropzone';
|
|
|
400
394
|
import './type/file-upload.js';
|
|
401
395
|
import './helpers/format-date.js';
|
|
402
396
|
import 'dayjs/plugin/utc';
|
|
397
|
+
import './helpers/locale.js';
|
|
398
|
+
import './type/locale.js';
|
|
399
|
+
import './helpers/storage.js';
|
|
403
400
|
import 'react-toastify';
|
|
404
401
|
import './hooks/useGetIsMobile.js';
|
|
405
402
|
import 'motion/react';
|
|
@@ -447,6 +444,8 @@ import '@ncdai/react-wheel-picker/style.css';
|
|
|
447
444
|
import './components/DatePicker/TimePicker/TimePickerDesktop.js';
|
|
448
445
|
import 'react-datepicker';
|
|
449
446
|
import './components/DatePicker/hooks.js';
|
|
447
|
+
import '@babel/runtime/helpers/asyncToGenerator';
|
|
448
|
+
import '@babel/runtime/regenerator';
|
|
450
449
|
import 'date-fns/locale/hy';
|
|
451
450
|
import 'date-fns/locale/en-GB';
|
|
452
451
|
import 'date-fns/locale/ru';
|