ll-plus 2.9.7 → 2.9.9-s
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/es/components/advanced-filtering/index.d.ts +12 -12
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +6 -6
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +6 -6
- package/es/components/api-component/index.d.ts +6 -6
- package/es/components/api-component/src/api-component.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/es/components/breadcrumb-card/index.d.ts +6 -6
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/es/components/drawer/src/drawer.vue.d.ts +1 -1
- package/es/components/dropdown-button-simple/index.d.ts +1 -1
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +5 -5
- package/es/components/form/src/form.vue.d.ts +5 -5
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +10 -10
- package/es/components/key-value/src/key-value.vue.d.ts +30 -30
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/new-drawer/index.d.ts +5 -5
- package/es/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/new-modal/index.d.ts +8 -8
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +8 -8
- package/es/components/operate-icon/index.d.ts +1 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tree-search/index.d.ts +3 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/input/src/input.vue2.mjs +3 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -2
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
- package/index.full.js +51 -50
- package/index.full.min.js +4 -4
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +4 -4
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +51 -50
- package/lib/components/advanced-filtering/index.d.ts +12 -12
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +6 -6
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +6 -6
- package/lib/components/api-component/index.d.ts +6 -6
- package/lib/components/api-component/src/api-component.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/lib/components/breadcrumb-card/index.d.ts +6 -6
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/lib/components/drawer/src/drawer.vue.d.ts +1 -1
- package/lib/components/dropdown-button-simple/index.d.ts +1 -1
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +5 -5
- package/lib/components/form/src/form.vue.d.ts +5 -5
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +10 -10
- package/lib/components/key-value/src/key-value.vue.d.ts +30 -30
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/new-drawer/index.d.ts +5 -5
- package/lib/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/new-modal/index.d.ts +8 -8
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +8 -8
- package/lib/components/operate-icon/index.d.ts +1 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tree-search/index.d.ts +3 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/input/src/input.vue2.js +3 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -2
- package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +2 -2
- package/theme-chalk/css/api-component.css +2 -2
- package/theme-chalk/css/cascader.css +2 -2
- package/theme-chalk/css/checkbox.css +2 -2
- package/theme-chalk/css/code-editor.css +2 -2
- package/theme-chalk/css/color-picker.css +2 -2
- package/theme-chalk/css/cropper.css +2 -2
- package/theme-chalk/css/descriptions.css +2 -2
- package/theme-chalk/css/drawer.css +2 -2
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +2 -2
- package/theme-chalk/css/easy-cron.css +2 -2
- package/theme-chalk/css/form.css +2 -2
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +2 -2
- package/theme-chalk/css/input.css +2 -2
- package/theme-chalk/css/key-value.css +2 -2
- package/theme-chalk/css/markdown-editor.css +2 -2
- package/theme-chalk/css/message.css +2 -2
- package/theme-chalk/css/modal.css +2 -2
- package/theme-chalk/css/new-drawer.css +2 -2
- package/theme-chalk/css/new-modal.css +2 -2
- package/theme-chalk/css/number-range.css +2 -2
- package/theme-chalk/css/rich-text-editor.css +2 -2
- package/theme-chalk/css/segmented.css +2 -2
- package/theme-chalk/css/switch.css +2 -2
- package/theme-chalk/css/table.css +2 -2
- package/theme-chalk/css/tabs-simple.css +2 -2
- package/theme-chalk/css/tag-group.css +2 -2
- package/theme-chalk/css/upload-image.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +12 -12
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +6 -6
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +6 -6
- package/types/packages/components/api-component/index.d.ts +6 -6
- package/types/packages/components/api-component/src/api-component.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/index.d.ts +6 -6
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +6 -6
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/types/packages/components/drawer/src/drawer.vue.d.ts +1 -1
- package/types/packages/components/dropdown-button-simple/index.d.ts +1 -1
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/types/packages/components/form/index.d.ts +5 -5
- package/types/packages/components/form/src/form.vue.d.ts +5 -5
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +10 -10
- package/types/packages/components/key-value/src/key-value.vue.d.ts +30 -30
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/new-drawer/index.d.ts +5 -5
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/new-modal/index.d.ts +8 -8
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +8 -8
- package/types/packages/components/operate-icon/index.d.ts +1 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tree-search/index.d.ts +3 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
|
@@ -2722,7 +2722,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
2722
2722
|
readonly onConfirm?: (() => any) | undefined;
|
|
2723
2723
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
2724
2724
|
} & {}>;
|
|
2725
|
-
emits: ((event: "close") => void) & ((event: "
|
|
2725
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
2726
2726
|
bem: {
|
|
2727
2727
|
b: (blockSuffix?: string) => string;
|
|
2728
2728
|
e: (element?: string) => string;
|
|
@@ -4212,9 +4212,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4212
4212
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4213
4213
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
4214
4214
|
disabled?: boolean | undefined;
|
|
4215
|
-
rules?: {
|
|
4216
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4217
|
-
} | undefined;
|
|
4218
4215
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4219
4216
|
span: (StringConstructor | NumberConstructor)[];
|
|
4220
4217
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4283,6 +4280,10 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4283
4280
|
}>> & import("vue").HTMLAttributes) | undefined;
|
|
4284
4281
|
colon?: boolean | undefined;
|
|
4285
4282
|
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
4283
|
+
rules?: {
|
|
4284
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4285
|
+
} | undefined;
|
|
4286
|
+
validateTrigger?: string | string[] | undefined;
|
|
4286
4287
|
labelWrap?: boolean | undefined;
|
|
4287
4288
|
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
4288
4289
|
hideRequiredMark?: boolean | undefined;
|
|
@@ -4292,15 +4293,14 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4292
4293
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4293
4294
|
validateOnRuleChange?: boolean | undefined;
|
|
4294
4295
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4295
|
-
validateTrigger?: string | string[] | undefined;
|
|
4296
4296
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4297
4297
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4298
4298
|
onFinish?: ((values: any) => void) | undefined;
|
|
4299
4299
|
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
4300
4300
|
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
4301
4301
|
name?: string | undefined;
|
|
4302
|
-
layout?: string | undefined;
|
|
4303
4302
|
prefixCls?: string | undefined;
|
|
4303
|
+
layout?: string | undefined;
|
|
4304
4304
|
}>;
|
|
4305
4305
|
id: import("vue").Ref<string>;
|
|
4306
4306
|
validate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
@@ -11432,7 +11432,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
11432
11432
|
readonly onConfirm?: (() => any) | undefined;
|
|
11433
11433
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
11434
11434
|
} & {}>;
|
|
11435
|
-
emits: ((event: "close") => void) & ((event: "
|
|
11435
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
11436
11436
|
bem: {
|
|
11437
11437
|
b: (blockSuffix?: string) => string;
|
|
11438
11438
|
e: (element?: string) => string;
|
|
@@ -12922,9 +12922,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12922
12922
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12923
12923
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
12924
12924
|
disabled?: boolean | undefined;
|
|
12925
|
-
rules?: {
|
|
12926
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12927
|
-
} | undefined;
|
|
12928
12925
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12929
12926
|
span: (StringConstructor | NumberConstructor)[];
|
|
12930
12927
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -12993,6 +12990,10 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12993
12990
|
}>> & import("vue").HTMLAttributes) | undefined;
|
|
12994
12991
|
colon?: boolean | undefined;
|
|
12995
12992
|
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
12993
|
+
rules?: {
|
|
12994
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12995
|
+
} | undefined;
|
|
12996
|
+
validateTrigger?: string | string[] | undefined;
|
|
12996
12997
|
labelWrap?: boolean | undefined;
|
|
12997
12998
|
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
12998
12999
|
hideRequiredMark?: boolean | undefined;
|
|
@@ -13002,15 +13003,14 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13002
13003
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
13003
13004
|
validateOnRuleChange?: boolean | undefined;
|
|
13004
13005
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
13005
|
-
validateTrigger?: string | string[] | undefined;
|
|
13006
13006
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
13007
13007
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
13008
13008
|
onFinish?: ((values: any) => void) | undefined;
|
|
13009
13009
|
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
13010
13010
|
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
13011
13011
|
name?: string | undefined;
|
|
13012
|
-
layout?: string | undefined;
|
|
13013
13012
|
prefixCls?: string | undefined;
|
|
13013
|
+
layout?: string | undefined;
|
|
13014
13014
|
}>;
|
|
13015
13015
|
id: import("vue").Ref<string>;
|
|
13016
13016
|
validate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
@@ -2719,7 +2719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2719
2719
|
readonly onConfirm?: (() => any) | undefined;
|
|
2720
2720
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
2721
2721
|
} & {}>;
|
|
2722
|
-
emits: ((event: "close") => void) & ((event: "
|
|
2722
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
2723
2723
|
bem: {
|
|
2724
2724
|
b: (blockSuffix?: string) => string;
|
|
2725
2725
|
e: (element?: string) => string;
|
|
@@ -4209,9 +4209,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4209
4209
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4210
4210
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
4211
4211
|
disabled?: boolean | undefined;
|
|
4212
|
-
rules?: {
|
|
4213
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4214
|
-
} | undefined;
|
|
4215
4212
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4216
4213
|
span: (StringConstructor | NumberConstructor)[];
|
|
4217
4214
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4280,6 +4277,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4280
4277
|
}>> & import("vue").HTMLAttributes) | undefined;
|
|
4281
4278
|
colon?: boolean | undefined;
|
|
4282
4279
|
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
4280
|
+
rules?: {
|
|
4281
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4282
|
+
} | undefined;
|
|
4283
|
+
validateTrigger?: string | string[] | undefined;
|
|
4283
4284
|
labelWrap?: boolean | undefined;
|
|
4284
4285
|
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
4285
4286
|
hideRequiredMark?: boolean | undefined;
|
|
@@ -4289,15 +4290,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4289
4290
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4290
4291
|
validateOnRuleChange?: boolean | undefined;
|
|
4291
4292
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4292
|
-
validateTrigger?: string | string[] | undefined;
|
|
4293
4293
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4294
4294
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4295
4295
|
onFinish?: ((values: any) => void) | undefined;
|
|
4296
4296
|
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
4297
4297
|
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
4298
4298
|
name?: string | undefined;
|
|
4299
|
-
layout?: string | undefined;
|
|
4300
4299
|
prefixCls?: string | undefined;
|
|
4300
|
+
layout?: string | undefined;
|
|
4301
4301
|
}>;
|
|
4302
4302
|
id: import("vue").Ref<string>;
|
|
4303
4303
|
validate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
@@ -1132,7 +1132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1132
1132
|
readonly onConfirm?: (() => any) | undefined;
|
|
1133
1133
|
readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
|
|
1134
1134
|
} & {}>;
|
|
1135
|
-
emits: ((event: "close") => void) & ((event: "
|
|
1135
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:value", value: Record<string, any>) => void) & ((event: "changeValue", value: Record<string, any>) => void);
|
|
1136
1136
|
bem: {
|
|
1137
1137
|
b: (blockSuffix?: string) => string;
|
|
1138
1138
|
e: (element?: string) => string;
|
|
@@ -2622,9 +2622,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2622
2622
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
2623
2623
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
2624
2624
|
disabled?: boolean | undefined;
|
|
2625
|
-
rules?: {
|
|
2626
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
2627
|
-
} | undefined;
|
|
2628
2625
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
2629
2626
|
span: (StringConstructor | NumberConstructor)[];
|
|
2630
2627
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -2693,6 +2690,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2693
2690
|
}>> & import("vue").HTMLAttributes) | undefined;
|
|
2694
2691
|
colon?: boolean | undefined;
|
|
2695
2692
|
labelAlign?: import("ant-design-vue/es/form/interface").FormLabelAlign | undefined;
|
|
2693
|
+
rules?: {
|
|
2694
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
2695
|
+
} | undefined;
|
|
2696
|
+
validateTrigger?: string | string[] | undefined;
|
|
2696
2697
|
labelWrap?: boolean | undefined;
|
|
2697
2698
|
requiredMark?: "" | import("ant-design-vue/es/form/Form").RequiredMark | undefined;
|
|
2698
2699
|
hideRequiredMark?: boolean | undefined;
|
|
@@ -2702,15 +2703,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2702
2703
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
2703
2704
|
validateOnRuleChange?: boolean | undefined;
|
|
2704
2705
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
2705
|
-
validateTrigger?: string | string[] | undefined;
|
|
2706
2706
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
2707
2707
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
2708
2708
|
onFinish?: ((values: any) => void) | undefined;
|
|
2709
2709
|
onFinishFailed?: ((errorInfo: import("ant-design-vue/es/form/interface").ValidateErrorEntity<any>) => void) | undefined;
|
|
2710
2710
|
onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
|
|
2711
2711
|
name?: string | undefined;
|
|
2712
|
-
layout?: string | undefined;
|
|
2713
2712
|
prefixCls?: string | undefined;
|
|
2713
|
+
layout?: string | undefined;
|
|
2714
2714
|
}>;
|
|
2715
2715
|
id: import("vue").Ref<string>;
|
|
2716
2716
|
validate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
@@ -39,7 +39,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./src/config").HttpModel;
|
|
41
41
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
42
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
44
43
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
45
44
|
}) | (() => {
|
|
@@ -49,6 +48,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
49
48
|
}) | (() => {
|
|
50
49
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
51
50
|
} | undefined))[], unknown, unknown>;
|
|
51
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -359,8 +359,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
359
359
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
417
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
@@ -703,8 +703,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
703
703
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
761
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
@@ -892,7 +892,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./src/config").HttpModel;
|
|
894
894
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
896
895
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
897
896
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
898
897
|
}) | (() => {
|
|
@@ -902,6 +901,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
902
901
|
}) | (() => {
|
|
903
902
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
904
903
|
} | undefined))[], unknown, unknown>;
|
|
904
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>>;
|
|
906
906
|
export default LlApiComponent;
|
|
907
907
|
export * from './src/config';
|
|
@@ -39,7 +39,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./config").HttpModel;
|
|
41
41
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
42
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
44
43
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
45
44
|
}) | (() => {
|
|
@@ -49,6 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
48
|
}) | (() => {
|
|
50
49
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
51
50
|
} | undefined))[], unknown, unknown>;
|
|
51
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
359
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
417
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
@@ -703,8 +703,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
703
703
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
761
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
@@ -892,7 +892,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./config").HttpModel;
|
|
894
894
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
896
895
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
897
896
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
898
897
|
}) | (() => {
|
|
@@ -902,5 +901,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
902
901
|
}) | (() => {
|
|
903
902
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
904
903
|
} | undefined))[], unknown, unknown>;
|
|
904
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>;
|
|
906
906
|
export default _default;
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
12
12
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -62,8 +62,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
64
|
}>> & {
|
|
65
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
66
65
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
66
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
67
67
|
onOk?: ((value: string) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
@@ -246,8 +246,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
246
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
247
247
|
readonly value: string;
|
|
248
248
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
250
249
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
250
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
251
251
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
252
252
|
} & {}>;
|
|
253
253
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -301,8 +301,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
301
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
302
302
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
303
303
|
}>> & {
|
|
304
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
305
304
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
305
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
306
306
|
onOk?: ((value: string) => any) | undefined;
|
|
307
307
|
}, {
|
|
308
308
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
39
39
|
readonly value: string;
|
|
40
40
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
42
41
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
42
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
43
43
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
44
44
|
} & {}>;
|
|
45
45
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
94
94
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
95
|
}>> & {
|
|
96
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
97
96
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
97
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
98
98
|
onOk?: ((value: string) => any) | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
69
69
|
readonly value: string;
|
|
70
70
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
72
71
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
72
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
73
73
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
124
124
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
125
125
|
}>> & {
|
|
126
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
127
126
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
127
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
128
128
|
onOk?: ((value: string) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
@@ -91,8 +91,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
92
92
|
readonly value: string;
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
95
94
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
95
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
96
96
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
97
97
|
} & {}>;
|
|
98
98
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -146,8 +146,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
147
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
148
148
|
}>> & {
|
|
149
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
150
149
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
150
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
151
151
|
onOk?: ((value: string) => any) | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
@@ -15,11 +15,11 @@ export declare const LlBreadcrumbCard: import("ll-plus/es/utils").SFCWithInstall
|
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
17
|
readonly title: string;
|
|
18
|
-
readonly zIndex: number;
|
|
19
|
-
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
|
-
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
18
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
19
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "inner" | "outer", unknown>;
|
|
20
|
+
readonly zIndex: number;
|
|
21
|
+
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
|
+
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
23
|
readonly rootClass?: string | undefined;
|
|
24
24
|
readonly onClose?: ((bool: boolean) => any) | undefined;
|
|
25
25
|
readonly "onUpdate:visible"?: ((bool: boolean) => any) | undefined;
|
|
@@ -66,11 +66,11 @@ export declare const LlBreadcrumbCard: import("ll-plus/es/utils").SFCWithInstall
|
|
|
66
66
|
"onUpdate:visible"?: ((bool: boolean) => any) | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
readonly title: string;
|
|
69
|
-
readonly zIndex: number;
|
|
70
|
-
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
-
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
69
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
73
70
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "inner" | "outer", unknown>;
|
|
71
|
+
readonly zIndex: number;
|
|
72
|
+
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
73
|
+
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
74
74
|
}, {}>>;
|
|
75
75
|
export default LlBreadcrumbCard;
|
|
76
76
|
export * from './src/breadcrumb-card';
|
|
@@ -14,11 +14,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
16
|
readonly title: string;
|
|
17
|
-
readonly zIndex: number;
|
|
18
|
-
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
-
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
17
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
18
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "inner" | "outer", unknown>;
|
|
19
|
+
readonly zIndex: number;
|
|
20
|
+
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
|
+
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
22
|
readonly rootClass?: string | undefined;
|
|
23
23
|
readonly onClose?: ((bool: boolean) => any) | undefined;
|
|
24
24
|
readonly "onUpdate:visible"?: ((bool: boolean) => any) | undefined;
|
|
@@ -65,10 +65,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
"onUpdate:visible"?: ((bool: boolean) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
67
|
readonly title: string;
|
|
68
|
-
readonly zIndex: number;
|
|
69
|
-
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
|
-
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
68
|
readonly isShowFooterShadow: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
69
|
readonly footerShadowPlacement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "inner" | "outer", unknown>;
|
|
70
|
+
readonly zIndex: number;
|
|
71
|
+
readonly keyboard: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
+
readonly visible: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
73
73
|
}, {}>;
|
|
74
74
|
export default _default;
|
|
@@ -11,9 +11,9 @@ export declare const LlCodeEditor: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
11
11
|
props: import("@vue/shared").LooseRequired<{
|
|
12
12
|
readonly value: string;
|
|
13
13
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14
|
-
readonly options: import("./src/config").Options;
|
|
15
14
|
readonly height: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
16
15
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
16
|
+
readonly options: import("./src/config").Options;
|
|
17
17
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme))[], unknown, unknown>;
|
|
18
18
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./src/config").Language) | ((new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./src/config").Language))[], unknown, unknown>;
|
|
19
19
|
readonly onChange?: ((value: string) => any) | undefined;
|
|
@@ -55,9 +55,9 @@ export declare const LlCodeEditor: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
55
55
|
}, {
|
|
56
56
|
readonly value: string;
|
|
57
57
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
58
|
-
readonly options: import("./src/config").Options;
|
|
59
58
|
readonly height: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
60
59
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
60
|
+
readonly options: import("./src/config").Options;
|
|
61
61
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./src/config").Theme))[], unknown, unknown>;
|
|
62
62
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./src/config").Language) | ((new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./src/config").Language))[], unknown, unknown>;
|
|
63
63
|
}, {}>>;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
props: import("@vue/shared").LooseRequired<{
|
|
11
11
|
readonly value: string;
|
|
12
12
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13
|
-
readonly options: import("./config").Options;
|
|
14
13
|
readonly height: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15
14
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15
|
+
readonly options: import("./config").Options;
|
|
16
16
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme))[], unknown, unknown>;
|
|
17
17
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./config").Language) | ((new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./config").Language))[], unknown, unknown>;
|
|
18
18
|
readonly onChange?: ((value: string) => any) | undefined;
|
|
@@ -54,9 +54,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
}, {
|
|
55
55
|
readonly value: string;
|
|
56
56
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
57
|
-
readonly options: import("./config").Options;
|
|
58
57
|
readonly height: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
59
58
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
59
|
+
readonly options: import("./config").Options;
|
|
60
60
|
readonly theme: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme) | ((new (...args: any[]) => "vs" | "hc-black" | "vs-dark" | "AtlanticNight" | "AtomOneDark" | "AuroraX" | "AyuDark" | "AyuLight" | "BlulocoLight" | "CodeSandBox" | "Darktooth" | "Dracula" | "EvaLight" | "FlatUI" | "Hopscotch" | "HorlaLightTheme" | "HybridNext" | "KimbieDark" | "Lucario" | "MonokaiDimmed" | "MonokaiPro" | "Nebula" | "NoctisAzureus" | "NoctisBordo" | "NoctisLux" | "OneDarkPro" | "OneMonokai" | "Panda" | "RemedyDark" | "ReUI" | "ShadesOfPurple" | "SnazzyLight" | "SnazzyOperator" | "SublimeMaterialThemeDark" | "SynthWave84" | "TokyoNightStorm" | "TomorrowNightBlue" | "Twilight") | (() => import("./config").Theme))[], unknown, unknown>;
|
|
61
61
|
readonly language: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./config").Language) | ((new (...args: any[]) => "html" | "json" | "javascript" | "typescript" | "css") | (() => import("./config").Language))[], unknown, unknown>;
|
|
62
62
|
}, {}>;
|