@esri/solutions-components 0.7.12-alpha → 0.7.13
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -1
- package/guides/Publishing to npmjs.md +3 -10
- package/lerna.json +6 -0
- package/package.json +5 -3
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
- package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
- package/packages/solutions-components/package.json +108 -108
- package/packages/solutions-components/src/components/json-editor/assets/monaco-editor/package.json +63 -63
- package/support/publish.sh +49 -0
- package/t9nmanifest.txt +6 -6
- package/support/releaseToGitHub.ts +0 -29
@@ -1,108 +1,108 @@
|
|
1
|
-
{
|
2
|
-
"name": "@esri/solutions-components",
|
3
|
-
"version": "0.7.
|
4
|
-
"description": "Web Components for Esri's Solutions Applications",
|
5
|
-
"main": "dist/index.cjs.js",
|
6
|
-
"module": "dist/index.js",
|
7
|
-
"es2015": "dist/esm/index.js",
|
8
|
-
"es2017": "dist/esm/index.js",
|
9
|
-
"jsnext:main": "dist/esm/index.js",
|
10
|
-
"types": "dist/types/index.d.ts",
|
11
|
-
"type": "module",
|
12
|
-
"unpkg": "dist/index.js",
|
13
|
-
"collection:main": "dist/collection/index.js",
|
14
|
-
"collection": "dist/collection/collection-manifest.json",
|
15
|
-
"files": [
|
16
|
-
"dist/"
|
17
|
-
],
|
18
|
-
"scripts": {
|
19
|
-
"build": "npm run util:prep-build-reqs && stencil build && npm run util:patch && npm run util:generate-t9n-docs-json && npm run util:clean-readmes",
|
20
|
-
"build:watch": "npm run util:prep-build-reqs && stencil build --no-docs --watch",
|
21
|
-
"build:watch-dev": "npm run util:prep-build-reqs && stencil build --no-docs --dev --watch",
|
22
|
-
"build-storybook": "npm run util:build-docs && NODE_OPTIONS=--openssl-legacy-provider build-storybook --output-dir ./docs --quiet",
|
23
|
-
"clean": "npm run util:clean-js-files && npm run util:clean-readmes && rimraf node_modules dist www hydrate docs .turbo",
|
24
|
-
"deps:update": "updtr --exclude chalk cheerio typescript @types/jest jest jest-cli ts-jest @whitespace/storybook-addon-html && npm audit fix",
|
25
|
-
"docs": "build-storybook",
|
26
|
-
"docs:preview": "npm run util:build-docs && NODE_OPTIONS=--openssl-legacy-provider STORYBOOK_SCREENSHOT_LOCAL_BUILD=true start-storybook",
|
27
|
-
"lint": "concurrently npm:lint:*",
|
28
|
-
"lint:html": "prettier --write \"**/*.html\" >/dev/null",
|
29
|
-
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
30
|
-
"lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path .gitignore && prettier --write \"**/*.md\" >/dev/null",
|
31
|
-
"lint:scss": "stylelint --fix \"src/**/*.scss\" && prettier --write \"**/*.scss\" >/dev/null",
|
32
|
-
"lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
|
33
|
-
"posttest": "npm run test:prerender",
|
34
|
-
"release:docs": "npm run docs && storybook-to-ghpages --existing-output-dir=docs",
|
35
|
-
"start": "npm run util:clean-js-files && concurrently --kill-others --raw \"tsc --project ./tsconfig-demos.json --watch\" \"npm run build:watch-dev -- --serve\"",
|
36
|
-
"test": "stencil test --no-docs --no-build --spec --e2e",
|
37
|
-
"test:prerender": "stencil build --no-docs --prerender",
|
38
|
-
"test:watch": "npm run build && npm run test -- -- --watchAll",
|
39
|
-
"util:build-docs": "npm run util:prep-build-reqs && stencil build --docs --config stencil.storybook.config.ts",
|
40
|
-
"util:clean-tested-build": "npm ci && npm test && npm run build",
|
41
|
-
"util:copy-assets": "npm run util:copy-icons",
|
42
|
-
"util:copy-icons": "cpy \"../../node_modules/@esri/calcite-ui-icons/js/*.json\" \"./src/components/icon/assets/icon/\" --flat",
|
43
|
-
"util:generate-t9n-docs-json": "tsx support/generateT9nDocsJSON.ts",
|
44
|
-
"util:generate-t9n-types": "tsx support/generateT9nTypes.ts",
|
45
|
-
"util:hydration-styles": "tsx support/hydrationStyles.ts",
|
46
|
-
"util:patch": "npm run util:patch-esm-resolution",
|
47
|
-
"util:patch-esm-resolution": "tsx support/patchESMResolution.ts",
|
48
|
-
"util:prep-build-reqs": "npm run util:copy-assets && npm run util:generate-t9n-types",
|
49
|
-
"util:sync-t9n-en-bundles": "tsx support/syncEnT9nBundles.ts",
|
50
|
-
"util:test-types": "! grep -rnw 'dist/types' -e '<reference types='",
|
51
|
-
"util:clean-js-files": "rimraf --glob -- *.js {src,.storybook,support}/**.js",
|
52
|
-
"util:clean-readmes": "git restore src/components/*/readme.md",
|
53
|
-
"util:is-working-tree-clean": "[ -z \"$(git status --porcelain=v1)\" ]"
|
54
|
-
},
|
55
|
-
"devDependencies": {
|
56
|
-
"@esri/eslint-plugin-calcite-components": "^1.0.1-next.1",
|
57
|
-
"@stencil-community/eslint-plugin": "0.7.1",
|
58
|
-
"@stencil-community/postcss": "2.2.0",
|
59
|
-
"@stencil/angular-output-target": "0.8.3",
|
60
|
-
"@stencil/react-output-target": "0.5.3",
|
61
|
-
"@stencil/sass": "3.0.7",
|
62
|
-
"jsdom": "22.1.0"
|
63
|
-
},
|
64
|
-
"dependencies": {
|
65
|
-
"@esri/arcgis-rest-auth": "^3.4.2",
|
66
|
-
"@esri/arcgis-rest-feature-layer": "^3.4.2",
|
67
|
-
"@esri/arcgis-rest-portal": "^3.4.2",
|
68
|
-
"@esri/arcgis-rest-request": "^3.4.2",
|
69
|
-
"@esri/arcgis-rest-service-admin": "^3.4.2",
|
70
|
-
"@esri/calcite-components": "2.0.0",
|
71
|
-
"@esri/calcite-design-tokens": "^2.0.1-next.3",
|
72
|
-
"@esri/calcite-ui-icons": "3.25.2",
|
73
|
-
"@esri/hub-common": "^12.37.1",
|
74
|
-
"@esri/hub-initiatives": "^12.4.1",
|
75
|
-
"@esri/hub-sites": "^12.6.0",
|
76
|
-
"@esri/hub-teams": "^12.4.1",
|
77
|
-
"@esri/instant-apps-components": "1.0.0-beta.163",
|
78
|
-
"@esri/solution-common": "^5.0.9",
|
79
|
-
"@floating-ui/dom": "1.5.3",
|
80
|
-
"@pdf-lib/fontkit": "^1.1.1",
|
81
|
-
"@stencil/core": "4.8.1",
|
82
|
-
"@types/color": "3.0.6",
|
83
|
-
"color": "4.2.3",
|
84
|
-
"composed-offset-position": "0.0.4",
|
85
|
-
"dayjs": "1.11.10",
|
86
|
-
"focus-trap": "7.5.4",
|
87
|
-
"form-request-submit-polyfill": "2.0.0",
|
88
|
-
"jspdf": "^2.5.1",
|
89
|
-
"lodash-es": "4.17.21",
|
90
|
-
"sortablejs": "1.15.1",
|
91
|
-
"timezone-groups": "0.8.0"
|
92
|
-
},
|
93
|
-
"repository": {
|
94
|
-
"type": "git",
|
95
|
-
"url": "git+https://github.com/Esri/solutions-components.git"
|
96
|
-
},
|
97
|
-
"contributors": [
|
98
|
-
{
|
99
|
-
"name": "John Hauck",
|
100
|
-
"email": "jhauck@esri.com"
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"name": "Mike Tschudi",
|
104
|
-
"email": "mtschudi@esri.com"
|
105
|
-
}
|
106
|
-
],
|
107
|
-
"license": "Apache-2.0"
|
108
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@esri/solutions-components",
|
3
|
+
"version": "0.7.14",
|
4
|
+
"description": "Web Components for Esri's Solutions Applications",
|
5
|
+
"main": "dist/index.cjs.js",
|
6
|
+
"module": "dist/index.js",
|
7
|
+
"es2015": "dist/esm/index.js",
|
8
|
+
"es2017": "dist/esm/index.js",
|
9
|
+
"jsnext:main": "dist/esm/index.js",
|
10
|
+
"types": "dist/types/index.d.ts",
|
11
|
+
"type": "module",
|
12
|
+
"unpkg": "dist/index.js",
|
13
|
+
"collection:main": "dist/collection/index.js",
|
14
|
+
"collection": "dist/collection/collection-manifest.json",
|
15
|
+
"files": [
|
16
|
+
"dist/"
|
17
|
+
],
|
18
|
+
"scripts": {
|
19
|
+
"build": "npm run util:prep-build-reqs && stencil build && npm run util:patch && npm run util:generate-t9n-docs-json && npm run util:clean-readmes",
|
20
|
+
"build:watch": "npm run util:prep-build-reqs && stencil build --no-docs --watch",
|
21
|
+
"build:watch-dev": "npm run util:prep-build-reqs && stencil build --no-docs --dev --watch",
|
22
|
+
"build-storybook": "npm run util:build-docs && NODE_OPTIONS=--openssl-legacy-provider build-storybook --output-dir ./docs --quiet",
|
23
|
+
"clean": "npm run util:clean-js-files && npm run util:clean-readmes && rimraf node_modules dist www hydrate docs .turbo",
|
24
|
+
"deps:update": "updtr --exclude chalk cheerio typescript @types/jest jest jest-cli ts-jest @whitespace/storybook-addon-html && npm audit fix",
|
25
|
+
"docs": "build-storybook",
|
26
|
+
"docs:preview": "npm run util:build-docs && NODE_OPTIONS=--openssl-legacy-provider STORYBOOK_SCREENSHOT_LOCAL_BUILD=true start-storybook",
|
27
|
+
"lint": "concurrently npm:lint:*",
|
28
|
+
"lint:html": "prettier --write \"**/*.html\" >/dev/null",
|
29
|
+
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
30
|
+
"lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path .gitignore && prettier --write \"**/*.md\" >/dev/null",
|
31
|
+
"lint:scss": "stylelint --fix \"src/**/*.scss\" && prettier --write \"**/*.scss\" >/dev/null",
|
32
|
+
"lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
|
33
|
+
"posttest": "npm run test:prerender",
|
34
|
+
"release:docs": "npm run docs && storybook-to-ghpages --existing-output-dir=docs",
|
35
|
+
"start": "npm run util:clean-js-files && concurrently --kill-others --raw \"tsc --project ./tsconfig-demos.json --watch\" \"npm run build:watch-dev -- --serve\"",
|
36
|
+
"test": "stencil test --no-docs --no-build --spec --e2e",
|
37
|
+
"test:prerender": "stencil build --no-docs --prerender",
|
38
|
+
"test:watch": "npm run build && npm run test -- -- --watchAll",
|
39
|
+
"util:build-docs": "npm run util:prep-build-reqs && stencil build --docs --config stencil.storybook.config.ts",
|
40
|
+
"util:clean-tested-build": "npm ci && npm test && npm run build",
|
41
|
+
"util:copy-assets": "npm run util:copy-icons",
|
42
|
+
"util:copy-icons": "cpy \"../../node_modules/@esri/calcite-ui-icons/js/*.json\" \"./src/components/icon/assets/icon/\" --flat",
|
43
|
+
"util:generate-t9n-docs-json": "tsx support/generateT9nDocsJSON.ts",
|
44
|
+
"util:generate-t9n-types": "tsx support/generateT9nTypes.ts",
|
45
|
+
"util:hydration-styles": "tsx support/hydrationStyles.ts",
|
46
|
+
"util:patch": "npm run util:patch-esm-resolution",
|
47
|
+
"util:patch-esm-resolution": "tsx support/patchESMResolution.ts",
|
48
|
+
"util:prep-build-reqs": "npm run util:copy-assets && npm run util:generate-t9n-types",
|
49
|
+
"util:sync-t9n-en-bundles": "tsx support/syncEnT9nBundles.ts",
|
50
|
+
"util:test-types": "! grep -rnw 'dist/types' -e '<reference types='",
|
51
|
+
"util:clean-js-files": "rimraf --glob -- *.js {src,.storybook,support}/**.js",
|
52
|
+
"util:clean-readmes": "git restore src/components/*/readme.md",
|
53
|
+
"util:is-working-tree-clean": "[ -z \"$(git status --porcelain=v1)\" ]"
|
54
|
+
},
|
55
|
+
"devDependencies": {
|
56
|
+
"@esri/eslint-plugin-calcite-components": "^1.0.1-next.1",
|
57
|
+
"@stencil-community/eslint-plugin": "0.7.1",
|
58
|
+
"@stencil-community/postcss": "2.2.0",
|
59
|
+
"@stencil/angular-output-target": "0.8.3",
|
60
|
+
"@stencil/react-output-target": "0.5.3",
|
61
|
+
"@stencil/sass": "3.0.7",
|
62
|
+
"jsdom": "22.1.0"
|
63
|
+
},
|
64
|
+
"dependencies": {
|
65
|
+
"@esri/arcgis-rest-auth": "^3.4.2",
|
66
|
+
"@esri/arcgis-rest-feature-layer": "^3.4.2",
|
67
|
+
"@esri/arcgis-rest-portal": "^3.4.2",
|
68
|
+
"@esri/arcgis-rest-request": "^3.4.2",
|
69
|
+
"@esri/arcgis-rest-service-admin": "^3.4.2",
|
70
|
+
"@esri/calcite-components": "2.0.0",
|
71
|
+
"@esri/calcite-design-tokens": "^2.0.1-next.3",
|
72
|
+
"@esri/calcite-ui-icons": "3.25.2",
|
73
|
+
"@esri/hub-common": "^12.37.1",
|
74
|
+
"@esri/hub-initiatives": "^12.4.1",
|
75
|
+
"@esri/hub-sites": "^12.6.0",
|
76
|
+
"@esri/hub-teams": "^12.4.1",
|
77
|
+
"@esri/instant-apps-components": "1.0.0-beta.163",
|
78
|
+
"@esri/solution-common": "^5.0.9",
|
79
|
+
"@floating-ui/dom": "1.5.3",
|
80
|
+
"@pdf-lib/fontkit": "^1.1.1",
|
81
|
+
"@stencil/core": "4.8.1",
|
82
|
+
"@types/color": "3.0.6",
|
83
|
+
"color": "4.2.3",
|
84
|
+
"composed-offset-position": "0.0.4",
|
85
|
+
"dayjs": "1.11.10",
|
86
|
+
"focus-trap": "7.5.4",
|
87
|
+
"form-request-submit-polyfill": "2.0.0",
|
88
|
+
"jspdf": "^2.5.1",
|
89
|
+
"lodash-es": "4.17.21",
|
90
|
+
"sortablejs": "1.15.1",
|
91
|
+
"timezone-groups": "0.8.0"
|
92
|
+
},
|
93
|
+
"repository": {
|
94
|
+
"type": "git",
|
95
|
+
"url": "git+https://github.com/Esri/solutions-components.git"
|
96
|
+
},
|
97
|
+
"contributors": [
|
98
|
+
{
|
99
|
+
"name": "John Hauck",
|
100
|
+
"email": "jhauck@esri.com"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"name": "Mike Tschudi",
|
104
|
+
"email": "mtschudi@esri.com"
|
105
|
+
}
|
106
|
+
],
|
107
|
+
"license": "Apache-2.0"
|
108
|
+
}
|
package/packages/solutions-components/src/components/json-editor/assets/monaco-editor/package.json
CHANGED
@@ -1,63 +1,63 @@
|
|
1
|
-
{
|
2
|
-
"name": "monaco-editor",
|
3
|
-
"version": "0.
|
4
|
-
"vscode": "4b8a47f3570a4a05ace9d00ae0df044b55befcd5",
|
5
|
-
"private": false,
|
6
|
-
"description": "A browser based code editor",
|
7
|
-
"author": "Microsoft Corporation",
|
8
|
-
"license": "MIT",
|
9
|
-
"scripts": {
|
10
|
-
"build-website": "ts-node ./build/website && npm run typedoc",
|
11
|
-
"import-typescript": "ts-node ./build/importTypescript",
|
12
|
-
"package-for-smoketest-esbuild": "ts-node ./test/smoke/package-esbuild",
|
13
|
-
"playwright-install": "node ./node_modules/playwright/install.js",
|
14
|
-
"playwright-install-deps": "playwright install-deps",
|
15
|
-
"prettier-check": "prettier --check .",
|
16
|
-
"prettier": "prettier --write .",
|
17
|
-
"pretty-quick": "pretty-quick --staged",
|
18
|
-
"release": "ts-node ./build/build && ts-node ./build/release",
|
19
|
-
"simpleserver": "ts-node ./build/simpleserver",
|
20
|
-
"smoketest-debug": "node ./test/smoke/runner.js --debug-tests",
|
21
|
-
"smoketest": "node ./test/smoke/runner.js",
|
22
|
-
"test": "mocha test/unit/all.js",
|
23
|
-
"deps-all-remove": "ts-node ./build/npm/removeAll",
|
24
|
-
"deps-all-install": "ts-node ./build/npm/installAll",
|
25
|
-
"typedoc": "cd website/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
|
26
|
-
"watch": "tsc -w -p ./src"
|
27
|
-
},
|
28
|
-
"typings": "./esm/vs/editor/editor.api.d.ts",
|
29
|
-
"module": "./esm/vs/editor/editor.main.js",
|
30
|
-
"repository": {
|
31
|
-
"type": "git",
|
32
|
-
"url": "https://github.com/microsoft/monaco-editor"
|
33
|
-
},
|
34
|
-
"devDependencies": {
|
35
|
-
"@types/mocha": "^9.1.0",
|
36
|
-
"@typescript/vfs": "^1.3.5",
|
37
|
-
"chai": "^4.3.6",
|
38
|
-
"clean-css": "^5.2.4",
|
39
|
-
"esbuild": "^0.14.49",
|
40
|
-
"esbuild-plugin-alias": "^0.2.1",
|
41
|
-
"glob": "^7.2.0",
|
42
|
-
"husky": "^7.0.4",
|
43
|
-
"jsdom": "^19.0.0",
|
44
|
-
"jsonc-parser": "^3.0.0",
|
45
|
-
"mocha": "^9.2.0",
|
46
|
-
"monaco-editor-core": "0.34.0",
|
47
|
-
"playwright": "^1.18.1",
|
48
|
-
"prettier": "^2.5.1",
|
49
|
-
"pretty-quick": "^3.1.3",
|
50
|
-
"requirejs": "^2.3.6",
|
51
|
-
"terser": "^5.14.2",
|
52
|
-
"ts-node": "^10.6.0",
|
53
|
-
"typedoc": "^0.22.11",
|
54
|
-
"typescript": "4.5.5",
|
55
|
-
"vscode-css-languageservice": "5.4.1",
|
56
|
-
"vscode-html-languageservice": "4.2.4",
|
57
|
-
"vscode-json-languageservice": "4.2.1",
|
58
|
-
"vscode-languageserver-textdocument": "^1.0.4",
|
59
|
-
"vscode-languageserver-types": "3.16.0",
|
60
|
-
"vscode-uri": "3.0.3",
|
61
|
-
"yaserver": "^0.4.0"
|
62
|
-
}
|
63
|
-
}
|
1
|
+
{
|
2
|
+
"name": "monaco-editor",
|
3
|
+
"version": "0.7.14",
|
4
|
+
"vscode": "4b8a47f3570a4a05ace9d00ae0df044b55befcd5",
|
5
|
+
"private": false,
|
6
|
+
"description": "A browser based code editor",
|
7
|
+
"author": "Microsoft Corporation",
|
8
|
+
"license": "MIT",
|
9
|
+
"scripts": {
|
10
|
+
"build-website": "ts-node ./build/website && npm run typedoc",
|
11
|
+
"import-typescript": "ts-node ./build/importTypescript",
|
12
|
+
"package-for-smoketest-esbuild": "ts-node ./test/smoke/package-esbuild",
|
13
|
+
"playwright-install": "node ./node_modules/playwright/install.js",
|
14
|
+
"playwright-install-deps": "playwright install-deps",
|
15
|
+
"prettier-check": "prettier --check .",
|
16
|
+
"prettier": "prettier --write .",
|
17
|
+
"pretty-quick": "pretty-quick --staged",
|
18
|
+
"release": "ts-node ./build/build && ts-node ./build/release",
|
19
|
+
"simpleserver": "ts-node ./build/simpleserver",
|
20
|
+
"smoketest-debug": "node ./test/smoke/runner.js --debug-tests",
|
21
|
+
"smoketest": "node ./test/smoke/runner.js",
|
22
|
+
"test": "mocha test/unit/all.js",
|
23
|
+
"deps-all-remove": "ts-node ./build/npm/removeAll",
|
24
|
+
"deps-all-install": "ts-node ./build/npm/installAll",
|
25
|
+
"typedoc": "cd website/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
|
26
|
+
"watch": "tsc -w -p ./src"
|
27
|
+
},
|
28
|
+
"typings": "./esm/vs/editor/editor.api.d.ts",
|
29
|
+
"module": "./esm/vs/editor/editor.main.js",
|
30
|
+
"repository": {
|
31
|
+
"type": "git",
|
32
|
+
"url": "https://github.com/microsoft/monaco-editor"
|
33
|
+
},
|
34
|
+
"devDependencies": {
|
35
|
+
"@types/mocha": "^9.1.0",
|
36
|
+
"@typescript/vfs": "^1.3.5",
|
37
|
+
"chai": "^4.3.6",
|
38
|
+
"clean-css": "^5.2.4",
|
39
|
+
"esbuild": "^0.14.49",
|
40
|
+
"esbuild-plugin-alias": "^0.2.1",
|
41
|
+
"glob": "^7.2.0",
|
42
|
+
"husky": "^7.0.4",
|
43
|
+
"jsdom": "^19.0.0",
|
44
|
+
"jsonc-parser": "^3.0.0",
|
45
|
+
"mocha": "^9.2.0",
|
46
|
+
"monaco-editor-core": "0.34.0",
|
47
|
+
"playwright": "^1.18.1",
|
48
|
+
"prettier": "^2.5.1",
|
49
|
+
"pretty-quick": "^3.1.3",
|
50
|
+
"requirejs": "^2.3.6",
|
51
|
+
"terser": "^5.14.2",
|
52
|
+
"ts-node": "^10.6.0",
|
53
|
+
"typedoc": "^0.22.11",
|
54
|
+
"typescript": "4.5.5",
|
55
|
+
"vscode-css-languageservice": "5.4.1",
|
56
|
+
"vscode-html-languageservice": "4.2.4",
|
57
|
+
"vscode-json-languageservice": "4.2.1",
|
58
|
+
"vscode-languageserver-textdocument": "^1.0.4",
|
59
|
+
"vscode-languageserver-types": "3.16.0",
|
60
|
+
"vscode-uri": "3.0.3",
|
61
|
+
"yaserver": "^0.4.0"
|
62
|
+
}
|
63
|
+
}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
# Make sure user is logged in to npm
|
4
|
+
npm whoami || exit 1
|
5
|
+
|
6
|
+
# Extract the version from lerna.json (this was updated by previous step)
|
7
|
+
VERSION=$(node --eval "console.log(require('./lerna.json').version);")
|
8
|
+
|
9
|
+
# commit the changes from `npm run release:prepare`
|
10
|
+
echo Commit the changes from npm run release:prepare
|
11
|
+
git add --all
|
12
|
+
git commit -am "v$VERSION" --no-verify
|
13
|
+
|
14
|
+
# increment the package.json version to the lerna version so gh-release works
|
15
|
+
npm version $VERSION --allow-same-version --no-git-tag-version
|
16
|
+
|
17
|
+
# amend the changes from `npm version` to the release commit
|
18
|
+
echo Amend the changes from npm version to the release commit
|
19
|
+
git add --all
|
20
|
+
git commit -am "v$VERSION" --no-verify --amend
|
21
|
+
|
22
|
+
# tag this version
|
23
|
+
git tag v$VERSION
|
24
|
+
|
25
|
+
# push everything up to this point
|
26
|
+
branch=$(git branch --show-current)
|
27
|
+
echo Push everything up to this point
|
28
|
+
git push https://github.com/Esri/solutions-components.git $branch
|
29
|
+
|
30
|
+
# push the new tag, not the old tags
|
31
|
+
echo Push the new tag, not the old tags
|
32
|
+
git push https://github.com/Esri/solutions-components.git v$VERSION
|
33
|
+
|
34
|
+
# create a ZIP archive of the dist files
|
35
|
+
TEMP_FOLDER=solutions-components-v$VERSION;
|
36
|
+
mkdir $TEMP_FOLDER
|
37
|
+
|
38
|
+
mkdir $TEMP_FOLDER/solutions-components
|
39
|
+
cp -r packages/solutions-components/dist/* $TEMP_FOLDER/solutions-components/
|
40
|
+
|
41
|
+
zip -r $TEMP_FOLDER.zip $TEMP_FOLDER
|
42
|
+
rm -rf $TEMP_FOLDER
|
43
|
+
|
44
|
+
# Run gh-release to create a new release with our changelog changes and ZIP archive
|
45
|
+
echo npx gh-release -t v$VERSION -b v$VERSION -r solutions-components -o Esri -a $TEMP_FOLDER.zip
|
46
|
+
npx gh-release -t v$VERSION -b v$VERSION -r solutions-components -o Esri -a $TEMP_FOLDER.zip
|
47
|
+
|
48
|
+
# Delete the ZIP archive
|
49
|
+
rm $TEMP_FOLDER.zip
|
package/t9nmanifest.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
packages\solutions-components\src\assets\t9n\add-record-modal
|
2
2
|
packages\solutions-components\src\assets\t9n\arcgis-login
|
3
|
-
packages\solutions-components\src\assets\t9n\comment-card
|
4
3
|
packages\solutions-components\src\assets\t9n\card-manager
|
5
4
|
packages\solutions-components\src\assets\t9n\buffer-tools
|
6
|
-
packages\solutions-components\src\assets\t9n\
|
5
|
+
packages\solutions-components\src\assets\t9n\comment-card
|
7
6
|
packages\solutions-components\src\assets\t9n\crowdsource-reporter
|
7
|
+
packages\solutions-components\src\assets\t9n\crowdsource-manager
|
8
8
|
packages\solutions-components\src\assets\t9n\edit-card
|
9
9
|
packages\solutions-components\src\assets\t9n\feature-comments
|
10
10
|
packages\solutions-components\src\assets\t9n\feature-form-flow-item
|
11
11
|
packages\solutions-components\src\assets\t9n\info-card
|
12
|
-
packages\solutions-components\src\assets\t9n\instant-apps-filter-list
|
13
12
|
packages\solutions-components\src\assets\t9n\instant-apps-export
|
13
|
+
packages\solutions-components\src\assets\t9n\instant-apps-filter-list
|
14
14
|
packages\solutions-components\src\assets\t9n\instant-apps-interactive-legend
|
15
15
|
packages\solutions-components\src\assets\t9n\instant-apps-keyboard-shortcuts
|
16
16
|
packages\solutions-components\src\assets\t9n\instant-apps-language-translator
|
@@ -20,18 +20,18 @@ packages\solutions-components\src\assets\t9n\instant-apps-scoreboard
|
|
20
20
|
packages\solutions-components\src\assets\t9n\instant-apps-social-share
|
21
21
|
packages\solutions-components\src\assets\t9n\instant-apps-splash
|
22
22
|
packages\solutions-components\src\assets\t9n\json-editor
|
23
|
-
packages\solutions-components\src\assets\t9n\layout-manager
|
24
23
|
packages\solutions-components\src\assets\t9n\layer-table
|
24
|
+
packages\solutions-components\src\assets\t9n\layout-manager
|
25
25
|
packages\solutions-components\src\assets\t9n\list-flow-item
|
26
26
|
packages\solutions-components\src\assets\t9n\location-flow-item
|
27
27
|
packages\solutions-components\src\assets\t9n\map-card
|
28
28
|
packages\solutions-components\src\assets\t9n\map-draw-tools
|
29
|
-
packages\solutions-components\src\assets\t9n\map-picker
|
30
29
|
packages\solutions-components\src\assets\t9n\map-layer-picker
|
30
|
+
packages\solutions-components\src\assets\t9n\map-picker
|
31
31
|
packages\solutions-components\src\assets\t9n\map-search
|
32
32
|
packages\solutions-components\src\assets\t9n\map-select-tools
|
33
|
-
packages\solutions-components\src\assets\t9n\media-card
|
34
33
|
packages\solutions-components\src\assets\t9n\map-tools
|
34
|
+
packages\solutions-components\src\assets\t9n\media-card
|
35
35
|
packages\solutions-components\src\assets\t9n\pdf-download
|
36
36
|
packages\solutions-components\src\assets\t9n\public-notification
|
37
37
|
packages\solutions-components\src\assets\t9n\refine-selection
|
@@ -1,29 +0,0 @@
|
|
1
|
-
/* eslint-disable import/first */
|
2
|
-
require('dotenv').config();
|
3
|
-
|
4
|
-
const childProcess = require("child_process");
|
5
|
-
const githubRelease = require("gh-release");
|
6
|
-
const pify = require("pify");
|
7
|
-
const rimraf = require("rimraf");
|
8
|
-
|
9
|
-
const packageFileName = childProcess.execSync("npm pack", { encoding: "utf-8" }).trim();
|
10
|
-
const packageScope = "esri-";
|
11
|
-
|
12
|
-
const options = {
|
13
|
-
assets: [
|
14
|
-
{
|
15
|
-
name: packageFileName.replace(packageScope, ""),
|
16
|
-
path: packageFileName
|
17
|
-
}
|
18
|
-
],
|
19
|
-
auth: {
|
20
|
-
token: process.env.GH_RELEASE_GITHUB_API_TOKEN
|
21
|
-
},
|
22
|
-
body: "Development release",
|
23
|
-
yes: true // skips prompt
|
24
|
-
};
|
25
|
-
|
26
|
-
pify(githubRelease)(options)
|
27
|
-
.then(() => console.info("Released on GitHub!"))
|
28
|
-
.catch((error) => console.error("Could not create GitHub release", error))
|
29
|
-
.then(() => rimraf.sync(packageFileName));
|