angular-slickgrid 4.2.0 → 4.2.3
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/LICENSE +20 -20
- package/{dist/app → app}/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +2 -2
- 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 -2
- 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 +1 -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/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +1170 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/constants.mjs +1 -1
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/index.mjs +1 -1
- package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +298 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/global-grid-options.mjs +1 -1
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/index.mjs +1 -1
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +1 -1
- package/esm2020/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +2 -0
- package/esm2020/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +2 -0
- package/esm2020/app/modules/angular-slickgrid/models/gridOption.interface.mjs +2 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/index.mjs +1 -1
- package/esm2020/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +2 -0
- package/esm2020/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +2 -0
- package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +43 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/angularUtil.service.mjs +4 -4
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +4 -4
- package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +29 -0
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/index.mjs +1 -1
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/translater.service.mjs +4 -4
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/utilities.mjs +1 -1
- package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/slickgrid-config.mjs +1 -1
- package/{dist/esm2020 → esm2020}/public_api.mjs +1 -1
- package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs +48 -51
- package/fesm2015/angular-slickgrid.mjs.map +1 -0
- package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs +48 -51
- package/fesm2020/angular-slickgrid.mjs.map +1 -0
- package/{dist/i18n → i18n}/en.json +89 -89
- package/{dist/i18n → i18n}/fr.json +90 -90
- package/{dist/angular-slickgrid.d.ts → index.d.ts} +0 -0
- package/package.json +33 -118
- package/{dist/public_api.d.ts → public_api.d.ts} +0 -0
- package/test/cypress/node_modules/@cypress/request/README.md +1038 -0
- package/test/cypress/node_modules/@cypress/xvfb/README.md +48 -0
- package/test/cypress/node_modules/@cypress/xvfb/node_modules/debug/README.md +437 -0
- package/test/cypress/node_modules/@types/node/README.md +16 -0
- package/test/cypress/node_modules/@types/sinonjs__fake-timers/README.md +16 -0
- package/test/cypress/node_modules/@types/sizzle/README.md +16 -0
- package/test/cypress/node_modules/@types/yauzl/README.md +16 -0
- package/test/cypress/node_modules/@types/yauzl/node_modules/@types/node/README.md +16 -0
- package/test/cypress/node_modules/aggregate-error/README.md +61 -0
- package/test/cypress/node_modules/ansi-colors/README.md +315 -0
- package/test/cypress/node_modules/ansi-escapes/README.md +245 -0
- package/test/cypress/node_modules/ansi-regex/README.md +78 -0
- package/test/cypress/node_modules/ansi-styles/README.md +152 -0
- package/test/cypress/node_modules/arch/README.md +71 -0
- package/test/cypress/node_modules/asn1/README.md +50 -0
- package/test/cypress/node_modules/assert-plus/README.md +162 -0
- package/test/cypress/node_modules/astral-regex/README.md +46 -0
- package/test/cypress/node_modules/async/README.md +60 -0
- package/test/cypress/node_modules/asynckit/README.md +233 -0
- package/test/cypress/node_modules/at-least-node/README.md +25 -0
- package/test/cypress/node_modules/aws-sign2/README.md +4 -0
- package/test/cypress/node_modules/aws4/README.md +183 -0
- package/test/cypress/node_modules/balanced-match/README.md +91 -0
- package/test/cypress/node_modules/base64-js/README.md +34 -0
- package/test/cypress/node_modules/bcrypt-pbkdf/README.md +45 -0
- package/test/cypress/node_modules/blob-util/README.md +623 -0
- package/test/cypress/node_modules/bluebird/README.md +57 -0
- package/test/cypress/node_modules/brace-expansion/README.md +129 -0
- package/test/cypress/node_modules/buffer/README.md +410 -0
- package/test/cypress/node_modules/buffer-crc32/README.md +47 -0
- package/test/cypress/node_modules/cachedir/README.md +27 -0
- package/test/cypress/node_modules/caseless/README.md +45 -0
- package/test/cypress/node_modules/chalk/README.md +293 -0
- package/test/cypress/node_modules/chalk/node_modules/supports-color/README.md +76 -0
- package/test/cypress/node_modules/check-more-types/README.md +952 -0
- package/test/cypress/node_modules/ci-info/README.md +114 -0
- package/test/cypress/node_modules/clean-stack/README.md +76 -0
- package/test/cypress/node_modules/cli-cursor/README.md +55 -0
- package/test/cypress/node_modules/cli-table3/README.md +218 -0
- package/test/cypress/node_modules/cli-truncate/README.md +139 -0
- package/test/cypress/node_modules/color-convert/README.md +68 -0
- package/test/cypress/node_modules/color-name/README.md +11 -0
- package/test/cypress/node_modules/colorette/README.md +102 -0
- package/test/cypress/node_modules/colors/README.md +221 -0
- package/test/cypress/node_modules/combined-stream/README.md +138 -0
- package/test/cypress/node_modules/commander/README.md +737 -0
- package/test/cypress/node_modules/common-tags/README.md +687 -0
- package/test/cypress/node_modules/core-util-is/README.md +3 -0
- package/test/cypress/node_modules/cross-spawn/README.md +96 -0
- package/test/cypress/node_modules/cypress/README.md +25 -0
- package/test/cypress/node_modules/cypress/mount-utils/README.md +14 -0
- package/test/cypress/node_modules/cypress/react/README.md +414 -0
- package/test/cypress/node_modules/cypress/vue/README.md +678 -0
- package/test/cypress/node_modules/cypress/vue2/README.md +693 -0
- package/test/cypress/node_modules/dashdash/README.md +574 -0
- package/test/cypress/node_modules/dayjs/README.md +128 -0
- package/test/cypress/node_modules/debug/README.md +455 -0
- package/test/cypress/node_modules/delayed-stream/README.md +141 -0
- package/test/cypress/node_modules/ecc-jsbn/README.md +8 -0
- package/test/cypress/node_modules/emoji-regex/README.md +73 -0
- package/test/cypress/node_modules/end-of-stream/README.md +54 -0
- package/test/cypress/node_modules/enquirer/README.md +1752 -0
- package/test/cypress/node_modules/escape-string-regexp/README.md +27 -0
- package/test/cypress/node_modules/eventemitter2/README.md +809 -0
- package/test/cypress/node_modules/execa/README.md +656 -0
- package/test/cypress/node_modules/executable/README.md +64 -0
- package/test/cypress/node_modules/extend/README.md +81 -0
- package/test/cypress/node_modules/extract-zip/README.md +57 -0
- package/test/cypress/node_modules/extract-zip/node_modules/debug/README.md +455 -0
- package/test/cypress/node_modules/extsprintf/README.md +46 -0
- package/test/cypress/node_modules/fd-slicer/README.md +199 -0
- package/test/cypress/node_modules/figures/README.md +139 -0
- package/test/cypress/node_modules/forever-agent/README.md +4 -0
- package/test/cypress/node_modules/form-data/README.md +234 -0
- package/test/cypress/node_modules/fs-extra/README.md +264 -0
- package/test/cypress/node_modules/fs.realpath/README.md +33 -0
- package/test/cypress/node_modules/get-stream/README.md +124 -0
- package/test/cypress/node_modules/getos/README.md +79 -0
- package/test/cypress/node_modules/getpass/README.md +32 -0
- package/test/cypress/node_modules/glob/README.md +375 -0
- package/test/cypress/node_modules/global-dirs/README.md +72 -0
- package/test/cypress/node_modules/graceful-fs/README.md +133 -0
- package/test/cypress/node_modules/has-flag/README.md +89 -0
- package/test/cypress/node_modules/http-signature/README.md +80 -0
- package/test/cypress/node_modules/human-signals/README.md +155 -0
- package/test/cypress/node_modules/ieee754/README.md +51 -0
- package/test/cypress/node_modules/indent-string/README.md +70 -0
- package/test/cypress/node_modules/inflight/README.md +37 -0
- package/test/cypress/node_modules/inherits/README.md +42 -0
- package/test/cypress/node_modules/ini/README.md +102 -0
- package/test/cypress/node_modules/is-ci/README.md +50 -0
- package/test/cypress/node_modules/is-fullwidth-code-point/README.md +39 -0
- package/test/cypress/node_modules/is-installed-globally/README.md +31 -0
- package/test/cypress/node_modules/is-path-inside/README.md +63 -0
- package/test/cypress/node_modules/is-stream/README.md +57 -0
- package/test/cypress/node_modules/is-typedarray/README.md +16 -0
- package/test/cypress/node_modules/isexe/README.md +51 -0
- package/test/cypress/node_modules/isstream/README.md +66 -0
- package/test/cypress/node_modules/jsbn/README.md +175 -0
- package/test/cypress/node_modules/json-schema/README.md +3 -0
- package/test/cypress/node_modules/json-stringify-safe/README.md +52 -0
- package/test/cypress/node_modules/jsonfile/README.md +205 -0
- package/test/cypress/node_modules/jsonfile/node_modules/universalify/README.md +76 -0
- package/test/cypress/node_modules/jsprim/README.md +287 -0
- package/test/cypress/node_modules/lazy-ass/README.md +269 -0
- package/test/cypress/node_modules/listr2/README.md +17 -0
- package/test/cypress/node_modules/lodash/README.md +39 -0
- package/test/cypress/node_modules/lodash.once/README.md +18 -0
- package/test/cypress/node_modules/log-symbols/README.md +51 -0
- package/test/cypress/node_modules/log-update/README.md +97 -0
- package/test/cypress/node_modules/log-update/node_modules/slice-ansi/README.md +66 -0
- package/test/cypress/node_modules/log-update/node_modules/wrap-ansi/README.md +97 -0
- package/test/cypress/node_modules/lru-cache/README.md +166 -0
- package/test/cypress/node_modules/merge-stream/README.md +78 -0
- package/test/cypress/node_modules/mime-db/README.md +102 -0
- package/test/cypress/node_modules/mime-types/README.md +123 -0
- package/test/cypress/node_modules/mimic-fn/README.md +69 -0
- package/test/cypress/node_modules/minimatch/README.md +209 -0
- package/test/cypress/node_modules/ms/README.md +60 -0
- package/test/cypress/node_modules/npm-run-path/README.md +115 -0
- package/test/cypress/node_modules/once/README.md +79 -0
- package/test/cypress/node_modules/onetime/README.md +94 -0
- package/test/cypress/node_modules/ospath/README.md +53 -0
- package/test/cypress/node_modules/p-map/README.md +89 -0
- package/test/cypress/node_modules/path-is-absolute/README.md +59 -0
- package/test/cypress/node_modules/path-key/README.md +61 -0
- package/test/cypress/node_modules/pend/README.md +41 -0
- package/test/cypress/node_modules/performance-now/README.md +30 -0
- package/test/cypress/node_modules/pify/README.md +119 -0
- package/test/cypress/node_modules/pretty-bytes/README.md +131 -0
- package/test/cypress/node_modules/proxy-from-env/README.md +131 -0
- package/test/cypress/node_modules/psl/README.md +215 -0
- package/test/cypress/node_modules/pump/README.md +65 -0
- package/test/cypress/node_modules/punycode/README.md +122 -0
- package/test/cypress/node_modules/qs/README.md +475 -0
- package/test/cypress/node_modules/request-progress/README.md +78 -0
- package/test/cypress/node_modules/restore-cursor/README.md +26 -0
- package/test/cypress/node_modules/rimraf/README.md +101 -0
- package/test/cypress/node_modules/rxjs/README.md +147 -0
- package/test/cypress/node_modules/rxjs/_esm2015/README.md +147 -0
- package/test/cypress/node_modules/rxjs/_esm5/README.md +147 -0
- package/test/cypress/node_modules/rxjs/src/README.md +147 -0
- package/test/cypress/node_modules/safe-buffer/README.md +584 -0
- package/test/cypress/node_modules/safer-buffer/README.md +156 -0
- package/test/cypress/node_modules/semver/README.md +566 -0
- package/test/cypress/node_modules/shebang-command/README.md +34 -0
- package/test/cypress/node_modules/shebang-regex/README.md +33 -0
- package/test/cypress/node_modules/signal-exit/README.md +39 -0
- package/test/cypress/node_modules/slice-ansi/README.md +72 -0
- package/test/cypress/node_modules/sshpk/README.md +804 -0
- package/test/cypress/node_modules/string-width/README.md +50 -0
- package/test/cypress/node_modules/strip-ansi/README.md +46 -0
- package/test/cypress/node_modules/strip-final-newline/README.md +30 -0
- package/test/cypress/node_modules/supports-color/README.md +77 -0
- package/test/cypress/node_modules/throttleit/README.md +32 -0
- package/test/cypress/node_modules/tmp/README.md +365 -0
- package/test/cypress/node_modules/tough-cookie/README.md +527 -0
- package/test/cypress/node_modules/tslib/README.md +142 -0
- package/test/cypress/node_modules/tunnel-agent/README.md +4 -0
- package/test/cypress/node_modules/tweetnacl/README.md +459 -0
- package/test/cypress/node_modules/type-fest/README.md +760 -0
- package/test/cypress/node_modules/universalify/README.md +76 -0
- package/test/cypress/node_modules/untildify/README.md +30 -0
- package/test/cypress/node_modules/uuid/README.md +505 -0
- package/test/cypress/node_modules/verror/README.md +528 -0
- package/test/cypress/node_modules/verror/node_modules/extsprintf/README.md +46 -0
- package/test/cypress/node_modules/which/README.md +54 -0
- package/test/cypress/node_modules/wrap-ansi/README.md +91 -0
- package/test/cypress/node_modules/wrappy/README.md +36 -0
- package/test/cypress/node_modules/yallist/README.md +204 -0
- package/test/cypress/node_modules/yauzl/README.md +658 -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/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -1171
- package/dist/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -300
- package/dist/esm2020/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +0 -2
- package/dist/esm2020/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +0 -2
- package/dist/esm2020/app/modules/angular-slickgrid/models/gridOption.interface.mjs +0 -2
- package/dist/esm2020/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +0 -2
- package/dist/esm2020/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +0 -2
- package/dist/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -46
- package/dist/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +0 -26
- package/dist/fesm2015/angular-slickgrid.mjs.map +0 -1
- package/dist/fesm2020/angular-slickgrid.mjs.map +0 -1
- 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,90 +1,90 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ALL_SELECTED": "All Selected",
|
|
3
|
-
"CANCEL": "Cancel",
|
|
4
|
-
"CLEAR_ALL_FILTERS": "Clear all Filters",
|
|
5
|
-
"CLEAR_ALL_GROUPING": "Clear all Grouping",
|
|
6
|
-
"CLEAR_ALL_SORTING": "Clear all Sorting",
|
|
7
|
-
"CLEAR_PINNING": "Unfreeze Columns/Rows",
|
|
8
|
-
"COLLAPSE_ALL_GROUPS": "Collapse all Groups",
|
|
9
|
-
"COLUMNS": "Columns",
|
|
10
|
-
"COLUMN_RESIZE_BY_CONTENT": "Resize by Content",
|
|
11
|
-
"COMMANDS": "Commands",
|
|
12
|
-
"CONTAINS": "Contains",
|
|
13
|
-
"COPY": "Copy",
|
|
14
|
-
"EMPTY_DATA_WARNING_MESSAGE": "No data to display.",
|
|
15
|
-
"ENDS_WITH": "Ends With",
|
|
16
|
-
"EQUALS": "Equals",
|
|
17
|
-
"EQUAL_TO": "Equal to",
|
|
18
|
-
"EXPAND_ALL_GROUPS": "Expand all Groups",
|
|
19
|
-
"EXPORT_TO_CSV": "Export in CSV format",
|
|
20
|
-
"EXPORT_TO_EXCEL": "Export to Excel",
|
|
21
|
-
"EXPORT_TO_TAB_DELIMITED": "Export in Text format (Tab delimited)",
|
|
22
|
-
"EXPORT_TO_TEXT_FORMAT": "Export in Text format",
|
|
23
|
-
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} of {{totalItems}} items",
|
|
24
|
-
"FORCE_FIT_COLUMNS": "Force fit columns",
|
|
25
|
-
"FREEZE_COLUMNS": "Freeze Columns",
|
|
26
|
-
"INVALID_FLOAT": "The number must be valid and have a maximum of {{maxDecimal}} decimals.",
|
|
27
|
-
"GREATER_THAN": "Greater than",
|
|
28
|
-
"GREATER_THAN_OR_EQUAL_TO": "Greater than or equal to",
|
|
29
|
-
"GROUP_BY": "Group by",
|
|
30
|
-
"HIDE_COLUMN": "Hide Column",
|
|
31
|
-
"IN_COLLECTION_SEPERATED_BY_COMMA": "Search items in a collection, must be separated by a comma (a,b)",
|
|
32
|
-
"ITEMS": "items",
|
|
33
|
-
"ITEMS_PER_PAGE": "items per page",
|
|
34
|
-
"ITEMS_SELECTED": "items selected",
|
|
35
|
-
"LAST_UPDATE": "Last Update",
|
|
36
|
-
"LESS_THAN": "Less than",
|
|
37
|
-
"LESS_THAN_OR_EQUAL_TO": "Less than or equal to",
|
|
38
|
-
"NOT_CONTAINS": "Not contains",
|
|
39
|
-
"NOT_EQUAL_TO": "Not equal to",
|
|
40
|
-
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Search items not in a collection, must be separated by a comma (a,b)",
|
|
41
|
-
"OF": "of",
|
|
42
|
-
"OK": "OK",
|
|
43
|
-
"PAGE": "Page",
|
|
44
|
-
"PAGE_X_OF_Y": "page {{x}} of {{y}}",
|
|
45
|
-
"REFRESH_DATASET": "Refresh Dataset",
|
|
46
|
-
"REMOVE_FILTER": "Remove Filter",
|
|
47
|
-
"REMOVE_SORT": "Remove Sort",
|
|
48
|
-
"SAVE": "Save",
|
|
49
|
-
"SELECT_ALL": "Select All",
|
|
50
|
-
"SORT_ASCENDING": "Sort Ascending",
|
|
51
|
-
"SORT_DESCENDING": "Sort Descending",
|
|
52
|
-
"STARTS_WITH": "Starts With",
|
|
53
|
-
"SYNCHRONOUS_RESIZE": "Synchronous resize",
|
|
54
|
-
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
|
|
55
|
-
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
|
|
56
|
-
"X_OF_Y_SELECTED": "# of % selected",
|
|
57
|
-
"BILLING": {
|
|
58
|
-
"ADDRESS": {
|
|
59
|
-
"STREET": "Billing Address Street",
|
|
60
|
-
"ZIP": "Billing Address Zip"
|
|
61
|
-
},
|
|
62
|
-
"INFORMATION": "Billing Information"
|
|
63
|
-
},
|
|
64
|
-
"CUSTOM_COMMANDS": "Custom Commands",
|
|
65
|
-
"DURATION": "Duration",
|
|
66
|
-
"COMPANY": "Company",
|
|
67
|
-
"COMPLETED": "Completed",
|
|
68
|
-
"CHANGE_COMPLETED_FLAG": "Change Completed Flag",
|
|
69
|
-
"CHANGE_PRIORITY": "Change Priority",
|
|
70
|
-
"CUSTOMER_INFORMATION": "Customer Information",
|
|
71
|
-
"DELETE_ROW": "Delete Row",
|
|
72
|
-
"DISABLED_COMMAND": "Disabled Command",
|
|
73
|
-
"FALSE": "False",
|
|
74
|
-
"FEMALE": "Female",
|
|
75
|
-
"FINISH": "Finish",
|
|
76
|
-
"GENDER": "Gender",
|
|
77
|
-
"HELP": "Help",
|
|
78
|
-
"HIGH": "High",
|
|
79
|
-
"LOW": "Low",
|
|
80
|
-
"MEDIUM": "Medium",
|
|
81
|
-
"MALE": "Male",
|
|
82
|
-
"NAME": "Name",
|
|
83
|
-
"NONE": "None",
|
|
84
|
-
"PERCENT_COMPLETE": "% Complete",
|
|
85
|
-
"PRIORITY": "Priority",
|
|
86
|
-
"START": "Start",
|
|
87
|
-
"TASK_X": "Task {{x}}",
|
|
88
|
-
"TITLE": "Title",
|
|
89
|
-
"TRUE": "True"
|
|
1
|
+
{
|
|
2
|
+
"ALL_SELECTED": "All Selected",
|
|
3
|
+
"CANCEL": "Cancel",
|
|
4
|
+
"CLEAR_ALL_FILTERS": "Clear all Filters",
|
|
5
|
+
"CLEAR_ALL_GROUPING": "Clear all Grouping",
|
|
6
|
+
"CLEAR_ALL_SORTING": "Clear all Sorting",
|
|
7
|
+
"CLEAR_PINNING": "Unfreeze Columns/Rows",
|
|
8
|
+
"COLLAPSE_ALL_GROUPS": "Collapse all Groups",
|
|
9
|
+
"COLUMNS": "Columns",
|
|
10
|
+
"COLUMN_RESIZE_BY_CONTENT": "Resize by Content",
|
|
11
|
+
"COMMANDS": "Commands",
|
|
12
|
+
"CONTAINS": "Contains",
|
|
13
|
+
"COPY": "Copy",
|
|
14
|
+
"EMPTY_DATA_WARNING_MESSAGE": "No data to display.",
|
|
15
|
+
"ENDS_WITH": "Ends With",
|
|
16
|
+
"EQUALS": "Equals",
|
|
17
|
+
"EQUAL_TO": "Equal to",
|
|
18
|
+
"EXPAND_ALL_GROUPS": "Expand all Groups",
|
|
19
|
+
"EXPORT_TO_CSV": "Export in CSV format",
|
|
20
|
+
"EXPORT_TO_EXCEL": "Export to Excel",
|
|
21
|
+
"EXPORT_TO_TAB_DELIMITED": "Export in Text format (Tab delimited)",
|
|
22
|
+
"EXPORT_TO_TEXT_FORMAT": "Export in Text format",
|
|
23
|
+
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} of {{totalItems}} items",
|
|
24
|
+
"FORCE_FIT_COLUMNS": "Force fit columns",
|
|
25
|
+
"FREEZE_COLUMNS": "Freeze Columns",
|
|
26
|
+
"INVALID_FLOAT": "The number must be valid and have a maximum of {{maxDecimal}} decimals.",
|
|
27
|
+
"GREATER_THAN": "Greater than",
|
|
28
|
+
"GREATER_THAN_OR_EQUAL_TO": "Greater than or equal to",
|
|
29
|
+
"GROUP_BY": "Group by",
|
|
30
|
+
"HIDE_COLUMN": "Hide Column",
|
|
31
|
+
"IN_COLLECTION_SEPERATED_BY_COMMA": "Search items in a collection, must be separated by a comma (a,b)",
|
|
32
|
+
"ITEMS": "items",
|
|
33
|
+
"ITEMS_PER_PAGE": "items per page",
|
|
34
|
+
"ITEMS_SELECTED": "items selected",
|
|
35
|
+
"LAST_UPDATE": "Last Update",
|
|
36
|
+
"LESS_THAN": "Less than",
|
|
37
|
+
"LESS_THAN_OR_EQUAL_TO": "Less than or equal to",
|
|
38
|
+
"NOT_CONTAINS": "Not contains",
|
|
39
|
+
"NOT_EQUAL_TO": "Not equal to",
|
|
40
|
+
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Search items not in a collection, must be separated by a comma (a,b)",
|
|
41
|
+
"OF": "of",
|
|
42
|
+
"OK": "OK",
|
|
43
|
+
"PAGE": "Page",
|
|
44
|
+
"PAGE_X_OF_Y": "page {{x}} of {{y}}",
|
|
45
|
+
"REFRESH_DATASET": "Refresh Dataset",
|
|
46
|
+
"REMOVE_FILTER": "Remove Filter",
|
|
47
|
+
"REMOVE_SORT": "Remove Sort",
|
|
48
|
+
"SAVE": "Save",
|
|
49
|
+
"SELECT_ALL": "Select All",
|
|
50
|
+
"SORT_ASCENDING": "Sort Ascending",
|
|
51
|
+
"SORT_DESCENDING": "Sort Descending",
|
|
52
|
+
"STARTS_WITH": "Starts With",
|
|
53
|
+
"SYNCHRONOUS_RESIZE": "Synchronous resize",
|
|
54
|
+
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
|
|
55
|
+
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
|
|
56
|
+
"X_OF_Y_SELECTED": "# of % selected",
|
|
57
|
+
"BILLING": {
|
|
58
|
+
"ADDRESS": {
|
|
59
|
+
"STREET": "Billing Address Street",
|
|
60
|
+
"ZIP": "Billing Address Zip"
|
|
61
|
+
},
|
|
62
|
+
"INFORMATION": "Billing Information"
|
|
63
|
+
},
|
|
64
|
+
"CUSTOM_COMMANDS": "Custom Commands",
|
|
65
|
+
"DURATION": "Duration",
|
|
66
|
+
"COMPANY": "Company",
|
|
67
|
+
"COMPLETED": "Completed",
|
|
68
|
+
"CHANGE_COMPLETED_FLAG": "Change Completed Flag",
|
|
69
|
+
"CHANGE_PRIORITY": "Change Priority",
|
|
70
|
+
"CUSTOMER_INFORMATION": "Customer Information",
|
|
71
|
+
"DELETE_ROW": "Delete Row",
|
|
72
|
+
"DISABLED_COMMAND": "Disabled Command",
|
|
73
|
+
"FALSE": "False",
|
|
74
|
+
"FEMALE": "Female",
|
|
75
|
+
"FINISH": "Finish",
|
|
76
|
+
"GENDER": "Gender",
|
|
77
|
+
"HELP": "Help",
|
|
78
|
+
"HIGH": "High",
|
|
79
|
+
"LOW": "Low",
|
|
80
|
+
"MEDIUM": "Medium",
|
|
81
|
+
"MALE": "Male",
|
|
82
|
+
"NAME": "Name",
|
|
83
|
+
"NONE": "None",
|
|
84
|
+
"PERCENT_COMPLETE": "% Complete",
|
|
85
|
+
"PRIORITY": "Priority",
|
|
86
|
+
"START": "Start",
|
|
87
|
+
"TASK_X": "Task {{x}}",
|
|
88
|
+
"TITLE": "Title",
|
|
89
|
+
"TRUE": "True"
|
|
90
90
|
}
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ALL_SELECTED": "Tout sélectionnés",
|
|
3
|
-
"CANCEL": "Annuler",
|
|
4
|
-
"CLEAR_ALL_FILTERS": "Supprimer tous les filtres",
|
|
5
|
-
"CLEAR_ALL_GROUPING": "Supprimer tous les groupes",
|
|
6
|
-
"CLEAR_ALL_SORTING": "Supprimer tous les tris",
|
|
7
|
-
"CLEAR_PINNING": "Dégeler les colonnes/rangées",
|
|
8
|
-
"COLLAPSE_ALL_GROUPS": "Réduire tous les groupes",
|
|
9
|
-
"COLUMNS": "Colonnes",
|
|
10
|
-
"COLUMN_RESIZE_BY_CONTENT": "Redimensionner par contenu",
|
|
11
|
-
"COMMANDS": "Commandes",
|
|
12
|
-
"CONTAINS": "Contient",
|
|
13
|
-
"COPY": "Copier",
|
|
14
|
-
"EMPTY_DATA_WARNING_MESSAGE": "Aucune donnée à afficher.",
|
|
15
|
-
"ENDS_WITH": "Se termine par",
|
|
16
|
-
"EQUALS": "Égale",
|
|
17
|
-
"EQUAL_TO": "Égal à",
|
|
18
|
-
"EXPAND_ALL_GROUPS": "Étendre tous les groupes",
|
|
19
|
-
"EXPORT_TO_CSV": "Exporter en format CSV",
|
|
20
|
-
"EXPORT_TO_EXCEL": "Exporter vers Excel",
|
|
21
|
-
"EXPORT_TO_TAB_DELIMITED": "Exporter en format texte (délimité par tabulation)",
|
|
22
|
-
"EXPORT_TO_TEXT_FORMAT": "Exporter en format texte",
|
|
23
|
-
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} de {{totalItems}} éléments",
|
|
24
|
-
"FORCE_FIT_COLUMNS": "Ajustement forcé des colonnes",
|
|
25
|
-
"FREEZE_COLUMNS": "Geler les colonnes",
|
|
26
|
-
"GREATER_THAN": "Plus grand que",
|
|
27
|
-
"GREATER_THAN_OR_EQUAL_TO": "Plus grand ou égal à",
|
|
28
|
-
"GROUP_BY": "Grouper par",
|
|
29
|
-
"HIDE_COLUMN": "Cacher la colonne",
|
|
30
|
-
"IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche incluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
|
|
31
|
-
"INVALID_FLOAT": "Le nombre doit être valide et avoir un maximum de {{maxDecimal}} décimales.",
|
|
32
|
-
"ITEMS": "éléments",
|
|
33
|
-
"ITEMS_PER_PAGE": "éléments par page",
|
|
34
|
-
"ITEMS_SELECTED": "éléments sélectionnés",
|
|
35
|
-
"LAST_UPDATE": "Dernière mise à jour",
|
|
36
|
-
"LESS_THAN": "Plus petit que",
|
|
37
|
-
"LESS_THAN_OR_EQUAL_TO": "Plus petit ou égal à",
|
|
38
|
-
"NOT_CONTAINS": "Ne contient pas",
|
|
39
|
-
"NOT_EQUAL_TO": "Non égal à",
|
|
40
|
-
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche excluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
|
|
41
|
-
"OF": "de",
|
|
42
|
-
"OK": "Terminé",
|
|
43
|
-
"PAGE": "Page",
|
|
44
|
-
"PAGE_X_OF_Y": "page {{x}} de {{y}}",
|
|
45
|
-
"REFRESH_DATASET": "Rafraîchir les données",
|
|
46
|
-
"REMOVE_FILTER": "Supprimer le filtre",
|
|
47
|
-
"REMOVE_SORT": "Supprimer le tri",
|
|
48
|
-
"SAVE": "Sauvegarder",
|
|
49
|
-
"SELECT_ALL": "Sélectionner tout",
|
|
50
|
-
"SORT_ASCENDING": "Trier par ordre croissant",
|
|
51
|
-
"SORT_DESCENDING": "Trier par ordre décroissant",
|
|
52
|
-
"STARTS_WITH": "Commence par",
|
|
53
|
-
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
|
|
54
|
-
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
|
|
55
|
-
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
|
|
56
|
-
"X_OF_Y_SELECTED": "# de % sélectionnés",
|
|
57
|
-
"BILLING": {
|
|
58
|
-
"ADDRESS": {
|
|
59
|
-
"STREET": "Adresse de facturation",
|
|
60
|
-
"ZIP": "Code zip de facturation"
|
|
61
|
-
},
|
|
62
|
-
"INFORMATION": "Information de Facturation"
|
|
63
|
-
},
|
|
64
|
-
"DURATION": "Durée",
|
|
65
|
-
"COMPANY": "Compagnie",
|
|
66
|
-
"COMPLETED": "Terminé",
|
|
67
|
-
"CHANGE_COMPLETED_FLAG": "Changer l'indicateur terminé",
|
|
68
|
-
"CHANGE_PRIORITY": "Changer la priorité",
|
|
69
|
-
"CUSTOM_COMMANDS": "Commandes Personnalisées",
|
|
70
|
-
"CUSTOMER_INFORMATION": "Information Client",
|
|
71
|
-
"DELETE_ROW": "Supprimer la ligne",
|
|
72
|
-
"DISABLED_COMMAND": "Commande désactivée",
|
|
73
|
-
"FALSE": "Faux",
|
|
74
|
-
"FEMALE": "Féminin",
|
|
75
|
-
"FINISH": "Fin",
|
|
76
|
-
"GENDER": "Sexe",
|
|
77
|
-
"HELP": "Aide",
|
|
78
|
-
"HIGH": "Haut",
|
|
79
|
-
"LOW": "Bas",
|
|
80
|
-
"MEDIUM": "Moyen",
|
|
81
|
-
"MALE": "Masculin",
|
|
82
|
-
"NAME": "Nom",
|
|
83
|
-
"NONE": "Aucun",
|
|
84
|
-
"PERCENT_COMPLETE": "% Achevée",
|
|
85
|
-
"PRIORITY": "Priorité",
|
|
86
|
-
"START": "Début",
|
|
87
|
-
"TASK_X": "Tâche {{x}}",
|
|
88
|
-
"TITLE": "Titre",
|
|
89
|
-
"TITLE.NAME": "Nom du Titre",
|
|
90
|
-
"TRUE": "Vrai"
|
|
1
|
+
{
|
|
2
|
+
"ALL_SELECTED": "Tout sélectionnés",
|
|
3
|
+
"CANCEL": "Annuler",
|
|
4
|
+
"CLEAR_ALL_FILTERS": "Supprimer tous les filtres",
|
|
5
|
+
"CLEAR_ALL_GROUPING": "Supprimer tous les groupes",
|
|
6
|
+
"CLEAR_ALL_SORTING": "Supprimer tous les tris",
|
|
7
|
+
"CLEAR_PINNING": "Dégeler les colonnes/rangées",
|
|
8
|
+
"COLLAPSE_ALL_GROUPS": "Réduire tous les groupes",
|
|
9
|
+
"COLUMNS": "Colonnes",
|
|
10
|
+
"COLUMN_RESIZE_BY_CONTENT": "Redimensionner par contenu",
|
|
11
|
+
"COMMANDS": "Commandes",
|
|
12
|
+
"CONTAINS": "Contient",
|
|
13
|
+
"COPY": "Copier",
|
|
14
|
+
"EMPTY_DATA_WARNING_MESSAGE": "Aucune donnée à afficher.",
|
|
15
|
+
"ENDS_WITH": "Se termine par",
|
|
16
|
+
"EQUALS": "Égale",
|
|
17
|
+
"EQUAL_TO": "Égal à",
|
|
18
|
+
"EXPAND_ALL_GROUPS": "Étendre tous les groupes",
|
|
19
|
+
"EXPORT_TO_CSV": "Exporter en format CSV",
|
|
20
|
+
"EXPORT_TO_EXCEL": "Exporter vers Excel",
|
|
21
|
+
"EXPORT_TO_TAB_DELIMITED": "Exporter en format texte (délimité par tabulation)",
|
|
22
|
+
"EXPORT_TO_TEXT_FORMAT": "Exporter en format texte",
|
|
23
|
+
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} de {{totalItems}} éléments",
|
|
24
|
+
"FORCE_FIT_COLUMNS": "Ajustement forcé des colonnes",
|
|
25
|
+
"FREEZE_COLUMNS": "Geler les colonnes",
|
|
26
|
+
"GREATER_THAN": "Plus grand que",
|
|
27
|
+
"GREATER_THAN_OR_EQUAL_TO": "Plus grand ou égal à",
|
|
28
|
+
"GROUP_BY": "Grouper par",
|
|
29
|
+
"HIDE_COLUMN": "Cacher la colonne",
|
|
30
|
+
"IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche incluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
|
|
31
|
+
"INVALID_FLOAT": "Le nombre doit être valide et avoir un maximum de {{maxDecimal}} décimales.",
|
|
32
|
+
"ITEMS": "éléments",
|
|
33
|
+
"ITEMS_PER_PAGE": "éléments par page",
|
|
34
|
+
"ITEMS_SELECTED": "éléments sélectionnés",
|
|
35
|
+
"LAST_UPDATE": "Dernière mise à jour",
|
|
36
|
+
"LESS_THAN": "Plus petit que",
|
|
37
|
+
"LESS_THAN_OR_EQUAL_TO": "Plus petit ou égal à",
|
|
38
|
+
"NOT_CONTAINS": "Ne contient pas",
|
|
39
|
+
"NOT_EQUAL_TO": "Non égal à",
|
|
40
|
+
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche excluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
|
|
41
|
+
"OF": "de",
|
|
42
|
+
"OK": "Terminé",
|
|
43
|
+
"PAGE": "Page",
|
|
44
|
+
"PAGE_X_OF_Y": "page {{x}} de {{y}}",
|
|
45
|
+
"REFRESH_DATASET": "Rafraîchir les données",
|
|
46
|
+
"REMOVE_FILTER": "Supprimer le filtre",
|
|
47
|
+
"REMOVE_SORT": "Supprimer le tri",
|
|
48
|
+
"SAVE": "Sauvegarder",
|
|
49
|
+
"SELECT_ALL": "Sélectionner tout",
|
|
50
|
+
"SORT_ASCENDING": "Trier par ordre croissant",
|
|
51
|
+
"SORT_DESCENDING": "Trier par ordre décroissant",
|
|
52
|
+
"STARTS_WITH": "Commence par",
|
|
53
|
+
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
|
|
54
|
+
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
|
|
55
|
+
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
|
|
56
|
+
"X_OF_Y_SELECTED": "# de % sélectionnés",
|
|
57
|
+
"BILLING": {
|
|
58
|
+
"ADDRESS": {
|
|
59
|
+
"STREET": "Adresse de facturation",
|
|
60
|
+
"ZIP": "Code zip de facturation"
|
|
61
|
+
},
|
|
62
|
+
"INFORMATION": "Information de Facturation"
|
|
63
|
+
},
|
|
64
|
+
"DURATION": "Durée",
|
|
65
|
+
"COMPANY": "Compagnie",
|
|
66
|
+
"COMPLETED": "Terminé",
|
|
67
|
+
"CHANGE_COMPLETED_FLAG": "Changer l'indicateur terminé",
|
|
68
|
+
"CHANGE_PRIORITY": "Changer la priorité",
|
|
69
|
+
"CUSTOM_COMMANDS": "Commandes Personnalisées",
|
|
70
|
+
"CUSTOMER_INFORMATION": "Information Client",
|
|
71
|
+
"DELETE_ROW": "Supprimer la ligne",
|
|
72
|
+
"DISABLED_COMMAND": "Commande désactivée",
|
|
73
|
+
"FALSE": "Faux",
|
|
74
|
+
"FEMALE": "Féminin",
|
|
75
|
+
"FINISH": "Fin",
|
|
76
|
+
"GENDER": "Sexe",
|
|
77
|
+
"HELP": "Aide",
|
|
78
|
+
"HIGH": "Haut",
|
|
79
|
+
"LOW": "Bas",
|
|
80
|
+
"MEDIUM": "Moyen",
|
|
81
|
+
"MALE": "Masculin",
|
|
82
|
+
"NAME": "Nom",
|
|
83
|
+
"NONE": "Aucun",
|
|
84
|
+
"PERCENT_COMPLETE": "% Achevée",
|
|
85
|
+
"PRIORITY": "Priorité",
|
|
86
|
+
"START": "Début",
|
|
87
|
+
"TASK_X": "Tâche {{x}}",
|
|
88
|
+
"TITLE": "Titre",
|
|
89
|
+
"TITLE.NAME": "Nom du Titre",
|
|
90
|
+
"TRUE": "Vrai"
|
|
91
91
|
}
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-slickgrid",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "Slickgrid components made available in Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -15,41 +15,6 @@
|
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/ghiscoding/Angular-Slickgrid/issues"
|
|
17
17
|
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"ng": "ng",
|
|
20
|
-
"start": "ng serve --port 4300",
|
|
21
|
-
"postinstall": "ngcc",
|
|
22
|
-
"prebuild": "npm-run-all delete:dist lint",
|
|
23
|
-
"build": "npm run packagr",
|
|
24
|
-
"postbuild": "npm-run-all copy:i18n copy:lib",
|
|
25
|
-
"build:with-e2e": "npm-run-all build cypress:ci",
|
|
26
|
-
"build:gh-demo": "npm run build",
|
|
27
|
-
"postbuild:gh-demo": "npm-run-all del-demo:dist copy-demo:dist",
|
|
28
|
-
"build:gh-demo:with-e2e": "npm run build:gh-demo",
|
|
29
|
-
"postbuild:gh-demo:with-e2e": "npm run cypress:ci",
|
|
30
|
-
"delete:dist": "cross-env rimraf dist",
|
|
31
|
-
"cypress": "cd test/cypress && node node_modules/cypress/bin/cypress open",
|
|
32
|
-
"cypress:ci": "cd test/cypress && npm run cypress:ci",
|
|
33
|
-
"lint": "ng lint",
|
|
34
|
-
"test": "npm run test:jest",
|
|
35
|
-
"test:jest": "npx jest --config test/jest.config.js",
|
|
36
|
-
"jest:ci": "npx jest --runInBand --coverage=true --ci --config ./test/jest.config.js",
|
|
37
|
-
"jest:clear": "npx jest --clearCache",
|
|
38
|
-
"jest:watch": "npx jest --config test/jest.config.js --watch",
|
|
39
|
-
"jest:coverage": "npx jest --config test/jest.config.js --runInBand --coverage",
|
|
40
|
-
"jest:snapshot": "npx jest --config test/jest.config.js --coverage -u",
|
|
41
|
-
"copy:i18n": "cross-env copyfiles -f src/assets/i18n/*.json dist/i18n",
|
|
42
|
-
"copy:lib": "cross-env copyfiles --up 2 src/assets/lib/** dist",
|
|
43
|
-
"copy-demo:dist": "cross-env copyfiles --up 1 dist/**/*.* ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
|
|
44
|
-
"del-demo:dist": "cross-env rimraf ../angular-slickgrid-demos/bootstrap3-demo-with-translate/node_modules/angular-slickgrid",
|
|
45
|
-
"packagr": "ng-packagr -p package.json",
|
|
46
|
-
"changelog": "cross-env conventional-changelog -p angular -i doc/CHANGELOG.md -s",
|
|
47
|
-
"bump-version": "npm --no-git-tag-version version",
|
|
48
|
-
"prepare-release": "cross-env npm run changelog && npm run build && npm run doc",
|
|
49
|
-
"release": "standard-version",
|
|
50
|
-
"build:demo": "ng build --configuration=production",
|
|
51
|
-
"pack-lib": "npm pack ./dist"
|
|
52
|
-
},
|
|
53
18
|
"repository": {
|
|
54
19
|
"type": "git",
|
|
55
20
|
"url": "http://github.com/ghiscoding/angular-slickgrid"
|
|
@@ -63,24 +28,14 @@
|
|
|
63
28
|
"type": "ko_fi",
|
|
64
29
|
"url": "https://ko-fi.com/ghiscoding"
|
|
65
30
|
},
|
|
66
|
-
"ngPackage": {
|
|
67
|
-
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
|
68
|
-
"allowedNonPeerDependencies": [
|
|
69
|
-
"."
|
|
70
|
-
],
|
|
71
|
-
"dest": "dist",
|
|
72
|
-
"lib": {
|
|
73
|
-
"entryFile": "src/public_api.ts"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
31
|
"dependencies": {
|
|
77
|
-
"@slickgrid-universal/common": "
|
|
78
|
-
"@slickgrid-universal/custom-footer-component": "
|
|
79
|
-
"@slickgrid-universal/empty-warning-component": "
|
|
80
|
-
"@slickgrid-universal/event-pub-sub": "
|
|
81
|
-
"@slickgrid-universal/pagination-component": "
|
|
82
|
-
"@slickgrid-universal/row-detail-view-plugin": "
|
|
83
|
-
"@slickgrid-universal/rxjs-observable": "
|
|
32
|
+
"@slickgrid-universal/common": "1.3.2",
|
|
33
|
+
"@slickgrid-universal/custom-footer-component": "1.3.2",
|
|
34
|
+
"@slickgrid-universal/empty-warning-component": "1.3.2",
|
|
35
|
+
"@slickgrid-universal/event-pub-sub": "1.3.2",
|
|
36
|
+
"@slickgrid-universal/pagination-component": "1.3.2",
|
|
37
|
+
"@slickgrid-universal/row-detail-view-plugin": "1.3.2",
|
|
38
|
+
"@slickgrid-universal/rxjs-observable": "1.3.2",
|
|
84
39
|
"@types/dompurify": "^2.3.3",
|
|
85
40
|
"@types/jquery": "^3.5.14",
|
|
86
41
|
"dequal": "^2.0.2",
|
|
@@ -88,77 +43,37 @@
|
|
|
88
43
|
"font-awesome": "^4.7.0",
|
|
89
44
|
"jquery": "^3.6.0",
|
|
90
45
|
"moment-mini": "^2.24.0",
|
|
91
|
-
"rxjs": "^7.5.5"
|
|
46
|
+
"rxjs": "^7.5.5",
|
|
47
|
+
"tslib": "^2.3.0"
|
|
92
48
|
},
|
|
93
49
|
"peerDependencies": {
|
|
94
50
|
"@ngx-translate/core": ">=14.0.0"
|
|
95
51
|
},
|
|
96
|
-
"devDependencies": {
|
|
97
|
-
"@angular-devkit/build-angular": "~13.3.8",
|
|
98
|
-
"@angular-eslint/builder": "^13.5.0",
|
|
99
|
-
"@angular-eslint/eslint-plugin": "^13.5.0",
|
|
100
|
-
"@angular-eslint/eslint-plugin-template": "^13.5.0",
|
|
101
|
-
"@angular-eslint/schematics": "^13.5.0",
|
|
102
|
-
"@angular-eslint/template-parser": "^13.5.0",
|
|
103
|
-
"@angular/animations": "^13.3.11",
|
|
104
|
-
"@angular/cli": "^13.3.8",
|
|
105
|
-
"@angular/common": "^13.3.11",
|
|
106
|
-
"@angular/compiler": "^13.3.11",
|
|
107
|
-
"@angular/compiler-cli": "^13.3.11",
|
|
108
|
-
"@angular/core": "^13.3.11",
|
|
109
|
-
"@angular/forms": "^13.3.11",
|
|
110
|
-
"@angular/language-service": "^13.3.11",
|
|
111
|
-
"@angular/platform-browser": "^13.3.11",
|
|
112
|
-
"@angular/platform-browser-dynamic": "^13.3.11",
|
|
113
|
-
"@angular/router": "^13.3.11",
|
|
114
|
-
"@faker-js/faker": "^7.2.0",
|
|
115
|
-
"@fnando/sparkline": "^0.3.10",
|
|
116
|
-
"@ng-select/ng-select": "^8.3.0",
|
|
117
|
-
"@ngx-translate/core": "^14.0.0",
|
|
118
|
-
"@ngx-translate/http-loader": "^7.0.0",
|
|
119
|
-
"@slickgrid-universal/composite-editor-component": "^1.3.0",
|
|
120
|
-
"@slickgrid-universal/custom-tooltip-plugin": "^1.3.0",
|
|
121
|
-
"@slickgrid-universal/excel-export": "^1.3.0",
|
|
122
|
-
"@slickgrid-universal/graphql": "^1.3.0",
|
|
123
|
-
"@slickgrid-universal/odata": "^1.3.0",
|
|
124
|
-
"@slickgrid-universal/text-export": "^1.3.0",
|
|
125
|
-
"@types/flatpickr": "^3.1.2",
|
|
126
|
-
"@types/fnando__sparkline": "^0.3.4",
|
|
127
|
-
"@types/jest": "^28.1.2",
|
|
128
|
-
"@types/moment": "^2.13.0",
|
|
129
|
-
"@types/node": "^18.0.0",
|
|
130
|
-
"@types/text-encoding-utf-8": "^1.0.2",
|
|
131
|
-
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
132
|
-
"@typescript-eslint/parser": "^5.28.0",
|
|
133
|
-
"autoprefixer": "^10.4.7",
|
|
134
|
-
"bootstrap": "^5.1.3",
|
|
135
|
-
"conventional-changelog": "^3.1.25",
|
|
136
|
-
"copyfiles": "^2.4.1",
|
|
137
|
-
"cross-env": "^7.0.3",
|
|
138
|
-
"custom-event-polyfill": "^1.0.7",
|
|
139
|
-
"eslint": "^8.18.0",
|
|
140
|
-
"jest": "^28.1.1",
|
|
141
|
-
"jest-extended": "^2.0.0",
|
|
142
|
-
"jest-preset-angular": "^12.1.0",
|
|
143
|
-
"ng-packagr": "^13.3.1",
|
|
144
|
-
"ngx-bootstrap": "^8.0.0",
|
|
145
|
-
"npm-run-all2": "^6.0.1",
|
|
146
|
-
"postcss": "^8.4.14",
|
|
147
|
-
"postcss-cli": "^9.1.0",
|
|
148
|
-
"rimraf": "^3.0.2",
|
|
149
|
-
"sass": "^1.52.3",
|
|
150
|
-
"standard-version": "^9.5.0",
|
|
151
|
-
"stream-browserify": "^3.0.0",
|
|
152
|
-
"ts-node": "^10.8.1",
|
|
153
|
-
"tslib": "^2.4.0",
|
|
154
|
-
"typescript": "~4.4.4",
|
|
155
|
-
"zone.js": "~0.11.6"
|
|
156
|
-
},
|
|
157
52
|
"engines": {
|
|
158
53
|
"node": ">=14.17.0",
|
|
159
54
|
"npm": ">=6.14.13"
|
|
160
55
|
},
|
|
161
56
|
"resolutions": {
|
|
162
|
-
"caniuse-lite": "1.0.
|
|
163
|
-
}
|
|
164
|
-
|
|
57
|
+
"caniuse-lite": "1.0.30001361"
|
|
58
|
+
},
|
|
59
|
+
"module": "fesm2015/angular-slickgrid.mjs",
|
|
60
|
+
"es2020": "fesm2020/angular-slickgrid.mjs",
|
|
61
|
+
"esm2020": "esm2020/angular-slickgrid.mjs",
|
|
62
|
+
"fesm2020": "fesm2020/angular-slickgrid.mjs",
|
|
63
|
+
"fesm2015": "fesm2015/angular-slickgrid.mjs",
|
|
64
|
+
"typings": "index.d.ts",
|
|
65
|
+
"exports": {
|
|
66
|
+
"./package.json": {
|
|
67
|
+
"default": "./package.json"
|
|
68
|
+
},
|
|
69
|
+
".": {
|
|
70
|
+
"types": "./index.d.ts",
|
|
71
|
+
"esm2020": "./esm2020/angular-slickgrid.mjs",
|
|
72
|
+
"es2020": "./fesm2020/angular-slickgrid.mjs",
|
|
73
|
+
"es2015": "./fesm2015/angular-slickgrid.mjs",
|
|
74
|
+
"node": "./fesm2015/angular-slickgrid.mjs",
|
|
75
|
+
"default": "./fesm2020/angular-slickgrid.mjs"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"sideEffects": false
|
|
79
|
+
}
|
|
File without changes
|