hrm_ui_lib 2.0.0-alpha.10 → 2.0.0-alpha.12
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 -471
- package/components/FormContainer/index.js +3 -0
- package/i18n.d.ts +4 -0
- package/i18n.js +2676 -0
- package/index.d.ts +1 -0
- package/index.js +6 -5
- package/node-ponyfill-CCC52WRr.js +81701 -0
- package/package.json +1 -1
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +0 -9
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +0 -12
- package/helperComponents/IconDynamicComponent/constants.d.ts +0 -3
- package/helperComponents/IconDynamicComponent/constants.js +0 -12
- package/helperComponents/IconDynamicComponent/index.d.ts +0 -1
- package/helperComponents/IconDynamicComponent/index.js +0 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './i18n.js';
|
|
1
2
|
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';
|
|
2
3
|
export { Avatar } from './components/Avatar/Avatar.js';
|
|
3
4
|
export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
|
|
@@ -382,6 +383,11 @@ export { useFormProps } from './hooks/useFormProps.js';
|
|
|
382
383
|
import './hooks/useScreenSize.js';
|
|
383
384
|
import '@babel/runtime/helpers/slicedToArray';
|
|
384
385
|
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';
|
|
385
391
|
import '@babel/runtime/helpers/extends';
|
|
386
392
|
import './components/Alert/consts.js';
|
|
387
393
|
import 'classnames';
|
|
@@ -394,9 +400,6 @@ import 'react-dropzone';
|
|
|
394
400
|
import './type/file-upload.js';
|
|
395
401
|
import './helpers/format-date.js';
|
|
396
402
|
import 'dayjs/plugin/utc';
|
|
397
|
-
import './helpers/locale.js';
|
|
398
|
-
import './type/locale.js';
|
|
399
|
-
import './helpers/storage.js';
|
|
400
403
|
import 'react-toastify';
|
|
401
404
|
import './hooks/useGetIsMobile.js';
|
|
402
405
|
import 'motion/react';
|
|
@@ -444,8 +447,6 @@ import '@ncdai/react-wheel-picker/style.css';
|
|
|
444
447
|
import './components/DatePicker/TimePicker/TimePickerDesktop.js';
|
|
445
448
|
import 'react-datepicker';
|
|
446
449
|
import './components/DatePicker/hooks.js';
|
|
447
|
-
import '@babel/runtime/helpers/asyncToGenerator';
|
|
448
|
-
import '@babel/runtime/regenerator';
|
|
449
450
|
import 'date-fns/locale/hy';
|
|
450
451
|
import 'date-fns/locale/en-GB';
|
|
451
452
|
import 'date-fns/locale/ru';
|