Skip to content

Commit

Permalink
barista: Add components to barrel file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer authored and lukasholzer committed Mar 19, 2020
1 parent 2709b16 commit ac1cbd2
Show file tree
Hide file tree
Showing 57 changed files with 293 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/examples/src/alert/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
* limitations under the License.
*/

export * from './alert-dark-error-example/alert-dark-error-example';
export * from './alert-dark-example/alert-dark-example';
export * from './alert-error-example/alert-error-example';
export * from './alert-examples.module';
export * from './alert-interactive-example/alert-interactive-example';
export * from './alert-warning-example/alert-warning-example';
7 changes: 7 additions & 0 deletions libs/examples/src/autocomplete/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@
* limitations under the License.
*/

export * from './autocomplete-attach-different-element-example/autocomplete-attach-different-element-example';
export * from './autocomplete-control-values-example/autocomplete-control-values-example';
export * from './autocomplete-custom-filter-example/autocomplete-custom-filter-example';
export * from './autocomplete-default-example/autocomplete-default-example';
export * from './autocomplete-examples.module';
export * from './autocomplete-groups-example/autocomplete-groups-example';
export * from './autocomplete-highlight-first-option-example/autocomplete-highlight-first-option-example';
export * from './countries';
5 changes: 5 additions & 0 deletions libs/examples/src/bar-indicator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
* limitations under the License.
*/

export * from './bar-indicator-alignment-example/bar-indicator-alignment-example';
export * from './bar-indicator-color-example/bar-indicator-color-example';
export * from './bar-indicator-default-example/bar-indicator-default-example';
export * from './bar-indicator-dynamic-example/bar-indicator-dynamic-example';
export * from './bar-indicator-examples.module';
export * from './bar-indicator-table-example/bar-indicator-table-example';
4 changes: 4 additions & 0 deletions libs/examples/src/breadcrumbs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './breadcrumbs-color-example/breadcrumbs-color-example';
export * from './breadcrumbs-dark-example/breadcrumbs-dark-example';
export * from './breadcrumbs-default-example/breadcrumbs-default-example';
export * from './breadcrumbs-examples.module';
export * from './breadcrumbs-observable-example/breadcrumbs-observable-example';
5 changes: 5 additions & 0 deletions libs/examples/src/button-group/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
* limitations under the License.
*/

export * from './button-group-default-example/button-group-default-example';
export * from './button-group-disabled-example/button-group-disabled-example';
export * from './button-group-error-example/button-group-error-example';
export * from './button-group-examples.module';
export * from './button-group-interactive-example/button-group-interactive-example';
export * from './button-group-item-disabled-example/button-group-item-disabled-example';
9 changes: 9 additions & 0 deletions libs/examples/src/button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@
* limitations under the License.
*/

export * from './button-color-example/button-color-example';
export * from './button-dark-example/button-dark-example';
export * from './button-default-example/button-default-example';
export * from './button-disabled-example/button-disabled-example';
export * from './button-examples.module';
export * from './button-icon-only-example/button-icon-only-example';
export * from './button-icons-example/button-icons-example';
export * from './button-interaction-example/button-interaction-example';
export * from './button-loading-spinner-example/button-loading-spinner-example';
export * from './button-variant-example/button-variant-example';
6 changes: 6 additions & 0 deletions libs/examples/src/card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './card-action-buttons-example/card-action-buttons-example';
export * from './card-dark-example/card-dark-example';
export * from './card-default-example/card-default-example';
export * from './card-examples.module';
export * from './card-footer-actions-example/card-footer-actions-example';
export * from './card-icon-example/card-icon-example';
export * from './card-subtitle-example/card-subtitle-example';
20 changes: 20 additions & 0 deletions libs/examples/src/chart/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,24 @@
* limitations under the License.
*/

export * from './chart-area-example/chart-area-example';
export * from './chart-arearange-example/chart-arearange-example';
export * from './chart-bar-example/chart-bar-example';
export * from './chart-behavior-switch-example/chart-behavior-switch-example';
export * from './chart-categorized-example/chart-categorized-example';
export * from './chart-data-utils';
export * from './chart-default-example/chart-default-example';
export * from './chart-donut-example/chart-donut-example';
export * from './chart-example-data.service';
export * from './chart-examples.module';
export * from './chart-heatfield-example/chart-heatfield-example';
export * from './chart-heatfield-multiple-example/chart-heatfield-multiple-example';
export * from './chart-line-example/chart-line-example';
export * from './chart-line-with-gaps-example/chart-line-with-gaps-example';
export * from './chart-loading-example/chart-loading-example';
export * from './chart-min-max-example/chart-min-max-example';
export * from './chart-ordered-colors-example/chart-ordered-colors-example';
export * from './chart-pie-example/chart-pie-example';
export * from './chart-selection-area-default-example/chart-selection-area-default-example';
export * from './chart-single-data-point-example/chart-single-data-point-example';
export * from './chart-stream-example/chart-stream-example';
4 changes: 4 additions & 0 deletions libs/examples/src/checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './checkbox-dark-example/checkbox-dark-example';
export * from './checkbox-default-example/checkbox-default-example';
export * from './checkbox-examples.module';
export * from './checkbox-indeterminate-example/checkbox-indeterminate-example';
export * from './checkbox-responsive-example/checkbox-responsive-example';
2 changes: 2 additions & 0 deletions libs/examples/src/confirmation-dialog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* limitations under the License.
*/

