@semcore/time-picker 4.52.0 → 4.52.1

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.
@@ -1,33 +1,33 @@
1
- import r from "./de.json.mjs";
2
- import o from "./en.json.mjs";
3
- import m from "./es.json.mjs";
4
- import t from "./fr.json.mjs";
5
- import i from "./it.json.mjs";
6
- import p from "./ja.json.mjs";
7
- import f from "./ko.json.mjs";
8
- import e from "./nl.json.mjs";
9
- import s from "./pt.json.mjs";
10
- import a from "./tr.json.mjs";
11
- import l from "./vi.json.mjs";
12
- import v from "./zh.json.mjs";
13
- import d from "./pl.json.mjs";
14
- import n from "./sv.json.mjs";
15
- var B = {
16
- de: r,
17
- en: o,
18
- es: m,
19
- fr: t,
20
- it: i,
21
- ja: p,
22
- ko: f,
23
- nl: e,
24
- pt: s,
25
- tr: a,
26
- vi: l,
27
- zh: v,
28
- pl: d,
29
- sv: n
1
+ import de from "./de.json.mjs";
2
+ import en from "./en.json.mjs";
3
+ import es from "./es.json.mjs";
4
+ import fr from "./fr.json.mjs";
5
+ import it from "./it.json.mjs";
6
+ import ja from "./ja.json.mjs";
7
+ import ko from "./ko.json.mjs";
8
+ import nl from "./nl.json.mjs";
9
+ import pt from "./pt.json.mjs";
10
+ import tr from "./tr.json.mjs";
11
+ import vi from "./vi.json.mjs";
12
+ import zh from "./zh.json.mjs";
13
+ import pl from "./pl.json.mjs";
14
+ import sv from "./sv.json.mjs";
15
+ var localizedMessages = {
16
+ de,
17
+ en,
18
+ es,
19
+ fr,
20
+ it,
21
+ ja,
22
+ ko,
23
+ nl,
24
+ pt,
25
+ tr,
26
+ vi,
27
+ zh,
28
+ pl,
29
+ sv
30
30
  };
31
31
  export {
32
- B as localizedMessages
32
+ localizedMessages
33
33
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Auswählen", o = "Stunden", n = "Minuten", i = "Zeitraum", m = "Zeitraum geändert auf {meridiem}", r = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: n,
6
- formatToggler: i,
7
- changedFormatNotice: m
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Auswählen";
3
+ const hours = "Stunden";
4
+ const minutes = "Minuten";
5
+ const formatToggler = "Zeitraum";
6
+ const changedFormatNotice = "Zeitraum geändert auf {meridiem}";
7
+ const de = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- m as changedFormatNotice,
11
- r as default,
12
- i as formatToggler,
13
- o as hours,
14
- n as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ de as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Select", o = "Hours", i = "Minutes", m = "Time period", n = "Time period changed to {meridiem}", r = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: m,
7
- changedFormatNotice: n
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Select";
3
+ const hours = "Hours";
4
+ const minutes = "Minutes";
5
+ const formatToggler = "Time period";
6
+ const changedFormatNotice = "Time period changed to {meridiem}";
7
+ const en = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- n as changedFormatNotice,
11
- r as default,
12
- m as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ en as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Seleccionar", o = "Horas", i = "Minutos", m = "Período de tiempo", r = "Periodo de tiempo cambiado a {meridiem}", s = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: m,
7
- changedFormatNotice: r
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Seleccionar";
3
+ const hours = "Horas";
4
+ const minutes = "Minutos";
5
+ const formatToggler = "Período de tiempo";
6
+ const changedFormatNotice = "Periodo de tiempo cambiado a {meridiem}";
7
+ const es = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- r as changedFormatNotice,
11
- s as default,
12
- m as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ es as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Sélectionner", o = "Heures", i = "Minutes", r = "Période", n = "La période a été définie sur {meridiem}", s = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: r,
7
- changedFormatNotice: n
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Sélectionner";
3
+ const hours = "Heures";
4
+ const minutes = "Minutes";
5
+ const formatToggler = "Période";
6
+ const changedFormatNotice = "La période a été définie sur {meridiem}";
7
+ const fr = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- n as changedFormatNotice,
11
- s as default,
12
- r as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ fr as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Seleziona", o = "Ore", i = "Minuti", n = "Periodo", r = "Periodo indicato in {meridiem}", m = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: n,
7
- changedFormatNotice: r
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Seleziona";
3
+ const hours = "Ore";
4
+ const minutes = "Minuti";
5
+ const formatToggler = "Periodo";
6
+ const changedFormatNotice = "Periodo indicato in {meridiem}";
7
+ const it = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- r as changedFormatNotice,
11
- m as default,
12
- n as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ it as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "選択", o = "時間", i = "分", m = "期間", s = "期間を {meridiem} に変更", c = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: m,
7
- changedFormatNotice: s
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "選択";
3
+ const hours = "時間";
4
+ const minutes = "分";
5
+ const formatToggler = "期間";
6
+ const changedFormatNotice = "期間を {meridiem} に変更";
7
+ const ja = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- s as changedFormatNotice,
11
- c as default,
12
- m as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ ja as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "선택", o = "시", i = "분", m = "시간대", s = "시간대가 {meridiem}로 변경되었습니다", c = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: m,
7
- changedFormatNotice: s
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "선택";
3
+ const hours = "시";
4
+ const minutes = "분";
5
+ const formatToggler = "시간대";
6
+ const changedFormatNotice = "시간대가 {meridiem}로 변경되었습니다";
7
+ const ko = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- s as changedFormatNotice,
11
- c as default,
12
- m as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ ko as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Selecteren", o = "Uur", i = "Minuten", n = "Tijdzone", m = "Tijdzone gewijzigd in {meridiem}", r = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: n,
7
- changedFormatNotice: m
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Selecteren";
3
+ const hours = "Uur";
4
+ const minutes = "Minuten";
5
+ const formatToggler = "Tijdzone";
6
+ const changedFormatNotice = "Tijdzone gewijzigd in {meridiem}";
7
+ const nl = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- m as changedFormatNotice,
11
- r as default,
12
- n as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ nl as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", o = "Wybierz", e = "Godziny", i = "Minuty", n = "Pora dnia", m = "Zmieniono porę dnia na {meridiem}", r = {
2
- title: t,
3
- titleEmpty: o,
4
- hours: e,
5
- minutes: i,
6
- formatToggler: n,
7
- changedFormatNotice: m
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Wybierz";
3
+ const hours = "Godziny";
4
+ const minutes = "Minuty";
5
+ const formatToggler = "Pora dnia";
6
+ const changedFormatNotice = "Zmieniono porę dnia na {meridiem}";
7
+ const pl = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- m as changedFormatNotice,
11
- r as default,
12
- n as formatToggler,
13
- e as hours,
14
- i as minutes,
15
- t as title,
16
- o as titleEmpty
16
+ changedFormatNotice,
17
+ pl as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", o = "Selecionar", e = "Horas", r = "Minutos", i = "Período", a = "Período alterado para {meridiem}", s = {
2
- title: t,
3
- titleEmpty: o,
4
- hours: e,
5
- minutes: r,
6
- formatToggler: i,
7
- changedFormatNotice: a
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Selecionar";
3
+ const hours = "Horas";
4
+ const minutes = "Minutos";
5
+ const formatToggler = "Período";
6
+ const changedFormatNotice = "Período alterado para {meridiem}";
7
+ const pt = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- a as changedFormatNotice,
11
- s as default,
12
- i as formatToggler,
13
- e as hours,
14
- r as minutes,
15
- t as title,
16
- o as titleEmpty
16
+ changedFormatNotice,
17
+ pt as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "Välj", i = "Timmar", o = "Minuter", r = "Tidsperiod", m = "Tidsperiod ändrad till {meridiem}", s = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: i,
5
- minutes: o,
6
- formatToggler: r,
7
- changedFormatNotice: m
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Välj";
3
+ const hours = "Timmar";
4
+ const minutes = "Minuter";
5
+ const formatToggler = "Tidsperiod";
6
+ const changedFormatNotice = "Tidsperiod ändrad till {meridiem}";
7
+ const sv = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- m as changedFormatNotice,
11
- s as default,
12
- r as formatToggler,
13
- i as hours,
14
- o as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ sv as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", a = "Seç", e = "Saat", o = "Dakika", i = "Zaman aralığı", r = "Zaman aralığı {meridiem} olarak değiştirildi", m = {
2
- title: t,
3
- titleEmpty: a,
4
- hours: e,
5
- minutes: o,
6
- formatToggler: i,
7
- changedFormatNotice: r
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Seç";
3
+ const hours = "Saat";
4
+ const minutes = "Dakika";
5
+ const formatToggler = "Zaman aralığı";
6
+ const changedFormatNotice = "Zaman aralığı {meridiem} olarak değiştirildi";
7
+ const tr = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- r as changedFormatNotice,
11
- m as default,
12
- i as formatToggler,
13
- e as hours,
14
- o as minutes,
15
- t as title,
16
- a as titleEmpty
16
+ changedFormatNotice,
17
+ tr as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", i = "Chọn", e = "Giờ", o = "Phút", n = "Thời gian", m = "Thời gian đã đổi thành {meridiem}", s = {
2
- title: t,
3
- titleEmpty: i,
4
- hours: e,
5
- minutes: o,
6
- formatToggler: n,
7
- changedFormatNotice: m
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "Chọn";
3
+ const hours = "Giờ";
4
+ const minutes = "Phút";
5
+ const formatToggler = "Thời gian";
6
+ const changedFormatNotice = "Thời gian đã đổi thành {meridiem}";
7
+ const vi = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- m as changedFormatNotice,
11
- s as default,
12
- n as formatToggler,
13
- e as hours,
14
- o as minutes,
15
- t as title,
16
- i as titleEmpty
16
+ changedFormatNotice,
17
+ vi as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
@@ -1,17 +1,23 @@
1
- const t = "{time} {meridiem}", e = "选择", o = "小时", i = "分钟", m = "时段", s = "时间段已更改为 {meridiem}", c = {
2
- title: t,
3
- titleEmpty: e,
4
- hours: o,
5
- minutes: i,
6
- formatToggler: m,
7
- changedFormatNotice: s
1
+ const title = "{time} {meridiem}";
2
+ const titleEmpty = "选择";
3
+ const hours = "小时";
4
+ const minutes = "分钟";
5
+ const formatToggler = "时段";
6
+ const changedFormatNotice = "时间段已更改为 {meridiem}";
7
+ const zh = {
8
+ title,
9
+ titleEmpty,
10
+ hours,
11
+ minutes,
12
+ formatToggler,
13
+ changedFormatNotice
8
14
  };
9
15
  export {
10
- s as changedFormatNotice,
11
- c as default,
12
- m as formatToggler,
13
- o as hours,
14
- i as minutes,
15
- t as title,
16
- e as titleEmpty
16
+ changedFormatNotice,
17
+ zh as default,
18
+ formatToggler,
19
+ hours,
20
+ minutes,
21
+ title,
22
+ titleEmpty
17
23
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/time-picker",
3
3
  "description": "Semrush TimePicker Component",
4
- "version": "4.52.0",
4
+ "version": "4.52.1",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -14,11 +14,11 @@
14
14
  "types": "./lib/types/index.d.ts"
15
15
  },
16
16
  "dependencies": {
17
- "@semcore/button": "5.43.1",
18
- "@semcore/flex-box": "5.41.2",
19
- "@semcore/input": "4.42.2",
20
- "@semcore/select": "4.52.0",
21
- "@semcore/utils": "4.48.2"
17
+ "@semcore/button": "5.43.2",
18
+ "@semcore/flex-box": "5.41.3",
19
+ "@semcore/input": "4.42.3",
20
+ "@semcore/select": "4.52.1",
21
+ "@semcore/utils": "4.48.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@semcore/core": "^2.17.5",