DefaultApplyFlavorComponent
component
Component Metadata
Section titled “Component Metadata”Selector: yuv-default-apply-flavor
Standalone: No
Inputs
Section titled “Inputs”Type: any
Default Value: this.dialogData.data
dmsObject
Section titled “dmsObject”Type: DmsObject
Default Value: this.dialogData.dmsObject
flavor
Section titled “flavor”Type: ObjectFlavor
Default Value: this.dialogData.flavor
Properties
Section titled “Properties”applyDisabled
Section titled “applyDisabled”Type: unknown
Default Value: signal<boolean>(true)
busyLoading
Section titled “busyLoading”Type: unknown
Default Value: signal<boolean>(false)
busySaving
Section titled “busySaving”Type: unknown
Default Value: signal<boolean>(false)
Type: unknown
Default Value: signal<boolean>(false)
flavorLabel
Section titled “flavorLabel”Type: unknown
Default Value: computed(() => (this.flavor().origin === 'app' ? this.translate.instant(this.flavor().id) : this.#system.getLocalizedLabel(this.flavor().id)))
formOptions
Section titled “formOptions”Type: unknown
Default Value: signal<ObjectFormOptions | null>(null)
objectForm
Section titled “objectForm”Type: unknown
Default Value: viewChild(ObjectFormComponent)
Methods
Section titled “Methods”applyFlavor
Section titled “applyFlavor”applyFlavor(): voidclose(): voidonFormStatusChanged
Section titled “onFormStatusChanged”onFormStatusChanged(status: FormStatusChangedEvent): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| status | FormStatusChangedEvent |