@alphakits/ui 2.0.0 → 2.0.1

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 (39) hide show
  1. package/dist/calendar/component.js +1 -1
  2. package/dist/calendar/component.js.map +1 -1
  3. package/dist/calendar/components/days-table/component.d.ts +1 -1
  4. package/dist/calendar/components/days-table/component.js +40 -44
  5. package/dist/calendar/components/days-table/component.js.map +1 -1
  6. package/dist/calendar/components/months-table//321/201omponent.d.ts +1 -1
  7. package/dist/calendar/components/months-table//321/201omponent.js +1 -1
  8. package/dist/calendar/components/months-table//321/201omponent.js.map +1 -1
  9. package/dist/calendar/components/years-table//321/201omponent.js +1 -1
  10. package/dist/calendar/components/years-table//321/201omponent.js.map +1 -1
  11. package/dist/calendar/use-calendar.js +1 -1
  12. package/dist/calendar/use-calendar.js.map +1 -1
  13. package/dist/calendar/utils.d.ts +2 -2
  14. package/dist/calendar/utils.js +54 -54
  15. package/dist/calendar/utils.js.map +1 -1
  16. package/dist/calendar-input/component.js +2 -3
  17. package/dist/calendar-input/component.js.map +1 -1
  18. package/dist/calendar-input/utils.js +5 -5
  19. package/dist/calendar-input/utils.js.map +1 -1
  20. package/dist/date-switcher/component.js +1 -1
  21. package/dist/date-switcher/component.js.map +1 -1
  22. package/dist/form/component.js +79 -92
  23. package/dist/form/component.js.map +1 -1
  24. package/dist/formik/index.d.ts +5 -0
  25. package/dist/formik/index.js +15 -0
  26. package/dist/formik/index.js.map +1 -0
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.js +321 -270
  29. package/dist/index.js.map +1 -1
  30. package/dist/utils/date/index.d.ts +73 -0
  31. package/dist/utils/date/index.js +224 -0
  32. package/dist/utils/date/index.js.map +1 -0
  33. package/dist/utils/format-date/index.d.ts +16 -16
  34. package/dist/utils/format-date/index.js +36 -42
  35. package/dist/utils/format-date/index.js.map +1 -1
  36. package/dist/utils/index.d.ts +1 -0
  37. package/dist/utils/index.js +51 -12
  38. package/dist/utils/index.js.map +1 -1
  39. package/package.json +1 -3
