iv-npm 1.1.25 → 1.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.1.25",
3
+ "version": "1.1.28",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -24,14 +24,14 @@ declare const _default: import("vue").DefineComponent<{
24
24
  };
25
25
  inputStyle: {
26
26
  type: ObjectConstructor;
27
- required: true;
27
+ required: false;
28
28
  default: () => {
29
29
  width: string;
30
30
  };
31
31
  };
32
32
  isRequired: {
33
33
  type: BooleanConstructor;
34
- required: true;
34
+ required: false;
35
35
  default: boolean;
36
36
  };
37
37
  multiple: {
@@ -39,6 +39,10 @@ declare const _default: import("vue").DefineComponent<{
39
39
  required: false;
40
40
  default: boolean;
41
41
  };
42
+ formItemStyle: {
43
+ type: ObjectConstructor;
44
+ required: false;
45
+ };
42
46
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
47
  [key: string]: any;
44
48
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,14 +68,14 @@ declare const _default: import("vue").DefineComponent<{
64
68
  };
65
69
  inputStyle: {
66
70
  type: ObjectConstructor;
67
- required: true;
71
+ required: false;
68
72
  default: () => {
69
73
  width: string;
70
74
  };
71
75
  };
72
76
  isRequired: {
73
77
  type: BooleanConstructor;
74
- required: true;
78
+ required: false;
75
79
  default: boolean;
76
80
  };
77
81
  multiple: {
@@ -79,12 +83,17 @@ declare const _default: import("vue").DefineComponent<{
79
83
  required: false;
80
84
  default: boolean;
81
85
  };
86
+ formItemStyle: {
87
+ type: ObjectConstructor;
88
+ required: false;
89
+ };
82
90
  }>> & {
83
91
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
84
92
  onChange?: ((...args: any[]) => any) | undefined;
85
93
  }, {
86
94
  fieldNames: any;
87
95
  inputStyle: Record<string, any>;
96
+ isRequired: boolean;
88
97
  multiple: boolean;
89
98
  }>;
90
99
  export default _default;
@@ -26,14 +26,14 @@ declare const _default: import("vue").DefineComponent<{
26
26
  };
27
27
  inputStyle: {
28
28
  type: ObjectConstructor;
29
- required: true;
29
+ required: false;
30
30
  default: () => {
31
31
  width: string;
32
32
  };
33
33
  };
34
34
  isRequired: {
35
35
  type: BooleanConstructor;
36
- required: true;
36
+ required: false;
37
37
  default: boolean;
38
38
  };
39
39
  multiple: {
@@ -41,6 +41,10 @@ declare const _default: import("vue").DefineComponent<{
41
41
  required: false;
42
42
  default: boolean;
43
43
  };
44
+ formItemStyle: {
45
+ type: ObjectConstructor;
46
+ required: false;
47
+ };
44
48
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
49
  [key: string]: any;
46
50
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -68,14 +72,14 @@ declare const _default: import("vue").DefineComponent<{
68
72
  };
69
73
  inputStyle: {
70
74
  type: ObjectConstructor;
71
- required: true;
75
+ required: false;
72
76
  default: () => {
73
77
  width: string;
74
78
  };
75
79
  };
76
80
  isRequired: {
77
81
  type: BooleanConstructor;
78
- required: true;
82
+ required: false;
79
83
  default: boolean;
80
84
  };
81
85
  multiple: {
@@ -83,12 +87,17 @@ declare const _default: import("vue").DefineComponent<{
83
87
  required: false;
84
88
  default: boolean;
85
89
  };
90
+ formItemStyle: {
91
+ type: ObjectConstructor;
92
+ required: false;
93
+ };
86
94
  }>> & {
87
95
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
88
96
  onChange?: ((...args: any[]) => any) | undefined;
89
97
  }, {
90
98
  replaceFields: any;
91
99
  inputStyle: Record<string, any>;
100
+ isRequired: boolean;
92
101
  multiple: boolean;
93
102
  }>;
94
103
  export default _default;
@@ -24,14 +24,14 @@ declare const _default: import("vue").DefineComponent<{
24
24
  };
25
25
  inputStyle: {
26
26
  type: ObjectConstructor;
27
- required: true;
27
+ required: false;
28
28
  default: () => {
29
29
  width: string;
30
30
  };
31
31
  };
32
32
  isRequired: {
33
33
  type: BooleanConstructor;
34
- required: true;
34
+ required: false;
35
35
  default: boolean;
36
36
  };
37
37
  multiple: {
@@ -39,6 +39,10 @@ declare const _default: import("vue").DefineComponent<{
39
39
  required: false;
40
40
  default: boolean;
41
41
  };
42
+ formItemStyle: {
43
+ type: ObjectConstructor;
44
+ required: false;
45
+ };
42
46
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
47
  [key: string]: any;
44
48
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -64,14 +68,14 @@ declare const _default: import("vue").DefineComponent<{
64
68
  };
65
69
  inputStyle: {
66
70
  type: ObjectConstructor;
67
- required: true;
71
+ required: false;
68
72
  default: () => {
69
73
  width: string;
70
74
  };
71
75
  };
72
76
  isRequired: {
73
77
  type: BooleanConstructor;
74
- required: true;
78
+ required: false;
75
79
  default: boolean;
76
80
  };
77
81
  multiple: {
@@ -79,12 +83,17 @@ declare const _default: import("vue").DefineComponent<{
79
83
  required: false;
80
84
  default: boolean;
81
85
  };
86
+ formItemStyle: {
87
+ type: ObjectConstructor;
88
+ required: false;
89
+ };
82
90
  }>> & {
83
91
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
84
92
  onChange?: ((...args: any[]) => any) | undefined;
85
93
  }, {
86
94
  fieldNames: any;
87
95
  inputStyle: Record<string, any>;
96
+ isRequired: boolean;
88
97
  multiple: boolean;
89
98
  }>;
90
99
  export default _default;
@@ -1367,7 +1367,7 @@ var script$6 = /*#__PURE__*/vue.defineComponent({
1367
1367
  },
1368
1368
  inputStyle: {
1369
1369
  type: Object,
1370
- required: true,
1370
+ required: false,
1371
1371
  "default": function _default() {
1372
1372
  return {
1373
1373
  width: "300px"
@@ -1376,13 +1376,17 @@ var script$6 = /*#__PURE__*/vue.defineComponent({
1376
1376
  },
1377
1377
  isRequired: {
1378
1378
  type: Boolean,
1379
- required: true,
1379
+ required: false,
1380
1380
  "default": true
1381
1381
  },
1382
1382
  multiple: {
1383
1383
  type: Boolean,
1384
1384
  required: false,
1385
1385
  "default": false
1386
+ },
1387
+ formItemStyle: {
1388
+ type: Object,
1389
+ required: false
1386
1390
  }
1387
1391
  },
1388
1392
  emits: ["update:value", "change"],
@@ -1475,7 +1479,8 @@ var script$6 = /*#__PURE__*/vue.defineComponent({
1475
1479
  rules: [{
1476
1480
  required: __props.isRequired,
1477
1481
  message: '请选择所属组织'
1478
- }]
1482
+ }],
1483
+ formItemStyle: __props.formItemStyle
1479
1484
  }, {
1480
1485
  label: vue.withCtx(function () {
1481
1486
  return [_hoisted_1$6];
@@ -1511,7 +1516,7 @@ var script$6 = /*#__PURE__*/vue.defineComponent({
1511
1516
 
1512
1517
  }, 8
1513
1518
  /* PROPS */
1514
- , ["rules"]);
1519
+ , ["rules", "formItemStyle"]);
1515
1520
  };
1516
1521
  }
1517
1522
  });
@@ -1736,7 +1741,7 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
1736
1741
  },
1737
1742
  inputStyle: {
1738
1743
  type: Object,
1739
- required: true,
1744
+ required: false,
1740
1745
  "default": function _default() {
1741
1746
  return {
1742
1747
  width: "100%"
@@ -1745,13 +1750,17 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
1745
1750
  },
1746
1751
  isRequired: {
1747
1752
  type: Boolean,
1748
- required: true,
1753
+ required: false,
1749
1754
  "default": true
1750
1755
  },
1751
1756
  multiple: {
1752
1757
  type: Boolean,
1753
1758
  required: false,
1754
1759
  "default": true
1760
+ },
1761
+ formItemStyle: {
1762
+ type: Object,
1763
+ required: false
1755
1764
  }
1756
1765
  },
1757
1766
  emits: ["update:value", "change"],
@@ -1845,7 +1854,8 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
1845
1854
  rules: [{
1846
1855
  required: __props.isRequired,
1847
1856
  message: '请选择所属条线'
1848
- }]
1857
+ }],
1858
+ style: vue.normalizeStyle(__props.formItemStyle)
1849
1859
  }, {
1850
1860
  label: vue.withCtx(function () {
1851
1861
  return [_hoisted_1$4];
@@ -1879,7 +1889,7 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
1879
1889
 
1880
1890
  }, 8
1881
1891
  /* PROPS */
1882
- , ["rules"]);
1892
+ , ["rules", "style"]);
1883
1893
  };
