@das-fed/ui 7.1.0-qatar.1 → 7.1.0-qatar.2

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 (171) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/area-phone-select/index.js +129 -118
  3. package/packages/business-components/area-phone-select/index.js.gz +0 -0
  4. package/packages/business-components/area-phone-select/style.css +1 -1
  5. package/packages/business-components/area-phone-select/style.css.gz +0 -0
  6. package/packages/business-components/area-phone-select/theme/base.d.ts +10 -0
  7. package/packages/business-components/payment/index.js +266 -277
  8. package/packages/business-components/payment/index.js.gz +0 -0
  9. package/packages/business-components/payment/style.css +1 -1
  10. package/packages/business-components/payment/style.css.gz +0 -0
  11. package/packages/components/audio-video/index.js +111 -108
  12. package/packages/components/audio-video/index.js.gz +0 -0
  13. package/packages/components/audio-video/style.css +1 -1
  14. package/packages/components/breadcrumb/index.js +45 -44
  15. package/packages/components/breadcrumb/index.js.gz +0 -0
  16. package/packages/components/button/index.js +205 -206
  17. package/packages/components/button/index.js.gz +0 -0
  18. package/packages/components/button/style.css +1 -1
  19. package/packages/components/button/style.css.gz +0 -0
  20. package/packages/components/button/theme/index.d.ts +5 -7
  21. package/packages/components/calendar/index.js +98 -97
  22. package/packages/components/calendar/index.js.gz +0 -0
  23. package/packages/components/calendar/style.css +1 -1
  24. package/packages/components/calendar/style.css.gz +0 -0
  25. package/packages/components/cascader/index.js +131 -116
  26. package/packages/components/cascader/index.js.gz +0 -0
  27. package/packages/components/cascader/style.css +1 -1
  28. package/packages/components/cascader/style.css.gz +0 -0
  29. package/packages/components/cascader/theme/base.d.ts +7 -0
  30. package/packages/components/checkbox/index.js +155 -153
  31. package/packages/components/checkbox/index.js.gz +0 -0
  32. package/packages/components/checkbox/style.css +1 -1
  33. package/packages/components/checkbox/style.css.gz +0 -0
  34. package/packages/components/checkbox/theme/index.d.ts +5 -4
  35. package/packages/components/color-picker/index.js +90 -83
  36. package/packages/components/color-picker/index.js.gz +0 -0
  37. package/packages/components/color-picker/style.css +1 -1
  38. package/packages/components/color-picker/style.css.gz +0 -0
  39. package/packages/components/color-picker/theme/index.d.ts +7 -0
  40. package/packages/components/custom-search-item/index.js +18 -25
  41. package/packages/components/custom-search-item/index.js.gz +0 -0
  42. package/packages/components/date-picker/index.js +353 -344
  43. package/packages/components/date-picker/index.js.gz +0 -0
  44. package/packages/components/date-picker/style.css +1 -1
  45. package/packages/components/date-picker/style.css.gz +0 -0
  46. package/packages/components/date-picker/theme/base.d.ts +4 -0
  47. package/packages/components/image-upload/index.js +187 -183
  48. package/packages/components/image-upload/index.js.gz +0 -0
  49. package/packages/components/image-upload/style.css +1 -1
  50. package/packages/components/image-upload/style.css.gz +0 -0
  51. package/packages/components/image-upload/theme/index.d.ts +9 -0
  52. package/packages/components/image-viewer/index.js +481 -477
  53. package/packages/components/image-viewer/index.js.gz +0 -0
  54. package/packages/components/image-viewer/style.css +1 -1
  55. package/packages/components/image-viewer/style.css.gz +0 -0
  56. package/packages/components/image-viewer/theme/index.d.ts +9 -0
  57. package/packages/components/input/index.js +142 -140
  58. package/packages/components/input/index.js.gz +0 -0
  59. package/packages/components/input/style.css +1 -1
  60. package/packages/components/input/style.css.gz +0 -0
  61. package/packages/components/input/theme/base.d.ts +1 -0
  62. package/packages/components/input-dialog-select/index.js +84 -87
  63. package/packages/components/input-dialog-select/index.js.gz +0 -0
  64. package/packages/components/input-dialog-select/style.css +1 -1
  65. package/packages/components/input-dialog-select/style.css.gz +0 -0
  66. package/packages/components/input-dialog-select/theme/index.d.ts +0 -4
  67. package/packages/components/input-number/index.js +115 -113
  68. package/packages/components/input-number/index.js.gz +0 -0
  69. package/packages/components/input-number/style.css +1 -1
  70. package/packages/components/input-number/style.css.gz +0 -0
  71. package/packages/components/input-number/theme/index.d.ts +1 -0
  72. package/packages/components/map/index.js +243 -241
  73. package/packages/components/map/index.js.gz +0 -0
  74. package/packages/components/map/style.css +1 -1
  75. package/packages/components/map/style.css.gz +0 -0
  76. package/packages/components/notification/index.js +27 -26
  77. package/packages/components/notification/index.js.gz +0 -0
  78. package/packages/components/notification/style.css +1 -1
  79. package/packages/components/notification/style.css.gz +0 -0
  80. package/packages/components/pagination/index.js +176 -153
  81. package/packages/components/pagination/index.js.gz +0 -0
  82. package/packages/components/pagination/style.css +1 -1
  83. package/packages/components/pagination/style.css.gz +0 -0
  84. package/packages/components/pagination/theme/index.d.ts +8 -0
  85. package/packages/components/radio/index.js +143 -144
  86. package/packages/components/radio/index.js.gz +0 -0
  87. package/packages/components/radio/style.css +1 -1
  88. package/packages/components/radio/style.css.gz +0 -0
  89. package/packages/components/radio/theme/index.d.ts +2 -4
  90. package/packages/components/radio-tabs/index.js +63 -60
  91. package/packages/components/radio-tabs/index.js.gz +0 -0
  92. package/packages/components/radio-tabs/style.css +1 -1
  93. package/packages/components/radio-tabs/style.css.gz +0 -0
  94. package/packages/components/search/index.js +73 -70
  95. package/packages/components/search/index.js.gz +0 -0
  96. package/packages/components/search/style.css +1 -1
  97. package/packages/components/search/style.css.gz +0 -0
  98. package/packages/components/search/theme/index.d.ts +2 -0
  99. package/packages/components/search-form/index.js +582 -584
  100. package/packages/components/search-form/index.js.gz +0 -0
  101. package/packages/components/search-form/style.css +1 -1
  102. package/packages/components/search-form/style.css.gz +0 -0
  103. package/packages/components/search-form/theme/index.d.ts +1 -4
  104. package/packages/components/select/index.js +324 -311
  105. package/packages/components/select/index.js.gz +0 -0
  106. package/packages/components/select/style.css +1 -1
  107. package/packages/components/select/style.css.gz +0 -0
  108. package/packages/components/select/theme/base.d.ts +6 -0
  109. package/packages/components/select-list/index.js +230 -229
  110. package/packages/components/select-list/index.js.gz +0 -0
  111. package/packages/components/special-range-picker-month/index.js +198 -189
  112. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  113. package/packages/components/special-range-picker-month/src/hooks/use-error.d.ts +5 -6
  114. package/packages/components/special-range-picker-month/style.css +1 -1
  115. package/packages/components/special-range-picker-month/style.css.gz +0 -0
  116. package/packages/components/special-range-picker-month/theme/index.d.ts +21 -34
  117. package/packages/components/special-range-picker-year/index.js +259 -250
  118. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  119. package/packages/components/special-range-picker-year/src/hooks/use-error.d.ts +5 -6
  120. package/packages/components/special-range-picker-year/style.css +1 -1
  121. package/packages/components/special-range-picker-year/style.css.gz +0 -0
  122. package/packages/components/special-range-picker-year/theme/index.d.ts +21 -34
  123. package/packages/components/split-panel/index.js +161 -163
  124. package/packages/components/split-panel/index.js.gz +0 -0
  125. package/packages/components/switch/index.js +41 -32
  126. package/packages/components/switch/index.js.gz +0 -0
  127. package/packages/components/switch/style.css +1 -1
  128. package/packages/components/switch/style.css.gz +0 -0
  129. package/packages/components/switch/theme/base.d.ts +2 -0
  130. package/packages/components/table/index.js +1463 -1453
  131. package/packages/components/table/index.js.gz +0 -0
  132. package/packages/components/table/style.css +1 -1
  133. package/packages/components/table/style.css.gz +0 -0
  134. package/packages/components/table/theme/index.d.ts +9 -0
  135. package/packages/components/tabs/index.js +174 -167
  136. package/packages/components/tabs/index.js.gz +0 -0
  137. package/packages/components/tabs/style.css +1 -1
  138. package/packages/components/tabs/style.css.gz +0 -0
  139. package/packages/components/tabs/theme/base.d.ts +6 -0
  140. package/packages/components/tree/index.js +1341 -1330
  141. package/packages/components/tree/index.js.gz +0 -0
  142. package/packages/components/tree/src/App.vue.d.ts +12 -4
  143. package/packages/components/tree/style.css +1 -1
  144. package/packages/components/tree/style.css.gz +0 -0
  145. package/packages/components/tree/theme/base.d.ts +10 -0
  146. package/packages/components/tree-select/index.js +241 -239
  147. package/packages/components/tree-select/index.js.gz +0 -0
  148. package/packages/components/tree-select/style.css +1 -1
  149. package/packages/components/tree-select/style.css.gz +0 -0
  150. package/packages/components/tree-select/theme/base.d.ts +1 -0
  151. package/packages/components/tree-table/index.js +191 -187
  152. package/packages/components/tree-table/index.js.gz +0 -0
  153. package/packages/components/tree-table/style.css +1 -1
  154. package/packages/components/tree-table/style.css.gz +0 -0
  155. package/packages/components/tree-table/theme/base.d.ts +3 -0
  156. package/packages/components/tree-v2/index.js +1743 -1732
  157. package/packages/components/tree-v2/index.js.gz +0 -0
  158. package/packages/components/tree-v2/style.css +1 -1
  159. package/packages/components/tree-v2/style.css.gz +0 -0
  160. package/packages/components/tree-v2/theme/base.d.ts +10 -0
  161. package/packages/components/upload/index.js +127 -121
  162. package/packages/components/upload/index.js.gz +0 -0
  163. package/packages/components/upload/style.css +1 -1
  164. package/packages/components/upload/style.css.gz +0 -0
  165. package/packages/components/upload/theme/index.d.ts +8 -9
  166. package/packages/components/virtual-tree/index.js +98 -71
  167. package/packages/components/virtual-tree/index.js.gz +0 -0
  168. package/packages/components/virtual-tree/style.css +1 -1
  169. package/packages/components/virtual-tree/style.css.gz +0 -0
  170. package/packages/components/virtual-tree/theme/base.d.ts +26 -0
  171. package/packages/components/custom-search-item/theme/index.d.ts +0 -7