package/dist/index.js CHANGED
@@ -1,279 +1,330 @@
1
- import { Amount as e } from "./amount/component.js";
2
- import { AmountInput as p } from "./amount-input/component.js";
3
- import { Avatar as x } from "./avatar/component.js";
4
- import { BackButton as a } from "./back-button/component.js";
5
- import { Badge as i } from "./badge/component.js";
6
- import { BaseCard as u } from "./base-card/component.js";
7
- import { BottomSheet as d } from "./bottom-sheet/component.js";
8
- import { Box as T, Radiuses as c, Spaces as A } from "./box/component.js";
9
- import { Button as C } from "./button/component.js";
10
- import { ButtonArrow as O } from "./button-arrow/component.js";
11
- import { Calendar as P } from "./calendar/component.js";
12
- import { usePeriod as D } from "./calendar/use-period.js";
13
- import { useCalendar as h } from "./calendar/use-calendar.js";
14
- import { DAYS_IN_WEEK as L, MONTHS_IN_YEAR as M, SUNDAY_INDEX as k, dateInLimits as N, limitDate as F, monthName as G, russianWeekDay as H } from "./calendar/utils.js";
15
- import { CalendarInput as w } from "./calendar-input/component.js";
16
- import { DATE_FORMAT as v, DATE_MASK as y, IS_BROWSER as Y, NATIVE_DATE_FORMAT as U, SUPPORTS_INPUT_TYPE_DATE as K, isCompleteDateInput as V, isInputDateSupported as q, parseDateString as z } from "./calendar-input/utils.js";
17
- import { Card as J } from "./card/component.js";
18
- import { Cell as Q } from "./cell/component.js";
19
- import { Checkbox as $ } from "./checkbox/component.js";
20
- import { CheckboxGroup as ro } from "./checkbox-group/component.js";
21
- import { CheckboxGroups as to } from "./checkbox-lists/component.js";
22
- import { CollapsableRow as mo } from "./collapsable-row/component.js";
23
- import { Collapse as fo } from "./collapse/component.js";
24
- import { CopyButton as so } from "./copy-button/component.js";
25
- import { FormattedDate as no } from "./date/component.js";
26
- import { DateSwitcher as lo } from "./date-switcher/component.js";
27
- import { DecoratedItem as To } from "./decorated-item/component.js";
1
+ import { Amount as m } from "./amount/component.js";
2
+ import { AmountInput as a } from "./amount-input/component.js";
3
+ import { Avatar as s } from "./avatar/component.js";
4
+ import { BackButton as n } from "./back-button/component.js";
5
+ import { Badge as l } from "./badge/component.js";
6
+ import { BaseCard as S } from "./base-card/component.js";
7
+ import { BottomSheet as T } from "./bottom-sheet/component.js";
8
+ import { Box as I, Radiuses as h, Spaces as A } from "./box/component.js";
9
+ import { Button as k } from "./button/component.js";
10
+ import { ButtonArrow as E } from "./button-arrow/component.js";
11
+ import { Calendar as _ } from "./calendar/component.js";
12
+ import { usePeriod as P } from "./calendar/use-period.js";
13
+ import { useCalendar as B } from "./calendar/use-calendar.js";
14
+ import { DAYS_IN_WEEK as L, MONTHS_IN_YEAR as y, SUNDAY_INDEX as W, dateInLimits as b, limitDate as N, monthName as Y, russianWeekDay as v } from "./calendar/utils.js";
15
+ import { CalendarInput as H } from "./calendar-input/component.js";
16
+ import { DATE_FORMAT as U, DATE_MASK as q, IS_BROWSER as K, NATIVE_DATE_FORMAT as V, SUPPORTS_INPUT_TYPE_DATE as z, isCompleteDateInput as j, isInputDateSupported as J, parseDateString as X } from "./calendar-input/utils.js";
17
+ import { Card as Z } from "./card/component.js";
18
+ import { Cell as oo } from "./cell/component.js";
19
+ import { Checkbox as eo } from "./checkbox/component.js";
20
+ import { CheckboxGroup as po } from "./checkbox-group/component.js";
21
+ import { CheckboxGroups as fo } from "./checkbox-lists/component.js";
22
+ import { CollapsableRow as xo } from "./collapsable-row/component.js";
23
+ import { Collapse as io } from "./collapse/component.js";
24
+ import { CopyButton as uo } from "./copy-button/component.js";
25
+ import { FormattedDate as So } from "./date/component.js";
26
+ import { DateSwitcher as To } from "./date-switcher/component.js";
27
+ import { DecoratedItem as Io } from "./decorated-item/component.js";
28
28
  import { Divider as Ao } from "./divider/component.js";
29
- import { Dot as Co } from "./dot/component.js";
30
- import { EmptyPage as Oo } from "./empty-page/component.js";
31
- import { Flex as Po } from "./flex/component.js";
32
- import { FlexColumns as Do } from "./flex-columns/component.js";
33
- import { Footer as ho } from "./footer/component.js";
29
+ import { Dot as ko } from "./dot/component.js";
30
+ import { EmptyPage as Eo } from "./empty-page/component.js";
31
+ import { Flex as _o } from "./flex/component.js";
32
+ import { FlexColumns as Po } from "./flex-columns/component.js";
33
+ import { Footer as Bo } from "./footer/component.js";
34
34
  import { FiltersForm as Lo } from "./form/templates/filters-form/index.js";
