@wimi/ui 0.4.11 → 0.4.12

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.
@@ -1,7 +1,7 @@
1
1
  import { WmStatusCardProps } from './types';
2
2
  type __VLS_Props = WmStatusCardProps;
3
3
  type __VLS_PublicProps = __VLS_Props & {
4
- 'actived'?: any;
4
+ 'actived'?: number | number[];
5
5
  };
6
6
  declare var __VLS_1: {}, __VLS_31: {};
7
7
  type __VLS_Slots = {} & {
@@ -13,12 +13,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
13
13
  auto: (...args: any[]) => void;
14
14
  refresh: (...args: any[]) => void;
15
15
  "status-click": (...args: any[]) => void;
16
- "update:actived": (value: any) => void;
16
+ "update:actived": (value: number | number[]) => void;
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
18
  onAuto?: (...args: any[]) => any;
19
19
  onRefresh?: (...args: any[]) => any;
20
20
  "onStatus-click"?: (...args: any[]) => any;
21
- "onUpdate:actived"?: (value: any) => any;
21
+ "onUpdate:actived"?: (value: number | number[]) => any;
22
22
  }>, {
23
23
  actions: ("auto" | "refresh")[];
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -10,6 +10,6 @@ export type WmStatusCardProps = {
10
10
  class?: HTMLAttributes['class'];
11
11
  items?: Item[];
12
12
  actions?: AcitonsType[];
13
- actived?: string;
13
+ multiple?: boolean;
14
14
  };
15
15
  export {};
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, d as dayjs_minExports, c as commonjsGlobal } from "./index-DXUHGewS.mjs";
1
+ import { g as getDefaultExportFromCjs, r as requireDayjs_min, c as commonjsGlobal } from "./index-aiARKNGM.mjs";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -21,7 +21,7 @@ function _mergeNamespaces(n, m) {
21
21
  var zhCn$2 = { exports: {} };
22
22
  (function(module, exports) {
23
23
  !function(e, _) {
24
- module.exports = _(dayjs_minExports);
24
+ module.exports = _(requireDayjs_min());
25
25
  }(commonjsGlobal, function(e) {
26
26
  function _(e2) {
27
27
  return e2 && "object" == typeof e2 && "default" in e2 ? e2 : { default: e2 };
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, d as dayjs_minExports, c as commonjsGlobal } from "./index-DXUHGewS.mjs";
1
+ import { g as getDefaultExportFromCjs, r as requireDayjs_min, c as commonjsGlobal } from "./index-aiARKNGM.mjs";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -21,7 +21,7 @@ function _mergeNamespaces(n, m) {
21
21
  var zhTw$2 = { exports: {} };
22
22
  (function(module, exports) {
23
23
  !function(_, e) {
24
- module.exports = e(dayjs_minExports);
24
+ module.exports = e(requireDayjs_min());
25
25
  }(commonjsGlobal, function(_) {
26
26
  function e(_2) {
27
27
  return _2 && "object" == typeof _2 && "default" in _2 ? _2 : { default: _2 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wimi/ui",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "A vue library developed with dumi",
5
5
  "scripts": {
6
6
  "build": "vite build && vue-tsc --project ./tsconfig.build.json",