generated from lowdefy/blocks-template
-
Notifications
You must be signed in to change notification settings - Fork 5
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
561 changed files
with
14,488 additions
and
4,546 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"env": { | ||
"node": true, | ||
"es6": true, | ||
"jest": true, | ||
"browser": true | ||
}, | ||
"extends": ["prettier", "eslint:recommended", "plugin:react/recommended"], | ||
"plugins": ["import", "jsx-a11y", "prettier", "react", "react-hooks"], | ||
"rules": { | ||
"prettier/prettier": "error", | ||
"import/no-cycle": "off", | ||
"no-underscore-dangle": "off", | ||
"no-param-reassign": "warn", | ||
"no-nested-ternary": "warn", | ||
"react/display-name": "off", | ||
"react/jsx-filename-extension": "off", | ||
"react/prop-types": "off", | ||
"react/jsx-curly-newline": "off", | ||
"react/jsx-one-expression-per-line": "off", | ||
"react/no-array-index-key": "off", | ||
"react/jsx-wrap-multilines": "off", | ||
"react/jsx-indent": "off", | ||
"react/jsx-props-no-spreading": "warn", | ||
"react/destructuring-assignment": "off", | ||
"jsx-a11y/anchor-is-valid": "off", | ||
"jsx-a11y/click-events-have-key-events": "off", | ||
"jsx-a11y/no-static-element-interactions": "off" | ||
}, | ||
"parserOptions": { | ||
"sourceType": "module" | ||
} | ||
} |
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,28 @@ | ||
name: Publish Blocks | ||
|
||
on: | ||
# pull_request: | ||
# branches: [ develop ] | ||
release: | ||
types: | ||
- published | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Node | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '12.x' | ||
- uses: actions/checkout@v2 | ||
- name: Install dependencies | ||
run: yarn | ||
- name: Build all | ||
run: yarn build | ||
- name: Upload blocks-cdn.lowdefy.com/blocks-aggrid | ||
run: | | ||
aws --region eu-west-1 s3 sync dist s3://blocks-cdn.lowdefy.com/${{ github.event.release.tag_name }}/blocks-aggrid --acl public-read --cache-control 'public, max-age=31536000' | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_S3_BLOCKS_CDN_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_S3_BLOCKS_CDN_SECRET_ACCESS_KEY }} |
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,29 @@ | ||
name: Test | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- develop | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12.x' | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Check yarn cache integrity | ||
run: yarn install --immutable --immutable-cache --check-cache | ||
- name: Build packages | ||
run: yarn build | ||
# format tests don't pass on node 12 since icu is missing and tests don't work with locals | ||
- name: Test packages | ||
run: yarn test | ||
- name: Upload coverage to codecov | ||
run: bash <(curl -s https://codecov.io/bash) |
Binary file added
BIN
+4.74 MB
.yarn/cache/@ag-grid-community-all-modules-npm-25.1.0-cbafc366be-7731c5052f.zip
Binary file not shown.
Binary file added
BIN
+1.28 MB
.yarn/cache/@ag-grid-community-client-side-row-model-npm-25.1.0-9ff57898f6-ecc14eaef0.zip
Binary file not shown.
Binary file added
BIN
+4.1 MB
.yarn/cache/@ag-grid-community-core-npm-25.1.0-7cf47c49db-5abe9a954a.zip
Binary file not shown.
Binary file added
BIN
+1.24 MB
.yarn/cache/@ag-grid-community-csv-export-npm-25.1.0-ead9f3035e-7b227ed59d.zip
Binary file not shown.
Binary file added
BIN
+1.21 MB
.yarn/cache/@ag-grid-community-infinite-row-model-npm-25.1.0-ee695b3f21-0e4605b8c0.zip
Binary file not shown.
Binary file added
BIN
+57.8 KB
.yarn/cache/@ag-grid-community-react-npm-25.1.0-4194cc698f-a2c5bc8b2f.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+34 KB
...tor-npm-7.12.15-bebcd32537-243c7c8987.zip → ...tor-npm-7.12.17-e1814e13be-c49e56cad0.zip
Binary file not shown.
Binary file removed
BIN
-3.04 KB
.yarn/cache/@babel-helper-annotate-as-pure-npm-7.10.4-61cb45f47d-535cdf631e.zip
Binary file not shown.
Binary file renamed
BIN
+7.72 KB
...ets-npm-7.12.16-4df763be91-3eadb8722a.zip → ...ets-npm-7.12.17-24ceca62b1-5a84d7fe7f.zip
Binary file not shown.
Binary file removed
BIN
-13.1 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.12.16-171d9bb3bb-535bdbbde5.zip
Binary file not shown.
Binary file added
BIN
+13.9 KB
.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.12.17-08fddf8547-4ff3172936.zip
Binary file not shown.
Binary file removed
BIN
-4.92 KB
.yarn/cache/@babel-helper-create-regexp-features-plugin-npm-7.12.1-ad23561fb3-bf4b72eaed.zip
Binary file not shown.
Binary file removed
BIN
-4.06 KB
...n/cache/@babel-helper-create-regexp-features-plugin-npm-7.12.16-517f3b580d-f1fd81069e.zip
Binary file not shown.
Binary file added
BIN
+4.89 KB
...n/cache/@babel-helper-create-regexp-features-plugin-npm-7.12.17-69d34b414e-ffb4fbca40.zip
Binary file not shown.
Binary file renamed
BIN
+13 KB
...ons-npm-7.12.16-5c10642696-d4c86c2686.zip → ...ons-npm-7.12.17-dd4ba0d24c-a938e68961.zip
Binary file not shown.
Binary file renamed
BIN
+12 KB
...rms-npm-7.12.13-95019e59c0-4cbb439f34.zip → ...rms-npm-7.12.17-76acb67420-72a31ce7ab.zip
Binary file not shown.
Binary file removed
BIN
-3.22 KB
.yarn/cache/@babel-helper-plugin-utils-npm-7.10.4-af87df4f11-9f617e619a.zip
Binary file not shown.
Binary file removed
BIN
-2.55 KB
.yarn/cache/@babel-helper-regex-npm-7.10.5-2157cc850a-956b9f22da.zip
Binary file not shown.
Binary file removed
BIN
-8.97 KB
.yarn/cache/@babel-helper-validator-identifier-npm-7.10.4-0689d787fa-25098ef842.zip
Binary file not shown.
Binary file removed
BIN
-2.96 KB
.yarn/cache/@babel-helper-validator-option-npm-7.12.16-9fbfc14080-df6c04030a.zip
Binary file not shown.
Binary file added
BIN
+3.77 KB
.yarn/cache/@babel-helper-validator-option-npm-7.12.17-098722d989-9201d17a56.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.33 KB
.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.12.16-aa7e36e16b-1f8c653eeb.zip
Binary file not shown.
Binary file added
BIN
+3.15 KB
.yarn/cache/@babel-plugin-proposal-dynamic-import-npm-7.12.17-7140c8adbd-ff09c21055.zip
Binary file not shown.
Binary file renamed
BIN
+9.78 KB
...ing-npm-7.12.16-691e2d4d05-599e90b119.zip → ...ing-npm-7.12.17-14ba6540b8-0fdbba8548.zip
Binary file not shown.
Binary file removed
BIN
-3.09 KB
.../cache/@babel-plugin-proposal-unicode-property-regex-npm-7.12.1-bc433228ec-b960b8c1af.zip
Binary file not shown.
Binary file added
BIN
+2.59 KB
.yarn/cache/@babel-plugin-syntax-bigint-npm-7.8.3-b05d971e6c-8c9b610377.zip
Binary file not shown.
Binary file added
BIN
+2.71 KB
.yarn/cache/@babel-plugin-syntax-import-meta-npm-7.10.4-4a0a0158bc-685ee8f0b5.zip
Binary file not shown.
Binary file removed
BIN
-2.87 KB
.yarn/cache/@babel-plugin-transform-dotall-regex-npm-7.12.1-57f977d6c3-dd522110c9.zip
Binary file not shown.
Binary file removed
BIN
-1.59 KB
...cache/@babel-plugin-transform-react-jsx-development-npm-7.12.16-179d792fa4-1e428b007a.zip
Binary file not shown.
Binary file added
BIN
+2.43 KB
...cache/@babel-plugin-transform-react-jsx-development-npm-7.12.17-2163247b98-30f9dfd8a6.zip
Binary file not shown.
Binary file renamed
BIN
+7.02 KB
...jsx-npm-7.12.16-c7baa496b1-116dbf212d.zip → ...jsx-npm-7.12.17-7a8476b1af-1435e662f9.zip
Binary file not shown.
Binary file added
BIN
+169 KB
.yarn/cache/@babel-runtime-corejs3-npm-7.12.18-1a36abb613-7a648e28f4.zip
Binary file not shown.
Binary file renamed
BIN
+73.2 KB
...time-npm-7.12.1-b069f70b16-979d1c099c.zip → ...ime-npm-7.12.18-2f9028bd91-cb9e0c51b8.zip
Binary file not shown.
Binary file renamed
BIN
+53.7 KB
...rse-npm-7.12.13-0a3559c13b-c45a49e647.zip → ...rse-npm-7.12.17-7f46092b2f-7527079172.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+160 KB
...pes-npm-7.12.13-5917a8d71f-b6bb1356a7.zip → ...pes-npm-7.12.17-cd0577c0b5-31886bfea9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.7 KB
.yarn/cache/@istanbuljs-load-nyc-config-npm-1.1.0-42d17c9cb1-f7f3b1c922.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.14 KB
.yarn/cache/@jest-test-sequencer-npm-26.6.3-04c59ff624-c0c2c7917a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+64.6 KB
...ools-npm-3.10.0-c54c1b22e1-7f199dd40d.zip → ...ools-npm-3.10.1-d5625d166b-d1e8225c45.zip
Binary file not shown.
Binary file renamed
BIN
+23.4 KB
...pers-npm-3.10.0-81a57628a2-1c230e70be.zip → ...pers-npm-3.10.1-4254424870-c24a578762.zip
Binary file not shown.
Binary file removed
BIN
-12.8 KB
.yarn/cache/@nodelib-fs.scandir-npm-2.1.3-92e0b8f0d5-1f100655dd.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.02 KB
.yarn/cache/@types-babel__generator-npm-7.6.2-13c77730f7-58fc195a3d.zip
Binary file not shown.
Binary file added
BIN
+3.68 KB
.yarn/cache/@types-babel__template-npm-7.4.0-e906ff43dc-7a81a59f85.zip
Binary file not shown.
Binary file added
BIN
+11.9 KB
.yarn/cache/@types-babel__traverse-npm-7.11.0-b03ec93f29-cfb83f1633.zip
Binary file not shown.
Binary file renamed
BIN
+25.6 KB
...slint-npm-7.2.4-6b24a0c08f-281fbca931.zip → ...slint-npm-7.2.6-7623f517ce-3a89e63d02.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.24 KB
.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.3-67a37eb00a-d6f6dbf66d.zip
Binary file not shown.
Binary file added
BIN
+4.14 KB
.yarn/cache/@types-istanbul-lib-report-npm-3.0.0-50de3e6b3b-78aa9f859b.zip
Binary file not shown.
Binary file added
BIN
+3.12 KB
.yarn/cache/@types-istanbul-reports-npm-3.0.0-e6fb7a309c-8aee794ea2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.85 KB
.yarn/cache/@types-normalize-package-data-npm-2.4.0-ed928aaaa8-6d077e73be.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+8.38 KB
...urces-npm-2.0.0-16ddc581bb-90bb9ca408.zip → ...urces-npm-2.1.0-09d62290eb-26aba8ae68.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+257 KB
...acorn-npm-8.0.4-03d9a92fbf-d23a2df6c6.zip → ...acorn-npm-7.4.1-f450b4646c-2bde98c28c.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.3 KB
.yarn/cache/array.prototype.flatmap-npm-1.2.4-77697fdbe6-2718f73b91.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+9.14 KB
.yarn/cache/babel-plugin-istanbul-npm-6.0.0-2c177ffcc3-0a185405d8.zip
Binary file not shown.
Binary file added
BIN
+6.1 KB
.yarn/cache/babel-plugin-jest-hoist-npm-26.6.2-1a51633e87-e9c1de0fce.zip
Binary file not shown.
Binary file added
BIN
+4.14 KB
.yarn/cache/babel-preset-current-node-syntax-npm-1.0.1-849ec71e32-bba41cc95a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.84 KB
.yarn/cache/browser-process-hrtime-npm-1.0.0-db700805c2-565847e5b0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.59 KB
.yarn/cache/character-entities-legacy-npm-1.1.4-e3e7c8ee55-bb1e426146.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.17 KB
.yarn/cache/character-reference-invalid-npm-1.1.4-e5e17a1a38-82d8ce7828.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.56 KB
.yarn/cache/comma-separated-tokens-npm-1.0.8-00dbbf3418-31a5a2fa6e.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+14.9 KB
...debug-npm-4.3.0-b4bda317a1-847d2760d1.zip → ...debug-npm-4.3.2-f0148b6afe-5543570879.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-10.6 KB
.yarn/cache/electron-to-chromium-npm-1.3.586-e0ddd2d533-3c680e665a.zip
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.yarn/cache/electron-to-chromium-npm-1.3.629-19e0189df1-cd91fa478c.zip
Binary file not shown.
Binary file added
BIN
+11.4 KB
.yarn/cache/electron-to-chromium-npm-1.3.671-2b050b1bdc-aa61cb6e32.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+7.67 KB
...errno-npm-0.1.7-b0a31dcb3a-3d2da6fa1e.zip → ...errno-npm-0.1.8-10ebc185bf-daf7a2aab6.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.87 KB
.yarn/cache/eslint-config-prettier-npm-7.2.0-94db6614b2-6812150ea4.zip
Binary file not shown.
Binary file added
BIN
+4.28 KB
.yarn/cache/eslint-import-resolver-node-npm-0.3.4-fa0173d267-825e34e662.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+209 KB
.yarn/cache/eslint-plugin-jsx-a11y-npm-6.4.1-c0ffc3303a-680d13f5e3.zip
Binary file not shown.
Binary file added
BIN
+15.6 KB
.yarn/cache/eslint-plugin-prettier-npm-3.3.1-18ce6f16c1-cf35b0f0e9.zip
Binary file not shown.
Binary file added
BIN
+32.5 KB
.yarn/cache/eslint-plugin-react-hooks-npm-4.2.0-e09b1ea4ce-5378d16b5a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+38 KB
...-glob-npm-3.2.4-be5d1d4c86-18f9eca898.zip → ...-glob-npm-3.2.5-0225b8bd94-1a33c4a68d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.7 KB
.yarn/cache/functional-red-black-tree-npm-1.0.1-ccfe924dcd-477ecaf62d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.03 KB
.yarn/cache/hast-util-parse-selector-npm-2.2.5-cd773533ea-a9f5dc8f7d.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.81 KB
.yarn/cache/html-encoding-sniffer-npm-2.0.1-381bf15a76-6f49e83a2e.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.32 KB
.yarn/cache/is-fullwidth-code-point-npm-3.0.0-1ecf4ebee5-a01a19ecac.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.13 KB
.yarn/cache/is-potential-custom-element-name-npm-1.0.0-0000641861-55b1ae44cf.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.3 KB
.yarn/cache/istanbul-lib-coverage-npm-3.0.0-654bb0146d-c8effc09ae.zip
Binary file not shown.
Binary file added
BIN
+17.9 KB
.yarn/cache/istanbul-lib-instrument-npm-4.0.3-4d4c2263f8-478e43e75d.zip
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+12.1 KB
.yarn/cache/istanbul-lib-source-maps-npm-4.0.0-def3895674-018b5feeb4.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.