@ctzy-web-client/plugin-component-vue 1.0.23 → 1.0.25

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 (131) hide show
  1. package/es/advance-select/advance-operation.mjs +51 -37
  2. package/es/advance-select/advance-option.mjs +167 -97
  3. package/es/advance-select/advance-option.vue_vue_type_style_index_0_scoped_bc8f5626_lang.mjs +7 -0
  4. package/es/advance-select/advance-select.mjs +368 -310
  5. package/es/advance-select/index.mjs +5 -5
  6. package/es/application-slot/breadcrumb-item.mjs +20 -17
  7. package/es/application-slot/header-tools-item.mjs +20 -17
  8. package/es/breadcrumb-select/breadcrumb-select.mjs +134 -112
  9. package/es/contextmenu/contextmenu-item.mjs +19 -15
  10. package/es/contextmenu/contextmenu.mjs +72 -56
  11. package/es/data-form/data-form-item.mjs +48 -30
  12. package/es/data-form/data-form.mjs +213 -166
  13. package/es/data-form/form-components/bwa-date-picker.mjs +51 -39
  14. package/es/data-form/form-components/bwa-date-time-picker.mjs +56 -44
  15. package/es/data-form/form-components/bwa-input-float.mjs +48 -37
  16. package/es/data-form/form-components/bwa-input-integer.mjs +68 -50
  17. package/es/data-form/form-components/bwa-input.mjs +43 -32
  18. package/es/data-form/form-components/bwa-multi-select.mjs +40 -29
  19. package/es/data-form/form-components/bwa-rich-text-tinymce.mjs +554 -218
  20. package/es/data-form/form-components/bwa-rich-text.mjs +404 -316
  21. package/es/data-form/form-components/bwa-select.mjs +84 -70
  22. package/es/data-form/form-components/bwa-textarea.mjs +38 -27
  23. package/es/data-form/form-components/bwa-upload.mjs +172 -148
  24. package/es/data-form/form-components/bwa-user-multi-select.mjs +35 -24
  25. package/es/data-form/form-components/bwa-user-select.mjs +86 -61
  26. package/es/data-table/data-column-view.mjs +146 -115
  27. package/es/data-table/data-table-card.mjs +48 -40
  28. package/es/data-table/data-table-column.mjs +58 -45
  29. package/es/data-table/data-table.mjs +402 -316
  30. package/es/datatable-settings/datatable-settings.mjs +329 -254
  31. package/es/date-range/date-picker.mjs +130 -116
  32. package/es/date-range/date-range.mjs +215 -161
  33. package/es/drag-list/drag-item.mjs +56 -42
  34. package/es/drag-list/drag-list.mjs +60 -47
  35. package/es/dragable/dragable-item.mjs +23 -18
  36. package/es/dragable/dragable-operation.mjs +32 -24
  37. package/es/dragable/dragable.mjs +32 -23
  38. package/es/filter-panel/conditions/date-range-condition.mjs +50 -40
  39. package/es/filter-panel/conditions/department-condition/department-condition.mjs +99 -72
  40. package/es/filter-panel/conditions/department-condition/department-node.mjs +73 -59
  41. package/es/filter-panel/conditions/input-condition.mjs +90 -76
  42. package/es/filter-panel/conditions/multi-user-condition.mjs +67 -57
  43. package/es/filter-panel/conditions/multiple-menu-condition.mjs +54 -35
  44. package/es/filter-panel/conditions/single-menu-condition.mjs +65 -60
  45. package/es/filter-panel/conditions/single-user-condition.mjs +67 -57
  46. package/es/filter-panel/filter-panel-item.mjs +54 -39
  47. package/es/filter-panel/filter-panel.mjs +153 -135
  48. package/es/layout/layout.mjs +85 -78
  49. package/es/menu/menu-item.mjs +67 -52
  50. package/es/menu/menu.mjs +70 -53
  51. package/es/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.mjs +28 -0
  52. package/es/panel/panel.mjs +53 -40
  53. package/es/pct-filter-panel/pct-compents/pct-Input-condition.mjs +74 -63
  54. package/es/pct-filter-panel/pct-compents/pct-date-range-condition.mjs +76 -67
  55. package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition.mjs +406 -178
  56. package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.mjs +153 -138
  57. package/es/pct-filter-panel/pct-filter-panel-item.mjs +55 -40
  58. package/es/pct-filter-panel/pct-filter-panel.mjs +247 -227
  59. package/es/progress/progress-item.mjs +81 -61
  60. package/es/progress/progress.mjs +78 -64
  61. package/es/where-filter-panel/where-filter-panel.mjs +15 -12
  62. package/lib/advance-select/advance-operation.js +50 -36
  63. package/lib/advance-select/advance-option.js +166 -96
  64. package/lib/advance-select/advance-option.vue_vue_type_style_index_0_scoped_bc8f5626_lang.js +12 -0
  65. package/lib/advance-select/advance-select.js +366 -308
  66. package/lib/application-slot/breadcrumb-item.js +19 -16
  67. package/lib/application-slot/header-tools-item.js +19 -16
  68. package/lib/breadcrumb-select/breadcrumb-select.js +133 -111
  69. package/lib/contextmenu/contextmenu-item.js +18 -14
  70. package/lib/contextmenu/contextmenu.js +71 -55
  71. package/lib/data-form/data-form-item.js +47 -29
  72. package/lib/data-form/data-form.js +212 -165
  73. package/lib/data-form/form-components/bwa-date-picker.js +50 -38
  74. package/lib/data-form/form-components/bwa-date-time-picker.js +55 -43
  75. package/lib/data-form/form-components/bwa-input-float.js +47 -36
  76. package/lib/data-form/form-components/bwa-input-integer.js +67 -49
  77. package/lib/data-form/form-components/bwa-input.js +42 -31
  78. package/lib/data-form/form-components/bwa-multi-select.js +39 -28
  79. package/lib/data-form/form-components/bwa-rich-text-tinymce.js +553 -217
  80. package/lib/data-form/form-components/bwa-rich-text.js +403 -315
  81. package/lib/data-form/form-components/bwa-select.js +83 -69
  82. package/lib/data-form/form-components/bwa-textarea.js +37 -26
  83. package/lib/data-form/form-components/bwa-upload.js +171 -147
  84. package/lib/data-form/form-components/bwa-user-multi-select.js +34 -23
  85. package/lib/data-form/form-components/bwa-user-select.js +85 -60
  86. package/lib/data-table/data-column-view.js +146 -115
  87. package/lib/data-table/data-table-card.js +48 -40
  88. package/lib/data-table/data-table-column.js +57 -44
  89. package/lib/data-table/data-table.js +401 -315
  90. package/lib/datatable-settings/datatable-settings.js +328 -253
  91. package/lib/date-range/date-picker.js +129 -115
  92. package/lib/date-range/date-range.js +214 -160
  93. package/lib/drag-list/drag-item.js +55 -41
  94. package/lib/drag-list/drag-list.js +59 -46
  95. package/lib/dragable/dragable-item.js +22 -17
  96. package/lib/dragable/dragable-operation.js +31 -23
  97. package/lib/dragable/dragable.js +31 -22
  98. package/lib/filter-panel/conditions/date-range-condition.js +49 -39
  99. package/lib/filter-panel/conditions/department-condition/department-condition.js +98 -71
  100. package/lib/filter-panel/conditions/department-condition/department-node.js +72 -58
  101. package/lib/filter-panel/conditions/input-condition.js +89 -75
  102. package/lib/filter-panel/conditions/multi-user-condition.js +66 -56
  103. package/lib/filter-panel/conditions/multiple-menu-condition.js +53 -34
  104. package/lib/filter-panel/conditions/single-menu-condition.js +64 -59
  105. package/lib/filter-panel/conditions/single-user-condition.js +66 -56
  106. package/lib/filter-panel/filter-panel-item.js +53 -38
  107. package/lib/filter-panel/filter-panel.js +152 -134
  108. package/lib/layout/layout.js +84 -77
  109. package/lib/menu/menu-item.js +66 -51
  110. package/lib/menu/menu.js +69 -52
  111. package/lib/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js +32 -0
  112. package/lib/panel/panel.js +52 -39
  113. package/lib/pct-filter-panel/pct-compents/pct-Input-condition.js +73 -62
  114. package/lib/pct-filter-panel/pct-compents/pct-date-range-condition.js +75 -66
  115. package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition.js +405 -177
  116. package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.js +152 -137
  117. package/lib/pct-filter-panel/pct-filter-panel-item.js +54 -39
  118. package/lib/pct-filter-panel/pct-filter-panel.js +246 -226
  119. package/lib/progress/progress-item.js +80 -60
  120. package/lib/progress/progress.js +77 -63
  121. package/lib/where-filter-panel/where-filter-panel.js +14 -11
  122. package/package.json +2 -1
  123. package/src/advance-select/advance-option.vue +64 -13
  124. package/src/data-form/form-components/bwa-rich-text-tinymce.vue +1 -1
  125. package/src/datatable-settings/datatable-settings.vue +33 -3
  126. package/src/date-range/date-picker.vue +1 -1
  127. package/src/filter-panel/filter-panel.vue +2 -2
  128. package/src/pct-filter-panel/pct-compents/pct-Input-condition.vue +64 -64
  129. package/src/pct-filter-panel/pct-compents/pct-date-range-condition.vue +61 -61
  130. package/src/pct-filter-panel/pct-compents/pct-multiple-menu-condition.vue +302 -178
  131. package/src/pct-filter-panel/pct-filter-panel.vue +4 -4
