diff --git a/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html b/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html index 04ef116c..8759889f 100644 --- a/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html +++ b/docs/classes/_ui_switch_ui_switch_component_.uiswitchcomponent.html @@ -158,7 +158,7 @@

constructor

  • Parameters

    @@ -183,7 +183,7 @@

    Private _beforeChange

    _beforeChange: Subscription
    @@ -193,7 +193,7 @@

    Private _checked

    _checked: boolean
    @@ -203,7 +203,7 @@

    Private _disabled

    _disabled: boolean
    @@ -213,7 +213,7 @@

    Private _loading

    _loading: boolean
    @@ -223,7 +223,7 @@

    Private _reverse

    _reverse: boolean
    @@ -233,7 +233,7 @@

    beforeChange

    beforeChange: Observable<boolean>
    @@ -243,7 +243,7 @@

    Private cdr

    cdr: ChangeDetectorRef
    @@ -253,7 +253,7 @@

    change

    change: EventEmitter<boolean> = new EventEmitter<boolean>()
    @@ -263,7 +263,7 @@

    changeEvent

    changeEvent: EventEmitter<MouseEvent> = new EventEmitter<MouseEvent>()
    @@ -273,7 +273,7 @@

    checkedLabel

    checkedLabel: any
    @@ -283,7 +283,7 @@

    checkedTextColor

    checkedTextColor: any
    @@ -293,7 +293,7 @@

    color

    color: any
    @@ -303,7 +303,7 @@

    defaultBgColor

    defaultBgColor: any
    @@ -313,7 +313,7 @@

    defaultBoColor

    defaultBoColor: any
    @@ -323,7 +323,7 @@

    size

    size: any
    @@ -333,7 +333,7 @@

    switchColor

    switchColor: any
    @@ -343,7 +343,7 @@

    switchOffColor

    switchOffColor: any
    @@ -353,7 +353,7 @@

    uncheckedLabel

    uncheckedLabel: any
    @@ -363,7 +363,7 @@

    uncheckedTextColor

    uncheckedTextColor: any
    @@ -373,7 +373,7 @@

    valueChange

    valueChange: EventEmitter<boolean> = new EventEmitter<boolean>()
    @@ -386,8 +386,8 @@

    checked

    checked:
    @@ -397,8 +397,8 @@

    disabled

    disabled:
    @@ -408,8 +408,8 @@

    loading

    loading:
    @@ -419,8 +419,8 @@

    reverse

    reverse:
    @@ -437,7 +437,7 @@

    getColor

  • Parameters

    @@ -460,7 +460,7 @@

    ngOnDestroy

  • Returns void

    @@ -477,7 +477,7 @@

    Private onChangeCallb
  • Parameters

    @@ -500,7 +500,7 @@

    onClick

  • Parameters

    @@ -523,7 +523,7 @@

    onToggle

  • Parameters

    @@ -546,7 +546,7 @@

    Private onTouchedCall
  • Parameters

    @@ -569,7 +569,7 @@

    registerOnChange

  • Parameters

    @@ -592,7 +592,7 @@

    registerOnTouched

  • Parameters

    @@ -615,7 +615,7 @@

    setDisabledState

  • Parameters

    @@ -638,7 +638,7 @@

    writeValue

  • Parameters

    diff --git a/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html b/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html index b3a0ce25..3e0bb99a 100644 --- a/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html +++ b/docs/classes/_ui_switch_ui_switch_module_.uiswitchmodule.html @@ -102,7 +102,7 @@

    Static forRoot

  • Parameters

    diff --git a/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html b/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html index aa8fa7fe..921e82f6 100644 --- a/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html +++ b/docs/interfaces/_ui_switch_ui_switch_config_.uiswitchmoduleconfig.html @@ -107,7 +107,7 @@

    Optional checkedLabel

    checkedLabel: undefined | string @@ -117,7 +117,7 @@

    Optional checkedText
    checkedTextColor: undefined | string
    @@ -127,7 +127,7 @@

    Optional color

    color: undefined | string
    @@ -137,7 +137,7 @@

    Optional defaultBgColordefaultBgColor: undefined | string @@ -147,7 +147,7 @@

    Optional defaultBoColordefaultBoColor: undefined | string @@ -157,7 +157,7 @@

    Optional size

    size: undefined | string
    @@ -167,7 +167,7 @@

    Optional switchColor

    switchColor: undefined | string
    @@ -177,7 +177,7 @@

    Optional switchOffCo
    switchOffColor: undefined | string
    @@ -187,7 +187,7 @@

    Optional uncheckedLabeluncheckedLabel: undefined | string @@ -197,7 +197,7 @@

    Optional uncheckedTextuncheckedTextColor: undefined | string diff --git a/docs/modules/_ui_switch_ui_switch_component_.html b/docs/modules/_ui_switch_ui_switch_component_.html index 012f7dee..059c6494 100644 --- a/docs/modules/_ui_switch_ui_switch_component_.html +++ b/docs/modules/_ui_switch_ui_switch_component_.html @@ -93,7 +93,7 @@

    Const UI_SWITCH_CONTROL
    UI_SWITCH_CONTROL_VALUE_ACCESSOR: object
    @@ -102,7 +102,7 @@

    multi

    multi: boolean = true
    @@ -112,7 +112,7 @@

    provide

    provide: InjectionToken<any> = NG_VALUE_ACCESSOR
    @@ -122,7 +122,7 @@

    useExisting

    useExisting: Type<any> = forwardRef(() => UiSwitchComponent)
    diff --git a/docs/modules/_ui_switch_ui_switch_token_.html b/docs/modules/_ui_switch_ui_switch_token_.html index 4adad35c..ef9c0ef9 100644 --- a/docs/modules/_ui_switch_ui_switch_token_.html +++ b/docs/modules/_ui_switch_ui_switch_token_.html @@ -87,7 +87,7 @@

    Const UI_SWITCH_OPTIONS
    UI_SWITCH_OPTIONS: InjectionToken<Object> = new InjectionToken('UI_SWITCH_OPTIONS')