@web-utils/component 2.7.7 → 2.7.8

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.
@@ -50,7 +50,7 @@ const d = {
50
50
  name: "FormTemp",
51
51
  mixins: [p],
52
52
  props: {
53
- value: [String, Object, Number, Boolean],
53
+ value: [String, Object, Number, Boolean, Array],
54
54
  uploadBefore: Function,
55
55
  uploadDelete: Function,
56
56
  uploadAfter: Function,
@@ -21,9 +21,9 @@ var c = function() {
21
21
  },
22
22
  expression: "text"
23
23
  }
24
- }, e._l(e.dic, function(n, r) {
24
+ }, e._l(e.dic, function(n, o) {
25
25
  return a(e.componentName, {
26
- key: r,
26
+ key: o,
27
27
  tag: "Component",
28
28
  attrs: {
29
29
  label: n[e.valueKey],
@@ -38,14 +38,14 @@ const u = {
38
38
  name: "FyRadio",
39
39
  mixins: [l, s],
40
40
  props: {
41
- value: [String, Object, Number, Boolean]
41
+ value: [String, Object, Number, Boolean, Array]
42
42
  },
43
43
  data() {
44
44
  return {
45
45
  name: "radio"
46
46
  };
47
47
  }
48
- }, o = {};
48
+ }, r = {};
49
49
  var _ = /* @__PURE__ */ i(
50
50
  u,
51
51
  c,
@@ -57,8 +57,8 @@ var _ = /* @__PURE__ */ i(
57
57
  null
58
58
  );
59
59
  function v(e) {
60
- for (let t in o)
61
- this[t] = o[t];
60
+ for (let t in r)
61
+ this[t] = r[t];
62
62
  }
63
63
  const y = /* @__PURE__ */ function() {
64
64
  return _.exports;
@@ -1,6 +1,6 @@
1
1
  import { p as c, e as l } from "../../chunks/event.43b42228.js";
2
- import { n as o } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
3
- var r = function() {
2
+ import { n as r } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
3
+ var o = function() {
4
4
  var e = this, t = e.$createElement, a = e._self._c || t;
5
5
  return a("ElSwitch", {
6
6
  attrs: {
@@ -35,7 +35,7 @@ const v = {
35
35
  name: "FySwitch",
36
36
  mixins: [c, l],
37
37
  props: {
38
- value: [String, Object, Number, Boolean],
38
+ value: [String, Object, Number, Boolean, Array],
39
39
  activeIconClass: String,
40
40
  inactiveIconClass: String,
41
41
  activeColor: String,
@@ -51,9 +51,9 @@ const v = {
51
51
  }
52
52
  }
53
53
  }, n = {};
54
- var u = /* @__PURE__ */ o(
54
+ var u = /* @__PURE__ */ r(
55
55
  v,
56
- r,
56
+ o,
57
57
  s,
58
58
  !1,
59
59
  _,
@@ -43,7 +43,7 @@ const c = {
43
43
  name: "Search",
44
44
  mixins: [n],
45
45
  props: {
46
- value: [String, Object, Number, Boolean]
46
+ value: [String, Object, Number, Boolean, Array]
47
47
  },
48
48
  computed: {
49
49
  form: {
package/dist/index.es.js CHANGED
@@ -11822,7 +11822,7 @@ const __vue2_script$1Q = {
11822
11822
  name: "FormTemp",
11823
11823
  mixins: [slot],
11824
11824
  props: {
11825
- value: [String, Object, Number, Boolean],
11825
+ value: [String, Object, Number, Boolean, Array],
11826
11826
  uploadBefore: Function,
11827
11827
  uploadDelete: Function,
11828
11828
  uploadAfter: Function,
@@ -24947,7 +24947,7 @@ const FyRadio_vue_vue_type_style_index_0_lang = "", __vue2_script$10 = {
24947
24947
  name: "FyRadio",
24948
24948
  mixins: [props, event],
24949
24949
  props: {
24950
- value: [String, Object, Number, Boolean]
24950
+ value: [String, Object, Number, Boolean, Array]
24951
24951
  },
24952
24952
  data() {
24953
24953
  return {
@@ -25396,7 +25396,7 @@ const __vue2_script$Y = {
25396
25396
  name: "FySwitch",
25397
25397
  mixins: [props, event],
25398
25398
  props: {
25399
- value: [String, Object, Number, Boolean],
25399
+ value: [String, Object, Number, Boolean, Array],
25400
25400
  activeIconClass: String,
25401
25401
  inactiveIconClass: String,
25402
25402
  activeColor: String,
@@ -31304,7 +31304,7 @@ const Search_vue_vue_type_style_index_0_lang = "", __vue2_script$n = {
31304
31304
  name: "Search",
31305
31305
  mixins: [init],
31306
31306
  props: {
31307
- value: [String, Object, Number, Boolean]
31307
+ value: [String, Object, Number, Boolean, Array]
31308
31308
  },
31309
31309
  computed: {
31310
31310
  form: {
@@ -35654,7 +35654,7 @@ function __vue2_injectStyles(t) {
35654
35654
  }
35655
35655
  const Watermark = /* @__PURE__ */ function() {
35656
35656
  return __component__.exports;
35657
- }(), version = "2.7.7";
35657
+ }(), version = "2.7.8";
35658
35658
  function index(t) {
35659
35659
  t.component(AddressInput.name, AddressInput), t.component(Affix.name, Affix), t.component(AsideMenu.name, AsideMenu), t.component(Avatar.name, Avatar), t.component(AwesomeButton.name, AwesomeButton), t.component(CapsuleTab.name, CapsuleTab), t.component(Card.name, Card), t.component(Carousel.name, Carousel), t.component(Chat.name, Chat), t.component(ChunkFileUploader.name, ChunkFileUploader), t.component(ChunkFileUploaderButton.name, ChunkFileUploaderButton), t.component(ChunkFileUploaderDrop.name, ChunkFileUploaderDrop), t.component(ChunkFileUploaderFile.name, ChunkFileUploaderFile), t.component(ChunkFileUploaderFiles.name, ChunkFileUploaderFiles), t.component(ChunkFileUploaderList.name, ChunkFileUploaderList), t.component(ChunkFileUploaderUnSupport.name, ChunkFileUploaderUnSupport), t.component(CodeMirrorEditor.name, CodeMirrorEditor), t.component(ColorPicker.name, ColorPicker), t.component(Column.name, Column), t.component(ColumnDefault.name, ColumnDefault), t.component(ColumnDynamic.name, ColumnDynamic), t.component(ColumnMenu.name, ColumnMenu), t.component(ColumnSlot.name, ColumnSlot), t.component(Comment.name, Comment), t.component(Confirmable.name, Confirmable), t.component(ConfirmButton.name, ConfirmButton), t.component(ContextMenu.name, ContextMenu), t.component(CountUp.name, CountUp), t.component(CustomScrollbar.name, CustomScrollbar), t.component(DataBox.name, DataBox), t.component(DataCard.name, DataCard), t.component(DataCardtext.name, DataCardtext), t.component(DataDisplay.name, DataDisplay), t.component(DataIcons.name, DataIcons), t.component(DataImgtext.name, DataImgtext), t.component(DataOperatext.name, DataOperatext), t.component(DataPanel.name, DataPanel), t.component(DataPay.name, DataPay), t.component(DataPrice.name, DataPrice), t.component(DataProgress.name, DataProgress), t.component(DataRotate.name, DataRotate), t.component(DataTablePicker.name, DataTablePicker), t.component(DataTabs.name, DataTabs), t.component(DialogColumn.name, DialogColumn), t.component(DialogExcel.name, DialogExcel), t.component(DialogFilter.name, DialogFilter), t.component(DialogForm.name, DialogForm), t.component(DynamicTable.name, DynamicTable), t.component(ECharts.name, ECharts), t.component(EditableProgress.name, EditableProgress), t.component(EditableTree.name, EditableTree), t.component(EgdCollapse.name, EgdCollapse), t.component(EgdCollapseItem.name, EgdCollapseItem), t.component(ElementDialog.name, ElementDialog), t.component(EmptyView.name, EmptyView), t.component(ErrorView.name, ErrorView), t.component(FlexColumn.name, FlexColumn), t.component(FlexItem.name, FlexItem), t.component(FlexRow.name, FlexRow), t.component(FlexScroller.name, FlexScroller), t.component(Flow.name, Flow), t.component(FlowNode.name, FlowNode), t.component(FormButton.name, FormButton), t.component(FormCascader.name, FormCascader), t.component(FormCheckboxGroup.name, FormCheckboxGroup), t.component(FormDatePicker.name, FormDatePicker), t.component(FormGroup.name, FormGroup), t.component(FormHolder.name, FormHolder), t.component(FormInput.name, FormInput), t.component(FormInputEmail.name, FormInputEmail), t.component(FormInputIdCard.name, FormInputIdCard), t.component(FormInputNumber.name, FormInputNumber), t.component(FormInputPhoneNumber.name, FormInputPhoneNumber), t.component(FormInputTime.name, FormInputTime), t.component(FormItem.name, FormItem), t.component(FormItemConfigProvider.name, FormItemConfigProvider), t.component(FormItemGroup.name, FormItemGroup), t.component(FormRadioGroup.name, FormRadioGroup), t.component(FormSelect.name, FormSelect), t.component(FormSwitch.name, FormSwitch), t.component(FormTemp.name, FormTemp), t.component(FormTextarea.name, FormTextarea), t.component(FormView.name, FormView), t.component(FyArray.name, FyArray), t.component(FyArticle.name, FyArticle), t.component(FyCascader.name, FyCascader), t.component(FyCheckbox.name, FyCheckbox), t.component(FyCode.name, FyCode), t.component(FyCurd.name, FyCurd), t.component(FyDate.name, FyDate), t.component(FyDialogForm.name, FyDialogForm), t.component(FyDraggable.name, FyDraggable), t.component(FyDynamic.name, FyDynamic), t.component(FyEmpty.name, FyEmpty), t.component(FyForm.name, FyForm), t.component(FyFormDesign.name, FyFormDesign), t.component(FyFormMenu.name, FyFormMenu), t.component(FyInput.name, FyInput), t.component(FyInputColor.name, FyInputColor), t.component(FyInputIcon.name, FyInputIcon), t.component(FyInputMap.name, FyInputMap), t.component(FyInputNumber.name, FyInputNumber), t.component(FyInputTable.name, FyInputTable), t.component(FyInputTree.name, FyInputTree), t.component(FyProgress.name, FyProgress), t.component(FyRadio.name, FyRadio), t.component(FyRate.name, FyRate), t.component(FySelect.name, FySelect), t.component(FySlider.name, FySlider), t.component(FySwitch.name, FySwitch), t.component(FyTabs.name, FyTabs), t.component(FyTime.name, FyTime), t.component(FyTitle.name, FyTitle), t.component(FyTree.name, FyTree), t.component(FyUEditor.name, FyUEditor), t.component(FyUpload.name, FyUpload), t.component(GuideSteps.name, GuideSteps), t.component(HeaderMenu.name, HeaderMenu), t.component(HeaderSearch.name, HeaderSearch), t.component(IconCard.name, IconCard), t.component(IconTemp.name, IconTemp), t.component(IframeWindow.name, IframeWindow), t.component(ImageViewer.name, ImageViewer), t.component(InputNumber.name, InputNumber), t.component(InputNumberRange.name, InputNumberRange), t.component(JSXComponent.name, JSXComponent), t.component(KeepViewAlive.name, KeepViewAlive), t.component(Keyboard.name, Keyboard), t.component(License.name, License), t.component(LoadingView.name, LoadingView), t.component(Login.name, Login), t.component(NameAvatar.name, NameAvatar), t.component(NavBar.name, NavBar), t.component(Notice.name, Notice), t.component(NotImplement.name, NotImplement), t.component(Page.name, Page), t.component(PageableTable.name, PageableTable), t.component(PageableView.name, PageableView), t.component(PageHeader.name, PageHeader), t.component(PageIndex.name, PageIndex), t.component(PageIndexTop.name, PageIndexTop), t.component(PageSkeleton.name, PageSkeleton), t.component(PageSkeletonNew.name, PageSkeletonNew), t.component(PhotoSwipe.name, PhotoSwipe), t.component(Queue.name, Queue), t.component(RecordVideo.name, RecordVideo), t.component(ResizeObserver.name, ResizeObserver), t.component(Search.name, Search), t.component(SearchPopover.name, SearchPopover), t.component(Sign.name, Sign), t.component(SignPanel.name, SignPanel), t.component(Skeleton.name, Skeleton), t.component(SplitPane.name, SplitPane), t.component(Stateful.name, Stateful), t.component(StaticPageableTable.name, StaticPageableTable), t.component(Swiper.name, Swiper), t.component(Tab.name, Tab), t.component(TabItem.name, TabItem), t.component(TableColumn.name, TableColumn), t.component(TablePage.name, TablePage), t.component(TableView.name, TableView), t.component(TagRender.name, TagRender), t.component(TextEllipsis.name, TextEllipsis), t.component(TinymceEditor.name, TinymceEditor), t.component(TinymceWrapper.name, TinymceWrapper), t.component(Toolbar.name, Toolbar), t.component(ToolbarButton.name, ToolbarButton), t.component(Trigger.name, Trigger), t.component(Verify.name, Verify), t.component(VueTagsInput.name, VueTagsInput), t.component(Watermark.name, Watermark);
35660
35660
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
- "version": "2.7.7",
3
+ "version": "2.7.8",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "license": "MIT",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.7.7",
5
+ "version": "2.7.8",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -7458,7 +7458,7 @@
7458
7458
  "name": "value",
7459
7459
  "value": {
7460
7460
  "kind": "expression",
7461
- "type": "string|object|number|boolean"
7461
+ "type": "string|object|number|boolean|array"
7462
7462
  },
7463
7463
  "default": ""
7464
7464
  },
@@ -13404,7 +13404,7 @@
13404
13404
  "name": "value",
13405
13405
  "value": {
13406
13406
  "kind": "expression",
13407
- "type": "string|object|number|boolean"
13407
+ "type": "string|object|number|boolean|array"
13408
13408
  },
13409
13409
  "default": ""
13410
13410
  },
@@ -14949,7 +14949,7 @@
14949
14949
  "name": "value",
14950
14950
  "value": {
14951
14951
  "kind": "expression",
14952
- "type": "string|object|number|boolean"
14952
+ "type": "string|object|number|boolean|array"
14953
14953
  },
14954
14954
  "default": ""
14955
14955
  },
@@ -18232,7 +18232,7 @@
18232
18232
  "name": "value",
18233
18233
  "value": {
18234
18234
  "kind": "expression",
18235
- "type": "string|object|number|boolean"
18235
+ "type": "string|object|number|boolean|array"
18236
18236
  },
18237
18237
  "default": ""
18238
18238
  }