1884
1894
  }
1885
1895
  });
@@ -2114,7 +2124,7 @@ var script$2 = /*#__PURE__*/vue.defineComponent({
2114
2124
  },
2115
2125
  inputStyle: {
2116
2126
  type: Object,
2117
- required: true,
2127
+ required: false,
2118
2128
  "default": function _default() {
2119
2129
  return {
2120
2130
  width: "300px"
@@ -2123,13 +2133,17 @@ var script$2 = /*#__PURE__*/vue.defineComponent({
2123
2133
  },
2124
2134
  isRequired: {
2125
2135
  type: Boolean,
2126
- required: true,
2136
+ required: false,
2127
2137
  "default": true
2128
2138
  },
2129
2139
  multiple: {
2130
2140
  type: Boolean,
2131
2141
  required: false,
2132
2142
  "default": false
2143
+ },
2144
+ formItemStyle: {
2145
+ type: Object,
2146
+ required: false
2133
2147
  }
2134
2148
  },
2135
2149
  emits: ["update:value", "change"],
@@ -2220,7 +2234,8 @@ var script$2 = /*#__PURE__*/vue.defineComponent({
2220
2234
  rules: [{
2221
2235
  required: __props.isRequired,
2222
2236
  message: '请选择岗位'
2223
- }]
2237
+ }],
2238
+ formItemStyle: __props.formItemStyle
2224
2239
  }, {
2225
2240
  label: vue.withCtx(function () {
2226
2241
  return [_hoisted_1$2];
@@ -2255,7 +2270,7 @@ var script$2 = /*#__PURE__*/vue.defineComponent({
2255
2270
 
2256
2271
  }, 8
2257
2272
  /* PROPS */
2258
- , ["rules"]);
2273
+ , ["rules", "formItemStyle"]);
2259
2274
  };
2260
2275
  }
2261
2276
  });
@@ -2626,8 +2641,9 @@ var script = /*#__PURE__*/vue.defineComponent({
2626
2641
  onChange: onSearch,
2627
2642
  "is-required": false,
2628
2643
  "input-style": {
2629
- width: '178px',
2630
- marginRight: '15px'
2644
+ width: '300px',
2645
+ marginRight: '15px',
2646
+ marginBottom: '0'
2631
2647
  }
2632
2648
  }, null, 8
2633
2649
  /* PROPS */
@@ -2642,6 +2658,9 @@ var script = /*#__PURE__*/vue.defineComponent({
2642
2658
  "input-style": {
2643
2659
  width: '170px',
2644
2660
  marginRight: '15px'
2661
+ },
2662
+ "form-item-style": {
2663
+ marginBottom: '0'
2645
2664
  }
2646
2665
  }, null, 8
2647
2666
  /* PROPS */
@@ -2654,7 +2673,8 @@ var script = /*#__PURE__*/vue.defineComponent({
2654
2673
  "is-required": false,
2655
2674
  "input-style": {
2656
2675
  width: '170px',
2657
- marginRight: '15px'
2676
+ marginRight: '15px',
2677
+ marginBottom: '0'
2658
2678
  }
2659
2679
  }, null, 8
2660
2680
  /* PROPS */
@@ -2664,7 +2684,7 @@ var script = /*#__PURE__*/vue.defineComponent({
2664
2684
  return formData.name = $event;
2665
2685
  }),
2666
2686
  style: {
2667
- "width": "300px",
2687
+ "width": "170px",
2668
2688
  "margin-right": "15px"
2669
2689
  },
2670
2690
  "class": "mr-4",
@@ -1363,7 +1363,7 @@ var script$6 = /*#__PURE__*/defineComponent({
1363
1363
  },
1364
1364
  inputStyle: {
1365
1365
  type: Object,
1366
- required: true,
1366
+ required: false,
1367
1367
  "default": function _default() {
1368
1368
  return {
1369
1369
  width: "300px"
@@ -1372,13 +1372,17 @@ var script$6 = /*#__PURE__*/defineComponent({
1372
1372
  },
1373
1373
  isRequired: {
1374
1374
  type: Boolean,
1375
- required: true,
1375
+ required: false,
1376
1376
  "default": true
1377
1377
  },
1378
1378
  multiple: {
1379
1379
  type: Boolean,
1380
1380
  required: false,
1381
1381
  "default": false
1382
+ },
1383
+ formItemStyle: {
1384
+ type: Object,
1385
+ required: false
1382
1386
  }
1383
1387
  },
1384
1388
  emits: ["update:value", "change"],
@@ -1471,7 +1475,8 @@ var script$6 = /*#__PURE__*/defineComponent({
1471
1475
  rules: [{
1472
1476
  required: __props.isRequired,
1473
1477
  message: '请选择所属组织'
1474
- }]
1478
+ }],
1479
+ formItemStyle: __props.formItemStyle
1475
1480
  }, {
1476
1481
  label: withCtx(function () {
1477
1482
  return [_hoisted_1$6];
@@ -1507,7 +1512,7 @@ var script$6 = /*#__PURE__*/defineComponent({
1507
1512
 
1508
1513
  }, 8
1509
1514
  /* PROPS */
1510
- , ["rules"]);
1515
+ , ["rules", "formItemStyle"]);
1511
1516
  };
1512
1517
  }
1513
1518
  });
@@ -1732,7 +1737,7 @@ var script$4 = /*#__PURE__*/defineComponent({
1732
1737
  },
1733
1738
  inputStyle: {
1734
1739
  type: Object,
1735
- required: true,
1740
+ required: false,
1736
1741
  "default": function _default() {
1737
1742
  return {
1738
1743
  width: "100%"
@@ -1741,13 +1746,17 @@ var script$4 = /*#__PURE__*/defineComponent({
1741
1746
  },
1742
1747
  isRequired: {
1743
1748
  type: Boolean,
1744
- required: true,
1749
+ required: false,
1745
1750
  "default": true
1746
1751
  },
1747
1752
  multiple: {
1748
1753
  type: Boolean,
1749
1754
  required: false,
1750
1755
  "default": true
1756
+ },
1757
+ formItemStyle: {
1758
+ type: Object,
1759
+ required: false
1751
1760
  }
1752
1761
  },
1753
1762
  emits: ["update:value", "change"],
@@ -1841,7 +1850,8 @@ var script$4 = /*#__PURE__*/defineComponent({
1841
1850
  rules: [{
1842
1851
  required: __props.isRequired,
1843
1852
  message: '请选择所属条线'
1844
- }]
1853
+ }],
1854
+ style: normalizeStyle(__props.formItemStyle)
1845
1855
  }, {
1846
1856
  label: withCtx(function () {
1847
1857
  return [_hoisted_1$4];
@@ -1875,7 +1885,7 @@ var script$4 = /*#__PURE__*/defineComponent({
1875
1885
 
1876
1886
  }, 8
1877
1887
  /* PROPS */
1878
- , ["rules"]);
1888
+ , ["rules", "style"]);
1879
1889
  };
1880
1890
  }
1881
1891
  });
@@ -2110,7 +2120,7 @@ var script$2 = /*#__PURE__*/defineComponent({
2110
2120
  },
2111
2121
  inputStyle: {
2112
2122
  type: Object,
2113
- required: true,
2123
+ required: false,
2114
2124
  "default": function _default() {
2115
2125
  return {
2116
2126
  width: "300px"
@@ -2119,13 +2129,17 @@ var script$2 = /*#__PURE__*/defineComponent({
2119
2129
  },
2120
2130
  isRequired: {
2121
2131
  type: Boolean,
2122
- required: true,
2132
+ required: false,
2123
2133
  "default": true
2124
2134
  },
2125
2135
  multiple: {
2126
2136
  type: Boolean,
2127
2137
  required: false,
2128
2138
  "default": false
2139
+ },
2140
+ formItemStyle: {
2141
+ type: Object,
2142
+ required: false
2129
2143
  }
2130
2144
  },
2131
2145
  emits: ["update:value", "change"],
@@ -2216,7 +2230,8 @@ var script$2 = /*#__PURE__*/defineComponent({
2216
2230
  rules: [{
2217
2231
  required: __props.isRequired,
2218
2232
  message: '请选择岗位'
2219
- }]
2233
+ }],
2234
+ formItemStyle: __props.formItemStyle
2220
2235
  }, {
2221
2236
  label: withCtx(function () {
2222
2237
  return [_hoisted_1$2];
@@ -2251,7 +2266,7 @@ var script$2 = /*#__PURE__*/defineComponent({
2251
2266
 
2252
2267
  }, 8
2253
2268
  /* PROPS */
2254
- , ["rules"]);
2269
+ , ["rules", "formItemStyle"]);
2255
2270
  };
2256
2271
  }
2257
2272
  });
@@ -2622,8 +2637,9 @@ var script = /*#__PURE__*/defineComponent({
2622
2637
  onChange: onSearch,
2623
2638
  "is-required": false,
2624
2639
  "input-style": {
2625
- width: '178px',
2626
- marginRight: '15px'
2640
+ width: '300px',
2641
+ marginRight: '15px',
2642
+ marginBottom: '0'
2627
2643
  }
2628
2644
  }, null, 8
2629
2645
  /* PROPS */
@@ -2638,6 +2654,9 @@ var script = /*#__PURE__*/defineComponent({
2638
2654
  "input-style": {
2639
2655
  width: '170px',
2640
2656
  marginRight: '15px'
2657
+ },
2658
+ "form-item-style": {
2659
+ marginBottom: '0'
2641
2660
  }
2642
2661
  }, null, 8
2643
2662
  /* PROPS */
@@ -2650,7 +2669,8 @@ var script = /*#__PURE__*/defineComponent({
2650
2669
  "is-required": false,
2651
2670
  "input-style": {
2652
2671
  width: '170px',
2653
- marginRight: '15px'
2672
+ marginRight: '15px',
2673
+ marginBottom: '0'
2654
2674
  }
2655
2675
  }, null, 8
2656
2676
  /* PROPS */
@@ -2660,7 +2680,7 @@ var script = /*#__PURE__*/defineComponent({
2660
2680
  return formData.name = $event;
2661
2681
  }),
2662
2682
  style: {
2663
- "width": "300px",
2683
+ "width": "170px",
2664
2684
  "margin-right": "15px"
2665
2685
  },
2666
2686
  "class": "mr-4",
@@ -1367,7 +1367,7 @@
1367
1367
  },
1368
1368
  inputStyle: {
1369
1369
  type: Object,
1370
- required: true,
1370
+ required: false,
1371
1371
  "default": function _default() {
1372
1372
  return {
1373
1373
  width: "300px"
@@ -1376,13 +1376,17 @@
1376
1376
  },
1377
1377
  isRequired: {
1378
1378
  type: Boolean,
1379
- required: true,
1379
+ required: false,
1380
1380
  "default": true
1381
1381
  },
1382
1382
  multiple: {
1383
1383
  type: Boolean,
1384
1384
  required: false,
1385
1385
  "default": false
1386
+ },
1387
+ formItemStyle: {
1388
+ type: Object,
1389
+ required: false
1386
1390
  }
1387
1391
  },
1388
1392
  emits: ["update:value", "change"],
@@ -1475,7 +1479,8 @@
1475
1479
  rules: [{
1476
1480
  required: __props.isRequired,
1477
1481
  message: '请选择所属组织'
1478
- }]
1482
+ }],
1483
+ formItemStyle: __props.formItemStyle
1479
1484
  }, {
1480
1485
  label: vue.withCtx(function () {
1481
1486
  return [_hoisted_1$6];
@@ -1511,7 +1516,7 @@
1511
1516
 
1512
1517
  }, 8
1513
1518
  /* PROPS */
1514
- , ["rules"]);
1519
+ , ["rules", "formItemStyle"]);
1515
1520
  };
1516
1521
  }
1517
1522
  });
@@ -1736,7 +1741,7 @@
1736
1741
  },
1737
1742
  inputStyle: {
1738
1743
  type: Object,
1739
- required: true,
1744
+ required: false,
1740
1745
  "default": function _default() {
1741
1746
  return {
1742
1747
  width: "100%"
@@ -1745,13 +1750,17 @@
1745
1750
  },
1746
1751
  isRequired: {
1747
1752
  type: Boolean,
1748
- required: true,
1753
+ required: false,
1749
1754
  "default": true
1750
1755
  },
1751
1756
  multiple: {
1752
1757
  type: Boolean,
1753
1758
  required: false,
1754
1759
  "default": true
1760
+ },
1761
+ formItemStyle: {
1762
+ type: Object,
1763
+ required: false
1755
1764
  }
1756
1765
  },
1757
1766
  emits: ["update:value", "change"],
@@ -1845,7 +1854,8 @@
1845
1854
  rules: [{
1846
1855
  required: __props.isRequired,
1847
1856
  message: '请选择所属条线'
1848
- }]
1857
+ }],
1858
+ style: vue.normalizeStyle(__props.formItemStyle)
1849
1859
  }, {
1850
1860
  label: vue.withCtx(function () {
1851
1861
  return [_hoisted_1$4];
@@ -1879,7 +1889,7 @@
1879
1889
 
1880
1890
  }, 8
1881
1891
  /* PROPS */
1882
- , ["rules"]);
1892
+ , ["rules", "style"]);
1883
1893
  };