export * from './confirmation-dialog-default-example/confirmation-dialog-default-example';
export * from './confirmation-dialog-examples.module';
export * from './confirmation-dialog-show-backdrop-example/confirmation-dialog-show-backdrop-example';
3 changes: 3 additions & 0 deletions libs/examples/src/consumption/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './consumption-default-example/consumption-default-example';
export * from './consumption-error-example/consumption-error-example';
export * from './consumption-examples.module';
export * from './consumption-warning-example/consumption-warning-example';
3 changes: 3 additions & 0 deletions libs/examples/src/container-breakpoint-observer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './container-breakpoint-observer-default-example/container-breakpoint-observer-default-example';
export * from './container-breakpoint-observer-examples.module';
export * from './container-breakpoint-observer-if-else-example/container-breakpoint-observer-if-else-example';
export * from './container-breakpoint-observer-if-example/container-breakpoint-observer-if-example';
8 changes: 8 additions & 0 deletions libs/examples/src/context-dialog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@
* limitations under the License.
*/

export * from './context-dialog-actions-example/context-dialog-actions-example';
export * from './context-dialog-custom-icon-example/context-dialog-custom-icon-example';
export * from './context-dialog-dark-example/context-dialog-dark-example';
export * from './context-dialog-default-example/context-dialog-default-example';
export * from './context-dialog-examples.module';
export * from './context-dialog-footer-example/context-dialog-footer-example';
export * from './context-dialog-header-example/context-dialog-header-example';
export * from './context-dialog-interactive-example/context-dialog-interactive-example';
export * from './context-dialog-previous-focus-example/context-dialog-previous-focus-example';
7 changes: 7 additions & 0 deletions libs/examples/src/copy-to-clipboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@
* limitations under the License.
*/

export * from './copy-to-clipboard-callback-example/copy-to-clipboard-callback-example';
export * from './copy-to-clipboard-context-example/copy-to-clipboard-context-example';
export * from './copy-to-clipboard-dark-example/copy-to-clipboard-dark-example';
export * from './copy-to-clipboard-default-example/copy-to-clipboard-default-example';
export * from './copy-to-clipboard-error-example/copy-to-clipboard-error-example';
export * from './copy-to-clipboard-examples.module';
export * from './copy-to-clipboard-secondary-button-example/copy-to-clipboard-secondary-button-example';
export * from './copy-to-clipboard-textarea-example/copy-to-clipboard-textarea-example';
2 changes: 2 additions & 0 deletions libs/examples/src/cta-card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* limitations under the License.
*/

export * from './cta-card-closable-example/cta-card-closable-example';
export * from './cta-card-default-example/cta-card-default-example';
export * from './cta-card-examples.module';
4 changes: 4 additions & 0 deletions libs/examples/src/drawer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './drawer-default-example/drawer-default-example';
export * from './drawer-dynamic-example/drawer-dynamic-example';
export * from './drawer-examples.module';
export * from './drawer-nested-example/drawer-nested-example';
export * from './drawer-over-example/drawer-over-example';
5 changes: 5 additions & 0 deletions libs/examples/src/empty-state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
* limitations under the License.
*/

export * from './empty-state-custom-empty-state-table-example/empty-state-custom-empty-state-table-example';
export * from './empty-state-default-example/empty-state-default-example';
export * from './empty-state-examples.module';
export * from './empty-state-in-card-example/empty-state-in-card-example';
export * from './empty-state-multiple-items-example/empty-state-multiple-items-example';
export * from './empty-state-multiple-items-in-card-example/empty-state-multiple-items-in-card-example';
8 changes: 8 additions & 0 deletions libs/examples/src/event-chart/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@
* limitations under the License.
*/

