@uva-glass/component-library 1.53.0 → 1.54.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.
- package/dist/{MultiSelect-D1FnMER4.js → MultiSelect-DQaqItEH.js} +13 -11
- package/dist/{MultiSelect-D1FnMER4.js.map → MultiSelect-DQaqItEH.js.map} +1 -1
- package/dist/Sortable.module-BrgGu8qp.js +24 -0
- package/dist/Sortable.module-BrgGu8qp.js.map +1 -0
- package/dist/SortableProvider-Z0e0qeQT.js +152 -0
- package/dist/SortableProvider-Z0e0qeQT.js.map +1 -0
- package/dist/assets/Sortable.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +11 -9
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +13 -11
- package/dist/components/InputField/InputField.stories.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +4 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +26 -24
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +16 -14
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +20 -18
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/RteEditor.js +5 -3
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/hooks/useFlyout.js +9 -7
- package/dist/components/RteEditor/hooks/useFlyout.js.map +1 -1
- package/dist/components/Sortable/Sortable.d.ts +16 -0
- package/dist/components/Sortable/Sortable.js +27 -0
- package/dist/components/Sortable/Sortable.js.map +1 -0
- package/dist/components/Sortable/Sortable.stories.d.ts +7 -0
- package/dist/components/Sortable/Sortable.stories.js +53 -0
- package/dist/components/Sortable/Sortable.stories.js.map +1 -0
- package/dist/components/Sortable/SortableProvider.d.ts +23 -0
- package/dist/components/Sortable/SortableProvider.js +10 -0
- package/dist/components/Sortable/SortableProvider.js.map +1 -0
- package/dist/components/Sortable/actions.d.ts +49 -0
- package/dist/components/Sortable/actions.js +33 -0
- package/dist/components/Sortable/actions.js.map +1 -0
- package/dist/components/Sortable/components/SortableContainer.d.ts +7 -0
- package/dist/components/Sortable/components/SortableContainer.js +9 -0
- package/dist/components/Sortable/components/SortableContainer.js.map +1 -0
- package/dist/components/Sortable/components/SortableHandle.d.ts +4 -0
- package/dist/components/Sortable/components/SortableHandle.js +11 -0
- package/dist/components/Sortable/components/SortableHandle.js.map +1 -0
- package/dist/components/Sortable/components/SortableItem.d.ts +9 -0
- package/dist/components/Sortable/components/SortableItem.js +113 -0
- package/dist/components/Sortable/components/SortableItem.js.map +1 -0
- package/dist/components/Sortable/constants.d.ts +10 -0
- package/dist/components/Sortable/constants.js +14 -0
- package/dist/components/Sortable/constants.js.map +1 -0
- package/dist/components/Sortable/index.d.ts +1 -0
- package/dist/components/Sortable/index.js +5 -0
- package/dist/components/Sortable/index.js.map +1 -0
- package/dist/components/Sortable/sortableReducer.d.ts +24 -0
- package/dist/components/Sortable/sortableReducer.js +92 -0
- package/dist/components/Sortable/sortableReducer.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +14 -12
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +14 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import { Accordion as t } from "./Accordion/Accordion.js";
|
|
|
2
2
|
import { ActionList as p } from "./ActionList/ActionList.js";
|
|
3
3
|
import { AppStatusBar as m } from "./AppStatusBar/AppStatusBar.js";
|
|
4
4
|
import { Attention as i } from "./Attention/Attention.js";
|
|
5
|
-
import { Backdrop as
|
|
5
|
+
import { Backdrop as n } from "./Backdrop/Backdrop.js";
|
|
6
6
|
import { Button as c } from "./Buttons/Button.js";
|
|
7
7
|
import { LinkButton as d } from "./Buttons/LinkButton.js";
|
|
8
8
|
import { MenuButton as B } from "./Buttons/MenuButton.js";
|
|
9
|
-
import { ButtonGroup as
|
|
9
|
+
import { ButtonGroup as b } from "./ButtonGroup/ButtonGroup.js";
|
|
10
10
|
import { Card as C } from "./Card/Card.js";
|
|
11
11
|
import { Checkbox as M } from "./Checkbox/Checkbox.js";
|
|
12
12
|
import { CheckboxButton as D } from "./CheckboxButton/CheckboxButton.js";
|
|
@@ -29,11 +29,11 @@ import { Label as to } from "./Label/Label.js";
|
|
|
29
29
|
import { MenuLink as po } from "./MenuLink/MenuLink.js";
|
|
30
30
|
import { MetaDataList as mo } from "./MetaDataList/MetaDataList.js";
|
|
31
31
|
import { ModalDialog as io } from "./ModalDialog/ModalDialog.js";
|
|
32
|
-
import { M as
|
|
32
|
+
import { M as no } from "../MultiSelect-DQaqItEH.js";
|
|
33
33
|
import { OverlayCloseButton as co } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
34
34
|
import { Periods as so } from "./Periods/Periods.js";
|
|
35
35
|
import { PeriodSelector as So } from "./PeriodSelector/PeriodSelector.js";
|
|
36
|
-
import { ProgrammeCard as
|
|
36
|
+
import { ProgrammeCard as ko } from "./ProgrammeCard/ProgrammeCard.js";
|
|
37
37
|
import { RadioButton as Lo } from "./RadioButton/RadioButton.js";
|
|
38
38
|
import { Repeater as Fo } from "./Repeater/Repeater.js";
|
|
39
39
|
import { RteEditor as Io } from "./RteEditor/RteEditor.js";
|
|
@@ -41,16 +41,17 @@ import { SectionNotification as ho } from "./SectionNotification/SectionNotifica
|
|
|
41
41
|
import { SelectListbox as Ro } from "./SelectListbox/SelectListbox.js";
|
|
42
42
|
import { SelectProvider as yo, useSelect as vo } from "./SelectListbox/SelectProvider.js";
|
|
43
43
|
import { Spinner as Eo } from "./Spinner/Spinner.js";
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
44
|
+
import { Sortable as Ho } from "./Sortable/Sortable.js";
|
|
45
|
+
import { StatusPill as zo } from "./StatusPill/StatusPill.js";
|
|
46
|
+
import { Tooltip as Oo } from "./Tooltip/Tooltip.js";
|
|
46
47
|
export {
|
|
47
48
|
t as Accordion,
|
|
48
49
|
p as ActionList,
|
|
49
50
|
m as AppStatusBar,
|
|
50
51
|
i as Attention,
|
|
51
|
-
|
|
52
|
+
n as Backdrop,
|
|
52
53
|
c as Button,
|
|
53
|
-
|
|
54
|
+
b as ButtonGroup,
|
|
54
55
|
C as Card,
|
|
55
56
|
M as Checkbox,
|
|
56
57
|
D as CheckboxButton,
|
|
@@ -75,20 +76,21 @@ export {
|
|
|
75
76
|
po as MenuLink,
|
|
76
77
|
mo as MetaDataList,
|
|
77
78
|
io as ModalDialog,
|
|
78
|
-
|
|
79
|
+
no as MultiSelect,
|
|
79
80
|
co as OverlayCloseButton,
|
|
80
81
|
So as PeriodSelector,
|
|
81
82
|
so as Periods,
|
|
82
|
-
|
|
83
|
+
ko as ProgrammeCard,
|
|
83
84
|
Lo as RadioButton,
|
|
84
85
|
Fo as Repeater,
|
|
85
86
|
Io as RteEditor,
|
|
86
87
|
ho as SectionNotification,
|
|
87
88
|
Ro as SelectListbox,
|
|
88
89
|
yo as SelectProvider,
|
|
90
|
+
Ho as Sortable,
|
|
89
91
|
Eo as Spinner,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
+
zo as StatusPill,
|
|
93
|
+
Oo as Tooltip,
|
|
92
94
|
vo as useSelect
|
|
93
95
|
};
|
|
94
96
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -2,11 +2,11 @@ import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
|
2
2
|
import { ActionList as p } from "./components/ActionList/ActionList.js";
|
|
3
3
|
import { AppStatusBar as m } from "./components/AppStatusBar/AppStatusBar.js";
|
|
4
4
|
import { Attention as i } from "./components/Attention/Attention.js";
|
|
5
|
-
import { Backdrop as
|
|
5
|
+
import { Backdrop as n } from "./components/Backdrop/Backdrop.js";
|
|
6
6
|
import { Button as c } from "./components/Buttons/Button.js";
|
|
7
7
|
import { LinkButton as d } from "./components/Buttons/LinkButton.js";
|
|
8
8
|
import { MenuButton as B } from "./components/Buttons/MenuButton.js";
|
|
9
|
-
import { ButtonGroup as
|
|
9
|
+
import { ButtonGroup as b } from "./components/ButtonGroup/ButtonGroup.js";
|
|
10
10
|
import { Card as C } from "./components/Card/Card.js";
|
|
11
11
|
import { Checkbox as M } from "./components/Checkbox/Checkbox.js";
|
|
12
12
|
import { CheckboxButton as D } from "./components/CheckboxButton/CheckboxButton.js";
|
|
@@ -29,11 +29,11 @@ import { Label as to } from "./components/Label/Label.js";
|
|
|
29
29
|
import { MenuLink as po } from "./components/MenuLink/MenuLink.js";
|
|
30
30
|
import { MetaDataList as mo } from "./components/MetaDataList/MetaDataList.js";
|
|
31
31
|
import { ModalDialog as io } from "./components/ModalDialog/ModalDialog.js";
|
|
32
|
-
import { M as
|
|
32
|
+
import { M as no } from "./MultiSelect-DQaqItEH.js";
|
|
33
33
|
import { OverlayCloseButton as co } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
34
34
|
import { Periods as so } from "./components/Periods/Periods.js";
|
|
35
35
|
import { PeriodSelector as So } from "./components/PeriodSelector/PeriodSelector.js";
|
|
36
|
-
import { ProgrammeCard as
|
|
36
|
+
import { ProgrammeCard as ko } from "./components/ProgrammeCard/ProgrammeCard.js";
|
|
37
37
|
import { RadioButton as Lo } from "./components/RadioButton/RadioButton.js";
|
|
38
38
|
import { Repeater as Fo } from "./components/Repeater/Repeater.js";
|
|
39
39
|
import { RteEditor as Io } from "./components/RteEditor/RteEditor.js";
|
|
@@ -41,16 +41,17 @@ import { SectionNotification as ho } from "./components/SectionNotification/Sect
|
|
|
41
41
|
import { SelectListbox as Ro } from "./components/SelectListbox/SelectListbox.js";
|
|
42
42
|
import { SelectProvider as yo, useSelect as vo } from "./components/SelectListbox/SelectProvider.js";
|
|
43
43
|
import { Spinner as Eo } from "./components/Spinner/Spinner.js";
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
44
|
+
import { Sortable as Ho } from "./components/Sortable/Sortable.js";
|
|
45
|
+
import { StatusPill as zo } from "./components/StatusPill/StatusPill.js";
|
|
46
|
+
import { Tooltip as Oo } from "./components/Tooltip/Tooltip.js";
|
|
46
47
|
export {
|
|
47
48
|
t as Accordion,
|
|
48
49
|
p as ActionList,
|
|
49
50
|
m as AppStatusBar,
|
|
50
51
|
i as Attention,
|
|
51
|
-
|
|
52
|
+
n as Backdrop,
|
|
52
53
|
c as Button,
|
|
53
|
-
|
|
54
|
+
b as ButtonGroup,
|
|
54
55
|
C as Card,
|
|
55
56
|
M as Checkbox,
|
|
56
57
|
D as CheckboxButton,
|
|
@@ -75,20 +76,21 @@ export {
|
|
|
75
76
|
po as MenuLink,
|
|
76
77
|
mo as MetaDataList,
|
|
77
78
|
io as ModalDialog,
|
|
78
|
-
|
|
79
|
+
no as MultiSelect,
|
|
79
80
|
co as OverlayCloseButton,
|
|
80
81
|
So as PeriodSelector,
|
|
81
82
|
so as Periods,
|
|
82
|
-
|
|
83
|
+
ko as ProgrammeCard,
|
|
83
84
|
Lo as RadioButton,
|
|
84
85
|
Fo as Repeater,
|
|
85
86
|
Io as RteEditor,
|
|
86
87
|
ho as SectionNotification,
|
|
87
88
|
Ro as SelectListbox,
|
|
88
89
|
yo as SelectProvider,
|
|
90
|
+
Ho as Sortable,
|
|
89
91
|
Eo as Spinner,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
+
zo as StatusPill,
|
|
93
|
+
Oo as Tooltip,
|
|
92
94
|
vo as useSelect
|
|
93
95
|
};
|
|
94
96
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|