diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/alert/properties/alert-properties/alert-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/alert/properties/alert-properties/alert-properties.component.html index 31d0e1f21..c9428e218 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/alert/properties/alert-properties/alert-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/alert/properties/alert-properties/alert-properties.component.html @@ -1,4 +1,9 @@ - + Name @@ -6,14 +11,14 @@ Description - type: string ('info' | 'confirm' | 'warning' | 'error') + type: 'info' | 'confirm' | 'warning' | 'error' 'info' Uses on of the available alert types. - mode: string ('inline' | 'modal') + mode: 'inline' | 'modal' 'inline' @@ -21,17 +26,16 @@ Uses on of the available alert modes: @@ -44,33 +48,34 @@ tabIndexValue: number 0 - - Tabindex value given to the close button. - + Tabindex value given to the close button. onClose: EventEmitter - This function will be called when the user clicks the close button. If - there is no function we should close the alert by default. + This event will emit in case the user clicks the close button. If + there is no event we should close the alert by default. - margin: any (string | object) + margin: string | object - Size of the margin to be applied to the component ('xxsmall' | - 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You - can pass an object with 'top', 'bottom', 'left' and 'right' properties - in order to specify different margin sizes. + Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | + 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You can pass an + object with 'top', 'bottom', 'left' and 'right' properties in order to + specify different margin sizes. - size: any (string | object) + size: string 'fitContent' - Size of the component ('small' | 'medium' | 'large' | 'fillParent' | 'fitContent'). + + Size of the component ('small' | 'medium' | 'large' | 'fillParent' | + 'fitContent'). + - \ No newline at end of file + diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/card/properties/card-table-properties/card-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/card/properties/card-table-properties/card-table-properties.component.html index 016dd9085..1d861fd82 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/card/properties/card-table-properties/card-table-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/card/properties/card-table-properties/card-table-properties.component.html @@ -21,7 +21,7 @@ Color of the image background. - imagePadding: any (string | object) + imagePadding: string | object Size of the padding to be applied to the image section of the component @@ -31,14 +31,14 @@ - imagePosition: string ('after' | 'before') + imagePosition: 'after' | 'before' 'before' Whether the image should appear in relation to the content. - contentPadding: any (string | object) + contentPadding: string | object Size of the padding to be applied to the content section of the component @@ -59,8 +59,8 @@ onClick: EventEmitter - This event will emit when the user clicks the card. Component will - show some visual feedback on hover. + This event will emit when the user clicks the card. Component will show + some visual feedback on hover. @@ -69,7 +69,7 @@ Whether the image must cover the whole image area of the card. - margin: any (string | object) + margin: string | object Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | @@ -86,8 +86,6 @@ outlined: boolean true - Whether the card must be outlined. - + Whether the card must be outlined. - diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/dropdown/properties/dropdown-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/dropdown/properties/dropdown-table-properties.component.html index 798b3da5c..d1a856c6a 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/dropdown/properties/dropdown-table-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/dropdown/properties/dropdown-table-properties.component.html @@ -39,7 +39,7 @@ Whether the arrow next to the label is displayed or not. - margin: any (string | object) + margin: string | object Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | @@ -50,7 +50,7 @@ size: string - 'fitContent' + 'fitContent' Size of the component ('small' | 'medium' | 'large' | 'fillParent' | 'fitContent'). diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/header/properties/header-table-properties/header-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/header/properties/header-table-properties/header-table-properties.component.html index 2513b0f71..a8a5eeab0 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/header/properties/header-table-properties/header-table-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/header/properties/header-table-properties/header-table-properties.component.html @@ -59,7 +59,7 @@ - padding: any (string | object) + padding: string | object Size of the padding to be applied to the custom area of the component diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/radio/properties/radio-properties/radio-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/radio/properties/radio-properties/radio-properties.component.html index b71604bcd..1091c69b4 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/radio/properties/radio-properties/radio-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/radio/properties/radio-properties/radio-properties.component.html @@ -1,88 +1,93 @@ - + - - Name - Default - Description - - - checked: boolean - - false - - - If true, the radio is selected. If undefined the component will be - uncontrolled and the value will be managed internally by the - component. - - - - value: any - - - Will be passed to the value attribute of the html input element. - When inside a form, this value will be only submitted if the radio is checked. - - - - label: string - - Text to be placed next to the radio. - - - labelPosition: string ('before' | 'after') - - 'before' - - Whether the label should appear after or before the radio. - - - name: string - - Name attribute of the input element. - - - disabled: boolean - - false - - If true, the component will be disabled. - - - required: boolean - - false - - - If true, the radio will change its appearence, showing that the value - is required. - - - - onChange: EventEmitter - - - This function will be called when the user clicks the radio. The new - value will be passed as a parameter. - - - - margin: any (string | object) - - - Size of the margin to be applied to the component ('xxsmall' | - 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You - can pass an object with 'top', 'bottom', 'left' and 'right' properties - in order to specify different margin sizes. - - - - size: any (string | object) - - 'fitContent' - - - Size of the component ('small' | 'medium' | 'large' | 'fillParent' | 'fitContent'). - - + + Name + Default + Description + + + checked: boolean + + false + + + If true, the radio is selected. If undefined the component will be + uncontrolled and the value will be managed internally by the component. + + + + value: string + + + Will be passed to the value attribute of the html input element. When + inside a form, this value will be only submitted if the radio is checked. + + + + label: string + + Text to be placed next to the radio. + + + labelPosition: 'before' | 'after' + + 'before' + + Whether the label should appear after or before the radio. + + + name: string + + Name attribute of the input element. + + + disabled: boolean + + false + + If true, the component will be disabled. + + + required: boolean + + false + + + If true, the radio will change its appearence, showing that the value is + required. + + + + onChange: EventEmitter + + + This event will emit in case the user clicks the radio. The new value + will be passed as a parameter. + + + + margin: string | object + + + Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | + 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You can pass an + object with 'top', 'bottom', 'left' and 'right' properties in order to + specify different margin sizes. + + + + size: string + + 'fitContent' + + + Size of the component ('small' | 'medium' | 'large' | 'fillParent' | + 'fitContent'). + + diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/tabs/properties/tabs-table-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/tabs/properties/tabs-table-properties.component.html index 510c9880d..4142665a2 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/tabs/properties/tabs-table-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/tabs/properties/tabs-table-properties.component.html @@ -16,12 +16,12 @@ The index of the active tab. - iconPosition: string ('top' | 'left') + iconPosition: 'top' | 'left' 'left' Position of icons in tabs. - margin: any (string | object) + margin: string | object Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-alert/dxc-alert.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-alert/dxc-alert.component.ts index 70a05aaa5..b207b5a8d 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-alert/dxc-alert.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-alert/dxc-alert.component.ts @@ -80,9 +80,10 @@ export class DxcAlertComponent implements OnChanges { @Output() onClose: EventEmitter = new EventEmitter(); /** - * Size of the margin to be applied to the component. You can pass an object with - * 'top', 'bottom', 'left' and 'right' properties in order to specify different - * margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties + * in order to specify different margin sizes. */ @Input() margin: Space | Margin; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-card/dxc-card.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-card/dxc-card.component.ts index 666183624..e9efc4618 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-card/dxc-card.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-card/dxc-card.component.ts @@ -54,7 +54,8 @@ export class DxcCardComponent implements OnInit { @Input() imageBgColor: string = "black"; /** - * Size of the padding to be applied to the image section of the component. + * Size of the padding to be applied to the image section of the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). * You can pass an object with 'top', 'bottom', 'left' and 'right' properties * in order to specify different padding sizes. */ @@ -66,7 +67,8 @@ export class DxcCardComponent implements OnInit { @Input() imagePosition: "after" | "before" = "before"; /** - * Size of the padding to be applied to the content section of the component. + * Size of the padding to be applied to the content section of the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). * You can pass an object with 'top', 'bottom', 'left' and 'right' properties * in order to specify different padding sizes. */ @@ -97,9 +99,10 @@ export class DxcCardComponent implements OnInit { private _imageCover = false; /** - * Size of the margin to be applied to the component. You can pass an object - * with 'top', 'bottom', 'left' and 'right' properties in order to specify - * different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in + * order to specify different margin sizes. */ @Input() margin: Space | Size; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-checkbox/dxc-checkbox.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-checkbox/dxc-checkbox.component.ts index 52a202b8a..6c3735098 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-checkbox/dxc-checkbox.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-checkbox/dxc-checkbox.component.ts @@ -116,8 +116,10 @@ export class DxcCheckboxComponent implements OnInit { @Output() onChange: EventEmitter; /** - * Size of the margin to be applied to the component. You can pass an object with 'top', - * 'bottom', 'left' and 'right' properties in order to specify different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties + * in order to specify different margin sizes. */ @Input() margin: Space | Margin; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-dropdown/dxc-dropdown.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-dropdown/dxc-dropdown.component.ts index b06d8d216..380716bc8 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-dropdown/dxc-dropdown.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-dropdown/dxc-dropdown.component.ts @@ -78,8 +78,10 @@ export class DxcDropdownComponent implements OnChanges { private _caretHidden = false; /** - * Size of the margin to be applied to the component. You can pass an object with 'top', - * 'bottom', 'left' and 'right' properties in order to specify different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties + * in order to specify different margin sizes. */ @Input() margin: Space | Margin; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header-dropdown/dxc-header-dropdown.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header-dropdown/dxc-header-dropdown.component.ts index 6993dc35c..24e5c4250 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header-dropdown/dxc-header-dropdown.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header-dropdown/dxc-header-dropdown.component.ts @@ -56,8 +56,10 @@ export class DxcHeaderDropdownComponent implements OnChanges { @Input() caretHidden: boolean = false; /** - * Size of the margin to be applied to the component. You can pass an object with 'top', - * 'bottom', 'left' and 'right' properties in order to specify different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in + * order to specify different margin sizes. */ @Input() margin: Space | Margin; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header.component.ts index 9fd90181e..600d89b23 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-header/dxc-header.component.ts @@ -81,12 +81,14 @@ export class DxcHeaderComponent implements OnChanges { private _tabIndexValue = 0; /** - * Size of the bottom margin to be applied to the footer. + * Size of the bottom margin to be applied to the footer + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). */ @Input() margin: Space; /** - * Size of the padding to be applied to the custom area of the component. + * Size of the padding to be applied to the custom area of the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to * specify different padding sizes. */ diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-radio/dxc-radio.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-radio/dxc-radio.component.ts index edede91a4..e303d059a 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-radio/dxc-radio.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-radio/dxc-radio.component.ts @@ -101,8 +101,10 @@ export class DxcRadioComponent implements OnInit { @Output() onChange: EventEmitter; /** - * Size of the margin to be applied to the component. You can pass an object with 'top', - * 'bottom', 'left' and 'right' properties in order to specify different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in + * order to specify different margin sizes. */ @Input() margin: Space | Margin; diff --git a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts index 36731b1a4..f5c5a9635 100644 --- a/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts +++ b/projects/dxc-ngx-cdk/src/lib/dxc-tabs/dxc-tabs.component.ts @@ -74,9 +74,10 @@ export class DxcTabsComponent implements OnChanges { @Input() iconPosition: "top" | "left" = "left"; /** - * Size of the margin to be applied to the component. You can pass an object - * with 'top', 'bottom', 'left' and 'right' properties in order to specify - * different margin sizes. + * Size of the margin to be applied to the component + * ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). + * You can pass an object with 'top', 'bottom', 'left' and 'right' properties + * in order to specify different margin sizes. */ @Input() margin: Space | Margin;