@ui5/webcomponents-localization 1.11.0-rc.1 → 1.11.0-rc.3

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 CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **framework:** support legacy date calendar customizing ([#6462](https://github.com/SAP/ui5-webcomponents/issues/6462)) ([27df89b](https://github.com/SAP/ui5-webcomponents/commit/27df89bc62aaccbfbec5f4d36c520dbd762dab34))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.1...v1.11.0-rc.2) (2023-02-16)
18
+
19
+ **Note:** Version bump only for package @ui5/webcomponents-localization
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.11.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.0...v1.11.0-rc.1) (2023-02-09)
7
26
 
8
27
  **Note:** Version bump only for package @ui5/webcomponents-localization
@@ -9,8 +9,8 @@ declare const Configuration: {
9
9
  getFormatSettings: () => {
10
10
  getFormatLocale: (lang?: string | undefined) => import("@ui5/webcomponents-base/dist/locale/Locale.js").default;
11
11
  getLegacyDateFormat: () => void;
12
- getLegacyDateCalendarCustomizing: () => void;
13
12
  getCustomLocaleData: () => void;
13
+ getLegacyDateCalendarCustomizing: typeof import("@ui5/webcomponents-base/dist/features/LegacyDateFormats.js").default.getLegacyDateCalendarCustomizing;
14
14
  };
15
15
  getTimezone: () => string;
16
16
  };
@@ -10,8 +10,8 @@ declare const Core: {
10
10
  getFormatSettings: () => {
11
11
  getFormatLocale: (lang?: string | undefined) => import("@ui5/webcomponents-base/dist/locale/Locale.js").default;
12
12
  getLegacyDateFormat: () => void;
13
- getLegacyDateCalendarCustomizing: () => void;
14
13
  getCustomLocaleData: () => void;
14
+ getLegacyDateCalendarCustomizing: typeof import("@ui5/webcomponents-base/dist/features/LegacyDateFormats.js").default.getLegacyDateCalendarCustomizing;
15
15
  };
16
16
  getTimezone: () => string;
17
17
  };
@@ -19,8 +19,8 @@ declare const Core: {
19
19
  getFormatSettings: () => {
20
20
  getFormatLocale: (lang?: string | undefined) => import("@ui5/webcomponents-base/dist/locale/Locale.js").default;
21
21
  getLegacyDateFormat: () => void;
22
- getLegacyDateCalendarCustomizing: () => void;
23
22
  getCustomLocaleData: () => void;
23
+ getLegacyDateCalendarCustomizing: typeof import("@ui5/webcomponents-base/dist/features/LegacyDateFormats.js").default.getLegacyDateCalendarCustomizing;
24
24
  };
25
25
  };
26
26
  export default Core;
@@ -4,7 +4,7 @@
4
4
  declare const FormatSettings: {
5
5
  getFormatLocale: (lang?: string | undefined) => import("@ui5/webcomponents-base/dist/locale/Locale").default;
6
6
  getLegacyDateFormat: () => void;
7
- getLegacyDateCalendarCustomizing: () => void;
8
7
  getCustomLocaleData: () => void;
8
+ getLegacyDateCalendarCustomizing: typeof import("@ui5/webcomponents-base/dist/features/LegacyDateFormats").default.getLegacyDateCalendarCustomizing;
9
9
  };
10
10
  export default FormatSettings;
@@ -1,4 +1,5 @@
1
1
  import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js";
2
+ import { getLegacyDateCalendarCustomizing } from "@ui5/webcomponents-base/dist/config/FormatSettings.js";
2
3
  const emptyFn = () => { };
3
4
  /**
4
5
  * OpenUI5 FormatSettings shim
@@ -6,8 +7,8 @@ const emptyFn = () => { };
6
7
  const FormatSettings = {
7
8
  getFormatLocale: getLocale,
8
9
  getLegacyDateFormat: emptyFn,
9
- getLegacyDateCalendarCustomizing: emptyFn,
10
10
  getCustomLocaleData: emptyFn,
11
+ getLegacyDateCalendarCustomizing,
11
12
  };
12
13
  export default FormatSettings;
13
14
  //# sourceMappingURL=FormatSettings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormatSettings.js","sourceRoot":"","sources":["../../../../src/sap/ui/core/FormatSettings.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kDAAkD,CAAC;AAEzE,MAAM,OAAO,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;AAEzB;;GAEG;AACH,MAAM,cAAc,GAAG;IACtB,eAAe,EAAE,SAAS;IAC1B,mBAAmB,EAAE,OAAO;IAC5B,gCAAgC,EAAE,OAAO;IACzC,mBAAmB,EAAE,OAAO;CAC5B,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"FormatSettings.js","sourceRoot":"","sources":["../../../../src/sap/ui/core/FormatSettings.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kDAAkD,CAAC;AACzE,OAAO,EAAE,gCAAgC,EAAE,MAAM,uDAAuD,CAAC;AAEzG,MAAM,OAAO,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;AAEzB;;GAEG;AACH,MAAM,cAAc,GAAG;IACtB,eAAe,EAAE,SAAS;IAC1B,mBAAmB,EAAE,OAAO;IAC5B,mBAAmB,EAAE,OAAO;IAC5B,gCAAgC;CAChC,CAAC;AAEF,eAAe,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-localization",
3
- "version": "1.11.0-rc.1",
3
+ "version": "1.11.0-rc.3",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@openui5/sap.ui.core": "1.109.0",
31
- "@ui5/webcomponents-tools": "1.11.0-rc.1",
31
+ "@ui5/webcomponents-tools": "1.11.0-rc.3",
32
32
  "chromedriver": "109.0.0",
33
33
  "mkdirp": "^1.0.4",
34
34
  "resolve": "^1.20.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@types/openui5": "^1.109.0",
38
- "@ui5/webcomponents-base": "1.11.0-rc.1"
38
+ "@ui5/webcomponents-base": "1.11.0-rc.3"
39
39
  },
40
- "gitHead": "a76323e09b0190bbb72cbff141bb8093b8d0f4ff"
40
+ "gitHead": "228475d7914731c7dd1a59e570eb406add604047"
41
41
  }
@@ -1,4 +1,5 @@
1
1
  import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js";
2
+ import { getLegacyDateCalendarCustomizing } from "@ui5/webcomponents-base/dist/config/FormatSettings.js";
2
3
 
3
4
  const emptyFn = () => {};
4
5
 
@@ -8,8 +9,8 @@ const emptyFn = () => {};
8
9
  const FormatSettings = {
9
10
  getFormatLocale: getLocale,
10
11
  getLegacyDateFormat: emptyFn,
11
- getLegacyDateCalendarCustomizing: emptyFn,
12
12
  getCustomLocaleData: emptyFn,
13
+ getLegacyDateCalendarCustomizing,
13
14
  };
14
15
 
15
16
  export default FormatSettings;