diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/accordion-group.json b/projects/dxc-ngx-cdk-site/src/assets/examples/accordion-group.json index ae5ce3391..dede2017c 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/accordion-group.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/accordion-group.json @@ -3,21 +3,21 @@ { "title": "Uncontrolled Accordion Group", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/uncontrolled-accordion-group/uncontrolled-accordion-group.component.html&initialpath=uncontrolledAccordionGroup", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/uncontrolled-accordion-group/uncontrolled-accordion-group.component.html&initialpath=uncontrolledAccordionGroup", "title": "UncontrolledAccordionGroup" },"visibility":true }, { "title": "Controlled Accordion Group", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/controlled-accordion-group/controlled-accordion-group.component.html&initialpath=controlledAccordionGroup", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/controlled-accordion-group/controlled-accordion-group.component.html&initialpath=controlledAccordionGroup", "title": "ControlledAccordionGroup" } }, { "title": "Disabled Accordion Group", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion-group/disabled-accordion-group/disabled-accordion-group.component.html&initialpath=disabledAccordionGroup", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion-group/disabled-accordion-group/disabled-accordion-group.component.html&initialpath=disabledAccordionGroup", "title": "DisabledAccordionGroup" } } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/accordion.json b/projects/dxc-ngx-cdk-site/src/assets/examples/accordion.json index 3e983b1e6..2efc773d4 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/accordion.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/accordion.json @@ -3,7 +3,7 @@ { "title": "Default Accordion", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/default-accordion/default-accordion.component.html&initialpath=defaultAccordion", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/default-accordion/default-accordion.component.html&initialpath=defaultAccordion", "title": "DefaultAccordion" }, "visibility":true @@ -11,28 +11,28 @@ { "title": "Controlled Accordion", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/controlled-accordion/controlled-accordion.component.html&initialpath=controlledAccordion", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/controlled-accordion/controlled-accordion.component.html&initialpath=controlledAccordion", "title": "ControlledAccordion" } }, { "title": "Accordion with Assistive Text", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/accordion-with-assistive-text/accordion-with-assistive-text.component.html&initialpath=accordionWithAssistiveText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/accordion-with-assistive-text/accordion-with-assistive-text.component.html&initialpath=accordionWithAssistiveText", "title": "AssistiveTextAccordion" } }, { "title": "Accordion with Icon", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/accordion-with-icon/accordion-with-icon.component.html&initialpath=accordionWithIcon", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/accordion-with-icon/accordion-with-icon.component.html&initialpath=accordionWithIcon", "title": "IconAccordion" } }, { "title": "Disabled Accordion", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/accordion/disabled-icon/disabled-icon.component.html&initialpath=disabledIconAccordion", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/accordion/disabled-icon/disabled-icon.component.html&initialpath=disabledIconAccordion", "title": "DisabledAccordion" } } 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 f56390b02..2ea93ca88 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/alert.json @@ -3,56 +3,56 @@ { "title": "Info Alert", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert", + "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?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert", + "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?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert", + "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?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert", + "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?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert", + "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?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert", + "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?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert", + "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?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren", + "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 f65c213fa..d19c6ea77 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 @@ -3,14 +3,14 @@ { "title": "Basic Layout", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout", + "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?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav", + "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 fd6501005..2ad80f703 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json @@ -3,14 +3,14 @@ { "title": "Text input with suggestions", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput", + "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?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput", + "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 6819d6f95..81e0bd138 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/box.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/box.json @@ -3,7 +3,7 @@ { "title": "Basic Box", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox", "title": "BasicBox" } } 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 673811aa2..f35ec1990 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/button.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/button.json @@ -3,28 +3,28 @@ { "title": "Button Modes", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/button/button-modes/button-modes.component.html", + "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?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon", + "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?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton", + "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?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton", + "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 8ae814e7f..3f855bec6 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/card.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/card.json @@ -3,21 +3,21 @@ { "title": "Default Card", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction", + "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?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink", + "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?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction", + "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 a51593244..0ae9d90d3 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json @@ -3,28 +3,28 @@ { "title": "Checkbox Label Position", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-label-position/checkbox-label-position.component.html&initialpath=checkboxLabelPosition", + "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" } }, { "title": "Checkbox Uncontrolled", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-uncontrolled/checkbox-uncontrolled.component.html&initialpath=checkboxUncontrolled", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-uncontrolled/checkbox-uncontrolled.component.html&initialpath=checkboxUncontrolled", "title": "CheckboxUncontrolled" } }, { "title": "Checkbox Sized", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-sized/checkbox-sized.component.html&initialpath=checkboxSized", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-sized/checkbox-sized.component.html&initialpath=checkboxSized", "title": "CheckboxSized" } }, { "title": "Checkbox Controlled", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/checkbox/checkbox-controlled/checkbox-controlled.component.html&initialpath=checkboxControlled", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-controlled/checkbox-controlled.component.html&initialpath=checkboxControlled", "title": "CheckboxControlled" } } 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 df52a5bc1..2261299ba 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/chip.json @@ -3,14 +3,14 @@ { "title": "Default Chip", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip", + "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?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons", + "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 b2e3f4fb5..fd7a23964 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/date.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/date.json @@ -3,21 +3,21 @@ { "title": "Sized Date", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/sized-date/sized-date.component.html&initialpath=sizedDate", + "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" } }, { "title": "Uncontrolled Date", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/uncontrolled-date/uncontrolled-date.component.html&initialpath=uncontrolledDate", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/uncontrolled-date/uncontrolled-date.component.html&initialpath=uncontrolledDate", "title": "UncontrolledDate" } }, { "title": "Controlled Date", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date/controlled-date/controlled-date.component.html&initialpath=controlledDate", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/controlled-date/controlled-date.component.html&initialpath=controlledDate", "title": "ControlledDate" } } 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 f9bfc2599..858ac5ccc 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/dialog.json @@ -3,21 +3,21 @@ { "title": "Default Dialog", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/dialog/default-dialog/default-dialog.component.html&initialpath=defaultDialog", + "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?file=src/app/views/dialog/modal-dialog/modal-dialog.component.html&initialpath=modalDialog", + "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?file=src/app/views/dialog/close-dialog/close-dialog.component.html&initialpath=closeDialog", + "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 de3efe07a..7930ffb6c 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/dropdown.json @@ -3,21 +3,21 @@ { "title": "Default Dropdown", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/dropdown/default-dropdown/default-dropdown.component.html&initialpath=defaultDropdown", + "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?file=src/app/views/dropdown/default-dropdown-expand-on-hover/default-dropdown-expand-on-hover.component.html&initialpath=defaultDropdownExpandOnHover", + "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?file=src/app/views/dropdown/dropdown-with-icons/dropdown-with-icons.component.html&initialpath=dropdownWithIcons", + "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/file-input.json b/projects/dxc-ngx-cdk-site/src/assets/examples/file-input.json index d17613b91..3b5623661 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/file-input.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/file-input.json @@ -3,7 +3,7 @@ { "title": "Default file input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/default-file-input/default-file-input.component.html&initialpath=defaultFileInput", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/default-file-input/default-file-input.component.html&initialpath=defaultFileInput", "title": "DefaultFileInput" }, "visibility": true @@ -11,42 +11,42 @@ { "title": "File input modes", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/file-input-modes/file-input-modes.component.html&initialpath=fileInputModes", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/file-input-modes/file-input-modes.component.html&initialpath=fileInputModes", "title": "FileInputModes" } }, { "title": "File input with preview", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/file-input-with-preview/file-input-with-preview.component.html&initialpath=fileInputWithPreview", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/file-input-with-preview/file-input-with-preview.component.html&initialpath=fileInputWithPreview", "title": "FileInputPreview" } }, { "title": "File input with error", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/file-input-with-error/file-input-with-error.component.html&initialpath=fileInputWithError", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/file-input-with-error/file-input-with-error.component.html&initialpath=fileInputWithError", "title": "FileInputError" } }, { "title": "File input with one file", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/file-input-with-one-file/file-input-with-one-file.component.html&initialpath=fileIputWithOneFile", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/file-input-with-one-file/file-input-with-one-file.component.html&initialpath=fileIputWithOneFile", "title": "SingleFileInput" } }, { "title": "Disabled file input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/disabled-file-input/disabled-file-input.component.html&initialpath=disabledFileInput", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/disabled-file-input/disabled-file-input.component.html&initialpath=disabledFileInput", "title": "DisabledFileInput" } }, { "title": "File input with accepted files", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/file-input/file-input-with-accepted-files/file-input-with-accepted-files.component.html&initialpath=fileInputWithAcceptedFiles", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/file-input/file-input-with-accepted-files/file-input-with-accepted-files.component.html&initialpath=fileInputWithAcceptedFiles", "title": "FileInputAccept" } } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/footer.json b/projects/dxc-ngx-cdk-site/src/assets/examples/footer.json index d071d68d8..b673ff1cb 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/footer.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/footer.json @@ -3,7 +3,7 @@ { "title": "Default Footer", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/footer/default-footer/default-footer.component.html&initialpath=defaultFooter", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/footer/default-footer/default-footer.component.html&initialpath=defaultFooter", "title": "DefaultFooter" }, "visibility": true @@ -11,9 +11,9 @@ { "title": "Footer with custom content", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/footer/custom-contentt-footer/custom-contentt-footer.component.html&initialpath=customContentFooter", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/footer/custom-contentt-footer/custom-contentt-footer.component.html&initialpath=customContentFooter", "title": "FooterCustomContent" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/header.json b/projects/dxc-ngx-cdk-site/src/assets/examples/header.json index 286c935c8..cdde99484 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/header.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/header.json @@ -3,7 +3,7 @@ { "title": "Default Header", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/header/default-header/default-header.component.html&initialpath=defaultHeader", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/header/default-header/default-header.component.html&initialpath=defaultHeader", "title": "DefaultHeader" }, "visibility": true @@ -11,16 +11,16 @@ { "title": "Custom Header", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/header/custom-header/custom-header.component.html&initialpath=customHeader", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/header/custom-header/custom-header.component.html&initialpath=customHeader", "title": "CustomHeader" } }, { "title": "Header with DxcHeaderDropdown", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/header/header-with-dropdown/header-with-dropdown.component.html&initialpath=headerWithDropdown", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/header/header-with-dropdown/header-with-dropdown.component.html&initialpath=headerWithDropdown", "title": "HeaderWithChildDropdown" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/heading.json b/projects/dxc-ngx-cdk-site/src/assets/examples/heading.json index 303b4dbd4..0ee6d359b 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/heading.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/heading.json @@ -3,7 +3,7 @@ { "title": "Default Headings", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/heading/default-headings/default-headings.component.html&initialpath=defaultHeadings", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/heading/default-headings/default-headings.component.html&initialpath=defaultHeadings", "title": "DefaultHeadings" }, "visibility": true @@ -11,9 +11,9 @@ { "title": "Headings with different weights", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/heading/headings-with-different-weights/headings-with-different-weights.component.html&initialpath=headingsWithDifferentWeights", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/heading/headings-with-different-weights/headings-with-different-weights.component.html&initialpath=headingsWithDifferentWeights", "title": "HeadingsWeights" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/input-text.json b/projects/dxc-ngx-cdk-site/src/assets/examples/input-text.json index eef3d768b..361273646 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/input-text.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/input-text.json @@ -3,7 +3,7 @@ { "title": "Controlled Input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/input-text/controlled-input-text/controlled-input-text.component.html&initialpath=controlledInputText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/input-text/controlled-input-text/controlled-input-text.component.html&initialpath=controlledInputText", "title": "controlled-input" }, "visibility": true @@ -11,30 +11,30 @@ { "title": "Uncontrolled Input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/input-text/uncontrolled-input-text/uncontrolled-input-text.component.html&initialpath=uncontrolledInputText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/input-text/uncontrolled-input-text/uncontrolled-input-text.component.html&initialpath=uncontrolledInputText", "title": "uncontrolled-input" } }, { "title": "Fill Parent Input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/input-text/fill-parent-input-text/fill-parent-input-text.component.html&initialpath=fillParentInputText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/input-text/fill-parent-input-text/fill-parent-input-text.component.html&initialpath=fillParentInputText", "title": "fill-parent-input" } }, { "title": "Input with prefix/suffix", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/input-text/preffix-suffix-input-text/preffix-suffix-input-text.component.html&initialpath=preffixSuffixInputText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/input-text/preffix-suffix-input-text/preffix-suffix-input-text.component.html&initialpath=preffixSuffixInputText", "title": "input-with-prefix-suffix" } }, { "title": "Sized Input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/input-text/sized-input-text/sized-input-text.component.html&initialpath=sizedInputText", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/input-text/sized-input-text/sized-input-text.component.html&initialpath=sizedInputText", "title": "sized-input" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/link.json b/projects/dxc-ngx-cdk-site/src/assets/examples/link.json index 1f57bab51..a457e970e 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/link.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/link.json @@ -3,7 +3,7 @@ { "title": "Default Link", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/link/default-link/default-link.component.html&initialpath=defaultLink", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/link/default-link/default-link.component.html&initialpath=defaultLink", "title": "DefaultLink" }, "visibility": true @@ -11,30 +11,30 @@ { "title": "Undecorated link with new window", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/link/undecorated-link-with-new-window/undecorated-link-with-new-window.component.html&initialpath=undecoratedLinkWithNewWindow", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/link/undecorated-link-with-new-window/undecorated-link-with-new-window.component.html&initialpath=undecoratedLinkWithNewWindow", "title": "UndecoratedLink" } }, { "title": "Disabled Link", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/link/disabled-link/disabled-link.component.html&initialpath=disabledLink", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/link/disabled-link/disabled-link.component.html&initialpath=disabledLink", "title": "DisabledLink" } }, { "title": "Link with icon", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/link/link-with-icon/link-with-icon.component.html&initialpath=linkWithIcon", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/link/link-with-icon/link-with-icon.component.html&initialpath=linkWithIcon", "title": "LinkWithIcon" } }, { "title": "Link with action", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/link/link-with-action/link-with-action.component.html&initialpath=linkWithAction", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/link/link-with-action/link-with-action.component.html&initialpath=linkWithAction", "title": "LinkWithAction" } } ] -} \ No newline at end of file +} 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 abce507c9..eba1b4442 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 @@ -3,63 +3,63 @@ { "title": "Controlled date", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/date-input/controlled-date-input/controlled-date-input.component.html&initialpath=controlledDateInput", + "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?file=src/app/views/date-input/uncontrolled-date-input/uncontrolled-date-input.component.html&initialpath=uncontrolledDateInput", + "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?file=src/app/views/date-input/date-with-helper/date-with-helper.component.html&initialpath=dateInputWithHelperText", + "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?file=src/app/views/date-input/formatted-date-input/formatted-date-input.component.html&initialpath=formattedDateInput", + "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?file=src/app/views/date-input/optional-date-input/optional-date-input.component.html&initialpath=optionalDateInput", + "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?file=src/app/views/date-input/disabled-date-input/disabled-date-input.component.html&initialpath=disabledDateInput", + "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?file=src/app/views/date-input/invalid-date-input/invalid-date-input.component.html&initialpath=invalidDateInput", + "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?file=src/app/views/date-input/custom-error-date-input/custom-error-date-input.component.html&initialpath=customErrorDateInput", + "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?file=src/app/views/date-input/fill-parent-sized-date-input/fill-parent-sized-date-input.component.html&initialpath=fillParentSizedDateInput", + "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 1397ab033..b7b7cc28c 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 @@ -3,44 +3,44 @@ { "title": "Default select", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/select/default-select/default-select.component.html&initialpath=defaultSelect", + "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?file=src/app/views/select/disabled-select/disabled-select.component.html&initialpath=disabledSelect", + "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?file=src/app/views/select/error-multiple-select/error-multiple-select.component.html&initialpath=errorMultipleSelect", + "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?file=src/app/views/select/error-select/error-select.component.html&initialpath=errorSelect", + "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?file=src/app/views/select/multiple-select/multiple-select.component.html&initialpath=multipleSelect", + "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?file=src/app/views/select/searchable-select/searchable-select.component.html&initialpath=searchableSelect", + "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" } } ] -} \ No newline at end of file +} 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 02ee96439..939b0cce1 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 @@ -3,100 +3,100 @@ { "title": "Controlled textarea", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/textarea/controlled-textarea/controlled-textarea.component.html&initialpath=controlledTextarea", + "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?file=src/app/views/textarea/uncontrolled-textarea/uncontrolled-textarea.component.html&initialpath=uncontrolledTextarea", + "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?file=src/app/views/textarea/textarea-with-helper-text/textarea-with-helper-text.component.html&initialpath=textareaWithHelperText", + "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?file=src/app/views/textarea/textarea-with-placeholder/textarea-with-placeholder.component.html&initialpath=textareaWithPlaceholder", + "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?file=src/app/views/textarea/disabled-textarea/disabled-textarea.component.html&initialpath=disabledTextarea", + "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?file=src/app/views/textarea/optional-textarea/optional-textarea.component.html&initialpath=optionalTextarea", + "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?file=src/app/views/textarea/textarea-vertialgrow-manual/textarea-vertialgrow-manual.component.html&initialpath=textareaVerticalgrowManual", + "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?file=src/app/views/textarea/textarea-vertialgrow-none/textarea-vertialgrow-none.component.html&initialpath=textareaVerticalgrowNone", + "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?file=src/app/views/textarea/textarea-with-default-rows/textarea-with-default-rows.component.html&initialpath=textareaWithDefaultRows", + "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?file=src/app/views/textarea/invalid-textarea/invalid-textarea.component.html&initialpath=invalidTextarea", + "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?file=src/app/views/textarea/textarea-with-pattern-constraint/textarea-with-pattern-constraint.component.html&initialpath=textareaWithPatternConstraint", + "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?file=src/app/views/textarea/textarea-with-length-constraint/textarea-with-length-constraint.component.html&initialpath=textareaWithLengthConstraint", + "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?file=src/app/views/textarea/textarea-with-custom-error/textarea-with-custom-error.component.html&initialpath=textareaWithCustomError", + "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?file=src/app//views/textarea/fill-parent-size-textarea/fill-parent-size-textarea.component.html&initialpath=fillParentSizeTextarea", + "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" } } ] -} \ No newline at end of file +} 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 316649ba1..44bf42d4e 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/newInputText.json @@ -3,100 +3,100 @@ { "title": "Controlled input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/text-input/controlled-input/controlled-input.component.html&initialpath=controlledInput", + "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?file=src/app/views/text-input/uncontrolled-input/uncontrolled-input.component.html&initialpath=uncontrolledInput", + "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?file=src/app/views/text-input/input-with-helper-text/input-with-helper-text.component.html&initialpath=inputWithHelperText", + "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?file=src/app/views/text-input/input-with-placeholder/input-with-placeholder.component.html&initialpath=inputWithPlaceholder", + "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?file=src/app/views/text-input/input-with-prefix/input-with-prefix.component.html&initialpath=inputWithPrefix", + "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?file=src/app/views/text-input/input-with-suffix/input-with-suffix.component.html&initialpath=inputWithSuffix", + "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?file=src/app/views/text-input/input-with-action/input-with-action.component.html&initialpath=inputWithAction", + "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?file=src/app/views/text-input/optional-input/optional-input.component.html&initialpath=optionalInput", + "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?file=src/app/views/text-input/disabled-input/disabled-input.component.html&initialpath=disabledInput", + "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?file=src/app/views/text-input/input-with-pattern-constraint/input-with-pattern-constraint.component.html&initialpath=inputWithPatternConstraint", + "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?file=src/app/views/text-input/input-with-length-constraint/input-with-length-constraint.component.html&initialpath=inputWithLengthConstraint", + "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?file=src/app/views/text-input/invalid-input/invalid-input.component.html&initialpath=invalidInput", + "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?file=src/app/views/text-input/input-with-custom-error/input-with-custom-error.component.html&initialpath=inputWithCustomError", + "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?file=src/app/views/text-input/fill-parent-size-input/fill-parent-size-input.component.html&initialpath=fillParentSizeInput", + "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" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/number.json b/projects/dxc-ngx-cdk-site/src/assets/examples/number.json index 798108a32..e22208971 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/number.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/number.json @@ -3,7 +3,7 @@ { "title": "Controlled number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/controlled-number/controlled-number.component.html&initialpath=controlledNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/controlled-number/controlled-number.component.html&initialpath=controlledNumber", "title": "controlled-number" }, "visibility": true @@ -11,79 +11,79 @@ { "title": "Uncontrolled number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/uncontrolled-number/uncontrolled-number.component.html&initialpath=uncontrolledNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/uncontrolled-number/uncontrolled-number.component.html&initialpath=uncontrolledNumber", "title": "uncontrolled-number" } }, { "title": "Number with helper text", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/helper-text-number/helper-text-number.component.html&initialpath=helperTextNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/helper-text-number/helper-text-number.component.html&initialpath=helperTextNumber", "title": "number-helper-text" } }, { "title": "Number with placeholder", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/placeholder-number/placeholder-number.component.html&initialpath=placeholderNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/placeholder-number/placeholder-number.component.html&initialpath=placeholderNumber", "title": "number-placeholder" } }, { "title": "Number with prefix", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/preffix-number/preffix-number.component.html&initialpath=prefixNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/preffix-number/preffix-number.component.html&initialpath=prefixNumber", "title": "number-prefix" } }, { "title": "Number with suffix", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/suffix-number/suffix-number.component.html&initialpath=suffixNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/suffix-number/suffix-number.component.html&initialpath=suffixNumber", "title": "number-suffix" } }, { "title": "Optional number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/optional-number/optional-number.component.html&initialpath=optionalNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/optional-number/optional-number.component.html&initialpath=optionalNumber", "title": "optional-number" } }, { "title": "Disabled number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/disabled-number/disabled-number.component.html&initialpath=disabledNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/disabled-number/disabled-number.component.html&initialpath=disabledNumber", "title": "disabled-number" } }, { "title": "Invalid number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/invalid-number/invalid-number.component.html&initialpath=invalidNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/invalid-number/invalid-number.component.html&initialpath=invalidNumber", "title": "invalid-number" } }, { "title": "Min, max and step", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/min-max-step-number/min-max-step-number.component.html&initialpath=minMaxStepNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/min-max-step-number/min-max-step-number.component.html&initialpath=minMaxStepNumber", "title": "step-number" } }, { "title": "Number with custom error messages", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/custom-error-number/custom-error-number.component.html&initialpath=customErrorNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/custom-error-number/custom-error-number.component.html&initialpath=customErrorNumber", "title": "custom-error-number" } }, { "title": "Fill parent size number", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/number-input/fill-parent-size-number/fill-parent-size-number.component.html&initialpath=fillParentSizeNumber", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/number-input/fill-parent-size-number/fill-parent-size-number.component.html&initialpath=fillParentSizeNumber", "title": "size-number" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/paginator.json b/projects/dxc-ngx-cdk-site/src/assets/examples/paginator.json index 134810646..718ef9ca9 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/paginator.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/paginator.json @@ -3,10 +3,10 @@ { "title": "Paginator", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/paginator/paginator/paginator.component.html&initialpath=defaultPaginator", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/paginator/paginator/paginator.component.html&initialpath=defaultPaginator", "title": "Paginator" }, "visibility": true } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/password.json b/projects/dxc-ngx-cdk-site/src/assets/examples/password.json index 3c24b71f7..ce9ffaab2 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/password.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/password.json @@ -3,7 +3,7 @@ { "title": "Controlled password", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/controlled-password/controlled-password.component.html&initialpath=controlledPassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/controlled-password/controlled-password.component.html&initialpath=controlledPassword", "title": "controlled-password" }, "visibility": true @@ -11,37 +11,37 @@ { "title": "Uncontrolled password", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/uncontrolled-password/uncontrolled-password.component.html&initialpath=uncontrolledPassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/uncontrolled-password/uncontrolled-password.component.html&initialpath=uncontrolledPassword", "title": "uncontrolled-password" } }, { "title": "Password with pattern constraint", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/pattern-constraint-password/pattern-constraint-password.component.html&initialpath=patternConstraintPassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/pattern-constraint-password/pattern-constraint-password.component.html&initialpath=patternConstraintPassword", "title": "pattern-password" } }, { "title": "Password with length constraint", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/length-constraint-password/length-constraint-password.component.html&initialpath=lengthConstraintPassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/length-constraint-password/length-constraint-password.component.html&initialpath=lengthConstraintPassword", "title": "length-password" } }, { "title": "Password with custom error messages", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/custom-error-password/custom-error-password.component.html&initialpath=customErrorPassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/custom-error-password/custom-error-password.component.html&initialpath=customErrorPassword", "title": "custom-error-password" } }, { "title": "Fill parent size password", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/password-input/fill-parent-size-password/fill-parent-size-password.component.html&initialpath=fillParentSizePassword", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/password-input/fill-parent-size-password/fill-parent-size-password.component.html&initialpath=fillParentSizePassword", "title": "size-password" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/progressbar.json b/projects/dxc-ngx-cdk-site/src/assets/examples/progressbar.json index f11bbaa69..1962ff901 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/progressbar.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/progressbar.json @@ -3,7 +3,7 @@ { "title": "Determinate Default Progress Bar", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/progress-bar/determinate-default-progress-bar/determinate-default-progress-bar.component.html&initialpath=determinateDefaultProgressBar", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/progress-bar/determinate-default-progress-bar/determinate-default-progress-bar.component.html&initialpath=determinateDefaultProgressBar", "title": "DeterminateDefaultProgressBar" }, "visibility": true @@ -11,16 +11,16 @@ { "title": "Undeterminate Default Progress Bar", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/progress-bar/undeterminate-default-progress-bar/undeterminate-default-progress-bar.component.html&initialpath=undeterminateDefaultProgressBar", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/progress-bar/undeterminate-default-progress-bar/undeterminate-default-progress-bar.component.html&initialpath=undeterminateDefaultProgressBar", "title": "UndeterminateDefaultProgressBar" } }, { "title": "Progress Bar with Overlay", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/progress-bar/progress-bar-with-overlay/progress-bar-with-overlay.component.html&initialpath=progressBarWithOverlay", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/progress-bar/progress-bar-with-overlay/progress-bar-with-overlay.component.html&initialpath=progressBarWithOverlay", "title": "ProgressBarOverlay" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/radio.json b/projects/dxc-ngx-cdk-site/src/assets/examples/radio.json index 04bb7dcfc..6123277d8 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/radio.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/radio.json @@ -3,7 +3,7 @@ { "title": "Radio Label position", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/radio-button/radio-label-position/radio-label-position.component.html&initialpath=radioLabelPosition", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/radio-button/radio-label-position/radio-label-position.component.html&initialpath=radioLabelPosition", "title": "radio-label-position" }, "visibility": true @@ -11,30 +11,30 @@ { "title": "Radio Controlled", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/radio-button/radio-controlled/radio-controlled.component.html&initialpath=radioControlled", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/radio-button/radio-controlled/radio-controlled.component.html&initialpath=radioControlled", "title": "radio-controlled" } }, { "title": "Radio Uncontrolled", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/radio-button/radio-uncontrolled/radio-uncontrolled.component.html&initialpath=radioUncontrolled", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/radio-button/radio-uncontrolled/radio-uncontrolled.component.html&initialpath=radioUncontrolled", "title": "radio-uncontrolled" } }, { "title": "Radio Sized", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/radio-button/radio-sized/radio-sized.component.html&initialpath=radioSized", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/radio-button/radio-sized/radio-sized.component.html&initialpath=radioSized", "title": "radio-sized" } }, { "title": "Radio Group", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/radio-button/radio-group/radio-group.component.html&initialpath=radioGroup", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/radio-button/radio-group/radio-group.component.html&initialpath=radioGroup", "title": "radio-group" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/resultset-table.json b/projects/dxc-ngx-cdk-site/src/assets/examples/resultset-table.json index f4d62adb5..3a3ac151e 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/resultset-table.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/resultset-table.json @@ -3,10 +3,10 @@ { "title": "Resultset Table", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/resultset-table/default-resultset-table/default-resultset-table.component.html&initialpath=defaultResultsetTable", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/resultset-table/default-resultset-table/default-resultset-table.component.html&initialpath=defaultResultsetTable", "title": "ResultsetTable" }, "visibility": true } ] -} \ No newline at end of file +} 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 840d3063d..872949648 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/select.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/select.json @@ -3,37 +3,37 @@ { "title": "Multiple Select", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/v3-select/v3-multiple-select/v3-multiple-select.component.html&initialpath=v3MultipleSelect", + "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?file=src/app/views/v3-select/v3-uncontrolled-select/v3-uncontrolled-select.component.html&initialpath=v3UncontrolledSelect", + "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?file=src/app/views/v3-select/v3-controlled-select/v3-controlled-select.component.html&initialpath=v3ControlledSelect", + "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?file=src/app/views/v3-select/v3-sized-select/v3-sized-select.component.html&initialpath=v3SizedSelect", + "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?file=src/app/views/v3-select/v3-with-icons-select/v3-with-icons-select.component.html&initialpath=v3WithIconsSelect", + "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" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/sidenav.json b/projects/dxc-ngx-cdk-site/src/assets/examples/sidenav.json index c8bd8b803..723beddc4 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/sidenav.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/sidenav.json @@ -3,7 +3,7 @@ { "title": "Default Sidenav", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/sidenav/default-sidenav/default-sidenav.component.html&initialpath=defaultSidenav", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/sidenav/default-sidenav/default-sidenav.component.html&initialpath=defaultSidenav", "title": "DefaultSidenav" }, "visibility": true @@ -11,7 +11,7 @@ { "title": "Sidenav with children", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/sidenav/sidenav-with-children/sidenav-with-children.component.html&initialpath=sidenavWithChildren", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/sidenav/sidenav-with-children/sidenav-with-children.component.html&initialpath=sidenavWithChildren", "title": "SidenavWithChildren" } } diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/slider.json b/projects/dxc-ngx-cdk-site/src/assets/examples/slider.json index 4312f3aff..64abfceb4 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/slider.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/slider.json @@ -3,7 +3,7 @@ { "title": "Uncontrolled Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/uncontrolled-slider/uncontrolled-slider.component.html&initialpath=uncontrolledSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/uncontrolled-slider/uncontrolled-slider.component.html&initialpath=uncontrolledSlider", "title": "uncontrolled-slider" }, "visibility": true @@ -11,51 +11,51 @@ { "title": "Continuous Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/continuous-slider/continuous-slider.component.html&initialpath=continuousSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/continuous-slider/continuous-slider.component.html&initialpath=continuousSlider", "title": "continuous-slider" } }, { "title": "Slider with input", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/slider-with-input/slider-with-input.component.html&initialpath=sliderWithInput", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-with-input/slider-with-input.component.html&initialpath=sliderWithInput", "title": "slider-with-input" } }, { "title": "Controlled Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/controlled-slider/controlled-slider.component.html&initialpath=controlledSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/controlled-slider/controlled-slider.component.html&initialpath=controlledSlider", "title": "controlled-slider" } }, { "title": "Sized Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/sized-slider/sized-slider.component.html&initialpath=sizedSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/sized-slider/sized-slider.component.html&initialpath=sizedSlider", "title": "sized-slider" } }, { "title": "Slider without limit values", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/slider-no-limit-values/slider-no-limit-values.component.html&initialpath=sliderNoLimitValues", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/slider-no-limit-values/slider-no-limit-values.component.html&initialpath=sliderNoLimitValues", "title": "slider-without-limits" } }, { "title": "Disabled Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/disabled-slider/disabled-slider.component.html&initialpath=disabledSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/disabled-slider/disabled-slider.component.html&initialpath=disabledSlider", "title": "disabled-slider" } }, { "title": "Discrete Slider", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/slider/discrete-slider/discrete-slider.component.html&initialpath=discreteSlider", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/slider/discrete-slider/discrete-slider.component.html&initialpath=discreteSlider", "title": "discrete-slider" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/spinner.json b/projects/dxc-ngx-cdk-site/src/assets/examples/spinner.json index 1dee0a09f..1cb05d540 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/spinner.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/spinner.json @@ -3,7 +3,7 @@ { "title": "Undetermined Spinner", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/spinner/undetermined-spinner/undetermined-spinner.component.html&initialpath=undeterminedSpinner", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/spinner/undetermined-spinner/undetermined-spinner.component.html&initialpath=undeterminedSpinner", "title": "UndeterminedSpinner" }, "visibility": true @@ -11,23 +11,23 @@ { "title": "Determined Spinner", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/spinner/determined-spinner/determined-spinner.component.html&initialpath=determinedSpinner", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/spinner/determined-spinner/determined-spinner.component.html&initialpath=determinedSpinner", "title": "DeterminedSpinner" } }, { "title": "Small Spinner", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/spinner/small-spinner/small-spinner.component.html&initialpath=smallSpinner", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/spinner/small-spinner/small-spinner.component.html&initialpath=smallSpinner", "title": "SmallSpinner" } }, { "title": "Spinner with Overlay", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/spinner/spinner-with-overlay/spinner-with-overlay.component.html&initialpath=spinnerWithOverlay", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/spinner/spinner-with-overlay/spinner-with-overlay.component.html&initialpath=spinnerWithOverlay", "title": "SpinnerOverlay" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/switch.json b/projects/dxc-ngx-cdk-site/src/assets/examples/switch.json index 856f1bd15..d6d236d2c 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/switch.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/switch.json @@ -3,7 +3,7 @@ { "title": "Label Position Switch", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/switch/label-position-switch/label-position-switch.component.html&initialpath=labelPositionSwitch", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/switch/label-position-switch/label-position-switch.component.html&initialpath=labelPositionSwitch", "title": "label-position-switch" }, "visibility": true @@ -11,16 +11,16 @@ { "title": "Uncontrolled Switch", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/switch/uncontrolled-switch/uncontrolled-switch.component.html&initialpath=uncontrolledSwitch", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/switch/uncontrolled-switch/uncontrolled-switch.component.html&initialpath=uncontrolledSwitch", "title": "uncontrolled-switch" } }, { "title": "Controlled Switch", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/switch/controlled-switch/controlled-switch.component.html&initialpath=controlledSwitch", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/switch/controlled-switch/controlled-switch.component.html&initialpath=controlledSwitch", "title": "controlled-switch" } } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/tabbed-section.json b/projects/dxc-ngx-cdk-site/src/assets/examples/tabbed-section.json index 62ab5daf6..3cab142a8 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/tabbed-section.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/tabbed-section.json @@ -3,10 +3,10 @@ { "title": "Default Tabbed Section", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tabbed-section/default-tabbed-section/default-tabbed-section.component.html&initialpath=defaultTabbedSection", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tabbed-section/default-tabbed-section/default-tabbed-section.component.html&initialpath=defaultTabbedSection", "title": "DefaultTabbedSection" }, "visibility": true } ] -} \ No newline at end of file +} diff --git a/projects/dxc-ngx-cdk-site/src/assets/examples/table.json b/projects/dxc-ngx-cdk-site/src/assets/examples/table.json index a616cdd2b..8e1437e7f 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/table.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/table.json @@ -3,10 +3,10 @@ { "title": "Simple Table", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/table/simple-table/simple-table.component.html&initialpath=simpleTable", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/table/simple-table/simple-table.component.html&initialpath=simpleTable", "title": "SimpleTable" }, "visibility": true } ] -} \ No newline at end of file +} 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 d2a79564a..ad72ba513 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/tabs.json @@ -3,28 +3,28 @@ { "title": "Controlled tabs", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tabs/controlled-tabs/controlled-tabs.component.html&initialpath=controlledTabs", + "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?file=src/app/views/tabs/uncontrolled-tabs/uncontrolled-tabs.component.html&initialpath=uncontrolledTabs", + "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?file=src/app/views/tabs/tabs-with-content/tabs-with-content.component.html&initialpath=tabsWithContent", + "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?file=src/app/views/tabs/add-tabs-dynamically/add-tabs-dynamically.component.html&initialpath=addTabsDynamically", + "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 96f8c56a3..ec47ed0d5 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/tag.json @@ -3,30 +3,30 @@ { "title": "Basic Tag", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tag/basic-tag/basic-tag.component.html&initialpath=basicTag", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tag/basic-tag/basic-tag.component.html&initialpath=basicTag", "title": "BasicTag" } }, { "title": "Tag with link", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tag/tag-with-link/tag-with-link.component.html&initialpath=tagWithLink", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tag/tag-with-link/tag-with-link.component.html&initialpath=tagWithLink", "title": "TagWithLink" } }, { "title": "Tag with action", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tag/tag-with-icon/tag-with-icon.component.html&initialpath=tagWithIcon", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tag/tag-with-icon/tag-with-icon.component.html&initialpath=tagWithIcon", "title": "TagWithAction" } }, { "title": "Sized Tag", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/tag/sized-tag/sized-tag.component.html&initialpath=sizedTag", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/tag/sized-tag/sized-tag.component.html&initialpath=sizedTag", "title": "SizedTag" } } ] -} \ No newline at end of file +} 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 a494e5f2e..bb6e0e94f 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 @@ -3,42 +3,42 @@ { "title": "Controlled Textarea", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/v3-textarea/v3-controlled-textarea/v3-controlled-textarea.component.html&initialpath=v3ControlledTextarea", + "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?file=src/app/views/v3-textarea/v3-disabled-textarea/v3-disabled-textarea.component.html&initialpath=v3DisabledTextarea", + "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?file=src/app/views/v3-textarea/v3-invalid-textarea/v3-invalid-textarea.component.html&initialpath=v3InvalidTextarea", + "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?file=src/app/views/v3-textarea/v3-required-textarea/v3-required-textarea.component.html&initialpath=v3RequiredTextarea", + "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?file=src/app/views/v3-textarea/v3-uncontrolled-textarea/v3-uncontrolled-textarea.component.html&initialpath=v3UncontrolledTextarea", + "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?file=src/app/views/v3-textarea/v3-fill-parent-textarea/v3-fill-parent-textarea.component.html&initialpath=v3FillParentTextarea", + "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 43c5644b0..fbf08395e 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 @@ -3,30 +3,30 @@ { "title": "Basic Toggle Group", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/toggle-group/basic-toggle-group/basic-toggle-group.component.html&initialpath=basicToogleGroup", + "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?file=src/app/views/toggle-group/controlled-toggle-group/controlled-toggle-group.component.html&initialpath=controlledToggleGroup", + "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?file=src/app/views/toggle-group/disabled-toggle-group/disabled-toggle-group.component.html&initialpath=disabledToggleGroup", + "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?file=src/app/views/toggle-group/multiple-toggle-group/multiple-toggle-group.component.html&initialpath=multipleToggleGroup", + "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" } } ] -} \ No newline at end of file +} 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 f59812638..4a1fda4f8 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/upload.json @@ -3,9 +3,9 @@ { "title": "Default Upload", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/uplodad/default-upload/default-upload.component.html&initialpath=defaultUpload", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/uplodad/default-upload/default-upload.component.html&initialpath=defaultUpload", "title": "DefaultUpload" } } ] -} \ No newline at end of file +} 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 cdeef9c69..647c0ef65 100644 --- a/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json +++ b/projects/dxc-ngx-cdk-site/src/assets/examples/wizard.json @@ -3,23 +3,23 @@ { "title": "Controlled Wizard", "iframe": { - "src": "https://stackblitz.com/edit/halstack-angular-examples?file=src/app/views/wizard/controlled-wizard/controlled-wizard.component.html&initialpath=controlledWizard", + "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?file=src/app/views/wizard/uncontrolled-wizard/uncontrolled-wizard.component.html&initialpath=uncontrolledWizard", + "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?file=src/app/views/wizard/vertical-wizard/vertical-wizard.component.html&initialpath=verticalWizard", + "src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/wizard/vertical-wizard/vertical-wizard.component.html&initialpath=verticalWizard", "title": "VerticalWizard" } } ] -} \ No newline at end of file +}