$
$ : ComponentInternalInstance
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:507
$attrs
$attrs : Attrs
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:510
$data
$data : {}
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:508
$el
$el : any
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:517
$emit
$emit : ( event : "update:model-value" | "update:period" | "error" , ... args : any [] , ) => void
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:516
$force Update
$forceUpdate : () => void
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:519
$host
$host : Element | null
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:515
$next Tick
$nextTick : { () : Promise < void > ; < T , R > ( this : T , fn : ( this : T ) => R | Promise < R > ) : Promise < R > ; }
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:520
$options
$options : ComponentOptionsBase < Readonly < ExtractPropTypes < { buttonProps : { type : ObjectConstructor ; default () : {} } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : () => { day : number ; hour : number ; minute : number ; second : number ; } ; type : PropType < Record < string , number > > ; } ; customLocale : { type : PropType < Localization > } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; fields : { type : PropType < Field [] > } ; format : { type : PropType < CronFormat > } ; locale : { type : StringConstructor } ; modelValue : { type : StringConstructor } ; period : { type : StringConstructor } ; periods : { type : PropType < Period [] > } ; } , > , > & Readonly < { onError ?: ( ... args : any [] ) => any ; "onUpdate:model-value" ?: ( ... args : any [] ) => any ; "onUpdate:period" ?: ( ... args : any [] ) => any ; } , > , { cron : Ref < string , string > ; error : Ref < string , string > ; period : { items : { id : string ; text : any ; value : string [] } [] ; prefix : Ref < string , string > ; select : ( periodId : string ) => void ; selected : Ref < | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , | Period | { id : string ; text : any ; value : string [] } | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , > ; suffix : Ref < string , string > ; } ; segments : { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] ; selected : ComputedRef < { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] , > ; } , {} , {} , {} , ComponentOptionsMixin , ComponentOptionsMixin , (
"update:model-value" | "update:period" | "error" )
[] , string , { buttonProps : Record < string , any > ; clearable : boolean ; cols : Record < string , number > ; disabled : boolean ; dropdownProps : Record < string , any > ; } , {} , string , {} , { CustomSelect : DefineComponent < ExtractPropTypes < { buttonProps : { default : () => void ; type : ObjectConstructor } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : number ; type : NumberConstructor } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; items : { default : () => never [] ; type : PropType < any [] > } ; itemText : { default : string ; type : PropType < string | (
( item : ...
) => ...)
> ; } ; itemValue : { default : string ; type : PropType < string | (
( item : ...
) => ...)
> ; } ; modelValue : { type : PropType < string | number | (...)
[] > } ; multiple : { default : boolean ; type : BooleanConstructor } ; selection : { type : StringConstructor } ; } , > , { add : ( item : any ) => void ; clear : () => void ; equals : ( items : any [] ) => boolean ; has : ( item : any ) => boolean ; isEmpty : ComputedRef < boolean > ; itemRows : any [] [] ; remove : ( item : any ) => void ; select : ( item : any ) => void ; selected : Ref < | string | number | (
string | number )
[] | (
string | number | (...)
[] | undefined )
[] | undefined , | string | number | (
string | number )
[] | (
string | number | (...)
[] | undefined )
[] | undefined , > ; selectedStr : Ref < string , string > ; setItems : ( items : any [] ) => void ; setValues : ( values : | string | number | (
string | number )
[] | (
string | number | (...)
[] | undefined )
[] | undefined , ) => void ; toggle : ( item : any ) => void ; updated : Ref < number , number > ; values : Set < any > ; } , {} , {} , {} , ComponentOptionsMixin , ComponentOptionsMixin , "update:model-value" [] , "update:model-value" , PublicProps , Readonly < ExtractPropTypes < { buttonProps : { default : () => ...
; type : ObjectConstructor } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : number ; type : NumberConstructor } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => ...
; type : ObjectConstructor } ; items : { default : () => ...
; type : PropType < (...)
> } ; itemText : { default : string ; type : PropType < (...)
> } ; itemValue : { default : string ; type : PropType < (...)
> } ; modelValue : { type : PropType < (...)
> } ; multiple : { default : boolean ; type : BooleanConstructor } ; selection : { type : StringConstructor } ; } , > , > & Readonly < { "onUpdate:model-value" ?: ( ... args : (...)
[] ) => any } > , { buttonProps : Record < string , any > ; clearable : boolean ; cols : number ; disabled : boolean ; dropdownProps : Record < string , any > ; items : any [] ; itemText : string | (
( item : any ) => string )
; itemValue : string | (
( item : any ) => string | number )
; multiple : boolean ; } , {} , { Close : DefineComponent < {} , void , {} , {} , {} , ComponentOptionsMixin , ComponentOptionsMixin , {} , string , PublicProps , Readonly < {} > , {} , {} , {} , {} , string , ComponentProvideOptions , true , {} , any , > ; } , {} , string , ComponentProvideOptions , true , {} , any , > ; } & GlobalComponents , GlobalDirectives , string , ComponentProvideOptions , > & MergedComponentOptionsOverride
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:518
$parent
$parent : | ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} , {} , {} , string , ComponentProvideOptions , > , {} , {} , "" , {} , any , > | null
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:514
$props
$props : Partial < { buttonProps : Record < string , any > ; clearable : boolean ; cols : Record < string , number > ; disabled : boolean ; dropdownProps : Record < string , any > ; } , > & Omit < { buttonProps : Record < string , any > ; clearable : boolean ; cols : Record < string , number > ; customLocale ?: Localization ; disabled : boolean ; dropdownProps : Record < string , any > ; fields ?: Field [] ; format ?: CronFormat ; locale ?: string ; modelValue ?: string ; onError ?: ( ... args : any [] ) => any ; "onUpdate:model-value" ?: ( ... args : any [] ) => any ; "onUpdate:period" ?: ( ... args : any [] ) => any ; period ?: string ; periods ?: Period [] ; } & VNodeProps & AllowedComponentProps & ComponentCustomProps , "cols" | "disabled" | "clearable" | "buttonProps" | "dropdownProps" , >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:509
$refs
$refs : Data
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:511
$root
$root : | ComponentPublicInstance < {} , {} , {} , {} , {} , {} , {} , {} , false , ComponentOptionsBase < any , any , any , any , any , any , any , any , any , {} , {} , string , {} , {} , {} , string , ComponentProvideOptions , > , {} , {} , "" , {} , any , > | null
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:513
$slots
$slots : UnwrapSlotsType < S >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:512
buttonProps : Record < string , any >
Defined in element-plus/dist/index.d.ts:195
Readonlyclearable
clearable : boolean
Defined in element-plus/dist/index.d.ts:197
Readonlycols
cols : Record < string , number >
Defined in element-plus/dist/index.d.ts:198
cron
cron : string
Defined in element-plus/dist/index.d.ts:76
Optional Readonlycustom Locale
Defined in element-plus/dist/index.d.ts:150
Readonlydisabled
disabled : boolean
Defined in element-plus/dist/index.d.ts:199
Readonlydropdown Props
dropdownProps : Record < string , any >
Defined in element-plus/dist/index.d.ts:196
error
error : string
Defined in element-plus/dist/index.d.ts:77
Optional Readonlyfields
Defined in element-plus/dist/index.d.ts:144
Defined in element-plus/dist/index.d.ts:138
Optional Readonlylocale
locale ?: string
Defined in element-plus/dist/index.d.ts:141
Optional Readonlymodel Value
modelValue ?: string
Defined in element-plus/dist/index.d.ts:132
Optional Readonlyon Error
onError ?: ( ... args : any [] ) => any
Defined in element-plus/dist/index.d.ts:192
Optional Readonlyon Update:model- value
"onUpdate:model-value" ?: ( ... args : any [] ) => any
Defined in element-plus/dist/index.d.ts:191
Optional Readonlyon Update:period
"onUpdate:period" ?: ( ... args : any [] ) => any
Defined in element-plus/dist/index.d.ts:193
period
period : { items : { id : string ; text : any ; value : string [] } [] ; prefix : Ref < string , string > ; select : ( periodId : string ) => void ; selected : Ref < | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , | Period | { id : string ; text : any ; value : string [] } | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , > ; suffix : Ref < string , string > ; }
Defined in element-plus/dist/index.d.ts:100
Optional Readonlyperiods
Defined in element-plus/dist/index.d.ts:147
segments
segments : { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } []
Defined in element-plus/dist/index.d.ts:78
selected
selected : { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } []
Defined in element-plus/dist/index.d.ts:89
Static Optional__ defaults
__defaults ?: { buttonProps : Record < string , any > ; clearable : boolean ; cols : Record < string , number > ; disabled : boolean ; dropdownProps : Record < string , any > ; }
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:849
Static Optional__ differentiator
__differentiator ?: undefined
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:931
Static Optional__ file
__file ?: string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1414
Static Optional__ is Built In
__isBuiltIn ?: boolean
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1410
Static Optional__ is Fragment
__isFragment ?: undefined
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:484
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:846
Static Optional__ is Suspense
__isSuspense ?: undefined
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:486
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:848
Static Optional__ is Teleport
__isTeleport ?: undefined
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:485
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:847
Static Optional__ name
__name ?: string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1418
Static Optionalcall
call ?: ( this : unknown , ... args : unknown [] ) => never
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:845
Static Optionalclass
class ?: unknown
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1403
Static Optionalcompat Config
compatConfig ?: CompatConfig
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:890
Static Optionalcompiler Options
compilerOptions ?: RuntimeCompilerOptions
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:844
Static Optionalcomponents
components ?: { CustomSelect : DefineComponent < ExtractPropTypes < { buttonProps : { default : () => void ; type : ObjectConstructor } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : number ; type : NumberConstructor } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; items : { default : () => never [] ; type : PropType < any [] > } ; itemText : { default : string ; type : PropType < string | (( item : any ) => string )> ; } ; itemValue : { default : string ; type : PropType < string | (( item : any ) => (...) | (...))> ; } ; modelValue : { type : PropType < string | number | ((...) | (...))[] > } ; multiple : { default : boolean ; type : BooleanConstructor } ; selection : { type : StringConstructor } ; } , > , { add : ( item : any ) => void ; clear : () => void ; equals : ( items : any [] ) => boolean ; has : ( item : any ) => boolean ; isEmpty : ComputedRef < boolean > ; itemRows : any [] [] ; remove : ( item : any ) => void ; select : ( item : any ) => void ; selected : Ref < | string | number | (string | number )[] | (string | number | ((...) | (...))[] | undefined )[] | undefined , | string | number | (string | number )[] | (string | number | ((...) | (...))[] | undefined )[] | undefined , > ; selectedStr : Ref < string , string > ; setItems : ( items : any [] ) => void ; setValues : ( values : | string | number | (string | number )[] | (string | number | ((...) | (...))[] | undefined )[] | undefined , ) => void ; toggle : ( item : any ) => void ; updated : Ref < number , number > ; values : Set < any > ; } , {} , {} , {} , ComponentOptionsMixin , ComponentOptionsMixin , "update:model-value" [] , "update:model-value" , PublicProps , Readonly < ExtractPropTypes < { buttonProps : { default : () => void ; type : ObjectConstructor } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : number ; type : NumberConstructor } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; items : { default : () => (...)[] ; type : PropType < (...)[] > } ; itemText : { default : string ; type : PropType < (...) | (...)> } ; itemValue : { default : string ; type : PropType < (...) | (...)> } ; modelValue : { type : PropType < (...) | (...) | (...)> } ; multiple : { default : boolean ; type : BooleanConstructor } ; selection : { type : StringConstructor } ; } , > , > & Readonly < { "onUpdate:model-value" ?: ( ... args : any [] ) => any } > , { buttonProps : Record < string , any > ; clearable : boolean ; cols : number ; disabled : boolean ; dropdownProps : Record < string , any > ; items : any [] ; itemText : string | (( item : any ) => string ); itemValue : string | (( item : any ) => string | number ); multiple : boolean ; } , {} , { Close : DefineComponent < {} , void , {} , {} , {} , ComponentOptionsMixin , ComponentOptionsMixin , {} , string , PublicProps , Readonly < {} > , {} , {} , {} , {} , string , ComponentProvideOptions , true , {} , any , > ; } , {} , string , ComponentProvideOptions , true , {} , any , > ; } & GlobalComponents & Record < string , Component < any , any , any , ComputedOptions , MethodOptions , {} , any > , >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:837
Static Optionalcomputed
computed ?: {}
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:893
Static Optionaldata
data ?: ( this : CreateComponentPublicInstanceWithMixins < Readonly < ExtractPropTypes < { buttonProps : { type : ObjectConstructor ; default () : {} } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : () => { day : number ; hour : number ; minute : number ; second : number ; } ; type : PropType < Record < string , number > > ; } ; customLocale : { type : PropType < Localization > } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; fields : { type : PropType < Field [] > } ; format : { type : PropType < CronFormat > } ; locale : { type : StringConstructor } ; modelValue : { type : StringConstructor } ; period : { type : StringConstructor } ; periods : { type : PropType < Period [] > } ; } , > , > & Readonly < { onError ?: ( ... args : any [] ) => any ; "onUpdate:model-value" ?: ( ... args : any [] ) => any ; "onUpdate:period" ?: ( ... args : any [] ) => any ; } , > , {} , {} , {} , MethodOptions , ComponentOptionsMixin , ComponentOptionsMixin , > , vm : CreateComponentPublicInstanceWithMixins < Readonly < ExtractPropTypes < { buttonProps : { type : ObjectConstructor ; default () : {} } ; clearable : { default : boolean ; type : BooleanConstructor } ; cols : { default : () => { day : number ; hour : number ; minute : number ; second : number ; } ; type : PropType < Record < string , number > > ; } ; customLocale : { type : PropType < Localization > } ; disabled : { default : boolean ; type : BooleanConstructor } ; dropdownProps : { default : () => void ; type : ObjectConstructor } ; fields : { type : PropType < Field [] > } ; format : { type : PropType < CronFormat > } ; locale : { type : StringConstructor } ; modelValue : { type : StringConstructor } ; period : { type : StringConstructor } ; periods : { type : PropType < Period [] > } ; } , > , > & Readonly < { onError ?: ( ... args : any [] ) => any ; "onUpdate:model-value" ?: ( ... args : any [] ) => any ; "onUpdate:period" ?: ( ... args : any [] ) => any ; } , > , {} , {} , {} , MethodOptions , ComponentOptionsMixin , ComponentOptionsMixin , > , ) => {}
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:892
Static Optionaldelimiters
delimiters ?: [ string , string ]
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:922
Static Optionaldirectives
directives ?: GlobalDirectives & Record < string , Directive < any , any , string , any > >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:838
Static Optionalemits
emits ?: ("update:model-value" | "update:period" | "error" )[] & ThisType < void >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:840
Static Optionalerror Captured
errorCaptured ?: ErrorCapturedHook < unknown >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:917
Static Optionalexpose
expose ?: string []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:842
Static Optionalextends
extends ?: ComponentOptionsMixin
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:900
Static Optionalfilters
filters ?: Record < string , Function >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:898
Static Optionalinherit Attrs
inheritAttrs ?: boolean
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:839
Static Optionalinject
inject ?: {} | string []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:897
Static Optionalkey
key ?: PropertyKey
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1215
Static Optionalmethods
methods ?: {}
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:894
Static Optionalmixins
mixins ?: ComponentOptionsMixin []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:899
Static Optionalname
name ?: string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:834
Static Optionalon Vnode Before Mount
onVnodeBeforeMount ?: VNodeMountHook | VNodeMountHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1219
Static Optionalon Vnode Before Unmount
onVnodeBeforeUnmount ?: VNodeMountHook | VNodeMountHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1223
Static Optionalon Vnode Before Update
onVnodeBeforeUpdate ?: VNodeUpdateHook | VNodeUpdateHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1221
Static Optionalon Vnode Mounted
onVnodeMounted ?: VNodeMountHook | VNodeMountHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1220
Static Optionalon Vnode Unmounted
onVnodeUnmounted ?: VNodeMountHook | VNodeMountHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1224
Static Optionalon Vnode Updated
onVnodeUpdated ?: VNodeUpdateHook | VNodeUpdateHook []
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1222
Static Optionalprovide
provide ?: ComponentProvideOptions
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:896
Static Optionalref
ref ?: VNodeRef
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1216
Static Optionalref_ for
ref_for ?: boolean
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1217
Static Optionalref_ key
ref_key ?: string
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1218
Static Optionalrender
render ?: Function
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:836
Static Optionalrender Tracked
renderTracked ?: DebuggerHook
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:915
Static Optionalrender Triggered
renderTriggered ?: DebuggerHook
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:916
Static Optionalsetup
setup ?: ( this : void , props : LooseRequired < Props & Prettify < UnwrapMixinsType < IntersectionMixin < Mixin > & IntersectionMixin < Extends > , "P" , > , > , > , ctx : { attrs : Attrs ; emit : ( event : "update:model-value" | "update:period" | "error" , ... args : any [] , ) => void ; expose : < Exposed extends Record < string , any > = Record < string , any > > ( exposed ?: Exposed , ) => void ; slots : UnwrapSlotsType < S > ; } , ) => | void | { cron : Ref < string , string > ; error : Ref < string , string > ; period : { items : { id : string ; text : any ; value : string [] } [] ; prefix : Ref < string , string > ; select : ( periodId : string ) => void ; selected : Ref < | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , | Period | { id : string ; text : any ; value : string [] } | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , > ; suffix : Ref < string , string > ; } ; segments : { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] ; selected : ComputedRef < { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] , > ; } | RenderFunction | Promise < { cron : Ref < string , string > ; error : Ref < string , string > ; period : { items : { id : string ; text : any ; value : string [] } [] ; prefix : Ref < string , string > ; select : ( periodId : string ) => void ; selected : Ref < | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , | Period | { id : string ; text : any ; value : string [] } | { id : string ; text ?: string ; value : string [] } | { id : string ; text : any ; value : string [] } , > ; suffix : Ref < string , string > ; } ; segments : { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] ; selected : ComputedRef < { cron : Ref < string , string > ; error : Ref < string , string > ; id : string ; items : FieldItem [] ; prefix : Ref < string , string > ; select : ( evt : number [] ) => void ; selected : Ref < number [] , number [] > ; suffix : Ref < string , string > ; text : Ref < string , string > ; } [] , > ; } , >
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:833
Static Optionalslots
slots ?: {}
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:841
Static Optionalstyle
style ?: unknown
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1404
Static Optionaltemplate
template ?: string | object
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:835
Static Optionalwatch
watch ?: ComponentWatchOptions
Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:895
#3468
type-only, used to assist Mixin's type inference, TypeScript will try to simplify the inferred
Mixintype, with the__differentiator, TypeScript won't be able to combine different mixins, because the__differentiatorwill be different