35
- import { FormControl as ko } from "./form-control/component.js";
36
- import { Grid as Fo } from "./grid/component.js";
37
- import { HeaderSearch as Ho } from "./header-search/component.js";
38
- import { useClickOutside as wo } from "./hooks/useClickOutside/index.js";
39
- import { useFocus as vo } from "./hooks/useFocus/index.js";
40
- import { usePrevious as Yo } from "./hooks/usePrevious/index.js";
41
- import { useCrudFormRequests as Ko } from "./hooks/use-crud-form-requests/index.js";
42
- import { useGetOne as qo } from "./hooks/use-get-one/index.js";
43
- import { IconButton as jo } from "./icon-button/component.js";
44
- import { Image as Xo } from "./image/component.js";
45
- import { textSizes as Zo } from "./image/types.js";
46
- import { ImageGallery as or } from "./image-gallery/component.js";
47
- import { ImageUploader as er } from "./image-uploader/component.js";
48
- import { InfoBlockHeader as pr } from "./info-block-header/component.js";
49
- import { InfoBlockItem as xr } from "./info-block-item/component.js";
50
- import { InfoBlockWrapper as ar } from "./info-block-wrapper/component.js";
51
- import { Input as ir } from "./input/component.js";
52
- import { InputAutocomplete as ur } from "./input-autocomplete/component.js";
53
- import { InputGhost as dr } from "./input-ghost/component.js";
54
- import { Link as Tr } from "./link/component.js";
55
- import { ListAllert as Ar } from "./list-allert/component.js";
56
- import { Loader as Cr } from "./loader/component.js";
57
- import { MaskedInput as Or, PLACEHOLDER_CHAR as _r } from "./masked-input/component.js";
58
- import { Menu as gr } from "./menu/component.js";
59
- import { Message as Rr } from "./message/component.js";
60
- import { ModalContext as Br, ModalProvider as Lr } from "./modal/context.js";
61
- import { Mq as kr } from "./mq/component.js";
62
- import { useMatchMedia as Fr } from "./mq/use-match-media.js";
63
- import { Notification as Hr } from "./notification/component.js";
64
- import { Padding as wr } from "./padding/component.js";
65
- import { PageContainer as vr } from "./page-container/component.js";
66
- import { PageLoading as Yr } from "./page-loading/component.js";
67
- import { PageWithControls as Kr } from "./page-with-controls/component.js";
68
- import { PickerButton as qr } from "./picker-button/component.js";
69
- import { LabeledButton as jr } from "./picker-button/common/labeled-button/index.js";
70
- import { Popover as Xr } from "./popover/component.js";
71
- import { Portal as Zr } from "./portal/component.js";
72
- import { ProgressBar as oe } from "./progress-bar/component.js";
73
- import { ProgressIndex as ee } from "./progress-index/component.js";
74
- import { Radio as pe } from "./radio/component.js";
75
- import { RadioGroup as xe } from "./radio-group/component.js";
76
- import { RadioGroups as ae } from "./radio-groups/component.js";
77
- import { SectionWrapper as ie } from "./section-wrapper/component.js";
78
- import { Select as ue } from "./select/component.js";
79
- import { Arrow as de } from "./select/components/arrow/component.js";
80
- import { BaseSelect as Te } from "./select/components/base-select/component.js";
81
- import { Field as Ae } from "./select/components/field/component.js";
82
- import { Optgroup as Ce } from "./select/components/optgroup/component.js";
83
- import { Option as Oe } from "./select/components/option/component.js";
84
- import { OptionsList as Pe } from "./select/components/options-list/component.js";
85
- import { VirtualOptionsList as De } from "./select/components/virtual-options-list/component.js";
86
- import { useSelectWithLoading as he } from "./select/presets/use-select-with-loading/hook.js";
87
- import { useLazyLoading as Le } from "./select/presets/use-lazy-loading/index.js";
88
- import { convertToOptions as ke, isGroup as Ne, isOptionShape as Fe, joinOptions as Ge, lastIndexOf as He, processOptions as be, useVisibleOptions as we } from "./select/utils.js";
89
- import { Sidepanel as ve } from "./sidepanel/component.js";
90
- import { SidepanelHeader as Ye } from "./sidepanel-header/component.js";
91
- import { Skeleton as Ke } from "./skeleton/component.js";
92
- import { Space as qe } from "./space/component.js";
93
- import { Spinner as je } from "./spinner/component.js";
94
- import { StackingContext as Xe, stackingOrder as Qe } from "./stack/context.js";
95
- import { Stack as $e } from "./stack/component.js";
96
- import { Status as rt } from "./status/component.js";
97
- import { SteppedProgressBar as tt, useSteps as pt } from "./stepped-progress-bar/index.js";
98
- import { Sticker as xt } from "./sticker/component.js";
99
- import { SuffixInput as at } from "./suffix-input/component.js";
100
- import { SuperListHeader as it } from "./super-list-header/component.js";
101
- import { SuperListItem as ut } from "./super-list-item/component.js";
102
- import { Switch as dt } from "./switch/component.js";
103
- import { Table as Tt } from "./table/component.js";
104
- import { TableCell as At } from "./table/components/cell/component.js";
105
- import { TableStatus as Ct } from "./table-status/component.js";
106
- import { Tag as Ot } from "./tag/component.js";
107
- import { TagsList as Pt } from "./tags-list/component.js";
108
- import { Textarea as Dt } from "./textarea/component.js";
109
- import { LOACAL_STORAGE_THEME_KEY as ht, STYLE_TAG_ID as Bt, THEME as Lt, THEME_DATA_ATTR as Mt, ThemeProvider as kt, useTheme as Nt } from "./theme-provider/component.js";
110
- import { defaultThemes as Gt } from "./theme-provider/default-themes.js";
111
- import { Toast as bt } from "./toast/component.js";
112
- import { ToastNotifier as Wt } from "./toast-notifier/component.js";
113
- import { ToastPlate as yt } from "./toast-plate/component.js";
114
- import { Tooltip as Ut } from "./tooltip/component.js";
115
- import { Typography as Vt } from "./typography/component.js";
116
- import { AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR as zt, THINSP as jt, formatAmount as Jt } from "./utils/format-amount/util.js";
117
- import { showError as Qt, showSuccess as Zt } from "./utils/show-toast/index.js";
118
- import { splitAmount as op } from "./utils/split-amount/util.js";
119
- import { formatDate as ep, locales as tp } from "./utils/format-date/index.js";
120
- import { WelcomeContainer as mp } from "./welcome-layout/component.js";
121
- import { withSuffix as fp } from "./with-suffix/component.js";
35
+ import { FormControl as Wo } from "./form-control/component.js";
36
+ import { ErrorMessage as No, FastField as Yo, FieldArray as vo, Form as Go, Formik as Ho, connect as wo, useField as Uo, useFormik as qo, useFormikContext as Ko, withFormik as Vo } from "formik";
37
+ import { Grid as jo } from "./grid/component.js";
38
+ import { HeaderSearch as Xo } from "./header-search/component.js";
39
+ import { useClickOutside as Zo } from "./hooks/useClickOutside/index.js";
40
+ import { useFocus as or } from "./hooks/useFocus/index.js";
41
+ import { usePrevious as er } from "./hooks/usePrevious/index.js";
42
+ import { useCrudFormRequests as pr } from "./hooks/use-crud-form-requests/index.js";
43
+ import { useGetOne as fr } from "./hooks/use-get-one/index.js";
44
+ import { IconButton as xr } from "./icon-button/component.js";
45
+ import { Image as ir } from "./image/component.js";
46
+ import { textSizes as ur } from "./image/types.js";
47
+ import { ImageGallery as dr } from "./image-gallery/component.js";
48
+ import { ImageUploader as Or } from "./image-uploader/component.js";
49
+ import { InfoBlockHeader as cr } from "./info-block-header/component.js";
50
+ import { InfoBlockItem as hr } from "./info-block-item/component.js";
51
+ import { InfoBlockWrapper as Dr } from "./info-block-wrapper/component.js";
52
+ import { Input as Cr } from "./input/component.js";
53
+ import { InputAutocomplete as Mr } from "./input-autocomplete/component.js";
54
+ import { InputGhost as gr } from "./input-ghost/component.js";
55
+ import { Link as Rr } from "./link/component.js";
56
+ import { ListAllert as Fr } from "./list-allert/component.js";
57
+ import { Loader as yr } from "./loader/component.js";
58
+ import { MaskedInput as br, PLACEHOLDER_CHAR as Nr } from "./masked-input/component.js";
59
+ import { Menu as vr } from "./menu/component.js";
60
+ import { Message as Hr } from "./message/component.js";
61
+ import { ModalContext as Ur, ModalProvider as qr } from "./modal/context.js";
62
+ import { Mq as Vr } from "./mq/component.js";
63
+ import { useMatchMedia as jr } from "./mq/use-match-media.js";
64
+ import { Notification as Xr } from "./notification/component.js";
65
+ import { Padding as Zr } from "./padding/component.js";
66
+ import { PageContainer as oe } from "./page-container/component.js";
67
+ import { PageLoading as ee } from "./page-loading/component.js";
68
+ import { PageWithControls as pe } from "./page-with-controls/component.js";
69
+ import { PickerButton as fe } from "./picker-button/component.js";
70
+ import { LabeledButton as xe } from "./picker-button/common/labeled-button/index.js";
71
+ import { Popover as ie } from "./popover/component.js";
72
+ import { Portal as ue } from "./portal/component.js";
73
+ import { ProgressBar as de } from "./progress-bar/component.js";
74
+ import { ProgressIndex as Oe } from "./progress-index/component.js";
75
+ import { Radio as ce } from "./radio/component.js";
76
+ import { RadioGroup as he } from "./radio-group/component.js";
77
+ import { RadioGroups as De } from "./radio-groups/component.js";
78
+ import { SectionWrapper as Ce } from "./section-wrapper/component.js";
79
+ import { Select as Me } from "./select/component.js";
80
+ import { Arrow as ge } from "./select/components/arrow/component.js";
81
+ import { BaseSelect as Re } from "./select/components/base-select/component.js";
82
+ import "react/jsx-runtime";
83
+ import "react";
84
+ import "classnames";
85
+ import { convertToOptions as Fe, isGroup as Le, isOptionShape as ye, joinOptions as We, lastIndexOf as be, processOptions as Ne, useVisibleOptions as Ye } from "./select/utils.js";
86
+ import { Optgroup as Ge } from "./select/components/optgroup/component.js";
87
+ import { Option as we } from "./select/components/option/component.js";
88
+ import { OptionsList as qe } from "./select/components/options-list/component.js";
89
+ import { VirtualOptionsList as Ve } from "./select/components/virtual-options-list/component.js";
90
+ import { useSelectWithLoading as je } from "./select/presets/use-select-with-loading/hook.js";
91
+ import { useLazyLoading as Xe } from "./select/presets/use-lazy-loading/index.js";
92
+ import { Sidepanel as Ze } from "./sidepanel/component.js";
93
+ import { SidepanelHeader as ot } from "./sidepanel-header/component.js";
94
+ import { Skeleton as et } from "./skeleton/component.js";
95
+ import { Space as pt } from "./space/component.js";
96
+ import { Spinner as ft } from "./spinner/component.js";
97
+ import { StackingContext as xt, stackingOrder as st } from "./stack/context.js";
98
+ import { Stack as nt } from "./stack/component.js";
99
+ import { Status as lt } from "./status/component.js";
100
+ import { SteppedProgressBar as St, useSteps as Ot } from "./stepped-progress-bar/index.js";
101
+ import { Sticker as ct } from "./sticker/component.js";
102
+ import { SuffixInput as ht } from "./suffix-input/component.js";
103
+ import { SuperListHeader as Dt } from "./super-list-header/component.js";
104
+ import { SuperListItem as Ct } from "./super-list-item/component.js";
105
+ import { Switch as Mt } from "./switch/component.js";
106
+ import { Table as gt } from "./table/component.js";
107
+ import { TableCell as Rt } from "./table/components/cell/component.js";
108
+ import { TableStatus as Ft } from "./table-status/component.js";
109
+ import { Tag as yt } from "./tag/component.js";
110
+ import { TagsList as bt } from "./tags-list/component.js";
111
+ import { Textarea as Yt } from "./textarea/component.js";
112
+ import { LOACAL_STORAGE_THEME_KEY as Gt, STYLE_TAG_ID as Ht, THEME as wt, THEME_DATA_ATTR as Ut, ThemeProvider as qt, useTheme as Kt } from "./theme-provider/component.js";
113
+ import { defaultThemes as zt } from "./theme-provider/default-themes.js";
114
+ import { Toast as Jt } from "./toast/component.js";
115
+ import { ToastNotifier as Qt } from "./toast-notifier/component.js";
116
+ import { ToastPlate as $t } from "./toast-plate/component.js";
117
+ import { Tooltip as rp } from "./tooltip/component.js";
118
+ import { Typography as tp } from "./typography/component.js";
119
+ import { add as mp, addDays as fp, addMonths as ap, addYears as xp, eachDayOfInterval as sp, eachMonthOfInterval as ip, eachYearOfInterval as np, endOfDay as up, endOfISOWeek as lp, endOfWeek as dp, endOfYear as Sp, format as Op, isAfter as Tp, isBefore as cp, isEqual as Ip, isLastDayOfMonth as hp, isSameDay as Ap, isSameMonth as Dp, isSameYear as kp, isThisMonth as Cp, isThisYear as Ep, isToday as Mp, isWithinInterval as _p, lastDayOfMonth as gp, max as Pp, min as Rp, parse as Bp, parseISO as Fp, startOfDay as Lp, startOfISOWeek as yp, startOfMonth as Wp, startOfWeek as bp, startOfYear as Np, subDays as Yp, subMonths as vp, subWeeks as Gp, subYears as Hp, weekDaysShort as wp } from "./utils/date/index.js";
120
+ import { AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR as qp, THINSP as Kp, formatAmount as Vp } from "./utils/format-amount/util.js";
121
+ import { showError as jp, showSuccess as Jp } from "./utils/show-toast/index.js";
122
+ import { splitAmount as Qp } from "./utils/split-amount/util.js";
123
+ import { formatDate as $p, locales as om } from "./utils/format-date/index.js";
124
+ import { WelcomeContainer as em } from "./welcome-layout/component.js";
125
+ import { withSuffix as pm } from "./with-suffix/component.js";
122
126
  export {
123
- zt as AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR,
124
- e as Amount,
125
- p as AmountInput,
126
- de as Arrow,
127
- x as Avatar,
128
- a as BackButton,
129
- i as Badge,
130
- u as BaseCard,
131
- Te as BaseSelect,
132
- d as BottomSheet,
133
- T as Box,
134
- C as Button,
135
- O as ButtonArrow,
136
- P as Calendar,
137
- w as CalendarInput,
138
- J as Card,
139
- Q as Cell,
140
- $ as Checkbox,
141
- ro as CheckboxGroup,
142
- to as CheckboxGroups,
143
- mo as CollapsableRow,
144
- fo as Collapse,
145
- so as CopyButton,
146
- v as DATE_FORMAT,
147
- y as DATE_MASK,
127
+ qp as AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR,
128
+ m as Amount,
129
+ a as AmountInput,
130
+ ge as Arrow,
131
+ s as Avatar,
132
+ n as BackButton,
133
+ l as Badge,
134
+ S as BaseCard,
135
+ Re as BaseSelect,
136
+ T as BottomSheet,
137
+ I as Box,
138
+ k as Button,
139
+ E as ButtonArrow,
140
+ _ as Calendar,
141
+ H as CalendarInput,
142
+ Z as Card,
143
+ oo as Cell,
144
+ eo as Checkbox,
145
+ po as CheckboxGroup,
146
+ fo as CheckboxGroups,
147
+ xo as CollapsableRow,
148
+ io as Collapse,
149
+ uo as CopyButton,
150
+ U as DATE_FORMAT,
151
+ q as DATE_MASK,
148
152
  L as DAYS_IN_WEEK,
149
- lo as DateSwitcher,
150
- To as DecoratedItem,
153
+ To as DateSwitcher,
154
+ Io as DecoratedItem,
151
155
  Ao as Divider,
152
- Co as Dot,
153
- Oo as EmptyPage,
154
- Ae as Field,
156
+ ko as Dot,
157
+ Eo as EmptyPage,
158
+ No as ErrorMessage,
159
+ Yo as FastField,
160
+ vo as FieldArray,
155
161
  Lo as FiltersForm,
156
- Po as Flex,
157
- Do as FlexColumns,
158
- ho as Footer,
159
- ko as FormControl,
160
- no as FormattedDate,
161
- Fo as Grid,
162
- Ho as HeaderSearch,
163
- Y as IS_BROWSER,
164
- jo as IconButton,
165
- Xo as Image,
166
- or as ImageGallery,
167
- er as ImageUploader,
168
- pr as InfoBlockHeader,
169
- xr as InfoBlockItem,
170
- ar as InfoBlockWrapper,
171
- ir as Input,
172
- ur as InputAutocomplete,
173
- dr as InputGhost,
174
- ht as LOACAL_STORAGE_THEME_KEY,
175
- jr as LabeledButton,
176
- Tr as Link,
177
- Ar as ListAllert,
178
- Cr as Loader,
179
- M as MONTHS_IN_YEAR,
180
- Or as MaskedInput,
181
- gr as Menu,
182
- Rr as Message,
183
- Br as ModalContext,
184
- Lr as ModalProvider,
185
- kr as Mq,
186
- U as NATIVE_DATE_FORMAT,
187
- Hr as Notification,
188
- Ce as Optgroup,
189
- Oe as Option,
190
- Pe as OptionsList,
191
- _r as PLACEHOLDER_CHAR,
192
- wr as Padding,
193
- vr as PageContainer,
194
- Yr as PageLoading,
195
- Kr as PageWithControls,
196
- qr as PickerButton,
197
- Xr as Popover,
198
- Zr as Portal,
199
- oe as ProgressBar,
200
- ee as ProgressIndex,
201
- pe as Radio,
202
- xe as RadioGroup,
203
- ae as RadioGroups,
204
- c as Radiuses,
205
- Bt as STYLE_TAG_ID,
206
- k as SUNDAY_INDEX,
207
- K as SUPPORTS_INPUT_TYPE_DATE,
208
- ie as SectionWrapper,
209
- ue as Select,
210
- ve as Sidepanel,
211
- Ye as SidepanelHeader,
212
- Ke as Skeleton,
213
- qe as Space,
162
+ _o as Flex,
163
+ Po as FlexColumns,
164
+ Bo as Footer,
165
+ Go as Form,
166
+ Wo as FormControl,
167
+ So as FormattedDate,
168
+ Ho as Formik,
169
+ jo as Grid,
170
+ Xo as HeaderSearch,
171
+ K as IS_BROWSER,
172
+ xr as IconButton,
173
+ ir as Image,
174
+ dr as ImageGallery,
175
+ Or as ImageUploader,
176
+ cr as InfoBlockHeader,
177
+ hr as InfoBlockItem,
178
+ Dr as InfoBlockWrapper,
179
+ Cr as Input,
180
+ Mr as InputAutocomplete,
181
+ gr as InputGhost,
182
+ Gt as LOACAL_STORAGE_THEME_KEY,
183
+ xe as LabeledButton,
184
+ Rr as Link,
185
+ Fr as ListAllert,
186
+ yr as Loader,
187
+ y as MONTHS_IN_YEAR,
188
+ br as MaskedInput,
189
+ vr as Menu,
190
+ Hr as Message,
191
+ Ur as ModalContext,
192
+ qr as ModalProvider,
193
+ Vr as Mq,
194
+ V as NATIVE_DATE_FORMAT,
195
+ Xr as Notification,
196
+ Ge as Optgroup,
197
+ we as Option,
198
+ qe as OptionsList,
199
+ Nr as PLACEHOLDER_CHAR,
200
+ Zr as Padding,
201
+ oe as PageContainer,
202
+ ee as PageLoading,
203
+ pe as PageWithControls,
204
+ fe as PickerButton,
205
+ ie as Popover,
206
+ ue as Portal,
207
+ de as ProgressBar,
208
+ Oe as ProgressIndex,
209
+ ce as Radio,
210
+ he as RadioGroup,
211
+ De as RadioGroups,
212
+ h as Radiuses,
213
+ Ht as STYLE_TAG_ID,
214
+ W as SUNDAY_INDEX,
215
+ z as SUPPORTS_INPUT_TYPE_DATE,
216
+ Ce as SectionWrapper,
217
+ Me as Select,
218
+ Ze as Sidepanel,
219
+ ot as SidepanelHeader,
220
+ et as Skeleton,
221
+ pt as Space,
214
222
  A as Spaces,
215
- je as Spinner,
216
- $e as Stack,
217
- Xe as StackingContext,
218
- rt as Status,
219
- tt as SteppedProgressBar,
220
- xt as Sticker,
221
- at as SuffixInput,
222
- it as SuperListHeader,
223
- ut as SuperListItem,
224
- dt as Switch,
225
- Lt as THEME,
226
- Mt as THEME_DATA_ATTR,
227
- jt as THINSP,
228
- Tt as Table,
229
- At as TableCell,
230
- Ct as TableStatus,
231
- Ot as Tag,
232
- Pt as TagsList,
233
- Dt as Textarea,
234
- kt as ThemeProvider,
235
- bt as Toast,
236
- Wt as ToastNotifier,
237
- yt as ToastPlate,
238
- Ut as Tooltip,
239
- Vt as Typography,
240
- De as VirtualOptionsList,
241
- mp as WelcomeContainer,
242
- ke as convertToOptions,
243
- N as dateInLimits,
244
- Gt as defaultThemes,
245
- Jt as formatAmount,
246
- ep as formatDate,
247
- V as isCompleteDateInput,
248
- Ne as isGroup,
249
- q as isInputDateSupported,
250
- Fe as isOptionShape,
251
- Ge as joinOptions,
252
- He as lastIndexOf,
253
- F as limitDate,
254
- tp as locales,
255
- G as monthName,
256
- z as parseDateString,
257
- be as processOptions,
258
- H as russianWeekDay,
259
- Qt as showError,
260
- Zt as showSuccess,
261
- op as splitAmount,
262
- Qe as stackingOrder,
263
- Zo as textSizes,
264
- h as useCalendar,
265
- wo as useClickOutside,
266
- Ko as useCrudFormRequests,
267
- vo as useFocus,
268
- qo as useGetOne,
269
- Le as useLazyLoading,
270
- Fr as useMatchMedia,
271
- D as usePeriod,
272
- Yo as usePrevious,
273
- he as useSelectWithLoading,
274
- pt as useSteps,
275
- Nt as useTheme,
276
- we as useVisibleOptions,
277
- fp as withSuffix
223
+ ft as Spinner,
224
+ nt as Stack,
225
+ xt as StackingContext,
226
+ lt as Status,
227
+ St as SteppedProgressBar,
228
+ ct as Sticker,
229
+ ht as SuffixInput,
230
+ Dt as SuperListHeader,
231
+ Ct as SuperListItem,
232
+ Mt as Switch,
233
+ wt as THEME,
234
+ Ut as THEME_DATA_ATTR,
235
+ Kp as THINSP,
236
+ gt as Table,
237
+ Rt as TableCell,
238
+ Ft as TableStatus,
239
+ yt as Tag,
240
+ bt as TagsList,
241
+ Yt as Textarea,
242
+ qt as ThemeProvider,
243
+ Jt as Toast,
244
+ Qt as ToastNotifier,
245
+ $t as ToastPlate,
246
+ rp as Tooltip,
247
+ tp as Typography,
248
+ Ve as VirtualOptionsList,
249
+ em as WelcomeContainer,
250
+ mp as add,
251
+ fp as addDays,
252
+ ap as addMonths,
253
+ xp as addYears,
254
+ wo as connect,
255
+ Fe as convertToOptions,
256
+ b as dateInLimits,
257
+ zt as defaultThemes,
258
+ sp as eachDayOfInterval,
259
+ ip as eachMonthOfInterval,
260
+ np as eachYearOfInterval,
261
+ up as endOfDay,
262
+ lp as endOfISOWeek,
263
+ dp as endOfWeek,
264
+ Sp as endOfYear,
265
+ Op as format,
266
+ Vp as formatAmount,
267
+ $p as formatDate,
268
+ Tp as isAfter,
269
+ cp as isBefore,
270
+ j as isCompleteDateInput,
271
+ Ip as isEqual,
272
+ Le as isGroup,
273
+ J as isInputDateSupported,
274
+ hp as isLastDayOfMonth,
275
+ ye as isOptionShape,
276
+ Ap as isSameDay,
277
+ Dp as isSameMonth,
278
+ kp as isSameYear,
279
+ Cp as isThisMonth,
280
+ Ep as isThisYear,
281
+ Mp as isToday,
282
+ _p as isWithinInterval,
283
+ We as joinOptions,
284
+ gp as lastDayOfMonth,
285
+ be as lastIndexOf,
286
+ N as limitDate,
287
+ om as locales,
288
+ Pp as max,
289
+ Rp as min,
290
+ Y as monthName,
291
+ Bp as parse,
292
+ X as parseDateString,
293
+ Fp as parseISO,
294
+ Ne as processOptions,
295
+ v as russianWeekDay,
296
+ jp as showError,
297
+ Jp as showSuccess,
298
+ Qp as splitAmount,
299
+ st as stackingOrder,
300
+ Lp as startOfDay,
301
+ yp as startOfISOWeek,
302
+ Wp as startOfMonth,
303
+ bp as startOfWeek,
304
+ Np as startOfYear,
305
+ Yp as subDays,
306
+ vp as subMonths,
307
+ Gp as subWeeks,
308
+ Hp as subYears,
309
+ ur as textSizes,
310
+ B as useCalendar,
311
+ Zo as useClickOutside,
312
+ pr as useCrudFormRequests,
313
+ Uo as useField,
314
+ or as useFocus,
315
+ qo as useFormik,
316
+ Ko as useFormikContext,
317
+ fr as useGetOne,
318
+ Xe as useLazyLoading,
319
+ jr as useMatchMedia,
320
+ P as usePeriod,
321
+ er as usePrevious,
322
+ je as useSelectWithLoading,
323
+ Ot as useSteps,
324
+ Kt as useTheme,
325
+ Ye as useVisibleOptions,
326
+ wp as weekDaysShort,
327
+ Vo as withFormik,
328
+ pm as withSuffix
278
329
  };
279
330
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}