@@ -1,29 +1,29 @@
1
1
  import '@das-fed/ui/packages/components/checkbox/style.css';
2
- import { defineComponent as Y, computed as m, reactive as Z, toRefs as _, watchEffect as ee, watch as ae, useSlots as le, ref as J, onMounted as oe, createElementBlock as u, openBlock as o, createBlock as R, createCommentVNode as c, unref as i, mergeProps as P, isRef as U, withCtx as E, withDirectives as y, normalizeStyle as g, renderSlot as W, normalizeClass as n, Fragment as w, renderList as C, createTextVNode as M, toDisplayString as p, createVNode as A, createElementVNode as se } from "vue";
3
- import { withInstall as te } from "@das-fed/utils/with-install/index";
4
- import { CheckboxGroup as ue } from "ant-design-vue/es";
2
+ import { defineComponent as Z, computed as y, reactive as _, toRefs as ee, watchEffect as ae, watch as le, useSlots as oe, ref as K, onMounted as se, createElementBlock as u, openBlock as o, createBlock as F, createCommentVNode as c, unref as r, mergeProps as U, isRef as A, withCtx as W, withDirectives as x, normalizeStyle as g, renderSlot as M, normalizeClass as b, Fragment as C, renderList as $, createTextVNode as N, toDisplayString as v, createVNode as j, createElementVNode as te } from "vue";
3
+ import { withInstall as ue } from "@das-fed/utils/with-install/index";
4
+ import { CheckboxGroup as re } from "ant-design-vue/es";
5
5
  import "ant-design-vue/es/checkbox/style/css";
