Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 59 additions & 58 deletions projects/dxc-ngx-cdk-site/src/assets/examples/alert.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,61 @@
{
"data": [
{
"title": "Info Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert",
"title": "InfoAlert"
}
},
{
"title": "Succes Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert",
"title": "SuccesAlert"
}
},
{
"title": "Warning Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert",
"title": "WarningAlert"
}
},
{
"title": "Error Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert",
"title": "ErrorAlert"
}
},
{
"title": "Sized Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert",
"title": "SizedAlert"
}
},
{
"title": "Modal Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert",
"title": "ModalAlert"
}
},
{
"title": "Closable Inline Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert",
"title": "ClosableInlineAlert"
}
},
{
"title": "Alert with children",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren",
"title": "AlertWithChildren"
}
}
]
"data": [
{
"title": "Info Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/info-alert/info-alert.component.html&initialpath=infoAlert",
"title": "InfoAlert"
},
"visibility": true
},
{
"title": "Succes Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/success-alert/success-alert.component.html&initialpath=successAlert",
"title": "SuccesAlert"
}
},
{
"title": "Warning Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/warning-alert/warning-alert.component.html&initialpath=warningAlert",
"title": "WarningAlert"
}
},
{
"title": "Error Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/error-alert/error-alert.component.html&initialpath=errorAlert",
"title": "ErrorAlert"
}
},
{
"title": "Sized Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/sized-alert/sized-alert.component.html&initialpath=sizedAlert",
"title": "SizedAlert"
}
},
{
"title": "Modal Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/modal-alert/modal-alert.component.html&initialpath=modalAlert",
"title": "ModalAlert"
}
},
{
"title": "Closable Inline Alert",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/closable-inline-alert/closable-inline-alert.component.html&initialpath=closableInlineAlert",
"title": "ClosableInlineAlert"
}
},
{
"title": "Alert with children",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/alert/alert-with-children/alert-with-children.component.html&initialpath=alertWithChildren",
"title": "AlertWithChildren"
}
}
]
}
33 changes: 17 additions & 16 deletions projects/dxc-ngx-cdk-site/src/assets/examples/app-layout.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"data": [
{
"title": "Basic Layout",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout",
"title": "dxc-technology/halstack-angular/application-layout#1"
}
},
{
"title": "Layout with Sidenav",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav",
"title": "dxc-technology/halstack-angular/application-layout#2"
}
}
]
"data": [
{
"title": "Basic Layout",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/basic-layout/basic-layout.component.html&initialpath=basicLayout",
"title": "dxc-technology/halstack-angular/application-layout#1"
},
"visibility": true
},
{
"title": "Layout with Sidenav",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/application-layout/layout-with-sidenav/layout-with-sidenav.component.html&initialpath=layoutWithSidenav",
"title": "dxc-technology/halstack-angular/application-layout#2"
}
}
]
}
33 changes: 17 additions & 16 deletions projects/dxc-ngx-cdk-site/src/assets/examples/autosuggest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"data": [
{
"title": "Text input with suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput",
"title": "autosuggest-input"
}
},
{
"title": "Text input with a function as suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput",
"title": "autosuggest-function-input"
}
}
]
"data": [
{
"title": "Text input with suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-function-suggestions/text-input-function-suggestions.component.html&initialpath=autosuggestInput",
"title": "autosuggest-input"
},
"visibility": true
},
{
"title": "Text input with a function as suggestions",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/text-input-with-suggestions/text-input-with-suggestions.component.html&initialpath=autosuggestFunctionInput",
"title": "autosuggest-function-input"
}
}
]
}
19 changes: 10 additions & 9 deletions projects/dxc-ngx-cdk-site/src/assets/examples/box.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"data": [
{
"title": "Basic Box",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox",
"title": "BasicBox"
}
}
]
"data": [
{
"title": "Basic Box",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/box/basic-box/basic-box.component.html&initialpath=basicBox",
"title": "BasicBox"
},
"visibility": true
}
]
}
61 changes: 31 additions & 30 deletions projects/dxc-ngx-cdk-site/src/assets/examples/button.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"data": [
{
"title": "Button Modes",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-modes/button-modes.component.html",
"title": "button-modes"
}
},
{
"title": "Button with Icon",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon",
"title": "button-with-icon"
}
},
{
"title": "Sized Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton",
"title": "sized-button"
}
},
{
"title": "Fill Parent Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton",
"title": "fill-parent-button"
}
}
]
"data": [
{
"title": "Button Modes",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-modes/button-modes.component.html",
"title": "button-modes"
},
"visibility": true
},
{
"title": "Button with Icon",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/button-with-icon/button-with-icon.component.html&initialpath=buttonWithIcon",
"title": "button-with-icon"
}
},
{
"title": "Sized Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/sized-button/sized-button.component.html&initialpath=sizedButton",
"title": "sized-button"
}
},
{
"title": "Fill Parent Button",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/button/fill-parent-button/fill-parent-button.component.html&initialpath=fillParentButton",
"title": "fill-parent-button"
}
}
]
}
47 changes: 24 additions & 23 deletions projects/dxc-ngx-cdk-site/src/assets/examples/card.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"data": [
{
"title": "Default Card",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "DefaultCard"
}
},
{
"title": "Card with link",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink",
"title": "CardWithLink"
}
},
{
"title": "Card with action",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "CardWithAction"
}
}
]
"data": [
{
"title": "Default Card",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "DefaultCard"
},
"visibility": true
},
{
"title": "Card with link",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card/card-with-link/card-with-link.component.html&initialpath=cardWithLink",
"title": "CardWithLink"
}
},
{
"title": "Card with action",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/card-with-action/card-with-action.component.html&initialpath=cardWithAction",
"title": "CardWithAction"
}
}
]
}
3 changes: 2 additions & 1 deletion projects/dxc-ngx-cdk-site/src/assets/examples/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/checkbox/checkbox-label-position/checkbox-label-position.component.html&initialpath=checkboxLabelPosition",
"title": "CheckboxLabelPosition"
}
},
"visibility": true
},
{
"title": "Checkbox Uncontrolled",
Expand Down
33 changes: 17 additions & 16 deletions projects/dxc-ngx-cdk-site/src/assets/examples/chip.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"data": [
{
"title": "Default Chip",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip",
"title": "DefaultChip"
}
},
{
"title": "Chip with icons",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons",
"title": "ChipWithIcons"
}
}
]
"data": [
{
"title": "Default Chip",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/default-chip/default-chip.component.html&initialpath=defaultChip",
"title": "DefaultChip"
},
"visibility": true
},
{
"title": "Chip with icons",
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/chip/chip-with-icons/chip-with-icons.component.html&initialpath=chipWithIcons",
"title": "ChipWithIcons"
}
}
]
}
3 changes: 2 additions & 1 deletion projects/dxc-ngx-cdk-site/src/assets/examples/date.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"iframe": {
"src": "https://stackblitz.com/edit/halstack-angular-examples-next?file=src/app/views/date/sized-date/sized-date.component.html&initialpath=sizedDate",
"title": "Sized Date"
}
},
"visibility": true
},
{
"title": "Uncontrolled Date",
Expand Down
Loading