@seresweb/website-component 2.2.1 → 2.3.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.
Files changed (104) hide show
  1. package/README.md +5 -4
  2. package/dist/_icons-DtBTpiO2.cjs +11 -0
  3. package/dist/_icons-FW35XHO0.js +14 -0
  4. package/dist/_utils-B7LThWoT.js +26 -0
  5. package/dist/_utils-CtkVBTg-.cjs +1 -0
  6. package/dist/cjs/checkbox.cjs +1 -0
  7. package/dist/cjs/col.cjs +1 -0
  8. package/dist/cjs/config-provider.cjs +1 -0
  9. package/dist/cjs/date-picker.cjs +1 -0
  10. package/dist/cjs/date-select.cjs +1 -0
  11. package/dist/cjs/horizontal-viewer.cjs +1 -1
  12. package/dist/cjs/image-indicator.cjs +1 -1
  13. package/dist/cjs/index.cjs +1 -1
  14. package/dist/cjs/input.cjs +1 -1
  15. package/dist/cjs/layz-image.cjs +1 -1
  16. package/dist/cjs/locales.cjs +1 -0
  17. package/dist/cjs/parameter-box.cjs +1 -1
  18. package/dist/cjs/radio.cjs +1 -1
  19. package/dist/cjs/row.cjs +1 -0
  20. package/dist/cjs/select.cjs +1 -0
  21. package/dist/cjs/swiper-normal.cjs +1 -1
  22. package/dist/cjs/swiper-showcase.cjs +1 -1
  23. package/dist/cjs/tab-indicator.cjs +1 -1
  24. package/dist/css/checkbox.css +1 -0
  25. package/dist/css/col.css +1 -0
  26. package/dist/css/date-picker.css +1 -0
  27. package/dist/css/date-select.css +1 -0
  28. package/dist/css/input.css +1 -1
  29. package/dist/css/radio.css +1 -1
  30. package/dist/css/row.css +1 -0
  31. package/dist/css/select.css +1 -0
  32. package/dist/css/swiper-showcase.css +1 -1
  33. package/dist/en-US-BBTWftdk.js +35 -0
  34. package/dist/en-US-UkqgG0fb.cjs +1 -0
  35. package/dist/es/checkbox.mjs +82 -0
  36. package/dist/es/col.mjs +48 -0
  37. package/dist/es/config-provider.mjs +17 -0
  38. package/dist/es/date-picker.mjs +6 -0
  39. package/dist/es/date-select.mjs +113 -0
  40. package/dist/es/horizontal-viewer.mjs +1 -1
  41. package/dist/es/image-indicator.mjs +1 -1
  42. package/dist/es/index.mjs +61 -41
  43. package/dist/es/input.mjs +17 -16
  44. package/dist/es/layz-image.mjs +18 -17
  45. package/dist/es/locales.mjs +41 -0
  46. package/dist/es/parameter-box.mjs +123 -85
  47. package/dist/es/radio.mjs +27 -23
  48. package/dist/es/row.mjs +63 -0
  49. package/dist/es/select.mjs +210 -0
  50. package/dist/es/swiper-normal.mjs +1 -1
  51. package/dist/es/swiper-showcase.mjs +110 -95
  52. package/dist/es/tab-indicator.mjs +65 -79
  53. package/dist/global.d.ts +8 -0
  54. package/dist/index-B-sVxtkA.cjs +1 -0
  55. package/dist/{index-tkvNmWjy.js → index-BPX4w5Vn.js} +113 -106
  56. package/dist/index-Bc4wAl0z.js +644 -0
  57. package/dist/index-CEjz1ubF.cjs +1 -0
  58. package/dist/index.css +1 -1
  59. package/dist/scss/checkbox.scss +155 -0
  60. package/dist/scss/col.scss +16 -0
  61. package/dist/scss/date-picker.scss +226 -0
  62. package/dist/scss/date-select.scss +41 -0
  63. package/dist/scss/index.scss +6 -0
  64. package/dist/scss/input.scss +44 -4
  65. package/dist/scss/radio.scss +6 -6
  66. package/dist/scss/row.scss +10 -0
  67. package/dist/scss/select.scss +210 -0
  68. package/dist/scss/swiper-showcase.scss +54 -17
  69. package/dist/types/components/_icons.d.ts +4 -0
  70. package/dist/types/components/_utils.d.ts +4 -0
  71. package/dist/types/components/checkbox/checkbox.vue.d.ts +24 -0
  72. package/dist/types/components/checkbox/index.d.ts +6 -0
  73. package/dist/types/components/checkbox/type.d.ts +30 -0
  74. package/dist/types/components/col/col.vue.d.ts +21 -0
  75. package/dist/types/components/col/index.d.ts +6 -0
  76. package/dist/types/components/col/type.d.ts +24 -0
  77. package/dist/types/components/config-provider/config-provider.vue.d.ts +20 -0
  78. package/dist/types/components/config-provider/index.d.ts +27 -0
  79. package/dist/types/components/config-provider/type.d.ts +4 -0
  80. package/dist/types/components/date-picker/date-picker.vue.d.ts +16 -0
  81. package/dist/types/components/date-picker/index.d.ts +53 -0
  82. package/dist/types/components/date-picker/type.d.ts +12 -0
  83. package/dist/types/components/date-select/date-select.vue.d.ts +16 -0
  84. package/dist/types/components/date-select/index.d.ts +7 -0
  85. package/dist/types/components/date-select/type.d.ts +16 -0
  86. package/dist/types/components/index.d.ts +8 -0
  87. package/dist/types/components/input/input.vue.d.ts +1 -0
  88. package/dist/types/components/input/type.d.ts +1 -0
  89. package/dist/types/components/locales/ar-SA.d.ts +20 -0
  90. package/dist/types/components/locales/en-US.d.ts +20 -0
  91. package/dist/types/components/locales/index.d.ts +44 -0
  92. package/dist/types/components/radio/radio.vue.d.ts +2 -2
  93. package/dist/types/components/row/index.d.ts +6 -0
  94. package/dist/types/components/row/row.vue.d.ts +23 -0
  95. package/dist/types/components/row/type.d.ts +7 -0
  96. package/dist/types/components/select/index.d.ts +7 -0
  97. package/dist/types/components/select/select.vue.d.ts +48 -0
  98. package/dist/types/components/select/type.d.ts +20 -0
  99. package/dist/types/components/swiper-normal/swiper-normal.vue.d.ts +2 -2
  100. package/dist/types/components/swiper-showcase/type.d.ts +28 -0
  101. package/dist/types/components/swiper-vehicle/swiper-vehicle.vue.d.ts +2 -2
  102. package/dist/types/components/tab-indicator/tab-indicator.vue.d.ts +2 -2
  103. package/package.json +2 -1
  104. package/dist/index-BIPlvoY9.cjs +0 -1
