Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create tree table base component #15

Merged
merged 1 commit into from
Dec 2, 2021
Merged

feat: create tree table base component #15

merged 1 commit into from
Dec 2, 2021

Conversation

fpauer
Copy link
Contributor

@fpauer fpauer commented Nov 29, 2021

Overview

This PR creates an base web component from Related Table sub package, this is the base tree view table which will be used to build Resource Explorer.

Tests

yarn start
Screen Shot 2021-11-29 at 11 28 18 AM

yarn test

@iot-app-kit/components: $ stencil test --spec
@iot-app-kit/components: [39:26.7]  @stencil/core
@iot-app-kit/components: [39:26.9]  v2.11.0 馃悓
@iot-app-kit/components: [39:27.0]  testing spec files
@iot-app-kit/components: [39:27.1]  jest args: --spec --max-workers=8
@iot-app-kit/components: PASS src/components/iot-bar-chart/iot-bar-chart.spec.ts
@iot-app-kit/components: PASS src/components/iot-scatter-chart/iot-scatter-chart.spec.ts
@iot-app-kit/components: PASS src/components/iot-status-grid/iot-status-grid.spec.ts
@iot-app-kit/components: PASS src/components/iot-table/iot-table.spec.ts
@iot-app-kit/components: PASS src/components/iot-status-timeline/iot-status-timeline.spec.ts
@iot-app-kit/components: PASS src/components/iot-line-chart/iot-line-chart.spec.ts
@iot-app-kit/components: PASS src/components/iot-connector/iot-connector.spec.ts
@iot-app-kit/components: PASS src/components/iot-kpi/iot-kpi.spec.ts
@iot-app-kit/components: PASS src/testing/dataStreamId.spec.ts
@iot-app-kit/components: PASS src/components/iot-resource-explorer/iot-tree-table.spec.ts
@iot-app-kit/components: A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks.
@iot-app-kit/components: Test Suites: 10 passed, 10 total
@iot-app-kit/components: Tests:       14 passed, 14 total
@iot-app-kit/components: Snapshots:   0 total
@iot-app-kit/components: Time:        5.606 s
@iot-app-kit/components: Ran all test suites.
lerna success run Ran npm script 'test' in 3 packages in 34.9s:
lerna success - @iot-app-kit/components
lerna success - @iot-app-kit/core
lerna success - @iot-app-kit/related-table

Legal

This project is available under the Apache 2.0 License.

"@stencil/core": "^2.7.0",
"@synchro-charts/core": "^1.0.3"
"@synchro-charts/core": "^1.0.3",
"react": ">=16.14.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want these as peer dependencies

@fpauer fpauer merged commit 0e4412c into main Dec 2, 2021
@diehbria diehbria deleted the add-tree-table branch May 5, 2022 16:27
sheilaXu pushed a commit that referenced this pull request Sep 23, 2022
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
TheEvilDev pushed a commit that referenced this pull request Nov 2, 2022
Co-authored-by: Fernando Pauer <pauerf@amazon.com>
This was referenced Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants