generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
2,106 additions
and
2,113 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/two-approve@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/two-approve@1.13.0 | ||
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
|
||
- name: Auto assign | ||
if: env.IS_OWNER_MODE == 'true' | ||
|
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 |
---|---|---|
|
@@ -13,11 +13,11 @@ jobs: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/cleanup-cache@1.12.4 | ||
- uses: taiga-family/ci/actions/cleanup-cache@1.13.0 | ||
if: github.event_name == 'push' | ||
with: | ||
branch-name: ${{ github.head_ref || github.ref_name }} | ||
- uses: taiga-family/ci/actions/cleanup-cache@1.12.4 | ||
- uses: taiga-family/ci/actions/cleanup-cache@1.13.0 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge |
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/dependency-review@1.12.4 | ||
- uses: taiga-family/ci/actions/dependency-review@1.13.0 |
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/auto-remove-label@1.12.4 | ||
- uses: taiga-family/ci/actions/auto-remove-label@1.13.0 |
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Build demo | ||
run: npm run build | ||
|
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 |
---|---|---|
|
@@ -11,9 +11,15 @@ jobs: | |
name: Build libs | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/[email protected] | ||
- uses: taiga-family/ci/actions/[email protected] | ||
- uses: taiga-family/ci/actions/[email protected] | ||
- uses: taiga-family/ci/actions/[email protected] | ||
with: | ||
node-path: | | ||
**/node_modules/** | ||
**/taiga-ui/node_modules/** | ||
- run: ls taiga-ui | ||
- run: npx nx show projects | ||
- name: Build library | ||
run: npx nx build tui-editor | ||
|
||
|
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,8 +7,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- run: npx nx build demo | ||
|
||
|
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 |
---|---|---|
|
@@ -8,13 +8,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Build demo for Github Pages | ||
run: npx nx build-gh-pages demo | ||
|
||
- uses: taiga-family/ci/actions/setup-deploy@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-deploy@1.13.0 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
folder: dist/demo/browser | ||
|
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 |
---|---|---|
|
@@ -12,10 +12,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/rebase@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/rebase@1.13.0 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo --output-path ${{ env.DIST }} | ||
|
@@ -31,8 +31,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
|
||
- name: Download artifacts / ${{ env.SNAPSHOTS_CACHE_KEY }} | ||
continue-on-error: true | ||
|
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Lint check | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- run: npx nx build demo | ||
- run: tree ${{ env.DIST }} -P '*.html' | ||
|
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/variables@1.12.4 | ||
- uses: taiga-family/ci/actions/setup-node@1.12.4 | ||
- uses: taiga-family/ci/actions/variables@1.13.0 | ||
- uses: taiga-family/ci/actions/setup-node@1.13.0 | ||
|
||
- name: Run tests | ||
run: npx nx test tui-editor | ||
|
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,4 @@ | ||
[submodule "taiga-ui"] | ||
path = taiga-ui | ||
url = [email protected]:taiga-family/taiga-ui.git | ||
branch = main |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
**/dist/** | ||
**/coverage/** | ||
package-lock.json | ||
taiga-ui/** | ||
.husky |
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@taiga-ui/core/styles/taiga-ui-local.less'; | ||
@import 'taiga-ui-local.less'; | ||
|
||
input { | ||
.fullsize(); | ||
|
2 changes: 1 addition & 1 deletion
2
...demo/src/app/pages/custom-tool/paste-emoji/examples/1/smiles-tool/smiles-tool.styles.less
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
2 changes: 1 addition & 1 deletion
2
apps/demo/src/app/pages/custom-tool/paste-image/examples/1/image-tool/image-tool.styles.less
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
2 changes: 1 addition & 1 deletion
2
apps/demo/src/app/pages/embed/iframe/examples/1/embed-tool/embed-tool.styles.less
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
2 changes: 1 addition & 1 deletion
2
apps/demo/src/app/pages/embed/youtube/examples/1/youtube-tool/youtube-tool.styles.less
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
2 changes: 1 addition & 1 deletion
2
apps/demo/src/app/pages/stackblitz/starter/stackblitz-starter.style.less
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@taiga-ui/core/styles/taiga-ui-local.less'; | ||
@import 'taiga-ui-local.less'; | ||
|
||
.loader { | ||
.fullsize(fixed); | ||
|
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"lib": { | ||
"entryFile": "index.ts", | ||
"styleIncludePaths": [ | ||
"../../../core/styles" | ||
] | ||
"entryFile": "index.ts" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
libs/tui-editor/components/color-selector/color-picker/color-picker.style.less
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
2 changes: 1 addition & 1 deletion
2
libs/tui-editor/components/color-selector/color-selector.style.less
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
2 changes: 1 addition & 1 deletion
2
libs/tui-editor/components/color-selector/palette/palette.style.less
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@taiga-ui/core/styles/taiga-ui-local.less'; | ||
@import 'taiga-ui-local.less'; | ||
|
||
:host { | ||
display: flex; | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@taiga-ui/core/styles/taiga-ui-local.less'; | ||
@import 'taiga-ui-local.less'; | ||
|
||
:host { | ||
display: block; | ||
|
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
2 changes: 1 addition & 1 deletion
2
libs/tui-editor/components/editor-resizable/editor-resizable.component.less
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import '@taiga-ui/core/styles/taiga-ui-local.less'; | ||
@import 'taiga-ui-local.less'; | ||
|
||
:host { | ||
position: relative; | ||
|
Oops, something went wrong.