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