-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test commit - 3 #UIM-4 (+14 squashed commit)
Squashed commit: [a355848] chore: test commit - 3 #UIM-4 [d5b74eb] chore: test commit - 2 (#UIM-4) [a9f165c] chore: test commit (#4) [8ec0506] fix: base-href parametr [5c47f43] fix: ci PR NUmbers [539390d] fix: ci PR NUmbers [0c59de1] fix: correct deps for ci [1e867ee] fix: build [5d0c17d] chore: added preview docs script * testing stage [665b0a7] feat: added unit test config and 1 simple spec [39b6f25] fix: angular cli build [c641ade] chore: fixes McTreeSelection, await fix in master [240ac61] chore: tree-selection test [96b5b92] chore: added prod build for docs (+7 squashed commit) Squashed commit: [0dd9d64] chore: version for stackblitz [66610cf] chore: added stackblitz [2c20840] chore: updated code snippets [e11b757] chore: updated css [fc86734] chore: updated ts paths [ef81da5] chore: added button overview [b8f4450] chore: added pages
- Loading branch information
1 parent
203cb20
commit f0d4946
Showing
82 changed files
with
2,545 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
## Development Setup | ||
1. generate dynamic examples (for Stackblitz) | ||
```bash | ||
yarn run build:mosaic-examples | ||
``` | ||
|
||
2. generate components for Docs App | ||
```bash | ||
yarn run build:mosaic | ||
``` | ||
3. generate `docs-content` folder | ||
```bash | ||
yarn run build:docs | ||
``` | ||
|
||
|
||
## Development Server | ||
Start dev server documentation (aka ng serve) | ||
|
||
```bash | ||
yarn run docs:start | ||
``` | ||
|
||
open http://localhost:4200/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
# For additional information regarding the format and rule options, please see: | ||
# https://github.com/browserslist/browserslist#queries | ||
|
||
# You can see what browsers were selected by your queries by running: | ||
# npx browserslist | ||
|
||
> 0.5% | ||
last 2 versions | ||
Firefox ESR | ||
not dead | ||
not IE 9-11 # For IE 9-11 support, remove 'not'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Karma configuration file, see link for more information | ||
// https://karma-runner.github.io/1.0/config/configuration-file.html | ||
|
||
module.exports = function (config) { | ||
config.set({ | ||
basePath: '', | ||
frameworks: ['jasmine', '@angular-devkit/build-angular'], | ||
plugins: [ | ||
require('karma-jasmine'), | ||
require('karma-chrome-launcher'), | ||
require('karma-jasmine-html-reporter'), | ||
require('karma-coverage-istanbul-reporter'), | ||
require('@angular-devkit/build-angular/plugins/karma') | ||
], | ||
client: { | ||
clearContext: false // leave Jasmine Spec Runner output visible in browser | ||
}, | ||
coverageIstanbulReporter: { | ||
dir: require('path').join(__dirname, './coverage/mosaic-docs'), | ||
reports: ['html', 'lcovonly', 'text-summary'], | ||
fixWebpackSourcePaths: true | ||
}, | ||
reporters: ['progress', 'kjhtml'], | ||
port: 9876, | ||
colors: true, | ||
logLevel: config.LOG_INFO, | ||
autoWatch: true, | ||
browsers: ['Chrome'], | ||
singleRun: false, | ||
restartOnFileChange: true | ||
}); | ||
}; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
</mc-vertical-navbar-item> | ||
</mc-vertical-navbar> | ||
|
||
|
||
<div class="content"> | ||
<router-outlet></router-outlet> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ mc-vertical-navbar { | |
} | ||
|
||
.content { | ||
margin-left: 64px; | ||
margin-left: 218px; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,4 @@ import { Component } from '@angular/core'; | |
}) | ||
export class MainLayoutComponent { | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<mc-tree-selection | ||
[dataSource]="dataSource" | ||
[treeControl]="treeControl" | ||
> | ||
|
||
<mc-tree-option *mcTreeNodeDef="let node" mcTreeNodePadding> | ||
{{ node.name }} | ||
</mc-tree-option> | ||
|
||
<mc-tree-option *mcTreeNodeDef="let node; when: hasChild" mcTreeNodePadding> | ||
<i mc-icon="mc-angle-down-S_16" [style.transform]="treeControl.isExpanded(node) ? '' : 'rotate(-90deg)'" cdkTreeNodeToggle></i> | ||
{{ node.name }} : {{ node.type }} | ||
</mc-tree-option> | ||
</mc-tree-selection> | ||
|
Oops, something went wrong.