export * from './event-chart-complex-selection-example/event-chart-complex-selection-example';
export * from './event-chart-custom-color-example/event-chart-custom-color-example';
export * from './event-chart-default-example/event-chart-default-example';
export * from './event-chart-examples.module';
export * from './event-chart-legend-example/event-chart-legend-example';
export * from './event-chart-overlapping-load-example/event-chart-overlapping-load-example';
export * from './event-chart-overlay-example/event-chart-overlay-example';
export * from './event-chart-selection-example/event-chart-selection-example';
export * from './event-chart-session-replay-example/event-chart-session-replay-example';
4 changes: 4 additions & 0 deletions libs/examples/src/expandable-panel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './expandable-panel-default-example/expandable-panel-default-example';
export * from './expandable-panel-disabled-example/expandable-panel-disabled-example';
export * from './expandable-panel-dynamic-trigger-example/expandable-panel-dynamic-trigger-example';
export * from './expandable-panel-examples.module';
export * from './expandable-panel-programmatic-example/expandable-panel-programmatic-example';
5 changes: 5 additions & 0 deletions libs/examples/src/expandable-section/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
* limitations under the License.
*/

export * from './expandable-section-dark-example/expandable-section-dark-example';
export * from './expandable-section-default-example/expandable-section-default-example';
export * from './expandable-section-disabled-example/expandable-section-disabled-example';
export * from './expandable-section-examples.module';
export * from './expandable-section-interactive-example/expandable-section-interactive-example';
export * from './expandable-section-open-example/expandable-section-open-example';
1 change: 1 addition & 0 deletions libs/examples/src/expandable-text/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
* limitations under the License.
*/

export * from './expandable-text-default-example/expandable-text-default-example';
export * from './expandable-text-examples.module';
8 changes: 8 additions & 0 deletions libs/examples/src/filter-field/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@
* limitations under the License.
*/

export * from './filter-field-async-example/filter-field-async-example';
export * from './filter-field-clearall-example/filter-field-clearall-example';
export * from './filter-field-default-example/filter-field-default-example';
export * from './filter-field-disabled-example/filter-field-disabled-example';
export * from './filter-field-distinct-example/filter-field-distinct-example';
export * from './filter-field-examples.module';
export * from './filter-field-programmatic-filters-example/filter-field-programmatic-filters-example';
export * from './filter-field-readonly-non-editable-tags-example/filter-field-readonly-non-editable-tags-example';
export * from './filter-field-unique-example/filter-field-unique-example';
6 changes: 6 additions & 0 deletions libs/examples/src/form-field/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './form-field-default-example/form-field-default-example';
export * from './form-field-error-custom-validator-example/form-field-error-custom-validator-example';
export * from './form-field-error-example/form-field-error-example';
export * from './form-field-examples.module';
export * from './form-field-hint-example/form-field-hint-example';
export * from './form-field-prefix-suffix-example/form-field-prefix-suffix-example';
export * from './form-field-server-validation/form-field-server-validation-example';
7 changes: 7 additions & 0 deletions libs/examples/src/formatters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@
* limitations under the License.
*/

export * from './formatters-bits-example/formatters-bits-example';
export * from './formatters-bytes-example/formatters-bytes-example';
export * from './formatters-count-example/formatters-count-example';
export * from './formatters-duration-example/formatters-duration-example';
export * from './formatters-examples.module';
export * from './formatters-percent-example/formatters-percent-example';
export * from './formatters-rate-example/formatters-rate-example';
export * from './formatters-time-example/formatters-time-example';
2 changes: 2 additions & 0 deletions libs/examples/src/highlight/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* limitations under the License.
*/

