@plone/volto 19.0.0-alpha.3 → 19.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -0
- package/README.md +0 -2
- package/cypress/support/commands.js +13 -6
- package/locales/af.json +1 -1
- package/locales/ar.json +1 -1
- package/locales/bg.json +1 -1
- package/locales/bn.json +1 -1
- package/locales/ca/LC_MESSAGES/volto.po +16 -2
- package/locales/ca.json +1 -1
- package/locales/cs.json +1 -1
- package/locales/cy.json +1 -1
- package/locales/da.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +19 -5
- package/locales/de.json +1 -1
- package/locales/el.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +16 -2
- package/locales/en.json +1 -1
- package/locales/en_AU.json +1 -1
- package/locales/en_GB.json +1 -1
- package/locales/eo.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +16 -2
- package/locales/es.json +1 -1
- package/locales/et.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +16 -2
- package/locales/eu.json +1 -1
- package/locales/fa.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +16 -2
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +16 -2
- package/locales/fr.json +1 -1
- package/locales/fu.json +1 -1
- package/locales/gl.json +1 -1
- package/locales/he.json +1 -1
- package/locales/hi/LC_MESSAGES/volto.po +16 -2
- package/locales/hi.json +1 -1
- package/locales/hr.json +1 -1
- package/locales/hu.json +1 -1
- package/locales/hy.json +1 -1
- package/locales/id.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +16 -2
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +16 -2
- package/locales/ja.json +1 -1
- package/locales/ka.json +1 -1
- package/locales/kn.json +1 -1
- package/locales/ko.json +1 -1
- package/locales/lt.json +1 -1
- package/locales/lv.json +1 -1
- package/locales/mi.json +1 -1
- package/locales/mk.json +1 -1
- package/locales/my.json +1 -1
- package/locales/nb_NO.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +16 -2
- package/locales/nl.json +1 -1
- package/locales/nn.json +1 -1
- package/locales/pl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +16 -2
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +16 -2
- package/locales/pt_BR.json +1 -1
- package/locales/rm.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +16 -2
- package/locales/ro.json +1 -1
- package/locales/ru/LC_MESSAGES/volto.po +16 -2
- package/locales/ru.json +1 -1
- package/locales/sk.json +1 -1
- package/locales/sl.json +1 -1
- package/locales/sm.json +1 -1
- package/locales/sq.json +1 -1
- package/locales/sr.json +1 -1
- package/locales/sr@cyrl.json +1 -1
- package/locales/sr@latn.json +1 -1
- package/locales/sv.json +1 -1
- package/locales/ta.json +1 -1
- package/locales/te.json +1 -1
- package/locales/th.json +1 -1
- package/locales/to.json +1 -1
- package/locales/tr.json +1 -1
- package/locales/uk.json +1 -1
- package/locales/vi.json +1 -1
- package/locales/volto.pot +17 -3
- package/locales/zh_CN/LC_MESSAGES/volto.po +16 -2
- package/locales/zh_CN.json +1 -1
- package/locales/zh_Hant.json +1 -1
- package/locales/zh_Hant_HK.json +1 -1
- package/package.json +9 -9
- package/src/components/manage/Blocks/Image/Edit.jsx +5 -1
- package/src/components/manage/Blocks/Search/SearchBlockView.jsx +21 -4
- package/src/components/manage/Blocks/Teaser/Data.jsx +1 -1
- package/src/components/manage/Contents/ContentsItem.jsx +1 -1
- package/src/components/manage/Form/InlineForm.jsx +2 -2
- package/src/components/manage/UniversalLink/UniversalLink.tsx +1 -0
- package/src/components/manage/Widgets/ImageWidget.jsx +159 -33
- package/src/components/manage/Widgets/RegistryImageWidget.test.jsx +3 -2
- package/src/components/manage/Widgets/SelectAutoComplete.jsx +29 -12
- package/src/config/ControlPanels.js +1 -0
- package/src/config/index.js +1 -1
- package/src/express-middleware/devproxy.js +7 -2
- package/src/helpers/Html/Html.jsx +9 -1
- package/src/helpers/Url/bulkFlattenToAppURL.test.ts +122 -0
- package/src/helpers/Url/bulkFlattenToAppURL.ts +24 -0
- package/src/middleware/storeProtectLoadUtils.test.js +3 -3
- package/theme/themes/pastanaga/extras/blocks.less +19 -0
- package/types/components/manage/Widgets/ImageWidget.d.ts +41 -1
- package/types/components/manage/Widgets/RecurrenceWidget/Utils.d.ts +12 -18
- package/types/helpers/Helmet/Helmet.d.ts +1 -1
- package/types/helpers/Url/bulkFlattenToAppURL.d.ts +5 -0
- package/cypress/downloads/downloads.html +0 -0
|
@@ -19,36 +19,30 @@ export namespace FREQUENCES {
|
|
|
19
19
|
}
|
|
20
20
|
export namespace OPTIONS {
|
|
21
21
|
let frequences: {
|
|
22
|
-
[
|
|
22
|
+
[FREQUENCES.DAILY]: {
|
|
23
23
|
rrule: import("rrule").Frequency;
|
|
24
24
|
interval: boolean;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
25
|
+
};
|
|
26
|
+
[FREQUENCES.MONDAYFRIDAY]: {
|
|
27
|
+
rrule: import("rrule").Frequency;
|
|
28
|
+
};
|
|
29
|
+
[FREQUENCES.WEEKDAYS]: {
|
|
29
30
|
rrule: import("rrule").Frequency;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
bymonth?: undefined;
|
|
33
|
-
byyear?: undefined;
|
|
34
|
-
} | {
|
|
31
|
+
};
|
|
32
|
+
[FREQUENCES.WEEKLY]: {
|
|
35
33
|
rrule: import("rrule").Frequency;
|
|
36
34
|
interval: boolean;
|
|
37
35
|
byday: boolean;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
} | {
|
|
36
|
+
};
|
|
37
|
+
[FREQUENCES.MONTHLY]: {
|
|
41
38
|
rrule: import("rrule").Frequency;
|
|
42
39
|
interval: boolean;
|
|
43
40
|
bymonth: boolean;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
} | {
|
|
41
|
+
};
|
|
42
|
+
[FREQUENCES.YEARLY]: {
|
|
47
43
|
rrule: import("rrule").Frequency;
|
|
48
44
|
interval: boolean;
|
|
49
45
|
byyear: boolean;
|
|
50
|
-
byday?: undefined;
|
|
51
|
-
bymonth?: undefined;
|
|
52
46
|
};
|
|
53
47
|
};
|
|
54
48
|
}
|
|
Binary file
|