1884
1894
  }
1885
1895
  });
@@ -2114,7 +2124,7 @@
2114
2124
  },
2115
2125
  inputStyle: {
2116
2126
  type: Object,
2117
- required: true,
2127
+ required: false,
2118
2128
  "default": function _default() {
2119
2129
  return {
2120
2130
  width: "300px"
@@ -2123,13 +2133,17 @@
2123
2133
  },
2124
2134
  isRequired: {
2125
2135
  type: Boolean,
2126
- required: true,
2136
+ required: false,
2127
2137
  "default": true
2128
2138
  },
2129
2139
  multiple: {
2130
2140
  type: Boolean,
2131
2141
  required: false,
2132
2142
  "default": false
2143
+ },
2144
+ formItemStyle: {
2145
+ type: Object,
2146
+ required: false
2133
2147
  }
2134
2148
  },
2135
2149
  emits: ["update:value", "change"],
@@ -2220,7 +2234,8 @@
2220
2234
  rules: [{
2221
2235
  required: __props.isRequired,
2222
2236
  message: '请选择岗位'
2223
- }]
2237
+ }],
2238
+ formItemStyle: __props.formItemStyle
2224
2239
  }, {
2225
2240
  label: vue.withCtx(function () {
2226
2241
  return [_hoisted_1$2];
@@ -2255,7 +2270,7 @@
2255
2270
 
2256
2271
  }, 8
2257
2272
  /* PROPS */
2258
- , ["rules"]);
2273
+ , ["rules", "formItemStyle"]);
2259
2274
  };
