@opendesign-plus-test/components 0.0.1-rc.38 → 0.0.1-rc.39

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.
@@ -6265,7 +6265,7 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
6265
6265
  },
6266
6266
  setup(s) {
6267
6267
  s1((se) => ({
6268
- v6201327d: P.value
6268
+ v1f89553d: P.value
6269
6269
  }));
6270
6270
  const e = s, { t, locale: i, meetingTabs: n, getConfig: r } = yn(), a = Ve(() => i.value === ku.EN), o = le(""), u = le([]), c = le([]), m = le([]), g = le([]), E = le([]), b = le([]), S = le([]), _ = le(Ke.ALL), A = Ve(() => {
6271
6271
  let se = n.value;
@@ -6363,7 +6363,7 @@ const LT = { name: "components-icon-header-menu", render: IT }, OT = { class: "h
6363
6363
  D({
6364
6364
  date: G.value,
6365
6365
  type: _.value
6366
- });
6366
+ }), x(G.value);
6367
6367
  });
6368
6368
  }, Y = (se) => se.replace(/^0+(?=\d)/, ""), j = (se) => {
6369
6369
  new MutationObserver(function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.38",
3
+ "version": "0.0.1-rc.39",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -208,6 +208,7 @@ const changeGroup = () => {
208
208
  date: currentDay.value,
209
209
  type: tabType.value,
210
210
  });
211
+ getDateList(currentDay.value);
211
212
  });
212
213
  };
213
214