@opendesign-plus-test/components 0.0.1-rc.145 → 0.0.1-rc.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/components.es.js
CHANGED
|
@@ -40535,7 +40535,8 @@ const q6 = { name: "components-icon-tips", render: V6 }, N6 = { class: "o-sig-me
|
|
|
40535
40535
|
P(c(vs), {
|
|
40536
40536
|
modelValue: u.value,
|
|
40537
40537
|
"onUpdate:modelValue": J[1] || (J[1] = (G) => u.value = G),
|
|
40538
|
-
onChange: M
|
|
40538
|
+
onChange: M,
|
|
40539
|
+
placeholder: c(s)("meeting.selectDate")
|
|
40539
40540
|
}, {
|
|
40540
40541
|
default: x(() => [
|
|
40541
40542
|
(y(!0), S(we, null, Ne(D.value, (G) => (y(), he(c(ys), {
|
|
@@ -40545,7 +40546,7 @@ const q6 = { name: "components-icon-tips", render: V6 }, N6 = { class: "o-sig-me
|
|
|
40545
40546
|
}, null, 8, ["value", "label"]))), 128))
|
|
40546
40547
|
]),
|
|
40547
40548
|
_: 1
|
|
40548
|
-
}, 8, ["modelValue"])
|
|
40549
|
+
}, 8, ["modelValue", "placeholder"])
|
|
40549
40550
|
]),
|
|
40550
40551
|
_("div", J6, [
|
|
40551
40552
|
P(c(ua), {
|
|
@@ -179,6 +179,9 @@
|
|
|
179
179
|
.o-sig-meeting-calendar .meeting-card-header .o-tab .o-tab-nav .o-icon svg path {
|
|
180
180
|
fill: currentColor;
|
|
181
181
|
}
|
|
182
|
+
.o-sig-meeting-calendar .meeting-card-header .o-tab .o-tab-nav-list {
|
|
183
|
+
width: fit-content !important;
|
|
184
|
+
}
|
|
182
185
|
.o-sig-meeting-calendar .meeting-card-header .o-tab.hide-icons .o-tab-nav-list .o-icon {
|
|
183
186
|
display: none;
|
|
184
187
|
}
|
|
@@ -301,7 +301,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
301
301
|
createVNode(unref(OSelect), {
|
|
302
302
|
modelValue: selectDate.value,
|
|
303
303
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectDate.value = $event),
|
|
304
|
-
onChange: changeSelect
|
|
304
|
+
onChange: changeSelect,
|
|
305
|
+
placeholder: unref(t)("meeting.selectDate")
|
|
305
306
|
}, {
|
|
306
307
|
default: withCtx(() => [
|
|
307
308
|
(openBlock(true), createElementBlock(Fragment, null, renderList(dateList.value, (date) => {
|
|
@@ -313,7 +314,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
313
314
|
}), 128))
|
|
314
315
|
]),
|
|
315
316
|
_: 1
|
|
316
|
-
}, 8, ["modelValue"])
|
|
317
|
+
}, 8, ["modelValue", "placeholder"])
|
|
317
318
|
]),
|
|
318
319
|
createElementVNode("div", _hoisted_5, [
|
|
319
320
|
createVNode(unref(OTab), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendesign-plus-test/components",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.146",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"vue-dompurify-html": "^3.1.2",
|
|
46
46
|
"vue": "^3.5.13",
|
|
47
47
|
"element-plus": "2.13.1",
|
|
48
|
-
"@opendesign-plus/
|
|
49
|
-
"@opendesign-plus/
|
|
48
|
+
"@opendesign-plus/styles": "0.0.1-rc.2",
|
|
49
|
+
"@opendesign-plus/composables": "0.0.1-rc.10"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@vitejs/plugin-vue": "^5.2.1",
|