xrk-components 2.0.0-beta.30 → 2.0.0-beta.32
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/lib/index.css +3 -0
- package/lib/index.esm.js +5 -5
- package/lib/index.umd.js +5 -5
- package/lib/packages/xrk/search/types/type.d.ts +2 -3
- package/package.json +1 -1
package/lib/index.css
CHANGED
|
@@ -19910,6 +19910,9 @@
|
|
|
19910
19910
|
.base-upload[data-v-75b461d5] {
|
|
19911
19911
|
line-height: 1.4;
|
|
19912
19912
|
}
|
|
19913
|
+
.base-upload[data-v-75b461d5] .xrk-upload--text {
|
|
19914
|
+
display: none;
|
|
19915
|
+
}
|
|
19913
19916
|
.base-upload[data-v-75b461d5] .xrk-upload__tip {
|
|
19914
19917
|
-webkit-user-select: none;
|
|
19915
19918
|
-moz-user-select: none;
|
package/lib/index.esm.js
CHANGED
|
@@ -75137,18 +75137,18 @@ var script$a = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$a
|
|
|
75137
75137
|
size: column.size
|
|
75138
75138
|
}, {
|
|
75139
75139
|
default: withCtx(function () {
|
|
75140
|
-
var _a, _b;
|
|
75140
|
+
var _a, _b, _c, _d;
|
|
75141
75141
|
return [
|
|
75142
75142
|
(column.type)
|
|
75143
75143
|
? (openBlock(), createBlock(resolveDynamicComponent(unref(formItemComponents)[column.type]), mergeProps({
|
|
75144
75144
|
key: 0,
|
|
75145
75145
|
style: __assign({ width: '100%' }, column.style)
|
|
75146
|
-
}, __assign(__assign(__assign({}, computedDefaultConfig(column)), column.config), proxyColumnListener(column.listener || {})), {
|
|
75146
|
+
}, __assign(__assign(__assign({}, computedDefaultConfig(column)), (column.config || {})), proxyColumnListener(column.listener || {})), {
|
|
75147
75147
|
disabled: __props.disabled
|
|
75148
75148
|
? __props.disabled
|
|
75149
|
-
: unref(isFunction)(column === null ||
|
|
75150
|
-
? (_b = column === null ||
|
|
75151
|
-
: column === null ||
|
|
75149
|
+
: unref(isFunction)((_a = column.config) === null || _a === void 0 ? void 0 : _a.disabled)
|
|
75150
|
+
? (_c = (_b = column.config) === null || _b === void 0 ? void 0 : _b.disabled) === null || _c === void 0 ? void 0 : _c.call(_b, __props.model)
|
|
75151
|
+
: (_d = column.config) === null || _d === void 0 ? void 0 : _d.disabled,
|
|
75152
75152
|
modelValue: __props.model[column.prop],
|
|
75153
75153
|
"onUpdate:modelValue": function ($event) { return ((__props.model[column.prop]) = $event); }
|
|
75154
75154
|
}), null, 16 /* FULL_PROPS */, ["style", "disabled", "modelValue", "onUpdate:modelValue"]))
|
package/lib/index.umd.js
CHANGED
|
@@ -75140,18 +75140,18 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
|
|
|
75140
75140
|
size: column.size
|
|
75141
75141
|
}, {
|
|
75142
75142
|
default: vue.withCtx(function () {
|
|
75143
|
-
var _a, _b;
|
|
75143
|
+
var _a, _b, _c, _d;
|
|
75144
75144
|
return [
|
|
75145
75145
|
(column.type)
|
|
75146
75146
|
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(formItemComponents)[column.type]), vue.mergeProps({
|
|
75147
75147
|
key: 0,
|
|
75148
75148
|
style: __assign({ width: '100%' }, column.style)
|
|
75149
|
-
}, __assign(__assign(__assign({}, computedDefaultConfig(column)), column.config), proxyColumnListener(column.listener || {})), {
|
|
75149
|
+
}, __assign(__assign(__assign({}, computedDefaultConfig(column)), (column.config || {})), proxyColumnListener(column.listener || {})), {
|
|
75150
75150
|
disabled: __props.disabled
|
|
75151
75151
|
? __props.disabled
|
|
75152
|
-
: vue.unref(isFunction)(column === null ||
|
|
75153
|
-
? (_b = column === null ||
|
|
75154
|
-
: column === null ||
|
|
75152
|
+
: vue.unref(isFunction)((_a = column.config) === null || _a === void 0 ? void 0 : _a.disabled)
|
|
75153
|
+
? (_c = (_b = column.config) === null || _b === void 0 ? void 0 : _b.disabled) === null || _c === void 0 ? void 0 : _c.call(_b, __props.model)
|
|
75154
|
+
: (_d = column.config) === null || _d === void 0 ? void 0 : _d.disabled,
|
|
75155
75155
|
modelValue: __props.model[column.prop],
|
|
75156
75156
|
"onUpdate:modelValue": function ($event) { return ((__props.model[column.prop]) = $event); }
|
|
75157
75157
|
}), null, 16 /* FULL_PROPS */, ["style", "disabled", "modelValue", "onUpdate:modelValue"]))
|
|
@@ -7,9 +7,8 @@ import { BaseInputNumberProps, BaseInputNumberListener } from '../../../base/inp
|
|
|
7
7
|
import { BaseRadioGroupProps, BaseRadioGroupListener } from '../../../base/radio';
|
|
8
8
|
import { BaseCheckboxGroupProps, BaseCheckboxGroupListener } from '../../../base/checkbox';
|
|
9
9
|
import { RuleItem } from '../../../base/form';
|
|
10
|
-
import {
|
|
11
|
-
import { BaseAutocompleteListener } from '
|
|
12
|
-
import { BaseUploadListener } from 'packages/base/upload';
|
|
10
|
+
import { BaseUploadProps, BaseUploadListener } from '../../../base/upload';
|
|
11
|
+
import { BaseAutocompleteProps, BaseAutocompleteListener } from '../../../base/autocomplete';
|
|
13
12
|
export declare type BaseRenderProps = {
|
|
14
13
|
/**
|
|
15
14
|
*
|