2260
2275
  }
2261
2276
  });
@@ -2626,8 +2641,9 @@
2626
2641
  onChange: onSearch,
2627
2642
  "is-required": false,
2628
2643
  "input-style": {
2629
- width: '178px',
2630
- marginRight: '15px'
2644
+ width: '300px',
2645
+ marginRight: '15px',
2646
+ marginBottom: '0'
2631
2647
  }
2632
2648
  }, null, 8
2633
2649
  /* PROPS */
@@ -2642,6 +2658,9 @@
2642
2658
  "input-style": {
2643
2659
  width: '170px',
2644
2660
  marginRight: '15px'
2661
+ },
2662
+ "form-item-style": {
2663
+ marginBottom: '0'
2645
2664
  }
2646
2665
  }, null, 8
2647
2666
  /* PROPS */
@@ -2654,7 +2673,8 @@
2654
2673
  "is-required": false,
2655
2674
  "input-style": {
2656
2675
  width: '170px',
2657
- marginRight: '15px'
2676
+ marginRight: '15px',
2677
+ marginBottom: '0'
2658
2678
  }
2659
2679
  }, null, 8
2660
2680
  /* PROPS */
@@ -2664,7 +2684,7 @@
2664
2684
  return formData.name = $event;
2665
2685
  }),
