UNPKG

@nebula.js/sn-table

Version:

Display several measure values for each dimension value. Show the totals for each measure. Sort columns and rows alphabetically or numerically. Change sorting during analysis. Chart exploration allows for adding and removing columns in analysis.

100 lines 3.89 kB
{ "name": "@nebula.js/sn-table", "version": "5.0.0", "description": "Display several measure values for each dimension value. Show the totals for each measure. Sort columns and rows alphabetically or numerically. Change sorting during analysis. Chart exploration allows for adding and removing columns in analysis.", "keywords": [ "qlik", "nebula", "stardust" ], "license": "MIT", "author": "QlikTech International AB", "main": "dist/sn-table.js", "files": [ "dist", "api-specifications", "core", "sn-table-ext" ], "devDependencies": { "@mui/material": "5.18.0", "@mui/styled-engine": "6.4.3", "@nebula.js/cli": "5.17.0", "@nebula.js/cli-sense": "5.17.0", "@nebula.js/cli-serve": "5.17.0", "@playwright/test": "1.54.2", "@qlik-trial/encoder": "1.3.2", "@qlik-trial/sprout": "5.12.0", "@qlik/api": "1.41.0", "@rollup/plugin-typescript": "12.1.4", "@scriptappy/cli": "0.10.0", "@scriptappy/from-jsdoc": "0.19.0", "@testing-library/jest-dom": "6.6.4", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@types/react": "18.3.23", "@types/react-dom": "18.3.7", "@types/react-window": "1.8.8", "globby": "14.1.0", "jest": "30.0.5", "jest-environment-jsdom": "30.0.5", "jest-junit": "16.0.0", "picasso-plugin-q": "2.8.2", "picasso.js": "2.8.2", "qlik-chart-modules": "0.96.0", "qlik-modifiers": "0.9.8", "qlik-object-conversion": "0.17.1", "react": "18.3.1", "react-dom": "18.3.1", "react-window": "1.8.11", "styled-components": "6.1.18", "stylis": "4.3.6", "stylis-plugin-rtl": "2.1.1", "ts-jest": "29.4.1", "tslib": "2.8.1", "uuid": "11.1.0", "@qlik/nebula-table-utils": "0.0.0" }, "peerDependencies": { "@nebula.js/stardust": ">=5.8.1" }, "engines": { "node": ">=18.16.0" }, "publishConfig": { "access": "public" }, "qext": { "name": "Straight table", "icon": "table" }, "systemjs": "dist/sn-table.systemjs.js", "scripts": { "build": "node ../../scripts/build.mjs --core --ext --type sn-table", "build:dev": "node ../../scripts/build.mjs --ext --mode development --type sn-table", "build:watch": "node ../../scripts/build.mjs --mode development -w --type sn-table", "copy:ext": "node ../../scripts/copy-ext.mjs --type sn-table", "format:check": "prettier --check ** --ignore-unknown", "format:write": "prettier --write ** --ignore-unknown", "lint": "eslint .", "locale:generate": "node src/locale/scripts/generate-all.mjs", "locale:verify": "node src/locale/tools/verify-translations.ts", "sense": "nebula sense", "spec": "npx @scriptappy/cli from-jsdoc -c ./spec-configs/props.conf.js", "start": "nebula serve --type sn-table", "start:fixture": "nebula serve --config ./nebula.config.js --build false --open false", "start:mfe": "nebula serve --mfe --type sn-table", "test:e2e": "pnpm run test:integration && pnpm run test:rendering", "test:e2e:update": "pnpm run test:integration:update && pnpm run test:rendering:update", "test:integration": "playwright test --config=test/integration/integration.config.ts", "test:integration:local": "../../scripts/run-playwright-tests.sh sn-table test:integration", "test:integration:update": "pnpm test:integration --update-snapshots", "test:rendering": "playwright test", "test:rendering:local": "../../scripts/run-playwright-tests.sh sn-table test:rendering", "test:rendering:local:update": "../../scripts/run-playwright-tests.sh sn-table 'test:rendering --update-snapshots'", "test:rendering:update": "pnpm test:rendering --update-snapshots", "test:unit": "pnpm -w run test:unit --selectProjects sn-table", "types:check": "tsc --noEmit --incremental", "preversion": "pnpm build" } }