From e3148c19715866f330f037f65f35ceaa89ca3d0a Mon Sep 17 00:00:00 2001 From: agonzalez97 Date: Mon, 14 Feb 2022 17:33:56 +0100 Subject: [PATCH] [Patch] Set examples to open first one --- .../src/assets/examples/alert.json | 117 +++++----- .../src/assets/examples/app-layout.json | 33 +-- .../src/assets/examples/autosuggest.json | 33 +-- .../src/assets/examples/box.json | 19 +- .../src/assets/examples/button.json | 61 +++--- .../src/assets/examples/card.json | 47 ++-- .../src/assets/examples/checkbox.json | 3 +- .../src/assets/examples/chip.json | 33 +-- .../src/assets/examples/date.json | 3 +- .../src/assets/examples/dialog.json | 47 ++-- .../src/assets/examples/dropdown.json | 47 ++-- .../src/assets/examples/new-date.json | 131 ++++++------ .../src/assets/examples/new-select.json | 89 ++++---- .../src/assets/examples/new-textarea.json | 201 +++++++++--------- .../src/assets/examples/newInputText.json | 201 +++++++++--------- .../src/assets/examples/select.json | 75 +++---- .../src/assets/examples/tabs.json | 61 +++--- .../src/assets/examples/tag.json | 3 +- .../src/assets/examples/text-area.json | 89 ++++---- .../src/assets/examples/toggle-group.json | 61 +++--- .../src/assets/examples/upload.json | 19 +- .../src/assets/examples/wizard.json | 47 ++-- 22 files changed, 721 insertions(+), 699 deletions(-) diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json b/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json index 2ea93ca88..0893d6255 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json @@ -1,60 +1,61 @@ { - "data": [ - { - "title": "Info Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert", - "title": "InfoAlert" - } - }, - { - "title": "Succes Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert", - "title": "SuccesAlert" - } - }, - { - "title": "Warning Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert", - "title": "WarningAlert" - } - }, - { - "title": "Error Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert", - "title": "ErrorAlert" - } - }, - { - "title": "Sized Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert", - "title": "SizedAlert" - } - }, - { - "title": "Modal Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert", - "title": "ModalAlert" - } - }, - { - "title": "Closable Inline Alert", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert", - "title": "ClosableInlineAlert" - } - }, - { - "title": "Alert with children", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren", - "title": "AlertWithChildren" - } - } - ] + "data": [ + { + "title": "Info Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert", + "title": "InfoAlert" + }, + "visibility": true + }, + { + "title": "Succes Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert", + "title": "SuccesAlert" + } + }, + { + "title": "Warning Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert", + "title": "WarningAlert" + } + }, + { + "title": "Error Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert", + "title": "ErrorAlert" + } + }, + { + "title": "Sized Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert", + "title": "SizedAlert" + } + }, + { + "title": "Modal Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert", + "title": "ModalAlert" + } + }, + { + "title": "Closable Inline Alert", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert", + "title": "ClosableInlineAlert" + } + }, + { + "title": "Alert with children", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren", + "title": "AlertWithChildren" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json b/projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json index d19c6ea77..218a8c0ea 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json @@ -1,18 +1,19 @@ { - "data": [ - { - "title": "Basic Layout", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout", - "title": "dxc-technology/halstack-angular/application-layout#1" - } - }, - { - "title": "Layout with Sidenav", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav", - "title": "dxc-technology/halstack-angular/application-layout#2" - } - } - ] + "data": [ + { + "title": "Basic Layout", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout", + "title": "dxc-technology/halstack-angular/application-layout#1" + }, + "visibility": true + }, + { + "title": "Layout with Sidenav", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav", + "title": "dxc-technology/halstack-angular/application-layout#2" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json b/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json index 2ad80f703..1de451bdf 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json @@ -1,18 +1,19 @@ { - "data": [ - { - "title": "Text input with suggestions", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput", - "title": "autosuggest-input" - } - }, - { - "title": "Text input with a function as suggestions", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput", - "title": "autosuggest-function-input" - } - } - ] + "data": [ + { + "title": "Text input with suggestions", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput", + "title": "autosuggest-input" + }, + "visibility": true + }, + { + "title": "Text input with a function as suggestions", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput", + "title": "autosuggest-function-input" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/box.json b/projects/dxc-ngx-cdk-site/src/assets/examples/box.json index 81e0bd138..36f442b9a 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/box.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/box.json @@ -1,11 +1,12 @@ { - "data": [ - { - "title": "Basic Box", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox", - "title": "BasicBox" - } - } - ] + "data": [ + { + "title": "Basic Box", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox", + "title": "BasicBox" + }, + "visibility": true + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/button.json b/projects/dxc-ngx-cdk-site/src/assets/examples/button.json index f35ec1990..b9d0ae4de 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/button.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/button.json @@ -1,32 +1,33 @@ { - "data": [ - { - "title": "Button Modes", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-modes/button-modes.component.html", - "title": "button-modes" - } - }, - { - "title": "Button with Icon", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon", - "title": "button-with-icon" - } - }, - { - "title": "Sized Button", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton", - "title": "sized-button" - } - }, - { - "title": "Fill Parent Button", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton", - "title": "fill-parent-button" - } - } - ] + "data": [ + { + "title": "Button Modes", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-modes/button-modes.component.html", + "title": "button-modes" + }, + "visibility": true + }, + { + "title": "Button with Icon", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon", + "title": "button-with-icon" + } + }, + { + "title": "Sized Button", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton", + "title": "sized-button" + } + }, + { + "title": "Fill Parent Button", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton", + "title": "fill-parent-button" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/card.json b/projects/dxc-ngx-cdk-site/src/assets/examples/card.json index 3f855bec6..bc9a85164 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/card.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/card.json @@ -1,25 +1,26 @@ { - "data": [ - { - "title": "Default Card", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction", - "title": "DefaultCard" - } - }, - { - "title": "Card with link", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink", - "title": "CardWithLink" - } - }, - { - "title": "Card with action", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction", - "title": "CardWithAction" - } - } - ] + "data": [ + { + "title": "Default Card", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction", + "title": "DefaultCard" + }, + "visibility": true + }, + { + "title": "Card with link", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink", + "title": "CardWithLink" + } + }, + { + "title": "Card with action", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction", + "title": "CardWithAction" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json b/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json index 0ae9d90d3..48ec0e464 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json @@ -5,7 +5,8 @@ "iframe": { "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-label-position/checkbox-label-position.component.html&initialpath=checkboxLabelPosition", "title": "CheckboxLabelPosition" - } + }, + "visibility": true }, { "title": "Checkbox Uncontrolled", diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json b/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json index 2261299ba..73f7e6e69 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json @@ -1,18 +1,19 @@ { - "data": [ - { - "title": "Default Chip", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip", - "title": "DefaultChip" - } - }, - { - "title": "Chip with icons", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons", - "title": "ChipWithIcons" - } - } - ] + "data": [ + { + "title": "Default Chip", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip", + "title": "DefaultChip" + }, + "visibility": true + }, + { + "title": "Chip with icons", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons", + "title": "ChipWithIcons" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/date.json b/projects/dxc-ngx-cdk-site/src/assets/examples/date.json index fd7a23964..e222061f6 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/date.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/date.json @@ -5,7 +5,8 @@ "iframe": { "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/sized-date/sized-date.component.html&initialpath=sizedDate", "title": "Sized Date" - } + }, + "visibility": true }, { "title": "Uncontrolled Date", diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json b/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json index 858ac5ccc..577399b95 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json @@ -1,25 +1,26 @@ { - "data": [ - { - "title": "Default Dialog", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/default-dialog/default-dialog.component.html&initialpath=defaultDialog", - "title": "DefaultDialog" - } - }, - { - "title": "Modal Dialog", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/modal-dialog/modal-dialog.component.html&initialpath=modalDialog", - "title": "ModalDialog" - } - }, - { - "title": "Close Dialog", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/close-dialog/close-dialog.component.html&initialpath=closeDialog", - "title": "CloseDialog" - } - } - ] + "data": [ + { + "title": "Default Dialog", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/default-dialog/default-dialog.component.html&initialpath=defaultDialog", + "title": "DefaultDialog" + }, + "visibility": true + }, + { + "title": "Modal Dialog", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/modal-dialog/modal-dialog.component.html&initialpath=modalDialog", + "title": "ModalDialog" + } + }, + { + "title": "Close Dialog", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next-next?file=src/app/views/dialog/close-dialog/close-dialog.component.html&initialpath=closeDialog", + "title": "CloseDialog" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json b/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json index 7930ffb6c..75590ea5e 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json @@ -1,25 +1,26 @@ { - "data": [ - { - "title": "Default Dropdown", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/default-dropdown/default-dropdown.component.html&initialpath=defaultDropdown", - "title": "DefaultDropdown" - } - }, - { - "title": "Default Dropdown with expand on hover", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/default-dropdown-expand-on-hover/default-dropdown-expand-on-hover.component.html&initialpath=defaultDropdownExpandOnHover", - "title": "DefaultDropdownHover" - } - }, - { - "title": "Dropdown with icons", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/dropdown-with-icons/dropdown-with-icons.component.html&initialpath=dropdownWithIcons", - "title": "DropdownWithIcons" - } - } - ] + "data": [ + { + "title": "Default Dropdown", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/default-dropdown/default-dropdown.component.html&initialpath=defaultDropdown", + "title": "DefaultDropdown" + }, + "visibility": true + }, + { + "title": "Default Dropdown with expand on hover", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/default-dropdown-expand-on-hover/default-dropdown-expand-on-hover.component.html&initialpath=defaultDropdownExpandOnHover", + "title": "DefaultDropdownHover" + } + }, + { + "title": "Dropdown with icons", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/dropdown/dropdown-with-icons/dropdown-with-icons.component.html&initialpath=dropdownWithIcons", + "title": "DropdownWithIcons" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/new-date.json b/projects/dxc-ngx-cdk-site/src/assets/examples/new-date.json index eba1b4442..8a13526c5 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/new-date.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/new-date.json @@ -1,67 +1,68 @@ { - "data": [ - { - "title": "Controlled date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/controlled-date-input/controlled-date-input.component.html&initialpath=controlledDateInput", - "title": "controlled-date" - } - }, - { - "title": "Uncontrolled date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/uncontrolled-date-input/uncontrolled-date-input.component.html&initialpath=uncontrolledDateInput", - "title": "uncontrolled-date" - } - }, - { - "title": "Date with helper text", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/date-with-helper/date-with-helper.component.html&initialpath=dateInputWithHelperText", - "title": "date-helper-text" - } - }, - { - "title": "Formatted date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/formatted-date-input/formatted-date-input.component.html&initialpath=formattedDateInput", - "title": "date-formatted" - } - }, - { - "title": "Optional date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/optional-date-input/optional-date-input.component.html&initialpath=optionalDateInput", - "title": "optional-date" - } - }, - { - "title": "Disabled date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/disabled-date-input/disabled-date-input.component.html&initialpath=disabledDateInput", - "title": "disabled-date" - } - }, - { - "title": "Invalid date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/invalid-date-input/invalid-date-input.component.html&initialpath=invalidDateInput", - "title": "invalid-date" - } - }, - { - "title": "Input with custom error messages", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/custom-error-date-input/custom-error-date-input.component.html&initialpath=customErrorDateInput", - "title": "custom-error-date" - } - }, - { - "title": "Fill parent size date", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/fill-parent-sized-date-input/fill-parent-sized-date-input.component.html&initialpath=fillParentSizedDateInput", - "title": "size-date" - } - } - ] + "data": [ + { + "title": "Controlled date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/controlled-date-input/controlled-date-input.component.html&initialpath=controlledDateInput", + "title": "controlled-date" + }, + "visibility": true + }, + { + "title": "Uncontrolled date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/uncontrolled-date-input/uncontrolled-date-input.component.html&initialpath=uncontrolledDateInput", + "title": "uncontrolled-date" + } + }, + { + "title": "Date with helper text", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/date-with-helper/date-with-helper.component.html&initialpath=dateInputWithHelperText", + "title": "date-helper-text" + } + }, + { + "title": "Formatted date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/formatted-date-input/formatted-date-input.component.html&initialpath=formattedDateInput", + "title": "date-formatted" + } + }, + { + "title": "Optional date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/optional-date-input/optional-date-input.component.html&initialpath=optionalDateInput", + "title": "optional-date" + } + }, + { + "title": "Disabled date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/disabled-date-input/disabled-date-input.component.html&initialpath=disabledDateInput", + "title": "disabled-date" + } + }, + { + "title": "Invalid date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/invalid-date-input/invalid-date-input.component.html&initialpath=invalidDateInput", + "title": "invalid-date" + } + }, + { + "title": "Input with custom error messages", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/custom-error-date-input/custom-error-date-input.component.html&initialpath=customErrorDateInput", + "title": "custom-error-date" + } + }, + { + "title": "Fill parent size date", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date-input/fill-parent-sized-date-input/fill-parent-sized-date-input.component.html&initialpath=fillParentSizedDateInput", + "title": "size-date" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/new-select.json b/projects/dxc-ngx-cdk-site/src/assets/examples/new-select.json index b7b7cc28c..9e1209149 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/new-select.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/new-select.json @@ -1,46 +1,47 @@ { - "data": [ - { - "title": "Default select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/default-select/default-select.component.html&initialpath=defaultSelect", - "title": "default-select" - } - }, - { - "title": "Disabled select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/disabled-select/disabled-select.component.html&initialpath=disabledSelect", - "title": "disabledSelect-select" - } - }, - { - "title": "Error multiple select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/error-multiple-select/error-multiple-select.component.html&initialpath=errorMultipleSelect", - "title": "error-multiple-select" - } - }, - { - "title": "Error select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/error-select/error-select.component.html&initialpath=errorSelect", - "title": "error-select" - } - }, - { - "title": "Multiple select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/multiple-select/multiple-select.component.html&initialpath=multipleSelect", - "title": "multiple-select" - } - }, - { - "title": "Searchable select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/searchable-select/searchable-select.component.html&initialpath=searchableSelect", - "title": "searchable-select" - } - } - ] + "data": [ + { + "title": "Default select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/default-select/default-select.component.html&initialpath=defaultSelect", + "title": "default-select" + }, + "visibility": true + }, + { + "title": "Disabled select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/disabled-select/disabled-select.component.html&initialpath=disabledSelect", + "title": "disabledSelect-select" + } + }, + { + "title": "Error multiple select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/error-multiple-select/error-multiple-select.component.html&initialpath=errorMultipleSelect", + "title": "error-multiple-select" + } + }, + { + "title": "Error select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/error-select/error-select.component.html&initialpath=errorSelect", + "title": "error-select" + } + }, + { + "title": "Multiple select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/multiple-select/multiple-select.component.html&initialpath=multipleSelect", + "title": "multiple-select" + } + }, + { + "title": "Searchable select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/select/searchable-select/searchable-select.component.html&initialpath=searchableSelect", + "title": "searchable-select" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/new-textarea.json b/projects/dxc-ngx-cdk-site/src/assets/examples/new-textarea.json index 939b0cce1..573942ae3 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/new-textarea.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/new-textarea.json @@ -1,102 +1,103 @@ { - "data": [ - { - "title": "Controlled textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/controlled-textarea/controlled-textarea.component.html&initialpath=controlledTextarea", - "title": "controlled-textarea" - } - }, - { - "title": "Uncontrolled textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/uncontrolled-textarea/uncontrolled-textarea.component.html&initialpath=uncontrolledTextarea", - "title": "uncontrolled-textarea" - } - }, - { - "title": "Textarea with helper text", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-helper-text/textarea-with-helper-text.component.html&initialpath=textareaWithHelperText", - "title": "textarea-helper-text" - } - }, - { - "title": "Textarea with placeholder", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-placeholder/textarea-with-placeholder.component.html&initialpath=textareaWithPlaceholder", - "title": "textarea-placeholder" - } - }, - { - "title": "Disabled textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/disabled-textarea/disabled-textarea.component.html&initialpath=disabledTextarea", - "title": "disabled-textarea" - } - }, - { - "title": "Optional textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/optional-textarea/optional-textarea.component.html&initialpath=optionalTextarea", - "title": "optional-textarea" - } - }, - { - "title": "Textarea with verticalGrow set to 'manual'", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-vertialgrow-manual/textarea-vertialgrow-manual.component.html&initialpath=textareaVerticalgrowManual", - "title": "verticalGrow-manual-textarea" - } - }, - { - "title": "Textarea with verticalGrow set to 'none'", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-vertialgrow-none/textarea-vertialgrow-none.component.html&initialpath=textareaVerticalgrowNone", - "title": "verticalGrow-none-textarea" - } - }, - { - "title": "Textarea with default rows", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-default-rows/textarea-with-default-rows.component.html&initialpath=textareaWithDefaultRows", - "title": "rows-textarea" - } - }, - { - "title": "Invalid textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/invalid-textarea/invalid-textarea.component.html&initialpath=invalidTextarea", - "title": "invalid-textarea" - } - }, - { - "title": "Textarea with pattern constraint", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-pattern-constraint/textarea-with-pattern-constraint.component.html&initialpath=textareaWithPatternConstraint", - "title": "pattern-textarea" - } - }, - { - "title": "Textarea with length constraint", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-length-constraint/textarea-with-length-constraint.component.html&initialpath=textareaWithLengthConstraint", - "title": "length-textarea" - } - }, - { - "title": "Textarea with custom error messages", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-custom-error/textarea-with-custom-error.component.html&initialpath=textareaWithCustomError", - "title": "custom-error-textarea" - } - }, - { - "title": "Fill parent size textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app//views/textarea/fill-parent-size-textarea/fill-parent-size-textarea.component.html&initialpath=fillParentSizeTextarea", - "title": "fill-parent-textarea" - } - } - ] + "data": [ + { + "title": "Controlled textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/controlled-textarea/controlled-textarea.component.html&initialpath=controlledTextarea", + "title": "controlled-textarea" + }, + "visibility": true + }, + { + "title": "Uncontrolled textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/uncontrolled-textarea/uncontrolled-textarea.component.html&initialpath=uncontrolledTextarea", + "title": "uncontrolled-textarea" + } + }, + { + "title": "Textarea with helper text", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-helper-text/textarea-with-helper-text.component.html&initialpath=textareaWithHelperText", + "title": "textarea-helper-text" + } + }, + { + "title": "Textarea with placeholder", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-placeholder/textarea-with-placeholder.component.html&initialpath=textareaWithPlaceholder", + "title": "textarea-placeholder" + } + }, + { + "title": "Disabled textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/disabled-textarea/disabled-textarea.component.html&initialpath=disabledTextarea", + "title": "disabled-textarea" + } + }, + { + "title": "Optional textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/optional-textarea/optional-textarea.component.html&initialpath=optionalTextarea", + "title": "optional-textarea" + } + }, + { + "title": "Textarea with verticalGrow set to 'manual'", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-vertialgrow-manual/textarea-vertialgrow-manual.component.html&initialpath=textareaVerticalgrowManual", + "title": "verticalGrow-manual-textarea" + } + }, + { + "title": "Textarea with verticalGrow set to 'none'", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-vertialgrow-none/textarea-vertialgrow-none.component.html&initialpath=textareaVerticalgrowNone", + "title": "verticalGrow-none-textarea" + } + }, + { + "title": "Textarea with default rows", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-default-rows/textarea-with-default-rows.component.html&initialpath=textareaWithDefaultRows", + "title": "rows-textarea" + } + }, + { + "title": "Invalid textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/invalid-textarea/invalid-textarea.component.html&initialpath=invalidTextarea", + "title": "invalid-textarea" + } + }, + { + "title": "Textarea with pattern constraint", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-pattern-constraint/textarea-with-pattern-constraint.component.html&initialpath=textareaWithPatternConstraint", + "title": "pattern-textarea" + } + }, + { + "title": "Textarea with length constraint", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-length-constraint/textarea-with-length-constraint.component.html&initialpath=textareaWithLengthConstraint", + "title": "length-textarea" + } + }, + { + "title": "Textarea with custom error messages", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/textarea/textarea-with-custom-error/textarea-with-custom-error.component.html&initialpath=textareaWithCustomError", + "title": "custom-error-textarea" + } + }, + { + "title": "Fill parent size textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app//views/textarea/fill-parent-size-textarea/fill-parent-size-textarea.component.html&initialpath=fillParentSizeTextarea", + "title": "fill-parent-textarea" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json b/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json index 44bf42d4e..d95708c30 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json @@ -1,102 +1,103 @@ { - "data": [ - { - "title": "Controlled input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/controlled-input/controlled-input.component.html&initialpath=controlledInput", - "title": "controlled-input" - } - }, - { - "title": "Uncontrolled input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/uncontrolled-input/uncontrolled-input.component.html&initialpath=uncontrolledInput", - "title": "uncontrolled-input" - } - }, - { - "title": "Input with helper text", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-helper-text/input-with-helper-text.component.html&initialpath=inputWithHelperText", - "title": "input-helper-text" - } - }, - { - "title": "Input with placeholder", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-placeholder/input-with-placeholder.component.html&initialpath=inputWithPlaceholder", - "title": "input-placeholder" - } - }, - { - "title": "Input with prefix", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-prefix/input-with-prefix.component.html&initialpath=inputWithPrefix", - "title": "input-prefix" - } - }, - { - "title": "Input with suffix", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-suffix/input-with-suffix.component.html&initialpath=inputWithSuffix", - "title": "input-suffix" - } - }, - { - "title": "Input with action", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-action/input-with-action.component.html&initialpath=inputWithAction", - "title": "input-action" - } - }, - { - "title": "Optional input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/optional-input/optional-input.component.html&initialpath=optionalInput", - "title": "optional-input" - } - }, - { - "title": "Disabled input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/disabled-input/disabled-input.component.html&initialpath=disabledInput", - "title": "disabled-input" - } - }, - { - "title": "Input with pattern constraint", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-pattern-constraint/input-with-pattern-constraint.component.html&initialpath=inputWithPatternConstraint", - "title": "pattern-input" - } - }, - { - "title": "Input with length constraint", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-length-constraint/input-with-length-constraint.component.html&initialpath=inputWithLengthConstraint", - "title": "length-input" - } - }, - { - "title": "Invalid input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/invalid-input/invalid-input.component.html&initialpath=invalidInput", - "title": "invalid-input" - } - }, - { - "title": "Input with custom error messages", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-custom-error/input-with-custom-error.component.html&initialpath=inputWithCustomError", - "title": "custom-error-input" - } - }, - { - "title": "Fill parent size input", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/fill-parent-size-input/fill-parent-size-input.component.html&initialpath=fillParentSizeInput", - "title": "size-input" - } - } - ] + "data": [ + { + "title": "Controlled input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/controlled-input/controlled-input.component.html&initialpath=controlledInput", + "title": "controlled-input" + }, + "visibility": true + }, + { + "title": "Uncontrolled input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/uncontrolled-input/uncontrolled-input.component.html&initialpath=uncontrolledInput", + "title": "uncontrolled-input" + } + }, + { + "title": "Input with helper text", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-helper-text/input-with-helper-text.component.html&initialpath=inputWithHelperText", + "title": "input-helper-text" + } + }, + { + "title": "Input with placeholder", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-placeholder/input-with-placeholder.component.html&initialpath=inputWithPlaceholder", + "title": "input-placeholder" + } + }, + { + "title": "Input with prefix", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-prefix/input-with-prefix.component.html&initialpath=inputWithPrefix", + "title": "input-prefix" + } + }, + { + "title": "Input with suffix", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-suffix/input-with-suffix.component.html&initialpath=inputWithSuffix", + "title": "input-suffix" + } + }, + { + "title": "Input with action", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-action/input-with-action.component.html&initialpath=inputWithAction", + "title": "input-action" + } + }, + { + "title": "Optional input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/optional-input/optional-input.component.html&initialpath=optionalInput", + "title": "optional-input" + } + }, + { + "title": "Disabled input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/disabled-input/disabled-input.component.html&initialpath=disabledInput", + "title": "disabled-input" + } + }, + { + "title": "Input with pattern constraint", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-pattern-constraint/input-with-pattern-constraint.component.html&initialpath=inputWithPatternConstraint", + "title": "pattern-input" + } + }, + { + "title": "Input with length constraint", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-length-constraint/input-with-length-constraint.component.html&initialpath=inputWithLengthConstraint", + "title": "length-input" + } + }, + { + "title": "Invalid input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/invalid-input/invalid-input.component.html&initialpath=invalidInput", + "title": "invalid-input" + } + }, + { + "title": "Input with custom error messages", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/input-with-custom-error/input-with-custom-error.component.html&initialpath=inputWithCustomError", + "title": "custom-error-input" + } + }, + { + "title": "Fill parent size input", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input/fill-parent-size-input/fill-parent-size-input.component.html&initialpath=fillParentSizeInput", + "title": "size-input" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/select.json b/projects/dxc-ngx-cdk-site/src/assets/examples/select.json index 872949648..df62a9e94 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/select.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/select.json @@ -1,39 +1,40 @@ { - "data": [ - { - "title": "Multiple Select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-multiple-select/v3-multiple-select.component.html&initialpath=v3MultipleSelect", - "title": "multiple-select" - } - }, - { - "title": "Uncontrolled Select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-uncontrolled-select/v3-uncontrolled-select.component.html&initialpath=v3UncontrolledSelect", - "title": "uncontrolled-select" - } - }, - { - "title": "Controlled Select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-controlled-select/v3-controlled-select.component.html&initialpath=v3ControlledSelect", - "title": "controlled-select" - } - }, - { - "title": "Sized Select", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-sized-select/v3-sized-select.component.html&initialpath=v3SizedSelect", - "title": "select-sized" - } - }, - { - "title": "Select With Icons", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-with-icons-select/v3-with-icons-select.component.html&initialpath=v3WithIconsSelect", - "title": "select-with-icons" - } - } - ] + "data": [ + { + "title": "Multiple Select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-multiple-select/v3-multiple-select.component.html&initialpath=v3MultipleSelect", + "title": "multiple-select" + }, + "visibility": true + }, + { + "title": "Uncontrolled Select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-uncontrolled-select/v3-uncontrolled-select.component.html&initialpath=v3UncontrolledSelect", + "title": "uncontrolled-select" + } + }, + { + "title": "Controlled Select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-controlled-select/v3-controlled-select.component.html&initialpath=v3ControlledSelect", + "title": "controlled-select" + } + }, + { + "title": "Sized Select", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-sized-select/v3-sized-select.component.html&initialpath=v3SizedSelect", + "title": "select-sized" + } + }, + { + "title": "Select With Icons", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-select/v3-with-icons-select/v3-with-icons-select.component.html&initialpath=v3WithIconsSelect", + "title": "select-with-icons" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json b/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json index ad72ba513..2c7aaacd3 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json @@ -1,32 +1,33 @@ { - "data": [ - { - "title": "Controlled tabs", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/controlled-tabs/controlled-tabs.component.html&initialpath=controlledTabs", - "title": "ControlledTabs" - } - }, - { - "title": "Uncontrolled tabs", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/uncontrolled-tabs/uncontrolled-tabs.component.html&initialpath=uncontrolledTabs", - "title": "UncontrolledTabs" - } - }, - { - "title": "Tabs with content", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/tabs-with-content/tabs-with-content.component.html&initialpath=tabsWithContent", - "title": "TabsWithContent" - } - }, - { - "title": "Add tabs dynamically", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/add-tabs-dynamically/add-tabs-dynamically.component.html&initialpath=addTabsDynamically", - "title": "AddTabsDynamically" - } - } - ] + "data": [ + { + "title": "Controlled tabs", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/controlled-tabs/controlled-tabs.component.html&initialpath=controlledTabs", + "title": "ControlledTabs" + }, + "visibility": true + }, + { + "title": "Uncontrolled tabs", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/uncontrolled-tabs/uncontrolled-tabs.component.html&initialpath=uncontrolledTabs", + "title": "UncontrolledTabs" + } + }, + { + "title": "Tabs with content", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/tabs-with-content/tabs-with-content.component.html&initialpath=tabsWithContent", + "title": "TabsWithContent" + } + }, + { + "title": "Add tabs dynamically", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabs/add-tabs-dynamically/add-tabs-dynamically.component.html&initialpath=addTabsDynamically", + "title": "AddTabsDynamically" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json b/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json index ec47ed0d5..f2b46e04a 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json @@ -5,7 +5,8 @@ "iframe": { "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tag/basic-tag/basic-tag.component.html&initialpath=basicTag", "title": "BasicTag" - } + }, + "visibility": true }, { "title": "Tag with link", diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/text-area.json b/projects/dxc-ngx-cdk-site/src/assets/examples/text-area.json index bb6e0e94f..690e4a110 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/text-area.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/text-area.json @@ -1,46 +1,47 @@ { - "data": [ - { - "title": "Controlled Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-controlled-textarea/v3-controlled-textarea.component.html&initialpath=v3ControlledTextarea", - "title": "controlled-text-area" - } - }, - { - "title": "Disabled Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-disabled-textarea/v3-disabled-textarea.component.html&initialpath=v3DisabledTextarea", - "title": "disabled-text-area" - } - }, - { - "title": "Invalid Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-invalid-textarea/v3-invalid-textarea.component.html&initialpath=v3InvalidTextarea", - "title": "invalid-text-area" - } - }, - { - "title": "Required Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-required-textarea/v3-required-textarea.component.html&initialpath=v3RequiredTextarea", - "title": "required-text-area" - } - }, - { - "title": "Uncontrolled Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-uncontrolled-textarea/v3-uncontrolled-textarea.component.html&initialpath=v3UncontrolledTextarea", - "title": "uncontrolled-text-area" - } - }, - { - "title": "Fill Parent Textarea", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-fill-parent-textarea/v3-fill-parent-textarea.component.html&initialpath=v3FillParentTextarea", - "title": "fill-parent-text-area" - } - } - ] + "data": [ + { + "title": "Controlled Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-controlled-textarea/v3-controlled-textarea.component.html&initialpath=v3ControlledTextarea", + "title": "controlled-text-area" + }, + "visibility": true + }, + { + "title": "Disabled Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-disabled-textarea/v3-disabled-textarea.component.html&initialpath=v3DisabledTextarea", + "title": "disabled-text-area" + } + }, + { + "title": "Invalid Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-invalid-textarea/v3-invalid-textarea.component.html&initialpath=v3InvalidTextarea", + "title": "invalid-text-area" + } + }, + { + "title": "Required Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-required-textarea/v3-required-textarea.component.html&initialpath=v3RequiredTextarea", + "title": "required-text-area" + } + }, + { + "title": "Uncontrolled Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-uncontrolled-textarea/v3-uncontrolled-textarea.component.html&initialpath=v3UncontrolledTextarea", + "title": "uncontrolled-text-area" + } + }, + { + "title": "Fill Parent Textarea", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/v3-textarea/v3-fill-parent-textarea/v3-fill-parent-textarea.component.html&initialpath=v3FillParentTextarea", + "title": "fill-parent-text-area" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/toggle-group.json b/projects/dxc-ngx-cdk-site/src/assets/examples/toggle-group.json index fbf08395e..c1e5833e8 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/toggle-group.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/toggle-group.json @@ -1,32 +1,33 @@ { - "data": [ - { - "title": "Basic Toggle Group", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/basic-toggle-group/basic-toggle-group.component.html&initialpath=basicToogleGroup", - "title": "basic-toggle-group" - } - }, - { - "title": "Controlled Toggle Group", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/controlled-toggle-group/controlled-toggle-group.component.html&initialpath=controlledToggleGroup", - "title": "controlled-toggle-group" - } - }, - { - "title": "Disabled Toggle Group", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/disabled-toggle-group/disabled-toggle-group.component.html&initialpath=disabledToggleGroup", - "title": "disabled-toggle-group" - } - }, - { - "title": "Multiple Toggle Group", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/multiple-toggle-group/multiple-toggle-group.component.html&initialpath=multipleToggleGroup", - "title": "multiple-toggle-group" - } - } - ] + "data": [ + { + "title": "Basic Toggle Group", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/basic-toggle-group/basic-toggle-group.component.html&initialpath=basicToogleGroup", + "title": "basic-toggle-group" + }, + "visibility": true + }, + { + "title": "Controlled Toggle Group", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/controlled-toggle-group/controlled-toggle-group.component.html&initialpath=controlledToggleGroup", + "title": "controlled-toggle-group" + } + }, + { + "title": "Disabled Toggle Group", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/disabled-toggle-group/disabled-toggle-group.component.html&initialpath=disabledToggleGroup", + "title": "disabled-toggle-group" + } + }, + { + "title": "Multiple Toggle Group", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/toggle-group/multiple-toggle-group/multiple-toggle-group.component.html&initialpath=multipleToggleGroup", + "title": "multiple-toggle-group" + } + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json b/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json index 4a1fda4f8..18d172df2 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json @@ -1,11 +1,12 @@ { - "data": [ - { - "title": "Default Upload", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/uplodad/default-upload/default-upload.component.html&initialpath=defaultUpload", - "title": "DefaultUpload" - } - } - ] + "data": [ + { + "title": "Default Upload", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/uplodad/default-upload/default-upload.component.html&initialpath=defaultUpload", + "title": "DefaultUpload" + }, + "visibility": true + } + ] } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json b/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json index 647c0ef65..4ef4ab989 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json @@ -1,25 +1,26 @@ { - "data": [ - { - "title": "Controlled Wizard", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/controlled-wizard/controlled-wizard.component.html&initialpath=controlledWizard", - "title": "ControlledWizard" - } - }, - { - "title": "Uncontrolled Wizard", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/uncontrolled-wizard/uncontrolled-wizard.component.html&initialpath=uncontrolledWizard", - "title": "UncontrolledWizard" - } - }, - { - "title": "Vertical Wizard", - "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/vertical-wizard/vertical-wizard.component.html&initialpath=verticalWizard", - "title": "VerticalWizard" - } - } - ] + "data": [ + { + "title": "Controlled Wizard", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/controlled-wizard/controlled-wizard.component.html&initialpath=controlledWizard", + "title": "ControlledWizard" + }, + "visibility": true + }, + { + "title": "Uncontrolled Wizard", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/uncontrolled-wizard/uncontrolled-wizard.component.html&initialpath=uncontrolledWizard", + "title": "UncontrolledWizard" + } + }, + { + "title": "Vertical Wizard", + "iframe": { + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/vertical-wizard/vertical-wizard.component.html&initialpath=verticalWizard", + "title": "VerticalWizard" + } + } + ] }