2666
2686
  style: {
2667
- "width": "300px",
2687
+ "width": "170px",
2668
2688
  "margin-right": "15px"
2669
2689
  },
2670
2690
  "class": "mr-4",
@@ -1 +1 @@
1
- {"version":3,"file":"index.umd.js","sources":["../../shared/dist/utils/index.mjs","../src/business-ui/component/icon/SelectorIcon.vue?vue&type=template&id=0b124b76&lang.js"],"sourcesContent":["// utils/arr/tree.ts\nfunction arrToTree(list, parentMark, childrenMark) {\n let result = [], temp;\n for (let i = 0; i < list.length; i++) {\n if (!list[i][parentMark]) {\n temp = list.filter(\n (item) => item[parentMark] === list[i][childrenMark]\n );\n if (temp.length > 0) {\n list[i].children = temp;\n }\n result.push(list[i]);\n }\n }\n return result;\n}\nfunction _loadChildren(obj, list) {\n const arr = list.filter((x) => x.parentId == obj.id);\n if (!arr.length)\n return;\n obj.children = arr;\n obj.children.forEach((x) => {\n _loadChildren(x, list);\n });\n return obj;\n}\nfunction tranListToTreeData(list) {\n const results = list.filter((x) => x.parentId == null);\n results.forEach((x) => _loadChildren(x, list));\n return results;\n}\nfunction findTree(id, list, idName) {\n let result;\n if (!list.length)\n return;\n const fn = (id2, list2, idName2) => {\n list2.find((_e) => {\n if (_e[idName2] === id2) {\n result = _e;\n } else if (_e.children && _e.children.length !== 0)\n return fn(id2, _e.children, idName2);\n });\n };\n fn(id, list, idName);\n return result;\n}\n\n// utils/obj/judge.ts\nfunction isPlainObject(obj) {\n let proto, Ctor;\n if (!obj || toString.call(obj) !== \"[object Object]\") {\n return false;\n }\n proto = Object.getPrototypeOf(obj);\n if (!proto) {\n return true;\n }\n Ctor = {}.hasOwnProperty.call(proto, \"constructor\") && proto.constructor;\n return typeof Ctor === \"function\" && {}.hasOwnProperty.toString.call(Ctor) === {}.hasOwnProperty.toString.call(Object);\n}\nvar isObject = (val) => val !== null && typeof val === \"object\";\nfunction isDate(val) {\n return toString.call(val) === \"[object Date]\";\n}\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== \"undefined\" && val instanceof URLSearchParams;\n}\n\n// utils/obj/cache.ts\nvar assign = Object.assign;\n\n// utils/input/index.ts\nfunction filterOptionHeadle(input, option) {\n return option.label && option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0;\n}\n\n// utils/buildUrl.ts\nfunction encode(val) {\n return encodeURIComponent(val).replace(/%40/g, \"@\").replace(/%3A/gi, \":\").replace(/%24/g, \"$\").replace(/%2C/gi, \",\").replace(/%20/g, \"+\").replace(/%5B/gi, \"[\").replace(/%5D/gi, \"]\");\n}\nfunction buildURL(url, params) {\n if (!params) {\n return url;\n }\n if (isURLSearchParams(params)) {\n return url += (url.includes(\"?\") ? \"&\" : \"?\") + params.toString();\n }\n const parts = [];\n Object.keys(params).forEach((key) => {\n const val = params[key];\n if (val === null || typeof val === \"undefined\") {\n return;\n }\n let tempVal = [];\n if (Array.isArray(val)) {\n tempVal = val;\n key = key + \"[]\";\n } else {\n tempVal = [val];\n }\n tempVal.forEach((temp) => {\n if (isDate(temp)) {\n temp = val.toString();\n } else if (isObject(temp)) {\n temp = JSON.stringify(temp);\n }\n parts.push(`${encode(key)}=${encode(temp)}`);\n });\n });\n const hashmarkIndex = url.indexOf(\"#\");\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.includes(\"?\") ? \"&\" : \"?\") + parts.join(\"&\");\n return url;\n}\nexport {\n arrToTree,\n assign,\n buildURL as buildUrl,\n filterOptionHeadle,\n findTree,\n isDate,\n isObject,\n isPlainObject,\n isURLSearchParams,\n tranListToTreeData\n};\n","<!--\r\n * @Author: Mr.Cong Wei\r\n * @Date: 2022-08-11 09:51:33\r\n * @LastEditTime: 2022-08-11 09:52:04\r\n-->\r\n<template>\r\n <div class=\"relative mt-[8px] w-[30px] h-[23px]\">\r\n <svg\r\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n version=\"1.1\"\r\n width=\"23px\"\r\n height=\"23px\"\r\n class=\"absolute\"\r\n >\r\n <g transform=\"matrix(1 0 0 1 -256 -275 )\">\r\n <path\r\n d=\"M 2.8482972136223452 0 C 1.2746130030959648 0.028482972136316675 0 1.3030959752322815 0 2.8767801857584345 L 0 20.151702786377655 C 0 21.725386996904035 1.2746130030959648 23 2.8482972136223452 23 L 20.123219814241565 23 C 21.69690402476772 23 22.971517027863683 21.725386996904035 23 20.151702786377655 L 23 2.8767801857584345 C 22.971517027863683 1.3030959752322815 21.69690402476772 0.028482972136316675 20.123219814241565 0 L 2.8482972136223452 0 Z \"\r\n fill-rule=\"nonzero\"\r\n fill=\"#bd9e55\"\r\n stroke=\"none\"\r\n transform=\"matrix(1 0 0 1 256 275 )\"\r\n />\r\n </g>\r\n </svg>\r\n <svg\r\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n version=\"1.1\"\r\n width=\"23px\"\r\n height=\"23px\"\r\n class=\"absolute left-[7px] bottom-[7px]\"\r\n >\r\n <g transform=\"matrix(1 0 0 1 -263 -268 )\">\r\n <path\r\n d=\"M 2.8767801857584345 0 C 1.3030959752322815 0 0.028482972136316675 1.2746130030959648 0.028482972136316675 2.8482972136223452 L 0.028482972136316675 4.870588235294008 C 0.028482972136316675 5.027244582043295 0.15665634674928697 5.155417956656265 0.31331269349834656 5.155417956656265 L 14.426625386996877 5.155417956656265 C 16.306501547987637 5.155417956656265 17.844582043343735 6.693498452012363 17.844582043343735 8.573374613003125 L 17.844582043343735 22.686687306501653 C 17.844582043343735 22.843343653250713 17.972755417956705 22.971517027863683 18.129411764705992 22.971517027863683 L 20.151702786377655 22.971517027863683 C 21.725386996904035 22.971517027863683 23 21.69690402476772 23 20.123219814241565 L 23 2.8482972136223452 C 23 1.2746130030959648 21.725386996904035 0 20.151702786377655 0 L 2.8767801857584345 0 Z \"\r\n fill-rule=\"nonzero\"\r\n fill=\"#bd9e55\"\r\n stroke=\"none\"\r\n transform=\"matrix(1 0 0 1 263 268 )\"\r\n />\r\n </g>\r\n </svg>\r\n </div>\r\n</template>\r\n\r\n<script setup lang=\"ts\"></script>\r\n\r\n<style scoped></style>\r\n"],"names":["_loadChildren","obj","list","arr","filter","x","parentId","id","length","children","forEach","tranListToTreeData","results","isObject","val","isDate","toString","call","isURLSearchParams","URLSearchParams","assign","Object","filterOptionHeadle","input","option","label","toLowerCase","indexOf","encode","encodeURIComponent","replace","buildURL","url","params","includes","parts","keys","key","tempVal","Array","isArray","temp","JSON","stringify","push","hashmarkIndex","slice","join","_hoisted_1","xmlns","version","d","fill","stroke","transform"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBA,SAA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"}
1
+ {"version":3,"file":"index.umd.js","sources":["../../shared/dist/utils/index.mjs","../src/business-ui/component/icon/SelectorIcon.vue?vue&type=template&id=0b124b76&lang.js"],"sourcesContent":["// utils/arr/tree.ts\nfunction arrToTree(list, parentMark, childrenMark) {\n let result = [], temp;\n for (let i = 0; i < list.length; i++) {\n if (!list[i][parentMark]) {\n temp = list.filter(\n (item) => item[parentMark] === list[i][childrenMark]\n );\n if (temp.length > 0) {\n list[i].children = temp;\n }\n result.push(list[i]);\n }\n }\n return result;\n}\nfunction _loadChildren(obj, list) {\n const arr = list.filter((x) => x.parentId == obj.id);\n if (!arr.length)\n return;\n obj.children = arr;\n obj.children.forEach((x) => {\n _loadChildren(x, list);\n });\n return obj;\n}\nfunction tranListToTreeData(list) {\n const results = list.filter((x) => x.parentId == null);\n results.forEach((x) => _loadChildren(x, list));\n return results;\n}\nfunction findTree(id, list, idName) {\n let result;\n if (!list.length)\n return;\n const fn = (id2, list2, idName2) => {\n list2.find((_e) => {\n if (_e[idName2] === id2) {\n result = _e;\n } else if (_e.children && _e.children.length !== 0)\n return fn(id2, _e.children, idName2);\n });\n };\n fn(id, list, idName);\n return result;\n}\n\n// utils/obj/judge.ts\nfunction isPlainObject(obj) {\n let proto, Ctor;\n if (!obj || toString.call(obj) !== \"[object Object]\") {\n return false;\n }\n proto = Object.getPrototypeOf(obj);\n if (!proto) {\n return true;\n }\n Ctor = {}.hasOwnProperty.call(proto, \"constructor\") && proto.constructor;\n return typeof Ctor === \"function\" && {}.hasOwnProperty.toString.call(Ctor) === {}.hasOwnProperty.toString.call(Object);\n}\nvar isObject = (val) => val !== null && typeof val === \"object\";\nfunction isDate(val) {\n return toString.call(val) === \"[object Date]\";\n}\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== \"undefined\" && val instanceof URLSearchParams;\n}\n\n// utils/obj/cache.ts\nvar assign = Object.assign;\n\n// utils/input/index.ts\nfunction filterOptionHeadle(input, option) {\n return option.label && option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0;\n}\n\n// utils/buildUrl.ts\nfunction encode(val) {\n return encodeURIComponent(val).replace(/%40/g, \"@\").replace(/%3A/gi, \":\").replace(/%24/g, \"$\").replace(/%2C/gi, \",\").replace(/%20/g, \"+\").replace(/%5B/gi, \"[\").replace(/%5D/gi, \"]\");\n}\nfunction buildURL(url, params) {\n if (!params) {\n return url;\n }\n if (isURLSearchParams(params)) {\n return url += (url.includes(\"?\") ? \"&\" : \"?\") + params.toString();\n }\n const parts = [];\n Object.keys(params).forEach((key) => {\n const val = params[key];\n if (val === null || typeof val === \"undefined\") {\n return;\n }\n let tempVal = [];\n if (Array.isArray(val)) {\n tempVal = val;\n key = key + \"[]\";\n } else {\n tempVal = [val];\n }\n tempVal.forEach((temp) => {\n if (isDate(temp)) {\n temp = val.toString();\n } else if (isObject(temp)) {\n temp = JSON.stringify(temp);\n }\n parts.push(`${encode(key)}=${encode(temp)}`);\n });\n });\n const hashmarkIndex = url.indexOf(\"#\");\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.includes(\"?\") ? \"&\" : \"?\") + parts.join(\"&\");\n return url;\n}\nexport {\n arrToTree,\n assign,\n buildURL as buildUrl,\n filterOptionHeadle,\n findTree,\n isDate,\n isObject,\n isPlainObject,\n isURLSearchParams,\n tranListToTreeData\n};\n","<!--\r\n * @Author: Mr.Cong Wei\r\n * @Date: 2022-08-11 09:51:33\r\n * @LastEditTime: 2022-08-11 09:52:04\r\n-->\r\n<template>\r\n <div class=\"relative mt-[8px] w-[30px] h-[23px]\">\r\n <svg\r\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n version=\"1.1\"\r\n width=\"23px\"\r\n height=\"23px\"\r\n class=\"absolute\"\r\n >\r\n <g transform=\"matrix(1 0 0 1 -256 -275 )\">\r\n <path\r\n d=\"M 2.8482972136223452 0 C 1.2746130030959648 0.028482972136316675 0 1.3030959752322815 0 2.8767801857584345 L 0 20.151702786377655 C 0 21.725386996904035 1.2746130030959648 23 2.8482972136223452 23 L 20.123219814241565 23 C 21.69690402476772 23 22.971517027863683 21.725386996904035 23 20.151702786377655 L 23 2.8767801857584345 C 22.971517027863683 1.3030959752322815 21.69690402476772 0.028482972136316675 20.123219814241565 0 L 2.8482972136223452 0 Z \"\r\n fill-rule=\"nonzero\"\r\n fill=\"#bd9e55\"\r\n stroke=\"none\"\r\n transform=\"matrix(1 0 0 1 256 275 )\"\r\n />\r\n </g>\r\n </svg>\r\n <svg\r\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n version=\"1.1\"\r\n width=\"23px\"\r\n height=\"23px\"\r\n class=\"absolute left-[7px] bottom-[7px]\"\r\n >\r\n <g transform=\"matrix(1 0 0 1 -263 -268 )\">\r\n <path\r\n d=\"M 2.8767801857584345 0 C 1.3030959752322815 0 0.028482972136316675 1.2746130030959648 0.028482972136316675 2.8482972136223452 L 0.028482972136316675 4.870588235294008 C 0.028482972136316675 5.027244582043295 0.15665634674928697 5.155417956656265 0.31331269349834656 5.155417956656265 L 14.426625386996877 5.155417956656265 C 16.306501547987637 5.155417956656265 17.844582043343735 6.693498452012363 17.844582043343735 8.573374613003125 L 17.844582043343735 22.686687306501653 C 17.844582043343735 22.843343653250713 17.972755417956705 22.971517027863683 18.129411764705992 22.971517027863683 L 20.151702786377655 22.971517027863683 C 21.725386996904035 22.971517027863683 23 21.69690402476772 23 20.123219814241565 L 23 2.8482972136223452 C 23 1.2746130030959648 21.725386996904035 0 20.151702786377655 0 L 2.8767801857584345 0 Z \"\r\n fill-rule=\"nonzero\"\r\n fill=\"#bd9e55\"\r\n stroke=\"none\"\r\n transform=\"matrix(1 0 0 1 263 268 )\"\r\n />\r\n </g>\r\n </svg>\r\n </div>\r\n</template>\r\n\r\n<script setup lang=\"ts\"></script>\r\n\r\n<style scoped></style>\r\n"],"names":["_loadChildren","obj","list","arr","filter","x","parentId","id","length","children","forEach","tranListToTreeData","results","isObject","val","isDate","toString","call","isURLSearchParams","URLSearchParams","assign","Object","filterOptionHeadle","input","option","label","toLowerCase","indexOf","encode","encodeURIComponent","replace","buildURL","url","params","includes","parts","keys","key","tempVal","Array","isArray","temp","JSON","stringify","push","hashmarkIndex","slice","join","_hoisted_1","xmlns","version","d","fill","stroke","transform"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBA,SAA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"}