@@ -0,0 +1,113 @@
1
+ import { defineComponent as v, ref as y, computed as C, watch as B, createElementBlock as s, openBlock as m, normalizeClass as c, unref as n, createVNode as V, withCtx as h, createElementVNode as E, toDisplayString as k } from "vue";
2
+ import { d as Y, S as F } from "../index-Bc4wAl0z.js";
3
+ import { P as i } from "../_vars-BV4QQF-p.js";
4
+ import { ScSelect as M } from "./select.mjs";
5
+ const P = { key: 0 }, D = "YYYY-MM-DD", p = /* @__PURE__ */ v({
6
+ name: "ScDateSelect",
7
+ __name: "date-select",
8
+ props: {
9
+ modelValue: { default: null },
10
+ format: { default: D },
11
+ placeholder: { default: "请选择日期" },
12
+ disabled: { type: Boolean, default: !1 },
13
+ dark: { type: Boolean, default: !1 },
14
+ clearable: { type: Boolean, default: !1 },
15
+ minDate: {},
16
+ maxDate: {}
17
+ },
18
+ emits: ["update:modelValue", "change"],
19
+ setup(u, { emit: g }) {
20
+ const r = u, l = g, a = y(r.modelValue ?? null), f = C({
21
+ get: () => {
22
+ if (!a.value) return "";
23
+ const e = Y(a.value);
24
+ return e.isValid() ? e.format(r.format || D) : "";
25
+ },
26
+ set: (e) => {
27
+ if (!e) {
28
+ a.value = null, l("update:modelValue", null), l("change", null);
29
+ return;
30
+ }
31
+ a.value = e, l("update:modelValue", e), l("change", e);
32
+ }
33
+ });
34
+ B(
35
+ () => r.modelValue,
36
+ (e) => {
37
+ a.value = e ?? null;
38
+ }
39
+ );
40
+ const S = (e, t) => {
41
+ a.value = e, l("update:modelValue", e), l("change", e), t();
42
+ }, b = (e) => {
43
+ e === null && (a.value = null, l("update:modelValue", null), l("change", null));
44
+ };
45
+ return (e, t) => (m(), s(
46
+ "div",
47
+ {
48
+ class: c(`${n(i)}-date-select`)
49
+ },
50
+ [
51
+ V(n(M), {
52
+ modelValue: f.value,
53
+ "onUpdate:modelValue": t[1] || (t[1] = (d) => f.value = d),
54
+ placeholder: e.placeholder,
55
+ disabled: e.disabled,
56
+ dark: e.dark,
57
+ clearable: e.clearable,
58
+ onChange: b
59
+ }, {
60
+ selected: h(({ value: d, hasValue: o }) => [
61
+ o ? (m(), s(
62
+ "span",
63
+ P,
64
+ k(d),
65
+ 1
66
+ /* TEXT */
67
+ )) : (m(), s(
68
+ "span",
69
+ {
70
+ key: 1,
71
+ class: c(`${n(i)}-date-select__placeholder`)
72
+ },
73
+ k(e.placeholder),
74
+ 3
75
+ /* TEXT, CLASS */
76
+ ))
77
+ ]),
78
+ default: h(({ close: d }) => [
79
+ E(
80
+ "div",
81
+ {
82
+ class: c(`${n(i)}-date-select__panel`)
83
+ },
84
+ [
85
+ V(n(F), {
86
+ modelValue: a.value,
87
+ "onUpdate:modelValue": t[0] || (t[0] = (o) => a.value = o),
88
+ dark: e.dark,
89
+ format: e.format,
90
+ disabled: e.disabled,
91
+ "min-date": e.minDate,
92
+ "max-date": e.maxDate,
93
+ onChange: (o) => S(o, d)
94
+ }, null, 8, ["modelValue", "dark", "format", "disabled", "min-date", "max-date", "onChange"])
95
+ ],
96
+ 2
97
+ /* CLASS */
98
+ )
99
+ ]),
100
+ _: 1
101
+ /* STABLE */
102
+ }, 8, ["modelValue", "placeholder", "disabled", "dark", "clearable"])
103
+ ],
104
+ 2
105
+ /* CLASS */
106
+ ));
107
+ }
108
+ });
109
+ p.install = (u) => (u.component("ScDateSelect", p), u);
110
+ const N = p;
111
+ export {
112
+ N as ScDateSelect
113
+ };
@@ -1,4 +1,4 @@
1
- import { S as e } from "../index-tkvNmWjy.js";
1
+ import { S as e } from "../index-BPX4w5Vn.js";
2
2
  export {
3
3
  e as ScHorizontalViewer
4
4
  };
