q2-tecton-elements 1.65.0 → 1.65.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/bundle-report.json +459 -458
- package/dist/cjs/q2-editable-field.cjs.entry.js +2 -2
- package/dist/cjs/q2-editable-field.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-editable-field.entry.cjs.js.map +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +12 -12
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +2 -2
- package/dist/collection/components/q2-editable-field/q2-editable-field.js.map +1 -1
- package/dist/collection/components/q2-file-picker/q2-file-picker.js +3 -3
- package/dist/collection/components/q2-grid/q2-grid.js +30 -30
- package/dist/collection/components/q2-grid-area/q2-grid-area.js +42 -42
- package/dist/collection/components/q2-input/q2-input.js +1 -1
- package/dist/collection/components/q2-option-list/q2-option-list.js +5 -5
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +4 -4
- package/dist/components/q2-editable-field.js +2 -2
- package/dist/components/q2-editable-field.js.map +1 -1
- package/dist/esm/q2-editable-field.entry.js +2 -2
- package/dist/esm/q2-editable-field.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-editable-field.entry.esm.js.map +1 -1
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +2 -1
- package/dist/q2-tecton-elements/q2-editable-field.entry.js.map +1 -1
- package/package.json +68 -66
- /package/dist/types/{Users/kvanhouten/Documents/Work/tecton_extra → builds/q2e/development/tecton/tecton}/packages/q2-tecton-elements/.stencil/jest.setup.d.ts +0 -0
- /package/dist/types/{Users/kvanhouten/Documents/Work/tecton_extra → builds/q2e/development/tecton/tecton}/packages/q2-tecton-elements/.stencil/scripts/docs-generator/index.d.ts +0 -0
- /package/dist/types/{Users/kvanhouten/Documents/Work/tecton_extra → builds/q2e/development/tecton/tecton}/packages/q2-tecton-elements/.stencil/scripts/docs-generator/markdown-generator.d.ts +0 -0
- /package/dist/types/{Users/kvanhouten/Documents/Work/tecton_extra → builds/q2e/development/tecton/tecton}/packages/q2-tecton-elements/.stencil/scripts/docs-generator/tag-handlers.d.ts +0 -0
- /package/dist/types/{Users/kvanhouten/Documents/Work/tecton_extra → builds/q2e/development/tecton/tecton}/packages/q2-tecton-elements/.stencil/scripts/docs-generator/types.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,67 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
2
|
+
"name": "q2-tecton-elements",
|
|
3
|
+
"version": "1.65.1",
|
|
4
|
+
"description": "Q2 Tecton Custom Elements",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Q2 Tecton Team",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "dist/index.mjs",
|
|
9
|
+
"types": "dist/types/components.d.ts",
|
|
10
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
+
"collection:main": "dist/collection/index.js",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/"
|
|
14
|
+
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
20
|
+
"build:dev": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
21
|
+
"build:docs-json": "stencil build --docs-json dist/docs.json",
|
|
22
|
+
"build:elements": "stencil build",
|
|
23
|
+
"build:local": "stencil build --dev --watch --serve",
|
|
24
|
+
"build:linked": "stencil build --watch --serve",
|
|
25
|
+
"build:network": "stencil build --dev --watch --serve --host 0.0.0.0",
|
|
26
|
+
"build:prerelease": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
27
|
+
"build:prod": "stencil build --debug && node ../../build/create-theme-files.js",
|
|
28
|
+
"clean": "rm -rf dist tmp",
|
|
29
|
+
"nom": "rm -rf node_modules",
|
|
30
|
+
"lint": "eslint --config eslint.config.cli.mjs .",
|
|
31
|
+
"lint:fix": "eslint --fix --config eslint.config.cli.mjs .",
|
|
32
|
+
"problems": "tsc --noEmit",
|
|
33
|
+
"style": "node scripts/runApplyStyleGuide.js",
|
|
34
|
+
"style:fix": "node scripts/runApplyStyleGuide.js --fix",
|
|
35
|
+
"test:new": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand -- --json --outputFile=./test-reports-band-1.json",
|
|
36
|
+
"test": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand",
|
|
37
|
+
"test:accessibility-report": "stencil test --e2e --silent --maxWorkers=0 --runInBand --testNamePattern=ridiculousonpurpose -- --json --outputFile=../docs/src/data/accessibility-report.json",
|
|
38
|
+
"test:ci": "stencil test --spec --e2e --silent --maxWorkers=0 --runInBand",
|
|
39
|
+
"test:dev": "stencil test --spec --e2e --maxWorkers=0 --runInBand --watchAll",
|
|
40
|
+
"generate:phone-formats": "node scripts/generatePhoneFormats.js"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@stencil/core": "~4.32.0",
|
|
44
|
+
"q2-tecton-common": "1.65.1",
|
|
45
|
+
"swiper": "^12.1.2"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@figma/code-connect": "^1.3.12",
|
|
49
|
+
"@stencil-community/eslint-plugin": "^0.8.0",
|
|
50
|
+
"@stencil/react-output-target": "^0.5.3",
|
|
51
|
+
"@stencil/sass": "3.0.12",
|
|
52
|
+
"@stencil/vue-output-target": "^0.13.0",
|
|
53
|
+
"@types/eslint__js": "^8.42.3",
|
|
54
|
+
"@types/jest": "^29.5.12",
|
|
55
|
+
"axe-core": "^4.10.3",
|
|
56
|
+
"cross-env": "^7.0.3",
|
|
57
|
+
"date-fns": "^3.6.0",
|
|
58
|
+
"dompurify": "^3.2.4",
|
|
59
|
+
"echarts": "^5.5.1",
|
|
60
|
+
"fast-glob": "^3.3.2",
|
|
61
|
+
"google-libphonenumber": "^3.2.33",
|
|
62
|
+
"jest-cli": "^29.7.0",
|
|
63
|
+
"jscodeshift": "^17.0.0",
|
|
64
|
+
"minimist": "^1.2.8",
|
|
65
|
+
"puppeteer": "^24.11.1"
|
|
66
|
+
},
|
|
67
|
+
"packageManager": "pnpm@10.27.0",
|
|
68
|
+
"gitHead": "b0ac2f7800eda3b07493fc3c00c6b51f27d68298"
|
|
69
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|