@baosight/er4j 0.0.64 → 0.0.65
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/er4j-dist/{ErLayoutDesign-BhNznepQ.js → ErLayoutDesign-CC0yvsjD.js} +2 -2
- package/er4j-dist/{ErLayoutDesign-BhNznepQ.js.map → ErLayoutDesign-CC0yvsjD.js.map} +1 -1
- package/er4j-dist/ErPopFree-C3uuZUuH.js +5 -0
- package/er4j-dist/ErPopFree-C3uuZUuH.js.map +1 -0
- package/er4j-dist/ErPopQuery-ClFrpsZp.js +5 -0
- package/er4j-dist/ErPopQuery-ClFrpsZp.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-TmGNQykK.js +5 -0
- package/er4j-dist/ErPopRichEditor-TmGNQykK.js.map +1 -0
- package/er4j-dist/ErPopTree-bOqqtvvs.js +5 -0
- package/er4j-dist/ErPopTree-bOqqtvvs.js.map +1 -0
- package/er4j-dist/er4j.es.js +1 -1
- package/er4j-dist/er4j.umd.js +48 -48
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/{index-Ar1Ydiuv.js → index-B5COEF9u.js} +14448 -14197
- package/er4j-dist/{index-Ar1Ydiuv.js.map → index-B5COEF9u.js.map} +1 -1
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +499 -0
- package/er4j-dist/types/utils/er.d.ts +3 -3
- package/package.json +1 -1
- package/er4j-dist/ErPopFree-BSvQblcJ.js +0 -5
- package/er4j-dist/ErPopFree-BSvQblcJ.js.map +0 -1
- package/er4j-dist/ErPopQuery-EM0vHefy.js +0 -5
- package/er4j-dist/ErPopQuery-EM0vHefy.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-DC8znhgF.js +0 -5
- package/er4j-dist/ErPopRichEditor-DC8znhgF.js.map +0 -1
- package/er4j-dist/ErPopTree-DGX6hNX5.js +0 -5
- package/er4j-dist/ErPopTree-DGX6hNX5.js.map +0 -1
|
@@ -15135,6 +15135,505 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
15135
15135
|
handle: any;
|
|
15136
15136
|
default: any;
|
|
15137
15137
|
}>, {}, {}, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin<any[]>;
|
|
15138
|
+
'a-range-picker': import('vue').DefineComponent<{
|
|
15139
|
+
allowEmpty: {
|
|
15140
|
+
type: import('vue').PropType<[boolean, boolean]>;
|
|
15141
|
+
default: [boolean, boolean];
|
|
15142
|
+
};
|
|
15143
|
+
dateRender: {
|
|
15144
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/RangePicker').RangeDateRender<dayjs.Dayjs>>;
|
|
15145
|
+
default: import('ant-design-vue/es/vc-picker/RangePicker').RangeDateRender<dayjs.Dayjs>;
|
|
15146
|
+
};
|
|
15147
|
+
defaultPickerValue: {
|
|
15148
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15149
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15150
|
+
};
|
|
15151
|
+
defaultValue: {
|
|
15152
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15153
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15154
|
+
};
|
|
15155
|
+
value: {
|
|
15156
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15157
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15158
|
+
};
|
|
15159
|
+
presets: {
|
|
15160
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PresetDate<dayjs.Dayjs[]>[]>;
|
|
15161
|
+
default: import('ant-design-vue/es/vc-picker/interface').PresetDate<dayjs.Dayjs[]>[];
|
|
15162
|
+
};
|
|
15163
|
+
disabledTime: {
|
|
15164
|
+
type: import('vue').PropType<(date: dayjs.Dayjs, type: import('ant-design-vue/es/vc-picker/RangePicker').RangeType) => import('ant-design-vue/es/vc-picker/interface').DisabledTimes>;
|
|
15165
|
+
default: (date: dayjs.Dayjs, type: import('ant-design-vue/es/vc-picker/RangePicker').RangeType) => import('ant-design-vue/es/vc-picker/interface').DisabledTimes;
|
|
15166
|
+
};
|
|
15167
|
+
disabled: {
|
|
15168
|
+
type: import('vue').PropType<boolean | [boolean, boolean]>;
|
|
15169
|
+
default: boolean | [boolean, boolean];
|
|
15170
|
+
};
|
|
15171
|
+
renderExtraFooter: {
|
|
15172
|
+
type: import('vue').PropType<() => any>;
|
|
15173
|
+
default: () => any;
|
|
15174
|
+
};
|
|
15175
|
+
separator: {
|
|
15176
|
+
type: StringConstructor;
|
|
15177
|
+
};
|
|
15178
|
+
showTime: {
|
|
15179
|
+
type: import('vue').PropType<boolean | (Omit<import('ant-design-vue/es/vc-picker/panels/TimePanel').SharedTimeProps<dayjs.Dayjs>, "defaultValue"> & {
|
|
15180
|
+
defaultValue?: dayjs.Dayjs[] | undefined;
|
|
15181
|
+
})>;
|
|
15182
|
+
default: boolean | (Omit<import('ant-design-vue/es/vc-picker/panels/TimePanel').SharedTimeProps<dayjs.Dayjs>, "defaultValue"> & {
|
|
15183
|
+
defaultValue?: dayjs.Dayjs[] | undefined;
|
|
15184
|
+
});
|
|
15185
|
+
};
|
|
15186
|
+
ranges: {
|
|
15187
|
+
type: import('vue').PropType<Record<string, [dayjs.Dayjs, dayjs.Dayjs] | (() => [dayjs.Dayjs, dayjs.Dayjs])>>;
|
|
15188
|
+
default: Record<string, [dayjs.Dayjs, dayjs.Dayjs] | (() => [dayjs.Dayjs, dayjs.Dayjs])>;
|
|
15189
|
+
};
|
|
15190
|
+
placeholder: {
|
|
15191
|
+
type: import('vue').PropType<string[]>;
|
|
15192
|
+
default: string[];
|
|
15193
|
+
};
|
|
15194
|
+
mode: {
|
|
15195
|
+
type: import('vue').PropType<[import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]>;
|
|
15196
|
+
default: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode];
|
|
15197
|
+
};
|
|
15198
|
+
onChange: {
|
|
15199
|
+
type: import('vue').PropType<(value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], dateString: [string, string]) => void>;
|
|
15200
|
+
default: (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], dateString: [string, string]) => void;
|
|
15201
|
+
};
|
|
15202
|
+
'onUpdate:value': {
|
|
15203
|
+
type: import('vue').PropType<(value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void>;
|
|
15204
|
+
default: (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15205
|
+
};
|
|
15206
|
+
onCalendarChange: {
|
|
15207
|
+
type: import('vue').PropType<(values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], formatString: [string, string], info: import('ant-design-vue/es/vc-picker/RangePicker').RangeInfo) => void>;
|
|
15208
|
+
default: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], formatString: [string, string], info: import('ant-design-vue/es/vc-picker/RangePicker').RangeInfo) => void;
|
|
15209
|
+
};
|
|
15210
|
+
onPanelChange: {
|
|
15211
|
+
type: import('vue').PropType<(values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], modes: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]) => void>;
|
|
15212
|
+
default: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], modes: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]) => void;
|
|
15213
|
+
};
|
|
15214
|
+
onOk: {
|
|
15215
|
+
type: import('vue').PropType<(dates: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void>;
|
|
15216
|
+
default: (dates: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15217
|
+
};
|
|
15218
|
+
id: StringConstructor;
|
|
15219
|
+
dropdownClassName: StringConstructor;
|
|
15220
|
+
popupClassName: StringConstructor;
|
|
15221
|
+
popupStyle: {
|
|
15222
|
+
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
15223
|
+
default: import('vue').CSSProperties;
|
|
15224
|
+
};
|
|
15225
|
+
transitionName: StringConstructor;
|
|
15226
|
+
allowClear: {
|
|
15227
|
+
type: BooleanConstructor;
|
|
15228
|
+
default: boolean;
|
|
15229
|
+
};
|
|
15230
|
+
autofocus: {
|
|
15231
|
+
type: BooleanConstructor;
|
|
15232
|
+
default: boolean;
|
|
15233
|
+
};
|
|
15234
|
+
tabindex: NumberConstructor;
|
|
15235
|
+
open: {
|
|
15236
|
+
type: BooleanConstructor;
|
|
15237
|
+
default: boolean;
|
|
15238
|
+
};
|
|
15239
|
+
defaultOpen: {
|
|
15240
|
+
type: BooleanConstructor;
|
|
15241
|
+
default: boolean;
|
|
15242
|
+
};
|
|
15243
|
+
inputReadOnly: {
|
|
15244
|
+
type: BooleanConstructor;
|
|
15245
|
+
default: boolean;
|
|
15246
|
+
};
|
|
15247
|
+
format: {
|
|
15248
|
+
type: import('vue').PropType<string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs> | (string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs>)[]>;
|
|
15249
|
+
default: string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs> | (string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs>)[];
|
|
15250
|
+
};
|
|
15251
|
+
getPopupContainer: {
|
|
15252
|
+
type: import('vue').PropType<(node: HTMLElement) => HTMLElement>;
|
|
15253
|
+
default: (node: HTMLElement) => HTMLElement;
|
|
15254
|
+
};
|
|
15255
|
+
panelRender: {
|
|
15256
|
+
type: import('vue').PropType<(originPanel: any) => any>;
|
|
15257
|
+
default: (originPanel: any) => any;
|
|
15258
|
+
};
|
|
15259
|
+
onOpenChange: {
|
|
15260
|
+
type: import('vue').PropType<(open: boolean) => void>;
|
|
15261
|
+
default: (open: boolean) => void;
|
|
15262
|
+
};
|
|
15263
|
+
'onUpdate:open': {
|
|
15264
|
+
type: import('vue').PropType<(open: boolean) => void>;
|
|
15265
|
+
default: (open: boolean) => void;
|
|
15266
|
+
};
|
|
15267
|
+
onFocus: {
|
|
15268
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
|
|
15269
|
+
default: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15270
|
+
};
|
|
15271
|
+
onBlur: {
|
|
15272
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
|
|
15273
|
+
default: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15274
|
+
};
|
|
15275
|
+
onMousedown: {
|
|
15276
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15277
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15278
|
+
};
|
|
15279
|
+
onMouseup: {
|
|
15280
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15281
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15282
|
+
};
|
|
15283
|
+
onMouseenter: {
|
|
15284
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15285
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15286
|
+
};
|
|
15287
|
+
onMouseleave: {
|
|
15288
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15289
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15290
|
+
};
|
|
15291
|
+
onClick: {
|
|
15292
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15293
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15294
|
+
};
|
|
15295
|
+
onContextmenu: {
|
|
15296
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15297
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15298
|
+
};
|
|
15299
|
+
onKeydown: {
|
|
15300
|
+
type: import('vue').PropType<(event: KeyboardEvent, preventDefault: () => void) => void>;
|
|
15301
|
+
default: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
15302
|
+
};
|
|
15303
|
+
role: StringConstructor;
|
|
15304
|
+
name: StringConstructor;
|
|
15305
|
+
autocomplete: StringConstructor;
|
|
15306
|
+
direction: {
|
|
15307
|
+
type: import('vue').PropType<"rtl" | "ltr">;
|
|
15308
|
+
default: "rtl" | "ltr";
|
|
15309
|
+
};
|
|
15310
|
+
showToday: {
|
|
15311
|
+
type: BooleanConstructor;
|
|
15312
|
+
default: boolean;
|
|
15313
|
+
};
|
|
15314
|
+
locale: {
|
|
15315
|
+
type: import('vue').PropType<import('ant-design-vue/es/date-picker/generatePicker').PickerLocale>;
|
|
15316
|
+
default: import('ant-design-vue/es/date-picker/generatePicker').PickerLocale;
|
|
15317
|
+
};
|
|
15318
|
+
size: {
|
|
15319
|
+
type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
|
|
15320
|
+
default: import('ant-design-vue/es/button').ButtonSize;
|
|
15321
|
+
};
|
|
15322
|
+
bordered: {
|
|
15323
|
+
type: BooleanConstructor;
|
|
15324
|
+
default: boolean;
|
|
15325
|
+
};
|
|
15326
|
+
disabledDate: {
|
|
15327
|
+
type: import('vue').PropType<(date: dayjs.Dayjs) => boolean>;
|
|
15328
|
+
default: (date: dayjs.Dayjs) => boolean;
|
|
15329
|
+
};
|
|
15330
|
+
picker: {
|
|
15331
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PickerMode>;
|
|
15332
|
+
default: import('ant-design-vue/es/vc-picker/interface').PickerMode;
|
|
15333
|
+
};
|
|
15334
|
+
valueFormat: StringConstructor;
|
|
15335
|
+
placement: {
|
|
15336
|
+
type: import('vue').PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
15337
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
15338
|
+
};
|
|
15339
|
+
status: {
|
|
15340
|
+
type: import('vue').PropType<"" | "error" | "warning">;
|
|
15341
|
+
default: "" | "error" | "warning";
|
|
15342
|
+
};
|
|
15343
|
+
disabledHours: {
|
|
15344
|
+
type: import('vue').PropType<() => number[]>;
|
|
15345
|
+
default: () => number[];
|
|
15346
|
+
};
|
|
15347
|
+
disabledMinutes: {
|
|
15348
|
+
type: import('vue').PropType<(hour: number) => number[]>;
|
|
15349
|
+
default: (hour: number) => number[];
|
|
15350
|
+
};
|
|
15351
|
+
disabledSeconds: {
|
|
15352
|
+
type: import('vue').PropType<(hour: number, minute: number) => number[]>;
|
|
15353
|
+
default: (hour: number, minute: number) => number[];
|
|
15354
|
+
};
|
|
15355
|
+
}, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15356
|
+
allowEmpty: {
|
|
15357
|
+
type: import('vue').PropType<[boolean, boolean]>;
|
|
15358
|
+
default: [boolean, boolean];
|
|
15359
|
+
};
|
|
15360
|
+
dateRender: {
|
|
15361
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/RangePicker').RangeDateRender<dayjs.Dayjs>>;
|
|
15362
|
+
default: import('ant-design-vue/es/vc-picker/RangePicker').RangeDateRender<dayjs.Dayjs>;
|
|
15363
|
+
};
|
|
15364
|
+
defaultPickerValue: {
|
|
15365
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15366
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15367
|
+
};
|
|
15368
|
+
defaultValue: {
|
|
15369
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15370
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15371
|
+
};
|
|
15372
|
+
value: {
|
|
15373
|
+
type: import('vue').PropType<[string, string] | [dayjs.Dayjs, dayjs.Dayjs]>;
|
|
15374
|
+
default: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15375
|
+
};
|
|
15376
|
+
presets: {
|
|
15377
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PresetDate<dayjs.Dayjs[]>[]>;
|
|
15378
|
+
default: import('ant-design-vue/es/vc-picker/interface').PresetDate<dayjs.Dayjs[]>[];
|
|
15379
|
+
};
|
|
15380
|
+
disabledTime: {
|
|
15381
|
+
type: import('vue').PropType<(date: dayjs.Dayjs, type: import('ant-design-vue/es/vc-picker/RangePicker').RangeType) => import('ant-design-vue/es/vc-picker/interface').DisabledTimes>;
|
|
15382
|
+
default: (date: dayjs.Dayjs, type: import('ant-design-vue/es/vc-picker/RangePicker').RangeType) => import('ant-design-vue/es/vc-picker/interface').DisabledTimes;
|
|
15383
|
+
};
|
|
15384
|
+
disabled: {
|
|
15385
|
+
type: import('vue').PropType<boolean | [boolean, boolean]>;
|
|
15386
|
+
default: boolean | [boolean, boolean];
|
|
15387
|
+
};
|
|
15388
|
+
renderExtraFooter: {
|
|
15389
|
+
type: import('vue').PropType<() => any>;
|
|
15390
|
+
default: () => any;
|
|
15391
|
+
};
|
|
15392
|
+
separator: {
|
|
15393
|
+
type: StringConstructor;
|
|
15394
|
+
};
|
|
15395
|
+
showTime: {
|
|
15396
|
+
type: import('vue').PropType<boolean | (Omit<import('ant-design-vue/es/vc-picker/panels/TimePanel').SharedTimeProps<dayjs.Dayjs>, "defaultValue"> & {
|
|
15397
|
+
defaultValue?: dayjs.Dayjs[] | undefined;
|
|
15398
|
+
})>;
|
|
15399
|
+
default: boolean | (Omit<import('ant-design-vue/es/vc-picker/panels/TimePanel').SharedTimeProps<dayjs.Dayjs>, "defaultValue"> & {
|
|
15400
|
+
defaultValue?: dayjs.Dayjs[] | undefined;
|
|
15401
|
+
});
|
|
15402
|
+
};
|
|
15403
|
+
ranges: {
|
|
15404
|
+
type: import('vue').PropType<Record<string, [dayjs.Dayjs, dayjs.Dayjs] | (() => [dayjs.Dayjs, dayjs.Dayjs])>>;
|
|
15405
|
+
default: Record<string, [dayjs.Dayjs, dayjs.Dayjs] | (() => [dayjs.Dayjs, dayjs.Dayjs])>;
|
|
15406
|
+
};
|
|
15407
|
+
placeholder: {
|
|
15408
|
+
type: import('vue').PropType<string[]>;
|
|
15409
|
+
default: string[];
|
|
15410
|
+
};
|
|
15411
|
+
mode: {
|
|
15412
|
+
type: import('vue').PropType<[import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]>;
|
|
15413
|
+
default: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode];
|
|
15414
|
+
};
|
|
15415
|
+
onChange: {
|
|
15416
|
+
type: import('vue').PropType<(value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], dateString: [string, string]) => void>;
|
|
15417
|
+
default: (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], dateString: [string, string]) => void;
|
|
15418
|
+
};
|
|
15419
|
+
'onUpdate:value': {
|
|
15420
|
+
type: import('vue').PropType<(value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void>;
|
|
15421
|
+
default: (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15422
|
+
};
|
|
15423
|
+
onCalendarChange: {
|
|
15424
|
+
type: import('vue').PropType<(values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], formatString: [string, string], info: import('ant-design-vue/es/vc-picker/RangePicker').RangeInfo) => void>;
|
|
15425
|
+
default: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], formatString: [string, string], info: import('ant-design-vue/es/vc-picker/RangePicker').RangeInfo) => void;
|
|
15426
|
+
};
|
|
15427
|
+
onPanelChange: {
|
|
15428
|
+
type: import('vue').PropType<(values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], modes: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]) => void>;
|
|
15429
|
+
default: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], modes: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]) => void;
|
|
15430
|
+
};
|
|
15431
|
+
onOk: {
|
|
15432
|
+
type: import('vue').PropType<(dates: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void>;
|
|
15433
|
+
default: (dates: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15434
|
+
};
|
|
15435
|
+
id: StringConstructor;
|
|
15436
|
+
dropdownClassName: StringConstructor;
|
|
15437
|
+
popupClassName: StringConstructor;
|
|
15438
|
+
popupStyle: {
|
|
15439
|
+
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
15440
|
+
default: import('vue').CSSProperties;
|
|
15441
|
+
};
|
|
15442
|
+
transitionName: StringConstructor;
|
|
15443
|
+
allowClear: {
|
|
15444
|
+
type: BooleanConstructor;
|
|
15445
|
+
default: boolean;
|
|
15446
|
+
};
|
|
15447
|
+
autofocus: {
|
|
15448
|
+
type: BooleanConstructor;
|
|
15449
|
+
default: boolean;
|
|
15450
|
+
};
|
|
15451
|
+
tabindex: NumberConstructor;
|
|
15452
|
+
open: {
|
|
15453
|
+
type: BooleanConstructor;
|
|
15454
|
+
default: boolean;
|
|
15455
|
+
};
|
|
15456
|
+
defaultOpen: {
|
|
15457
|
+
type: BooleanConstructor;
|
|
15458
|
+
default: boolean;
|
|
15459
|
+
};
|
|
15460
|
+
inputReadOnly: {
|
|
15461
|
+
type: BooleanConstructor;
|
|
15462
|
+
default: boolean;
|
|
15463
|
+
};
|
|
15464
|
+
format: {
|
|
15465
|
+
type: import('vue').PropType<string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs> | (string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs>)[]>;
|
|
15466
|
+
default: string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs> | (string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs>)[];
|
|
15467
|
+
};
|
|
15468
|
+
getPopupContainer: {
|
|
15469
|
+
type: import('vue').PropType<(node: HTMLElement) => HTMLElement>;
|
|
15470
|
+
default: (node: HTMLElement) => HTMLElement;
|
|
15471
|
+
};
|
|
15472
|
+
panelRender: {
|
|
15473
|
+
type: import('vue').PropType<(originPanel: any) => any>;
|
|
15474
|
+
default: (originPanel: any) => any;
|
|
15475
|
+
};
|
|
15476
|
+
onOpenChange: {
|
|
15477
|
+
type: import('vue').PropType<(open: boolean) => void>;
|
|
15478
|
+
default: (open: boolean) => void;
|
|
15479
|
+
};
|
|
15480
|
+
'onUpdate:open': {
|
|
15481
|
+
type: import('vue').PropType<(open: boolean) => void>;
|
|
15482
|
+
default: (open: boolean) => void;
|
|
15483
|
+
};
|
|
15484
|
+
onFocus: {
|
|
15485
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
|
|
15486
|
+
default: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15487
|
+
};
|
|
15488
|
+
onBlur: {
|
|
15489
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').FocusEventHandler>;
|
|
15490
|
+
default: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15491
|
+
};
|
|
15492
|
+
onMousedown: {
|
|
15493
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15494
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15495
|
+
};
|
|
15496
|
+
onMouseup: {
|
|
15497
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15498
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15499
|
+
};
|
|
15500
|
+
onMouseenter: {
|
|
15501
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15502
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15503
|
+
};
|
|
15504
|
+
onMouseleave: {
|
|
15505
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15506
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15507
|
+
};
|
|
15508
|
+
onClick: {
|
|
15509
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15510
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15511
|
+
};
|
|
15512
|
+
onContextmenu: {
|
|
15513
|
+
type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
|
|
15514
|
+
default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15515
|
+
};
|
|
15516
|
+
onKeydown: {
|
|
15517
|
+
type: import('vue').PropType<(event: KeyboardEvent, preventDefault: () => void) => void>;
|
|
15518
|
+
default: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
15519
|
+
};
|
|
15520
|
+
role: StringConstructor;
|
|
15521
|
+
name: StringConstructor;
|
|
15522
|
+
autocomplete: StringConstructor;
|
|
15523
|
+
direction: {
|
|
15524
|
+
type: import('vue').PropType<"rtl" | "ltr">;
|
|
15525
|
+
default: "rtl" | "ltr";
|
|
15526
|
+
};
|
|
15527
|
+
showToday: {
|
|
15528
|
+
type: BooleanConstructor;
|
|
15529
|
+
default: boolean;
|
|
15530
|
+
};
|
|
15531
|
+
locale: {
|
|
15532
|
+
type: import('vue').PropType<import('ant-design-vue/es/date-picker/generatePicker').PickerLocale>;
|
|
15533
|
+
default: import('ant-design-vue/es/date-picker/generatePicker').PickerLocale;
|
|
15534
|
+
};
|
|
15535
|
+
size: {
|
|
15536
|
+
type: import('vue').PropType<import('ant-design-vue/es/button').ButtonSize>;
|
|
15537
|
+
default: import('ant-design-vue/es/button').ButtonSize;
|
|
15538
|
+
};
|
|
15539
|
+
bordered: {
|
|
15540
|
+
type: BooleanConstructor;
|
|
15541
|
+
default: boolean;
|
|
15542
|
+
};
|
|
15543
|
+
disabledDate: {
|
|
15544
|
+
type: import('vue').PropType<(date: dayjs.Dayjs) => boolean>;
|
|
15545
|
+
default: (date: dayjs.Dayjs) => boolean;
|
|
15546
|
+
};
|
|
15547
|
+
picker: {
|
|
15548
|
+
type: import('vue').PropType<import('ant-design-vue/es/vc-picker/interface').PickerMode>;
|
|
15549
|
+
default: import('ant-design-vue/es/vc-picker/interface').PickerMode;
|
|
15550
|
+
};
|
|
15551
|
+
valueFormat: StringConstructor;
|
|
15552
|
+
placement: {
|
|
15553
|
+
type: import('vue').PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
|
|
15554
|
+
default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
15555
|
+
};
|
|
15556
|
+
status: {
|
|
15557
|
+
type: import('vue').PropType<"" | "error" | "warning">;
|
|
15558
|
+
default: "" | "error" | "warning";
|
|
15559
|
+
};
|
|
15560
|
+
disabledHours: {
|
|
15561
|
+
type: import('vue').PropType<() => number[]>;
|
|
15562
|
+
default: () => number[];
|
|
15563
|
+
};
|
|
15564
|
+
disabledMinutes: {
|
|
15565
|
+
type: import('vue').PropType<(hour: number) => number[]>;
|
|
15566
|
+
default: (hour: number) => number[];
|
|
15567
|
+
};
|
|
15568
|
+
disabledSeconds: {
|
|
15569
|
+
type: import('vue').PropType<(hour: number, minute: number) => number[]>;
|
|
15570
|
+
default: (hour: number, minute: number) => number[];
|
|
15571
|
+
};
|
|
15572
|
+
}>>, {
|
|
15573
|
+
value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15574
|
+
mode: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode];
|
|
15575
|
+
onMouseenter: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15576
|
+
onMouseleave: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15577
|
+
onClick: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15578
|
+
onFocus: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15579
|
+
onBlur: import('ant-design-vue/es/_util/EventInterface').FocusEventHandler;
|
|
15580
|
+
onChange: (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], dateString: [string, string]) => void;
|
|
15581
|
+
onKeydown: (event: KeyboardEvent, preventDefault: () => void) => void;
|
|
15582
|
+
onContextmenu: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15583
|
+
onMousedown: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15584
|
+
onMouseup: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
|
|
15585
|
+
size: import('ant-design-vue/es/button').ButtonSize;
|
|
15586
|
+
direction: "rtl" | "ltr";
|
|
15587
|
+
open: boolean;
|
|
15588
|
+
disabled: boolean | [boolean, boolean];
|
|
15589
|
+
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
15590
|
+
disabledDate: (date: dayjs.Dayjs) => boolean;
|
|
15591
|
+
picker: import('ant-design-vue/es/vc-picker/interface').PickerMode;
|
|
15592
|
+
onPanelChange: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], modes: [import('ant-design-vue/es/vc-picker/interface').PanelMode, import('ant-design-vue/es/vc-picker/interface').PanelMode]) => void;
|
|
15593
|
+
locale: import('ant-design-vue/es/date-picker/generatePicker').PickerLocale;
|
|
15594
|
+
format: string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs> | (string | import('ant-design-vue/es/vc-picker/interface').CustomFormat<dayjs.Dayjs>)[];
|
|
15595
|
+
disabledHours: () => number[];
|
|
15596
|
+
disabledMinutes: (hour: number) => number[];
|
|
15597
|
+
disabledSeconds: (hour: number, minute: number) => number[];
|
|
15598
|
+
disabledTime: (date: dayjs.Dayjs, type: import('ant-design-vue/es/vc-picker/RangePicker').RangeType) => import('ant-design-vue/es/vc-picker/interface').DisabledTimes;
|
|
15599
|
+
autofocus: boolean;
|
|
15600
|
+
status: "" | "error" | "warning";
|
|
15601
|
+
defaultValue: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15602
|
+
'onUpdate:value': (value: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15603
|
+
popupStyle: import('vue').CSSProperties;
|
|
15604
|
+
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
15605
|
+
onOpenChange: (open: boolean) => void;
|
|
15606
|
+
'onUpdate:open': (open: boolean) => void;
|
|
15607
|
+
placeholder: string[];
|
|
15608
|
+
bordered: boolean;
|
|
15609
|
+
allowClear: boolean;
|
|
15610
|
+
defaultOpen: boolean;
|
|
15611
|
+
dateRender: import('ant-design-vue/es/vc-picker/RangePicker').RangeDateRender<dayjs.Dayjs>;
|
|
15612
|
+
defaultPickerValue: [string, string] | [dayjs.Dayjs, dayjs.Dayjs];
|
|
15613
|
+
showTime: boolean | (Omit<import('ant-design-vue/es/vc-picker/panels/TimePanel').SharedTimeProps<dayjs.Dayjs>, "defaultValue"> & {
|
|
15614
|
+
defaultValue?: dayjs.Dayjs[] | undefined;
|
|
15615
|
+
});
|
|
15616
|
+
onOk: (dates: [string, string] | [dayjs.Dayjs, dayjs.Dayjs]) => void;
|
|
15617
|
+
renderExtraFooter: () => any;
|
|
15618
|
+
showToday: boolean;
|
|
15619
|
+
presets: import('ant-design-vue/es/vc-picker/interface').PresetDate<dayjs.Dayjs[]>[];
|
|
15620
|
+
inputReadOnly: boolean;
|
|
15621
|
+
panelRender: (originPanel: any) => any;
|
|
15622
|
+
ranges: Record<string, [dayjs.Dayjs, dayjs.Dayjs] | (() => [dayjs.Dayjs, dayjs.Dayjs])>;
|
|
15623
|
+
allowEmpty: [boolean, boolean];
|
|
15624
|
+
onCalendarChange: (values: [string, string] | [dayjs.Dayjs, dayjs.Dayjs], formatString: [string, string], info: import('ant-design-vue/es/vc-picker/RangePicker').RangeInfo) => void;
|
|
15625
|
+
}, import('ant-design-vue/es/_util/type').CustomSlotsType<{
|
|
15626
|
+
suffixIcon?: any;
|
|
15627
|
+
prevIcon?: any;
|
|
15628
|
+
nextIcon?: any;
|
|
15629
|
+
superPrevIcon?: any;
|
|
15630
|
+
superNextIcon?: any;
|
|
15631
|
+
dateRender?: any;
|
|
15632
|
+
renderExtraFooter?: any;
|
|
15633
|
+
default?: any;
|
|
15634
|
+
separator?: any;
|
|
15635
|
+
clearIcon?: any;
|
|
15636
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15138
15637
|
}, {
|
|
15139
15638
|
customRef: (el: any) => void;
|
|
15140
15639
|
}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -2998,8 +2998,7 @@ export declare namespace ER {
|
|
|
2998
2998
|
* 根据配置代码设置ErLayout组件的值
|
|
2999
2999
|
* @param configId Grid配置Id
|
|
3000
3000
|
* @param itemCode 字段配置代码
|
|
3001
|
-
* @param editValue 需要设置的值
|
|
3002
|
-
* @param widgetType 组件类型
|
|
3001
|
+
* @param editValue 需要设置的值[值为void 0时,不触发validator]
|
|
3003
3002
|
* @returns this
|
|
3004
3003
|
*/
|
|
3005
3004
|
setControlValue(configId: string, itemCode: string, editValue: any): FormHelper;
|
|
@@ -3133,11 +3132,12 @@ export declare namespace ER {
|
|
|
3133
3132
|
* 获取配置区域内所有控件的值
|
|
3134
3133
|
* @param configId 配置区域代码或用逗号隔开的多个配置代码或配置代码数组
|
|
3135
3134
|
* @param extendJson 扩展属性
|
|
3135
|
+
* @param onlyVisibleControl 是否只获取可见控件的值
|
|
3136
3136
|
* @returns Json
|
|
3137
3137
|
*/
|
|
3138
3138
|
getAllControlValue(configId: string | Array<string>, extendJson?: {
|
|
3139
3139
|
[key: string]: any;
|
|
3140
|
-
}): {
|
|
3140
|
+
}, onlyVisibleControl?: boolean): {
|
|
3141
3141
|
[key: string]: any;
|
|
3142
3142
|
};
|
|
3143
3143
|
/**
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopFree-BSvQblcJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopQuery-EM0vHefy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopRichEditor-DC8znhgF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopTree-DGX6hNX5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|