@nutui/nutui 4.0.5 → 4.0.6-beta.1

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.
@@ -6,7 +6,7 @@ var __publicField = (obj, key, value) => {
6
6
  };
7
7
  import { ref, onMounted, watch, computed, resolveComponent, openBlock, createBlock, normalizeStyle, withCtx, createElementVNode, normalizeClass, createElementBlock, renderSlot, Fragment, createTextVNode, toDisplayString, createCommentVNode, resolveDynamicComponent, h } from "vue";
8
8
  import { c as createComponent } from "./component-81a4c1d0.js";
9
- import { f as funInterceptor } from "./interceptor-956b24fc.js";
9
+ import { f as funInterceptor } from "./Interceptor-956b24fc.js";
10
10
  import { P as Popup, p as popupProps } from "./index-c55ad69e.js";
11
11
  import Button from "./Button.js";
12
12
  import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
@@ -14,7 +14,7 @@ import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
14
14
  import { CircleClose } from "@nutui/icons-vue";
15
15
  import { P as Popup } from "./index-c55ad69e.js";
16
16
  import Swiper from "./Swiper.js";
17
- import { f as funInterceptor } from "./interceptor-956b24fc.js";
17
+ import { f as funInterceptor } from "./Interceptor-956b24fc.js";
18
18
  import "../locale/lang";
19
19
  import { C as CreateComponent } from "./mountComponent-8b24c346.js";
20
20
  import Overlay from "./Overlay.js";
@@ -6,7 +6,7 @@ var __publicField = (obj, key, value) => {
6
6
  };
7
7
  import { reactive, computed, h, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, resolveDynamicComponent, createCommentVNode, Fragment, renderList, createElementVNode, toDisplayString, createVNode } from "vue";
8
8
  import { c as createComponent } from "./component-81a4c1d0.js";
9
- import { f as funInterceptor } from "./interceptor-956b24fc.js";
9
+ import { f as funInterceptor } from "./Interceptor-956b24fc.js";
10
10
  import Progress from "./Progress.js";
11
11
  import { Photograph, Failure, Loading, Del, Link } from "@nutui/icons-vue";
12
12
  import { _ as _export_sfc } from "./_plugin-vue_export-helper-cc2b3d55.js";
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "NutUI",
5
- "version": "4.0.5",
5
+ "version": "4.0.6-beta.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "tags": [
@@ -1687,7 +1687,7 @@
1687
1687
  {
1688
1688
  "name": "type",
1689
1689
  "default": "`date`",
1690
- "description": "时间类型,可选值 `date`(年月日) `time`(时分秒) `year-month`(年月) `month-day`(月日) `datehour`(年月日时) `hour-minute`(时分)",
1690
+ "description": "时间类型,可选值 `date`(年月日) `time`(时分秒) `year-month`(年月) `month-day`(月日) `datehour`(年月日时) `hour-minute`(时分`v4.0.5`)",
1691
1691
  "value": {
1692
1692
  "type": "string",
1693
1693
  "kind": "expression"