export * from './highlight-case-sensitive-example/highlight-case-sensitive-example';
export * from './highlight-default-example/highlight-default-example';
export * from './highlight-examples.module';
4 changes: 4 additions & 0 deletions libs/examples/src/icon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './async-icon';
export * from './icon-all-example/icon-all-example';
export * from './icon-default-example/icon-default-example';
export * from './icon-examples.module';
export * from './viewport';
3 changes: 3 additions & 0 deletions libs/examples/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ import { DtExampleFormFieldServerValidation } from './form-field/form-field-serv
import { DtExampleFormattersBits } from './formatters/formatters-bits-example/formatters-bits-example';
import { DtExampleFormattersBytes } from './formatters/formatters-bytes-example/formatters-bytes-example';
import { DtExampleFormattersCount } from './formatters/formatters-count-example/formatters-count-example';
import { DtExampleFormattersDuration } from './formatters/formatters-duration-example/formatters-duration-example';
import { DtExampleFormattersPercent } from './formatters/formatters-percent-example/formatters-percent-example';
import { DtExampleFormattersRate } from './formatters/formatters-rate-example/formatters-rate-example';
import { DtExampleFormattersTime } from './formatters/formatters-time-example/formatters-time-example';
Expand Down Expand Up @@ -497,6 +498,7 @@ export {
DtExampleFormattersBits,
DtExampleFormattersBytes,
DtExampleFormattersCount,
DtExampleFormattersDuration,
DtExampleFormattersPercent,
DtExampleFormattersRate,
DtExampleFormattersTime,
Expand Down Expand Up @@ -821,6 +823,7 @@ export const EXAMPLES_MAP = new Map<string, Type<unknown>>([
['DtExampleFormattersBits', DtExampleFormattersBits],
['DtExampleFormattersBytes', DtExampleFormattersBytes],
['DtExampleFormattersCount', DtExampleFormattersCount],
['DtExampleFormattersDuration', DtExampleFormattersDuration],
['DtExampleFormattersPercent', DtExampleFormattersPercent],
['DtExampleFormattersRate', DtExampleFormattersRate],
['DtExampleFormattersTime', DtExampleFormattersTime],
Expand Down
2 changes: 2 additions & 0 deletions libs/examples/src/info-group/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* limitations under the License.
*/

export * from './info-group-default-example/info-group-default-example';
export * from './info-group-examples.module';
export * from './info-group-in-card-example/info-group-in-card-example';
6 changes: 6 additions & 0 deletions libs/examples/src/inline-editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './inline-editor-api-example/inline-editor-api-example';
export * from './inline-editor-default-example/inline-editor-default-example';
export * from './inline-editor-examples.module';
export * from './inline-editor-failing-example/inline-editor-failing-example';
export * from './inline-editor-required-example/inline-editor-required-example';
export * from './inline-editor-successful-example/inline-editor-successful-example';
export * from './inline-editor-validation-example/inline-editor-validation-example';
6 changes: 6 additions & 0 deletions libs/examples/src/input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './input-dark-example/input-dark-example';
export * from './input-default-example/input-default-example';
export * from './input-disabled-readonly-example/input-disabled-readonly-example';
export * from './input-examples.module';
export * from './input-form-example/input-form-example';
export * from './input-ng-model-example/input-ng-model-example';
export * from './input-textarea-example/input-textarea-example';
3 changes: 3 additions & 0 deletions libs/examples/src/key-value-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './key-value-list-default-example/key-value-list-default-example';
export * from './key-value-list-examples.module';
export * from './key-value-list-longtext-example/key-value-list-longtext-example';
export * from './key-value-list-multicolumn-example/key-value-list-multicolumn-example';
4 changes: 4 additions & 0 deletions libs/examples/src/legend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './legend-default-example/legend-default-example';
export * from './legend-examples.module';
export * from './legend-overlay-example/legend-overlay-example';
export * from './legend-symbol-attribute-example/legend-symbol-attribute-example';
export * from './legend-timeline-chart-example/legend-timeline-chart-example';
4 changes: 4 additions & 0 deletions libs/examples/src/link/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
* limitations under the License.
*/

export * from './link-dark-example/link-dark-example';
export * from './link-examples.module';
export * from './link-external-example/link-external-example';
export * from './link-notification-example/link-notification-example';
export * from './link-simple-example/link-simple-example';
3 changes: 3 additions & 0 deletions libs/examples/src/loading-distractor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './loading-distractor-default-example/loading-distractor-default-example';
export * from './loading-distractor-examples.module';
export * from './loading-distractor-input-example/loading-distractor-input-example';
export * from './loading-distractor-spinner-example/loading-distractor-spinner-example';
3 changes: 3 additions & 0 deletions libs/examples/src/menu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './menu-default-example/menu-default-example';
export * from './menu-examples.module';
export * from './menu-within-context-dialog-example/menu-within-context-dialog-example';
export * from './menu-within-drawer-example/menu-within-drawer-example';
6 changes: 6 additions & 0 deletions libs/examples/src/micro-chart/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './data';
export * from './micro-chart-columns-example/micro-chart-columns-example';
export * from './micro-chart-columns-interpolated-example/micro-chart-columns-interpolated-example';
export * from './micro-chart-default-example/micro-chart-default-example';
export * from './micro-chart-examples.module';
export * from './micro-chart-interpolated-example/micro-chart-interpolated-example';
export * from './micro-chart-stream-example/micro-chart-stream-example';
6 changes: 6 additions & 0 deletions libs/examples/src/overlay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
* limitations under the License.
*/

export * from './overlay-complex-content-example/overlay-complex-content-example';
export * from './overlay-default-example/overlay-default-example';
export * from './overlay-example-dummy-component';
export * from './overlay-examples.module';
export * from './overlay-implicit-context-example/overlay-implicit-context-example';
export * from './overlay-programmatic-example/overlay-programmatic-example';
export * from './overlay-tile-example/overlay-tile-example';
3 changes: 3 additions & 0 deletions libs/examples/src/pagination/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
* limitations under the License.
*/

export * from './pagination-default-example/pagination-default-example';
export * from './pagination-dynamic-table-example/pagination-dynamic-table-example';
export * from './pagination-examples.module';
export * from './pagination-many-example/pagination-many-example';
Loading

0 comments on commit ac1cbd2

Please sign in to comment.