@uva-glass/component-library 1.55.0 → 1.56.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/{Lexical.prod-BiuZHlIm.js → Lexical.prod-CO0gPAfo.js} +583 -607
- package/dist/Lexical.prod-CO0gPAfo.js.map +1 -0
- package/dist/LexicalComposerContext.prod-Dyvim1tK.js +27 -0
- package/dist/LexicalComposerContext.prod-Dyvim1tK.js.map +1 -0
- package/dist/LexicalList.prod-BceA-cJD.js +562 -0
- package/dist/LexicalList.prod-BceA-cJD.js.map +1 -0
- package/dist/{LexicalUtils.prod-BZOm66mY.js → LexicalUtils.prod-PbdOb6JG.js} +6 -6
- package/dist/{LexicalUtils.prod-BZOm66mY.js.map → LexicalUtils.prod-PbdOb6JG.js.map} +1 -1
- package/dist/RteEditor.module-Dz9a8vaK.js +29 -0
- package/dist/RteEditor.module-Dz9a8vaK.js.map +1 -0
- package/dist/Sortable.module-uk_YuFs1.js +24 -0
- package/dist/{Sortable.module-BrgGu8qp.js.map → Sortable.module-uk_YuFs1.js.map} +1 -1
- package/dist/{SortableProvider-Z0e0qeQT.js → SortableProvider-i4PDjRS_.js} +2 -2
- package/dist/{SortableProvider-Z0e0qeQT.js.map → SortableProvider-i4PDjRS_.js.map} +1 -1
- package/dist/TablePlugin-1L5UZfDH.js +249 -0
- package/dist/TablePlugin-1L5UZfDH.js.map +1 -0
- package/dist/assets/Container.css +1 -1
- package/dist/assets/EditorHeader.css +1 -0
- package/dist/assets/Flyout.css +1 -0
- package/dist/assets/Periods.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/Sortable.css +1 -1
- package/dist/assets/TableCellContextMenu.css +1 -0
- package/dist/assets/TablePlugin.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +13 -11
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/Icon/icons/index.d.ts +21 -18
- package/dist/components/Icon/icons/index.js +125 -120
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +16 -14
- 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 +5 -3
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/Periods/Periods.js +12 -12
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +6 -4
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.d.ts +7 -0
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +53 -0
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -0
- package/dist/components/RteEditor/EditorHeader/index.d.ts +1 -0
- package/dist/components/RteEditor/EditorHeader/index.js +5 -0
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +11 -10
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +18 -15
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.d.ts +2 -0
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +7 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.d.ts +2 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +63 -49
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.d.ts +3 -0
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +6 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js.map +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +31 -8
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +6 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.d.ts +8 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +44 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/index.js +5 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.d.ts +9 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +8 -6
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.d.ts +7 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +10 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +4 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js.map +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.d.ts +4 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +48 -38
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/index.js +10 -8
- package/dist/components/RteEditor/Plugins/index.js.map +1 -1
- package/dist/components/RteEditor/Providers/LanguageProvider.d.ts +10 -0
- package/dist/components/RteEditor/Providers/LanguageProvider.js +18 -0
- package/dist/components/RteEditor/Providers/LanguageProvider.js.map +1 -0
- package/dist/components/RteEditor/RteEditor.d.ts +9 -1
- package/dist/components/RteEditor/RteEditor.js +476 -401
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/RteEditor.stories.d.ts +1 -0
- package/dist/components/RteEditor/RteEditor.stories.js +106 -15
- package/dist/components/RteEditor/RteEditor.stories.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/RteEditor/hooks/components/Flyout.d.ts +7 -0
- package/dist/components/RteEditor/hooks/components/Flyout.js +14 -0
- package/dist/components/RteEditor/hooks/components/Flyout.js.map +1 -0
- package/dist/components/RteEditor/hooks/useFlyout.js +16 -20
- package/dist/components/RteEditor/hooks/useFlyout.js.map +1 -1
- package/dist/components/RteEditor/hooks/useTranslation.d.ts +61 -0
- package/dist/components/RteEditor/hooks/useTranslation.js +10 -0
- package/dist/components/RteEditor/hooks/useTranslation.js.map +1 -0
- package/dist/components/RteEditor/index.js +3 -2
- package/dist/components/RteEditor/mockRteContent.d.ts +1 -0
- package/dist/components/RteEditor/mockRteContent.js +98 -0
- package/dist/components/RteEditor/mockRteContent.js.map +1 -0
- package/dist/components/RteEditor/translations.d.ts +64 -0
- package/dist/components/RteEditor/translations.js +68 -0
- package/dist/components/RteEditor/translations.js.map +1 -0
- package/dist/components/Sortable/Sortable.js +1 -1
- package/dist/components/Sortable/SortableProvider.js +1 -1
- package/dist/components/Sortable/components/SortableContainer.js +2 -2
- package/dist/components/Sortable/components/SortableHandle.js +1 -1
- package/dist/components/Sortable/components/SortableItem.js +2 -2
- package/dist/components/index.js +20 -19
- package/dist/helpers-BewZrn6E.js +1512 -0
- package/dist/helpers-BewZrn6E.js.map +1 -0
- package/dist/{helpers-CJF7fErD.js → helpers-Ec7CfNnA.js} +72 -59
- package/dist/helpers-Ec7CfNnA.js.map +1 -0
- package/dist/index.js +20 -19
- package/dist/storyComponents/Container/Container.d.ts +1 -1
- package/dist/storyComponents/Container/Container.js +18 -16
- package/dist/storyComponents/Container/Container.js.map +1 -1
- package/package.json +12 -12
- package/dist/AddTableFrom-CwnPli3F.js +0 -162
- package/dist/AddTableFrom-CwnPli3F.js.map +0 -1
- package/dist/Lexical.prod-BiuZHlIm.js.map +0 -1
- package/dist/ListPlugin-DFFbKLaN.js +0 -588
- package/dist/ListPlugin-DFFbKLaN.js.map +0 -1
- package/dist/RteEditor.module-BBbfV1rk.js +0 -24
- package/dist/RteEditor.module-BBbfV1rk.js.map +0 -1
- package/dist/Sortable.module-BrgGu8qp.js +0 -24
- package/dist/TablePlugin-CKJQiwra.js +0 -1506
- package/dist/TablePlugin-CKJQiwra.js.map +0 -1
- package/dist/assets/AddTableFrom.css +0 -1
- package/dist/assets/useFlyout.css +0 -1
- package/dist/components/RteEditor/hooks/index.d.ts +0 -1
- package/dist/components/RteEditor/hooks/index.js +0 -5
- package/dist/helpers-CJF7fErD.js.map +0 -1
- /package/dist/components/RteEditor/{hooks → EditorHeader}/index.js.map +0 -0
|
@@ -1,27 +1,23 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import {
|
|
4
|
-
import { useOnClickOutside as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
flyout__open: m,
|
|
8
|
-
flyout__header: d
|
|
9
|
-
}, F = () => {
|
|
10
|
-
const t = c(null), [e, s] = r(!1), [o, l] = r({
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as f, useState as n } from "react";
|
|
3
|
+
import { Flyout as m } from "./components/Flyout.js";
|
|
4
|
+
import { useOnClickOutside as p } from "../../hooks/useOnClickOuside.js";
|
|
5
|
+
const b = () => {
|
|
6
|
+
const t = f(null), [s, e] = n(!1), [o, l] = n({
|
|
11
7
|
children: null
|
|
12
|
-
}),
|
|
13
|
-
|
|
14
|
-
},
|
|
15
|
-
|
|
8
|
+
}), r = (u) => {
|
|
9
|
+
e(!0), l({ ...o, ...u });
|
|
10
|
+
}, i = () => {
|
|
11
|
+
e(!1), l({ ...o });
|
|
16
12
|
};
|
|
17
|
-
return
|
|
18
|
-
flyout: /* @__PURE__ */
|
|
19
|
-
showFlyout:
|
|
20
|
-
closeFlyout:
|
|
21
|
-
isVisible:
|
|
13
|
+
return p(t, i), {
|
|
14
|
+
flyout: /* @__PURE__ */ c(m, { visible: s, ref: t, children: o.children }),
|
|
15
|
+
showFlyout: r,
|
|
16
|
+
closeFlyout: i,
|
|
17
|
+
isVisible: s
|
|
22
18
|
};
|
|
23
19
|
};
|
|
24
20
|
export {
|
|
25
|
-
|
|
21
|
+
b as useFlyout
|
|
26
22
|
};
|
|
27
23
|
//# sourceMappingURL=useFlyout.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFlyout.js","sources":["../../../../src/components/RteEditor/hooks/useFlyout.tsx"],"sourcesContent":["import { useRef, useState } from 'react';\
|
|
1
|
+
{"version":3,"file":"useFlyout.js","sources":["../../../../src/components/RteEditor/hooks/useFlyout.tsx"],"sourcesContent":["import { useRef, useState } from 'react';\n\nimport type { ReactNode } from 'react';\n\nimport { Flyout } from './components/Flyout';\n\nimport { useOnClickOutside } from 'components/hooks/useOnClickOuside';\n\ninterface FlyoutOptions {\n children?: ReactNode;\n exludeNodeOutside?: HTMLElement;\n}\n\nexport interface FlyoutHookResult {\n flyout: ReactNode;\n showFlyout: (options: FlyoutOptions) => void;\n closeFlyout: () => void;\n isVisible: boolean;\n}\n\nexport const useFlyout = (): FlyoutHookResult => {\n const flyoutRef = useRef<HTMLDivElement>(null);\n const [visible, setVisible] = useState(false);\n const [options, setOptions] = useState<FlyoutOptions>({\n children: null,\n });\n\n const showFlyout = (customOptions: FlyoutOptions): void => {\n setVisible(true);\n setOptions({ ...options, ...customOptions });\n };\n\n const closeFlyout = (): void => {\n setVisible(false);\n setOptions({ ...options });\n };\n\n useOnClickOutside(flyoutRef, closeFlyout);\n\n const flyout = (\n <Flyout visible={visible} ref={flyoutRef}>\n {options.children}\n </Flyout>\n );\n\n return {\n flyout,\n showFlyout,\n closeFlyout,\n isVisible: visible,\n };\n};\n"],"names":["useFlyout","flyoutRef","useRef","visible","setVisible","useState","options","setOptions","showFlyout","customOptions","closeFlyout","useOnClickOutside","jsx","Flyout"],"mappings":";;;;AAoBO,MAAMA,IAAY,MAAwB;AACzC,QAAAC,IAAYC,EAAuB,IAAI,GACvC,CAACC,GAASC,CAAU,IAAIC,EAAS,EAAK,GACtC,CAACC,GAASC,CAAU,IAAIF,EAAwB;AAAA,IACpD,UAAU;AAAA,EAAA,CACX,GAEKG,IAAa,CAACC,MAAuC;AACzD,IAAAL,EAAW,EAAI,GACfG,EAAW,EAAE,GAAGD,GAAS,GAAGG,EAAe,CAAA;AAAA,EAAA,GAGvCC,IAAc,MAAY;AAC9B,IAAAN,EAAW,EAAK,GACLG,EAAA,EAAE,GAAGD,EAAA,CAAS;AAAA,EAAA;AAG3B,SAAAK,EAAkBV,GAAWS,CAAW,GAQjC;AAAA,IACL,QANC,gBAAAE,EAAAC,GAAA,EAAO,SAAAV,GAAkB,KAAKF,GAC5B,YAAQ,SACX,CAAA;AAAA,IAKA,YAAAO;AAAA,IACA,aAAAE;AAAA,IACA,WAAWP;AAAA,EAAA;AAEf;"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const useTranslation: () => {
|
|
2
|
+
common: {
|
|
3
|
+
cancel: string;
|
|
4
|
+
add: string;
|
|
5
|
+
rteAriaLabel: string;
|
|
6
|
+
rteTitle: string;
|
|
7
|
+
};
|
|
8
|
+
errortext: {
|
|
9
|
+
urlNotValid: string;
|
|
10
|
+
};
|
|
11
|
+
table: {
|
|
12
|
+
nrofRows: string;
|
|
13
|
+
nrofRowsPlaceholder: string;
|
|
14
|
+
nrofColumns: string;
|
|
15
|
+
nrofColumnsPlaceholder: string;
|
|
16
|
+
insertRowAbove: string;
|
|
17
|
+
insertRowBelow: string;
|
|
18
|
+
deleteRow: string;
|
|
19
|
+
insertColumnLeft: string;
|
|
20
|
+
insertColumnRight: string;
|
|
21
|
+
deleteColumn: string;
|
|
22
|
+
deleteTable: string;
|
|
23
|
+
};
|
|
24
|
+
links: {
|
|
25
|
+
linkLabel: string;
|
|
26
|
+
addLink: string;
|
|
27
|
+
changeLink: string;
|
|
28
|
+
deleteLink: string;
|
|
29
|
+
linkTarget: string;
|
|
30
|
+
};
|
|
31
|
+
} | {
|
|
32
|
+
common: {
|
|
33
|
+
cancel: string;
|
|
34
|
+
add: string;
|
|
35
|
+
rteAriaLabel: string;
|
|
36
|
+
rteTitle: string;
|
|
37
|
+
};
|
|
38
|
+
errortext: {
|
|
39
|
+
urlNotValid: string;
|
|
40
|
+
};
|
|
41
|
+
table: {
|
|
42
|
+
nrofRows: string;
|
|
43
|
+
nrofRowsPlaceholder: string;
|
|
44
|
+
nrofColumns: string;
|
|
45
|
+
nrofColumnsPlaceholder: string;
|
|
46
|
+
insertRowAbove: string;
|
|
47
|
+
insertRowBelow: string;
|
|
48
|
+
deleteRow: string;
|
|
49
|
+
insertColumnLeft: string;
|
|
50
|
+
insertColumnRight: string;
|
|
51
|
+
deleteColumn: string;
|
|
52
|
+
deleteTable: string;
|
|
53
|
+
};
|
|
54
|
+
links: {
|
|
55
|
+
linkLabel: string;
|
|
56
|
+
addLink: string;
|
|
57
|
+
changeLink: string;
|
|
58
|
+
deleteLink: string;
|
|
59
|
+
linkTarget: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { translations as o } from "../translations.js";
|
|
2
|
+
import { useLanguage as r } from "../Providers/LanguageProvider.js";
|
|
3
|
+
const s = () => {
|
|
4
|
+
const { language: n } = r();
|
|
5
|
+
return o[n];
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
s as useTranslation
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=useTranslation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTranslation.js","sources":["../../../../src/components/RteEditor/hooks/useTranslation.tsx"],"sourcesContent":["import { translations } from 'components/RteEditor/translations';\nimport { useLanguage } from 'components/RteEditor/Providers/LanguageProvider';\n\nexport const useTranslation = () => {\n const { language } = useLanguage() as { language: 'nl' | 'en' };\n return translations[language];\n};\n"],"names":["useTranslation","language","useLanguage","translations"],"mappings":";;AAGO,MAAMA,IAAiB,MAAM;AAC5B,QAAA,EAAE,UAAAC,MAAaC;AACrB,SAAOC,EAAaF,CAAQ;AAC9B;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MOCK_RTE_CONTENT = "\n<p> </p>\n<p><strong>College of Humanities </strong></p>\n<p><strong>General </strong></p>\n<p><em>Semester 1 </em></p>\n<ul>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_ALG/HBA_CO?entityanchor=106861\" rel=\"109221266Y\">Modern Art Globally Oriented I</a> (blok 1)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136191\" rel=\"111221816Y\">Social Justice in Context </a>(block 1)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/Gw/HCO_ALG/HBA_CO?entityanchor=106862\" rel=\"109221276Y\">Modern Art Globally Oriented II</a> (blok 2)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136192\" rel=\"111221826Y\">Crime, Justice and Conflict Otherwise </a>(block 2)</i>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136195\" rel=\"111221856Y\">Democracy, Populism and Resistance</a> (block 3)</li>\n</ul>\n<p> </p>\n<p><em>Semester 2 </em></p>\n<ul type=\"bullets\">\n <li>Hoorcolleges (1x 2 uur per week)</li>\n <li>Werkgroepen (2x 2 uur per week)</li>\n</ul>\n<p> </p>\n<table>\n <tbody>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Cursusweek</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkvorm</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Uren per week</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>1-5</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Hoorcollege</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 2</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>7-13</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Hoorcollege</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 2</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>1-5</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkgroep</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 4</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>7-12</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkgroep</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 4</p>\n </td>\n </tr>\n </tbody>\n</table>\n<p> </p>\n<p><strong>While this course is scheduled for June 2024 (semester 2, block 6), a separate edition will take place only for ‘resit’ students in January 2024 (semester 1, block 3). For enrollment in the resit group, please contact the study advisor.</strong></p>\n<p>This course gives students practical insights in and experience with a research process in one of the themes covered by the Practicing Research Skills tutorials. In groups, students formulate a research design consisting of a central research question, a relevant theoretical context, and appropriate research methods. Subsequently, relevant qualitative and/or quantitative data are collected, processed and the results are reported. Finally, students present their findings and write an invidiual reflection on the research process. </p>\n<p>Central in this course is the critical application of methodological tools acquired in previous stages of the BA curriculum. For example, questions may rise on the impact of specific methods on research outcomes, the availability of certain types of data and the method selected, or the flaws in the use of a method of your choice. In addition, with its emphasis on group work, the course aims to enhance collaborative skills.</p>\n<p> </p>\n<p><strong>OVERVIEW - tutorial groups in 2024</strong></p>\n<p> </p>\n<p><strong>RESEARCH PROJECT II </strong></p>\n<p>RESEARCH PROJECT II</p>\n<p><strong> </strong></p>\n<p><strong>Tutorial 01</strong></p>\n<p><strong>Lecturer:</strong> Salama Konaté</p>\n<p><strong>Topic: </strong>Policy framings of institutional racism and ways of combatting it <em>(English/studenten hebben de mogelijkheid om in het Nederlands te schrijven)</em></p>\n<p><strong>Method: </strong>Qualitative Policy Analysis, including Discourse and Frame Analysis</p>\n<p><strong>Description: </strong>Over the past decade we have seen a remarkable shift in understandings of racism and racial discrimination, which is now more often conceptualized as being ‘systemic’ and/or ‘institutional’. This understanding moves away from racism being an ideology or system of thought that is intentionally produced and reproduced by ‘racists’, towards seeing racism in terms of processes of reproduction that are grounded relations of power and in routines, stereotypes, organizational and institutional norms, and pre- or subconscious processes that structurally disadvantage people of color. In what ways has this relatively new understanding become prominent in policy discourses, antiracist social movements and in research on racism? And does it result in different proposals and interventions to combat racism? Are there already experiences and insights in practices and policies that aim to reduce institutional racism, and what can be learned from them? In this research project, we will select some relevant cases of policy domains and/or institutions where racial discrimination and racism are deemed ‘institutional’ or ‘systemic’. We will focus on cases in the EU, the Netherlands and possibly one additional national context. We use methods of qualitative policy analysis, such as discourse and frame analysis, to unravel the ways in policy discourses ‘societal issues are translated into policy problems that can be acted upon’. We also study the responses (policies and practices) that are being developed because they may help to address institutional racism. Students will draw on both textual analysis of existing documents (including media resources) and qualitative interviews.</p>\n";
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
const e = `
|
|
2
|
+
<p> </p>
|
|
3
|
+
<p><strong>College of Humanities </strong></p>
|
|
4
|
+
<p><strong>General </strong></p>
|
|
5
|
+
<p><em>Semester 1 </em></p>
|
|
6
|
+
<ul>
|
|
7
|
+
<li><a id="courseRef" class="ctr-clickable" contenteditable="false" href="https://uvanose.uva.nl/2024/FGw/HCO_ALG/HBA_CO?entityanchor=106861" rel="109221266Y">Modern Art Globally Oriented I</a> (blok 1)</li>
|
|
8
|
+
<li><a id="courseRef" class="ctr-clickable" contenteditable="false" href="https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136191" rel="111221816Y">Social Justice in Context </a>(block 1)</li>
|
|
9
|
+
<li><a id="courseRef" class="ctr-clickable" contenteditable="false" href="https://uvanose.uva.nl/2024/Gw/HCO_ALG/HBA_CO?entityanchor=106862" rel="109221276Y">Modern Art Globally Oriented II</a> (blok 2)</li>
|
|
10
|
+
<li><a id="courseRef" class="ctr-clickable" contenteditable="false" href="https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136192" rel="111221826Y">Crime, Justice and Conflict Otherwise </a>(block 2)</i>
|
|
11
|
+
<li><a id="courseRef" class="ctr-clickable" contenteditable="false" href="https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136195" rel="111221856Y">Democracy, Populism and Resistance</a> (block 3)</li>
|
|
12
|
+
</ul>
|
|
13
|
+
<p> </p>
|
|
14
|
+
<p><em>Semester 2 </em></p>
|
|
15
|
+
<ul type="bullets">
|
|
16
|
+
<li>Hoorcolleges (1x 2 uur per week)</li>
|
|
17
|
+
<li>Werkgroepen (2x 2 uur per week)</li>
|
|
18
|
+
</ul>
|
|
19
|
+
<p> </p>
|
|
20
|
+
<table>
|
|
21
|
+
<tbody>
|
|
22
|
+
<tr>
|
|
23
|
+
<td style="width: 204px;" width="204">
|
|
24
|
+
<p>Cursusweek</p>
|
|
25
|
+
</td>
|
|
26
|
+
<td style="width: 204px;" width="204">
|
|
27
|
+
<p>Werkvorm</p>
|
|
28
|
+
</td>
|
|
29
|
+
<td style="width: 204px;" width="204">
|
|
30
|
+
<p>Uren per week</p>
|
|
31
|
+
</td>
|
|
32
|
+
</tr>
|
|
33
|
+
<tr>
|
|
34
|
+
<td style="width: 204px;" width="204">
|
|
35
|
+
<p>1-5</p>
|
|
36
|
+
</td>
|
|
37
|
+
<td style="width: 204px;" width="204">
|
|
38
|
+
<p>Hoorcollege</p>
|
|
39
|
+
</td>
|
|
40
|
+
<td style="width: 204px;" width="204">
|
|
41
|
+
<p> 2</p>
|
|
42
|
+
</td>
|
|
43
|
+
</tr>
|
|
44
|
+
<tr>
|
|
45
|
+
<td style="width: 204px;" width="204">
|
|
46
|
+
<p>7-13</p>
|
|
47
|
+
</td>
|
|
48
|
+
<td style="width: 204px;" width="204">
|
|
49
|
+
<p>Hoorcollege</p>
|
|
50
|
+
</td>
|
|
51
|
+
<td style="width: 204px;" width="204">
|
|
52
|
+
<p> 2</p>
|
|
53
|
+
</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td style="width: 204px;" width="204">
|
|
57
|
+
<p>1-5</p>
|
|
58
|
+
</td>
|
|
59
|
+
<td style="width: 204px;" width="204">
|
|
60
|
+
<p>Werkgroep</p>
|
|
61
|
+
</td>
|
|
62
|
+
<td style="width: 204px;" width="204">
|
|
63
|
+
<p> 4</p>
|
|
64
|
+
</td>
|
|
65
|
+
</tr>
|
|
66
|
+
<tr>
|
|
67
|
+
<td style="width: 204px;" width="204">
|
|
68
|
+
<p>7-12</p>
|
|
69
|
+
</td>
|
|
70
|
+
<td style="width: 204px;" width="204">
|
|
71
|
+
<p>Werkgroep</p>
|
|
72
|
+
</td>
|
|
73
|
+
<td style="width: 204px;" width="204">
|
|
74
|
+
<p> 4</p>
|
|
75
|
+
</td>
|
|
76
|
+
</tr>
|
|
77
|
+
</tbody>
|
|
78
|
+
</table>
|
|
79
|
+
<p> </p>
|
|
80
|
+
<p><strong>While this course is scheduled for June 2024 (semester 2, block 6), a separate edition will take place only for ‘resit’ students in January 2024 (semester 1, block 3). For enrollment in the resit group, please contact the study advisor.</strong></p>
|
|
81
|
+
<p>This course gives students practical insights in and experience with a research process in one of the themes covered by the Practicing Research Skills tutorials. In groups, students formulate a research design consisting of a central research question, a relevant theoretical context, and appropriate research methods. Subsequently, relevant qualitative and/or quantitative data are collected, processed and the results are reported. Finally, students present their findings and write an invidiual reflection on the research process. </p>
|
|
82
|
+
<p>Central in this course is the critical application of methodological tools acquired in previous stages of the BA curriculum. For example, questions may rise on the impact of specific methods on research outcomes, the availability of certain types of data and the method selected, or the flaws in the use of a method of your choice. In addition, with its emphasis on group work, the course aims to enhance collaborative skills.</p>
|
|
83
|
+
<p> </p>
|
|
84
|
+
<p><strong>OVERVIEW - tutorial groups in 2024</strong></p>
|
|
85
|
+
<p> </p>
|
|
86
|
+
<p><strong>RESEARCH PROJECT II </strong></p>
|
|
87
|
+
<p>RESEARCH PROJECT II</p>
|
|
88
|
+
<p><strong> </strong></p>
|
|
89
|
+
<p><strong>Tutorial 01</strong></p>
|
|
90
|
+
<p><strong>Lecturer:</strong> Salama Konaté</p>
|
|
91
|
+
<p><strong>Topic: </strong>Policy framings of institutional racism and ways of combatting it <em>(English/studenten hebben de mogelijkheid om in het Nederlands te schrijven)</em></p>
|
|
92
|
+
<p><strong>Method: </strong>Qualitative Policy Analysis, including Discourse and Frame Analysis</p>
|
|
93
|
+
<p><strong>Description: </strong>Over the past decade we have seen a remarkable shift in understandings of racism and racial discrimination, which is now more often conceptualized as being ‘systemic’ and/or ‘institutional’. This understanding moves away from racism being an ideology or system of thought that is intentionally produced and reproduced by ‘racists’, towards seeing racism in terms of processes of reproduction that are grounded relations of power and in routines, stereotypes, organizational and institutional norms, and pre- or subconscious processes that structurally disadvantage people of color. In what ways has this relatively new understanding become prominent in policy discourses, antiracist social movements and in research on racism? And does it result in different proposals and interventions to combat racism? Are there already experiences and insights in practices and policies that aim to reduce institutional racism, and what can be learned from them? In this research project, we will select some relevant cases of policy domains and/or institutions where racial discrimination and racism are deemed ‘institutional’ or ‘systemic’. We will focus on cases in the EU, the Netherlands and possibly one additional national context. We use methods of qualitative policy analysis, such as discourse and frame analysis, to unravel the ways in policy discourses ‘societal issues are translated into policy problems that can be acted upon’. We also study the responses (policies and practices) that are being developed because they may help to address institutional racism. Students will draw on both textual analysis of existing documents (including media resources) and qualitative interviews.</p>
|
|
94
|
+
`;
|
|
95
|
+
export {
|
|
96
|
+
e as MOCK_RTE_CONTENT
|
|
97
|
+
};
|
|
98
|
+
//# sourceMappingURL=mockRteContent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mockRteContent.js","sources":["../../../src/components/RteEditor/mockRteContent.ts"],"sourcesContent":["export const MOCK_RTE_CONTENT = `\n<p> </p>\n<p><strong>College of Humanities </strong></p>\n<p><strong>General </strong></p>\n<p><em>Semester 1 </em></p>\n<ul>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_ALG/HBA_CO?entityanchor=106861\" rel=\"109221266Y\">Modern Art Globally Oriented I</a> (blok 1)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136191\" rel=\"111221816Y\">Social Justice in Context </a>(block 1)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/Gw/HCO_ALG/HBA_CO?entityanchor=106862\" rel=\"109221276Y\">Modern Art Globally Oriented II</a> (blok 2)</li>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136192\" rel=\"111221826Y\">Crime, Justice and Conflict Otherwise </a>(block 2)</i>\n <li><a id=\"courseRef\" class=\"ctr-clickable\" contenteditable=\"false\" href=\"https://uvanose.uva.nl/2024/FGw/HCO_LAS/HBA_CD?entityanchor=136195\" rel=\"111221856Y\">Democracy, Populism and Resistance</a> (block 3)</li>\n</ul>\n<p> </p>\n<p><em>Semester 2 </em></p>\n<ul type=\"bullets\">\n <li>Hoorcolleges (1x 2 uur per week)</li>\n <li>Werkgroepen (2x 2 uur per week)</li>\n</ul>\n<p> </p>\n<table>\n <tbody>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Cursusweek</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkvorm</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Uren per week</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>1-5</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Hoorcollege</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 2</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>7-13</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Hoorcollege</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 2</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>1-5</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkgroep</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 4</p>\n </td>\n </tr>\n <tr>\n <td style=\"width: 204px;\" width=\"204\">\n <p>7-12</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p>Werkgroep</p>\n </td>\n <td style=\"width: 204px;\" width=\"204\">\n <p> 4</p>\n </td>\n </tr>\n </tbody>\n</table>\n<p> </p>\n<p><strong>While this course is scheduled for June 2024 (semester 2, block 6), a separate edition will take place only for ‘resit’ students in January 2024 (semester 1, block 3). For enrollment in the resit group, please contact the study advisor.</strong></p>\n<p>This course gives students practical insights in and experience with a research process in one of the themes covered by the Practicing Research Skills tutorials. In groups, students formulate a research design consisting of a central research question, a relevant theoretical context, and appropriate research methods. Subsequently, relevant qualitative and/or quantitative data are collected, processed and the results are reported. Finally, students present their findings and write an invidiual reflection on the research process. </p>\n<p>Central in this course is the critical application of methodological tools acquired in previous stages of the BA curriculum. For example, questions may rise on the impact of specific methods on research outcomes, the availability of certain types of data and the method selected, or the flaws in the use of a method of your choice. In addition, with its emphasis on group work, the course aims to enhance collaborative skills.</p>\n<p> </p>\n<p><strong>OVERVIEW - tutorial groups in 2024</strong></p>\n<p> </p>\n<p><strong>RESEARCH PROJECT II </strong></p>\n<p>RESEARCH PROJECT II</p>\n<p><strong> </strong></p>\n<p><strong>Tutorial 01</strong></p>\n<p><strong>Lecturer:</strong> Salama Konaté</p>\n<p><strong>Topic: </strong>Policy framings of institutional racism and ways of combatting it <em>(English/studenten hebben de mogelijkheid om in het Nederlands te schrijven)</em></p>\n<p><strong>Method: </strong>Qualitative Policy Analysis, including Discourse and Frame Analysis</p>\n<p><strong>Description: </strong>Over the past decade we have seen a remarkable shift in understandings of racism and racial discrimination, which is now more often conceptualized as being ‘systemic’ and/or ‘institutional’. This understanding moves away from racism being an ideology or system of thought that is intentionally produced and reproduced by ‘racists’, towards seeing racism in terms of processes of reproduction that are grounded relations of power and in routines, stereotypes, organizational and institutional norms, and pre- or subconscious processes that structurally disadvantage people of color. In what ways has this relatively new understanding become prominent in policy discourses, antiracist social movements and in research on racism? And does it result in different proposals and interventions to combat racism? Are there already experiences and insights in practices and policies that aim to reduce institutional racism, and what can be learned from them? In this research project, we will select some relevant cases of policy domains and/or institutions where racial discrimination and racism are deemed ‘institutional’ or ‘systemic’. We will focus on cases in the EU, the Netherlands and possibly one additional national context. We use methods of qualitative policy analysis, such as discourse and frame analysis, to unravel the ways in policy discourses ‘societal issues are translated into policy problems that can be acted upon’. We also study the responses (policies and practices) that are being developed because they may help to address institutional racism. Students will draw on both textual analysis of existing documents (including media resources) and qualitative interviews.</p>\n`;\n"],"names":["MOCK_RTE_CONTENT"],"mappings":"AAAO,MAAMA,IAAmB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export declare const translations: {
|
|
2
|
+
nl: {
|
|
3
|
+
common: {
|
|
4
|
+
cancel: string;
|
|
5
|
+
add: string;
|
|
6
|
+
rteAriaLabel: string;
|
|
7
|
+
rteTitle: string;
|
|
8
|
+
};
|
|
9
|
+
errortext: {
|
|
10
|
+
urlNotValid: string;
|
|
11
|
+
};
|
|
12
|
+
table: {
|
|
13
|
+
nrofRows: string;
|
|
14
|
+
nrofRowsPlaceholder: string;
|
|
15
|
+
nrofColumns: string;
|
|
16
|
+
nrofColumnsPlaceholder: string;
|
|
17
|
+
insertRowAbove: string;
|
|
18
|
+
insertRowBelow: string;
|
|
19
|
+
deleteRow: string;
|
|
20
|
+
insertColumnLeft: string;
|
|
21
|
+
insertColumnRight: string;
|
|
22
|
+
deleteColumn: string;
|
|
23
|
+
deleteTable: string;
|
|
24
|
+
};
|
|
25
|
+
links: {
|
|
26
|
+
linkLabel: string;
|
|
27
|
+
addLink: string;
|
|
28
|
+
changeLink: string;
|
|
29
|
+
deleteLink: string;
|
|
30
|
+
linkTarget: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
en: {
|
|
34
|
+
common: {
|
|
35
|
+
cancel: string;
|
|
36
|
+
add: string;
|
|
37
|
+
rteAriaLabel: string;
|
|
38
|
+
rteTitle: string;
|
|
39
|
+
};
|
|
40
|
+
errortext: {
|
|
41
|
+
urlNotValid: string;
|
|
42
|
+
};
|
|
43
|
+
table: {
|
|
44
|
+
nrofRows: string;
|
|
45
|
+
nrofRowsPlaceholder: string;
|
|
46
|
+
nrofColumns: string;
|
|
47
|
+
nrofColumnsPlaceholder: string;
|
|
48
|
+
insertRowAbove: string;
|
|
49
|
+
insertRowBelow: string;
|
|
50
|
+
deleteRow: string;
|
|
51
|
+
insertColumnLeft: string;
|
|
52
|
+
insertColumnRight: string;
|
|
53
|
+
deleteColumn: string;
|
|
54
|
+
deleteTable: string;
|
|
55
|
+
};
|
|
56
|
+
links: {
|
|
57
|
+
linkLabel: string;
|
|
58
|
+
addLink: string;
|
|
59
|
+
changeLink: string;
|
|
60
|
+
deleteLink: string;
|
|
61
|
+
linkTarget: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
nl: {
|
|
3
|
+
common: {
|
|
4
|
+
cancel: "Annuleren",
|
|
5
|
+
add: "Voeg toe",
|
|
6
|
+
rteAriaLabel: "Inhoud van Rich text editor",
|
|
7
|
+
rteTitle: "Inhoud van Rich text editor"
|
|
8
|
+
},
|
|
9
|
+
errortext: {
|
|
10
|
+
urlNotValid: "Geen geldige url"
|
|
11
|
+
},
|
|
12
|
+
table: {
|
|
13
|
+
nrofRows: "Aantal rijen",
|
|
14
|
+
nrofRowsPlaceholder: "aantal rijen",
|
|
15
|
+
nrofColumns: "Aantal rijen",
|
|
16
|
+
nrofColumnsPlaceholder: "aantal kolommen",
|
|
17
|
+
insertRowAbove: "Voeg rij boven toe",
|
|
18
|
+
insertRowBelow: "Voeg rij onder toe",
|
|
19
|
+
deleteRow: "Verwijder rij",
|
|
20
|
+
insertColumnLeft: "Voeg kolom links toe",
|
|
21
|
+
insertColumnRight: "Voeg kolom rechts toe",
|
|
22
|
+
deleteColumn: "Verwijder kolom",
|
|
23
|
+
deleteTable: "Verwijder tabel"
|
|
24
|
+
},
|
|
25
|
+
links: {
|
|
26
|
+
linkLabel: "Externe link",
|
|
27
|
+
addLink: "Voeg link toe",
|
|
28
|
+
changeLink: "Wijzig link",
|
|
29
|
+
deleteLink: "Verwijder link",
|
|
30
|
+
linkTarget: "Open link in nieuwe tab"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
en: {
|
|
34
|
+
common: {
|
|
35
|
+
cancel: "Cancel",
|
|
36
|
+
add: "Add",
|
|
37
|
+
rteAriaLabel: "Rich text editor content",
|
|
38
|
+
rteTitle: "Rich text editor content"
|
|
39
|
+
},
|
|
40
|
+
errortext: {
|
|
41
|
+
urlNotValid: "No valid url"
|
|
42
|
+
},
|
|
43
|
+
table: {
|
|
44
|
+
nrofRows: "Number of rows",
|
|
45
|
+
nrofRowsPlaceholder: "number of rows",
|
|
46
|
+
nrofColumns: "Number of columns",
|
|
47
|
+
nrofColumnsPlaceholder: "number of columns",
|
|
48
|
+
insertRowAbove: "Insert row above",
|
|
49
|
+
insertRowBelow: "Insert row below",
|
|
50
|
+
deleteRow: "Delete row",
|
|
51
|
+
insertColumnLeft: "Insert column left",
|
|
52
|
+
insertColumnRight: "Insert column right",
|
|
53
|
+
deleteColumn: "Delete column",
|
|
54
|
+
deleteTable: "Delete table"
|
|
55
|
+
},
|
|
56
|
+
links: {
|
|
57
|
+
linkLabel: "External link",
|
|
58
|
+
addLink: "Add link",
|
|
59
|
+
changeLink: "Change link",
|
|
60
|
+
deleteLink: "Delete link",
|
|
61
|
+
linkTarget: "Open link in new tab"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
export {
|
|
66
|
+
e as translations
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=translations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.js","sources":["../../../src/components/RteEditor/translations.ts"],"sourcesContent":["export const translations = {\n nl: {\n common: {\n cancel: 'Annuleren',\n add: 'Voeg toe',\n rteAriaLabel: 'Inhoud van Rich text editor',\n rteTitle: 'Inhoud van Rich text editor',\n },\n errortext: {\n urlNotValid: 'Geen geldige url',\n },\n table: {\n nrofRows: 'Aantal rijen',\n nrofRowsPlaceholder: 'aantal rijen',\n nrofColumns: 'Aantal rijen',\n nrofColumnsPlaceholder: 'aantal kolommen',\n insertRowAbove: 'Voeg rij boven toe',\n insertRowBelow: 'Voeg rij onder toe',\n deleteRow: 'Verwijder rij',\n insertColumnLeft: 'Voeg kolom links toe',\n insertColumnRight: 'Voeg kolom rechts toe',\n deleteColumn: 'Verwijder kolom',\n deleteTable: 'Verwijder tabel',\n },\n links: {\n linkLabel: 'Externe link',\n addLink: 'Voeg link toe',\n changeLink: 'Wijzig link',\n deleteLink: 'Verwijder link',\n linkTarget: 'Open link in nieuwe tab',\n },\n },\n en: {\n common: {\n cancel: 'Cancel',\n add: 'Add',\n rteAriaLabel: 'Rich text editor content',\n rteTitle: 'Rich text editor content',\n },\n errortext: {\n urlNotValid: 'No valid url',\n },\n table: {\n nrofRows: 'Number of rows',\n nrofRowsPlaceholder: 'number of rows',\n nrofColumns: 'Number of columns',\n nrofColumnsPlaceholder: 'number of columns',\n insertRowAbove: 'Insert row above',\n insertRowBelow: 'Insert row below',\n deleteRow: 'Delete row',\n insertColumnLeft: 'Insert column left',\n insertColumnRight: 'Insert column right',\n deleteColumn: 'Delete column',\n deleteTable: 'Delete table',\n },\n links: {\n linkLabel: 'External link',\n addLink: 'Add link',\n changeLink: 'Change link',\n deleteLink: 'Delete link',\n linkTarget: 'Open link in new tab',\n },\n },\n};\n"],"names":["translations"],"mappings":"AAAO,MAAMA,IAAe;AAAA,EAC1B,IAAI;AAAA,IACF,QAAQ;AAAA,MACN,QAAQ;AAAA,MACR,KAAK;AAAA,MACL,cAAc;AAAA,MACd,UAAU;AAAA,IACZ;AAAA,IACA,WAAW;AAAA,MACT,aAAa;AAAA,IACf;AAAA,IACA,OAAO;AAAA,MACL,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,aAAa;AAAA,MACb,wBAAwB;AAAA,MACxB,gBAAgB;AAAA,MAChB,gBAAgB;AAAA,MAChB,WAAW;AAAA,MACX,kBAAkB;AAAA,MAClB,mBAAmB;AAAA,MACnB,cAAc;AAAA,MACd,aAAa;AAAA,IACf;AAAA,IACA,OAAO;AAAA,MACL,WAAW;AAAA,MACX,SAAS;AAAA,MACT,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,YAAY;AAAA,IACd;AAAA,EACF;AAAA,EACA,IAAI;AAAA,IACF,QAAQ;AAAA,MACN,QAAQ;AAAA,MACR,KAAK;AAAA,MACL,cAAc;AAAA,MACd,UAAU;AAAA,IACZ;AAAA,IACA,WAAW;AAAA,MACT,aAAa;AAAA,IACf;AAAA,IACA,OAAO;AAAA,MACL,UAAU;AAAA,MACV,qBAAqB;AAAA,MACrB,aAAa;AAAA,MACb,wBAAwB;AAAA,MACxB,gBAAgB;AAAA,MAChB,gBAAgB;AAAA,MAChB,WAAW;AAAA,MACX,kBAAkB;AAAA,MAClB,mBAAmB;AAAA,MACnB,cAAc;AAAA,MACd,aAAa;AAAA,IACf;AAAA,IACA,OAAO;AAAA,MACL,WAAW;AAAA,MACX,SAAS;AAAA,MACT,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,YAAY;AAAA,IACd;AAAA,EACF;AACF;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Children as e } from "react";
|
|
3
3
|
import { SortableItem as b } from "./components/SortableItem.js";
|
|
4
|
-
import { S as n } from "../../SortableProvider-
|
|
4
|
+
import { S as n } from "../../SortableProvider-i4PDjRS_.js";
|
|
5
5
|
const S = ({ children: t, ItemHandlePlacement: m = "left", scrollable: a, disabled: l, onSort: i }) => /* @__PURE__ */ o(
|
|
6
6
|
n,
|
|
7
7
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "./sortableReducer.js";
|
|
4
|
-
import { S as p, u as a } from "../../SortableProvider-
|
|
4
|
+
import { S as p, u as a } from "../../SortableProvider-i4PDjRS_.js";
|
|
5
5
|
import "./actions.js";
|
|
6
6
|
export {
|
|
7
7
|
p as SortableProvider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import "../../../Sortable.module-
|
|
5
|
-
import { a } from "../../../SortableProvider-
|
|
4
|
+
import "../../../Sortable.module-uk_YuFs1.js";
|
|
5
|
+
import { a } from "../../../SortableProvider-i4PDjRS_.js";
|
|
6
6
|
export {
|
|
7
7
|
a as SortableContainer
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as e } from "../../Icon/Icon.js";
|
|
3
|
-
import { s as t } from "../../../Sortable.module-
|
|
3
|
+
import { s as t } from "../../../Sortable.module-uk_YuFs1.js";
|
|
4
4
|
const r = "ontouchstart" in globalThis.document.documentElement;
|
|
5
5
|
function m({ placement: n }) {
|
|
6
6
|
return r ? null : /* @__PURE__ */ o("div", { className: `${t.sortable__handle} ${t[`sortable__handle--${n}`]}`, children: /* @__PURE__ */ o(e, { name: "Dots" }) });
|
|
@@ -2,8 +2,8 @@ import { jsxs as i, jsx as r, Fragment as v } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as S, useRef as M, useEffect as Q } from "react";
|
|
3
3
|
import { Icon as w } from "../../Icon/Icon.js";
|
|
4
4
|
import { SortableHandle as E } from "./SortableHandle.js";
|
|
5
|
-
import { s as t } from "../../../Sortable.module-
|
|
6
|
-
import { u as k } from "../../../SortableProvider-
|
|
5
|
+
import { s as t } from "../../../Sortable.module-uk_YuFs1.js";
|
|
6
|
+
import { u as k } from "../../../SortableProvider-i4PDjRS_.js";
|
|
7
7
|
const G = ["Space", "ArrowDown", "ArrowUp"], J = "ontouchstart" in globalThis.document.documentElement, C = new Image(0, 0);
|
|
8
8
|
C.src = // 1px transparent png
|
|
9
9
|
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==";
|
package/dist/components/index.js
CHANGED
|
@@ -11,8 +11,8 @@ import { Card as C } from "./Card/Card.js";
|
|
|
11
11
|
import { Checkbox as M } from "./Checkbox/Checkbox.js";
|
|
12
12
|
import { CheckboxButton as P } from "./CheckboxButton/CheckboxButton.js";
|
|
13
13
|
import { CheckboxButtonBar as I } from "./CheckboxButtonBar/CheckboxButtonBar.js";
|
|
14
|
-
import { CheckboxTree as
|
|
15
|
-
import { Drawer as
|
|
14
|
+
import { CheckboxTree as g } from "./CheckboxTree/CheckboxTree.js";
|
|
15
|
+
import { Drawer as y } from "./Drawer/Drawer.js";
|
|
16
16
|
import { EmptyStateDataDisplay as v } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
17
17
|
import { FeedbackBox as E } from "./FeedbackBox/FeedbackBox.js";
|
|
18
18
|
import { FieldHint as H } from "./FieldHint/FieldHint.js";
|
|
@@ -29,7 +29,7 @@ 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 no } from "../
|
|
32
|
+
import { M as no } from "../TablePlugin-1L5UZfDH.js";
|
|
33
33
|
import { OverlayCloseButton as co } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
34
34
|
import { PageOverlay as so } from "./PageOverlay/PageOverlay.js";
|
|
35
35
|
import { Periods as So } from "./Periods/Periods.js";
|
|
@@ -37,14 +37,14 @@ import { PeriodSelector as ko } from "./PeriodSelector/PeriodSelector.js";
|
|
|
37
37
|
import { ProgrammeCard as Lo } from "./ProgrammeCard/ProgrammeCard.js";
|
|
38
38
|
import { RadioButton as Fo } from "./RadioButton/RadioButton.js";
|
|
39
39
|
import { Repeater as Do } from "./Repeater/Repeater.js";
|
|
40
|
-
import { RteEditor as go } from "./RteEditor/RteEditor.js";
|
|
40
|
+
import { Rte as Ro, RteEditor as go } from "./RteEditor/RteEditor.js";
|
|
41
41
|
import { SectionNotification as yo } from "./SectionNotification/SectionNotification.js";
|
|
42
|
-
import { SelectListbox as
|
|
43
|
-
import { SelectProvider as
|
|
44
|
-
import { Spinner as
|
|
45
|
-
import { Sortable as
|
|
46
|
-
import { StatusPill as
|
|
47
|
-
import { Tooltip as
|
|
42
|
+
import { SelectListbox as vo } from "./SelectListbox/SelectListbox.js";
|
|
43
|
+
import { SelectProvider as Eo, useSelect as Go } from "./SelectListbox/SelectProvider.js";
|
|
44
|
+
import { Spinner as Oo } from "./Spinner/Spinner.js";
|
|
45
|
+
import { Sortable as zo } from "./Sortable/Sortable.js";
|
|
46
|
+
import { StatusPill as jo } from "./StatusPill/StatusPill.js";
|
|
47
|
+
import { Tooltip as Jo } from "./Tooltip/Tooltip.js";
|
|
48
48
|
export {
|
|
49
49
|
t as Accordion,
|
|
50
50
|
p as ActionList,
|
|
@@ -57,8 +57,8 @@ export {
|
|
|
57
57
|
M as Checkbox,
|
|
58
58
|
P as CheckboxButton,
|
|
59
59
|
I as CheckboxButtonBar,
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
g as CheckboxTree,
|
|
61
|
+
y as Drawer,
|
|
62
62
|
v as EmptyStateDataDisplay,
|
|
63
63
|
E as FeedbackBox,
|
|
64
64
|
H as FieldHint,
|
|
@@ -85,14 +85,15 @@ export {
|
|
|
85
85
|
Lo as ProgrammeCard,
|
|
86
86
|
Fo as RadioButton,
|
|
87
87
|
Do as Repeater,
|
|
88
|
+
Ro as Rte,
|
|
88
89
|
go as RteEditor,
|
|
89
90
|
yo as SectionNotification,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
91
|
+
vo as SelectListbox,
|
|
92
|
+
Eo as SelectProvider,
|
|
93
|
+
zo as Sortable,
|
|
94
|
+
Oo as Spinner,
|
|
95
|
+
jo as StatusPill,
|
|
96
|
+
Jo as Tooltip,
|
|
97
|
+
Go as useSelect
|
|
97
98
|
};
|
|
98
99
|
//# sourceMappingURL=index.js.map
|