@alphakits/ui 2.0.12 → 2.1.0

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