angular-slickgrid 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/angular-slickgrid.d.ts → angular-slickgrid.d.ts} +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/constants.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/extensions/index.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/global-grid-options.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/index.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/angularComponentOutput.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/externalTestingDependencies.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/gridOption.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/index.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/rowDetailView.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/models/slickGrid.interface.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/angularUtil.service.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/bsDropdown.service.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/container.service.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/index.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/translater.service.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/services/utilities.d.ts +0 -0
- package/{dist/app → app}/modules/angular-slickgrid/slickgrid-config.d.ts +0 -0
- package/docs/assets/lib/multiple-select/README.md +17 -0
- package/{dist/esm2020 → esm2020}/angular-slickgrid.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/constants.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/index.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/global-grid-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/index.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/gridOption.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/index.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/angularUtil.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/container.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/index.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/translater.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/utilities.mjs +0 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/slickgrid-config.mjs +0 -0
- package/{dist/esm2020 → esm2020}/public_api.mjs +0 -0
- package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs +0 -0
- package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs.map +0 -0
- package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs +0 -0
- package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs.map +0 -0
- package/{dist/i18n → i18n}/en.json +0 -0
- package/{dist/i18n → i18n}/fr.json +0 -0
- package/package.json +25 -110
- package/{dist/public_api.d.ts → public_api.d.ts} +0 -0
- package/.browserslistrc +0 -12
- package/.codecov.yml +0 -17
- package/.editorconfig +0 -18
- package/.eslintrc.json +0 -50
- package/.github/CODE_OF_CONDUCT.md +0 -76
- package/.github/FUNDING.yml +0 -8
- package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -54
- package/.github/ISSUE_TEMPLATE/config.yml +0 -5
- package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -44
- package/.github/renovate.json5 +0 -26
- package/.github/stale.yml +0 -7
- package/.github/workflows/main.yml +0 -83
- package/.vscode/extensions.json +0 -9
- package/.vscode/launch.json +0 -72
- package/.vscode/settings.json +0 -7
- package/.vscode/tasks.json +0 -77
- package/CHANGELOG.md +0 -1172
- package/angular.json +0 -148
- package/dist/LICENSE +0 -20
- package/dist/README.md +0 -182
- package/dist/package.json +0 -79
- package/global.d.ts +0 -1
- package/ngcc.config.js +0 -13
- package/screenshots/column-picker.png +0 -0
- package/screenshots/composite-editor.png +0 -0
- package/screenshots/draggable-grouping.png +0 -0
- package/screenshots/editors.png +0 -0
- package/screenshots/export-to-file.png +0 -0
- package/screenshots/filter_and_sort.png +0 -0
- package/screenshots/formatters.png +0 -0
- package/screenshots/frozen.png +0 -0
- package/screenshots/multipleSelectFilter.png +0 -0
- package/screenshots/pagination.png +0 -0
- package/screenshots/selectFilter.png +0 -0
- package/screenshots/singleFilter.png +0 -0
- package/src/app/app-routing.module.ts +0 -83
- package/src/app/app.component.html +0 -160
- package/src/app/app.component.scss +0 -65
- package/src/app/app.component.ts +0 -10
- package/src/app/app.module.ts +0 -175
- package/src/app/examples/custom-angularComponentEditor.ts +0 -184
- package/src/app/examples/custom-angularComponentFilter.ts +0 -126
- package/src/app/examples/custom-inputEditor.ts +0 -124
- package/src/app/examples/custom-inputFilter.ts +0 -142
- package/src/app/examples/custom-titleFormatter.component.ts +0 -8
- package/src/app/examples/editor-ng-select.component.ts +0 -37
- package/src/app/examples/filter-ng-select.component.ts +0 -32
- package/src/app/examples/grid-additem.component.html +0 -48
- package/src/app/examples/grid-additem.component.ts +0 -272
- package/src/app/examples/grid-angular.component.html +0 -79
- package/src/app/examples/grid-angular.component.scss +0 -28
- package/src/app/examples/grid-angular.component.ts +0 -370
- package/src/app/examples/grid-autoheight.component.html +0 -52
- package/src/app/examples/grid-autoheight.component.ts +0 -147
- package/src/app/examples/grid-basic.component.html +0 -29
- package/src/app/examples/grid-basic.component.ts +0 -82
- package/src/app/examples/grid-clientside.component.html +0 -51
- package/src/app/examples/grid-clientside.component.ts +0 -293
- package/src/app/examples/grid-colspan.component.html +0 -39
- package/src/app/examples/grid-colspan.component.scss +0 -11
- package/src/app/examples/grid-colspan.component.ts +0 -155
- package/src/app/examples/grid-composite-editor.component.html +0 -79
- package/src/app/examples/grid-composite-editor.component.scss +0 -19
- package/src/app/examples/grid-composite-editor.component.ts +0 -948
- package/src/app/examples/grid-contextmenu.component.html +0 -62
- package/src/app/examples/grid-contextmenu.component.scss +0 -44
- package/src/app/examples/grid-contextmenu.component.ts +0 -473
- package/src/app/examples/grid-custom-tooltip.component.html +0 -25
- package/src/app/examples/grid-custom-tooltip.component.scss +0 -77
- package/src/app/examples/grid-custom-tooltip.component.ts +0 -483
- package/src/app/examples/grid-draggrouping.component.html +0 -93
- package/src/app/examples/grid-draggrouping.component.ts +0 -397
- package/src/app/examples/grid-editor.component.html +0 -88
- package/src/app/examples/grid-editor.component.ts +0 -699
- package/src/app/examples/grid-formatter.component.html +0 -26
- package/src/app/examples/grid-formatter.component.ts +0 -162
- package/src/app/examples/grid-frozen.component.html +0 -65
- package/src/app/examples/grid-frozen.component.scss +0 -11
- package/src/app/examples/grid-frozen.component.ts +0 -303
- package/src/app/examples/grid-graphql-nopage.component.html +0 -33
- package/src/app/examples/grid-graphql-nopage.component.scss +0 -9
- package/src/app/examples/grid-graphql-nopage.component.ts +0 -242
- package/src/app/examples/grid-graphql.component.html +0 -87
- package/src/app/examples/grid-graphql.component.ts +0 -304
- package/src/app/examples/grid-grouping.component.html +0 -80
- package/src/app/examples/grid-grouping.component.ts +0 -313
- package/src/app/examples/grid-headerbutton.component.html +0 -31
- package/src/app/examples/grid-headerbutton.component.scss +0 -10
- package/src/app/examples/grid-headerbutton.component.ts +0 -233
- package/src/app/examples/grid-headermenu.component.html +0 -31
- package/src/app/examples/grid-headermenu.component.scss +0 -25
- package/src/app/examples/grid-headermenu.component.ts +0 -159
- package/src/app/examples/grid-localization.component.html +0 -54
- package/src/app/examples/grid-localization.component.ts +0 -293
- package/src/app/examples/grid-menu.component.html +0 -37
- package/src/app/examples/grid-menu.component.scss +0 -28
- package/src/app/examples/grid-menu.component.ts +0 -229
- package/src/app/examples/grid-odata.component.html +0 -116
- package/src/app/examples/grid-odata.component.ts +0 -441
- package/src/app/examples/grid-range.component.html +0 -74
- package/src/app/examples/grid-range.component.ts +0 -291
- package/src/app/examples/grid-remote.component.html +0 -37
- package/src/app/examples/grid-remote.component.ts +0 -153
- package/src/app/examples/grid-resize-by-content.component.html +0 -62
- package/src/app/examples/grid-resize-by-content.component.scss +0 -19
- package/src/app/examples/grid-resize-by-content.component.ts +0 -780
- package/src/app/examples/grid-rowdetail.component.html +0 -35
- package/src/app/examples/grid-rowdetail.component.ts +0 -205
- package/src/app/examples/grid-rowmove.component.html +0 -49
- package/src/app/examples/grid-rowmove.component.ts +0 -234
- package/src/app/examples/grid-rowselection.component.html +0 -76
- package/src/app/examples/grid-rowselection.component.ts +0 -267
- package/src/app/examples/grid-state.component.html +0 -36
- package/src/app/examples/grid-state.component.ts +0 -259
- package/src/app/examples/grid-tabs.component.html +0 -35
- package/src/app/examples/grid-tabs.component.ts +0 -115
- package/src/app/examples/grid-trading.component.html +0 -58
- package/src/app/examples/grid-trading.component.scss +0 -49
- package/src/app/examples/grid-trading.component.ts +0 -319
- package/src/app/examples/grid-tree-data-hierarchical.component.html +0 -79
- package/src/app/examples/grid-tree-data-hierarchical.component.scss +0 -47
- package/src/app/examples/grid-tree-data-hierarchical.component.ts +0 -311
- package/src/app/examples/grid-tree-data-parent-child.component.html +0 -108
- package/src/app/examples/grid-tree-data-parent-child.component.scss +0 -10
- package/src/app/examples/grid-tree-data-parent-child.component.ts +0 -351
- package/src/app/examples/home.component.html +0 -41
- package/src/app/examples/home.component.ts +0 -9
- package/src/app/examples/rowdetail-preload.component.ts +0 -10
- package/src/app/examples/rowdetail-view.component.html +0 -36
- package/src/app/examples/rowdetail-view.component.ts +0 -54
- package/src/app/examples/swt-common-grid-pagination.component.ts +0 -156
- package/src/app/examples/swt-common-grid-test.component.html +0 -30
- package/src/app/examples/swt-common-grid-test.component.ts +0 -219
- package/src/app/examples/swt-common-grid.component.ts +0 -436
- package/src/app/examples/swt-logger.service.ts +0 -165
- package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.html +0 -4
- package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts +0 -1395
- package/src/app/modules/angular-slickgrid/constants.ts +0 -97
- package/src/app/modules/angular-slickgrid/extensions/index.ts +0 -1
- package/src/app/modules/angular-slickgrid/extensions/slickRowDetailView.ts +0 -375
- package/src/app/modules/angular-slickgrid/global-grid-options.ts +0 -245
- package/src/app/modules/angular-slickgrid/index.ts +0 -11
- package/src/app/modules/angular-slickgrid/models/angularComponentOutput.interface.ts +0 -6
- package/src/app/modules/angular-slickgrid/models/angularGridInstance.interface.ts +0 -68
- package/src/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.ts +0 -37
- package/src/app/modules/angular-slickgrid/models/gridOption.interface.ts +0 -12
- package/src/app/modules/angular-slickgrid/models/index.ts +0 -6
- package/src/app/modules/angular-slickgrid/models/rowDetailView.interface.ts +0 -33
- package/src/app/modules/angular-slickgrid/models/slickGrid.interface.ts +0 -7
- package/src/app/modules/angular-slickgrid/modules/angular-slickgrid.module.ts +0 -37
- package/src/app/modules/angular-slickgrid/services/angularUtil.service.ts +0 -48
- package/src/app/modules/angular-slickgrid/services/bsDropdown.service.ts +0 -142
- package/src/app/modules/angular-slickgrid/services/container.service.ts +0 -24
- package/src/app/modules/angular-slickgrid/services/index.ts +0 -5
- package/src/app/modules/angular-slickgrid/services/translater.service.ts +0 -38
- package/src/app/modules/angular-slickgrid/services/utilities.ts +0 -19
- package/src/app/modules/angular-slickgrid/slickgrid-config.ts +0 -10
- package/src/app/slickgrid-custom-variables.scss +0 -10
- package/src/assets/.gitkeep +0 -0
- package/src/assets/data/collection_100_numbers.json +0 -12
- package/src/assets/data/collection_500_numbers.json +0 -52
- package/src/assets/data/countries.json +0 -245
- package/src/assets/data/country_names.json +0 -245
- package/src/assets/data/customers_100.json +0 -102
- package/src/assets/i18n/en.json +0 -90
- package/src/assets/i18n/fr.json +0 -91
- package/src/environments/environment.prod.ts +0 -3
- package/src/environments/environment.ts +0 -8
- package/src/favicon.ico +0 -0
- package/src/index.html +0 -18
- package/src/main.ts +0 -13
- package/src/polyfills.ts +0 -52
- package/src/public_api.ts +0 -1
- package/src/styles.scss +0 -66
- package/src/typings.d.ts +0 -10
- package/tsconfig.app.json +0 -25
- package/tsconfig.json +0 -40
- package/tsconfig.spec.json +0 -23
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
name: CI Build
|
|
2
|
-
on:
|
|
3
|
-
# Trigger the workflow on push or pull request,
|
|
4
|
-
# but only for the master branch on Push and any branches on PR
|
|
5
|
-
push:
|
|
6
|
-
branches:
|
|
7
|
-
- master
|
|
8
|
-
pull_request:
|
|
9
|
-
branches:
|
|
10
|
-
- '**'
|
|
11
|
-
env:
|
|
12
|
-
CI: true
|
|
13
|
-
PREFERRED_WORKSPACE_MANAGER: yarn
|
|
14
|
-
|
|
15
|
-
jobs:
|
|
16
|
-
run:
|
|
17
|
-
name: Node ${{ matrix.node }}
|
|
18
|
-
runs-on: ubuntu-latest
|
|
19
|
-
|
|
20
|
-
strategy:
|
|
21
|
-
fail-fast: false
|
|
22
|
-
matrix:
|
|
23
|
-
node: [16]
|
|
24
|
-
|
|
25
|
-
steps:
|
|
26
|
-
- name: Clone repository
|
|
27
|
-
uses: actions/checkout@v3
|
|
28
|
-
with:
|
|
29
|
-
fetch-depth: 3
|
|
30
|
-
|
|
31
|
-
- name: Set Node.js version
|
|
32
|
-
uses: actions/setup-node@v3
|
|
33
|
-
with:
|
|
34
|
-
node-version: ${{ matrix.node }}
|
|
35
|
-
|
|
36
|
-
- run: node --version
|
|
37
|
-
- run: npm --version
|
|
38
|
-
|
|
39
|
-
- name: Install root dependencies
|
|
40
|
-
uses: bahmutov/npm-install@v1
|
|
41
|
-
|
|
42
|
-
- name: Run Project Build
|
|
43
|
-
run: yarn build
|
|
44
|
-
|
|
45
|
-
- name: Run Jest unit tests
|
|
46
|
-
if: "!contains(github.event.head_commit.message, 'chore(release)')"
|
|
47
|
-
run: yarn jest:ci
|
|
48
|
-
|
|
49
|
-
- name: Upload Jest coverage to Codecov
|
|
50
|
-
if: "!contains(github.event.head_commit.message, 'chore(release)')"
|
|
51
|
-
run: bash <(curl -s https://codecov.io/bash)
|
|
52
|
-
|
|
53
|
-
- name: Start server in the background
|
|
54
|
-
run: yarn start &
|
|
55
|
-
|
|
56
|
-
- name: Run Cypress E2E tests
|
|
57
|
-
uses: cypress-io/github-action@v2
|
|
58
|
-
with:
|
|
59
|
-
working-directory: test/cypress
|
|
60
|
-
config-file: cypress.config.js
|
|
61
|
-
wait-on: 'http://localhost:4300'
|
|
62
|
-
browser: chrome
|
|
63
|
-
record: true
|
|
64
|
-
env:
|
|
65
|
-
# pass the Dashboard record key as an environment variable
|
|
66
|
-
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
|
67
|
-
# pass GitHub token to allow accurately detecting a build vs a re-run build
|
|
68
|
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
69
|
-
|
|
70
|
-
- name: Prod Build for GitHub demo website
|
|
71
|
-
run: |
|
|
72
|
-
yarn build:demo
|
|
73
|
-
|
|
74
|
-
# deploy (re-publish) GitHub demo page with a Prod build but only when merging to "master" branch
|
|
75
|
-
# and the commit message contains the text "chore(release)"
|
|
76
|
-
- name: Deploy to gh-pages
|
|
77
|
-
if: |
|
|
78
|
-
github.ref == 'refs/heads/master' &&
|
|
79
|
-
contains(github.event.head_commit.message, 'chore(release)')
|
|
80
|
-
uses: peaceiris/actions-gh-pages@v3
|
|
81
|
-
with:
|
|
82
|
-
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
83
|
-
publish_dir: ./docs
|
package/.vscode/extensions.json
DELETED
package/.vscode/launch.json
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "0.2.0",
|
|
3
|
-
"configurations": [
|
|
4
|
-
{
|
|
5
|
-
"type": "chrome",
|
|
6
|
-
"request": "launch",
|
|
7
|
-
"name": "Chrome Debugger",
|
|
8
|
-
"url": "http://localhost:4300",
|
|
9
|
-
"breakOnLoad": false,
|
|
10
|
-
"webRoot": "${workspaceFolder}"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"type": "chrome",
|
|
14
|
-
"request": "attach",
|
|
15
|
-
"name": "Attach to Chrome",
|
|
16
|
-
"port": 9222,
|
|
17
|
-
"webRoot": "${workspaceFolder}"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"type": "node",
|
|
21
|
-
"request": "launch",
|
|
22
|
-
"name": "Jest All Tests",
|
|
23
|
-
"program": "${workspaceFolder}/node_modules/.bin/jest",
|
|
24
|
-
"args": [
|
|
25
|
-
"--runInBand",
|
|
26
|
-
"--config",
|
|
27
|
-
"${workspaceFolder}/test/jest.config.js"
|
|
28
|
-
],
|
|
29
|
-
"console": "internalConsole",
|
|
30
|
-
"internalConsoleOptions": "neverOpen",
|
|
31
|
-
"windows": {
|
|
32
|
-
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"type": "node",
|
|
37
|
-
"request": "launch",
|
|
38
|
-
"name": "Jest Current Spec File",
|
|
39
|
-
"program": "${workspaceFolder}/node_modules/.bin/jest",
|
|
40
|
-
"args": [
|
|
41
|
-
"--runInBand",
|
|
42
|
-
"${fileBasename}",
|
|
43
|
-
"--config",
|
|
44
|
-
"${workspaceFolder}/test/jest.config.js"
|
|
45
|
-
],
|
|
46
|
-
"console": "internalConsole",
|
|
47
|
-
"internalConsoleOptions": "neverOpen",
|
|
48
|
-
"disableOptimisticBPs": true,
|
|
49
|
-
"windows": {
|
|
50
|
-
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "node",
|
|
55
|
-
"request": "launch",
|
|
56
|
-
"name": "Jest Selected Test Name",
|
|
57
|
-
"program": "${workspaceFolder}/node_modules/.bin/jest",
|
|
58
|
-
"args": [
|
|
59
|
-
"${fileBasename}",
|
|
60
|
-
"--config",
|
|
61
|
-
"${workspaceFolder}/test/jest.config.js",
|
|
62
|
-
"-t=${selectedText}$",
|
|
63
|
-
"--watch"
|
|
64
|
-
],
|
|
65
|
-
"console": "internalConsole",
|
|
66
|
-
"internalConsoleOptions": "neverOpen",
|
|
67
|
-
"windows": {
|
|
68
|
-
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
}
|
package/.vscode/settings.json
DELETED
package/.vscode/tasks.json
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "2.0.0",
|
|
3
|
-
"tasks": [
|
|
4
|
-
{
|
|
5
|
-
"label": "Build GitHub Prod Demo",
|
|
6
|
-
"type": "shell",
|
|
7
|
-
"command": "yarn run build:demo",
|
|
8
|
-
"problemMatcher": []
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"label": "Build Library",
|
|
12
|
-
"type": "shell",
|
|
13
|
-
"command": "yarn run build",
|
|
14
|
-
"problemMatcher": []
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"label": "Build Library (with E2E Cypress tests, Dev Site must be running)",
|
|
18
|
-
"type": "shell",
|
|
19
|
-
"command": "yarn run build:with-e2e",
|
|
20
|
-
"problemMatcher": []
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"label": "Publish Library to NPM",
|
|
24
|
-
"type": "shell",
|
|
25
|
-
"command": "npm publish dist",
|
|
26
|
-
"problemMatcher": []
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"label": "Publish Library with (Beta Tag) to NPM",
|
|
30
|
-
"type": "shell",
|
|
31
|
-
"command": "npm publish dist --tag beta",
|
|
32
|
-
"problemMatcher": []
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"label": "Start Library Development",
|
|
36
|
-
"type": "shell",
|
|
37
|
-
"command": "yarn start",
|
|
38
|
-
"problemMatcher": []
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"label": "Cypress Open Tool",
|
|
42
|
-
"type": "shell",
|
|
43
|
-
"command": "yarn run cypress",
|
|
44
|
-
"problemMatcher": []
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"label": "Cypress CI",
|
|
48
|
-
"type": "shell",
|
|
49
|
-
"command": "yarn run cypress:ci",
|
|
50
|
-
"problemMatcher": []
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"label": "Run Jest Tests with Coverage",
|
|
54
|
-
"type": "shell",
|
|
55
|
-
"command": "yarn jest:coverage",
|
|
56
|
-
"problemMatcher": []
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"label": "Run Jest Watch",
|
|
60
|
-
"type": "shell",
|
|
61
|
-
"command": "yarn jest:watch",
|
|
62
|
-
"problemMatcher": []
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"label": "Prepare Release as Minor (0.x.0) -- Make sure to NPM Publish DIST folder",
|
|
66
|
-
"type": "shell",
|
|
67
|
-
"command": "yarn run release -- --release-as minor --infile ./CHANGELOG.md",
|
|
68
|
-
"problemMatcher": []
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"label": "Prepare Release as Patch (0.0.x) -- Make sure to NPM Publish DIST folder",
|
|
72
|
-
"type": "shell",
|
|
73
|
-
"command": "yarn run release -- --release-as patch --infile ./CHANGELOG.md",
|
|
74
|
-
"problemMatcher": []
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|