6
- import { Checkbox as j } from "ant-design-vue";
7
- import { DasAutoRegisterIcon as ie, DasIcon as G } from "@das-fed/ui/packages/components/icon/index";
8
- import { vDasTooltip as x } from "@das-fed/ui/packages/components/text-tooltip/index";
9
- import { useModelValue as H } from "@das-fed/utils/vue";
10
- import { setThemeRule as re } from "@das-fed/web/packages/theme/index";
11
- const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick", "onBlur", "tabindex"], fe = {
6
+ import { Checkbox as G } from "ant-design-vue";
7
+ import { DasAutoRegisterIcon as ie, DasIcon as H } from "@das-fed/ui/packages/components/icon/index";
8
+ import { vDasTooltip as T } from "@das-fed/ui/packages/components/text-tooltip/index";
9
+ import { useModelValue as J } from "@das-fed/utils/vue";
10
+ import { getVar as n, setGlobalThemeRule as de, setThemeRule as ce } from "@das-fed/web/packages/theme/index";
11
+ const ne = { class: "das-ui-checkbox" }, be = { class: "label" }, fe = ["onClick", "onBlur", "tabindex"], he = {
12
12
  key: 0,
13
13
  class: "square-select-icon"
14
- }, be = {
14
+ }, pe = {
15
15
  key: 1,
16
16
  class: "empty-text"
17
- }, he = ["onClick", "tabindex"], pe = {
17
+ }, ve = ["onClick", "tabindex"], ke = {
18
18
  key: 6,
19
19
  class: "das-checkbox-error-label-content"
20
- }, ve = {
20
+ }, me = {
21
21
  key: 0,
22
22
  class: "das-input-error-label"
23
- }, ke = {
23
+ }, ye = {
24
24
  key: 7,
25
25
  class: "das-checkbox-overlay-error-label-content"
26
- }, me = { class: "label" }, ye = /* @__PURE__ */ Y({
26
+ }, xe = { class: "label" }, ge = /* @__PURE__ */ Z({
27
27
  __name: "Index",
28
28
  props: {
29
29
  modelValue: { default: null },
@@ -50,24 +50,24 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
50
50
  noSetDefaultVal: { type: Boolean, default: !1 }
51
51
  },
52
52
  emits: ["change", "update:modelValue", "update:indeterminate"],
53
- setup(T, { emit: B }) {
53
+ setup(V, { emit: B }) {
54
54
  ie({
55
55
  select: import("@das-fed/ui/packages/icons/select")
56
56
  });
57
- const s = T, $ = m(() => s.noSetDefaultVal ? "" : "-"), D = Z({
57
+ const s = V, S = y(() => s.noSetDefaultVal ? "" : "-"), z = _({
58
58
  checkboxValue: null,
59
59
  isFocus: !1,
60
60
  checkboxLayout: "",
61
61
  checkboxIndeterminate: !1
62
62
  });
63
- let { checkboxValue: t, isFocus: F, checkboxIndeterminate: v } = _(D);
64
- const S = s.layout, k = B;
65
- ee(() => {
66
- t.value = s.modelValue, v.value = s.indeterminate, s.checkboxType == "default" && s.optionType == "default" && s.modelValue && (v.value = !1);
67
- }), ae(t, (e) => {
68
- k("update:modelValue", e);
63
+ let { checkboxValue: t, isFocus: D, checkboxIndeterminate: k } = ee(z);
64
+ const I = s.layout, m = B;
65
+ ae(() => {
66
+ t.value = s.modelValue, k.value = s.indeterminate, s.checkboxType == "default" && s.optionType == "default" && s.modelValue && (k.value = !1);
67
+ }), le(t, (e) => {
68
+ m("update:modelValue", e);
69
69
  });
70
- const f = H(s, "defaultProps"), V = H(s, "options"), b = m(() => V.value.length ? V.value.map((e) => {
70
+ const f = J(s, "defaultProps"), w = J(s, "options"), h = y(() => w.value.length ? w.value.map((e) => {
71
71
  var l;
72
72
  return {
73
73
  value: e[f.value.value],
@@ -77,84 +77,84 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
77
77
  checked: (l = s.modelValue) == null ? void 0 : l.includes(e[f.value.value]),
78
78
  mutual: e.mutual
79
79
  };
80
- }) : []), N = () => {
81
- v && (v.value = !1, k("update:indeterminate", v.value), k("update:modelValue", t.value)), k("change", t.value);
82
- }, K = s.disabled, Q = b.value.some((e) => !!e.mutual), z = (e, l) => {
83
- if (!K)
80
+ }) : []), O = () => {
81
+ k && (k.value = !1, m("update:indeterminate", k.value), m("update:modelValue", t.value)), m("change", t.value);
82
+ }, Q = s.disabled, X = h.value.some((e) => !!e.mutual), R = (e, l) => {
83
+ if (!Q)
84
84
  if (e == "group") {
85
85
  if (l.disabled) return;
86
- Q ? l.mutual ? (b.value.forEach((r) => {
87
- r.checked = !1;
88
- }), l.checked = !0) : (l.checked = !l.checked, b.value.forEach((r) => {
89
- r.mutual && (r.checked = !b.value.some((a) => a.checked));
90
- })) : l.checked = !l.checked, l.isFocus = !0, t.value = b.value.filter((r) => r.checked).map((r) => r.value), k("change", t.value);
86
+ X ? l.mutual ? (h.value.forEach((i) => {
87
+ i.checked = !1;
88
+ }), l.checked = !0) : (l.checked = !l.checked, h.value.forEach((i) => {
89
+ i.mutual && (i.checked = !h.value.some((a) => a.checked));
90
+ })) : l.checked = !l.checked, l.isFocus = !0, t.value = h.value.filter((i) => i.checked).map((i) => i.value), m("change", t.value);
91
91
  } else
92
- t.value = !t.value, F.value = !0, k("change", t.value);
93
- }, I = m(() => {
94
- var e, l, r;
92
+ t.value = !t.value, D.value = !0, m("change", t.value);
93
+ }, L = y(() => {
94
+ var e, l, i;
95
95
  if (!s.isView) return [];
96
- if ((!((e = V.value) != null && e.length) || !((l = t.value) != null && l.length)) && s.checkboxType == "group") return [];
96
+ if ((!((e = w.value) != null && e.length) || !((l = t.value) != null && l.length)) && s.checkboxType == "group") return [];
97
97
  if (s.checkboxType == "group")
98
- return V.value.filter((a) => {
98
+ return w.value.filter((a) => {
99
99
  if (t.value.includes(a[f.value.value]))
100
100
  return a;
101
101
  });
102
102
  {
103
103
  if (!t.value) return [];
104
- const a = le();
104
+ const a = oe();
105
105
  let d = null;
106
- return a && a.default && ((r = a.default()) == null ? void 0 : r.length) == 0 && (d = a.default()[0].children), [
106
+ return a && a.default && ((i = a.default()) == null ? void 0 : i.length) == 0 && (d = a.default()[0].children), [
107
107
  {
108
108
  value: t.value,
109
109
  label: d
110
110
  }
111
111
  ];
112
112
  }
113
- }), O = (e, l) => {
114
- e == "group" ? l.isFocus = !1 : F.value = !1;
115
- }, X = m(() => s.maxWidth ? s.maxWidth : s.width), h = m(() => {
116
- let e = `${Number(String(X.value).split("px")[0])}`;
113
+ }), P = (e, l) => {
114
+ e == "group" ? l.isFocus = !1 : D.value = !1;
115
+ }, Y = y(() => s.maxWidth ? s.maxWidth : s.width), p = y(() => {
116
+ let e = `${Number(String(Y.value).split("px")[0])}`;
117
117
  if (s.maxWidth)
118
118
  return `max-width:${e}px`;
119
119
  if (s.width)
120
120
  return Number(e) > 72 && s.maxWidth ? `width:${e};max-width:${e}px;` : `width:${e}px`;
121
- }), L = J(null);
122
- return oe(() => {
121
+ }), E = K(null);
122
+ return se(() => {
123
123
  setTimeout(() => {
124
- var l, r;
125
- const e = (r = (l = L.value) == null ? void 0 : l.$el) == null ? void 0 : r.querySelectorAll(".ant-checkbox-input");
124
+ var l, i;
125
+ const e = (i = (l = E.value) == null ? void 0 : l.$el) == null ? void 0 : i.querySelectorAll(".ant-checkbox-input");
126
126
  e && e.length && e.forEach((a) => a.setAttribute("tabindex", "-1"));
127
127
  }, 1e3);
128
128
  }), (e, l) => {
129
- const r = ue;
130
- return o(), u("div", de, [
131
- e.checkboxType == "default" && e.optionType == "default" && !e.isView ? (o(), R(i(j), P({
129
+ const i = re;
130
+ return o(), u("div", ne, [
131
+ e.checkboxType == "default" && e.optionType == "default" && !e.isView ? (o(), F(r(G), U({
132
132
  key: 0,
133
133
  ref_key: "checkboxRef",
134
- ref: L,
135
- checked: i(t),
136
- "onUpdate:checked": l[0] || (l[0] = (a) => U(t) ? t.value = a : t = a),
134
+ ref: E,
135
+ checked: r(t),
136
+ "onUpdate:checked": l[0] || (l[0] = (a) => A(t) ? t.value = a : t = a),
137
137
  disabled: e.disabled
138
138
  }, e.$attrs, {
139
139
  optionType: e.optionType,
140
- indeterminate: i(v),
141
- onChange: N,
140
+ indeterminate: r(k),
141
+ onChange: O,
142
142
  class: [e.size, { nolabel: Object.keys(e.$slots).length == 0 }]
143
143
  }), {
144
- default: E(() => [
145
- y((o(), u(
144
+ default: W(() => [
145
+ x((o(), u(
146
146
  "div",
147
147
  {
148
148
  class: "label",
149
- style: g([h.value, { color: "#666" }])
149
+ style: g(p.value)
150
150
  },
151
151
  [
152
- W(e.$slots, "default", {}, void 0, !0)
152
+ M(e.$slots, "default", {}, void 0, !0)
153
153
  ],
154
154
  4
155
155
  /* STYLE */
156
156
  )), [
157
- [i(x)]
157
+ [r(T)]
158
158
  ])
159
159
  ]),
160
160
  _: 3
@@ -164,62 +164,62 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
164
164
  "div",
165
165
  {
166
166
  key: 1,
167
- class: n([
167
+ class: b([
168
168
  "das-ui-checkbox-square",
169
169
  e.size,
170
170
  {
171
171
  "das-ui-checkbox-square--disabled": e.disabled,
172
- "das-ui-checkbox-square--checked": !!i(t),
173
- "das-ui-checkbox-square--focus": i(F),
174
- "ellipsis-square-checkbox": !!h.value
172
+ "das-ui-checkbox-square--checked": !!r(t),
173
+ "das-ui-checkbox-square--focus": r(D),
174
+ "ellipsis-square-checkbox": !!p.value
175
175
  }
176
176
  ]),
177
177
  tabindex: "0",
178
- onClick: l[1] || (l[1] = (a) => z("default", "")),
179
- onBlur: l[2] || (l[2] = (a) => O("default", "")),
180
- style: g(h.value)
178
+ onClick: l[1] || (l[1] = (a) => R("default", "")),
179
+ onBlur: l[2] || (l[2] = (a) => P("default", "")),
180
+ style: g(p.value)
181
181
  },
182
182
  [
183
- y((o(), u("div", ce, [
184
- W(e.$slots, "default", {}, void 0, !0)
183
+ x((o(), u("div", be, [
184
+ M(e.$slots, "default", {}, void 0, !0)
185
185
  ])), [
186
- [i(x)]
186
+ [r(T)]
187
187
  ])
188
188
  ],
189
189
  38
190
190
  /* CLASS, STYLE, NEED_HYDRATION */
191
191
  )) : c("v-if", !0),
192
- e.checkboxType == "group" && e.optionType == "default" && !e.isView ? (o(), R(r, P({
192
+ e.checkboxType == "group" && e.optionType == "default" && !e.isView ? (o(), F(i, U({
193
193
  key: 2,
194
194
  ref_key: "checkboxRef",
195
- ref: L
195
+ ref: E
196
196
  }, e.$attrs, {
197
- class: [e.size, { "das-ui-checkbox-vertical": i(S) == "vertical" }],
198
- value: i(t),
199
- "onUpdate:value": l[3] || (l[3] = (a) => U(t) ? t.value = a : t = a),
197
+ class: [e.size, { "das-ui-checkbox-vertical": r(I) == "vertical" }],
198
+ value: r(t),
199
+ "onUpdate:value": l[3] || (l[3] = (a) => A(t) ? t.value = a : t = a),
200
200
  name: e.name,
201
- onChange: N
201
+ onChange: O
202
202
  }), {
203
- default: E(() => [
203
+ default: W(() => [
204
204
  (o(!0), u(
205
- w,
205
+ C,
206
206
  null,
207
- C(b.value, (a, d) => (o(), R(i(j), {
207
+ $(h.value, (a, d) => (o(), F(r(G), {
208
208
  key: d,
209
209
  value: a.value,
210
210
  "onUpdate:value": (q) => a.value = q,
211
211
  disabled: a.disabled || e.disabled
212
212
  }, {
213
- default: E(() => [
214
- y((o(), u(
213
+ default: W(() => [
214
+ x((o(), u(
215
215
  "div",
216
216
  {
217
- class: n(["label", { "label-min-width": !!h.value }]),
218
- style: g([h.value, { color: "#666" }])
217
+ class: b(["label", { "label-min-width": !!p.value }]),
218
+ style: g(p.value)
219
219
  },
220
220
  [
221
- M(
222
- p(a.label),
221
+ N(
222
+ v(a.label),
223
223
  1
224
224
  /* TEXT */
225
225
  )
@@ -227,7 +227,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
227
227
  6
228
228
  /* CLASS, STYLE */
229
229
  )), [
230
- [i(x)]
230
+ [r(T)]
231
231
  ])
232
232
  ]),
233
233
  _: 2
@@ -244,46 +244,46 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
244
244
  "div",
245
245
  {
246
246
  key: 3,
247
- class: n(["das-ui-checkbox-square-group", [e.size, { "das-ui-checkbox-vertical": i(S) == "vertical" }]])
247
+ class: b(["das-ui-checkbox-square-group", [e.size, { "das-ui-checkbox-vertical": r(I) == "vertical" }]])
248
248
  },
249
249
  [
250
250
  (o(!0), u(
251
- w,
251
+ C,
252
252
  null,
253
- C(b.value, (a, d) => (o(), u("div", {
254
- class: n([
253
+ $(h.value, (a, d) => (o(), u("div", {
254
+ class: b([
255
255
  "das-ui-checkbox-square",
256
256
  {
257
257
  "das-ui-checkbox-square--disabled": a.disabled || e.disabled,
258
258
  "das-ui-checkbox-square--checked": a.checked,
259
259
  "das-ui-checkbox-square--focus": a.isFocus,
260
- "ellipsis-square-checkbox": !!h.value
260
+ "ellipsis-square-checkbox": !!p.value
261
261
  }
262
262
  ]),
263
- style: g(h.value),
264
- onClick: (q) => z("group", a),
265
- onBlur: (q) => O("group", a),
263
+ style: g(p.value),
264
+ onClick: (q) => R("group", a),
265
+ onBlur: (q) => P("group", a),
266
266
  tabindex: d,
267
267
  key: d
268
268
  }, [
269
- a.checked ? (o(), u("span", fe, [
270
- A(i(G), {
269
+ a.checked ? (o(), u("span", he, [
270
+ j(r(H), {
271
271
  size: "mini",
272
272
  icon: "select",
273
- iconColor: "#fff",
273
+ iconColor: "var(--das-ui-radio-bgff)",
274
274
  class: "view-icon"
275
275
  })
276
276
  ])) : c("v-if", !0),
277
- y((o(), u("div", null, [
278
- M(
279
- p(a.label),
277
+ x((o(), u("div", null, [
278
+ N(
279
+ v(a.label),
280
280
  1
281
281
  /* TEXT */
282
282
  )
283
283
  ])), [
284
- [i(x)]
284
+ [r(T)]
285
285
  ])
286
- ], 46, ne))),
286
+ ], 46, fe))),
287
287
  128
288
288
  /* KEYED_FRAGMENT */
289
289
  ))
@@ -296,35 +296,35 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
296
296
  "div",
297
297
  {
298
298
  key: 4,
299
- class: n(["das-ui-checkbox-view-group", { "flex-view": I.value.length > 1 }])
299
+ class: b(["das-ui-checkbox-view-group", { "flex-view": L.value.length > 1 }])
300
300
  },
301
301
  [
302
- I.value.length ? (o(!0), u(
303
- w,
302
+ L.value.length ? (o(!0), u(
303
+ C,
304
304
  { key: 0 },
305
- C(I.value, (a, d) => (o(), u(
305
+ $(L.value, (a, d) => (o(), u(
306
306
  "div",
307
307
  {
308
- class: n(["das-checkbox-item-view", a[i(f).label] && "nonelabel-item-view"]),
308
+ class: b(["das-checkbox-item-view", a[r(f).label] && "nonelabel-item-view"]),
309
309
  key: d
310
310
  },
311
311
  [
312
- A(i(G), {
312
+ j(r(H), {
313
313
  size: "mini",
314
314
  icon: "select",
315
- iconColor: "#666",
316
- class: n(["view-icon", { "m-r-5": a[i(f).label] || Object.keys(e.$slots).length > 0 }])
315
+ iconColor: "var(--das-ui-radio-font-body)",
316
+ class: b(["view-icon", { "m-r-5": a[r(f).label] || Object.keys(e.$slots).length > 0 }])
317
317
  }, null, 8, ["class"]),
318
- a[i(f).label] ? y((o(), u(
318
+ a[r(f).label] ? x((o(), u(
319
319
  "div",
320
320
  {
321
321
  key: 0,
322
- class: n(["label", e.size]),
323
- style: g([h.value, { color: "#666" }])
322
+ class: b(["label", e.size]),
323
+ style: g(p.value)
324
324
  },
325
325
  [
326
- M(
327
- p(a[i(f).label]),
326
+ N(
327
+ v(a[r(f).label]),
328
328
  1
329
329
  /* TEXT */
330
330
  )
@@ -332,8 +332,8 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
332
332
  6
333
333
  /* CLASS, STYLE */
334
334
  )), [
335
- [i(x)]
336
- ]) : W(e.$slots, "default", { key: 1 }, void 0, !0)
335
+ [r(T)]
336
+ ]) : M(e.$slots, "default", { key: 1 }, void 0, !0)
337
337
  ],
338
338
  2
339
339
  /* CLASS */
@@ -342,8 +342,8 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
342
342
  /* KEYED_FRAGMENT */
343
343
  )) : (o(), u(
344
344
  "span",
345
- be,
346
- p($.value),
345
+ pe,
346
+ v(S.value),
347
347
  1
348
348
  /* TEXT */
349
349
  ))
@@ -356,24 +356,24 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
356
356
  "div",
357
357
  {
358
358
  key: 5,
359
- class: n(["das-ui-checkbox-square-group das-ui-checkbox-filter-square-group", { "das-ui-checkbox-vertical": i(S) == "vertical" }])
359
+ class: b(["das-ui-checkbox-square-group das-ui-checkbox-filter-square-group", { "das-ui-checkbox-vertical": r(I) == "vertical" }])
360
360
  },
361
361
  [
362
362
  (o(!0), u(
363
- w,
363
+ C,
364
364
  null,
365
- C(b.value, (a, d) => (o(), u("div", {
366
- class: n([
365
+ $(h.value, (a, d) => (o(), u("div", {
366
+ class: b([
367
367
  "das-ui-checkbox-square",
368
368
  {
369
369
  "das-ui-checkbox-square--disabled": a.disabled || e.disabled,
370
370
  "das-ui-checkbox-square--checked": a.checked
371
371
  }
372
372
  ]),
373
- onClick: (q) => z("group", a),
373
+ onClick: (q) => R("group", a),
374
374
  tabindex: d,
375
375
  key: d
376
- }, p(a.label), 11, he))),
376
+ }, v(a.label), 11, ve))),
377
377
  128
378
378
  /* KEYED_FRAGMENT */
379
379
  ))
@@ -381,20 +381,20 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
381
381
  2
382
382
  /* CLASS */
383
383
  )) : c("v-if", !0),
384
- e.error && e.errorLabel && e.errorMode === "default" ? (o(), u("div", pe, [
384
+ e.error && e.errorLabel && e.errorMode === "default" ? (o(), u("div", ke, [
385
385
  e.error ? (o(), u(
386
386
  "span",
387
- ve,
388
- p(e.errorLabel),
387
+ me,
388
+ v(e.errorLabel),
389
389
  1
390
390
  /* TEXT */
391
391
  )) : c("v-if", !0)
392
392
  ])) : c("v-if", !0),
393
- e.error && e.errorLabel && e.errorMode === "overlay" ? (o(), u("div", ke, [
394
- se(
393
+ e.error && e.errorLabel && e.errorMode === "overlay" ? (o(), u("div", ye, [
394
+ te(
395
395
  "span",
396
- me,
397
- p(e.errorLabel),
396
+ xe,
397
+ v(e.errorLabel),
398
398
  1
399
399
  /* TEXT */
400
400
  )
@@ -402,28 +402,30 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
402
402
  ]);
403
403
  };
404
404
  }
405
- }), ge = (T, B) => {
406
- const s = T.__vccOpts || T;
407
- for (const [$, D] of B)
408
- s[$] = D;
405
+ }), Te = (V, B) => {
406
+ const s = V.__vccOpts || V;
407
+ for (const [S, z] of B)
408
+ s[S] = z;
409
409
  return s;
410
- }, xe = /* @__PURE__ */ ge(ye, [["__scopeId", "data-v-8bd7db79"]]), Te = {
411
- "--demo-alert-bg": {
412
- light: "#fff",
413
- dark: "rgba(255,255,255,.2)"
414
- },
415
- "--das-ui-radio-font-normal": "#212121",
416
- "--das-ui-radio-primary": "#5582F3 ",
417
- "--das-ui-radio-disabled": "#B2B2B2",
418
- "--das-ui-radio-inner-disabled": "#F5F5F5",
419
- "--das-ui-radio-border-normal": "#D9D9D9",
420
- "--das-ui-radio-bgff": "#fff",
421
- "--das-ui-radio-shadow": "rgba(85, 130, 243, 0.1)"
410
+ }, Ve = /* @__PURE__ */ Te(ge, [["__scopeId", "data-v-301a8ec8"]]), we = {
411
+ "--das-ui-radio-font-normal": n("--das-color-text-title"),
412
+ "--das-ui-radio-font-body": n("--das-color-text-body"),
413
+ "--das-ui-radio-primary": n("--das-color-brand-primary"),
414
+ "--das-ui-radio-disabled": n("--das-color-text-caption"),
415
+ "--das-ui-radio-inner-disabled": n("--das-color-bg-disabled"),
416
+ "--das-ui-radio-border-normal": n("--das-color-border-strong"),
417
+ "--das-ui-radio-bgff": n("--das-color-bg-container"),
418
+ "--das-ui-radio-shadow": n("--das-color-brand-primary-shadow"),
419
+ "--das-ui-radio-filter-bgcolor": n("--das-color-bg-container"),
420
+ "--das-ui-checkbox-radius": n("--das-radius-md"),
421
+ "--das-ui-checkbox-inner-radius": n("--das-radius-xs"),
422
+ "--das-ui-checkbox-overlay-error-radius": n("--das-radius-xs")
422
423
  };
423
- re(Te);
424
- const Ie = () => J(null), Le = te(xe);
424
+ de();
425
+ ce(we);
426
+ const Ee = () => K(null), Fe = ue(Ve);
425
427
  export {
426
- Le as DasCheckbox,
427
- Ie as DasCheckboxRef,
428
- Le as default
428
+ Fe as DasCheckbox,
429
+ Ee as DasCheckboxRef,
430
+ Fe as default
429
431
  };
@@ -1 +1 @@
1
- .empty-text[data-v-8bd7db79]{font-size:var(--das-ui-font-size-md);color:var(--das-ui-radio-font-normal)}.das-ui-checkbox[data-v-8bd7db79]{position:relative}.das-ui-checkbox .label[data-v-8bd7db79]{color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .label.label-min-width[data-v-8bd7db79]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square[data-v-8bd7db79]:not(.das-ui-checkbox-square--checked):not(.das-ui-checkbox-square--disabled):hover{border-color:var(--das-ui-radio-primary);color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-8bd7db79]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-primary) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-8bd7db79]{position:relative}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled.das-ui-checkbox-square--checked[data-v-8bd7db79]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-disabled) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .ellipsis-square-checkbox[data-v-8bd7db79]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-checkbox .das-ui-checkbox-square[data-v-8bd7db79]{cursor:pointer;height:32px;width:fit-content;line-height:32px;padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-radio-border-normal);border-radius:2px;color:var(--das-ui-radio-font-normal);font-size:var(--das-ui-font-size-sm);font-weight:500;position:relative}.das-ui-checkbox .das-ui-checkbox-square.ellipsis-square-checkbox[data-v-8bd7db79]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon[data-v-8bd7db79]{position:absolute;bottom:0;right:0;z-index:10;display:flex}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon .view-icon[data-v-8bd7db79]{width:10px!important;height:10px!important}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-8bd7db79]{position:relative}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked .square-checked-icon[data-v-8bd7db79]{position:absolute;bottom:0;right:2px}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--focus[data-v-8bd7db79]{box-shadow:0 0 0 3px var(--das-ui-radio-shadow)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-8bd7db79]:not(.das-ui-checkbox-square--disabled){border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--disabled[data-v-8bd7db79]{color:var(--das-ui-radio-font-normal)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-8bd7db79]{cursor:not-allowed;background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-8bd7db79]:not([class*=" das-ui-checkbox-square--checked"]){color:var(--das-ui-radio-disabled)}.das-ui-checkbox .das-ui-checkbox-square-group.small .das-ui-checkbox-square[data-v-8bd7db79]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square-group.middle .das-ui-checkbox-square[data-v-8bd7db79]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square-group.large .das-ui-checkbox-square[data-v-8bd7db79]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-ui-checkbox-square.small[data-v-8bd7db79]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square.middle[data-v-8bd7db79]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square.large[data-v-8bd7db79]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical[data-v-8bd7db79]{display:flex;flex-direction:column;width:fit-content}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item[data-v-8bd7db79]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-square-group[data-v-8bd7db79]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-8bd7db79]{margin-left:10px}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical[data-v-8bd7db79]{display:flex;flex-direction:column;align-items:flex-start}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-8bd7db79]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-8bd7db79]{height:24px;line-height:24px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square--checked[data-v-8bd7db79]{background-color:var(--das-ui-radio-filter-bgcolor);color:var(--das-ui-radio-primary);border-color:var(--das-ui-radio-primary);box-sizing:border-box}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-8bd7db79]:not(.das-ui-checkbox-square--checked){border-color:transparent}.das-ui-checkbox .das-ui-checkbox-filter-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-8bd7db79]{margin-left:24px}.das-ui-checkbox .das-ui-checkbox-view-group[data-v-8bd7db79]{display:inline-block;position:relative;color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .das-ui-checkbox-view-group .view-icon.m-r-5[data-v-8bd7db79]{margin-right:5px}.das-ui-checkbox .das-ui-checkbox-view-group.flex-view[data-v-8bd7db79],.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view[data-v-8bd7db79]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view.label-min-width[data-v-8bd7db79]{margin-right:4px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label[data-v-8bd7db79]{max-width:72px;margin-right:16px;font-size:var(--das-ui-font-size-sm);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;color:var(--das-ui-radio-font-normal)!important}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.label-min-width[data-v-8bd7db79]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.small[data-v-8bd7db79]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.middle[data-v-8bd7db79]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.large[data-v-8bd7db79]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-checkbox-error-label-content[data-v-8bd7db79]{font-size:12px}html[lang=ar] .das-ui-checkbox .das-checkbox-error-label-content[data-v-8bd7db79],:host-context(html[lang="ar"]) .das-ui-checkbox .das-checkbox-error-label-content[data-v-8bd7db79]{font-size:14px}.das-ui-checkbox .das-checkbox-error-label-content .das-input-success-label[data-v-8bd7db79]{display:block;color:var(--das-ui-input-success-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .das-input-error-label[data-v-8bd7db79]{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .error-label-overflow[data-v-8bd7db79]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-checkbox .das-checkbox-overlay-error-label-content[data-v-8bd7db79]{width:100%;position:absolute;top:100%;left:0;background-color:var(--das-ui-color-overlay-error);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;z-index:99;transition:.2s}.das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-8bd7db79]{font-size:12px;color:var(--das-ui-input-number-overlay-error-color)}html[lang=ar] .das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-8bd7db79],:host-context(html[lang="ar"]) .das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-8bd7db79]{font-size:14px}.das-ui-checkbox .ant-checkbox-wrapper{font-weight:500}.das-ui-checkbox .ant-checkbox-wrapper.nolabel .ant-checkbox+span{display:none}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{box-sizing:border-box;border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{border-color:var(--das-ui-radio-primary);background-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:after{width:3.5px!important;height:8px!important;top:47%!important;left:3px!important;border-width:1.5px}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-border-normal)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--das-ui-radio-primary)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{width:14px!important;height:14px!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{color:var(--das-ui-radio-font-normal);padding-left:5px!important;padding-right:16px!important;font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox+*{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-inner{background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox+*{color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox-inner{border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical{display:flex;flex-direction:column}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item{margin-top:10px}.das-ui-checkbox .ant-checkbox-wrapper{margin-left:0!important}.das-ui-checkbox .ant-checkbox-wrapper.small .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.small .ant-checkbox+span{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.middle .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.middle .ant-checkbox+span{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .ant-checkbox-wrapper.large .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.large .ant-checkbox+span{font-size:var(--das-ui-font-size-lg)}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-inner-disabled)!important}
1
+ .empty-text[data-v-301a8ec8]{font-size:var(--das-ui-font-size-md);color:var(--das-ui-radio-font-normal)}.das-ui-checkbox[data-v-301a8ec8]{position:relative}.das-ui-checkbox .label[data-v-301a8ec8]{color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .label.label-min-width[data-v-301a8ec8]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square[data-v-301a8ec8]:not(.das-ui-checkbox-square--checked):not(.das-ui-checkbox-square--disabled):hover{border-color:var(--das-ui-radio-primary);color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-301a8ec8]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-primary) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-301a8ec8]{position:relative}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .das-ui-checkbox-square.das-ui-checkbox-square--disabled.das-ui-checkbox-square--checked[data-v-301a8ec8]:after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-color:var(--das-ui-radio-disabled) transparent;border-width:0 0 17px 17px;border-style:solid}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-filter-square-group) .ellipsis-square-checkbox[data-v-301a8ec8]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-checkbox .das-ui-checkbox-square[data-v-301a8ec8]{cursor:pointer;height:32px;width:fit-content;line-height:32px;padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-radio-border-normal);border-radius:var(--das-ui-checkbox-radius);color:var(--das-ui-radio-font-normal);font-size:var(--das-ui-font-size-sm);font-weight:500;position:relative}.das-ui-checkbox .das-ui-checkbox-square.ellipsis-square-checkbox[data-v-301a8ec8]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon[data-v-301a8ec8]{position:absolute;bottom:0;right:0;z-index:10;display:flex}.das-ui-checkbox .das-ui-checkbox-square .square-select-icon .view-icon[data-v-301a8ec8]{width:10px!important;height:10px!important}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-301a8ec8]{position:relative}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked .square-checked-icon[data-v-301a8ec8]{position:absolute;bottom:0;right:2px}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--focus[data-v-301a8ec8]{box-shadow:0 0 0 3px var(--das-ui-radio-shadow)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked[data-v-301a8ec8]:not(.das-ui-checkbox-square--disabled){border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--checked.das-ui-checkbox-square--disabled[data-v-301a8ec8]{color:var(--das-ui-radio-font-normal)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-301a8ec8]{cursor:not-allowed;background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .das-ui-checkbox-square.das-ui-checkbox-square--disabled[data-v-301a8ec8]:not([class*=" das-ui-checkbox-square--checked"]){color:var(--das-ui-radio-disabled)}.das-ui-checkbox .das-ui-checkbox-square-group.small .das-ui-checkbox-square[data-v-301a8ec8]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square-group.middle .das-ui-checkbox-square[data-v-301a8ec8]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square-group.large .das-ui-checkbox-square[data-v-301a8ec8]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-ui-checkbox-square.small[data-v-301a8ec8]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-square.middle[data-v-301a8ec8]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-square.large[data-v-301a8ec8]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical[data-v-301a8ec8]{display:flex;flex-direction:column;width:fit-content}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item[data-v-301a8ec8]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-square-group[data-v-301a8ec8]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-301a8ec8]{margin-left:10px}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical[data-v-301a8ec8]{display:flex;flex-direction:column;align-items:flex-start}.das-ui-checkbox .das-ui-checkbox-square-group.das-ui-checkbox-vertical .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-301a8ec8]{margin-top:10px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-301a8ec8]{height:24px;line-height:24px}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square--checked[data-v-301a8ec8]{background-color:var(--das-ui-radio-filter-bgcolor);color:var(--das-ui-radio-primary);border-color:var(--das-ui-radio-primary);box-sizing:border-box}.das-ui-checkbox .das-ui-checkbox-filter-square-group .das-ui-checkbox-square[data-v-301a8ec8]:not(.das-ui-checkbox-square--checked){border-color:transparent}.das-ui-checkbox .das-ui-checkbox-filter-square-group:not(.das-ui-checkbox-vertical) .das-ui-checkbox-square+.das-ui-checkbox-square[data-v-301a8ec8]{margin-left:24px}.das-ui-checkbox .das-ui-checkbox-view-group[data-v-301a8ec8]{display:inline-block;position:relative;color:var(--das-ui-radio-font-normal)!important;font-size:var(--das-ui-font-size-sm)!important}.das-ui-checkbox .das-ui-checkbox-view-group .view-icon.m-r-5[data-v-301a8ec8]{margin-right:5px}.das-ui-checkbox .das-ui-checkbox-view-group.flex-view[data-v-301a8ec8],.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view[data-v-301a8ec8]{display:flex;align-items:center}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view.label-min-width[data-v-301a8ec8]{margin-right:4px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label[data-v-301a8ec8]{max-width:72px;margin-right:16px;font-size:var(--das-ui-font-size-sm);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;color:var(--das-ui-radio-font-normal)!important}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.label-min-width[data-v-301a8ec8]{min-width:72px;margin-left:5px}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.small[data-v-301a8ec8]{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.middle[data-v-301a8ec8]{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .das-ui-checkbox-view-group .das-checkbox-item-view .label.large[data-v-301a8ec8]{font-size:var(--das-ui-font-size-lg)}.das-ui-checkbox .das-checkbox-error-label-content[data-v-301a8ec8]{font-size:12px}html[lang=ar] .das-ui-checkbox .das-checkbox-error-label-content[data-v-301a8ec8],:host-context(html[lang="ar"]) .das-ui-checkbox .das-checkbox-error-label-content[data-v-301a8ec8]{font-size:14px}.das-ui-checkbox .das-checkbox-error-label-content .das-input-success-label[data-v-301a8ec8]{display:block;color:var(--das-ui-input-success-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .das-input-error-label[data-v-301a8ec8]{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-checkbox .das-checkbox-error-label-content .error-label-overflow[data-v-301a8ec8]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-checkbox .das-checkbox-overlay-error-label-content[data-v-301a8ec8]{width:100%;position:absolute;top:100%;left:0;background-color:var(--das-ui-color-overlay-error);box-shadow:0 4px 10px #0003;border-radius:var(--das-ui-checkbox-overlay-error-radius);padding:2px 8px;box-sizing:border-box;z-index:99;transition:.2s}.das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-301a8ec8]{font-size:12px;color:var(--das-ui-input-number-overlay-error-color)}html[lang=ar] .das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-301a8ec8],:host-context(html[lang="ar"]) .das-ui-checkbox .das-checkbox-overlay-error-label-content .label[data-v-301a8ec8]{font-size:14px}.das-ui-checkbox .ant-checkbox-wrapper{font-weight:500}.das-ui-checkbox .ant-checkbox-wrapper.nolabel .ant-checkbox+span{display:none}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{box-sizing:border-box;border-color:var(--das-ui-radio-border-normal);border-radius:var(--das-ui-checkbox-inner-radius)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{border-color:var(--das-ui-radio-primary);background-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:after{width:3.5px!important;height:8px!important;top:47%!important;left:3px!important;border-width:1.5px}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-border-normal)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--das-ui-radio-primary)!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox-inner{width:14px!important;height:14px!important}.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{color:var(--das-ui-radio-font-normal);padding-left:5px!important;padding-right:16px!important;font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox+*{color:var(--das-ui-radio-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-inner{background-color:var(--das-ui-radio-inner-disabled)}.das-ui-checkbox .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:var(--das-ui-radio-border-normal)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox+*{color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-wrapper:not([class*=" ant-checkbox-wrapper-disabled"]):hover .ant-checkbox-inner{border-color:var(--das-ui-radio-primary)}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical{display:flex;flex-direction:column}.das-ui-checkbox .ant-checkbox-group.das-ui-checkbox-vertical .ant-checkbox-group-item+.ant-checkbox-group-item{margin-top:10px}.das-ui-checkbox .ant-checkbox-wrapper{margin-left:0!important}.das-ui-checkbox .ant-checkbox-wrapper.small .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.small .ant-checkbox+span{font-size:var(--das-ui-font-size-sm)}.das-ui-checkbox .ant-checkbox-wrapper.middle .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.middle .ant-checkbox+span{font-size:var(--das-ui-font-size-md)}.das-ui-checkbox .ant-checkbox-wrapper.large .ant-checkbox+span,.das-ui-checkbox .ant-checkbox-group.large .ant-checkbox+span{font-size:var(--das-ui-font-size-lg)}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:var(--das-ui-radio-inner-disabled)!important}
@@ -1,14 +1,15 @@
1
1
  declare const _default: {
2
- '--demo-alert-bg': {
3
- light: string;
4
- dark: string;
5
- };
6
2
  '--das-ui-radio-font-normal': string;
3
+ '--das-ui-radio-font-body': string;
7
4
  '--das-ui-radio-primary': string;
8
5
  '--das-ui-radio-disabled': string;
9
6
  '--das-ui-radio-inner-disabled': string;
10
7
  '--das-ui-radio-border-normal': string;
11
8
  '--das-ui-radio-bgff': string;
12
9
  '--das-ui-radio-shadow': string;
10
+ '--das-ui-radio-filter-bgcolor': string;
11
+ '--das-ui-checkbox-radius': string;
12
+ '--das-ui-checkbox-inner-radius': string;
13
+ '--das-ui-checkbox-overlay-error-radius': string;
13
14
  };
14
15
  export default _default;