@konstructio/ui 0.1.2-alpha.70 → 0.1.2-alpha.71
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/components/Filter/Filter.d.ts +2 -2
- package/dist/components/Filter/Filter.js +15 -12
- package/dist/components/Filter/Filter.types.d.ts +2 -1
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.d.ts +3 -0
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +122 -0
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.types.d.ts +7 -0
- package/dist/components/Filter/components/index.d.ts +2 -0
- package/dist/components/Filter/components/index.js +7 -5
- package/dist/components/VirtualizedTable/VirtualizedTable.js +61 -59
- package/dist/components/VirtualizedTable/VirtualizedTable.types.d.ts +66 -5
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +116 -64
- package/dist/components/VirtualizedTable/components/Filter/Filter.types.d.ts +3 -1
- package/dist/components/VirtualizedTable/contexts/table.context.d.ts +10 -0
- package/dist/components/VirtualizedTable/contexts/table.context.js +6 -0
- package/dist/components/VirtualizedTable/contexts/table.provider.js +179 -154
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +33 -31
- package/dist/index.js +62 -60
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,19 +3,19 @@ import { Alert as p } from "./components/Alert/Alert.js";
|
|
|
3
3
|
import { AlertDialog as m } from "./components/AlertDialog/AlertDialog.js";
|
|
4
4
|
import { Autocomplete as f } from "./components/Autocomplete/Autocomplete.js";
|
|
5
5
|
import { Badge as i } from "./components/Badge/Badge.js";
|
|
6
|
-
import { BadgeMultiSelect as
|
|
7
|
-
import { Breadcrumb as
|
|
6
|
+
import { BadgeMultiSelect as l } from "./components/Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
7
|
+
import { Breadcrumb as u } from "./components/Breadcrumb/Breadcrumb.js";
|
|
8
8
|
import { Button as T } from "./components/Button/Button.js";
|
|
9
9
|
import { ButtonGroup as C } from "./components/ButtonGroup/ButtonGroup.js";
|
|
10
|
-
import { Card as
|
|
10
|
+
import { Card as S } from "./components/Card/Card.js";
|
|
11
11
|
import { Checkbox as b } from "./components/Checkbox/Checkbox.js";
|
|
12
12
|
import { Content as w } from "./components/Tabs/components/Content.js";
|
|
13
13
|
import { Counter as h, Counter as B } from "./components/Counter/Counter.js";
|
|
14
14
|
import { DateFilterDropdown as I } from "./components/Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
15
15
|
import { DatePicker as E } from "./components/Datepicker/DatePicker.js";
|
|
16
|
-
import { DateRangeFilterDropdown as
|
|
17
|
-
import { DateRangePicker as
|
|
18
|
-
import { Divider as
|
|
16
|
+
import { DateRangeFilterDropdown as M } from "./components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js";
|
|
17
|
+
import { DateRangePicker as A } from "./components/DateRangePicker/DateRangePicker.js";
|
|
18
|
+
import { Divider as G } from "./components/Divider/Divider.js";
|
|
19
19
|
import { Drawer as y } from "./components/Drawer/Drawer.js";
|
|
20
20
|
import { Select as U, Select as W } from "./components/Select/Select.js";
|
|
21
21
|
import { DropdownButton as q } from "./components/DropdownButton/DropdownButton.js";
|
|
@@ -29,19 +29,19 @@ import { Logo as pr } from "./components/Sidebar/components/Logo/Logo.js";
|
|
|
29
29
|
import { M as mr } from "./Modal-BGcucTHv.js";
|
|
30
30
|
import { MultiSelectDropdown as fr } from "./components/MultiSelectDropdown/MultiSelectDropdown.js";
|
|
31
31
|
import { Navigation as ir } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
32
|
-
import { NavigationGroup as
|
|
33
|
-
import { NavigationOption as
|
|
32
|
+
import { NavigationGroup as lr } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
33
|
+
import { NavigationOption as ur } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
|
|
34
34
|
import { NavigationSeparator as Tr } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
35
35
|
import { PhoneNumberInput as Cr } from "./components/PhoneNumberInput/PhoneNumberInput.js";
|
|
36
|
-
import { PieChart as
|
|
36
|
+
import { PieChart as Sr } from "./components/PieChart/PieChart.js";
|
|
37
37
|
import { ProgressBar as br } from "./components/ProgressBar/ProgressBar.js";
|
|
38
38
|
import { Radio as wr } from "./components/Radio/Radio.js";
|
|
39
39
|
import { RadioCard as hr } from "./components/RadioCard/RadioCard.js";
|
|
40
40
|
import { RadioCardGroup as Pr } from "./components/RadioCardGroup/RadioCardGroup.js";
|
|
41
41
|
import { RadioGroup as Nr } from "./components/RadioGroup/RadioGroup.js";
|
|
42
42
|
import { Range as Lr } from "./components/Range/Range.js";
|
|
43
|
-
import { Sidebar as
|
|
44
|
-
import { Slider as
|
|
43
|
+
import { Sidebar as kr } from "./components/Sidebar/Sidebar.js";
|
|
44
|
+
import { Slider as Fr } from "./components/Slider/Slider.js";
|
|
45
45
|
import { Spinner as zr } from "./components/Spinner/Spinner.js";
|
|
46
46
|
import { Stepper as Or } from "./components/Stepper/Stepper.js";
|
|
47
47
|
import { Switch as Wr } from "./components/Switch/Switch.js";
|
|
@@ -50,37 +50,38 @@ import { Tabs as Jr } from "./components/Tabs/Tabs.js";
|
|
|
50
50
|
import { Tag as Qr } from "./components/Tag/Tag.js";
|
|
51
51
|
import { TagSelect as Yr } from "./components/TagSelect/TagSelect.js";
|
|
52
52
|
import { TextArea as _r } from "./components/TextArea/TextArea.js";
|
|
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 {
|
|
53
|
+
import { TextMultiSelect as ro } from "./components/Filter/components/TextMultiSelect/TextMultiSelect.js";
|
|
54
|
+
import { ThemeContext as eo } from "./contexts/theme.context.js";
|
|
55
|
+
import { ThemeProvider as po } from "./contexts/theme.provider.js";
|
|
56
|
+
import { TimePicker as mo } from "./components/TimePicker/TimePicker.js";
|
|
57
|
+
import { Toast as fo } from "./components/Toast/Toast.js";
|
|
58
|
+
import { Tooltip as io } from "./components/Tooltip/Tooltip.js";
|
|
59
|
+
import { Trigger as lo } from "./components/Tabs/components/Trigger.js";
|
|
60
|
+
import { TruncateText as go } from "./components/VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
61
|
+
import { Typography as co } from "./components/Typography/Typography.js";
|
|
62
|
+
import { VirtualizedTable as Do } from "./components/VirtualizedTable/VirtualizedTable.js";
|
|
63
|
+
import { VirtualizedTableEvent as Vo, sendCollapseRowEvent as bo, sendExpandRowEvent as vo, sendToggleRowEvent as wo } from "./components/VirtualizedTable/events/index.js";
|
|
64
|
+
import { horizontalConnectorWrapperVariants as ho, stepConnectorVariants as Bo, stepContentVariants as Po, stepDescriptionVariants as Io, stepIndicatorVariants as No, stepItemVariants as Eo, stepLabelVariants as Lo, stepListVariants as Mo, stepVariants as ko, stepperVariants as Ao } from "./components/Stepper/Stepper.variants.js";
|
|
65
|
+
import { useTheme as Go } from "./contexts/theme.hook.js";
|
|
66
|
+
import { useToggle as yo } from "./hooks/useToggle.js";
|
|
66
67
|
export {
|
|
67
68
|
p as Alert,
|
|
68
69
|
m as AlertDialog,
|
|
69
70
|
f as Autocomplete,
|
|
70
71
|
i as Badge,
|
|
71
|
-
|
|
72
|
-
|
|
72
|
+
l as BadgeMultiSelect,
|
|
73
|
+
u as Breadcrumb,
|
|
73
74
|
T as Button,
|
|
74
75
|
C as ButtonGroup,
|
|
75
|
-
|
|
76
|
+
S as Card,
|
|
76
77
|
b as Checkbox,
|
|
77
78
|
w as Content,
|
|
78
79
|
h as Counter,
|
|
79
80
|
I as DateFilterDropdown,
|
|
80
81
|
E as DatePicker,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
M as DateRangeFilterDropdown,
|
|
83
|
+
A as DateRangePicker,
|
|
84
|
+
G as Divider,
|
|
84
85
|
y as Drawer,
|
|
85
86
|
U as Dropdown,
|
|
86
87
|
q as DropdownButton,
|
|
@@ -94,12 +95,12 @@ export {
|
|
|
94
95
|
mr as Modal,
|
|
95
96
|
fr as MultiSelectDropdown,
|
|
96
97
|
ir as Navigation,
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
lr as NavigationGroup,
|
|
99
|
+
ur as NavigationOption,
|
|
99
100
|
Tr as NavigationSeparator,
|
|
100
101
|
B as NumberInput,
|
|
101
102
|
Cr as PhoneNumberInput,
|
|
102
|
-
|
|
103
|
+
Sr as PieChart,
|
|
103
104
|
br as ProgressBar,
|
|
104
105
|
wr as Radio,
|
|
105
106
|
hr as RadioCard,
|
|
@@ -107,8 +108,8 @@ export {
|
|
|
107
108
|
Nr as RadioGroup,
|
|
108
109
|
Lr as Range,
|
|
109
110
|
W as Select,
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
kr as Sidebar,
|
|
112
|
+
Fr as Slider,
|
|
112
113
|
zr as Spinner,
|
|
113
114
|
Or as Stepper,
|
|
114
115
|
Wr as Switch,
|
|
@@ -117,30 +118,31 @@ export {
|
|
|
117
118
|
Qr as Tag,
|
|
118
119
|
Yr as TagSelect,
|
|
119
120
|
_r as TextArea,
|
|
120
|
-
ro as
|
|
121
|
-
eo as
|
|
122
|
-
po as
|
|
123
|
-
mo as
|
|
124
|
-
fo as
|
|
125
|
-
io as
|
|
126
|
-
lo as
|
|
127
|
-
|
|
128
|
-
co as
|
|
129
|
-
Do as
|
|
121
|
+
ro as TextMultiSelect,
|
|
122
|
+
eo as ThemeContext,
|
|
123
|
+
po as ThemeProvider,
|
|
124
|
+
mo as TimePicker,
|
|
125
|
+
fo as Toast,
|
|
126
|
+
io as Tooltip,
|
|
127
|
+
lo as Trigger,
|
|
128
|
+
go as TruncateText,
|
|
129
|
+
co as Typography,
|
|
130
|
+
Do as VirtualizedTable,
|
|
131
|
+
Vo as VirtualizedTableEvent,
|
|
130
132
|
e as cn,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
133
|
+
ho as horizontalConnectorWrapperVariants,
|
|
134
|
+
bo as sendCollapseRowEvent,
|
|
135
|
+
vo as sendExpandRowEvent,
|
|
136
|
+
wo as sendToggleRowEvent,
|
|
137
|
+
Bo as stepConnectorVariants,
|
|
138
|
+
Po as stepContentVariants,
|
|
139
|
+
Io as stepDescriptionVariants,
|
|
140
|
+
No as stepIndicatorVariants,
|
|
141
|
+
Eo as stepItemVariants,
|
|
142
|
+
Lo as stepLabelVariants,
|
|
143
|
+
Mo as stepListVariants,
|
|
144
|
+
ko as stepVariants,
|
|
145
|
+
Ao as stepperVariants,
|
|
146
|
+
Go as useTheme,
|
|
147
|
+
yo as useToggle
|
|
146
148
|
};
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.70",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.71",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|