@@ -1,4 +1,4 @@
1
- import { a as r } from "../index-tkvNmWjy.js";
1
+ import { a as r } from "../index-BPX4w5Vn.js";
2
2
  export {
3
3
  r as ScImageIndicator
4
4
  };
package/dist/es/index.mjs CHANGED
@@ -1,62 +1,82 @@
1
1
  import { ScAccordionInfoPanel as p } from "./accordion-info-panel.mjs";
2
- import { ScAnimatedNumber as f } from "./animated-number.mjs";
3
- import { ScDrawer as S } from "./drawer.mjs";
4
- import { ScDropdown as l } from "./dropdown.mjs";
5
- import { ScGradualHighlight as d } from "./gradual-highlight.mjs";
6
- import { S as u, a as h, b as w } from "../index-tkvNmWjy.js";
7
- import { ScInput as y } from "./input.mjs";
8
- import { ScLayzImage as g } from "./layz-image.mjs";
9
- import { ScParameterBox as I } from "./parameter-box.mjs";
10
- import { ScRadio as $ } from "./radio.mjs";
11
- import { ScSwiperShowcase as b } from "./swiper-showcase.mjs";
12
- import { ScSwiperVehicle as v } from "./swiper-vehicle.mjs";
13
- import { ScTabIndicator as x } from "./tab-indicator.mjs";
14
- import { ScVideo as N } from "./video.mjs";
15
- const n = "@seresweb/website-component", k = (t = {}) => {
2
+ import { ScAnimatedNumber as a } from "./animated-number.mjs";
3
+ import { ScCheckbox as S } from "./checkbox.mjs";
4
+ import { ScCol as l } from "./col.mjs";
5
+ import { ScConfigProvider as d } from "./config-provider.mjs";
6
+ import { S as u } from "../index-Bc4wAl0z.js";
7
+ import { ScDateSelect as h } from "./date-select.mjs";
8
+ import { ScDrawer as w } from "./drawer.mjs";
9
+ import { ScDropdown as x } from "./dropdown.mjs";
10
+ import { ScGradualHighlight as g } from "./gradual-highlight.mjs";
11
+ import { S as y, a as b, b as v } from "../index-BPX4w5Vn.js";
12
+ import { ScInput as I } from "./input.mjs";
13
+ import { ScLayzImage as P } from "./layz-image.mjs";
14
+ import { ScLocales as $ } from "./locales.mjs";
15
+ import { arSA as no } from "./locales.mjs";
16
+ import { ScParameterBox as C } from "./parameter-box.mjs";
17
+ import { ScRadio as N } from "./radio.mjs";
18
+ import { ScRow as A } from "./row.mjs";
19
+ import { ScSelect as D } from "./select.mjs";
20
+ import { ScSwiperShowcase as z } from "./swiper-showcase.mjs";
21
+ import { ScSwiperVehicle as L } from "./swiper-vehicle.mjs";
22
+ import { ScTabIndicator as R } from "./tab-indicator.mjs";
23
+ import { ScVideo as V } from "./video.mjs";
24
+ import { e as po } from "../en-US-BBTWftdk.js";
25
+ const n = "@seresweb/website-component", so = (t = {}) => {
16
26
  const s = t.prefix || "Sc", o = t.importStyle ?? "css";
17
27
  return {
18
28
  type: "component",
19
- resolve: (i) => {
20
- if (!i.startsWith(s)) return;
21
- const c = i.slice(s.length).replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), a = `${n}/dist/es/${c}`;
29
+ resolve: (m) => {
30
+ if (!m.startsWith(s)) return;
31
+ const c = m.slice(s.length).replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), f = `${n}/dist/es/${c}`;
22
32
  let e;
23
- const m = (r) => {
33
+ const i = (r) => {
24
34
  if (r === "scss") return `${n}/dist/scss/${c}.scss`;
25
35
  if (r === "css") return `${n}/dist/css/${c}.css`;
26
36
  };
27
37
  if (typeof o == "function") {
28
38
  const r = o(c);
29
- r === "css" || r === "scss" ? e = m(r) : r === !0 && (e = m("css"));
30
- } else (o === !0 || o === "css" || o === "scss") && (e = m(o === !0 ? "css" : o));
39
+ r === "css" || r === "scss" ? e = i(r) : r === !0 && (e = i("css"));
40
+ } else (o === !0 || o === "css" || o === "scss") && (e = i(o === !0 ? "css" : o));
31
41
  return {
32
- name: i,
33
- from: a,
42
+ name: m,
43
+ from: f,
34
44
  sideEffects: e ? [e] : void 0
35
45
  };
36
46
  }
37
47
  };
38
- }, P = [p, f, S, l, d, u, h, y, g, I, $, w, b, v, x, N], q = {
39
- install: (t) => (P.forEach((s) => {
48
+ }, k = [p, a, S, l, d, u, h, w, x, g, y, b, I, P, $, C, N, A, D, v, z, L, R, V], co = {
49
+ install: (t) => (k.forEach((s) => {
40
50
  t.use(s);
41
51
  }), t)
42
52
  };
43
53
  export {
44
- k as ComponentsResolver,
54
+ so as ComponentsResolver,
45
55
  p as ScAccordionInfoPanel,
46
- f as ScAnimatedNumber,
47
- S as ScDrawer,
48
- l as ScDropdown,
49
- d as ScGradualHighlight,
50
- u as ScHorizontalViewer,
51
- h as ScImageIndicator,
52
- y as ScInput,
53
- g as ScLayzImage,
54
- I as ScParameterBox,
55
- $ as ScRadio,
56
- w as ScSwiperNormal,
57
- b as ScSwiperShowcase,
58
- v as ScSwiperVehicle,
59
- x as ScTabIndicator,
60
- N as ScVideo,
61
- q as default
56
+ a as ScAnimatedNumber,
57
+ S as ScCheckbox,
58
+ l as ScCol,
59
+ d as ScConfigProvider,
60
+ u as ScDatePicker,
61
+ h as ScDateSelect,
62
+ w as ScDrawer,
63
+ x as ScDropdown,
64
+ g as ScGradualHighlight,
65
+ y as ScHorizontalViewer,
66
+ b as ScImageIndicator,
67
+ I as ScInput,
68
+ P as ScLayzImage,
69
+ $ as ScLocales,
70
+ C as ScParameterBox,
71
+ N as ScRadio,
72
+ A as ScRow,
73
+ D as ScSelect,
74
+ v as ScSwiperNormal,
75
+ z as ScSwiperShowcase,
76
+ L as ScSwiperVehicle,
77
+ R as ScTabIndicator,
78
+ V as ScVideo,
79
+ no as arSA,
80
+ co as default,
81
+ po as enUS
62
82
  };
package/dist/es/input.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { defineComponent as c, createElementBlock as o, openBlock as n, normalizeClass as a, unref as p, createCommentVNode as t, createElementVNode as h, renderSlot as r } from "vue";
2
- import { P as u } from "../_vars-BV4QQF-p.js";
1
+ import { defineComponent as c, createElementBlock as n, openBlock as p, normalizeClass as u, unref as l, createCommentVNode as t, createElementVNode as h, renderSlot as m } from "vue";
2
+ import { P as o } from "../_vars-BV4QQF-p.js";
3
3
  const $ = ["id", "name", "type", "value", "placeholder", "maxlength", "autocomplete"], s = /* @__PURE__ */ c({
4
4
  __name: "input",
5
5
  props: {
@@ -9,26 +9,27 @@ const $ = ["id", "name", "type", "value", "placeholder", "maxlength", "autocompl
9
9
  placeholder: {},
10
10
  maxlength: {},
11
11
  type: { default: "text" },
12
- autocomplete: { default: "off" }
12
+ autocomplete: { default: "off" },
13
+ dark: { type: Boolean, default: !1 }
13
14
  },
14
15
  emits: ["update:modelValue"],
15
- setup(l, { emit: i }) {
16
+ setup(a, { emit: i }) {
16
17
  const d = i;
17
- return (e, m) => (n(), o(
18
+ return (e, r) => (p(), n(
18
19
  "div",
19
20
  {
20
- class: a(`${p(u)}-input`)
21
+ class: u([`${l(o)}-input`, { [`${l(o)}-input--dark`]: e.dark }])
21
22
  },
22
23
  [
23
24
  t(" 前置内容 "),
24
- e.$slots.prefix ? (n(), o(
25
+ e.$slots.prefix ? (p(), n(
25
26
  "span",
26
27
  {
27
28
  key: 0,
28
- class: a(`${p(u)}-input__prefix`)
29
+ class: u(`${l(o)}-input__prefix`)
29
30
  },
30
31
  [
31
- r(e.$slots, "prefix")
32
+ m(e.$slots, "prefix")
32
33
  ],
33
34
  2
34
35
  /* CLASS */
@@ -39,20 +40,20 @@ const $ = ["id", "name", "type", "value", "placeholder", "maxlength", "autocompl
39
40
  name: e.name,
40
41
  type: e.type,
41
42
  value: e.modelValue,
42
- onInput: m[0] || (m[0] = (f) => d("update:modelValue", f.target.value)),
43
+ onInput: r[0] || (r[0] = (f) => d("update:modelValue", f.target.value)),
43
44
  placeholder: e.placeholder,
44
45
  maxlength: e.maxlength,
45
46
  autocomplete: e.autocomplete
46
47
  }, null, 40, $),
47
48
  t(" 后置内容 "),
48
- e.$slots.suffix ? (n(), o(
49
+ e.$slots.suffix ? (p(), n(
49
50
  "span",
50
51
  {
51
52
  key: 1,
52
- class: a(`${p(u)}-input__suffix`)
53
+ class: u(`${l(o)}-input__suffix`)
53
54
  },
54
55
  [
55
- r(e.$slots, "suffix")
56
+ m(e.$slots, "suffix")
56
57
  ],
57
58
  2
58
59
  /* CLASS */
@@ -63,8 +64,8 @@ const $ = ["id", "name", "type", "value", "placeholder", "maxlength", "autocompl
63
64
  ));
64
65
  }
65
66
  });
66
- s.install = (l) => (l.component("ScInput", s), l);
67
- const V = s;
67
+ s.install = (a) => (a.component("ScInput", s), a);
68
+ const v = s;
68
69
  export {
69
- V as ScInput
70
+ v as ScInput
70
71
  };
@@ -1,5 +1,6 @@
1
- import { defineComponent as m, computed as l, createElementBlock as i, openBlock as u, normalizeClass as a, createElementVNode as t, normalizeStyle as d } from "vue";
2
- const p = ["srcset"], g = ["srcset"], S = ["srcset"], h = ["src", "alt"], r = /* @__PURE__ */ m({
1
+ import { defineComponent as i, computed as l, createElementBlock as u, openBlock as d, normalizeClass as a, createElementVNode as r, normalizeStyle as p } from "vue";
2
+ import { P as o } from "../_vars-BV4QQF-p.js";
3
+ const g = ["srcset"], S = ["srcset"], h = ["srcset"], y = ["src", "alt"], t = /* @__PURE__ */ i({
3
4
  __name: "layz-image",
4
5
  props: {
5
6
  src: {},
@@ -12,40 +13,40 @@ const p = ["srcset"], g = ["srcset"], S = ["srcset"], h = ["src", "alt"], r = /*
12
13
  style: {}
13
14
  },
14
15
  setup(e) {
15
- const c = e, n = l(() => ["sc-img", c.imgClass]), o = l(() => ["sc-picture", c.class]);
16
- return (s, y) => (u(), i(
16
+ const c = e, n = l(() => [`${o}-img`, c.imgClass]), m = l(() => [`${o}-picture`, c.class]);
17
+ return (s, z) => (d(), u(
17
18
  "picture",
18
19
  {
19
- class: a(o.value)
20
+ class: a(m.value)
20
21
  },
21
22
  [
22
- t("source", {
23
+ r("source", {
23
24
  srcset: s.lSrcset || s.src,
24
25
  media: "(min-width: 1921px)"
25
- }, null, 8, p),
26
- t("source", {
26
+ }, null, 8, g),
27
+ r("source", {
27
28
  srcset: s.mSrcset || s.src,
28
29
  media: "(min-width: 768px)"
29
- }, null, 8, g),
30
- t("source", {
30
+ }, null, 8, S),
31
+ r("source", {
31
32
  srcset: s.sSrcset || s.src,
32
33
  media: "(max-width: 767px)"
33
- }, null, 8, S),
34
- t("img", {
34
+ }, null, 8, h),
35
+ r("img", {
35
36
  src: s.src,
36
37
  alt: s.alt,
37
38
  class: a(n.value),
38
- style: d(s.style),
39
+ style: p(s.style),
39
40
  loading: "lazy"
40
- }, null, 14, h)
41
+ }, null, 14, y)
41
42
  ],
42
43
  2
43
44
  /* CLASS */
44
45
  ));
45
46
  }
46
47
  });
47
- r.install = (e) => (e.component("ScLayzImage", r), e);
48
- const C = r;
48
+ t.install = (e) => (e.component("ScLayzImage", t), e);
49
+ const f = t;
49
50
  export {
50
- C as ScLayzImage
51
+ f as ScLayzImage
51
52
  };
@@ -0,0 +1,41 @@
1
+ import { e } from "../en-US-BBTWftdk.js";
2
+ const t = {
3
+ datePicker: {
4
+ months: [
5
+ "يناير",
6
+ "فبراير",
7
+ "مارس",
8
+ "أبريل",
9
+ "مايو",
10
+ "يونيو",
11
+ "يوليو",
12
+ "أغسطس",
13
+ "سبتمبر",
14
+ "أكتوبر",
15
+ "نوفمبر",
16
+ "ديسمبر"
17
+ ],
18
+ weekdays: ["الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"],
19
+ today: "اليوم",
20
+ clear: "مسح",
21
+ confirm: "تأكيد",
22
+ cancel: "إلغاء",
23
+ selectDate: "اختر التاريخ",
24
+ selectTime: "اختر الوقت",
25
+ selectDateTime: "اختر التاريخ والوقت",
26
+ year: "سنة",
27
+ month: "شهر",
28
+ startDate: "تاريخ البدء",
29
+ endDate: "تاريخ الانتهاء",
30
+ startTime: "وقت البدء",
31
+ endTime: "وقت الانتهاء"
32
+ }
33
+ }, c = {
34
+ enUS: e,
35
+ arSA: t
36
+ };
37
+ export {
38
+ c as ScLocales,
39
+ t as arSA,
40
+ e as enUS
41
+ };