@@ -7,72 +7,139 @@ var vue = require('vue');
7
7
  var webBaseClientVue = require('@ctzy-web-client/web-base-client-vue');
8
8
  var eventsHelpers = require('./events-helpers.js');
9
9
  var useAdvanceOption = require('./use-advance-option.js');
10
+ var pinyinPro = require('pinyin-pro');
11
+ require('./advance-option.vue_vue_type_style_index_0_scoped_bc8f5626_lang.js');
10
12
  var _pluginVue_exportHelper = require('../_virtual/_plugin-vue_export-helper.js');
11
13
 
12
- const _sfc_main = {
13
- name: "BwaAdvanceOption",
14
- props: {
15
- label: {
16
- type: [String, Number, Boolean]
17
- },
18
- value: {
19
- type: null
20
- }
21
- },
22
- expose: ["currentLabel"],
23
- setup(props, { expose }) {
24
- const instance = vue.getCurrentInstance();
25
- const ns = webBaseClientVue.useNamespace("advance");
26
- const { handleOptionMouseEnter } = eventsHelpers.useEvent(ns);
27
- const { advanceSelect, currentLabel, itemSelected, showSelectIcon, source } = useAdvanceOption.useAdvanceOption(props);
28
- const show = vue.ref(true);
29
- const clickFlag = vue.ref(true);
30
- const contentText = vue.ref();
31
- expose({ currentLabel });
32
- const filterOptionClick = () => {
33
- advanceSelect.handleOptionSelect(instance.proxy);
34
- };
35
- const isShow = async () => {
36
- const dom = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`);
37
- if (dom) {
38
- const scrollWidth = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`).scrollWidth;
39
- const offsetWidth = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`).offsetWidth;
40
- if (scrollWidth > offsetWidth) {
41
- show.value = false;
42
- } else {
43
- show.value = true;
44
- }
45
- }
46
- };
47
- const listenerClickFunction = () => {
48
- setTimeout(() => {
49
- isShow();
50
- }, 100);
51
- };
52
- return {
53
- show,
54
- ns,
55
- currentLabel,
56
- itemSelected,
57
- showSelectIcon,
58
- filterOptionClick,
59
- handleOptionMouseEnter,
60
- source
61
- };
62
- }
63
- };
14
+ const _sfc_main = {
15
+ name: 'BwaAdvanceOption',
16
+ props: {
17
+ label: {
18
+ type: [String, Number, Boolean],
19
+ },
20
+ value: {
21
+ type: null,
22
+ },
23
+ },
24
+ expose: ['currentLabel'],
25
+ setup(props, { expose }) {
26
+ const instance = vue.getCurrentInstance();
27
+
28
+ const ns = webBaseClientVue.useNamespace('advance');
29
+
30
+ const { handleOptionMouseEnter } = eventsHelpers.useEvent(ns);
31
+
32
+ const { advanceSelect, currentLabel, itemSelected, showSelectIcon, source } =
33
+ useAdvanceOption.useAdvanceOption(props);
34
+
35
+ const show = vue.ref(true);
36
+ const clickFlag = vue.ref(true);
37
+ const showUserName = vue.ref(true);
38
+
39
+ const contentText = vue.ref();
40
+
41
+ expose({ currentLabel });
42
+
43
+ const filterOptionClick = () => {
44
+ advanceSelect.handleOptionSelect(instance.proxy);
45
+ };
46
+
47
+ // 判断是否需要展示tooltip
48
+ const isShow = async () => {
49
+ const dom = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`);
50
+ if (dom) {
51
+ const scrollWidth = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`).scrollWidth;
52
+ const offsetWidth = document.querySelector(`.content-label-${props.value} .bwa-advance-option__content-label`).offsetWidth;
53
+ if (scrollWidth > offsetWidth) {
54
+ show.value = false;
55
+ } else {
56
+ show.value = true;
57
+ }
58
+ }
59
+ };
60
+ const COLOR_POOL = ['#2DC86D', '#19BBFF', '#FFA901'];
61
+ /**
62
+ * 接收完整label,提取姓名首字母(大写)并匹配颜色
63
+ * @param {string} label - 完整label(如:石玉涵(dw_shiyuhan))
64
+ * @returns {object} { firstLetter: 大写首字母, color: 圆点颜色, valid: 是否符合规则 }
65
+ */
66
+ function processLabel(label) {
67
+ // 1. 第一步:拆分label,提取姓名(核心修复点)
68
+ const labelMatch = label.match(/^(.*)\((.*)\)$/);
69
+ if (!labelMatch) {
70
+ return { valid: false, firstLetter: '#', color: COLOR_POOL[0] };
71
+ }
72
+ const [, name] = labelMatch; // 提取纯姓名:如"石玉涵"
73
+ const firstChar = name.charAt(0); // 取姓名第一个字
74
+
75
+ // 2. 第二步:获取首字母(强制大写,彻底解决小写问题)
76
+ let firstLetter = '#';
77
+ if (/^[\u4e00-\u9fa5]$/.test(firstChar)) {
78
+ // 拼音库取首字母 + 手动toUpperCase(无视库版本差异)
79
+ firstLetter = pinyinPro.pinyin(firstChar, { pattern: 'first' }).toUpperCase();
80
+ } else if (/^[a-zA-Z]$/.test(firstChar)) {
81
+ firstLetter = firstChar.toUpperCase();
82
+ }
83
+
84
+ // 3. 第三步:计算颜色(按你指定的规则)
85
+ let color = COLOR_POOL[0];
86
+ if (/^[A-Z]$/.test(firstLetter)) {
87
+ const letterCode = firstLetter.charCodeAt(0) - 'A'.charCodeAt(0);
88
+ color = COLOR_POOL[letterCode % 3];
89
+ }
90
+
91
+ return {
92
+
93
+ firstLetter: firstLetter, // 确保是大写
94
+ color: color
95
+ };
96
+ }
97
+ const listenerClickFunction = () => {
98
+ setTimeout(() => {
99
+ isShow();
100
+ }, 100);
101
+ };
102
+ // onMounted(async () => {
103
+ // if (clickFlag) {
104
+ // document.querySelector('.bwa-advance-select button')?.addEventListener('click', listenerClickFunction)
105
+ // clickFlag.value = false
106
+ // }
107
+ // })
108
+
109
+ // onUnmounted(() => {
110
+ // document.querySelector('.bwa-advance-select button').removeEventListener('click', listenerClickFunction)
111
+ // })
112
+
113
+ return {
114
+ show,
115
+ ns,
116
+ currentLabel,
117
+ showUserName,
118
+ itemSelected,
119
+ showSelectIcon,
120
+ filterOptionClick,
121
+ handleOptionMouseEnter,
122
+ source,
123
+ processLabel
124
+ };
125
+ },
126
+ };
127
+
128
+ const _withScopeId = n => (vue.pushScopeId("data-v-bc8f5626"),n=n(),vue.popScopeId(),n);
129
+ const _hoisted_1 = { style: {"overflow":"hidden","text-overflow":"ellipsis","flex":"3"} };
130
+
64
131
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
65
- const _component_ElCheckbox = vue.resolveComponent("ElCheckbox");
66
132
  const _component_ElTooltip = vue.resolveComponent("ElTooltip");
67
133
  const _component_Select = vue.resolveComponent("Select");
68
134
  const _component_ElIcon = vue.resolveComponent("ElIcon");
69
- return vue.openBlock(), vue.createElementBlock("div", {
70
- class: vue.normalizeClass($setup.ns.b("option")),
71
- onClick: _cache[1] || (_cache[1] = vue.withModifiers((...args) => $setup.filterOptionClick && $setup.filterOptionClick(...args), ["stop"]))
135
+
136
+ return (vue.openBlock(), vue.createElementBlock("div", {
137
+ class: vue.normalizeClass($setup.ns.b('option')),
138
+ onClick: _cache[0] || (_cache[0] = vue.withModifiers((...args) => ($setup.filterOptionClick && $setup.filterOptionClick(...args)), ["stop"]))
72
139
  }, [
73
- vue.createCommentVNode(' @mouseenter="handleOptionMouseEnter" '),
140
+ vue.createCommentVNode(" @mouseenter=\"handleOptionMouseEnter\" "),
74
141
  vue.createElementVNode("div", {
75
- class: vue.normalizeClass(`${$setup.ns.be("option", "content")} content-label-${$props.value}`)
142
+ class: vue.normalizeClass(`${$setup.ns.be('option', 'content')} content-label-${$props.value}`)
76
143
  }, [
77
144
  vue.renderSlot(_ctx.$slots, "default", {}, () => [
78
145
  vue.createVNode(_component_ElTooltip, {
@@ -81,49 +148,52 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
81
148
  disabled: $setup.currentLabel.length < 16
82
149
  }, {
83
150
  content: vue.withCtx(() => [
84
- vue.createTextVNode(vue.toDisplayString($setup.currentLabel), 1)
151
+ vue.createTextVNode(vue.toDisplayString($setup.currentLabel), 1 /* TEXT */)
85
152
  ]),
86
153
  default: vue.withCtx(() => [
87
154
  vue.createElementVNode("div", {
88
- class: vue.normalizeClass($setup.ns.be("option", "content-label")),
155
+ class: vue.normalizeClass($setup.ns.be('option', 'content-label')),
89
156
  ref: "contentText"
90
157
  }, [
91
- $setup.source === "pct" && !$setup.showSelectIcon ? (vue.openBlock(), vue.createBlock(_component_ElCheckbox, {
92
- key: 0,
93
- onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
94
- }, ["prevent"])),
95
- class: vue.normalizeClass($setup.ns.be("filter", "checkbox")),
96
- modelValue: $setup.itemSelected,
97
- style: { "height": "26px" }
98
- }, {
99
- default: vue.withCtx(() => [
100
- vue.createElementVNode("div", {
101
- class: vue.normalizeClass($setup.ns.be("option", "content-label")),
102
- style: { "width": "178px" }
103
- }, vue.toDisplayString($setup.currentLabel), 3)
104
- ]),
105
- _: 1
106
- }, 8, ["class", "modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", {
107
- key: 1,
108
- class: vue.normalizeClass([$setup.ns.be("option", "content-label"), $setup.ns.is("selected", $setup.source === "pct" && $setup.itemSelected && $setup.showSelectIcon)])
109
- }, vue.toDisplayString($setup.currentLabel), 3))
110
- ], 2)
158
+ (!$setup.showUserName)
159
+ ? (vue.openBlock(), vue.createElementBlock("div", {
160
+ key: 0,
161
+ class: vue.normalizeClass($setup.ns.be('option', 'content-label')),
162
+ style: {"width":"178px"}
163
+ }, vue.toDisplayString($setup.currentLabel), 3 /* TEXT, CLASS */))
164
+ : vue.createCommentVNode("v-if", true),
165
+ ($setup.showUserName)
166
+ ? (vue.openBlock(), vue.createElementBlock("div", {
167
+ key: 1,
168
+ class: vue.normalizeClass($setup.ns.be('option', 'content-label')),
169
+ style: {"width":"178px","display":"flex","align-items":"center"}
170
+ }, [
171
+ vue.createElementVNode("div", {
172
+ class: "letter-circle",
173
+ style: vue.normalizeStyle({ backgroundColor: ($setup.processLabel($setup.currentLabel).color) })
174
+ }, vue.toDisplayString($setup.processLabel($setup.currentLabel).firstLetter), 5 /* TEXT, STYLE */),
175
+ vue.createElementVNode("div", _hoisted_1, vue.toDisplayString($setup.currentLabel), 1 /* TEXT */)
176
+ ], 2 /* CLASS */))
177
+ : vue.createCommentVNode("v-if", true)
178
+ ], 2 /* CLASS */)
179
+ ]),
180
+ _: 1 /* STABLE */
181
+ }, 8 /* PROPS */, ["disabled"])
182
+ ], true)
183
+ ], 2 /* CLASS */),
184
+ ($setup.itemSelected )
185
+ ? (vue.openBlock(), vue.createBlock(_component_ElIcon, {
186
+ key: 0,
187
+ class: vue.normalizeClass($setup.ns.be('option', 'selected'))
188
+ }, {
189
+ default: vue.withCtx(() => [
190
+ vue.createVNode(_component_Select)
111
191
  ]),
112
- _: 1
113
- }, 8, ["disabled"])
114
- ])
115
- ], 2),
116
- $setup.itemSelected && $setup.showSelectIcon ? (vue.openBlock(), vue.createBlock(_component_ElIcon, {
117
- key: 0,
118
- class: vue.normalizeClass($setup.ns.be("option", "selected"))
119
- }, {
120
- default: vue.withCtx(() => [
121
- vue.createVNode(_component_Select)
122
- ]),
123
- _: 1
124
- }, 8, ["class"])) : vue.createCommentVNode("v-if", true)
125
- ], 2);
192
+ _: 1 /* STABLE */
193
+ }, 8 /* PROPS */, ["class"]))
194
+ : vue.createCommentVNode("v-if", true)
195
+ ], 2 /* CLASS */))
126
196
  }
127
- var AdvanceOption = /* @__PURE__ */ _pluginVue_exportHelper["default"](_sfc_main, [["render", _sfc_render], ["__file", "advance-option.vue"]]);
197
+ var BwaAdvanceOption = /*#__PURE__*/_pluginVue_exportHelper["default"](_sfc_main, [['render',_sfc_render],['__scopeId',"data-v-bc8f5626"],['__file',"advance-option.vue"]]);
128
198
 
129
- exports["default"] = AdvanceOption;
199
+ exports["default"] = BwaAdvanceOption;
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var styleInject_es = require('../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js');
6
+
7
+ var css_248z = "\n.letter-circle[data-v-bc8f5626] {\r\n\r\n width: 24px;\r\n height: 24px;\r\n border-radius: 50%;\r\n color: #fff;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 14px;\r\n margin-right: 8px;\n}\r\n";
8
+ var stylesheet="\n.letter-circle[data-v-bc8f5626] {\r\n\r\n width: 24px;\r\n height: 24px;\r\n border-radius: 50%;\r\n color: #fff;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 14px;\r\n margin-right: 8px;\n}\r\n";
9
+ styleInject_es["default"](css_248z);
10
+
11
+ exports["default"] = css_248z;
12
+ exports.stylesheet = stylesheet;