From 95667e3038ba59ba5988e38c2dab8d9eb939b7e1 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Sat, 16 May 2026 22:17:12 -0700 Subject: [PATCH] Consolidate Lit repositories: figma-to-lit, figma_lit_example, lit-3d-piano, lit-calculator, lit-code-editor, lit-draggable-dom, lit-file-based-routing, lit-force-graph, lit-html-editor, lit-html-table, lit-modules, lit-native, lit-node-editor, lit-sheet-music, lit-starter-ts, lit-vscode-extension, lit-wmr, vite-lit-capacitor, vite-lit-element-starter, vite-rxdb-lit --- .gitignore | 1 - .gitmodules | 39 - README.md | 24 +- figma-to-lit/.gitignore | 8 + figma-to-lit/LICENSE | 202 + figma-to-lit/README.md | 5 + figma-to-lit/code.ts | 461 + figma-to-lit/manifest.json | 42 + figma-to-lit/package.json | 24 + figma-to-lit/pnpm-lock.yaml | 532 + figma-to-lit/tsconfig.json | 12 + figma-to-lit/ui.html | 0 figma_lit_example | 1 - figma_lit_example/.gitignore | 7 + figma_lit_example/LICENSE | 43 + figma_lit_example/README.md | 10 + figma_lit_example/asconfig.json | 20 + figma_lit_example/assembly/index.ts | 5 + figma_lit_example/assembly/tsconfig.json | 6 + figma_lit_example/index.js | 5 + figma_lit_example/manifest.json | 7 + figma_lit_example/package.json | 39 + figma_lit_example/src/code.ts | 27 + figma_lit_example/src/my-app.ts | 34 + figma_lit_example/src/ui.ts | 11 + figma_lit_example/src/wasm.ts | 10 + figma_lit_example/tests/index.js | 4 + figma_lit_example/tsconfig.json | 51 + figma_lit_example/ui.html | 1 + figma_lit_example/webpack.config.js | 35 + flutter_hybrid_template | 1 - html-editor | 1 - lit-3d-piano | 1 - lit-3d-piano/.github/workflows/ci.yml | 24 + lit-3d-piano/.gitignore | 5 + lit-3d-piano/LICENSE | 43 + lit-3d-piano/README.md | 9 + lit-3d-piano/index.html | 31 + lit-3d-piano/package-lock.json | 509 + lit-3d-piano/package.json | 18 + lit-3d-piano/screenshot.png | Bin 0 -> 149659 bytes lit-3d-piano/src/favicon.svg | 15 + lit-3d-piano/src/piano-component.ts | 297 + lit-3d-piano/src/vite-env.d.ts | 1 + lit-3d-piano/tsconfig.json | 27 + lit-3d-piano/vite.config.ts | 17 + lit-calculator/.bazelignore | 1 + lit-calculator/.bazelrc | 1 + lit-calculator/.gitattributes | 2 + lit-calculator/.github/workflows/deploy.yml | 68 + lit-calculator/.gitignore | 55 + lit-calculator/.nojekyll | 0 lit-calculator/BUILD.bazel | 24 + lit-calculator/Dockerfile | 4 + lit-calculator/LICENSE | 21 + lit-calculator/MODULE.bazel | 22 + lit-calculator/README.md | 5 + lit-calculator/docs/calculator.ts | 158 + lit-calculator/docs/display-output.ts | 43 + lit-calculator/docs/index.html | 17 + lit-calculator/docs/key-pad.ts | 97 + lit-calculator/docs/keypad-input.ts | 64 + lit-calculator/docs/style.css | 10 + lit-calculator/package.json | 18 + lit-calculator/pnpm-lock.yaml | 311 + lit-calculator/tsconfig.json | 22 + lit-code-editor | 1 - lit-code-editor/.github/workflows/ci.yml | 24 + lit-code-editor/.gitignore | 5 + lit-code-editor/LICENSE | 43 + lit-code-editor/README.md | 9 + lit-code-editor/index.html | 27 + lit-code-editor/package-lock.json | 255 + lit-code-editor/package.json | 23 + lit-code-editor/src/code-editor.d.ts | 27 + lit-code-editor/src/code-editor.ts | 136 + lit-code-editor/src/favicon.svg | 15 + lit-code-editor/src/vite-env.d.ts | 1 + lit-code-editor/tsconfig.json | 21 + lit-code-editor/vite.config.ts | 13 + lit-draggable-dom | 1 - lit-draggable-dom/.github/workflows/ci.yml | 24 + lit-draggable-dom/.gitignore | 5 + lit-draggable-dom/.vscode/settings.json | 5 + lit-draggable-dom/LICENSE | 43 + lit-draggable-dom/README.md | 13 + lit-draggable-dom/index.html | 46 + lit-draggable-dom/package-lock.json | 163 + lit-draggable-dom/package.json | 16 + lit-draggable-dom/screenshot.png | Bin 0 -> 24454 bytes lit-draggable-dom/src/draggable-dom.ts | 173 + lit-draggable-dom/src/favicon.svg | 20 + lit-draggable-dom/src/vite-env.d.ts | 1 + lit-draggable-dom/tsconfig.json | 21 + lit-draggable-dom/vite.config.ts | 13 + .../.github/workflows/ci.yml | 24 + lit-file-based-routing/.gitignore | 5 + lit-file-based-routing/LICENSE | 202 + lit-file-based-routing/README.md | 243 + lit-file-based-routing/index.html | 19 + .../lit-file-router/.gitignore | 5 + .../lit-file-router/package-lock.json | 269 + .../lit-file-router/package.json | 20 + .../lit-file-router/src/analyze-page.ts | 56 + .../lit-file-router/src/generate-app.ts | 264 + .../lit-file-router/src/index.ts | 91 + .../lit-file-router/src/string-builder.ts | 20 + .../lit-file-router/tsconfig.json | 22 + lit-file-based-routing/package-lock.json | 855 ++ lit-file-based-routing/package.json | 22 + .../src/components/menu-button.ts | 11 + lit-file-based-routing/src/favicon.svg | 15 + lit-file-based-routing/src/generated-app.ts | 261 + lit-file-based-routing/src/pages/404.ts | 13 + .../src/pages/custom.not.nested.route.ts | 13 + lit-file-based-routing/src/pages/dashboard.ts | 35 + .../src/pages/dashboard/account.ts | 11 + .../src/pages/dashboard/account/:id.ts | 33 + .../src/pages/dashboard/account/index.ts | 22 + .../src/pages/dashboard/index.ts | 11 + .../src/pages/dashboard/overview.ts | 11 + lit-file-based-routing/src/pages/index.ts | 24 + lit-file-based-routing/src/pages/root.ts | 36 + lit-file-based-routing/src/pages/settings.ts | 31 + .../src/pages/settings/admin.ts | 11 + .../src/pages/settings/index.ts | 11 + lit-file-based-routing/src/vite-env.d.ts | 1 + lit-file-based-routing/tsconfig.json | 29 + lit-file-based-routing/vite.config.ts | 11 + lit-force-graph/.github/workflows/ci.yml | 24 + lit-force-graph/.gitignore | 24 + lit-force-graph/README.md | 16 + lit-force-graph/index.html | 65 + lit-force-graph/package-lock.json | 2826 ++++ lit-force-graph/package.json | 35 + lit-force-graph/public/style.css | 31 + lit-force-graph/screenshots/2d-dark.png | Bin 0 -> 31639 bytes lit-force-graph/screenshots/2d-light.png | Bin 0 -> 33023 bytes lit-force-graph/screenshots/3d-dark.png | Bin 0 -> 30855 bytes lit-force-graph/screenshots/3d-light.png | Bin 0 -> 31252 bytes lit-force-graph/src/classes/context.ts | 9 + lit-force-graph/src/classes/graph.ts | 46 + lit-force-graph/src/favicon.svg | 15 + lit-force-graph/src/lit-force-graph.ts | 217 + lit-force-graph/src/modes/mode-2d.ts | 58 + lit-force-graph/src/modes/mode-3d.ts | 36 + lit-force-graph/src/modes/mode-ar.ts | 16 + lit-force-graph/src/modes/mode-vr.ts | 15 + lit-force-graph/src/vite-env.d.ts | 1 + lit-force-graph/tsconfig.json | 21 + lit-force-graph/tsconfig.node.json | 8 + lit-force-graph/vite.config.ts | 17 + lit-html-editor | 1 - lit-html-editor/.github/workflows/ci.yml | 24 + lit-html-editor/.gitignore | 6 + lit-html-editor/.vscode/settings.json | 5 + lit-html-editor/LICENSE | 43 + lit-html-editor/README.md | 11 + lit-html-editor/index.html | 63 + lit-html-editor/package-lock.json | 653 + lit-html-editor/package.json | 18 + lit-html-editor/screenshot.png | Bin 0 -> 39057 bytes lit-html-editor/src/components/rich-action.ts | 96 + lit-html-editor/src/components/rich-text.ts | 130 + .../src/components/rich-toolbar.ts | 284 + lit-html-editor/src/components/rich-viewer.ts | 69 + lit-html-editor/src/favicon.svg | 15 + lit-html-editor/src/rich-text-editor.ts | 4 + lit-html-editor/src/utils/check-fonts.ts | 138 + lit-html-editor/src/utils/live.ts | 3 + lit-html-editor/src/vite-env.d.ts | 1 + lit-html-editor/tsconfig.json | 26 + lit-html-editor/vite.config.ts | 17 + lit-html-table | 1 - lit-html-table/.gitattributes | 2 + lit-html-table/.github/workflows/ci.yml | 24 + lit-html-table/.gitignore | 5 + lit-html-table/LICENSE | 43 + lit-html-table/README.md | 20 + lit-html-table/doc/editor.png | Bin 0 -> 205256 bytes lit-html-table/doc/finished.png | Bin 0 -> 420956 bytes lit-html-table/index.html | 33 + lit-html-table/package-lock.json | 162 + lit-html-table/package.json | 20 + lit-html-table/src/favicon.svg | 15 + lit-html-table/src/lit-html-table.ts | 108 + lit-html-table/src/vite-env.d.ts | 1 + lit-html-table/tsconfig.json | 21 + lit-html-table/vite.config.ts | 17 + lit-modules/.github/workflows/ci.yml | 24 + lit-modules/.gitignore | 5 + lit-modules/.vscode/typescript.code-snippets | 72 + lit-modules/LICENSE | 43 + lit-modules/README.md | 7 + lit-modules/index.html | 14 + lit-modules/package-lock.json | 757 + lit-modules/package.json | 16 + lit-modules/src/favicon.svg | 15 + lit-modules/src/modules/app.ts | 48 + lit-modules/src/modules/counter.ts | 70 + lit-modules/src/modules/header.ts | 32 + lit-modules/src/vite-env.d.ts | 1 + lit-modules/styles.css | 4 + lit-modules/tsconfig.json | 22 + lit-modules/vite.config.ts | 13 + lit-native | 1 - lit-native/.gitignore | 8 + lit-native/.vscode/settings.json | 7 + lit-native/LICENSE | 43 + lit-native/README.md | 39 + lit-native/android/.gitignore | 15 + lit-native/android/app/.gitignore | 1 + lit-native/android/app/build.gradle | 64 + lit-native/android/app/proguard-rules.pro | 21 + .../example/webapp/ExampleInstrumentedTest.kt | 24 + .../android/app/src/main/AndroidManifest.xml | 27 + .../java/com/example/webapp/MainActivity.kt | 97 + .../java/com/example/webapp/ui/theme/Color.kt | 8 + .../java/com/example/webapp/ui/theme/Shape.kt | 11 + .../java/com/example/webapp/ui/theme/Theme.kt | 44 + .../java/com/example/webapp/ui/theme/Type.kt | 28 + .../drawable-v24/ic_launcher_foreground.xml | 30 + .../res/drawable/ic_launcher_background.xml | 170 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3593 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 5339 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2636 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 3388 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4926 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 7472 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 7909 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 11873 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 10652 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 16570 bytes .../app/src/main/res/values-night/themes.xml | 16 + .../app/src/main/res/values/colors.xml | 10 + .../app/src/main/res/values/strings.xml | 3 + .../app/src/main/res/values/themes.xml | 25 + .../com/example/webapp/ExampleUnitTest.kt | 17 + lit-native/android/build.gradle | 28 + lit-native/android/gradle.properties | 19 + .../android/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54329 bytes .../gradle/wrapper/gradle-wrapper.properties | 6 + lit-native/android/gradlew | 172 + lit-native/android/gradlew.bat | 84 + lit-native/android/settings.gradle | 2 + lit-native/index.html | 16 + lit-native/ios/ios.xcodeproj/project.pbxproj | 359 + .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../UserInterfaceState.xcuserstate | Bin 0 -> 40044 bytes .../xcschemes/xcschememanagement.plist | 14 + lit-native/ios/ios/App.swift | 31 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 98 + .../ios/ios/Assets.xcassets/Contents.json | 6 + lit-native/ios/ios/Bundle.swift | 117 + lit-native/ios/ios/Events.swift | 41 + lit-native/ios/ios/Info.plist | 56 + .../Preview Assets.xcassets/Contents.json | 6 + lit-native/ios/ios/Screen.swift | 60 + lit-native/ios/ios/State.swift | 19 + lit-native/ios/ios/WebView.swift | 140 + lit-native/ios/ios/ios.entitlements | 12 + lit-native/package-lock.json | 5631 ++++++++ lit-native/package.json | 28 + lit-native/screenshots/android.png | Bin 0 -> 141734 bytes lit-native/screenshots/ios.png | Bin 0 -> 152211 bytes lit-native/screenshots/macos.png | Bin 0 -> 88633 bytes lit-native/src/app.ts | 3 + lit-native/src/favicon.svg | 15 + lit-native/src/my-element.ts | 94 + lit-native/src/vite-env.d.ts | 1 + lit-native/style.css | 6 + lit-native/tsconfig.json | 21 + lit-native/vite.config.ts | 21 + lit-node-editor | 1 - lit-node-editor/.github/workflows/ci.yml | 24 + lit-node-editor/.gitignore | 5 + lit-node-editor/LICENSE | 43 + lit-node-editor/README.md | 7 + lit-node-editor/index.html | 13 + lit-node-editor/package-lock.json | 383 + lit-node-editor/package.json | 21 + lit-node-editor/src/canvas/index.ts | 734 + lit-node-editor/src/canvas/label.ts | 63 + lit-node-editor/src/canvas/line.ts | 77 + lit-node-editor/src/canvas/matrix.ts | 192 + lit-node-editor/src/canvas/rect.ts | 31 + lit-node-editor/src/canvas/utils.ts | 28 + lit-node-editor/src/favicon.svg | 20 + lit-node-editor/src/node-editor.ts | 314 + lit-node-editor/src/store.ts | 145 + lit-node-editor/src/styles.css | 10 + lit-node-editor/src/ui/tree-view.ts | 137 + lit-node-editor/src/vite-env.d.ts | 1 + lit-node-editor/tsconfig.json | 29 + lit-node-editor/vite.config.ts | 17 + lit-sheet-music | 1 - lit-sheet-music/.github/workflows/ci.yml | 24 + lit-sheet-music/.gitignore | 5 + lit-sheet-music/.vscode/settings.json | 7 + lit-sheet-music/LICENSE | 43 + lit-sheet-music/README.md | 11 + lit-sheet-music/index.html | 156 + lit-sheet-music/package-lock.json | 281 + lit-sheet-music/package.json | 17 + lit-sheet-music/screenshot.png | Bin 0 -> 157333 bytes lit-sheet-music/src/favicon.svg | 15 + lit-sheet-music/src/sheet-music.ts | 63 + lit-sheet-music/src/vite-env.d.ts | 1 + lit-sheet-music/tsconfig.json | 21 + lit-sheet-music/vite.config.ts | 17 + lit-starter-ts/.github/workflows/demo.yml | 29 + lit-starter-ts/.github/workflows/tests.yml | 13 + lit-starter-ts/.gitignore | 25 + lit-starter-ts/.vscode/extensions.json | 10 + lit-starter-ts/LICENSE | 202 + lit-starter-ts/README.md | 10 + lit-starter-ts/index.html | 13 + lit-starter-ts/package-lock.json | 908 ++ lit-starter-ts/package.json | 37 + lit-starter-ts/src/favicon.svg | 15 + lit-starter-ts/src/my-element.ts | 56 + lit-starter-ts/src/vite-env.d.ts | 1 + lit-starter-ts/test/my-element.test.ts | 44 + lit-starter-ts/tsconfig.json | 34 + lit-starter-ts/tsconfig.node.json | 8 + lit-starter-ts/vite.config.ts | 23 + lit-vscode-extension | 1 - lit-vscode-extension/.github/workflows/ci.yml | 24 + lit-vscode-extension/.gitignore | 6 + lit-vscode-extension/.vscode/extensions.json | 9 + lit-vscode-extension/.vscode/launch.json | 18 + lit-vscode-extension/.vscode/settings.json | 6 + lit-vscode-extension/LICENSE | 43 + lit-vscode-extension/README.md | 12 + lit-vscode-extension/index.html | 15 + lit-vscode-extension/package-lock.json | 289 + lit-vscode-extension/package.json | 54 + lit-vscode-extension/screenshot.png | Bin 0 -> 33387 bytes lit-vscode-extension/src/extension.ts | 162 + lit-vscode-extension/src/favicon.svg | 15 + lit-vscode-extension/src/my-element.ts | 49 + lit-vscode-extension/src/vite-env.d.ts | 1 + lit-vscode-extension/tsconfig.json | 28 + lit-vscode-extension/vite.config.ts | 18 + lit-wmr/.gitignore | 4 + lit-wmr/LICENSE | 202 + lit-wmr/README.md | 7 + lit-wmr/package-lock.json | 69 + lit-wmr/package.json | 19 + lit-wmr/public/index.html | 15 + lit-wmr/public/index.js | 1 + lit-wmr/public/simple-greeting.ts | 25 + lit-wmr/tsconfig.json | 23 + lit-wmr/wmr.config.mjs | 6 + vite-lit-capacitor/.github/workflows/ci.yml | 24 + vite-lit-capacitor/.gitignore | 7 + vite-lit-capacitor/LICENSE | 43 + vite-lit-capacitor/README.md | 56 + vite-lit-capacitor/android/.gitignore | 96 + vite-lit-capacitor/android/app/.gitignore | 2 + vite-lit-capacitor/android/app/build.gradle | 51 + .../android/app/capacitor.build.gradle | 21 + .../android/app/proguard-rules.pro | 21 + .../myapp/ExampleInstrumentedTest.java | 26 + .../android/app/src/main/AndroidManifest.xml | 41 + .../app/src/main/assets/capacitor.config.json | 12 + .../src/main/assets/capacitor.plugins.json | 14 + .../java/com/example/app/MainActivity.java | 5 + .../main/res/drawable-land-hdpi/splash.png | Bin 0 -> 7705 bytes .../main/res/drawable-land-mdpi/splash.png | Bin 0 -> 4040 bytes .../main/res/drawable-land-xhdpi/splash.png | Bin 0 -> 9251 bytes .../main/res/drawable-land-xxhdpi/splash.png | Bin 0 -> 13984 bytes .../main/res/drawable-land-xxxhdpi/splash.png | Bin 0 -> 17683 bytes .../main/res/drawable-port-hdpi/splash.png | Bin 0 -> 7934 bytes .../main/res/drawable-port-mdpi/splash.png | Bin 0 -> 4096 bytes .../main/res/drawable-port-xhdpi/splash.png | Bin 0 -> 9875 bytes .../main/res/drawable-port-xxhdpi/splash.png | Bin 0 -> 13346 bytes .../main/res/drawable-port-xxxhdpi/splash.png | Bin 0 -> 17489 bytes .../drawable-v24/ic_launcher_foreground.xml | 34 + .../res/drawable/ic_launcher_background.xml | 170 + .../app/src/main/res/drawable/splash.png | Bin 0 -> 4040 bytes .../app/src/main/res/layout/activity_main.xml | 12 + .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 2786 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 3450 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4341 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1869 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 2110 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2725 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 3981 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 5036 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 6593 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 6644 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 9793 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 10455 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 9441 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 15529 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 15916 bytes .../res/values/ic_launcher_background.xml | 4 + .../app/src/main/res/values/strings.xml | 7 + .../app/src/main/res/values/styles.xml | 22 + .../android/app/src/main/res/xml/config.xml | 6 + .../app/src/main/res/xml/file_paths.xml | 5 + .../getcapacitor/myapp/ExampleUnitTest.java | 18 + vite-lit-capacitor/android/build.gradle | 29 + .../android/capacitor.settings.gradle | 12 + vite-lit-capacitor/android/gradle.properties | 24 + .../android/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 59203 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + vite-lit-capacitor/android/gradlew | 185 + vite-lit-capacitor/android/gradlew.bat | 89 + vite-lit-capacitor/android/settings.gradle | 5 + vite-lit-capacitor/android/variables.gradle | 14 + vite-lit-capacitor/capacitor.config.json | 12 + vite-lit-capacitor/css/style.css | 15 + vite-lit-capacitor/electron/.gitignore | 8 + .../electron/assets/appIcon.ico | Bin 0 -> 145242 bytes .../electron/assets/appIcon.png | Bin 0 -> 123893 bytes vite-lit-capacitor/electron/assets/splash.gif | Bin 0 -> 163064 bytes vite-lit-capacitor/electron/assets/splash.png | Bin 0 -> 12641 bytes .../electron/capacitor.config.json | 12 + .../electron/electron-builder.config.json | 28 + vite-lit-capacitor/electron/live-runner.js | 75 + vite-lit-capacitor/electron/package-lock.json | 8856 ++++++++++++ vite-lit-capacitor/electron/package.json | 41 + .../resources/electron-publisher-custom.js | 10 + vite-lit-capacitor/electron/src/index.ts | 70 + vite-lit-capacitor/electron/src/preload.ts | 4 + .../electron/src/rt/electron-plugins.js | 3 + .../electron/src/rt/electron-rt.ts | 89 + vite-lit-capacitor/electron/src/setup.ts | 233 + vite-lit-capacitor/electron/tsconfig.json | 15 + vite-lit-capacitor/index.html | 23 + vite-lit-capacitor/ios/.gitignore | 9 + .../ios/App/App.xcodeproj/project.pbxproj | 402 + .../contents.xcworkspacedata | 7 + .../App.xcworkspace/contents.xcworkspacedata | 10 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../ios/App/App/AppDelegate.swift | 60 + .../AppIcon.appiconset/AppIcon-20x20@1x.png | Bin 0 -> 774 bytes .../AppIcon.appiconset/AppIcon-20x20@2x-1.png | Bin 0 -> 2095 bytes .../AppIcon.appiconset/AppIcon-20x20@2x.png | Bin 0 -> 2095 bytes .../AppIcon.appiconset/AppIcon-20x20@3x.png | Bin 0 -> 3346 bytes .../AppIcon.appiconset/AppIcon-29x29@1x.png | Bin 0 -> 1376 bytes .../AppIcon.appiconset/AppIcon-29x29@2x-1.png | Bin 0 -> 3116 bytes .../AppIcon.appiconset/AppIcon-29x29@2x.png | Bin 0 -> 3116 bytes .../AppIcon.appiconset/AppIcon-29x29@3x.png | Bin 0 -> 5450 bytes .../AppIcon.appiconset/AppIcon-40x40@1x.png | Bin 0 -> 2095 bytes .../AppIcon.appiconset/AppIcon-40x40@2x-1.png | Bin 0 -> 4812 bytes .../AppIcon.appiconset/AppIcon-40x40@2x.png | Bin 0 -> 4812 bytes .../AppIcon.appiconset/AppIcon-40x40@3x.png | Bin 0 -> 7945 bytes .../AppIcon.appiconset/AppIcon-512@2x.png | Bin 0 -> 110522 bytes .../AppIcon.appiconset/AppIcon-60x60@2x.png | Bin 0 -> 8284 bytes .../AppIcon.appiconset/AppIcon-60x60@3x.png | Bin 0 -> 14116 bytes .../AppIcon.appiconset/AppIcon-76x76@1x.png | Bin 0 -> 4530 bytes .../AppIcon.appiconset/AppIcon-76x76@2x.png | Bin 0 -> 10502 bytes .../AppIcon-83.5x83.5@2x.png | Bin 0 -> 11606 bytes .../AppIcon.appiconset/Contents.json | 116 + .../ios/App/App/Assets.xcassets/Contents.json | 6 + .../Splash.imageset/Contents.json | 23 + .../Splash.imageset/splash-2732x2732-1.png | Bin 0 -> 41273 bytes .../Splash.imageset/splash-2732x2732-2.png | Bin 0 -> 41273 bytes .../Splash.imageset/splash-2732x2732.png | Bin 0 -> 41273 bytes .../App/Base.lproj/LaunchScreen.storyboard | 32 + .../ios/App/App/Base.lproj/Main.storyboard | 19 + vite-lit-capacitor/ios/App/App/Info.plist | 54 + .../ios/App/App/capacitor.config.json | 12 + vite-lit-capacitor/ios/App/App/config.xml | 6 + vite-lit-capacitor/ios/App/Podfile | 20 + vite-lit-capacitor/package-lock.json | 11917 ++++++++++++++++ vite-lit-capacitor/package.json | 43 + vite-lit-capacitor/screenshots/dark.png | Bin 0 -> 864712 bytes vite-lit-capacitor/screenshots/light.png | Bin 0 -> 868632 bytes vite-lit-capacitor/src/favicon.svg | 15 + vite-lit-capacitor/src/my-element.ts | 104 + vite-lit-capacitor/src/vite-env.d.ts | 1 + vite-lit-capacitor/tsconfig.json | 27 + vite-lit-capacitor/vite.config.ts | 25 + vite-lit-capacitor/web/capacitor.js | 3 + vite-lit-capacitor/web/css/style.css | 5 + vite-lit-capacitor/web/index.html | 48 + vite-lit-capacitor/web/js/my-element.d.ts | 27 + vite-lit-capacitor/web/js/my-element.js | 122 + vite-lit-capacitor/web/manifest.json | 11 + .../.github/workflows/ci.yml | 36 + vite-lit-element-starter/.gitignore | 6 + vite-lit-element-starter/CONTRIBUTING.md | 15 + vite-lit-element-starter/LICENSE | 43 + vite-lit-element-starter/README.md | 25 + vite-lit-element-starter/index.html | 15 + vite-lit-element-starter/package-lock.json | 207 + vite-lit-element-starter/package.json | 27 + vite-lit-element-starter/src/favicon.svg | 15 + vite-lit-element-starter/src/my-element.ts | 55 + vite-lit-element-starter/tsconfig.json | 22 + vite-lit-element-starter/vite.config.ts | 20 + vite-rxdb-lit | 1 - vite-rxdb-lit/.gitignore | 5 + vite-rxdb-lit/.vscode/settings.json | 6 + vite-rxdb-lit/LICENSE | 43 + vite-rxdb-lit/README.md | 22 + vite-rxdb-lit/index.html | 20 + vite-rxdb-lit/package-lock.json | 11542 +++++++++++++++ vite-rxdb-lit/package.json | 42 + vite-rxdb-lit/src/components/app-bar.ts | 37 + vite-rxdb-lit/src/components/app-button.ts | 38 + vite-rxdb-lit/src/components/app-dialog.ts | 36 + vite-rxdb-lit/src/components/app-drawer.ts | 28 + vite-rxdb-lit/src/components/app-scaffold.ts | 22 + vite-rxdb-lit/src/components/form-builder.ts | 45 + .../src/components/future-builder.ts | 12 + vite-rxdb-lit/src/components/list-view.ts | 12 + vite-rxdb-lit/src/components/loading.ts | 3 + vite-rxdb-lit/src/favicon.svg | 15 + vite-rxdb-lit/src/pages/todo.ts | 94 + vite-rxdb-lit/src/services/base.ts | 73 + vite-rxdb-lit/src/services/database.ts | 54 + vite-rxdb-lit/src/services/todos.ts | 14 + vite-rxdb-lit/src/vite-env.d.ts | 1 + vite-rxdb-lit/style.css | 12 + vite-rxdb-lit/tsconfig.json | 28 + vite-rxdb-lit/vite.config.ts | 21 + 527 files changed, 63872 insertions(+), 54 deletions(-) delete mode 100644 .gitignore delete mode 100644 .gitmodules create mode 100644 figma-to-lit/.gitignore create mode 100644 figma-to-lit/LICENSE create mode 100644 figma-to-lit/README.md create mode 100644 figma-to-lit/code.ts create mode 100644 figma-to-lit/manifest.json create mode 100644 figma-to-lit/package.json create mode 100644 figma-to-lit/pnpm-lock.yaml create mode 100644 figma-to-lit/tsconfig.json create mode 100644 figma-to-lit/ui.html delete mode 160000 figma_lit_example create mode 100644 figma_lit_example/.gitignore create mode 100644 figma_lit_example/LICENSE create mode 100644 figma_lit_example/README.md create mode 100644 figma_lit_example/asconfig.json create mode 100644 figma_lit_example/assembly/index.ts create mode 100644 figma_lit_example/assembly/tsconfig.json create mode 100644 figma_lit_example/index.js create mode 100644 figma_lit_example/manifest.json create mode 100644 figma_lit_example/package.json create mode 100644 figma_lit_example/src/code.ts create mode 100644 figma_lit_example/src/my-app.ts create mode 100644 figma_lit_example/src/ui.ts create mode 100644 figma_lit_example/src/wasm.ts create mode 100644 figma_lit_example/tests/index.js create mode 100644 figma_lit_example/tsconfig.json create mode 100644 figma_lit_example/ui.html create mode 100644 figma_lit_example/webpack.config.js delete mode 160000 flutter_hybrid_template delete mode 160000 html-editor delete mode 160000 lit-3d-piano create mode 100644 lit-3d-piano/.github/workflows/ci.yml create mode 100644 lit-3d-piano/.gitignore create mode 100644 lit-3d-piano/LICENSE create mode 100644 lit-3d-piano/README.md create mode 100644 lit-3d-piano/index.html create mode 100644 lit-3d-piano/package-lock.json create mode 100644 lit-3d-piano/package.json create mode 100644 lit-3d-piano/screenshot.png create mode 100644 lit-3d-piano/src/favicon.svg create mode 100644 lit-3d-piano/src/piano-component.ts create mode 100644 lit-3d-piano/src/vite-env.d.ts create mode 100644 lit-3d-piano/tsconfig.json create mode 100644 lit-3d-piano/vite.config.ts create mode 100644 lit-calculator/.bazelignore create mode 100644 lit-calculator/.bazelrc create mode 100644 lit-calculator/.gitattributes create mode 100644 lit-calculator/.github/workflows/deploy.yml create mode 100644 lit-calculator/.gitignore create mode 100644 lit-calculator/.nojekyll create mode 100644 lit-calculator/BUILD.bazel create mode 100644 lit-calculator/Dockerfile create mode 100644 lit-calculator/LICENSE create mode 100644 lit-calculator/MODULE.bazel create mode 100644 lit-calculator/README.md create mode 100644 lit-calculator/docs/calculator.ts create mode 100644 lit-calculator/docs/display-output.ts create mode 100644 lit-calculator/docs/index.html create mode 100644 lit-calculator/docs/key-pad.ts create mode 100644 lit-calculator/docs/keypad-input.ts create mode 100644 lit-calculator/docs/style.css create mode 100644 lit-calculator/package.json create mode 100644 lit-calculator/pnpm-lock.yaml create mode 100644 lit-calculator/tsconfig.json delete mode 160000 lit-code-editor create mode 100644 lit-code-editor/.github/workflows/ci.yml create mode 100644 lit-code-editor/.gitignore create mode 100644 lit-code-editor/LICENSE create mode 100644 lit-code-editor/README.md create mode 100644 lit-code-editor/index.html create mode 100644 lit-code-editor/package-lock.json create mode 100644 lit-code-editor/package.json create mode 100644 lit-code-editor/src/code-editor.d.ts create mode 100644 lit-code-editor/src/code-editor.ts create mode 100644 lit-code-editor/src/favicon.svg create mode 100644 lit-code-editor/src/vite-env.d.ts create mode 100644 lit-code-editor/tsconfig.json create mode 100644 lit-code-editor/vite.config.ts delete mode 160000 lit-draggable-dom create mode 100644 lit-draggable-dom/.github/workflows/ci.yml create mode 100644 lit-draggable-dom/.gitignore create mode 100644 lit-draggable-dom/.vscode/settings.json create mode 100644 lit-draggable-dom/LICENSE create mode 100644 lit-draggable-dom/README.md create mode 100644 lit-draggable-dom/index.html create mode 100644 lit-draggable-dom/package-lock.json create mode 100644 lit-draggable-dom/package.json create mode 100644 lit-draggable-dom/screenshot.png create mode 100644 lit-draggable-dom/src/draggable-dom.ts create mode 100644 lit-draggable-dom/src/favicon.svg create mode 100644 lit-draggable-dom/src/vite-env.d.ts create mode 100644 lit-draggable-dom/tsconfig.json create mode 100644 lit-draggable-dom/vite.config.ts create mode 100644 lit-file-based-routing/.github/workflows/ci.yml create mode 100644 lit-file-based-routing/.gitignore create mode 100644 lit-file-based-routing/LICENSE create mode 100644 lit-file-based-routing/README.md create mode 100644 lit-file-based-routing/index.html create mode 100644 lit-file-based-routing/lit-file-router/.gitignore create mode 100644 lit-file-based-routing/lit-file-router/package-lock.json create mode 100644 lit-file-based-routing/lit-file-router/package.json create mode 100644 lit-file-based-routing/lit-file-router/src/analyze-page.ts create mode 100644 lit-file-based-routing/lit-file-router/src/generate-app.ts create mode 100644 lit-file-based-routing/lit-file-router/src/index.ts create mode 100644 lit-file-based-routing/lit-file-router/src/string-builder.ts create mode 100644 lit-file-based-routing/lit-file-router/tsconfig.json create mode 100644 lit-file-based-routing/package-lock.json create mode 100644 lit-file-based-routing/package.json create mode 100644 lit-file-based-routing/src/components/menu-button.ts create mode 100644 lit-file-based-routing/src/favicon.svg create mode 100644 lit-file-based-routing/src/generated-app.ts create mode 100644 lit-file-based-routing/src/pages/404.ts create mode 100644 lit-file-based-routing/src/pages/custom.not.nested.route.ts create mode 100644 lit-file-based-routing/src/pages/dashboard.ts create mode 100644 lit-file-based-routing/src/pages/dashboard/account.ts create mode 100644 lit-file-based-routing/src/pages/dashboard/account/:id.ts create mode 100644 lit-file-based-routing/src/pages/dashboard/account/index.ts create mode 100644 lit-file-based-routing/src/pages/dashboard/index.ts create mode 100644 lit-file-based-routing/src/pages/dashboard/overview.ts create mode 100644 lit-file-based-routing/src/pages/index.ts create mode 100644 lit-file-based-routing/src/pages/root.ts create mode 100644 lit-file-based-routing/src/pages/settings.ts create mode 100644 lit-file-based-routing/src/pages/settings/admin.ts create mode 100644 lit-file-based-routing/src/pages/settings/index.ts create mode 100644 lit-file-based-routing/src/vite-env.d.ts create mode 100644 lit-file-based-routing/tsconfig.json create mode 100644 lit-file-based-routing/vite.config.ts create mode 100644 lit-force-graph/.github/workflows/ci.yml create mode 100644 lit-force-graph/.gitignore create mode 100644 lit-force-graph/README.md create mode 100644 lit-force-graph/index.html create mode 100644 lit-force-graph/package-lock.json create mode 100644 lit-force-graph/package.json create mode 100644 lit-force-graph/public/style.css create mode 100644 lit-force-graph/screenshots/2d-dark.png create mode 100644 lit-force-graph/screenshots/2d-light.png create mode 100644 lit-force-graph/screenshots/3d-dark.png create mode 100644 lit-force-graph/screenshots/3d-light.png create mode 100644 lit-force-graph/src/classes/context.ts create mode 100644 lit-force-graph/src/classes/graph.ts create mode 100644 lit-force-graph/src/favicon.svg create mode 100644 lit-force-graph/src/lit-force-graph.ts create mode 100644 lit-force-graph/src/modes/mode-2d.ts create mode 100644 lit-force-graph/src/modes/mode-3d.ts create mode 100644 lit-force-graph/src/modes/mode-ar.ts create mode 100644 lit-force-graph/src/modes/mode-vr.ts create mode 100644 lit-force-graph/src/vite-env.d.ts create mode 100644 lit-force-graph/tsconfig.json create mode 100644 lit-force-graph/tsconfig.node.json create mode 100644 lit-force-graph/vite.config.ts delete mode 160000 lit-html-editor create mode 100644 lit-html-editor/.github/workflows/ci.yml create mode 100644 lit-html-editor/.gitignore create mode 100644 lit-html-editor/.vscode/settings.json create mode 100644 lit-html-editor/LICENSE create mode 100644 lit-html-editor/README.md create mode 100644 lit-html-editor/index.html create mode 100644 lit-html-editor/package-lock.json create mode 100644 lit-html-editor/package.json create mode 100644 lit-html-editor/screenshot.png create mode 100644 lit-html-editor/src/components/rich-action.ts create mode 100644 lit-html-editor/src/components/rich-text.ts create mode 100644 lit-html-editor/src/components/rich-toolbar.ts create mode 100644 lit-html-editor/src/components/rich-viewer.ts create mode 100644 lit-html-editor/src/favicon.svg create mode 100644 lit-html-editor/src/rich-text-editor.ts create mode 100644 lit-html-editor/src/utils/check-fonts.ts create mode 100644 lit-html-editor/src/utils/live.ts create mode 100644 lit-html-editor/src/vite-env.d.ts create mode 100644 lit-html-editor/tsconfig.json create mode 100644 lit-html-editor/vite.config.ts delete mode 160000 lit-html-table create mode 100644 lit-html-table/.gitattributes create mode 100644 lit-html-table/.github/workflows/ci.yml create mode 100644 lit-html-table/.gitignore create mode 100644 lit-html-table/LICENSE create mode 100644 lit-html-table/README.md create mode 100644 lit-html-table/doc/editor.png create mode 100644 lit-html-table/doc/finished.png create mode 100644 lit-html-table/index.html create mode 100644 lit-html-table/package-lock.json create mode 100644 lit-html-table/package.json create mode 100644 lit-html-table/src/favicon.svg create mode 100644 lit-html-table/src/lit-html-table.ts create mode 100644 lit-html-table/src/vite-env.d.ts create mode 100644 lit-html-table/tsconfig.json create mode 100644 lit-html-table/vite.config.ts create mode 100644 lit-modules/.github/workflows/ci.yml create mode 100644 lit-modules/.gitignore create mode 100644 lit-modules/.vscode/typescript.code-snippets create mode 100644 lit-modules/LICENSE create mode 100644 lit-modules/README.md create mode 100644 lit-modules/index.html create mode 100644 lit-modules/package-lock.json create mode 100644 lit-modules/package.json create mode 100644 lit-modules/src/favicon.svg create mode 100644 lit-modules/src/modules/app.ts create mode 100644 lit-modules/src/modules/counter.ts create mode 100644 lit-modules/src/modules/header.ts create mode 100644 lit-modules/src/vite-env.d.ts create mode 100644 lit-modules/styles.css create mode 100644 lit-modules/tsconfig.json create mode 100644 lit-modules/vite.config.ts delete mode 160000 lit-native create mode 100644 lit-native/.gitignore create mode 100644 lit-native/.vscode/settings.json create mode 100644 lit-native/LICENSE create mode 100644 lit-native/README.md create mode 100644 lit-native/android/.gitignore create mode 100644 lit-native/android/app/.gitignore create mode 100644 lit-native/android/app/build.gradle create mode 100644 lit-native/android/app/proguard-rules.pro create mode 100644 lit-native/android/app/src/androidTest/java/com/example/webapp/ExampleInstrumentedTest.kt create mode 100644 lit-native/android/app/src/main/AndroidManifest.xml create mode 100644 lit-native/android/app/src/main/java/com/example/webapp/MainActivity.kt create mode 100644 lit-native/android/app/src/main/java/com/example/webapp/ui/theme/Color.kt create mode 100644 lit-native/android/app/src/main/java/com/example/webapp/ui/theme/Shape.kt create mode 100644 lit-native/android/app/src/main/java/com/example/webapp/ui/theme/Theme.kt create mode 100644 lit-native/android/app/src/main/java/com/example/webapp/ui/theme/Type.kt create mode 100644 lit-native/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 lit-native/android/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 lit-native/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 lit-native/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 lit-native/android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 lit-native/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 lit-native/android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 lit-native/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 lit-native/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 lit-native/android/app/src/main/res/values-night/themes.xml create mode 100644 lit-native/android/app/src/main/res/values/colors.xml create mode 100644 lit-native/android/app/src/main/res/values/strings.xml create mode 100644 lit-native/android/app/src/main/res/values/themes.xml create mode 100644 lit-native/android/app/src/test/java/com/example/webapp/ExampleUnitTest.kt create mode 100644 lit-native/android/build.gradle create mode 100644 lit-native/android/gradle.properties create mode 100644 lit-native/android/gradle/wrapper/gradle-wrapper.jar create mode 100644 lit-native/android/gradle/wrapper/gradle-wrapper.properties create mode 100755 lit-native/android/gradlew create mode 100644 lit-native/android/gradlew.bat create mode 100644 lit-native/android/settings.gradle create mode 100644 lit-native/index.html create mode 100644 lit-native/ios/ios.xcodeproj/project.pbxproj create mode 100644 lit-native/ios/ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 lit-native/ios/ios.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 lit-native/ios/ios.xcodeproj/project.xcworkspace/xcuserdata/rodydavis.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 lit-native/ios/ios.xcodeproj/xcuserdata/rodydavis.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 lit-native/ios/ios/App.swift create mode 100644 lit-native/ios/ios/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 lit-native/ios/ios/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 lit-native/ios/ios/Assets.xcassets/Contents.json create mode 100644 lit-native/ios/ios/Bundle.swift create mode 100644 lit-native/ios/ios/Events.swift create mode 100644 lit-native/ios/ios/Info.plist create mode 100644 lit-native/ios/ios/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 lit-native/ios/ios/Screen.swift create mode 100644 lit-native/ios/ios/State.swift create mode 100644 lit-native/ios/ios/WebView.swift create mode 100644 lit-native/ios/ios/ios.entitlements create mode 100644 lit-native/package-lock.json create mode 100644 lit-native/package.json create mode 100644 lit-native/screenshots/android.png create mode 100644 lit-native/screenshots/ios.png create mode 100644 lit-native/screenshots/macos.png create mode 100644 lit-native/src/app.ts create mode 100644 lit-native/src/favicon.svg create mode 100644 lit-native/src/my-element.ts create mode 100644 lit-native/src/vite-env.d.ts create mode 100644 lit-native/style.css create mode 100644 lit-native/tsconfig.json create mode 100644 lit-native/vite.config.ts delete mode 160000 lit-node-editor create mode 100644 lit-node-editor/.github/workflows/ci.yml create mode 100644 lit-node-editor/.gitignore create mode 100644 lit-node-editor/LICENSE create mode 100644 lit-node-editor/README.md create mode 100644 lit-node-editor/index.html create mode 100644 lit-node-editor/package-lock.json create mode 100644 lit-node-editor/package.json create mode 100644 lit-node-editor/src/canvas/index.ts create mode 100644 lit-node-editor/src/canvas/label.ts create mode 100644 lit-node-editor/src/canvas/line.ts create mode 100644 lit-node-editor/src/canvas/matrix.ts create mode 100644 lit-node-editor/src/canvas/rect.ts create mode 100644 lit-node-editor/src/canvas/utils.ts create mode 100644 lit-node-editor/src/favicon.svg create mode 100644 lit-node-editor/src/node-editor.ts create mode 100644 lit-node-editor/src/store.ts create mode 100644 lit-node-editor/src/styles.css create mode 100644 lit-node-editor/src/ui/tree-view.ts create mode 100644 lit-node-editor/src/vite-env.d.ts create mode 100644 lit-node-editor/tsconfig.json create mode 100644 lit-node-editor/vite.config.ts delete mode 160000 lit-sheet-music create mode 100644 lit-sheet-music/.github/workflows/ci.yml create mode 100644 lit-sheet-music/.gitignore create mode 100644 lit-sheet-music/.vscode/settings.json create mode 100644 lit-sheet-music/LICENSE create mode 100644 lit-sheet-music/README.md create mode 100644 lit-sheet-music/index.html create mode 100644 lit-sheet-music/package-lock.json create mode 100644 lit-sheet-music/package.json create mode 100644 lit-sheet-music/screenshot.png create mode 100644 lit-sheet-music/src/favicon.svg create mode 100644 lit-sheet-music/src/sheet-music.ts create mode 100644 lit-sheet-music/src/vite-env.d.ts create mode 100644 lit-sheet-music/tsconfig.json create mode 100644 lit-sheet-music/vite.config.ts create mode 100644 lit-starter-ts/.github/workflows/demo.yml create mode 100644 lit-starter-ts/.github/workflows/tests.yml create mode 100644 lit-starter-ts/.gitignore create mode 100644 lit-starter-ts/.vscode/extensions.json create mode 100644 lit-starter-ts/LICENSE create mode 100644 lit-starter-ts/README.md create mode 100644 lit-starter-ts/index.html create mode 100644 lit-starter-ts/package-lock.json create mode 100644 lit-starter-ts/package.json create mode 100644 lit-starter-ts/src/favicon.svg create mode 100644 lit-starter-ts/src/my-element.ts create mode 100644 lit-starter-ts/src/vite-env.d.ts create mode 100644 lit-starter-ts/test/my-element.test.ts create mode 100644 lit-starter-ts/tsconfig.json create mode 100644 lit-starter-ts/tsconfig.node.json create mode 100644 lit-starter-ts/vite.config.ts delete mode 160000 lit-vscode-extension create mode 100644 lit-vscode-extension/.github/workflows/ci.yml create mode 100644 lit-vscode-extension/.gitignore create mode 100644 lit-vscode-extension/.vscode/extensions.json create mode 100644 lit-vscode-extension/.vscode/launch.json create mode 100644 lit-vscode-extension/.vscode/settings.json create mode 100644 lit-vscode-extension/LICENSE create mode 100644 lit-vscode-extension/README.md create mode 100644 lit-vscode-extension/index.html create mode 100644 lit-vscode-extension/package-lock.json create mode 100644 lit-vscode-extension/package.json create mode 100644 lit-vscode-extension/screenshot.png create mode 100644 lit-vscode-extension/src/extension.ts create mode 100644 lit-vscode-extension/src/favicon.svg create mode 100644 lit-vscode-extension/src/my-element.ts create mode 100644 lit-vscode-extension/src/vite-env.d.ts create mode 100644 lit-vscode-extension/tsconfig.json create mode 100644 lit-vscode-extension/vite.config.ts create mode 100644 lit-wmr/.gitignore create mode 100644 lit-wmr/LICENSE create mode 100644 lit-wmr/README.md create mode 100644 lit-wmr/package-lock.json create mode 100644 lit-wmr/package.json create mode 100644 lit-wmr/public/index.html create mode 100644 lit-wmr/public/index.js create mode 100644 lit-wmr/public/simple-greeting.ts create mode 100644 lit-wmr/tsconfig.json create mode 100644 lit-wmr/wmr.config.mjs create mode 100644 vite-lit-capacitor/.github/workflows/ci.yml create mode 100644 vite-lit-capacitor/.gitignore create mode 100644 vite-lit-capacitor/LICENSE create mode 100644 vite-lit-capacitor/README.md create mode 100644 vite-lit-capacitor/android/.gitignore create mode 100644 vite-lit-capacitor/android/app/.gitignore create mode 100644 vite-lit-capacitor/android/app/build.gradle create mode 100644 vite-lit-capacitor/android/app/capacitor.build.gradle create mode 100644 vite-lit-capacitor/android/app/proguard-rules.pro create mode 100644 vite-lit-capacitor/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java create mode 100644 vite-lit-capacitor/android/app/src/main/AndroidManifest.xml create mode 100644 vite-lit-capacitor/android/app/src/main/assets/capacitor.config.json create mode 100644 vite-lit-capacitor/android/app/src/main/assets/capacitor.plugins.json create mode 100644 vite-lit-capacitor/android/app/src/main/java/com/example/app/MainActivity.java create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-land-hdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-land-mdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-land-xhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-land-xxhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-land-xxxhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-port-hdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-port-mdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-port-xhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-port-xxhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-port-xxxhdpi/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/drawable/splash.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/layout/activity_main.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 vite-lit-capacitor/android/app/src/main/res/values/ic_launcher_background.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/values/strings.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/values/styles.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/xml/config.xml create mode 100644 vite-lit-capacitor/android/app/src/main/res/xml/file_paths.xml create mode 100644 vite-lit-capacitor/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java create mode 100644 vite-lit-capacitor/android/build.gradle create mode 100644 vite-lit-capacitor/android/capacitor.settings.gradle create mode 100644 vite-lit-capacitor/android/gradle.properties create mode 100644 vite-lit-capacitor/android/gradle/wrapper/gradle-wrapper.jar create mode 100644 vite-lit-capacitor/android/gradle/wrapper/gradle-wrapper.properties create mode 100755 vite-lit-capacitor/android/gradlew create mode 100644 vite-lit-capacitor/android/gradlew.bat create mode 100644 vite-lit-capacitor/android/settings.gradle create mode 100644 vite-lit-capacitor/android/variables.gradle create mode 100644 vite-lit-capacitor/capacitor.config.json create mode 100644 vite-lit-capacitor/css/style.css create mode 100644 vite-lit-capacitor/electron/.gitignore create mode 100644 vite-lit-capacitor/electron/assets/appIcon.ico create mode 100644 vite-lit-capacitor/electron/assets/appIcon.png create mode 100644 vite-lit-capacitor/electron/assets/splash.gif create mode 100644 vite-lit-capacitor/electron/assets/splash.png create mode 100644 vite-lit-capacitor/electron/capacitor.config.json create mode 100644 vite-lit-capacitor/electron/electron-builder.config.json create mode 100644 vite-lit-capacitor/electron/live-runner.js create mode 100644 vite-lit-capacitor/electron/package-lock.json create mode 100644 vite-lit-capacitor/electron/package.json create mode 100644 vite-lit-capacitor/electron/resources/electron-publisher-custom.js create mode 100644 vite-lit-capacitor/electron/src/index.ts create mode 100644 vite-lit-capacitor/electron/src/preload.ts create mode 100644 vite-lit-capacitor/electron/src/rt/electron-plugins.js create mode 100644 vite-lit-capacitor/electron/src/rt/electron-rt.ts create mode 100644 vite-lit-capacitor/electron/src/setup.ts create mode 100644 vite-lit-capacitor/electron/tsconfig.json create mode 100644 vite-lit-capacitor/index.html create mode 100644 vite-lit-capacitor/ios/.gitignore create mode 100644 vite-lit-capacitor/ios/App/App.xcodeproj/project.pbxproj create mode 100644 vite-lit-capacitor/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 vite-lit-capacitor/ios/App/App.xcworkspace/contents.xcworkspacedata create mode 100644 vite-lit-capacitor/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 vite-lit-capacitor/ios/App/App/AppDelegate.swift create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x-1.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x-1.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x-1.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/Contents.json create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png create mode 100644 vite-lit-capacitor/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png create mode 100644 vite-lit-capacitor/ios/App/App/Base.lproj/LaunchScreen.storyboard create mode 100644 vite-lit-capacitor/ios/App/App/Base.lproj/Main.storyboard create mode 100644 vite-lit-capacitor/ios/App/App/Info.plist create mode 100644 vite-lit-capacitor/ios/App/App/capacitor.config.json create mode 100644 vite-lit-capacitor/ios/App/App/config.xml create mode 100644 vite-lit-capacitor/ios/App/Podfile create mode 100644 vite-lit-capacitor/package-lock.json create mode 100644 vite-lit-capacitor/package.json create mode 100644 vite-lit-capacitor/screenshots/dark.png create mode 100644 vite-lit-capacitor/screenshots/light.png create mode 100644 vite-lit-capacitor/src/favicon.svg create mode 100644 vite-lit-capacitor/src/my-element.ts create mode 100644 vite-lit-capacitor/src/vite-env.d.ts create mode 100644 vite-lit-capacitor/tsconfig.json create mode 100644 vite-lit-capacitor/vite.config.ts create mode 100644 vite-lit-capacitor/web/capacitor.js create mode 100644 vite-lit-capacitor/web/css/style.css create mode 100644 vite-lit-capacitor/web/index.html create mode 100644 vite-lit-capacitor/web/js/my-element.d.ts create mode 100644 vite-lit-capacitor/web/js/my-element.js create mode 100644 vite-lit-capacitor/web/manifest.json create mode 100644 vite-lit-element-starter/.github/workflows/ci.yml create mode 100644 vite-lit-element-starter/.gitignore create mode 100644 vite-lit-element-starter/CONTRIBUTING.md create mode 100644 vite-lit-element-starter/LICENSE create mode 100644 vite-lit-element-starter/README.md create mode 100644 vite-lit-element-starter/index.html create mode 100644 vite-lit-element-starter/package-lock.json create mode 100644 vite-lit-element-starter/package.json create mode 100644 vite-lit-element-starter/src/favicon.svg create mode 100644 vite-lit-element-starter/src/my-element.ts create mode 100644 vite-lit-element-starter/tsconfig.json create mode 100644 vite-lit-element-starter/vite.config.ts delete mode 160000 vite-rxdb-lit create mode 100644 vite-rxdb-lit/.gitignore create mode 100644 vite-rxdb-lit/.vscode/settings.json create mode 100644 vite-rxdb-lit/LICENSE create mode 100644 vite-rxdb-lit/README.md create mode 100644 vite-rxdb-lit/index.html create mode 100644 vite-rxdb-lit/package-lock.json create mode 100644 vite-rxdb-lit/package.json create mode 100644 vite-rxdb-lit/src/components/app-bar.ts create mode 100644 vite-rxdb-lit/src/components/app-button.ts create mode 100644 vite-rxdb-lit/src/components/app-dialog.ts create mode 100644 vite-rxdb-lit/src/components/app-drawer.ts create mode 100644 vite-rxdb-lit/src/components/app-scaffold.ts create mode 100644 vite-rxdb-lit/src/components/form-builder.ts create mode 100644 vite-rxdb-lit/src/components/future-builder.ts create mode 100644 vite-rxdb-lit/src/components/list-view.ts create mode 100644 vite-rxdb-lit/src/components/loading.ts create mode 100644 vite-rxdb-lit/src/favicon.svg create mode 100644 vite-rxdb-lit/src/pages/todo.ts create mode 100644 vite-rxdb-lit/src/services/base.ts create mode 100644 vite-rxdb-lit/src/services/database.ts create mode 100644 vite-rxdb-lit/src/services/todos.ts create mode 100644 vite-rxdb-lit/src/vite-env.d.ts create mode 100644 vite-rxdb-lit/style.css create mode 100644 vite-rxdb-lit/tsconfig.json create mode 100644 vite-rxdb-lit/vite.config.ts diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ebcdad1..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -lit-html-editor/node_modules \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e55cc34..0000000 --- a/.gitmodules +++ /dev/null @@ -1,39 +0,0 @@ -[submodule "lit-code-editor"] - path = lit-code-editor - url = https://github.com/rodydavis/lit-code-editor -[submodule "lit-vscode-extension"] - path = lit-vscode-extension - url = https://github.com/rodydavis/lit-vscode-extension -[submodule "lit-draggable-dom"] - path = lit-draggable-dom - url = https://github.com/rodydavis/lit-draggable-dom -[submodule "lit-sheet-music"] - path = lit-sheet-music - url = https://github.com/rodydavis/lit-sheet-music -[submodule "lit-html-table"] - path = lit-html-table - url = https://github.com/rodydavis/lit-html-table -[submodule "lit-html-editor"] - path = lit-html-editor - url = https://github.com/rodydavis/lit-html-editor -[submodule "figma_lit_example"] - path = figma_lit_example - url = https://github.com/rodydavis/figma_lit_example -[submodule "flutter_hybrid_template"] - path = flutter_hybrid_template - url = https://github.com/rodydavis/flutter_hybrid_template -[submodule "lit-3d-piano"] - path = lit-3d-piano - url = https://github.com/rodydavis/lit-3d-piano -[submodule "vite-rxdb-lit"] - path = vite-rxdb-lit - url = https://github.com/rodydavis/vite-rxdb-lit -[submodule "lit-native"] - path = lit-native - url = https://github.com/rodydavis/lit-native -[submodule "html-editor"] - path = html-editor - url = https://github.com/rodydavis/html-editor -[submodule "lit-node-editor"] - path = lit-node-editor - url = https://github.com/rodydavis/lit-node-editor diff --git a/README.md b/README.md index becf3e6..cd1b6ed 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # Lit Examples -Examples created by me and mostly used in my [blog](https://rodydavis.com). \ No newline at end of file +Consolidation of all Lit repositories directly into folders. + +## Consolidated Repositories +- [figma-to-lit](./figma-to-lit) +- [figma_lit_example](./figma_lit_example) +- [lit-3d-piano](./lit-3d-piano) +- [lit-calculator](./lit-calculator) +- [lit-code-editor](./lit-code-editor) +- [lit-draggable-dom](./lit-draggable-dom) +- [lit-file-based-routing](./lit-file-based-routing) +- [lit-force-graph](./lit-force-graph) +- [lit-html-editor](./lit-html-editor) +- [lit-html-table](./lit-html-table) +- [lit-modules](./lit-modules) +- [lit-native](./lit-native) +- [lit-node-editor](./lit-node-editor) +- [lit-sheet-music](./lit-sheet-music) +- [lit-starter-ts](./lit-starter-ts) +- [lit-vscode-extension](./lit-vscode-extension) +- [lit-wmr](./lit-wmr) +- [vite-lit-capacitor](./vite-lit-capacitor) +- [vite-lit-element-starter](./vite-lit-element-starter) +- [vite-rxdb-lit](./vite-rxdb-lit) diff --git a/figma-to-lit/.gitignore b/figma-to-lit/.gitignore new file mode 100644 index 0000000..f16fba9 --- /dev/null +++ b/figma-to-lit/.gitignore @@ -0,0 +1,8 @@ +# Node +*.log +*.log.* +node_modules + +out/ +dist/ +code.js diff --git a/figma-to-lit/LICENSE b/figma-to-lit/LICENSE new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/figma-to-lit/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/figma-to-lit/README.md b/figma-to-lit/README.md new file mode 100644 index 0000000..85d5c68 --- /dev/null +++ b/figma-to-lit/README.md @@ -0,0 +1,5 @@ +# Figma to Lit + +This is a example plugin for Figma DevMode that exports a component to Lit Web Components. + +There is an option to export single or multiple components. diff --git a/figma-to-lit/code.ts b/figma-to-lit/code.ts new file mode 100644 index 0000000..b4235ec --- /dev/null +++ b/figma-to-lit/code.ts @@ -0,0 +1,461 @@ +import { camelCase, paramCase, pascalCase, snakeCase } from "change-case"; +// @ts-ignore +import Mustache from 'mustache'; + +figma.codegen.on("generate", async (event) => { + const args = await createTemplate(event.node); + return [ + { + language: "TYPESCRIPT", + code: renderTemplate(args, true), + title: "Lit (TS)", + }, + { + language: "JAVASCRIPT", + code: renderTemplate(args, false), + title: "Lit (JS)", + }, + ]; +}); + +const names = new Map(); + +function uniqueName(node: SceneNode | Variable) { + for (const [key, value] of names) { + if (value.id === node.id) { + return key; + } + } + function getName() { + let target = node.name; + if (target.includes('#')) { + target = target.split('#')[0]; + } + return pascalCase(target); + } + let target = getName(); + let count = 0; + while (true) { + if (!names.has(target)) { + names.set(target, node); + break; + } + target = `${getName()}${++count}`; + } + console.log(node, target); + return target; +} + +function normalize(str: string) { + const regex = /[^\w\s\d]/g; + return str.replace(regex, ''); +} + +function className(str: string) { + // Convert raw name to PascalCase + let result = normalize(str); + if (/^\d/.test(str)) { + result = `X ${result}`; + } + if (!result.endsWith("Element")) { + result += " Element"; + } + return pascalCase(result); +} + +function tagName(str: string) { + // Convert raw name to kebab-case + let result = normalize(str.trim()); + if (/^\d/.test(str)) { + result = `x-${result}`; + } + result = paramCase(result); + if (!result.endsWith("-element")) { + result += "-element"; + } + return paramCase(result); +} + +function propertyName(str: string) { + let result = normalize(str); + if (/^\d/.test(str)) { + result = `x-${result}`; + } + return camelCase(result); +} + +const litTSTemplate = ` +import {html, css, LitElement} from 'lit'; +import {customElement, property} from 'lit/decorators.js'; + +{{#components}} +@customElement('{{tag}}') +export class {{name}} extends LitElement { + static styles = css\` + {{#styles}} + .{{selector}} { + {{#attributes}} + {{key}}: {{value}}; + {{/attributes}} + } + {{/styles}} + \`; + + {{#properties}} + @property({type: {{type}}}) {{name}} = {{value}}; + {{/properties}} + + {{#events}} + {{name}}(e: {{type}}) { + console.log('{{name}} {{type}}', e); + } + {{/events}} + + render() { + return html\` +{{#xml}}{{node}}{{/xml}} + \`; + } +} + +{{/components}} +`.trim(); + +const litJSTemplate = ` +import {html, css, LitElement} from 'lit'; + +{{#components}} +export class {{name}} extends LitElement { + static styles = css\` + {{#styles}} + .{{selector}} { + {{#attributes}} + {{key}}: {{value}}; + {{/attributes}} + } + {{/styles}} + \`; + + static properties = { + {{#properties}} + {{name}}: {type: {{type}}}, + {{/properties}} + }; + + constructor() { + super(); + {{#properties}} + this.{{name}} = {{value}}; + {{/properties}} + } + + {{#events}} + {{name}}(e: {{type}}) { + console.log('{{name}} {{type}}', e); + } + {{/events}} + + render() { + return html\` +{{#xml}}{{node}}{{/xml}} + \`; + } +} +customElements.define('{{tag}}', {{name}}); +{{/components}} +`.trim(); + +interface LitTemplate { + components: LitComponent[]; +} + +interface LitComponent { + tag: string; + name: string; + styles: LitStyle[]; + properties: LitProperty[]; + events: LitEvent[]; + node: LitNode; +} + +interface LitStyle { + selector: string; + attributes: LitStyleAttribute[]; +} + +interface LitStyleAttribute { + key: string; + value: string; +} + +interface LitEvent { + type: string; + name: string; +} + +interface LitProperty { + type: string; + name: string; + value: string; +} + +interface LitNode { + tag: string; + attributes: LitStyleAttribute[] | null; + children: LitNode[] | string[] | null; + component: boolean; + node: SceneNode, +} + +async function createTemplate(node: SceneNode): Promise { + const components: LitComponent[] = []; + + async function addComponent(target: SceneNode) { + // const globalAttrs = getNodeProperties(target, { recursive: true }); + if (isComponent(target) || target === node) { + const styles: LitStyle[] = []; + const events: LitEvent[] = []; + const properties: LitProperty[] = []; + + async function addStyle(child: SceneNode) { + if (isComponent(child) && target !== child) return; + + const css = await child.getCSSAsync(); + styles.push({ + selector: tagName(uniqueName(child)), + attributes: Object.entries(css).map((([key, value]) => ({ key, value }))) + }); + + if ('children' in child) { + for (const item of child.children) { + await addStyle(item); + } + } + } + + await addStyle(target); + + const attrs = getNodeProperties(target, { recursive: true }); + for (const [key, value] of Object.entries({ ...attrs })) { + properties.push({ + type: 'String', + name: propertyName(key), + value: typeof value === 'string' ? `'${value}'` : value, + }); + } + + function addEvents(child: SceneNode) { + if ('reactions' in child) { + const reactions = child.reactions; + for (const item of reactions) { + if (item.trigger) { + const type = item.trigger.type; + if (type === 'ON_CLICK') { + const eventName = propertyName(`${snakeCase(uniqueName(child))}-${type}`); + events.push({ + name: eventName, + type: 'Event', + }); + } + } + } + } + if ('children' in child) { + for (const item of child.children) { + if (!isComponent(item)) { + addEvents(item); + } + } + } + } + + addEvents(target); + + const component: LitComponent = { + node: nodeTree(target), + name: className(uniqueName(target)), + tag: tagName(uniqueName(target)), + styles, + events, + properties, + }; + components.push(component); + + if ('children' in target) { + for (const child of target.children) { + await addComponent(child); + } + } + } + } + + await addComponent(node); + + return { components }; +} + +function renderXml(node: LitNode) { + const sb: string[] = []; + if (node.component) { + if (node.attributes) { + sb.push(`<${node.tag} `) + for (const attr of node.attributes) { + sb.push(` ${propertyName(attr.key)}=\${this.${propertyName(attr.key)}} `) + } + sb.push(`>`) + } else { + sb.push(`<${node.tag}>`) + } + sb.push(``) + } else { + let events = false; + let element = 'div'; + if ('reactions' in node.node) { + const reactions = node.node.reactions; + events = reactions.length > 0; + for (const item of reactions) { + if (item.trigger) { + if ( + item.trigger.type === "ON_CLICK" || + item.trigger.type === "ON_HOVER" || + item.trigger.type === "ON_PRESS" || + item.trigger.type === "MOUSE_DOWN" + ) { + element = 'button'; + } + } + } + } + if (events) { + sb.push(`<${element} class="${node.tag}"`) + if ('reactions' in node.node) { + const reactions = node.node.reactions; + for (const item of reactions) { + if (item.trigger) { + const type = item.trigger.type; + if (type === 'ON_CLICK') { + const eventName = propertyName(`${snakeCase(uniqueName(node.node))}-${type}`); + sb.push(` @click=\${this.${eventName}}`); + } + } + } + } + sb.push(`>`) + } else { + sb.push(`<${element} class="${node.tag}">`) + } + if (node.children) { + for (const child of node.children) { + if (typeof child === 'string') { + let bound = false; + if (node.node.boundVariables?.characters) { + const variable = figma.variables.getVariableById(node.node.boundVariables.characters.id); + if (variable) { + sb.push(` \${this.${propertyName(uniqueName(variable))}}`); + bound = true; + } + } else if (node.node.componentPropertyReferences?.characters) { + const label = node.node.componentPropertyReferences.characters.split('#')[0]; + sb.push(` \${this.${propertyName(label)}}`); + bound = true; + } + if (!bound) sb.push(` ${child}`); + } else { + sb.push(` ${renderXml(child)}`); + } + } + } + sb.push(``) + } + return sb.join('\n'); +} + +function renderTemplate(args: LitTemplate, typescript: boolean = true) { + const template = typescript ? litTSTemplate : litJSTemplate; + Mustache.escape = function (text: string) { return text; }; + return Mustache.render(template, { + ...args, + "xml": function () { + return () => renderXml(this.node); + } + }); +} + +function getNodeProperties(node: SceneNode, options?: { + recursive?: boolean +}) { + const attributes: { [key: string]: string } = {}; + + if (node.type === 'COMPONENT') { + const properties = node.componentPropertyDefinitions; + for (const [key, value] of Object.entries(properties)) { + const label = key.split('#')[0]; + attributes[label] = `${value.defaultValue}`; + } + } + if (node.type === 'INSTANCE') { + const properties = node.componentProperties; + for (const [key, value] of Object.entries(properties)) { + const label = key.split('#')[0]; + attributes[label] = `${value.value}`; + } + } + if (node.boundVariables) { + const variables = node.boundVariables! + if (variables?.characters) { + const variable = figma.variables.getVariableById(variables.characters.id); + if (variable) { + attributes[uniqueName(variable)] = ''; + } + } + } + + const references = node.componentPropertyReferences; + if (references?.characters) { + const label = references.characters.split('#')[0]; + attributes[label] = attributes[label] ?? label; + } + + if (options?.recursive) { + if ('children' in node) { + for (const child of node.children) { + const attrs = getNodeProperties(child, { recursive: true }); + for (const [key, value] of Object.entries(attrs)) { + attributes[key] = value; + } + } + } + } + + return attributes; +} + +function nodeTree(node: SceneNode, root: boolean = true): LitNode { + const children: LitNode[] = []; + const attributes = getNodeProperties(node, { recursive: true }); + if ('children' in node) { + for (const child of node.children) { + children.push(nodeTree(child, false)); + } + } + const attrs = Object.entries(attributes).map(([key, value]) => ({ key, value })); + let str: string | null = null; + if ('characters' in node) { + str = node.characters; + } + return { + node, + tag: tagName(uniqueName(node)), + children: children.length === 0 ? (str ? [str] : null) : children, + attributes: attrs.length === 0 ? null : attrs, + component: isComponent(node) && !root, + }; +} + +function isComponent(node: SceneNode) { + return ( + node.type === "COMPONENT" || + node.type === "INSTANCE" || + node.type === 'FRAME' + ); +} diff --git a/figma-to-lit/manifest.json b/figma-to-lit/manifest.json new file mode 100644 index 0000000..1de6075 --- /dev/null +++ b/figma-to-lit/manifest.json @@ -0,0 +1,42 @@ +{ + "name": "Figma to Lit", + "id": "1253959744483104113", + "api": "1.0.0", + "main": "code.js", + "capabilities": [ + "codegen" + ], + "enableProposedApi": false, + "editorType": [ + "dev" + ], + "ui": "ui.html", + "codegenPreferences": [ + { + "itemType": "select", + "propertyName": "outputType", + "label": "Output Type", + "options": [ + { + "label": "Single Web Component", + "value": "single", "isDefault": true + }, + { + "label": "Separate Web Components", + "value": "multi" + } + ] + } + ], + "codegenLanguages": [ + { + "label": "Lit", + "value": "typescript" + } + ], + "networkAccess": { + "allowedDomains": [ + "none" + ] + } +} \ No newline at end of file diff --git a/figma-to-lit/package.json b/figma-to-lit/package.json new file mode 100644 index 0000000..2423bee --- /dev/null +++ b/figma-to-lit/package.json @@ -0,0 +1,24 @@ +{ + "name": "figma-lit-exporter", + "version": "1.0.0", + "description": "Lit (Web Component) export for Figma", + "main": "code.js", + "scripts": { + "build": "esbuild code.ts --bundle --outfile=code.js --target=ES6", + "watch": "esbuild code.ts --bundle --outfile=code.js --target=ES6 --watch" + }, + "author": "", + "license": "", + "devDependencies": { + "@figma/plugin-typings": "*", + "@types/mustache": "^4.2.2", + "esbuild": "^0.18.7", + "typescript": "*" + }, + "dependencies": { + "change-case": "^4.1.2", + "js-beautify": "^1.14.8", + "mustache": "^4.2.0", + "xml-formatter": "^3.4.1" + } +} \ No newline at end of file diff --git a/figma-to-lit/pnpm-lock.yaml b/figma-to-lit/pnpm-lock.yaml new file mode 100644 index 0000000..a9a71ab --- /dev/null +++ b/figma-to-lit/pnpm-lock.yaml @@ -0,0 +1,532 @@ +lockfileVersion: 5.4 + +specifiers: + '@figma/plugin-typings': '*' + '@types/mustache': ^4.2.2 + change-case: ^4.1.2 + esbuild: ^0.18.7 + js-beautify: ^1.14.8 + mustache: ^4.2.0 + typescript: '*' + xml-formatter: ^3.4.1 + +dependencies: + change-case: 4.1.2 + js-beautify: 1.14.8 + mustache: 4.2.0 + xml-formatter: 3.4.1 + +devDependencies: + '@figma/plugin-typings': 1.68.0 + '@types/mustache': 4.2.2 + esbuild: 0.18.9 + typescript: 5.1.3 + +packages: + + /@esbuild/android-arm/0.18.9: + resolution: {integrity: sha512-v1cr0l0RZOzIgLtTe8M1cRFFP0ICRdymPPa8HCPUpgZ+XasQrd5Mxyp9KlDqXLLyGmnZpzhufKEThLIihQL53A==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-arm64/0.18.9: + resolution: {integrity: sha512-G1rIBpSgjv0DEFmBYjljL85l4asf1dtQYwjoD02A5YG85JV3dsQSJL94vsEMWYMWkNd46hcvz3suURuY4dr+9g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-x64/0.18.9: + resolution: {integrity: sha512-rPgcISGfoP7/Yk8+0eUf9R/KLCYGgqtojz/Uvj26wp7/EclwxoaOMArBnDChfuWF5YLdS16dDfqb4qwXS087lw==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-arm64/0.18.9: + resolution: {integrity: sha512-vw9kWBT2EvDhLAVkI5c2KWFh+GMwgXrzR1QnIpZazA+tIacaelNLMMSTHEJisOeQqiMQhv8goTODFm9liS7wpw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-x64/0.18.9: + resolution: {integrity: sha512-tDbKKMUeS0PckRtIxdF3+NgkE19kTyLFmUQ0umgXDnBvcWC3/DqhZyu4P4Af3zBzOfWH5DAAmGW1hgy53Z706w==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-arm64/0.18.9: + resolution: {integrity: sha512-Anyk3qeTKJUcxiLE8VQ6y6frVuqFc71M5TEc2EzvXchoy6oWn5eZK+MpZBVnENVMSDA4wOjDKiFsPtVhnrhHHA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-x64/0.18.9: + resolution: {integrity: sha512-BsOYio/4p/6RWG+sDQXVYet8qQ0bB91rfO0YNk5s0HlqE9vEth3Yi1jFNi4v7bUA4vQDWWoybpA/9NTz1sM88A==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm/0.18.9: + resolution: {integrity: sha512-YotJBEt9swVrEBRBIXQzI03A4kDQSWk+mbGTTBreIRvWWWTXXqhNYZgqiwnEvtyQi9aqSipEzkRzAGNqs54EXw==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm64/0.18.9: + resolution: {integrity: sha512-2fJtf4KKR301FrhRNY1KIgVid2nUrZV6fzx39E+JgT3jAw2NsZYUiphR31CyH4MloyoEwgQTnskwaQH+nT4bHA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ia32/0.18.9: + resolution: {integrity: sha512-pTTBAGi2lrduXo4vATnqCtFi9zRbyXOlcV+euznW5EoFyjAIR+JCQgFDeFCMo343E2EI2MgV7ZQctO8IWcsdsA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-loong64/0.18.9: + resolution: {integrity: sha512-hmsjvhwHrsCKPthXhhNjLE+QON8uQCE9P/OBktaYOD8UDfmz9+txm04uXhnkRH0fDEqStsDEedbX+8KPg1CwyA==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-mips64el/0.18.9: + resolution: {integrity: sha512-Ymv4j25ie7mVEVlcThnOlRVvqDSsj22MJBH31QGMsyA0dUwReqCg9yNqRM2Dh8QHDRO2UrMhGmiL6BaTdBWlQw==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ppc64/0.18.9: + resolution: {integrity: sha512-y2viEHwLpNfWP1eLa+vV+DWIbw/pQyv1Vf6qxSGJeBQmmu9T2hOagMiCr6zhDo89l+MUAXiShdKmqlKI6HdCkw==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-riscv64/0.18.9: + resolution: {integrity: sha512-na8WG8Z7z1EIUcJFuXKOawJEsq8luOur7LHK/ophO0+RSE8A9yxCsKYhaN9IxlR1UciAuHjo/7d5yiflABwUmA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-s390x/0.18.9: + resolution: {integrity: sha512-XsnaI89KstE0jG4cMdzuJ8SKcKAod26had7U/4SzvuMrci0/XyEQXB1jikn6MB7LPGrd5rcLeYp3F7psUxhkWw==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-x64/0.18.9: + resolution: {integrity: sha512-odEbmjtm3tLPtY43FRWOG+CLN7d4ooQpGjYVFVti5rLXLym26dORxnlbekNPXuQRuQKNMPczNNWE1jOc8yAyJQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/netbsd-x64/0.18.9: + resolution: {integrity: sha512-j/GgOjKNUPd54isC/RBYlS6CREbulnMWAJEIKTnPM0QnY0pEGfMHkFh73bsmZdovp/97zRty0NdePRk4dTP/cw==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/openbsd-x64/0.18.9: + resolution: {integrity: sha512-DN0Z9RGU/hlaMWSG9GaDLvlu0718u1HDGiF19wJ35fUznf9yJYgXDwZ5/cRQXUewHXJB0pD/VyQfRLDP3M4maw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/sunos-x64/0.18.9: + resolution: {integrity: sha512-W/eHabLCXdki/8H3jmfE/ClDuh3bQQKpYfQHGQ7lQync9W72ZdVr2y1iWfEVTE7ZK/DQROo3GyfTkx5HPBZxmQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-arm64/0.18.9: + resolution: {integrity: sha512-84FMz3Sh1hwGk/oWy6XGIW2bGVcsqvHLjjtbwd982XoTHOvQSthhrMef0J+4ShE1ZE7VeUXHIt2Mfer+myedYw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-ia32/0.18.9: + resolution: {integrity: sha512-/RsFTk0P13Nb+ixBVZfPdlLWKsP+he3ZLxOO/1eCsZZ2U7c/JxB053U7kURsyhhUPwiGzGVaAQAeyhGtYe8ehw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-x64/0.18.9: + resolution: {integrity: sha512-S+oBiO8UE1hmDJZlZJ6HZEdBBrxCGovwN66P9rle4DWVktM5fsMouYhpbtUf4WQLEy0HvcE2ZOQ2gIq8v0BkBw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@figma/plugin-typings/1.68.0: + resolution: {integrity: sha512-hT+iqf5CRRqKI7NmPdwml+Ld/mG1QM8VcZZURV2AowIy6vC3VQ2iIIT5d7ulDnQU+WzQDvaGaDAw/J5X6tQ2Ww==} + dev: true + + /@types/mustache/4.2.2: + resolution: {integrity: sha512-MUSpfpW0yZbTgjekDbH0shMYBUD+X/uJJJMm9LXN1d5yjl5lCY1vN/eWKD6D1tOtjA6206K0zcIPnUaFMurdNA==} + dev: true + + /abbrev/1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + dev: false + + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: false + + /brace-expansion/2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: false + + /camel-case/4.1.2: + resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + dependencies: + pascal-case: 3.1.2 + tslib: 2.5.3 + dev: false + + /capital-case/1.0.4: + resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} + dependencies: + no-case: 3.0.4 + tslib: 2.5.3 + upper-case-first: 2.0.2 + dev: false + + /change-case/4.1.2: + resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} + dependencies: + camel-case: 4.1.2 + capital-case: 1.0.4 + constant-case: 3.0.4 + dot-case: 3.0.4 + header-case: 2.0.4 + no-case: 3.0.4 + param-case: 3.0.4 + pascal-case: 3.1.2 + path-case: 3.0.4 + sentence-case: 3.0.4 + snake-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + dev: false + + /config-chain/1.1.13: + resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} + dependencies: + ini: 1.3.8 + proto-list: 1.2.4 + dev: false + + /constant-case/3.0.4: + resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} + dependencies: + no-case: 3.0.4 + tslib: 2.5.3 + upper-case: 2.0.2 + dev: false + + /dot-case/3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /editorconfig/0.15.3: + resolution: {integrity: sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==} + hasBin: true + dependencies: + commander: 2.20.3 + lru-cache: 4.1.5 + semver: 5.7.1 + sigmund: 1.0.1 + dev: false + + /esbuild/0.18.9: + resolution: {integrity: sha512-rFw+7KsO3vF/imkldsCcIGnQVJ11Zq5a178SVS0N0wwFQ/alzS8owG06rivQ8FEuc66SJupdhTuYT7mnvmidLA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.18.9 + '@esbuild/android-arm64': 0.18.9 + '@esbuild/android-x64': 0.18.9 + '@esbuild/darwin-arm64': 0.18.9 + '@esbuild/darwin-x64': 0.18.9 + '@esbuild/freebsd-arm64': 0.18.9 + '@esbuild/freebsd-x64': 0.18.9 + '@esbuild/linux-arm': 0.18.9 + '@esbuild/linux-arm64': 0.18.9 + '@esbuild/linux-ia32': 0.18.9 + '@esbuild/linux-loong64': 0.18.9 + '@esbuild/linux-mips64el': 0.18.9 + '@esbuild/linux-ppc64': 0.18.9 + '@esbuild/linux-riscv64': 0.18.9 + '@esbuild/linux-s390x': 0.18.9 + '@esbuild/linux-x64': 0.18.9 + '@esbuild/netbsd-x64': 0.18.9 + '@esbuild/openbsd-x64': 0.18.9 + '@esbuild/sunos-x64': 0.18.9 + '@esbuild/win32-arm64': 0.18.9 + '@esbuild/win32-ia32': 0.18.9 + '@esbuild/win32-x64': 0.18.9 + dev: true + + /fs.realpath/1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: false + + /glob/8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.6 + once: 1.4.0 + dev: false + + /header-case/2.0.4: + resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} + dependencies: + capital-case: 1.0.4 + tslib: 2.5.3 + dev: false + + /inflight/1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: false + + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: false + + /ini/1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: false + + /js-beautify/1.14.8: + resolution: {integrity: sha512-4S7HFeI9YfRvRgKnEweohs0tgJj28InHVIj4Nl8Htf96Y6pHg3+tJrmo4ucAM9f7l4SHbFI3IvFAZ2a1eQPbyg==} + engines: {node: '>=12'} + hasBin: true + dependencies: + config-chain: 1.1.13 + editorconfig: 0.15.3 + glob: 8.1.0 + nopt: 6.0.0 + dev: false + + /lower-case/2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.5.3 + dev: false + + /lru-cache/4.1.5: + resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} + dependencies: + pseudomap: 1.0.2 + yallist: 2.1.2 + dev: false + + /minimatch/5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: false + + /mustache/4.2.0: + resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==} + hasBin: true + dev: false + + /no-case/3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.5.3 + dev: false + + /nopt/6.0.0: + resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + hasBin: true + dependencies: + abbrev: 1.1.1 + dev: false + + /once/1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + dev: false + + /param-case/3.0.4: + resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + dependencies: + dot-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /pascal-case/3.1.2: + resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} + dependencies: + no-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /path-case/3.0.4: + resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /proto-list/1.2.4: + resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} + dev: false + + /pseudomap/1.0.2: + resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} + dev: false + + /semver/5.7.1: + resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + hasBin: true + dev: false + + /sentence-case/3.0.4: + resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} + dependencies: + no-case: 3.0.4 + tslib: 2.5.3 + upper-case-first: 2.0.2 + dev: false + + /sigmund/1.0.1: + resolution: {integrity: sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==} + dev: false + + /snake-case/3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.5.3 + dev: false + + /tslib/2.5.3: + resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} + dev: false + + /typescript/5.1.3: + resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + + /upper-case-first/2.0.2: + resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} + dependencies: + tslib: 2.5.3 + dev: false + + /upper-case/2.0.2: + resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} + dependencies: + tslib: 2.5.3 + dev: false + + /wrappy/1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: false + + /xml-formatter/3.4.1: + resolution: {integrity: sha512-C7VwnZpz662mZlKtrdREucsABAIlmdph/nMEUszTMsRAGGPMSNfyNOU4UaPBqxXYVadb9uSpc1Xibbj6XpbGRA==} + engines: {node: '>= 14'} + dependencies: + xml-parser-xo: 4.1.0 + dev: false + + /xml-parser-xo/4.1.0: + resolution: {integrity: sha512-9mQMLmq8J++XlQH9WF57oQxFVbR3YM6dPPtTuV+++aMe2gRoRU/kj819/6IptUmfhC1d2DSFiYxEcpkoLabeJw==} + engines: {node: '>= 14'} + dev: false + + /yallist/2.1.2: + resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} + dev: false diff --git a/figma-to-lit/tsconfig.json b/figma-to-lit/tsconfig.json new file mode 100644 index 0000000..de8f042 --- /dev/null +++ b/figma-to-lit/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "target": "es6", + "lib": ["es2017"], + "strict": true, + "moduleResolution": "node", + "typeRoots": [ + "./node_modules/@types", + "./node_modules/@figma" + ] + } +} diff --git a/figma-to-lit/ui.html b/figma-to-lit/ui.html new file mode 100644 index 0000000..e69de29 diff --git a/figma_lit_example b/figma_lit_example deleted file mode 160000 index 9513698..0000000 --- a/figma_lit_example +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95136985ffafb4eebf551d0a294c405f7c202b0b diff --git a/figma_lit_example/.gitignore b/figma_lit_example/.gitignore new file mode 100644 index 0000000..b949553 --- /dev/null +++ b/figma_lit_example/.gitignore @@ -0,0 +1,7 @@ +lit-plugin +lib +dist +build +node_modules +.vscode +package-lock.json \ No newline at end of file diff --git a/figma_lit_example/LICENSE b/figma_lit_example/LICENSE new file mode 100644 index 0000000..9a94a22 --- /dev/null +++ b/figma_lit_example/LICENSE @@ -0,0 +1,43 @@ +Apache License, Version 2.0 +SPDX short identifier: Apache-2.0 +Further resources on the Apache License, Version 2.0 +  +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. \ No newline at end of file diff --git a/figma_lit_example/README.md b/figma_lit_example/README.md new file mode 100644 index 0000000..ab6de39 --- /dev/null +++ b/figma_lit_example/README.md @@ -0,0 +1,10 @@ +# Figma + Lit Example + +Example of how on build a Figma plugin with Lit. + +Blog post: https://rodydavis.com/posts/figma-and-lit/ + +It also includes an example on how to call WASM! + +Learn more about figma plugins: +https://www.figma.com/plugin-docs/setup/ diff --git a/figma_lit_example/asconfig.json b/figma_lit_example/asconfig.json new file mode 100644 index 0000000..6405405 --- /dev/null +++ b/figma_lit_example/asconfig.json @@ -0,0 +1,20 @@ +{ + "targets": { + "debug": { + "binaryFile": "build/untouched.wasm", + "textFile": "build/untouched.wat", + "sourceMap": true, + "debug": true + }, + "release": { + "binaryFile": "build/optimized.wasm", + "textFile": "build/optimized.wat", + "sourceMap": true, + "optimizeLevel": 3, + "shrinkLevel": 1, + "converge": false, + "noAssert": false + } + }, + "options": {} +} \ No newline at end of file diff --git a/figma_lit_example/assembly/index.ts b/figma_lit_example/assembly/index.ts new file mode 100644 index 0000000..66a9aaf --- /dev/null +++ b/figma_lit_example/assembly/index.ts @@ -0,0 +1,5 @@ +// The entry file of your WebAssembly module. + +export function add(a: i32, b: i32): i32 { + return a + b; +} diff --git a/figma_lit_example/assembly/tsconfig.json b/figma_lit_example/assembly/tsconfig.json new file mode 100644 index 0000000..e28fcf2 --- /dev/null +++ b/figma_lit_example/assembly/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": "assemblyscript/std/assembly.json", + "include": [ + "./**/*.ts" + ] +} \ No newline at end of file diff --git a/figma_lit_example/index.js b/figma_lit_example/index.js new file mode 100644 index 0000000..04bc346 --- /dev/null +++ b/figma_lit_example/index.js @@ -0,0 +1,5 @@ +const fs = require("fs"); +const loader = require("@assemblyscript/loader"); +const imports = { /* imports go here */ }; +const wasmModule = loader.instantiateSync(fs.readFileSync(__dirname + "/build/optimized.wasm"), imports); +module.exports = wasmModule.exports; diff --git a/figma_lit_example/manifest.json b/figma_lit_example/manifest.json new file mode 100644 index 0000000..1bc87e1 --- /dev/null +++ b/figma_lit_example/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "figma_lit_example", + "id": "973668777853442323", + "api": "1.0.0", + "main": "code.js", + "ui": "ui.html" +} \ No newline at end of file diff --git a/figma_lit_example/package.json b/figma_lit_example/package.json new file mode 100644 index 0000000..bce8188 --- /dev/null +++ b/figma_lit_example/package.json @@ -0,0 +1,39 @@ +{ + "name": "figma_lit_example", + "version": "1.0.0", + "description": "Lit Figma Plugin", + "dependencies": { + "@assemblyscript/loader": "^0.19.3", + "lit": "*" + }, + "devDependencies": { + "@figma/plugin-typings": "^1.23.0", + "assemblyscript": "^0.19.3", + "css-loader": "^5.2.4", + "html-webpack-inline-source-plugin": "^1.0.0-beta.2", + "html-webpack-plugin": "^4.3.0", + "js-inline-wasm": "0.0.7", + "ts-loader": "^8.0.0", + "typescript": "^4.2.4", + "url-loader": "^4.1.1", + "webpack": "^4.44.1", + "webpack-cli": "^4.6.0" + }, + "scripts": { + "dev": "npx webpack --mode=development --watch", + "copy": "mkdir -p lit-plugin && cp ./manifest.json ./lit-plugin/manifest.json && cp ./dist/ui.html ./lit-plugin/ui.html && cp ./dist/code.js ./lit-plugin/code.js", + "build": "npx webpack --mode=production && npm run copy", + "zip": "npm run build && zip -r lit-plugin.zip lit-plugin", + "asbuild:untouched": "asc assembly/index.ts --target debug", + "asbuild:optimized": "asc assembly/index.ts --target release", + "asbuild": "npm run asbuild:untouched && npm run asbuild:optimized", + "inlinewasm": "inlinewasm build/optimized.wasm --output src/wasm.ts", + "test": "node tests" + }, + "browserslist": [ + "last 1 Chrome versions" + ], + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/figma_lit_example/src/code.ts b/figma_lit_example/src/code.ts new file mode 100644 index 0000000..6a2994d --- /dev/null +++ b/figma_lit_example/src/code.ts @@ -0,0 +1,27 @@ +const options: ShowUIOptions = { + width: 250, + height: 200, +}; + +figma.showUI(__html__, options); + +figma.ui.onmessage = msg => { + switch (msg.type) { + case 'create-rectangles': + const nodes: SceneNode[] = []; + for (let i = 0; i < msg.count; i++) { + const rect = figma.createRectangle(); + rect.x = i * 150; + rect.fills = [{ type: 'SOLID', color: { r: 1, g: 0.5, b: 0 } }]; + figma.currentPage.appendChild(rect); + nodes.push(rect); + } + figma.currentPage.selection = nodes; + figma.viewport.scrollAndZoomIntoView(nodes); + break; + default: + break; + } + + figma.closePlugin(); +}; diff --git a/figma_lit_example/src/my-app.ts b/figma_lit_example/src/my-app.ts new file mode 100644 index 0000000..58247aa --- /dev/null +++ b/figma_lit_example/src/my-app.ts @@ -0,0 +1,34 @@ +import { html, LitElement } from "lit"; +import { customElement, property, query } from "lit/decorators.js"; + +@customElement("my-app") +export class MyApp extends LitElement { + @property() amount = "5"; // <-- Pass in a value for the number of rectangles to create + @query("#count") countInput!: HTMLInputElement; + + render() { + return html` +
+

Rectangle Creator

+ +

Count:

+ + +
+ `; + } + + create() { + const count = parseInt(this.countInput.value, 10); + this.sendMessage("create-rectangles", { count }); + } + + cancel() { + this.sendMessage("cancel"); + } + + private sendMessage(type: string, content: Object = {}) { + const message = { pluginMessage: { type: type, ...content } }; + parent.postMessage(message, "*"); + } +} diff --git a/figma_lit_example/src/ui.ts b/figma_lit_example/src/ui.ts new file mode 100644 index 0000000..b20170e --- /dev/null +++ b/figma_lit_example/src/ui.ts @@ -0,0 +1,11 @@ +import "./my-app"; + +import wasm from "./wasm"; // <-- Our WASM file to load + +WebAssembly.instantiateStreaming(wasm as Promise).then((obj) => { + // @ts-ignore + const value: number = obj.instance.exports.add(2, 4); + console.log("return from wasm", value); + const elem = document.querySelector("my-app")! as HTMLElement; + elem.setAttribute("amount", `${value}`); +}); diff --git a/figma_lit_example/src/wasm.ts b/figma_lit_example/src/wasm.ts new file mode 100644 index 0000000..e12114c --- /dev/null +++ b/figma_lit_example/src/wasm.ts @@ -0,0 +1,10 @@ +const encoded = 'AGFzbQEAAAABBwFgAn9/AX8DAgEABQMBAAAHEAIDYWRkAAAGbWVtb3J5AgAKCQEHACAAIAFqCwAmEHNvdXJjZU1hcHBpbmdVUkwULi9vcHRpbWl6ZWQud2FzbS5tYXA='; +export default new Promise(resolve => { + const decoded = atob(encoded); + const len = decoded.length; + const bytes = new Uint8Array(len); + for (var i = 0; i < len; i++) { + bytes[i] = decoded.charCodeAt(i); + } + resolve(new Response(bytes, { status: 200, headers: { "Content-Type": "application/wasm" } })); +}); diff --git a/figma_lit_example/tests/index.js b/figma_lit_example/tests/index.js new file mode 100644 index 0000000..670df4e --- /dev/null +++ b/figma_lit_example/tests/index.js @@ -0,0 +1,4 @@ +const assert = require("assert"); +const myModule = require(".."); +assert.strictEqual(myModule.add(1, 2), 3); +console.log("ok"); diff --git a/figma_lit_example/tsconfig.json b/figma_lit_example/tsconfig.json new file mode 100644 index 0000000..7539ac5 --- /dev/null +++ b/figma_lit_example/tsconfig.json @@ -0,0 +1,51 @@ +{ + "compilerOptions": { + "target": "es2017", + "module": "esNext", + "moduleResolution": "node", + "lib": ["es2017", "dom", "dom.iterable"], + "typeRoots": ["./node_modules/@types", "./node_modules/@figma"], + "declaration": true, + "sourceMap": true, + "inlineSources": true, + "noUnusedLocals": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "experimentalDecorators": true, + "skipLibCheck": true, + "strict": true, + "noImplicitAny": false, + "outDir": "./lib", + "baseUrl": "./packages", + "importHelpers": true, + "plugins": [ + { + "name": "ts-lit-plugin", + "rules": { + "no-unknown-tag-name": "error", + "no-unclosed-tag": "error", + "no-unknown-property": "error", + "no-unintended-mixed-binding": "error", + "no-invalid-boolean-binding": "error", + "no-expressionless-property-binding": "error", + "no-noncallable-event-binding": "error", + "no-boolean-in-attribute-binding": "error", + "no-complex-attribute-binding": "error", + "no-nullable-attribute-binding": "error", + "no-incompatible-type-binding": "error", + "no-invalid-directive-binding": "error", + "no-incompatible-property-type": "error", + "no-unknown-property-converter": "error", + "no-invalid-attribute-name": "error", + "no-invalid-tag-name": "error", + "no-unknown-attribute": "off", + "no-unknown-event": "off", + "no-unknown-slot": "off", + "no-invalid-css": "off" + } + } + ] + }, + "include": ["src/**/*.ts"], + "references": [] +} diff --git a/figma_lit_example/ui.html b/figma_lit_example/ui.html new file mode 100644 index 0000000..0fa29e1 --- /dev/null +++ b/figma_lit_example/ui.html @@ -0,0 +1 @@ + diff --git a/figma_lit_example/webpack.config.js b/figma_lit_example/webpack.config.js new file mode 100644 index 0000000..4257d6e --- /dev/null +++ b/figma_lit_example/webpack.config.js @@ -0,0 +1,35 @@ +const HtmlWebpackInlineSourcePlugin = require("html-webpack-inline-source-plugin"); +const HtmlWebpackPlugin = require("html-webpack-plugin"); +const path = require("path"); + +module.exports = (env, argv) => ({ + mode: argv.mode === "production" ? "production" : "development", + devtool: argv.mode === "production" ? false : "inline-source-map", + entry: { + ui: "./src/ui.ts", + code: "./src/code.ts", + app: "./src/my-app.ts", + }, + module: { + rules: [ + { test: /\.tsx?$/, use: "ts-loader", exclude: /node_modules/ }, + { test: /\.css$/, use: ["style-loader", { loader: "css-loader" }] }, + { test: /\.(png|jpg|gif|webp|svg)$/, loader: "url-loader" }, + ], + }, + resolve: { extensions: [".ts", ".js"] }, + output: { + filename: "[name].js", + path: path.resolve(__dirname, "dist"), + }, + plugins: [ + new HtmlWebpackPlugin({ + template: path.resolve(__dirname, "ui.html"), + filename: "ui.html", + inject: true, + inlineSource: ".(js|css)$", + chunks: ["ui"], + }), + new HtmlWebpackInlineSourcePlugin(HtmlWebpackPlugin), + ], +}); diff --git a/flutter_hybrid_template b/flutter_hybrid_template deleted file mode 160000 index 7d86185..0000000 --- a/flutter_hybrid_template +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7d86185f50dd43c484d400e7b341d429b8915e3c diff --git a/html-editor b/html-editor deleted file mode 160000 index 226ada8..0000000 --- a/html-editor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 226ada8eeacc4ff814132fa9df1777261b85cf36 diff --git a/lit-3d-piano b/lit-3d-piano deleted file mode 160000 index 240c9d6..0000000 --- a/lit-3d-piano +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 240c9d633a5e66cfb814f53b7ccbd5ffced2bdc6 diff --git a/lit-3d-piano/.github/workflows/ci.yml b/lit-3d-piano/.github/workflows/ci.yml new file mode 100644 index 0000000..d71d029 --- /dev/null +++ b/lit-3d-piano/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/lit-3d-piano/.gitignore b/lit-3d-piano/.gitignore new file mode 100644 index 0000000..759ef53 --- /dev/null +++ b/lit-3d-piano/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +types +*.local diff --git a/lit-3d-piano/LICENSE b/lit-3d-piano/LICENSE new file mode 100644 index 0000000..396a87f --- /dev/null +++ b/lit-3d-piano/LICENSE @@ -0,0 +1,43 @@ +Apache License, Version 2.0 +SPDX short identifier: Apache-2.0 +Further resources on the Apache License, Version 2.0 + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. \ No newline at end of file diff --git a/lit-3d-piano/README.md b/lit-3d-piano/README.md new file mode 100644 index 0000000..b4617ff --- /dev/null +++ b/lit-3d-piano/README.md @@ -0,0 +1,9 @@ +# 3D Piano + +[![Demo](https://github.com/rodydavis/lit-3d-piano/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/lit-3d-piano/actions/workflows/ci.yml) + +3D Piano built with Lit, Three.js and Tone.js + +Online demo [here](https://rodydavis.github.io/lit-3d-piano/). + +![](/screenshot.png) \ No newline at end of file diff --git a/lit-3d-piano/index.html b/lit-3d-piano/index.html new file mode 100644 index 0000000..61168b4 --- /dev/null +++ b/lit-3d-piano/index.html @@ -0,0 +1,31 @@ + + + + + + + 3D Piano + + + + + + + diff --git a/lit-3d-piano/package-lock.json b/lit-3d-piano/package-lock.json new file mode 100644 index 0000000..cf42b91 --- /dev/null +++ b/lit-3d-piano/package-lock.json @@ -0,0 +1,509 @@ +{ + "name": "lit-3d-piano", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "version": "0.0.0", + "dependencies": { + "lit": "*", + "three": "^0.130.1", + "tone": "^14.7.77" + }, + "devDependencies": { + "@types/node": "^16.3.0", + "@types/three": "^0.130.0", + "typescript": "^4.3.2", + "vite": "^2.4.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@lit/reactive-element": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0-rc.2.tgz", + "integrity": "sha512-cujeIl5Ei8FC7UHf4/4Q3bRJOtdTe1vpJV/JEBYCggedmQ+2P8A2oz7eE+Vxi6OJ4nc0X+KZxXnBoH4QrEbmEQ==" + }, + "node_modules/@types/node": { + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.0.tgz", + "integrity": "sha512-OydMCocGMGqw/1BnWbhtK+AtwyWTOigtrQlRe57OQmTNcI3HKlVI5FGlh+c4mSqInMPLynFrTlYjfajPu9O/eQ==", + "dev": true + }, + "node_modules/@types/three": { + "version": "0.130.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.130.0.tgz", + "integrity": "sha512-7MKKxlEjHoAGTBRxEcDOjO4OvOrvUM6xtyjPiubNcU6bRPNmjNaV/PI9tiaXkk8cauZ9FuRbdCV4g0rQod+FkQ==", + "dev": true + }, + "node_modules/@types/trusted-types": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz", + "integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==" + }, + "node_modules/automation-events": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-4.0.3.tgz", + "integrity": "sha512-FVIO4QTVi4u4ORRMszcXhoUj1U8rtgIVCbMKgw1i/zlcbEn1MICbhfquDJiA1QZgh0KysUGuxrn2JeloH04drQ==", + "dependencies": { + "@babel/runtime": "^7.14.6", + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=12.20.1" + } + }, + "node_modules/colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "node_modules/esbuild": { + "version": "0.12.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.15.tgz", + "integrity": "sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/lit": { + "version": "2.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz", + "integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==", + "dependencies": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-element": "^3.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + } + }, + "node_modules/lit/node_modules/lit-element": { + "version": "3.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0-rc.2.tgz", + "integrity": "sha512-2Z7DabJ3b5K+p5073vFjMODoaWqy5PIaI4y6ADKm+fCGc8OnX9fU9dMoUEBZjFpd/bEFR9PBp050tUtBnT9XTQ==", + "dependencies": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + } + }, + "node_modules/lit/node_modules/lit-html": { + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz", + "integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==", + "dependencies": { + "@types/trusted-types": "^1.0.1" + } + }, + "node_modules/nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/postcss": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", + "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "dev": true, + "dependencies": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rollup": { + "version": "2.52.8", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.8.tgz", + "integrity": "sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/standardized-audio-context": { + "version": "25.2.9", + "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-25.2.9.tgz", + "integrity": "sha512-8xRl8Cqv3j8UZdRvAYhgqSpVRntjxUBxute+9Zg8zeXTr+aRfDgbAu5FHzTLpUlu8uAJ9232CdOOMkTceSNAWA==", + "dependencies": { + "@babel/runtime": "^7.14.6", + "automation-events": "^4.0.3", + "tslib": "^2.3.0" + } + }, + "node_modules/three": { + "version": "0.130.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.130.1.tgz", + "integrity": "sha512-OSPPKcGvFSiGkG3jFrwwC76PBV/ZSrGxpBbg28bW8s9GU8r/y2spNGtEXHEb/CVqo0Ctf5Lx2rVaxQZB6OasaA==" + }, + "node_modules/tone": { + "version": "14.7.77", + "resolved": "https://registry.npmjs.org/tone/-/tone-14.7.77.tgz", + "integrity": "sha512-tCfK73IkLHyzoKUvGq47gyDyxiKLFvKiVCOobynGgBB9Dl0NkxTM2p+eRJXyCYrjJwy9Y0XCMqD3uOYsYt2Fdg==", + "dependencies": { + "standardized-audio-context": "^25.1.8", + "tslib": "^2.0.1" + } + }, + "node_modules/tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + }, + "node_modules/typescript": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/vite": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.4.1.tgz", + "integrity": "sha512-4BpKRis9uxIqPfIEcJ18LTBsamqnDFxTx45CXwagHjNltHa6PFEvf8Pe6OpgIHb0OyWT30OXOSSQvdOaX4OBiQ==", + "dev": true, + "dependencies": { + "esbuild": "^0.12.8", + "postcss": "^8.3.5", + "resolve": "^1.20.0", + "rollup": "^2.38.5" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": ">=12.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + } + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@lit/reactive-element": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0-rc.2.tgz", + "integrity": "sha512-cujeIl5Ei8FC7UHf4/4Q3bRJOtdTe1vpJV/JEBYCggedmQ+2P8A2oz7eE+Vxi6OJ4nc0X+KZxXnBoH4QrEbmEQ==" + }, + "@types/node": { + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.0.tgz", + "integrity": "sha512-OydMCocGMGqw/1BnWbhtK+AtwyWTOigtrQlRe57OQmTNcI3HKlVI5FGlh+c4mSqInMPLynFrTlYjfajPu9O/eQ==", + "dev": true + }, + "@types/three": { + "version": "0.130.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.130.0.tgz", + "integrity": "sha512-7MKKxlEjHoAGTBRxEcDOjO4OvOrvUM6xtyjPiubNcU6bRPNmjNaV/PI9tiaXkk8cauZ9FuRbdCV4g0rQod+FkQ==", + "dev": true + }, + "@types/trusted-types": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz", + "integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==" + }, + "automation-events": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/automation-events/-/automation-events-4.0.3.tgz", + "integrity": "sha512-FVIO4QTVi4u4ORRMszcXhoUj1U8rtgIVCbMKgw1i/zlcbEn1MICbhfquDJiA1QZgh0KysUGuxrn2JeloH04drQ==", + "requires": { + "@babel/runtime": "^7.14.6", + "tslib": "^2.3.0" + } + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "esbuild": { + "version": "0.12.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.15.tgz", + "integrity": "sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "lit": { + "version": "2.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz", + "integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-element": "^3.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + }, + "dependencies": { + "lit-element": { + "version": "3.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0-rc.2.tgz", + "integrity": "sha512-2Z7DabJ3b5K+p5073vFjMODoaWqy5PIaI4y6ADKm+fCGc8OnX9fU9dMoUEBZjFpd/bEFR9PBp050tUtBnT9XTQ==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + } + }, + "lit-html": { + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz", + "integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==", + "requires": { + "@types/trusted-types": "^1.0.1" + } + } + } + }, + "nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "postcss": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", + "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "dev": true, + "requires": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "rollup": { + "version": "2.52.8", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.8.tgz", + "integrity": "sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true + }, + "standardized-audio-context": { + "version": "25.2.9", + "resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-25.2.9.tgz", + "integrity": "sha512-8xRl8Cqv3j8UZdRvAYhgqSpVRntjxUBxute+9Zg8zeXTr+aRfDgbAu5FHzTLpUlu8uAJ9232CdOOMkTceSNAWA==", + "requires": { + "@babel/runtime": "^7.14.6", + "automation-events": "^4.0.3", + "tslib": "^2.3.0" + } + }, + "three": { + "version": "0.130.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.130.1.tgz", + "integrity": "sha512-OSPPKcGvFSiGkG3jFrwwC76PBV/ZSrGxpBbg28bW8s9GU8r/y2spNGtEXHEb/CVqo0Ctf5Lx2rVaxQZB6OasaA==" + }, + "tone": { + "version": "14.7.77", + "resolved": "https://registry.npmjs.org/tone/-/tone-14.7.77.tgz", + "integrity": "sha512-tCfK73IkLHyzoKUvGq47gyDyxiKLFvKiVCOobynGgBB9Dl0NkxTM2p+eRJXyCYrjJwy9Y0XCMqD3uOYsYt2Fdg==", + "requires": { + "standardized-audio-context": "^25.1.8", + "tslib": "^2.0.1" + } + }, + "tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + }, + "typescript": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "dev": true + }, + "vite": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.4.1.tgz", + "integrity": "sha512-4BpKRis9uxIqPfIEcJ18LTBsamqnDFxTx45CXwagHjNltHa6PFEvf8Pe6OpgIHb0OyWT30OXOSSQvdOaX4OBiQ==", + "dev": true, + "requires": { + "esbuild": "^0.12.8", + "fsevents": "~2.3.2", + "postcss": "^8.3.5", + "resolve": "^1.20.0", + "rollup": "^2.38.5" + } + } + } +} diff --git a/lit-3d-piano/package.json b/lit-3d-piano/package.json new file mode 100644 index 0000000..3d7d01d --- /dev/null +++ b/lit-3d-piano/package.json @@ -0,0 +1,18 @@ +{ + "name": "lit-3d-piano", + "scripts": { + "dev": "vite", + "build": "tsc && vite build" + }, + "dependencies": { + "lit": "*", + "three": "^0.130.1", + "tone": "^14.7.77" + }, + "devDependencies": { + "@types/node": "^16.3.0", + "@types/three": "^0.130.0", + "typescript": "^4.3.2", + "vite": "^2.4.0" + } +} diff --git a/lit-3d-piano/screenshot.png b/lit-3d-piano/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..3240ba21f35629bf8157b07ec8e4a5f95105d529 GIT binary patch literal 149659 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%0A>) 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 literal 0 HcmV?d00001 diff --git a/lit-3d-piano/src/favicon.svg b/lit-3d-piano/src/favicon.svg new file mode 100644 index 0000000..de4aedd --- /dev/null +++ b/lit-3d-piano/src/favicon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/lit-3d-piano/src/piano-component.ts b/lit-3d-piano/src/piano-component.ts new file mode 100644 index 0000000..b0ea6d0 --- /dev/null +++ b/lit-3d-piano/src/piano-component.ts @@ -0,0 +1,297 @@ +import { html, css, LitElement } from "lit"; +import { customElement, query, state } from "lit/decorators.js"; +import * as THREE from "three"; +import { OrbitControls } from "three/examples/jsm/controls/OrbitControls"; +import * as Tone from "tone"; + +@customElement("piano-component") +export class PianoComponent extends LitElement { + @query("canvas") canvas!: HTMLCanvasElement; + @state() octave = 2; + @state() note = ""; + synth = new Tone.PolySynth().toDestination(); + raycaster = new THREE.Raycaster(); + scene = new THREE.Scene(); + camera = new THREE.PerspectiveCamera( + 70, + window.innerWidth / window.innerHeight, + 0.001, + 10 + ); + renderer?: THREE.WebGLRenderer; + controls?: OrbitControls; + + public get context(): CanvasRenderingContext2D { + const ctx = this.canvas.getContext("2d")!; + ctx.imageSmoothingEnabled = true; + return ctx; + } + + static styles = css` + main { + width: 100%; + height: 100vh; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + } + canvas { + width: 100%; + height: 100%; + z-index: 0; + } + .controls { + z-index: 1; + position: fixed; + color: white; + font-size: 18px; + right: 10px; + top: 10px; + } + .note { + z-index: 1; + position: fixed; + color: white; + font-size: 18px; + left: 10px; + top: 10px; + } + `; + + render() { + const tapNote = (x: number, y: number) => { + const dx = (x / window.innerWidth) * 2 - 1; + const dy = -(y / window.innerHeight) * 2 + 1; + this.findNote(new THREE.Vector2(dx, dy)); + }; + return html`
+ { + e.preventDefault(); + for (const touch of e.touches) { + tapNote(touch.clientX, touch.clientY); + } + }} + @touchmove=${(e: any) => (e.preventDefault())} + @touchcancel=${() => (this.onKeyUp())} + @touchend=${() => (this.onKeyUp())} + @mousedown=${(e: any) => { + e.preventDefault(); + tapNote(e.clientX, e.clientY); + }} + @mouseup=${() => (this.onKeyUp())} + > +
+ OCTAVE: ${octaves[this.octave]} + + +
+
NOTE: ${this.note}
+
`; + } + + onKeyUp = () => {}; + + findNote(mouse: THREE.Vector2) { + this.raycaster.setFromCamera(mouse, this.camera); + const intersects = this.raycaster.intersectObjects( + this.scene.children, + true + ); + const obj = intersects.length > 0 ? intersects[0] : null; + if (obj?.object?.userData) { + if (obj.object instanceof THREE.Mesh) { + obj.object.material.color.set("gray"); + const { note } = obj.object.userData; + this.playNote(note, (color) => { + // @ts-ignore + obj?.object?.material.color.set(color); + }); + } + } + } + + playNote(note: string, update: (color: string) => void) { + this.note = note; + const color = note.includes("#") ? "black" : "white"; + this.synth.triggerAttackRelease(note, "8n"); + this.onKeyUp = () => { + update(color); + }; + } + + findNode( + note: string, + nodes: THREE.Object3D[] + ): THREE.Mesh | null { + for (const node of nodes) { + if (node instanceof THREE.Mesh) { + return node; + } + if (node instanceof THREE.Group) { + const child = this.findNode(note, node.children); + if (child) return child; + } + } + return null; + } + + noteMap: any = { + C: "C#", + D: "D#", + F: "F#", + G: "G#", + A: "A#", + }; + + buildPiano() { + const group = new THREE.Group(); + for (let i = 0; i < octaves.length; i++) { + const node = this.buildOctave(i, octaves[i]); + group.add(node); + } + group.position.x -= 2.5; + this.scene.add(group); + } + + buildOctave(offset: number, octave: number) { + const group = new THREE.Group(); + for (let i = 0; i < notes.length; i++) { + const key = `${notes[i]}${octave}` as any; + const note = this.buildPianoKey(i * 0.2, key); + if (Object.keys(this.noteMap).includes(notes[i])) { + const note = `${this.noteMap[notes[i]]}${octave}`; + const accidental = this.buildAccidental(i * 0.2, note as any); + accidental.castShadow = true; + accidental.receiveShadow = false; + group.add(accidental); + } + note.castShadow = true; + note.receiveShadow = false; + group.add(note); + } + group.position.x += 1.4 * offset; + return group; + } + + keyOptions = { + depth: 0.1, + width: 0.2, + height: 0.4, + }; + + buildPianoKey(offset: number, note: NoteName) { + const geometry = new THREE.BoxGeometry( + this.keyOptions.width * 0.8, + this.keyOptions.height, + this.keyOptions.depth + ); + const material = new THREE.MeshStandardMaterial({ color: "white" }); + const mesh = new THREE.Mesh(geometry, material); + mesh.position.x += offset; + mesh.userData["note"] = note; + return mesh; + } + + buildAccidental(offset: number, note: NoteName) { + const geometry = new THREE.BoxGeometry( + this.keyOptions.width * 0.8, + this.keyOptions.height * 0.6, + this.keyOptions.depth + ); + const material = new THREE.MeshStandardMaterial({ color: "black" }); + const mesh = new THREE.Mesh(geometry, material); + mesh.position.x += offset + 0.1; + mesh.position.y += 0.08; + mesh.position.z += 0.1; + mesh.userData["note"] = note; + return mesh; + } + + paint() { + this.renderer!.render(this.scene, this.camera); + this.controls!.update(); + } + + firstUpdated() { + this.camera.position.z = 1; + this.renderer = new THREE.WebGLRenderer({ + antialias: true, + canvas: this.canvas, + alpha: true, + }); + this.controls = new OrbitControls(this.camera, this.renderer.domElement); + this.controls.screenSpacePanning = true; + this.controls.enableKeys = true; + this.renderer!.setSize(window.innerWidth, window.innerHeight); + this.renderer.setAnimationLoop(() => this.paint()); + this.renderer.setClearColor("red", 1); + + const bgLight = new THREE.AmbientLight(0x404040); + this.scene.add(bgLight); + + const light = new THREE.DirectionalLight(0x404040, 100); + light.position.set(10, 4, 0.7); + light.castShadow = true; + this.scene.add(light); + + light.shadow.mapSize.width = 512; + light.shadow.mapSize.height = 512; + light.shadow.camera.near = 0.5; + light.shadow.camera.far = 500; + + this.buildPiano(); + + document.addEventListener( + "keydown", + (e: any) => { + const key = e.key; + if (key === "z" && this.octave != 0) this.octave -= 1; + if (key === "x" && this.octave != octaves.length - 1) this.octave += 1; + const play = (note: string) => { + this.playNote(`${note}${octaves[this.octave]}`, () => {}); + }; + if (key === "a") play("C"); + if (key === "w") play("C#"); + if (key === "s") play("D"); + if (key === "E") play("D#"); + if (key === "d") play("E"); + if (key === "f") play("F"); + if (key === "t") play("F#"); + if (key === "g") play("G"); + if (key === "y") play("G#"); + if (key === "h") play("A"); + if (key === "u") play("A#"); + if (key === "j") play("B"); + if (key === "k") play("C"); + if (key === "o") play("C#"); + if (key === "l") play("D"); + if (key === "p") play("D#"); + }, + false + ); + + window.addEventListener( + "resize", + () => { + this.renderer!.setSize(window.innerWidth, window.innerHeight); + }, + false + ); + } +} +const notes = ["C", "D", "E", "F", "G", "A", "B"] as const; +type Note = typeof notes[number]; +const octaves = [2, 3, 4, 5] as const; +type Octave = typeof octaves[number]; +type NoteName = `${Note}${Octave}`; diff --git a/lit-3d-piano/src/vite-env.d.ts b/lit-3d-piano/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/lit-3d-piano/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/lit-3d-piano/tsconfig.json b/lit-3d-piano/tsconfig.json new file mode 100644 index 0000000..3c7c385 --- /dev/null +++ b/lit-3d-piano/tsconfig.json @@ -0,0 +1,27 @@ +{ + "compilerOptions": { + "module": "esnext", + "target": "esnext", + "lib": [ + "esnext", + "dom" + ], + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "./types", + "rootDir": "./src", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "src/**/*.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/lit-3d-piano/vite.config.ts b/lit-3d-piano/vite.config.ts new file mode 100644 index 0000000..930e746 --- /dev/null +++ b/lit-3d-piano/vite.config.ts @@ -0,0 +1,17 @@ +import { defineConfig } from "vite"; +import { resolve } from "path"; + +export default defineConfig({ + base: "/lit-3d-piano/", + build: { + lib: { + entry: "src/lit-sheet-music.ts", + formats: ["es"], + }, + rollupOptions: { + input: { + main: resolve(__dirname, "index.html"), + }, + }, + }, +}); diff --git a/lit-calculator/.bazelignore b/lit-calculator/.bazelignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/lit-calculator/.bazelignore @@ -0,0 +1 @@ +node_modules diff --git a/lit-calculator/.bazelrc b/lit-calculator/.bazelrc new file mode 100644 index 0000000..0a284db --- /dev/null +++ b/lit-calculator/.bazelrc @@ -0,0 +1 @@ +common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig diff --git a/lit-calculator/.gitattributes b/lit-calculator/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/lit-calculator/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/lit-calculator/.github/workflows/deploy.yml b/lit-calculator/.github/workflows/deploy.yml new file mode 100644 index 0000000..b4d490a --- /dev/null +++ b/lit-calculator/.github/workflows/deploy.yml @@ -0,0 +1,68 @@ +name: Build and Deploy + +on: + push: + branches: ["main", "master"] + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +env: + REGISTRY: git.rodydavis.dev + + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + permissions: + contents: read + packages: write + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 9.7.1 + + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: 22 + cache: 'pnpm' + + - name: Set up Bazel (Bazelisk) + run: npm install -g @bazel/bazelisk + + - name: Install dependencies + run: pnpm install --frozen-lockfile + + - name: Verify Hermetic Bazel Build + run: bazel build //... + + - name: Build Site + run: pnpm run build + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + + - name: Login to registry + uses: docker/login-action@v4 + with: + registry: ${{ env.REGISTRY }} + username: ${{ gitea.actor }} + password: ${{ secrets.GIT_TOKEN }} + + - name: Build and push image + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + push: true + tags: ${{ env.REGISTRY }}/${{ gitea.repository }}:latest + cache-from: type=gha + cache-to: type=gha,mode=max + diff --git a/lit-calculator/.gitignore b/lit-calculator/.gitignore new file mode 100644 index 0000000..f04a3d2 --- /dev/null +++ b/lit-calculator/.gitignore @@ -0,0 +1,55 @@ +# ========================================== +# 🌌 Federated Workspaces - Ultimate Ignores +# ========================================== + +# --- System & Editor Files --- +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +.vscode/ +.idea/ +*.swp +*.swo + +# --- Bazel Convenience Symlinks & Outputs --- +bazel-* +bazel_out/ + +# --- C/C++ Outputs --- +*.o +*.obj +*.a +*.lib +*.so +*.dylib +*.dll +*.out +*.exe + +# --- Go Outputs --- +*.test +*.prof +__debug_bin +MODULE.bazel.lock + +# --- Node / JavaScript / pnpm --- +node_modules/ +.npm/ +.pnpm-store/ +.pnpm-debug.log* +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# --- Dart / Flutter --- +.dart_tool/ +.packages +.pub-cache/ +.pub/ +/build/ +*.flutter-plugins +*.flutter-plugins-dependencies diff --git a/lit-calculator/.nojekyll b/lit-calculator/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/lit-calculator/BUILD.bazel b/lit-calculator/BUILD.bazel new file mode 100644 index 0000000..35e6320 --- /dev/null +++ b/lit-calculator/BUILD.bazel @@ -0,0 +1,24 @@ +load("@aspect_rules_js//npm:defs.bzl", "npm_link_package") +load("@npm//:defs.bzl", "npm_link_all_packages") +load("@aspect_rules_ts//ts:defs.bzl", "ts_config", "ts_project") + +npm_link_all_packages(name = "node_modules") + +ts_config( + name = "tsconfig", + src = "tsconfig.json", + visibility = ["//visibility:public"], +) + +ts_project( + name = "build", + srcs = glob(["docs/**/*.ts"]), + declaration = True, + source_map = True, + transpiler = "tsc", + tsconfig = ":tsconfig", + deps = [ + "//:node_modules", + ], + visibility = ["//visibility:public"], +) diff --git a/lit-calculator/Dockerfile b/lit-calculator/Dockerfile new file mode 100644 index 0000000..fbf53b6 --- /dev/null +++ b/lit-calculator/Dockerfile @@ -0,0 +1,4 @@ +FROM nginx:alpine +COPY docs /usr/share/nginx/html +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] diff --git a/lit-calculator/LICENSE b/lit-calculator/LICENSE new file mode 100644 index 0000000..fe0b37c --- /dev/null +++ b/lit-calculator/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Rody Davis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/lit-calculator/MODULE.bazel b/lit-calculator/MODULE.bazel new file mode 100644 index 0000000..7a6bd1e --- /dev/null +++ b/lit-calculator/MODULE.bazel @@ -0,0 +1,22 @@ +module( + name = "lit_calculator", + version = "1.0.0", +) + +bazel_dep(name = "aspect_rules_js", version = "3.1.1") +bazel_dep(name = "aspect_rules_ts", version = "3.1.0") +bazel_dep(name = "rules_nodejs", version = "6.7.3") + +npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm") + +npm.npm_translate_lock( + name = "npm", + pnpm_lock = "//:pnpm-lock.yaml", + verify_node_modules_ignored = "//:.bazelignore", +) + +use_repo(npm, "npm") + +rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True) +rules_ts_ext.deps() +use_repo(rules_ts_ext, "npm_typescript") diff --git a/lit-calculator/README.md b/lit-calculator/README.md new file mode 100644 index 0000000..0558a02 --- /dev/null +++ b/lit-calculator/README.md @@ -0,0 +1,5 @@ +# Lit Calculator + +Reactive calculator made with LitElement and no build system or framework. + +Demo: https://rodydavis.github.io/lit-calculator/ diff --git a/lit-calculator/docs/calculator.ts b/lit-calculator/docs/calculator.ts new file mode 100644 index 0000000..5cd92a5 --- /dev/null +++ b/lit-calculator/docs/calculator.ts @@ -0,0 +1,158 @@ +import { LitElement, html, css } from "lit"; +import { customElement, property } from "lit/decorators.js"; +import "./keypad-input.js"; +import "./key-pad.js"; +import "./display-output.js"; + +@customElement("app-calculator") +export class AppCalculator extends LitElement { + @property() + width = "500px"; + + @property() + primaryColor = "red"; + + @property() + accentColor = "black"; + + static styles = css` + #base { + border: 2px solid black; + padding-bottom: 20px; + --base-padding: 10px; + } + + #actions { + padding-top: var(--base-padding); + padding-left: var(--base-padding); + } + + button { + font-size: 17px; + } + `; + + connectedCallback() { + super.connectedCallback(); + // @ts-ignore + window.addEventListener("select-number", this._handleNumber); + } + disconnectedCallback() { + // @ts-ignore + window.removeEventListener("select-number", this._handleNumber); + super.disconnectedCallback(); + } + + _staging: string = ""; + _value: string = ""; + _mode: string = ""; + + public get mode(): string { + return this._mode; + } + + public set mode(v: string) { + const oldMode = this._mode; + const oldVal = this.value; + this._mode = v; + + // @ts-ignore + this.requestUpdate("mode", oldMode); + // @ts-ignore + this.requestUpdate("value", oldVal); + } + + private get value(): string { + if (this.mode == "") return this._value; + return this._staging; + } + + private set value(v: string) { + var oldVal = ""; + if (this.mode == "") { + oldVal = this._value; + this._value = v; + } else { + oldVal = this._staging; + this._staging = v; + } + // @ts-ignore + this.requestUpdate("value", oldVal); + } + + _handleNumber = (event: CustomEvent) => { + const num = event.detail.value; + event.stopPropagation(); + if (num === "=") { + this.calculate(); + return; + } + if (this.value === "0") { + this.value = ""; + } + if (num === "." && this.value.includes(".")) { + return; + } + this.value += num; + }; + + clear = () => { + this.value = ""; + this._staging = ""; + this._value = ""; + this.mode = ""; + }; + + calculate = () => { + const staging = Number(this._staging || "0"); + const current = Number(this._value || "0"); + var result: number = 0; + // Calculate + switch (this.mode) { + case "+": + result = staging + current; + break; + case "-": + result = staging - current; + break; + case "/": + result = staging / current; + break; + case "*": + result = staging * current; + break; + default: + break; + } + const output = result.toString(); + this.value = output; + this._staging = output; + }; + + // Render element DOM by returning a `lit-html` template. + render() { + return html`
+ +
+ + + + + +
+ +
`; + } +} diff --git a/lit-calculator/docs/display-output.ts b/lit-calculator/docs/display-output.ts new file mode 100644 index 0000000..bccfff9 --- /dev/null +++ b/lit-calculator/docs/display-output.ts @@ -0,0 +1,43 @@ +import { LitElement, html, css } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +@customElement("display-output") +export class CalcDisplay extends LitElement { + @property() + color = "black"; + + @property() + textColor = "white"; + + @property() + value = ""; + + static styles = css` + #base { + background-color: black; + text-align: end; + display: inline-block; + margin: var(--base-padding); + width: calc(100% - calc(var(--base-padding) * 2)); + border-bottom: 2px solid black; + } + + #text-display { + color: white; + margin: 0px; + padding-top: 40px; + padding-right: 10px; + padding-bottom: 10px; + font-size: 36px; + } + `; + + // Render element DOM by returning a `lit-html` template. + render() { + return html`
+
+ ${this.value || "0"} +
+
`; + } +} diff --git a/lit-calculator/docs/index.html b/lit-calculator/docs/index.html new file mode 100644 index 0000000..06217a2 --- /dev/null +++ b/lit-calculator/docs/index.html @@ -0,0 +1,17 @@ + + + + + + + Lit Calculator + + + + + + diff --git a/lit-calculator/docs/key-pad.ts b/lit-calculator/docs/key-pad.ts new file mode 100644 index 0000000..4228e1d --- /dev/null +++ b/lit-calculator/docs/key-pad.ts @@ -0,0 +1,97 @@ +import { LitElement, html, css } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +@customElement("key-pad") +export class CalcKeyPad extends LitElement { + @property() + accentColor = "blue"; + + @property() + textColor = "white"; + + @property() + actionColor = "black"; + + @property() + actionTextColor = "white"; + + static styles = css` + #base { + display: grid; + grid-template-columns: 33% 33% 33%; + padding-left: calc(var(--base-padding) / 2); + padding-right: calc(var(--base-padding) / 2); + } + + keypad-input { + display: inline-grid; + margin: 5px; + } + `; + + // Render element DOM by returning a `lit-html` template. + render() { + return html`
+ + + + + + + + + + + + +
`; + } +} diff --git a/lit-calculator/docs/keypad-input.ts b/lit-calculator/docs/keypad-input.ts new file mode 100644 index 0000000..92ce673 --- /dev/null +++ b/lit-calculator/docs/keypad-input.ts @@ -0,0 +1,64 @@ +import { LitElement, html, css } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +@customElement("keypad-input") +export class CalcNumber extends LitElement { + @property() + number = "0"; + + @property() + color = "black"; + + @property() + textColor = "white"; + + static styles = css` + #base { + width: 100%; + height: 100%; + border-radius: 10px; + text-align: center; + float: left; + } + + #base:hover { + box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); + } + + #base:active { + background-color: lightgrey; + } + + button { + outline: 0 none; + color: white; + margin-top: 10px; + margin-bottom: 10px; + font-size: 20px; + } + `; + + _onTap(e: Event) { + e.preventDefault(); + + const event = new CustomEvent("select-number", { + detail: { value: this.number } as any, + bubbles: true, + cancelable: true, + }); + + // @ts-ignore + window.dispatchEvent(event); + } + + // Render element DOM by returning a `lit-html` template. + render() { + return html` `; + } +} diff --git a/lit-calculator/docs/style.css b/lit-calculator/docs/style.css new file mode 100644 index 0000000..30e11c7 --- /dev/null +++ b/lit-calculator/docs/style.css @@ -0,0 +1,10 @@ +body { + margin: 0px; + padding: 0px; + font-family: sans-serif; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + background-color: #f0f2f5; +} diff --git a/lit-calculator/package.json b/lit-calculator/package.json new file mode 100644 index 0000000..c127b62 --- /dev/null +++ b/lit-calculator/package.json @@ -0,0 +1,18 @@ +{ + "name": "lit-calculator", + "version": "1.0.0", + "private": true, + "scripts": { + "build": "esbuild docs/calculator.ts --bundle --outfile=docs/calculator.js --format=esm --minify --target=es2022" + }, + "dependencies": { + "lit": "^3.1.2" + }, + "devDependencies": { + "typescript": "^5.4.0", + "esbuild": "^0.20.1" + }, + "pnpm": { + "onlyBuiltDependencies": [] + } +} diff --git a/lit-calculator/pnpm-lock.yaml b/lit-calculator/pnpm-lock.yaml new file mode 100644 index 0000000..334f39d --- /dev/null +++ b/lit-calculator/pnpm-lock.yaml @@ -0,0 +1,311 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + lit: + specifier: ^3.1.2 + version: 3.3.3 + devDependencies: + esbuild: + specifier: ^0.20.1 + version: 0.20.2 + typescript: + specifier: ^5.4.0 + version: 5.9.3 + +packages: + + '@esbuild/aix-ppc64@0.20.2': + resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.20.2': + resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.20.2': + resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.20.2': + resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.20.2': + resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.20.2': + resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.20.2': + resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.20.2': + resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.20.2': + resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.20.2': + resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.20.2': + resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.20.2': + resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.20.2': + resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.20.2': + resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.20.2': + resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.20.2': + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.20.2': + resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.20.2': + resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.20.2': + resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.20.2': + resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.20.2': + resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.20.2': + resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.20.2': + resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@lit-labs/ssr-dom-shim@1.6.0': + resolution: {integrity: sha512-VHb0ALPMTlgKjM6yIxxoQNnpKyUKLD04VzeQdsiXkMqkvYlAHxq9glGLmgbb889/1GsohSOAjvQYoiBppXFqrQ==} + + '@lit/reactive-element@2.1.2': + resolution: {integrity: sha512-pbCDiVMnne1lYUIaYNN5wrwQXDtHaYtg7YEFPeW+hws6U47WeFvISGUWekPGKWOP1ygrs0ef0o1VJMk1exos5A==} + + '@types/trusted-types@2.0.7': + resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} + + esbuild@0.20.2: + resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} + engines: {node: '>=12'} + hasBin: true + + lit-element@4.2.2: + resolution: {integrity: sha512-aFKhNToWxoyhkNDmWZwEva2SlQia+jfG0fjIWV//YeTaWrVnOxD89dPKfigCUspXFmjzOEUQpOkejH5Ly6sG0w==} + + lit-html@3.3.3: + resolution: {integrity: sha512-el8M6jK2o3RXBnrSHX3ZKrsN8zEV63pSExTO1wYJz7QndGYZ8353e2a5PPX+qHe2aGayfnchQmkAojaWAREOIA==} + + lit@3.3.3: + resolution: {integrity: sha512-fycuvZg/hkpozL00lm1pEJH5nN/lr9ZXd6mJI2HSN4+Bzc+LDNdEApJ6HFbPkdFNHLvOplIIuJvxkS4XUxqirw==} + + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} + hasBin: true + +snapshots: + + '@esbuild/aix-ppc64@0.20.2': + optional: true + + '@esbuild/android-arm64@0.20.2': + optional: true + + '@esbuild/android-arm@0.20.2': + optional: true + + '@esbuild/android-x64@0.20.2': + optional: true + + '@esbuild/darwin-arm64@0.20.2': + optional: true + + '@esbuild/darwin-x64@0.20.2': + optional: true + + '@esbuild/freebsd-arm64@0.20.2': + optional: true + + '@esbuild/freebsd-x64@0.20.2': + optional: true + + '@esbuild/linux-arm64@0.20.2': + optional: true + + '@esbuild/linux-arm@0.20.2': + optional: true + + '@esbuild/linux-ia32@0.20.2': + optional: true + + '@esbuild/linux-loong64@0.20.2': + optional: true + + '@esbuild/linux-mips64el@0.20.2': + optional: true + + '@esbuild/linux-ppc64@0.20.2': + optional: true + + '@esbuild/linux-riscv64@0.20.2': + optional: true + + '@esbuild/linux-s390x@0.20.2': + optional: true + + '@esbuild/linux-x64@0.20.2': + optional: true + + '@esbuild/netbsd-x64@0.20.2': + optional: true + + '@esbuild/openbsd-x64@0.20.2': + optional: true + + '@esbuild/sunos-x64@0.20.2': + optional: true + + '@esbuild/win32-arm64@0.20.2': + optional: true + + '@esbuild/win32-ia32@0.20.2': + optional: true + + '@esbuild/win32-x64@0.20.2': + optional: true + + '@lit-labs/ssr-dom-shim@1.6.0': {} + + '@lit/reactive-element@2.1.2': + dependencies: + '@lit-labs/ssr-dom-shim': 1.6.0 + + '@types/trusted-types@2.0.7': {} + + esbuild@0.20.2: + optionalDependencies: + '@esbuild/aix-ppc64': 0.20.2 + '@esbuild/android-arm': 0.20.2 + '@esbuild/android-arm64': 0.20.2 + '@esbuild/android-x64': 0.20.2 + '@esbuild/darwin-arm64': 0.20.2 + '@esbuild/darwin-x64': 0.20.2 + '@esbuild/freebsd-arm64': 0.20.2 + '@esbuild/freebsd-x64': 0.20.2 + '@esbuild/linux-arm': 0.20.2 + '@esbuild/linux-arm64': 0.20.2 + '@esbuild/linux-ia32': 0.20.2 + '@esbuild/linux-loong64': 0.20.2 + '@esbuild/linux-mips64el': 0.20.2 + '@esbuild/linux-ppc64': 0.20.2 + '@esbuild/linux-riscv64': 0.20.2 + '@esbuild/linux-s390x': 0.20.2 + '@esbuild/linux-x64': 0.20.2 + '@esbuild/netbsd-x64': 0.20.2 + '@esbuild/openbsd-x64': 0.20.2 + '@esbuild/sunos-x64': 0.20.2 + '@esbuild/win32-arm64': 0.20.2 + '@esbuild/win32-ia32': 0.20.2 + '@esbuild/win32-x64': 0.20.2 + + lit-element@4.2.2: + dependencies: + '@lit-labs/ssr-dom-shim': 1.6.0 + '@lit/reactive-element': 2.1.2 + lit-html: 3.3.3 + + lit-html@3.3.3: + dependencies: + '@types/trusted-types': 2.0.7 + + lit@3.3.3: + dependencies: + '@lit/reactive-element': 2.1.2 + lit-element: 4.2.2 + lit-html: 3.3.3 + + typescript@5.9.3: {} diff --git a/lit-calculator/tsconfig.json b/lit-calculator/tsconfig.json new file mode 100644 index 0000000..d6a7d71 --- /dev/null +++ b/lit-calculator/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "target": "ES2022", + "module": "ESNext", + "moduleResolution": "node", + "lib": ["esnext", "dom"], + "declaration": true, + "sourceMap": true, + "inlineSources": false, + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "noImplicitAny": true, + "noImplicitThis": true, + "skipLibCheck": true, + "experimentalDecorators": true + }, + "include": ["docs/**/*"], + "exclude": ["node_modules", "**/*.spec.ts"] +} diff --git a/lit-code-editor b/lit-code-editor deleted file mode 160000 index 7af8265..0000000 --- a/lit-code-editor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7af8265f7213a163aa79d795a1b9ff6486d251ac diff --git a/lit-code-editor/.github/workflows/ci.yml b/lit-code-editor/.github/workflows/ci.yml new file mode 100644 index 0000000..dbcaaa5 --- /dev/null +++ b/lit-code-editor/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/lit-code-editor/.gitignore b/lit-code-editor/.gitignore new file mode 100644 index 0000000..759ef53 --- /dev/null +++ b/lit-code-editor/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +types +*.local diff --git a/lit-code-editor/LICENSE b/lit-code-editor/LICENSE new file mode 100644 index 0000000..396a87f --- /dev/null +++ b/lit-code-editor/LICENSE @@ -0,0 +1,43 @@ +Apache License, Version 2.0 +SPDX short identifier: Apache-2.0 +Further resources on the Apache License, Version 2.0 + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. \ No newline at end of file diff --git a/lit-code-editor/README.md b/lit-code-editor/README.md new file mode 100644 index 0000000..a77440d --- /dev/null +++ b/lit-code-editor/README.md @@ -0,0 +1,9 @@ +# Lit Code Editor + +[![Demo](https://github.com/rodydavis/lit-code-editor/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/lit-code-editor/actions/workflows/ci.yml) + +Simple example of Lit + Vite + Monaco Editor as a web component that can be embedded in pages. + +Online demo: https://rodydavis.github.io/lit-code-editor/ + +Another version to look at: https://github.com/vanillawc/wc-monaco-editor diff --git a/lit-code-editor/index.html b/lit-code-editor/index.html new file mode 100644 index 0000000..18b51c4 --- /dev/null +++ b/lit-code-editor/index.html @@ -0,0 +1,27 @@ + + + + + + + Lit Code Editor + + + + + + + + + diff --git a/lit-code-editor/package-lock.json b/lit-code-editor/package-lock.json new file mode 100644 index 0000000..c95f072 --- /dev/null +++ b/lit-code-editor/package-lock.json @@ -0,0 +1,255 @@ +{ + "name": "lit-code-editor", + "version": "0.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@lit/reactive-element": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0-rc.2.tgz", + "integrity": "sha512-cujeIl5Ei8FC7UHf4/4Q3bRJOtdTe1vpJV/JEBYCggedmQ+2P8A2oz7eE+Vxi6OJ4nc0X+KZxXnBoH4QrEbmEQ==" + }, + "@types/node": { + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.7.tgz", + "integrity": "sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==", + "dev": true + }, + "@types/trusted-types": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz", + "integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==" + }, + "ast-types": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", + "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "dev": true, + "requires": { + "tslib": "^2.0.1" + } + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "es-module-lexer": { + "version": "0.3.26", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.3.26.tgz", + "integrity": "sha512-Va0Q/xqtrss45hWzP8CZJwzGSZJjDM5/MJRE3IXXnUCcVLElR9BRaE9F62BopysASyc4nM3uwhSW7FFB9nlWAA==", + "dev": true + }, + "esbuild": { + "version": "0.12.17", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.17.tgz", + "integrity": "sha512-GshKJyVYUnlSXIZj/NheC2O0Kblh42CS7P1wJyTbbIHevTG4jYMS9NNw8EOd8dDWD0dzydYHS01MpZoUcQXB4g==", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.5.0.tgz", + "integrity": "sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "lit": { + "version": "2.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz", + "integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-element": "^3.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + }, + "dependencies": { + "lit-element": { + "version": "3.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0-rc.2.tgz", + "integrity": "sha512-2Z7DabJ3b5K+p5073vFjMODoaWqy5PIaI4y6ADKm+fCGc8OnX9fU9dMoUEBZjFpd/bEFR9PBp050tUtBnT9XTQ==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + } + }, + "lit-html": { + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz", + "integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==", + "requires": { + "@types/trusted-types": "^1.0.1" + } + } + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "monaco-editor": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.26.1.tgz", + "integrity": "sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==" + }, + "nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "postcss": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz", + "integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==", + "dev": true, + "requires": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + } + }, + "recast": { + "version": "0.20.5", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", + "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", + "dev": true, + "requires": { + "ast-types": "0.14.2", + "esprima": "~4.0.0", + "source-map": "~0.6.1", + "tslib": "^2.0.1" + } + }, + "regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "rollup": { + "version": "2.55.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz", + "integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "rollup-plugin-monaco-editor": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-monaco-editor/-/rollup-plugin-monaco-editor-0.1.0.tgz", + "integrity": "sha512-58+N51L8lhhZt8LhoJCRAoPiRSUcRYxFnEPEubZaj2JeDT9MdEAs7BhJLj/EHFJ/5qYCwsaxRtOClrXjh34sCA==", + "dev": true, + "requires": { + "es-module-lexer": "^0.3.26", + "recast": "^0.20.4", + "regenerator-runtime": "^0.13.9", + "semver": "^7.3.5" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true + }, + "tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", + "dev": true + }, + "typescript": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", + "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "dev": true + }, + "vite": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.4.4.tgz", + "integrity": "sha512-m1wK6pFJKmaYA6AeZIUXyiAgUAAJzVXhIMYCdZUpCaFMGps0v0IlNJtbmPvkUhVEyautalajmnW5X6NboUPsnw==", + "dev": true, + "requires": { + "esbuild": "^0.12.8", + "fsevents": "~2.3.2", + "postcss": "^8.3.6", + "resolve": "^1.20.0", + "rollup": "^2.38.5" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } +} diff --git a/lit-code-editor/package.json b/lit-code-editor/package.json new file mode 100644 index 0000000..5e7155e --- /dev/null +++ b/lit-code-editor/package.json @@ -0,0 +1,23 @@ +{ + "name": "lit-code-editor", + "version": "0.0.0", + "files": [ + "dist", + "types" + ], + "scripts": { + "start": "npm run dev", + "dev": "vite", + "build": "tsc && vite build", + "serve": "tsc && vite preview" + }, + "dependencies": { + "lit": "*", + "monaco-editor": "^0.26.1" + }, + "devDependencies": { + "@types/node": "^16.4.7", + "typescript": "^4.3.5", + "vite": "^2.4.4" + } +} \ No newline at end of file diff --git a/lit-code-editor/src/code-editor.d.ts b/lit-code-editor/src/code-editor.d.ts new file mode 100644 index 0000000..2a70456 --- /dev/null +++ b/lit-code-editor/src/code-editor.d.ts @@ -0,0 +1,27 @@ +import { LitElement } from "lit"; +import * as monaco from "monaco-editor"; +export declare class CodeEditor extends LitElement { + private container; + editor?: monaco.editor.IStandaloneCodeEditor; + readOnly?: boolean; + theme?: string; + language?: string; + code?: string; + static styles: import("lit").CSSResultGroup; + render(): import("lit").TemplateResult<1>; + private getFile; + private getCode; + private getLang; + private getTheme; + private isDark; + setValue(value: string): void; + getValue(): string; + setReadOnly(value: boolean): void; + setOptions(value: monaco.editor.IStandaloneEditorConstructionOptions): void; + firstUpdated(): void; +} +declare global { + interface HTMLElementTagNameMap { + "code-editor": CodeEditor; + } +} diff --git a/lit-code-editor/src/code-editor.ts b/lit-code-editor/src/code-editor.ts new file mode 100644 index 0000000..c52e91a --- /dev/null +++ b/lit-code-editor/src/code-editor.ts @@ -0,0 +1,136 @@ +import { css, html, LitElement } from "lit"; +import { customElement, property } from "lit/decorators.js"; +import { createRef, Ref, ref } from "lit/directives/ref.js"; + +// -- Monaco Editor Imports -- +import * as monaco from "monaco-editor"; +import styles from "monaco-editor/min/vs/editor/editor.main.css"; +import editorWorker from "monaco-editor/esm/vs/editor/editor.worker?worker"; +import jsonWorker from "monaco-editor/esm/vs/language/json/json.worker?worker"; +import cssWorker from "monaco-editor/esm/vs/language/css/css.worker?worker"; +import htmlWorker from "monaco-editor/esm/vs/language/html/html.worker?worker"; +import tsWorker from "monaco-editor/esm/vs/language/typescript/ts.worker?worker"; + +// @ts-ignore +self.MonacoEnvironment = { + getWorker(_: any, label: string) { + if (label === "json") { + return new jsonWorker(); + } + if (label === "css" || label === "scss" || label === "less") { + return new cssWorker(); + } + if (label === "html" || label === "handlebars" || label === "razor") { + return new htmlWorker(); + } + if (label === "typescript" || label === "javascript") { + return new tsWorker(); + } + return new editorWorker(); + }, +}; + +@customElement("code-editor") +export class CodeEditor extends LitElement { + private container: Ref = createRef(); + editor?: monaco.editor.IStandaloneCodeEditor; + @property({ type: Boolean, attribute: "readonly" }) readOnly?: boolean; + @property() theme?: string; + @property() language?: string; + @property() code?: string; + + static styles = css` + :host { + --editor-width: 100%; + --editor-height: 100vh; + } + main { + width: var(--editor-width); + height: var(--editor-height); + } + `; + + render() { + return html` + +
+ `; + } + + private getFile() { + if (this.children.length > 0) return this.children[0]; + return null; + } + + private getCode() { + if (this.code) return this.code; + const file = this.getFile(); + if (!file) return; + return file.innerHTML.trim(); + } + + private getLang() { + if (this.language) return this.language; + const file = this.getFile(); + if (!file) return; + const type = file.getAttribute("type")!; + return type.split("/").pop()!; + } + + private getTheme() { + if (this.theme) return this.theme; + if (this.isDark()) return "vs-dark"; + return "vs-light"; + } + + private isDark() { + return ( + window.matchMedia && + window.matchMedia("(prefers-color-scheme: dark)").matches + ); + } + + setValue(value: string) { + this.editor!.setValue(value); + } + + getValue() { + const value = this.editor!.getValue(); + return value; + } + + setReadOnly(value: boolean) { + this.readOnly = value; + this.setOptions({ readOnly: value }); + } + + setOptions(value: monaco.editor.IStandaloneEditorConstructionOptions) { + this.editor!.updateOptions(value); + } + + firstUpdated() { + this.editor = monaco.editor.create(this.container.value!, { + value: this.getCode(), + language: this.getLang(), + theme: this.getTheme(), + automaticLayout: true, + readOnly: this.readOnly ?? false, + }); + this.editor.getModel()!.onDidChangeContent(() => { + this.dispatchEvent(new CustomEvent("change", { detail: {} })); + }); + window + .matchMedia("(prefers-color-scheme: dark)") + .addEventListener("change", () => { + monaco.editor.setTheme(this.getTheme()); + }); + } +} + +declare global { + interface HTMLElementTagNameMap { + "code-editor": CodeEditor; + } +} diff --git a/lit-code-editor/src/favicon.svg b/lit-code-editor/src/favicon.svg new file mode 100644 index 0000000..de4aedd --- /dev/null +++ b/lit-code-editor/src/favicon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/lit-code-editor/src/vite-env.d.ts b/lit-code-editor/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/lit-code-editor/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/lit-code-editor/tsconfig.json b/lit-code-editor/tsconfig.json new file mode 100644 index 0000000..d17e916 --- /dev/null +++ b/lit-code-editor/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "module": "esnext", + "lib": ["es2017", "dom", "dom.iterable"], + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "./types", + "rootDir": "./src", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true + }, + "include": ["src/**/*.ts"], + "exclude": [] +} diff --git a/lit-code-editor/vite.config.ts b/lit-code-editor/vite.config.ts new file mode 100644 index 0000000..ee7b8ec --- /dev/null +++ b/lit-code-editor/vite.config.ts @@ -0,0 +1,13 @@ +import { defineConfig } from "vite"; +import { resolve } from "path"; + +export default defineConfig({ + base: "/lit-code-editor/", + build: { + rollupOptions: { + input: { + main: resolve(__dirname, "index.html"), + }, + }, + }, +}); diff --git a/lit-draggable-dom b/lit-draggable-dom deleted file mode 160000 index 553b353..0000000 --- a/lit-draggable-dom +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 553b353ba4951ae0e73c7190272fa9a3969d05d0 diff --git a/lit-draggable-dom/.github/workflows/ci.yml b/lit-draggable-dom/.github/workflows/ci.yml new file mode 100644 index 0000000..dbcaaa5 --- /dev/null +++ b/lit-draggable-dom/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/lit-draggable-dom/.gitignore b/lit-draggable-dom/.gitignore new file mode 100644 index 0000000..759ef53 --- /dev/null +++ b/lit-draggable-dom/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +types +*.local diff --git a/lit-draggable-dom/.vscode/settings.json b/lit-draggable-dom/.vscode/settings.json new file mode 100644 index 0000000..1a5e011 --- /dev/null +++ b/lit-draggable-dom/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "vite" + ] +} \ No newline at end of file diff --git a/lit-draggable-dom/LICENSE b/lit-draggable-dom/LICENSE new file mode 100644 index 0000000..396a87f --- /dev/null +++ b/lit-draggable-dom/LICENSE @@ -0,0 +1,43 @@ +Apache License, Version 2.0 +SPDX short identifier: Apache-2.0 +Further resources on the Apache License, Version 2.0 + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. \ No newline at end of file diff --git a/lit-draggable-dom/README.md b/lit-draggable-dom/README.md new file mode 100644 index 0000000..2ad57aa --- /dev/null +++ b/lit-draggable-dom/README.md @@ -0,0 +1,13 @@ +# Lit Draggable DOM + +[Lit](https://lit.dev) Example of how to take HTML Elements or SVG Elements as slots and render them on a canvas that can be dragged as a whole or individual items. + +You can try the demo [here](https://rodydavis.github.io/lit-draggable-dom/)! + +Here is the related [blog post](https://rodydavis.com/posts/lit-draggable-dom/). + +This uses [CSS 2D transforms and pointer capture events](https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture) to efficiently render and move the elements. + +![](/screenshot.png) + +There is also an example on the Lit playground [here](https://lit.dev/playground/#project=W3sibmFtZSI6ImxpdC1jc3MtY2FudmFzLnRzIiwiY29udGVudCI6ImltcG9ydCB7IGh0bWwsIGNzcywgTGl0RWxlbWVudCB9IGZyb20gXCJsaXRcIjtcbmltcG9ydCB7IGN1c3RvbUVsZW1lbnQsIHF1ZXJ5IH0gZnJvbSBcImxpdC9kZWNvcmF0b3JzLmpzXCI7XG5cbnR5cGUgRHJhZ1R5cGUgPSBcIm5vbmVcIiB8IFwiY2FudmFzXCIgfCBcImVsZW1lbnRcIjtcbnR5cGUgU3VwcG9ydGVkTm9kZSA9IEhUTUxFbGVtZW50IHwgU1ZHRWxlbWVudDtcblxuQGN1c3RvbUVsZW1lbnQoXCJjc3MtY2FudmFzXCIpXG5leHBvcnQgY2xhc3MgQ1NTQ2FudmFzIGV4dGVuZHMgTGl0RWxlbWVudCB7XG4gIEBxdWVyeShcIm1haW5cIikgcm9vdCE6IEhUTUxFbGVtZW50O1xuICBAcXVlcnkoXCIjY2hpbGRyZW5cIikgY29udGFpbmVyITogSFRNTEVsZW1lbnQ7XG4gIEBxdWVyeShcImNhbnZhc1wiKSBjYW52YXMhOiBIVE1MQ2FudmFzRWxlbWVudDtcbiAgZHJhZ1R5cGU6IERyYWdUeXBlID0gXCJub25lXCI7XG4gIG9mZnNldDogT2Zmc2V0ID0geyB4OiAwLCB5OiAwIH07XG4gIHBvaW50ZXJNYXA6IE1hcDxudW1iZXIsIFBvaW50ZXJEYXRhPiA9IG5ldyBNYXAoKTtcblxuICBzdGF0aWMgc3R5bGVzID0gY3NzYFxuICAgIDpob3N0IHtcbiAgICAgIC0tb2Zmc2V0LXg6IDA7XG4gICAgICAtLW9mZnNldC15OiAwO1xuICAgICAgLS1ncmlkLWJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgICAgLS1ncmlkLWNvbG9yOiBibGFjaztcbiAgICAgIC0tZ3JpZC1zaXplOiA0MHB4O1xuICAgICAgLS1ncmlkLWRvdC1zaXplOiAxcHg7XG4gICAgfVxuICAgIG1haW4ge1xuICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB9XG4gICAgY2FudmFzIHtcbiAgICAgIGJhY2tncm91bmQtc2l6ZTogdmFyKC0tZ3JpZC1zaXplKSB2YXIoLS1ncmlkLXNpemUpO1xuICAgICAgYmFja2dyb3VuZC1pbWFnZTogcmFkaWFsLWdyYWRpZW50KFxuICAgICAgICBjaXJjbGUsXG4gICAgICAgIHZhcigtLWdyaWQtY29sb3IpIHZhcigtLWdyaWQtZG90LXNpemUpLFxuICAgICAgICB2YXIoLS1ncmlkLWJhY2tncm91bmQtY29sb3IpIHZhcigtLWdyaWQtZG90LXNpemUpXG4gICAgICApO1xuICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbjogdmFyKC0tb2Zmc2V0LXgpIHZhcigtLW9mZnNldC15KTtcbiAgICAgIHotaW5kZXg6IDA7XG4gICAgfVxuICAgIC5mdWxsLXNpemUge1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgfVxuICAgIC5jaGlsZCB7XG4gICAgICAtLWR4OiAwcHg7XG4gICAgICAtLWR5OiAwcHg7XG4gICAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgICBmbGV4LXNocmluazogMTtcbiAgICAgIHotaW5kZXg6IHZhcigtLWxheWVyLCAwKTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKHZhcigtLWR4KSwgdmFyKC0tZHkpKTtcbiAgICB9XG4gICAgQG1lZGlhIChwcmVmZXJzLWNvbG9yLXNjaGVtZTogZGFyaykge1xuICAgICAgbWFpbiB7XG4gICAgICAgIC0tZ3JpZC1iYWNrZ3JvdW5kLWNvbG9yOiBibGFjaztcbiAgICAgICAgLS1ncmlkLWNvbG9yOiBncmV5O1xuICAgICAgfVxuICAgIH1cbiAgYDtcblxuICByZW5kZXIoKSB7XG4gICAgY29uc29sZS5sb2coXCJyZW5kZXJcIik7XG4gICAgcmV0dXJuIGh0bWxgXG4gICAgICA8bWFpbiBjbGFzcz1cImZ1bGwtc2l6ZVwiPlxuICAgICAgICA8Y2FudmFzIGNsYXNzPVwiZnVsbC1zaXplXCI-PC9jYW52YXM-XG4gICAgICAgIDxkaXYgaWQ9XCJjaGlsZHJlblwiIGNsYXNzPVwiZnVsbC1zaXplXCI-PC9kaXY-XG4gICAgICA8L21haW4-XG4gICAgYDtcbiAgfVxuXG4gIGhhbmRsZURvd24oZXZlbnQ6IFBvaW50ZXJFdmVudCwgdHlwZTogRHJhZ1R5cGUpIHtcbiAgICBpZiAodGhpcy5kcmFnVHlwZSA9PT0gXCJub25lXCIpIHtcbiAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICB0aGlzLmRyYWdUeXBlID0gdHlwZTtcbiAgICAgIChldmVudC50YXJnZXQgYXMgRWxlbWVudCkuc2V0UG9pbnRlckNhcHR1cmUoZXZlbnQucG9pbnRlcklkKTtcbiAgICAgIHRoaXMucG9pbnRlck1hcC5zZXQoZXZlbnQucG9pbnRlcklkLCB7XG4gICAgICAgIGlkOiBldmVudC5wb2ludGVySWQsXG4gICAgICAgIHN0YXJ0UG9zOiB7IHg6IGV2ZW50LmNsaWVudFgsIHk6IGV2ZW50LmNsaWVudFkgfSxcbiAgICAgICAgY3VycmVudFBvczogeyB4OiBldmVudC5jbGllbnRYLCB5OiBldmVudC5jbGllbnRZIH0sXG4gICAgICB9KTtcbiAgICB9XG4gIH1cblxuICBoYW5kbGVNb3ZlKFxuICAgIGV2ZW50OiBQb2ludGVyRXZlbnQsXG4gICAgdHlwZTogRHJhZ1R5cGUsXG4gICAgb25Nb3ZlOiAoZGVsdGE6IE9mZnNldCkgPT4gdm9pZFxuICApIHtcbiAgICBpZiAodGhpcy5kcmFnVHlwZSA9PT0gdHlwZSkge1xuICAgICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcbiAgICAgIGNvbnN0IHNhdmVkID0gdGhpcy5wb2ludGVyTWFwLmdldChldmVudC5wb2ludGVySWQpITtcbiAgICAgIGNvbnN0IGN1cnJlbnQgPSB7IC4uLnNhdmVkLmN1cnJlbnRQb3MgfTtcbiAgICAgIHNhdmVkLmN1cnJlbnRQb3MgPSB7IHg6IGV2ZW50LmNsaWVudFgsIHk6IGV2ZW50LmNsaWVudFkgfTtcbiAgICAgIGNvbnN0IGRlbHRhID0ge1xuICAgICAgICB4OiBzYXZlZC5jdXJyZW50UG9zLnggLSBjdXJyZW50LngsXG4gICAgICAgIHk6IHNhdmVkLmN1cnJlbnRQb3MueSAtIGN1cnJlbnQueSxcbiAgICAgIH07XG4gICAgICBvbk1vdmUoZGVsdGEpO1xuICAgIH1cbiAgfVxuXG4gIGhhbmRsZVVwKGV2ZW50OiBQb2ludGVyRXZlbnQpIHtcbiAgICB0aGlzLmRyYWdUeXBlID0gXCJub25lXCI7XG4gICAgKGV2ZW50LnRhcmdldCBhcyBFbGVtZW50KS5yZWxlYXNlUG9pbnRlckNhcHR1cmUoZXZlbnQucG9pbnRlcklkKTtcbiAgfVxuXG4gIG1vdmVDYW52YXMoZGVsdGE6IE9mZnNldCkge1xuICAgIHRoaXMub2Zmc2V0LnggKz0gZGVsdGEueDtcbiAgICB0aGlzLm9mZnNldC55ICs9IGRlbHRhLnk7XG4gICAgdGhpcy5yb290LnN0eWxlLnNldFByb3BlcnR5KFwiLS1vZmZzZXQteFwiLCBgJHt0aGlzLm9mZnNldC54fXB4YCk7XG4gICAgdGhpcy5yb290LnN0eWxlLnNldFByb3BlcnR5KFwiLS1vZmZzZXQteVwiLCBgJHt0aGlzLm9mZnNldC55fXB4YCk7XG4gIH1cblxuICBtb3ZlRWxlbWVudChjaGlsZDogU3VwcG9ydGVkTm9kZSwgZGVsdGE6IE9mZnNldCkge1xuICAgIGNvbnN0IGdldE51bWJlciA9IChrZXk6IFwiLS1keFwiIHwgXCItLWR5XCIsIGZhbGxiYWNrOiBudW1iZXIpID0-IHtcbiAgICAgIGNvbnN0IHNhdmVkID0gY2hpbGQuc3R5bGUuZ2V0UHJvcGVydHlWYWx1ZShrZXkpO1xuICAgICAgaWYgKHNhdmVkLmxlbmd0aCA-IDApIHtcbiAgICAgICAgcmV0dXJuIHBhcnNlRmxvYXQoc2F2ZWQucmVwbGFjZShcInB4XCIsIFwiXCIpKTtcbiAgICAgIH1cbiAgICAgIHJldHVybiBmYWxsYmFjaztcbiAgICB9O1xuICAgIGNvbnN0IGR4ID0gZ2V0TnVtYmVyKFwiLS1keFwiLCAwKSArIGRlbHRhLng7XG4gICAgY29uc3QgZHkgPSBnZXROdW1iZXIoXCItLWR5XCIsIDApICsgZGVsdGEueTtcbiAgICBjaGlsZC5zdHlsZS50cmFuc2Zvcm0gPSBgdHJhbnNsYXRlKCR7ZHh9cHgsICR7ZHl9cHgpYDtcbiAgICBjaGlsZC5zdHlsZS5zZXRQcm9wZXJ0eShcIi0tZHhcIiwgYCR7ZHh9cHhgKTtcbiAgICBjaGlsZC5zdHlsZS5zZXRQcm9wZXJ0eShcIi0tZHlcIiwgYCR7ZHl9cHhgKTtcbiAgfVxuXG4gIGFzeW5jIGZpcnN0VXBkYXRlZCgpIHtcbiAgICBjb25zdCBpdGVtcyA9IEFycmF5LmZyb20odGhpcy5jaGlsZE5vZGVzKTtcbiAgICBsZXQgaSA9IDA7XG4gICAgZm9yIChjb25zdCBub2RlIG9mIGl0ZW1zKSB7XG4gICAgICBpZiAobm9kZSBpbnN0YW5jZW9mIFNWR0VsZW1lbnQgfHwgbm9kZSBpbnN0YW5jZW9mIEhUTUxFbGVtZW50KSB7XG4gICAgICAgIGNvbnN0IGNoaWxkID0gbm9kZSBhcyBTdXBwb3J0ZWROb2RlO1xuICAgICAgICBjaGlsZC5jbGFzc0xpc3QuYWRkKFwiY2hpbGRcIik7XG4gICAgICAgIGNoaWxkLnN0eWxlLnNldFByb3BlcnR5KFwiLS1sYXllclwiLCBgJHtpfWApO1xuICAgICAgICB0aGlzLmNvbnRhaW5lci5hcHBlbmQoY2hpbGQpO1xuICAgICAgICBjaGlsZC5hZGRFdmVudExpc3RlbmVyKFwicG9pbnRlcmRvd25cIiwgKGU6IGFueSkgPT4ge1xuICAgICAgICAgIHRoaXMuaGFuZGxlRG93bihlLCBcImVsZW1lbnRcIik7XG4gICAgICAgIH0pO1xuICAgICAgICBjaGlsZC5hZGRFdmVudExpc3RlbmVyKFwicG9pbnRlcm1vdmVcIiwgKGU6IGFueSkgPT4ge1xuICAgICAgICAgIHRoaXMuaGFuZGxlTW92ZShlLCBcImVsZW1lbnRcIiwgKGRlbHRhKSA9PiB7XG4gICAgICAgICAgICB0aGlzLm1vdmVFbGVtZW50KGNoaWxkLCBkZWx0YSk7XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgICBpKys7XG4gICAgICB9XG4gICAgfVxuICAgIHRoaXMucmVxdWVzdFVwZGF0ZSgpO1xuICAgIHRoaXMucm9vdC5hZGRFdmVudExpc3RlbmVyKFwicG9pbnRlcmRvd25cIiwgKGU6IGFueSkgPT4ge1xuICAgICAgdGhpcy5oYW5kbGVEb3duKGUsIFwiY2FudmFzXCIpO1xuICAgIH0pO1xuICAgIHRoaXMucm9vdC5hZGRFdmVudExpc3RlbmVyKFwicG9pbnRlcm1vdmVcIiwgKGU6IGFueSkgPT4ge1xuICAgICAgdGhpcy5oYW5kbGVNb3ZlKGUsIFwiY2FudmFzXCIsIChkZWx0YSkgPT4ge1xuICAgICAgICB0aGlzLm1vdmVDYW52YXMoZGVsdGEpO1xuICAgICAgICBmb3IgKGNvbnN0IG5vZGUgb2YgQXJyYXkuZnJvbSh0aGlzLmNvbnRhaW5lci5jaGlsZHJlbikpIHtcbiAgICAgICAgICBpZiAobm9kZSBpbnN0YW5jZW9mIFNWR0VsZW1lbnQgfHwgbm9kZSBpbnN0YW5jZW9mIEhUTUxFbGVtZW50KSB7XG4gICAgICAgICAgICB0aGlzLm1vdmVFbGVtZW50KG5vZGUsIGRlbHRhKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICAgIH0pO1xuICAgIHRoaXMucm9vdC5hZGRFdmVudExpc3RlbmVyKFwicG9pbnRlcnVwXCIsIChlOiBhbnkpID0-IHtcbiAgICAgIHRoaXMuaGFuZGxlVXAoZSk7XG4gICAgfSk7XG4gIH1cbn1cblxuaW50ZXJmYWNlIE9mZnNldCB7XG4gIHg6IG51bWJlcjtcbiAgeTogbnVtYmVyO1xufVxuXG5pbnRlcmZhY2UgUG9pbnRlckRhdGEge1xuICBpZDogbnVtYmVyO1xuICBzdGFydFBvczogT2Zmc2V0O1xuICBjdXJyZW50UG9zOiBPZmZzZXQ7XG59XG4ifSx7Im5hbWUiOiJpbmRleC5odG1sIiwiY29udGVudCI6IjwhRE9DVFlQRSBodG1sPlxuPGh0bWwgbGFuZz1cImVuXCI-XG4gIDxoZWFkPlxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiIC8-XG4gICAgPGxpbmsgcmVsPVwiaWNvblwiIHR5cGU9XCJpbWFnZS9zdmcreG1sXCIgaHJlZj1cIi9zcmMvZmF2aWNvbi5zdmdcIiAvPlxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCIgLz5cbiAgICA8dGl0bGU-TGl0IENTUyBDYW52YXM8L3RpdGxlPlxuICAgIDxzdHlsZT5cbiAgICAgIGJvZHkge1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IDEwMHZoO1xuICAgICAgfVxuICAgIDwvc3R5bGU-XG4gICAgPHNjcmlwdCB0eXBlPVwibW9kdWxlXCIgc3JjPVwiLi9saXQtY3NzLWNhbnZhcy5qc1wiPjwvc2NyaXB0PlxuICA8L2hlYWQ-XG4gIDxib2R5PlxuICAgIDxjc3MtY2FudmFzPlxuICAgICAgPGltZ1xuICAgICAgICBzcmM9XCJodHRwczovL2xpdC5kZXYvaW1hZ2VzL2xvZ28uc3ZnXCJcbiAgICAgICAgYWx0PVwiTGl0IExvZ29cIlxuICAgICAgICB3aWR0aD1cIjUwMFwiXG4gICAgICAgIGhlaWdodD1cIjMzM1wiXG4gICAgICAgIHN0eWxlPVwiLS1keDogNTkuNDkwOXB4OyAtLWR5OiAzMi44NDI5cHhcIlxuICAgICAgLz5cbiAgICAgIDxzdmcgd2lkdGg9XCI0MDBcIiBoZWlnaHQ9XCIxMTBcIiBzdHlsZT1cIi0tZHg6IDIzMC4wNTdweDsgLS1keTogMzMuNjI1N3B4XCI-XG4gICAgICAgIDxyZWN0XG4gICAgICAgICAgd2lkdGg9XCI0MDBcIlxuICAgICAgICAgIGhlaWdodD1cIjEwMFwiXG4gICAgICAgICAgc3R5bGU9XCJmaWxsOiByZ2IoMCwgMCwgMjU1KTsgc3Ryb2tlLXdpZHRoOiAzOyBzdHJva2U6IHJnYigwLCAwLCAwKVwiXG4gICAgICAgIC8-XG4gICAgICA8L3N2Zz5cbiAgICAgIDxzdmcgaGVpZ2h0PVwiMTAwXCIgd2lkdGg9XCIxMDBcIj5cbiAgICAgICAgPGNpcmNsZVxuICAgICAgICAgIGN4PVwiNTBcIlxuICAgICAgICAgIGN5PVwiNTBcIlxuICAgICAgICAgIHI9XCI0MFwiXG4gICAgICAgICAgc3Ryb2tlPVwiYmxhY2tcIlxuICAgICAgICAgIHN0cm9rZS13aWR0aD1cIjNcIlxuICAgICAgICAgIGZpbGw9XCJyZWRcIlxuICAgICAgICAvPlxuICAgICAgPC9zdmc-XG4gICAgPC9jc3MtY2FudmFzPlxuICA8L2JvZHk-XG48L2h0bWw-XG4ifV0). diff --git a/lit-draggable-dom/index.html b/lit-draggable-dom/index.html new file mode 100644 index 0000000..85e9861 --- /dev/null +++ b/lit-draggable-dom/index.html @@ -0,0 +1,46 @@ + + + + + + + Lit Draggable DOM + + + + + + Lit Logo + + + + + + + + + diff --git a/lit-draggable-dom/package-lock.json b/lit-draggable-dom/package-lock.json new file mode 100644 index 0000000..881a9e0 --- /dev/null +++ b/lit-draggable-dom/package-lock.json @@ -0,0 +1,163 @@ +{ + "name": "lit-css-canvas", + "version": "0.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@lit/reactive-element": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0-rc.2.tgz", + "integrity": "sha512-cujeIl5Ei8FC7UHf4/4Q3bRJOtdTe1vpJV/JEBYCggedmQ+2P8A2oz7eE+Vxi6OJ4nc0X+KZxXnBoH4QrEbmEQ==" + }, + "@types/node": { + "version": "15.12.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.4.tgz", + "integrity": "sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==", + "dev": true + }, + "@types/trusted-types": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-1.0.6.tgz", + "integrity": "sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==" + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "esbuild": { + "version": "0.12.9", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.12.9.tgz", + "integrity": "sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "lit": { + "version": "2.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz", + "integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-element": "^3.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + }, + "dependencies": { + "lit-element": { + "version": "3.0.0-rc.2", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0-rc.2.tgz", + "integrity": "sha512-2Z7DabJ3b5K+p5073vFjMODoaWqy5PIaI4y6ADKm+fCGc8OnX9fU9dMoUEBZjFpd/bEFR9PBp050tUtBnT9XTQ==", + "requires": { + "@lit/reactive-element": "^1.0.0-rc.2", + "lit-html": "^2.0.0-rc.3" + } + }, + "lit-html": { + "version": "2.0.0-rc.3", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz", + "integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==", + "requires": { + "@types/trusted-types": "^1.0.1" + } + } + } + }, + "nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "postcss": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", + "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "dev": true, + "requires": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + } + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "rollup": { + "version": "2.52.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz", + "integrity": "sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true + }, + "typescript": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", + "dev": true + }, + "vite": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.3.8.tgz", + "integrity": "sha512-QiEx+iqNnJntSgSF2fWRQvRey9pORIrtNJzNyBJXwc+BdzWs83FQolX84cTBo393cfhObrtWa6180dAa4NLDiQ==", + "dev": true, + "requires": { + "esbuild": "^0.12.8", + "fsevents": "~2.3.2", + "postcss": "^8.3.4", + "resolve": "^1.20.0", + "rollup": "^2.38.5" + } + } + } +} diff --git a/lit-draggable-dom/package.json b/lit-draggable-dom/package.json new file mode 100644 index 0000000..361b1f1 --- /dev/null +++ b/lit-draggable-dom/package.json @@ -0,0 +1,16 @@ +{ + "name": "lit-css-canvas", + "version": "0.0.0", + "scripts": { + "dev": "vite --host", + "build": "tsc && vite build" + }, + "dependencies": { + "lit": "*" + }, + "devDependencies": { + "@types/node": "^15.12.4", + "typescript": "^4.3.2", + "vite": "^2.3.8" + } +} diff --git a/lit-draggable-dom/screenshot.png b/lit-draggable-dom/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c3ebca15dee0f0c6c54df3928cf41d121b5e66 GIT binary patch literal 24454 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 s4cyo;dgj>Zac#(%j@l>PJ^0Vwu% = new Map(); + + static styles = css` + :host { + --offset-x: 0; + --offset-y: 0; + --grid-background-color: white; + --grid-color: black; + --grid-size: 40px; + --grid-dot-size: 1px; + } + main { + overflow: hidden; + } + canvas { + background-size: var(--grid-size) var(--grid-size); + background-image: radial-gradient( + circle, + var(--grid-color) var(--grid-dot-size), + var(--grid-background-color) var(--grid-dot-size) + ); + background-position: var(--offset-x) var(--offset-y); + z-index: 0; + } + .full-size { + width: 100%; + height: 100%; + position: fixed; + transform: translate(var(--dx), var(--dy)); + } + .child { + --dx: 0px; + --dy: 0px; + position: fixed; + flex-shrink: 1; + z-index: var(--layer, 0); + transform: translate(var(--dx), var(--dy)); + } + @media (prefers-color-scheme: dark) { + main { + --grid-background-color: black; + --grid-color: grey; + } + } + `; + + render() { + return html` +
this.handleDown(e, "canvas")} + @pointermove=${(e: any) => + this.handleMove(e, "canvas", (delta) => this.moveCanvas(delta))} + @touchstart=${(e: any) => this.handleDown(e, "canvas")} + @touchmove=${(e: any) => + this.handleMove(e, "canvas", (delta) => this.moveCanvas(delta))} + @pointerup=${(e: any) => this.handleUp(e)} + > + +
+ this.handleDown(e, "element")} + @pointermove=${(e: any) => + this.handleMove(e, "element", (delta) => { + this.moveElement( + e.target.parentElement === this + ? e.target + : e.target.parentElement, + delta + ); + })} + @touchstart=${(e: any) => this.handleDown(e, "element")} + @touchmove=${(e: any) => + this.handleMove(e, "element", (delta) => + this.moveElement( + e.target.parentElement === this + ? e.target + : e.target.parentElement, + delta + ) + )} + > +
+
+ `; + } + + handleDown(event: PointerEvent, type: DragType) { + if (this.dragType === "none") { + event.preventDefault(); + this.dragType = type; + (event.target as Element).setPointerCapture(event.pointerId); + this.pointerMap.set(event.pointerId, { + id: event.pointerId, + startPos: { x: event.clientX, y: event.clientY }, + currentPos: { x: event.clientX, y: event.clientY }, + }); + } + } + + handleMove( + event: PointerEvent, + type: DragType, + onMove: (delta: Offset) => void + ) { + if (this.dragType === type) { + event.preventDefault(); + const saved = this.pointerMap.get(event.pointerId)!; + const current = { ...saved.currentPos }; + saved.currentPos = { x: event.clientX, y: event.clientY }; + const delta = { + x: saved.currentPos.x - current.x, + y: saved.currentPos.y - current.y, + }; + onMove(delta); + } + } + + handleUp(event: PointerEvent) { + this.dragType = "none"; + (event.target as Element).releasePointerCapture(event.pointerId); + } + + moveCanvas(delta: Offset) { + this.offset.x += delta.x; + this.offset.y += delta.y; + this.root.style.setProperty("--offset-x", `${this.offset.x}px`); + this.root.style.setProperty("--offset-y", `${this.offset.y}px`); + this.container.style.setProperty("--dx", `${this.offset.x}px`); + this.container.style.setProperty("--dy", `${this.offset.y}px`); + } + + moveElement(child: SupportedNode, delta: Offset) { + const getNumber = (key: "--dx" | "--dy", fallback: number) => { + const saved = child.style.getPropertyValue(key); + if (saved.length > 0) { + return parseFloat(saved.replace("px", "")); + } + return fallback; + }; + const dx = getNumber("--dx", 0) + delta.x; + const dy = getNumber("--dy", 0) + delta.y; + child.style.transform = `translate(${dx}px, ${dy}px)`; + child.style.setProperty("--dx", `${dx}px`); + child.style.setProperty("--dy", `${dy}px`); + } +} + +interface Offset { + x: number; + y: number; +} + +interface PointerData { + id: number; + startPos: Offset; + currentPos: Offset; +} diff --git a/lit-draggable-dom/src/favicon.svg b/lit-draggable-dom/src/favicon.svg new file mode 100644 index 0000000..2c3a23d --- /dev/null +++ b/lit-draggable-dom/src/favicon.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lit-draggable-dom/src/vite-env.d.ts b/lit-draggable-dom/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/lit-draggable-dom/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/lit-draggable-dom/tsconfig.json b/lit-draggable-dom/tsconfig.json new file mode 100644 index 0000000..d17e916 --- /dev/null +++ b/lit-draggable-dom/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "module": "esnext", + "lib": ["es2017", "dom", "dom.iterable"], + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "./types", + "rootDir": "./src", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true + }, + "include": ["src/**/*.ts"], + "exclude": [] +} diff --git a/lit-draggable-dom/vite.config.ts b/lit-draggable-dom/vite.config.ts new file mode 100644 index 0000000..e926a60 --- /dev/null +++ b/lit-draggable-dom/vite.config.ts @@ -0,0 +1,13 @@ +import { defineConfig } from "vite"; +import { resolve } from "path"; + +export default defineConfig({ + base: "/lit-draggable-dom/", + build: { + rollupOptions: { + input: { + main: resolve(__dirname, "index.html"), + }, + }, + }, +}); diff --git a/lit-file-based-routing/.github/workflows/ci.yml b/lit-file-based-routing/.github/workflows/ci.yml new file mode 100644 index 0000000..06937b7 --- /dev/null +++ b/lit-file-based-routing/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: ["main"] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist \ No newline at end of file diff --git a/lit-file-based-routing/.gitignore b/lit-file-based-routing/.gitignore new file mode 100644 index 0000000..759ef53 --- /dev/null +++ b/lit-file-based-routing/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +types +*.local diff --git a/lit-file-based-routing/LICENSE b/lit-file-based-routing/LICENSE new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/lit-file-based-routing/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/lit-file-based-routing/README.md b/lit-file-based-routing/README.md new file mode 100644 index 0000000..756d185 --- /dev/null +++ b/lit-file-based-routing/README.md @@ -0,0 +1,243 @@ +[![Demo](https://github.com/rodydavis/lit-file-based-routing/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/lit-file-based-routing/actions/workflows/ci.yml) + +# Lit File Based Routing + +Lit router for nested layouts and file based routing. Similar to https://remix.run/ but at client side. + +[Demo](https://rodydavis.github.io/lit-file-based-routing/#/dashboard/) + +[Package](/lit-file-router/) + +Archived in favor of: https://github.com/rodydavis/vscode-router-generator + +## Features + +- File based routing +- Nested layout + +## Defining a root layout + +To layout navigation once you will want to define a root layout that all pages can inherit from. + +```js +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("root-module") +export class RootModule extends LitElement { + static styles = css` + main { + display: flex; + flex-direction: row; + height: 100vh; + width: 100%; + } + aside { + display: flex; + flex-direction: column; + background-color: whitesmoke; + padding: 8px; + } + section { + flex: 1; + } + `; + + render() { + return html` +
+ `; + } +} + +``` + +## Defining a base layout + +You can define a base layout with the root name. For example: `dashboard.ts` + +```ts +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("dashboard-module") +export class DashboardModule extends LitElement { + static styles = css` + header { + height: 40px; + background-color: orange; + color: white; + display: flex; + flex-direction: row; + align-items: center; + padding-left: 10px; + padding-right: 10px; + justify-content: space-between; + } + `; + + render() { + return html`
+
+ Dashboard + +
+
+
`; + } +} + +``` + +If you notice the `` is used for the nested layout. + +## Defining the index route + +You can define the index route for when there are no args needed. For example: `dashboard/index.ts` + +```ts +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("dashboard-default") +export class DashboardDefault extends LitElement { + static styles = css``; + + render() { + return html`
Default Dashboard
`; + } +} + +``` + +Since this is a nested layout all you need to do is provide the component and it will inherit from the parent layout (dashboard.ts). + +## Defining a named arg + +You can define a named arg for a route if there is something that does not need data fetched for. For example: `/dashboard/overview.ts` + +```ts +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("overview-module") +export class OverviewModule extends LitElement { + static styles = css``; + + render() { + return html`
Overview
`; + } +} + +``` + +This is also just a component. + +## Defining a dynamic arg + +Sometimes the arg is generated at runtime or needs to be pulled from a database. For example: `dashboard/account/:id.ts` + +```ts +import { html, css, LitElement } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +@customElement("account-details") +export class AccountDetails extends LitElement { + static styles = css``; + + @property({ type: String }) id = ""; + + render() { + return html`
User ID: ${this.id}
`; + } +} + +``` + +You can see we set the file name with a prefix of `:` to define an arg to look for and match against. This will be provided in a map. + +## Usage + +If you install the package locally you can run `node lit-file-router` to have `src/generated-app.ts` added as a file when it analyzes the `src/pages/` directory. + +```html + + + + +``` + +### Dynamic Imports + +You can have the components load async with dynamic imports using the following command: + +`node lit-file-router --dynamic-imports=true` + +By default it will use static imports and have everything loaded at runtime. + +### Data caching and loader function + +You can export a loader function that will be used to set data on the component: + +```js +import { html, css, LitElement } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +export async function loader( + route: string, + args: { [key: string]: any } +): Promise { + await new Promise((resolve) => setTimeout(resolve, 1000)); + const id = args["id"]!; + return { + id, + name: "Name: " + id, + email: route, + }; +} + +@customElement("account-details") +export class AccountDetails extends LitElement { + static styles = css``; + + @property({ type: String }) id = ""; + @property({ type: Object }) data!: AccountData; + + render() { + return html`
User ID: ${this.data.id}
`; + } +} + +interface AccountData { + id: string; + name: string; + email: string; +} + +``` + +This will call the function to load the data before rendering starts. + +If you want to enable caching you can add the following command: + +`node lit-file-router --cache-all` + +It is off by default but it will cache the data from the loader function for the component and route and will pass the cached data from memory to the component. + +## Loading state + +You can pass show a progress indicator at the bottom by passing a loading arg: + +`node lit-file-router --show-loading=true` + +It is off by default, but this is useful for heavy requests that would hang the UI. diff --git a/lit-file-based-routing/index.html b/lit-file-based-routing/index.html new file mode 100644 index 0000000..b108728 --- /dev/null +++ b/lit-file-based-routing/index.html @@ -0,0 +1,19 @@ + + + + + + + Vite + Lit App + + + + + + + diff --git a/lit-file-based-routing/lit-file-router/.gitignore b/lit-file-based-routing/lit-file-router/.gitignore new file mode 100644 index 0000000..759ef53 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +types +*.local diff --git a/lit-file-based-routing/lit-file-router/package-lock.json b/lit-file-based-routing/lit-file-router/package-lock.json new file mode 100644 index 0000000..da22849 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/package-lock.json @@ -0,0 +1,269 @@ +{ + "name": "lit-file-router", + "version": "0.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/node": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", + "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", + "dev": true + }, + "esbuild": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", + "integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==", + "dev": true, + "requires": { + "esbuild-android-arm64": "0.13.15", + "esbuild-darwin-64": "0.13.15", + "esbuild-darwin-arm64": "0.13.15", + "esbuild-freebsd-64": "0.13.15", + "esbuild-freebsd-arm64": "0.13.15", + "esbuild-linux-32": "0.13.15", + "esbuild-linux-64": "0.13.15", + "esbuild-linux-arm": "0.13.15", + "esbuild-linux-arm64": "0.13.15", + "esbuild-linux-mips64le": "0.13.15", + "esbuild-linux-ppc64le": "0.13.15", + "esbuild-netbsd-64": "0.13.15", + "esbuild-openbsd-64": "0.13.15", + "esbuild-sunos-64": "0.13.15", + "esbuild-windows-32": "0.13.15", + "esbuild-windows-64": "0.13.15", + "esbuild-windows-arm64": "0.13.15" + } + }, + "esbuild-android-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz", + "integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==", + "dev": true, + "optional": true + }, + "esbuild-darwin-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz", + "integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==", + "dev": true, + "optional": true + }, + "esbuild-darwin-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz", + "integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz", + "integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz", + "integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz", + "integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==", + "dev": true, + "optional": true + }, + "esbuild-linux-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz", + "integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz", + "integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz", + "integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==", + "dev": true, + "optional": true + }, + "esbuild-linux-mips64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz", + "integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==", + "dev": true, + "optional": true + }, + "esbuild-linux-ppc64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz", + "integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==", + "dev": true, + "optional": true + }, + "esbuild-netbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz", + "integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==", + "dev": true, + "optional": true + }, + "esbuild-openbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz", + "integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==", + "dev": true, + "optional": true + }, + "esbuild-sunos-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz", + "integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==", + "dev": true, + "optional": true + }, + "esbuild-windows-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz", + "integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==", + "dev": true, + "optional": true + }, + "esbuild-windows-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", + "integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==", + "dev": true, + "optional": true + }, + "esbuild-windows-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz", + "integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==", + "dev": true, + "optional": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "nanoid": { + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "postcss": { + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", + "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", + "dev": true, + "requires": { + "nanoid": "^3.1.30", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.1" + } + }, + "resolve": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", + "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", + "dev": true, + "requires": { + "is-core-module": "^2.8.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "rollup": { + "version": "2.63.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.63.0.tgz", + "integrity": "sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "source-map-js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", + "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", + "dev": true + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "typescript": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "dev": true + }, + "vite": { + "version": "2.7.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.10.tgz", + "integrity": "sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==", + "dev": true, + "requires": { + "esbuild": "^0.13.12", + "fsevents": "~2.3.2", + "postcss": "^8.4.5", + "resolve": "^1.20.0", + "rollup": "^2.59.0" + } + } + } +} diff --git a/lit-file-based-routing/lit-file-router/package.json b/lit-file-based-routing/lit-file-router/package.json new file mode 100644 index 0000000..97569b5 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/package.json @@ -0,0 +1,20 @@ +{ + "type": "module", + "name": "lit-file-router", + "version": "0.0.0", + "main": "dist/index.js", + "types": "types/index.d.ts", + "files": [ + "dist", + "types" + ], + "scripts": { + "preinstall": "npm run build", + "build": "tsc" + }, + "dependencies": {}, + "devDependencies": { + "@types/node": "^17.0.8", + "typescript": "^4.4.4" + } +} \ No newline at end of file diff --git a/lit-file-based-routing/lit-file-router/src/analyze-page.ts b/lit-file-based-routing/lit-file-router/src/analyze-page.ts new file mode 100644 index 0000000..855274a --- /dev/null +++ b/lit-file-based-routing/lit-file-router/src/analyze-page.ts @@ -0,0 +1,56 @@ +export function analyzePage(path: string, content: string): WebComponent[] { + const components: WebComponent[] = []; + // Check for export function loader( or export async function loader( + let hasLoader = false; + const lines = content.split("\n"); + for (let i = 0; i < lines.length; i++) { + const line = lines[i]; + if ( + line.includes("export function loader(") || + line.includes("export async function loader(") + ) { + hasLoader = true; + break; + } + } + // Look for @customElement decorator and get the value + const regex = /@customElement\("([^"]+)"\)/g; + const matches = content.match(regex); + if (matches) { + for (const match of matches) { + const result = match.match(/@customElement\("([^"]+)"\)/); + if (result) { + const name = result[1]; + components.push({ + name, + path, + hasLoader, + }); + } + } + } + // Look for customElements.define() and get the value + const regex2 = /customElements\.define\("([^"]+)"/g; + const matches2 = content.match(regex2); + if (matches2) { + for (const match of matches2) { + const result = match.match(/customElements\.define\("([^"]+)"/); + if (result) { + const name = result[1]; + components.push({ + name, + path, + hasLoader, + }); + } + } + } + return components; +} + +export interface WebComponent { + name: string; + path: string; + alias?: string; + hasLoader: boolean; +} diff --git a/lit-file-based-routing/lit-file-router/src/generate-app.ts b/lit-file-based-routing/lit-file-router/src/generate-app.ts new file mode 100644 index 0000000..1e8a475 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/src/generate-app.ts @@ -0,0 +1,264 @@ +import { WebComponent } from "./analyze-page"; +import { StringBuilder } from "./string-builder"; + +export function generateApp( + sb: StringBuilder, + components: WebComponent[], + options: { staticImports: boolean; cacheAll: boolean; showLoading: boolean } +) { + sb.writeln(`import { html, css, LitElement } from "lit";`); + sb.writeln( + `import { customElement, property, state } from "lit/decorators.js";` + ); + sb.writeln(); + sb.writeAll([ + '@customElement("generated-app")', + "export class GeneratedApp extends LitElement {", + " static styles = css`", + " main {", + " width: 100%;", + " height: 100%;", + " }", + ...(options.showLoading + ? [ + " progress {", + " position: absolute;", + " bottom: 0;", + " width: calc(100% - 1rem);", + " z-index: 1;", + " left: 0.5rem;", + " right: 0.5rem;", + " }", + ] + : []), + " `;", + "", + " @property() hash = 'true';", + " @property() base = '/';", + ...(options.showLoading ? [" @state() loading = false;"] : []), + " @property() route = this.getCurrentRoute();", + " @state() child = document.createElement('main');", + "", + ]); + if (options.cacheAll) { + sb.writeln(" dataCache = new Map();"); + } + sb.writeln(" components: Map = new Map(["); + for (const component of components) { + let path = component.path.replace("./src/pages/", "/"); + path = path.replace(".ts", ""); + path = path.replace(".js", ""); + path = path.replace("/index", "/"); + // Check if path contains . and convert to / + if (path.indexOf(".") > -1) { + path = path.split(".").join("/"); + } + if (path == "/root") path = ""; + // sb.writeln(` ["${path}", "${component.name}"],`);] + sb.writeln(` ["${path}", { + component: "${component.name}",`); + const componentImportPath = component.path + .replace("./src/", "./") + .replace(".ts", ".js"); + if (component.hasLoader) { + if (options.staticImports) { + sb.writeln(` loadData: async () => { + return ${component.alias}.loader; + },`); + } else { + sb.writeln(` loadData: async () => { + const {loader} = await import("${componentImportPath}"); + return loader; + },`); + } + } else { + sb.writeln(` loadData: async () => null,`); + } + if (options.staticImports) { + sb.writeln(` loadImport: async () => ${component.alias}, + }],`); + } else { + sb.writeln(` loadImport: () => import("${componentImportPath}"), + }],`); + } + } + sb.writeAll([ + " ]);", + "", + " firstUpdated() {", + ' window.addEventListener("hashchange", () => {', + " const oldRoute = this.route;", + " this.route = this.getCurrentRoute();", + " this.updateTree(oldRoute);", + " });", + " this.updateTree();", + " }", + "", + " render() {", + " return html` ${this.child} `;", + " }", + "", + " refresh() {", + " return this.updateTree();", + " }", + "", + " private async updateTree(oldRoute?:string) {", + " this.checkForIndex();", + " if (oldRoute) {", + " // TODO: Get delta between old and new route", + " }", + ...(options.showLoading + ? [ + ' const loadingElem = document.createElement("progress");', + " this.child.appendChild(loadingElem);", + ] + : []), + " const tree = await this.renderTree();", + " // Remove children", + " while (this.child.firstChild) {", + " this.child.removeChild(this.child.firstChild);", + " }", + " // Add new children", + " if (tree) this.child.appendChild(tree);", + " this.requestUpdate();", + " }", + "", + " private async renderTree() {", + " let _route = this.route;", + " const args = this.getArgsForRoute(_route);", + " const elements: Element[] = [];", + ' if (_route !== "/") {', + " while (_route.length > 0) {", + " const newChild = await this.getComponent(_route, args);", + " if (!newChild && _route === this.route) {", + ' const noChild = await this.getComponent("/404", args);', + " if (noChild) elements.push(noChild);", + " break;", + " }", + " if (newChild) elements.push(newChild);", + ' const parts = _route.split("/");', + " parts.pop();", + ' _route = parts.join("/");', + ' if (_route === "/") break;', + " }", + ' } else if (_route === "/") {', + ' const indexChild = await this.getComponent("/", args);', + " if (indexChild) elements.push(indexChild);", + " } else {", + ' const noChild = await this.getComponent("/404", args);', + " if (noChild) elements.push(noChild);", + " }", + ' const rootChild = await this.getComponent("", args);', + " if (rootChild) elements.push(rootChild);", + " let idx = elements.length - 1;", + " while (idx >= 1) {", + " const parent = elements[idx];", + " const child = elements[idx - 1];", + " if (child && parent) {", + " parent.appendChild(child);", + " }", + " idx--;", + " }", + " return elements.pop();", + " }", + "", + " private async getComponent(", + " path: string,", + " args: RegExpMatchArray | null", + " ) {", + " const applyArgs = (value: string, apply: boolean, data?: any) => {", + " const elem = document.createElement(value);", + " if (apply && args?.groups) {", + " for (const [key, value] of Object.entries(args.groups)) {", + " elem.setAttribute(key, value);", + " }", + " }", + " if (data) (elem as any).data = data;", + " return elem;", + " };", + " for (const [key, value] of Array.from(this.components.entries())) {", + " const hasArgs = path.match(fixRegex(key)) !== null;", + " if (key === path || path.match(fixRegex(key)) !== null) {", + ...(options.cacheAll + ? [ + " const cacheKey = `${path}:${value.component}`;", + " if (this.dataCache.has(cacheKey)) {", + " const data = this.dataCache.get(cacheKey)!;", + ...(options.staticImports + ? [] + : [" await value.loadImport();"]), + " return applyArgs(value.component, hasArgs, data);", + " }", + ] + : []), + " const getLoader = await value.loadData();", + " if (getLoader) {", + " const componentData = await getLoader(this.route, args ? Object(args)['groups'] : {});", + ...(options.cacheAll + ? [" this.dataCache.set(cacheKey, componentData);"] + : []), + ...(options.staticImports ? [] : [" await value.loadImport();"]), + " return applyArgs(value.component, hasArgs, componentData);", + " }", + ...(options.staticImports ? [] : [" await value.loadImport();"]), + " return applyArgs(value.component, hasArgs);", + " }", + " }", + " return null;", + " }", + "", + " private getArgsForRoute(route: string): RegExpMatchArray | null {", + " for (const key of Array.from(this.components.keys())) {", + " const regMatch = route.match(fixRegex(key));", + " if (regMatch !== null) return regMatch;", + " }", + " return null;", + " }", + "", + " private checkForIndex() {", + ' if (this.route === "" || this.route === "/") location.hash = "#/";', + ' if (this.route.endsWith("/")) return;', + " const indexArgs = this.getArgsForRoute(`${this.route}/`);", + " if (indexArgs !== null) {", + " location.hash = `#${this.route}/`;", + " }", + " }", + "", + " private getCurrentRoute() {", + ' let route = "/";', + ' if (this.hash === "true" && window.location.hash.length > 0) {', + " route = window.location.hash.slice(1);", + ' } else if (this.hash === "false") {', + ' const baseUrl = this.getAttribute("base") ?? "";', + " route = window.location.pathname.slice(baseUrl.length);", + " }", + " console.debug(`current route: ${route}`);", + " return route;", + " }", + "}", + "", + "function fixRegex(route: string): RegExp {", + ' const variableRegex = "[a-zA-Z0-9_-]+";', + " const nameWithParameters = route.replace(", + " new RegExp(`:(${variableRegex})`),", + " (match) => {", + " const groupName = match.slice(1);", + " return `(?<${groupName}>[a-zA-Z0-9_\\\\-.,:;+*^%$@!]+)`;", + " }", + " );", + " return new RegExp(`^${nameWithParameters}$`);", + "}", + "", + "interface Route {", + " component: string;", + " loadImport: () => Promise;", + " loadData: () => Promise;", + "}", + "", + "type RouteLoader = (", + " route: string,", + " args: { [key: string]: any }", + ") => Promise;", + ]); + sb.writeln(); +} diff --git a/lit-file-based-routing/lit-file-router/src/index.ts b/lit-file-based-routing/lit-file-router/src/index.ts new file mode 100644 index 0000000..ee3c439 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/src/index.ts @@ -0,0 +1,91 @@ +import * as fs from "fs"; +import { analyzePage, WebComponent } from "./analyze-page.js"; +import { generateApp } from "./generate-app.js"; +import { StringBuilder } from "./string-builder.js"; + +let inputDir = "./src/pages"; +let outputFile = "./src/generated-app.ts"; +let staticImports = true; +let cacheAll = false; +let showLoading = false; + +const args = process.argv.slice(2); +if (args.length == 0) { + analyzePages(); +} else { + // Check for -dynamic-imports=false + const noDynamicImports = args.indexOf("--dynamic-imports=false") !== -1; + staticImports = noDynamicImports; + // Check for --input-dir= + const inputDirArg = args.find((arg) => arg.startsWith("--input-dir=")); + if (inputDirArg) { + inputDir = inputDirArg.replace("--input-dir=", ""); + } + // Check for --output-file= + const outputFileArg = args.find((arg) => arg.startsWith("--output-file=")); + if (outputFileArg) { + outputFile = outputFileArg.replace("--output-file=", ""); + } + // Check for --cache-all + const cacheAllArg = args.find((arg) => arg.startsWith("--cache-all")); + if (cacheAllArg) { + cacheAll = true; + } + // Check for --show-loading=false + const showLoadingArg = args.find((arg) => + arg.startsWith("--show-loading=true") + ); + showLoading = showLoadingArg ? true : false; + analyzePages(); +} + +function readPagesDirectory( + dir: string, + pages: { path: string; content: string }[] +) { + const files = fs.readdirSync(dir); + for (const file of files) { + if (fs.statSync(`${dir}/${file}`).isDirectory()) { + readPagesDirectory(`${dir}/${file}`, pages); + } else { + const path = `${dir}/${file}`; + const content = fs.readFileSync(path, "utf8"); + pages.push({ path, content }); + } + } +} + +async function analyzePages() { + const sb = new StringBuilder(); + // sb.writeln("// @ts-nocheck"); + // sb.writeln(); + let i = 0; + if (staticImports) { + sb.writeln(`// Page Routes`); + } + const components: WebComponent[] = []; + const pages: { path: string; content: string }[] = []; + readPagesDirectory(inputDir, pages); + for (const { path, content } of pages) { + // Add import + const results = analyzePage(path, content); + if (results.length > 0) { + const c = results[0]; + if (staticImports) { + const filePath = path.replace("./src/", "./"); + const jsPath = filePath.replace(".ts", ".js"); + c.alias = `route${i}`; + sb.writeln(`import * as ${c.alias} from "${jsPath}";`); + // if (c.hasLoader) { + // sb.writeln(`import {loader as ${c.alias}Loader} from "${jsPath}";`); + // } + } + components.push(c); + } + i++; + } + sb.writeln(); + generateApp(sb, components, { staticImports, cacheAll, showLoading }); + const output = sb.toString(); + fs.writeFileSync(outputFile, output); +} diff --git a/lit-file-based-routing/lit-file-router/src/string-builder.ts b/lit-file-based-routing/lit-file-router/src/string-builder.ts new file mode 100644 index 0000000..f67f7c9 --- /dev/null +++ b/lit-file-based-routing/lit-file-router/src/string-builder.ts @@ -0,0 +1,20 @@ +export class StringBuilder { + private _lines: string[] = []; + + write(line: string = ""): void { + this._lines.push(line); + } + + writeln(line: string = ""): void { + this._lines.push(line); + this._lines.push("\n"); + } + + writeAll(lines: string[]): void { + this._lines.push(lines.join("\n")); + } + + toString(): string { + return this._lines.join(""); + } +} diff --git a/lit-file-based-routing/lit-file-router/tsconfig.json b/lit-file-based-routing/lit-file-router/tsconfig.json new file mode 100644 index 0000000..d99140e --- /dev/null +++ b/lit-file-based-routing/lit-file-router/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "module": "esnext", + "lib": ["es2017", "dom", "dom.iterable"], + "declaration": true, + "emitDeclarationOnly": false, + "outDir": "./dist", + "rootDir": "./src", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true, + "useDefineForClassFields": false + }, + "include": ["src/**/*.ts"], + "exclude": [] +} diff --git a/lit-file-based-routing/package-lock.json b/lit-file-based-routing/package-lock.json new file mode 100644 index 0000000..b0606a9 --- /dev/null +++ b/lit-file-based-routing/package-lock.json @@ -0,0 +1,855 @@ +{ + "name": "lit-file-based-router", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "lit-file-based-router", + "version": "0.0.0", + "dependencies": { + "lit": "^2.0.2", + "lit-file-router": "file:lit-file-router" + }, + "devDependencies": { + "@types/node": "^17.0.8", + "typescript": "^4.4.4", + "vite": "^2.7.2" + } + }, + "lit-file-router": { + "version": "0.0.0", + "hasInstallScript": true, + "devDependencies": { + "@types/node": "^17.0.8", + "typescript": "^4.4.4" + } + }, + "lit-file-router/node_modules/@types/node": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", + "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", + "dev": true + }, + "lit-file-router/node_modules/typescript": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/@lit/reactive-element": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.1.0.tgz", + "integrity": "sha512-CoJHyc/us1i/dn55PqqKRtVsq6osrGp6YfnSF0OBxT81Wu2razjgTSCn4HnaHn+dy5YE9CeX4BcuS45IaJ0+8A==" + }, + "node_modules/@types/node": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", + "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", + "dev": true + }, + "node_modules/@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "node_modules/esbuild": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", + "integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "optionalDependencies": { + "esbuild-android-arm64": "0.13.15", + "esbuild-darwin-64": "0.13.15", + "esbuild-darwin-arm64": "0.13.15", + "esbuild-freebsd-64": "0.13.15", + "esbuild-freebsd-arm64": "0.13.15", + "esbuild-linux-32": "0.13.15", + "esbuild-linux-64": "0.13.15", + "esbuild-linux-arm": "0.13.15", + "esbuild-linux-arm64": "0.13.15", + "esbuild-linux-mips64le": "0.13.15", + "esbuild-linux-ppc64le": "0.13.15", + "esbuild-netbsd-64": "0.13.15", + "esbuild-openbsd-64": "0.13.15", + "esbuild-sunos-64": "0.13.15", + "esbuild-windows-32": "0.13.15", + "esbuild-windows-64": "0.13.15", + "esbuild-windows-arm64": "0.13.15" + } + }, + "node_modules/esbuild-android-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz", + "integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/esbuild-darwin-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz", + "integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/esbuild-darwin-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz", + "integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/esbuild-freebsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz", + "integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/esbuild-freebsd-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz", + "integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/esbuild-linux-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz", + "integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-linux-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz", + "integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-linux-arm": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz", + "integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-linux-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz", + "integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-linux-mips64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz", + "integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-linux-ppc64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz", + "integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/esbuild-netbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz", + "integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ] + }, + "node_modules/esbuild-openbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz", + "integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/esbuild-sunos-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz", + "integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ] + }, + "node_modules/esbuild-windows-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz", + "integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/esbuild-windows-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", + "integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/esbuild-windows-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz", + "integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/lit": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.0.tgz", + "integrity": "sha512-C0YoUUzxHA1S8gR7AmgD+k9GZlw3QD2ECgARo/jMx76RfVEAmEubF9t5sON9frMEZ++YvuokR5o8FgIUF7nnag==", + "dependencies": { + "@lit/reactive-element": "^1.1.0", + "lit-element": "^3.1.0", + "lit-html": "^2.1.0" + } + }, + "node_modules/lit-element": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.1.0.tgz", + "integrity": "sha512-4o5QiFwGSS1ViWWBV3nszQWTV0yAGY64zNrhQdwD+MNxRekIZpST7XqyzMQIJyKq+i9RFSTIdSURxPN1LsXGGA==", + "dependencies": { + "@lit/reactive-element": "^1.1.0", + "lit-html": "^2.1.0" + } + }, + "node_modules/lit-file-router": { + "resolved": "lit-file-router", + "link": true + }, + "node_modules/lit-html": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.1.0.tgz", + "integrity": "sha512-ptvlnfMBmLrs9yd8cCMOm85gc9YgICSJhOh53YEUGgEd6IGZBiEKMHgTjcoGxDvrVE7SG4alTa21aydLTWg3IA==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/nanoid": { + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/postcss": { + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", + "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", + "dev": true, + "dependencies": { + "nanoid": "^3.1.30", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/resolve": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", + "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", + "dev": true, + "dependencies": { + "is-core-module": "^2.8.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rollup": { + "version": "2.63.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.63.0.tgz", + "integrity": "sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/source-map-js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", + "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typescript": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/vite": { + "version": "2.7.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.10.tgz", + "integrity": "sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==", + "dev": true, + "dependencies": { + "esbuild": "^0.13.12", + "postcss": "^8.4.5", + "resolve": "^1.20.0", + "rollup": "^2.59.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": ">=12.2.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "less": "*", + "sass": "*", + "stylus": "*" + }, + "peerDependenciesMeta": { + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + } + } + } + }, + "dependencies": { + "@lit/reactive-element": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.1.0.tgz", + "integrity": "sha512-CoJHyc/us1i/dn55PqqKRtVsq6osrGp6YfnSF0OBxT81Wu2razjgTSCn4HnaHn+dy5YE9CeX4BcuS45IaJ0+8A==" + }, + "@types/node": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", + "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", + "dev": true + }, + "@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "esbuild": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", + "integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==", + "dev": true, + "requires": { + "esbuild-android-arm64": "0.13.15", + "esbuild-darwin-64": "0.13.15", + "esbuild-darwin-arm64": "0.13.15", + "esbuild-freebsd-64": "0.13.15", + "esbuild-freebsd-arm64": "0.13.15", + "esbuild-linux-32": "0.13.15", + "esbuild-linux-64": "0.13.15", + "esbuild-linux-arm": "0.13.15", + "esbuild-linux-arm64": "0.13.15", + "esbuild-linux-mips64le": "0.13.15", + "esbuild-linux-ppc64le": "0.13.15", + "esbuild-netbsd-64": "0.13.15", + "esbuild-openbsd-64": "0.13.15", + "esbuild-sunos-64": "0.13.15", + "esbuild-windows-32": "0.13.15", + "esbuild-windows-64": "0.13.15", + "esbuild-windows-arm64": "0.13.15" + } + }, + "esbuild-android-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz", + "integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==", + "dev": true, + "optional": true + }, + "esbuild-darwin-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz", + "integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==", + "dev": true, + "optional": true + }, + "esbuild-darwin-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz", + "integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz", + "integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz", + "integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz", + "integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==", + "dev": true, + "optional": true + }, + "esbuild-linux-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz", + "integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz", + "integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz", + "integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==", + "dev": true, + "optional": true + }, + "esbuild-linux-mips64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz", + "integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==", + "dev": true, + "optional": true + }, + "esbuild-linux-ppc64le": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz", + "integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==", + "dev": true, + "optional": true + }, + "esbuild-netbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz", + "integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==", + "dev": true, + "optional": true + }, + "esbuild-openbsd-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz", + "integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==", + "dev": true, + "optional": true + }, + "esbuild-sunos-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz", + "integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==", + "dev": true, + "optional": true + }, + "esbuild-windows-32": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz", + "integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==", + "dev": true, + "optional": true + }, + "esbuild-windows-64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", + "integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==", + "dev": true, + "optional": true + }, + "esbuild-windows-arm64": { + "version": "0.13.15", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz", + "integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==", + "dev": true, + "optional": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "lit": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.0.tgz", + "integrity": "sha512-C0YoUUzxHA1S8gR7AmgD+k9GZlw3QD2ECgARo/jMx76RfVEAmEubF9t5sON9frMEZ++YvuokR5o8FgIUF7nnag==", + "requires": { + "@lit/reactive-element": "^1.1.0", + "lit-element": "^3.1.0", + "lit-html": "^2.1.0" + } + }, + "lit-element": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.1.0.tgz", + "integrity": "sha512-4o5QiFwGSS1ViWWBV3nszQWTV0yAGY64zNrhQdwD+MNxRekIZpST7XqyzMQIJyKq+i9RFSTIdSURxPN1LsXGGA==", + "requires": { + "@lit/reactive-element": "^1.1.0", + "lit-html": "^2.1.0" + } + }, + "lit-file-router": { + "version": "file:lit-file-router", + "requires": { + "@types/node": "^17.0.8", + "typescript": "^4.4.4" + }, + "dependencies": { + "@types/node": { + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz", + "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==", + "dev": true + }, + "typescript": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "dev": true + } + } + }, + "lit-html": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.1.0.tgz", + "integrity": "sha512-ptvlnfMBmLrs9yd8cCMOm85gc9YgICSJhOh53YEUGgEd6IGZBiEKMHgTjcoGxDvrVE7SG4alTa21aydLTWg3IA==", + "requires": { + "@types/trusted-types": "^2.0.2" + } + }, + "nanoid": { + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "postcss": { + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz", + "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==", + "dev": true, + "requires": { + "nanoid": "^3.1.30", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.1" + } + }, + "resolve": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz", + "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==", + "dev": true, + "requires": { + "is-core-module": "^2.8.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "rollup": { + "version": "2.63.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.63.0.tgz", + "integrity": "sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "source-map-js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", + "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", + "dev": true + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "typescript": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "dev": true + }, + "vite": { + "version": "2.7.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.10.tgz", + "integrity": "sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==", + "dev": true, + "requires": { + "esbuild": "^0.13.12", + "fsevents": "~2.3.2", + "postcss": "^8.4.5", + "resolve": "^1.20.0", + "rollup": "^2.59.0" + } + } + } +} diff --git a/lit-file-based-routing/package.json b/lit-file-based-routing/package.json new file mode 100644 index 0000000..878f067 --- /dev/null +++ b/lit-file-based-routing/package.json @@ -0,0 +1,22 @@ +{ + "name": "lit-file-based-router", + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "serve": "vite serve", + "start": "npm run dev", + "prebuild": "tsc && npm run generate", + "generate": "node lit-file-router --dynamic-imports=true --cache-all --show-loading=true" + }, + "dependencies": { + "lit": "^2.0.2", + "lit-file-router": "file:lit-file-router" + }, + "devDependencies": { + "@types/node": "^17.0.8", + "typescript": "^4.4.4", + "vite": "^2.7.2" + } +} diff --git a/lit-file-based-routing/src/components/menu-button.ts b/lit-file-based-routing/src/components/menu-button.ts new file mode 100644 index 0000000..0652a23 --- /dev/null +++ b/lit-file-based-routing/src/components/menu-button.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("menu-button") +export class MenuButton extends LitElement { + static styles = css``; + + render() { + return html` `; + } +} diff --git a/lit-file-based-routing/src/favicon.svg b/lit-file-based-routing/src/favicon.svg new file mode 100644 index 0000000..de4aedd --- /dev/null +++ b/lit-file-based-routing/src/favicon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/lit-file-based-routing/src/generated-app.ts b/lit-file-based-routing/src/generated-app.ts new file mode 100644 index 0000000..20df23f --- /dev/null +++ b/lit-file-based-routing/src/generated-app.ts @@ -0,0 +1,261 @@ + +import { html, css, LitElement } from "lit"; +import { customElement, property, state } from "lit/decorators.js"; + +@customElement("generated-app") +export class GeneratedApp extends LitElement { + static styles = css` + main { + width: 100%; + height: 100%; + } + progress { + position: absolute; + bottom: 0; + width: calc(100% - 1rem); + z-index: 1; + left: 0.5rem; + right: 0.5rem; + } + `; + + @property() hash = 'true'; + @property() base = '/'; + @state() loading = false; + @property() route = this.getCurrentRoute(); + @state() child = document.createElement('main'); + dataCache = new Map(); + components: Map = new Map([ + ["/404", { + component: "unknown-route", + loadData: async () => null, + loadImport: () => import("./pages/404.js"), + }], + ["/custom/not/nested/route", { + component: "custom-route", + loadData: async () => null, + loadImport: () => import("./pages/custom.not.nested.route.js"), + }], + ["/dashboard/account/:id", { + component: "account-details", + loadData: async () => { + const {loader} = await import("./pages/dashboard/account/:id.js"); + return loader; + }, + loadImport: () => import("./pages/dashboard/account/:id.js"), + }], + ["/dashboard/account/", { + component: "account-info", + loadData: async () => null, + loadImport: () => import("./pages/dashboard/account/index.js"), + }], + ["/dashboard/account", { + component: "account-module", + loadData: async () => null, + loadImport: () => import("./pages/dashboard/account.js"), + }], + ["/dashboard/", { + component: "dashboard-default", + loadData: async () => null, + loadImport: () => import("./pages/dashboard/index.js"), + }], + ["/dashboard/overview", { + component: "overview-module", + loadData: async () => null, + loadImport: () => import("./pages/dashboard/overview.js"), + }], + ["/dashboard", { + component: "dashboard-module", + loadData: async () => null, + loadImport: () => import("./pages/dashboard.js"), + }], + ["/", { + component: "app-module", + loadData: async () => null, + loadImport: () => import("./pages/index.js"), + }], + ["", { + component: "root-module", + loadData: async () => null, + loadImport: () => import("./pages/root.js"), + }], + ["/settings/admin", { + component: "admin-settings", + loadData: async () => null, + loadImport: () => import("./pages/settings/admin.js"), + }], + ["/settings/", { + component: "settings-default", + loadData: async () => null, + loadImport: () => import("./pages/settings/index.js"), + }], + ["/settings", { + component: "settings-module", + loadData: async () => null, + loadImport: () => import("./pages/settings.js"), + }], + ]); + + firstUpdated() { + window.addEventListener("hashchange", () => { + const oldRoute = this.route; + this.route = this.getCurrentRoute(); + this.updateTree(oldRoute); + }); + this.updateTree(); + } + + render() { + return html` ${this.child} `; + } + + refresh() { + return this.updateTree(); + } + + private async updateTree(oldRoute?:string) { + this.checkForIndex(); + if (oldRoute) { + // TODO: Get delta between old and new route + } + const loadingElem = document.createElement("progress"); + this.child.appendChild(loadingElem); + const tree = await this.renderTree(); + // Remove children + while (this.child.firstChild) { + this.child.removeChild(this.child.firstChild); + } + // Add new children + if (tree) this.child.appendChild(tree); + this.requestUpdate(); + } + + private async renderTree() { + let _route = this.route; + const args = this.getArgsForRoute(_route); + const elements: Element[] = []; + if (_route !== "/") { + while (_route.length > 0) { + const newChild = await this.getComponent(_route, args); + if (!newChild && _route === this.route) { + const noChild = await this.getComponent("/404", args); + if (noChild) elements.push(noChild); + break; + } + elements.push(newChild!); + const parts = _route.split("/"); + parts.pop(); + _route = parts.join("/"); + if (_route === "/") break; + } + } else if (_route === "/") { + const indexChild = await this.getComponent("/", args); + if (indexChild) elements.push(indexChild); + } else { + const noChild = await this.getComponent("/404", args); + if (noChild) elements.push(noChild); + } + const rootChild = await this.getComponent("", args); + if (rootChild) elements.push(rootChild); + let idx = elements.length - 1; + while (idx >= 1) { + const parent = elements[idx]; + const child = elements[idx - 1]; + if (child && parent) { + parent.appendChild(child); + } + idx--; + } + return elements.pop(); + } + + private async getComponent( + path: string, + args: RegExpMatchArray | null + ) { + const applyArgs = (value: string, apply: boolean, data?: any) => { + const elem = document.createElement(value); + if (apply && args?.groups) { + for (const [key, value] of Object.entries(args.groups)) { + elem.setAttribute(key, value); + } + } + if (data) (elem as any).data = data; + return elem; + }; + for (const [key, value] of Array.from(this.components.entries())) { + const hasArgs = path.match(fixRegex(key)) !== null; + if (key === path || path.match(fixRegex(key)) !== null) { + const cacheKey = `${path}:${value.component}`; + if (this.dataCache.has(cacheKey)) { + const data = this.dataCache.get(cacheKey)!; + await value.loadImport(); + return applyArgs(value.component, hasArgs, data); + } + const getLoader = await value.loadData(); + if (getLoader) { + const componentData = await getLoader(this.route, args ? Object(args)['groups'] : {}); + this.dataCache.set(cacheKey, componentData); + await value.loadImport(); + return applyArgs(value.component, hasArgs, componentData); + } + await value.loadImport(); + return applyArgs(value.component, hasArgs); + } + } + return null; + } + + private getArgsForRoute(route: string): RegExpMatchArray | null { + for (const key of Array.from(this.components.keys())) { + const regMatch = route.match(fixRegex(key)); + if (regMatch !== null) return regMatch; + } + return null; + } + + private checkForIndex() { + if (this.route === "" || this.route === "/") location.hash = "#/"; + if (this.route.endsWith("/")) return; + const indexArgs = this.getArgsForRoute(`${this.route}/`); + if (indexArgs !== null) { + location.hash = `#${this.route}/`; + } + } + + private getCurrentRoute() { + let route = "/"; + if (this.hash === "true" && window.location.hash.length > 0) { + route = window.location.hash.slice(1); + } else if (this.hash === "false") { + const baseUrl = this.getAttribute("base") ?? ""; + route = window.location.pathname.slice(baseUrl.length); + } + console.debug(`current route: ${route}`); + return route; + } +} + +function fixRegex(route: string): RegExp { + const variableRegex = "[a-zA-Z0-9_-]+"; + const nameWithParameters = route.replace( + new RegExp(`:(${variableRegex})`), + (match) => { + const groupName = match.slice(1); + return `(?<${groupName}>[a-zA-Z0-9_\\-.,:;+*^%$@!]+)`; + } + ); + return new RegExp(`^${nameWithParameters}$`); +} + +interface Route { + component: string; + loadImport: () => Promise; + loadData: () => Promise; +} + +type RouteLoader = ( + route: string, + args: { [key: string]: any } +) => Promise; + diff --git a/lit-file-based-routing/src/pages/404.ts b/lit-file-based-routing/src/pages/404.ts new file mode 100644 index 0000000..898ec34 --- /dev/null +++ b/lit-file-based-routing/src/pages/404.ts @@ -0,0 +1,13 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("unknown-route") +export class UnknownRoute extends LitElement { + static styles = css``; + + render() { + return html`
+
404
+
`; + } +} diff --git a/lit-file-based-routing/src/pages/custom.not.nested.route.ts b/lit-file-based-routing/src/pages/custom.not.nested.route.ts new file mode 100644 index 0000000..3e051a0 --- /dev/null +++ b/lit-file-based-routing/src/pages/custom.not.nested.route.ts @@ -0,0 +1,13 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("custom-route") +export class CustomRoute extends LitElement { + static styles = css``; + + render() { + return html`
+
Custom
+
`; + } +} diff --git a/lit-file-based-routing/src/pages/dashboard.ts b/lit-file-based-routing/src/pages/dashboard.ts new file mode 100644 index 0000000..815bc66 --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard.ts @@ -0,0 +1,35 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +import '../components/menu-button.js'; + +@customElement("dashboard-module") +export class DashboardModule extends LitElement { + static styles = css` + header { + height: 40px; + background-color: orange; + color: white; + display: flex; + flex-direction: row; + align-items: center; + padding-left: 10px; + padding-right: 10px; + justify-content: space-between; + } + `; + + render() { + return html`
+
+ + Dashboard + +
+
+
`; + } +} diff --git a/lit-file-based-routing/src/pages/dashboard/account.ts b/lit-file-based-routing/src/pages/dashboard/account.ts new file mode 100644 index 0000000..c8e7099 --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard/account.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("account-module") +export class AccountModule extends LitElement { + static styles = css``; + + render() { + return html`
`; + } +} diff --git a/lit-file-based-routing/src/pages/dashboard/account/:id.ts b/lit-file-based-routing/src/pages/dashboard/account/:id.ts new file mode 100644 index 0000000..ad89afd --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard/account/:id.ts @@ -0,0 +1,33 @@ +import { html, css, LitElement } from "lit"; +import { customElement, property } from "lit/decorators.js"; + +export async function loader( + route: string, + args: { [key: string]: any } +): Promise { + await new Promise((resolve) => setTimeout(resolve, 1000)); + const id = args["id"]!; + return { + id, + route, + name: "Name: " + id, + }; +} + +@customElement("account-details") +export class AccountDetails extends LitElement { + static styles = css``; + + @property({ type: String }) id = ""; + @property({ type: Object }) data!: AccountData; + + render() { + return html`
${this.data.name}
`; + } +} + +interface AccountData { + id: string; + route: string; + name: string; +} diff --git a/lit-file-based-routing/src/pages/dashboard/account/index.ts b/lit-file-based-routing/src/pages/dashboard/account/index.ts new file mode 100644 index 0000000..ec82072 --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard/account/index.ts @@ -0,0 +1,22 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("account-info") +export class AccountInfo extends LitElement { + static styles = css` + article { + padding: 16px; + } + `; + + render() { + return html``; + } +} diff --git a/lit-file-based-routing/src/pages/dashboard/index.ts b/lit-file-based-routing/src/pages/dashboard/index.ts new file mode 100644 index 0000000..4a5f8e4 --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard/index.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("dashboard-default") +export class DashboardDefault extends LitElement { + static styles = css``; + + render() { + return html`
Default Dashboard
`; + } +} diff --git a/lit-file-based-routing/src/pages/dashboard/overview.ts b/lit-file-based-routing/src/pages/dashboard/overview.ts new file mode 100644 index 0000000..82556bf --- /dev/null +++ b/lit-file-based-routing/src/pages/dashboard/overview.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("overview-module") +export class OverviewModule extends LitElement { + static styles = css``; + + render() { + return html`
Overview
`; + } +} diff --git a/lit-file-based-routing/src/pages/index.ts b/lit-file-based-routing/src/pages/index.ts new file mode 100644 index 0000000..42d15ef --- /dev/null +++ b/lit-file-based-routing/src/pages/index.ts @@ -0,0 +1,24 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("app-module") +export class AppModule extends LitElement { + static styles = css` + header { + height: 40px; + background-color: navy; + color: white; + display: flex; + flex-direction: row; + align-items: center; + padding-left: 10px; + } + `; + + render() { + return html`
+
App Base
+ +
`; + } +} diff --git a/lit-file-based-routing/src/pages/root.ts b/lit-file-based-routing/src/pages/root.ts new file mode 100644 index 0000000..85c6cad --- /dev/null +++ b/lit-file-based-routing/src/pages/root.ts @@ -0,0 +1,36 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("root-module") +export class RootModule extends LitElement { + static styles = css` + main { + display: flex; + flex-direction: row; + height: 100vh; + width: 100%; + } + aside { + display: flex; + flex-direction: column; + background-color: whitesmoke; + padding: 8px; + } + section { + flex: 1; + } + `; + + render() { + return html` +
+ +
+
+ `; + } +} diff --git a/lit-file-based-routing/src/pages/settings.ts b/lit-file-based-routing/src/pages/settings.ts new file mode 100644 index 0000000..6c84e0f --- /dev/null +++ b/lit-file-based-routing/src/pages/settings.ts @@ -0,0 +1,31 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +import "../components/menu-button.js"; + +@customElement("settings-module") +export class SettingsModule extends LitElement { + static styles = css` + header { + height: 40px; + background-color: black; + color: white; + display: flex; + flex-direction: row; + align-items: center; + padding-left: 10px; + justify-content: space-between; + } + `; + + render() { + return html`
+
+ + Settings +
+
+ +
`; + } +} diff --git a/lit-file-based-routing/src/pages/settings/admin.ts b/lit-file-based-routing/src/pages/settings/admin.ts new file mode 100644 index 0000000..383717e --- /dev/null +++ b/lit-file-based-routing/src/pages/settings/admin.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("admin-settings") +export class AdminSettings extends LitElement { + static styles = css``; + + render() { + return html`Admin Settings`; + } +} diff --git a/lit-file-based-routing/src/pages/settings/index.ts b/lit-file-based-routing/src/pages/settings/index.ts new file mode 100644 index 0000000..52c87cf --- /dev/null +++ b/lit-file-based-routing/src/pages/settings/index.ts @@ -0,0 +1,11 @@ +import { html, css, LitElement } from "lit"; +import { customElement } from "lit/decorators.js"; + +@customElement("settings-default") +export class SettingsDefault extends LitElement { + static styles = css``; + + render() { + return html`
Default Settings
`; + } +} diff --git a/lit-file-based-routing/src/vite-env.d.ts b/lit-file-based-routing/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/lit-file-based-routing/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/lit-file-based-routing/tsconfig.json b/lit-file-based-routing/tsconfig.json new file mode 100644 index 0000000..2aac243 --- /dev/null +++ b/lit-file-based-routing/tsconfig.json @@ -0,0 +1,29 @@ +{ + "compilerOptions": { + "module": "esnext", + "lib": [ + "es2017", + "dom", + "dom.iterable" + ], + "declaration": true, + // "emitDeclarationOnly": true, + "esModuleInterop": true, + "outDir": "./dist", + "rootDir": "./src", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true, + "useDefineForClassFields": false + }, + "include": [ + "src/**/*.ts" + ], + "exclude": [] +} \ No newline at end of file diff --git a/lit-file-based-routing/vite.config.ts b/lit-file-based-routing/vite.config.ts new file mode 100644 index 0000000..aad012f --- /dev/null +++ b/lit-file-based-routing/vite.config.ts @@ -0,0 +1,11 @@ +import { defineConfig } from "vite"; + +// https://vitejs.dev/config/ +export default defineConfig({ + base: "/lit-file-based-routing/", + build: { + rollupOptions: { + input: "index.html", + }, + }, +}); diff --git a/lit-force-graph/.github/workflows/ci.yml b/lit-force-graph/.github/workflows/ci.yml new file mode 100644 index 0000000..dbcaaa5 --- /dev/null +++ b/lit-force-graph/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/lit-force-graph/.gitignore b/lit-force-graph/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/lit-force-graph/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/lit-force-graph/README.md b/lit-force-graph/README.md new file mode 100644 index 0000000..774b6a3 --- /dev/null +++ b/lit-force-graph/README.md @@ -0,0 +1,16 @@ +# Lit Force Graph + +[![Demo](https://github.com/rodydavis/lit-force-graph/actions/workflows/ci.yml/badge.svg)](https://github.com/rodydavis/lit-force-graph/actions/workflows/ci.yml) + +[Lit](https://lit.dev) Example of how to take a json graph file and render it in 2D or 3D. + +You can try the demo [here](https://rodydavis.github.io/lit-force-graph/)! + +Here is the related [blog post](https://rodydavis.com/posts/lit-force-graph/). + +## Screenshots + +![](/screenshots/2d-light.png) +![](/screenshots/2d-dark.png) +![](/screenshots/3d-light.png) +![](/screenshots/3d-dark.png) diff --git a/lit-force-graph/index.html b/lit-force-graph/index.html new file mode 100644 index 0000000..f04d3bf --- /dev/null +++ b/lit-force-graph/index.html @@ -0,0 +1,65 @@ + + + + + + + Lit Force Graph + + + + + + + + + diff --git a/lit-force-graph/package-lock.json b/lit-force-graph/package-lock.json new file mode 100644 index 0000000..338e5cb --- /dev/null +++ b/lit-force-graph/package-lock.json @@ -0,0 +1,2826 @@ +{ + "name": "lit-force-graph", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "lit-force-graph", + "version": "0.0.0", + "dependencies": { + "@ar-js-org/ar.js": "^3.4.0-alpha-rc2", + "3d-force-graph": "^1.70.9", + "3d-force-graph-ar": "^1.7.5", + "3d-force-graph-vr": "^2.0.12", + "aframe": "^1.3.0", + "force-graph": "^1.42.9", + "lit": "^2.0.2", + "three": "^0.139.2", + "three-spritetext": "^1.6.5" + }, + "devDependencies": { + "@types/node": "^17.0.23", + "@types/three": "^0.139.0", + "typescript": "^4.5.4", + "vite": "^2.9.0" + } + }, + "node_modules/@ar-js-org/ar.js": { + "version": "3.4.0-alpha-rc2", + "resolved": "https://registry.npmjs.org/@ar-js-org/ar.js/-/ar.js-3.4.0-alpha-rc2.tgz", + "integrity": "sha512-KCU932cTpr/Ubi6/cQS59bx1QIc8XroBA4mEtAGIE7pfmjPFFx2d6gMzSVTlljh8gZBSVQavRHdga6oQ6ADBJg==", + "dependencies": { + "@ar-js-org/artoolkit5-js": "^0.1.3", + "aframe": "^1.0.4", + "three": "^0.133.0" + } + }, + "node_modules/@ar-js-org/ar.js/node_modules/three": { + "version": "0.133.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz", + "integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw==" + }, + "node_modules/@ar-js-org/artoolkit5-js": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@ar-js-org/artoolkit5-js/-/artoolkit5-js-0.1.3.tgz", + "integrity": "sha512-VMaWxlM5RTftZjXeZ6PRExhec1DFySHy6IprhBeGHPIg8lJO27FwxaHqwWvY050ANjFZEGRhgjvEjaXEmEi76Q==", + "dependencies": { + "@babel/runtime": "^7.17.2", + "axios": "^0.26.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@lit/reactive-element": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.3.1.tgz", + "integrity": "sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==" + }, + "node_modules/@tweenjs/tween.js": { + "version": "18.6.4", + "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz", + "integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==" + }, + "node_modules/@types/node": { + "version": "17.0.23", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz", + "integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==", + "dev": true + }, + "node_modules/@types/three": { + "version": "0.139.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.139.0.tgz", + "integrity": "sha512-4V/jZhyq7Mv05coUzxL3bz8AuBOSi/1F0RY7ujisHTV0Amy/fnYJ+s7TSJ1/hXjZukSkpuFRgV+wvWUEMbsMbQ==", + "dev": true + }, + "node_modules/@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "node_modules/3d-force-graph": { + "version": "1.70.9", + "resolved": "https://registry.npmjs.org/3d-force-graph/-/3d-force-graph-1.70.9.tgz", + "integrity": "sha512-K6VJqqoRT/9W+t6VV+e3c43Iu2jS4VzLhhG/ODDkQLFSwdszMNYMyD7x1xoUB/wuFz7sWgXFMsa0L5O2LsKp+w==", + "dependencies": { + "accessor-fn": "1", + "kapsule": "^1.13", + "three": ">=0.118 <1", + "three-forcegraph": "^1.39", + "three-render-objects": "^1.26" + } + }, + "node_modules/3d-force-graph-ar": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/3d-force-graph-ar/-/3d-force-graph-ar-1.7.5.tgz", + "integrity": "sha512-4aZafpHHAqn04tbb54Qsi3weBnZJhpnZNfO3RWTNAG29O5VamXxWOGpEHzTtKFi8Svr9D8Ath0UeFAMsiXqL0Q==", + "dependencies": { + "aframe-forcegraph-component": "^3.0", + "kapsule": "^1.13" + } + }, + "node_modules/3d-force-graph-vr": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/3d-force-graph-vr/-/3d-force-graph-vr-2.0.12.tgz", + "integrity": "sha512-+TDfBVT4Eqrc7PpmBxtrIxuk7+OJ76QwYj5dM/u1LVq3femf3qLz7uwk2f7t1hBUWvhfF8ub4idUSo+dL6CRbw==", + "dependencies": { + "accessor-fn": "1", + "aframe": "^1.2", + "aframe-extras": "^6.1", + "aframe-forcegraph-component": "^3.0", + "kapsule": "^1.13" + } + }, + "node_modules/accessor-fn": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.3.2.tgz", + "integrity": "sha512-W4/Lj/gry8AHy+IC7Havr7fNbphHDzVAiZd5h10g8LRRz6ZKla3A1/lkFqoV1jh13R0eJLGWjDBlRGK36fcWiw==" + }, + "node_modules/aframe": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/aframe/-/aframe-1.3.0.tgz", + "integrity": "sha512-f6OQaDf49SzdSxVskJPvPWldOwHpYMsGttmQHhU6FRiASsnyULKG1nqZom9pDuS3fFYEzQVqRMakQ2AhXeLkFg==", + "dependencies": { + "custom-event-polyfill": "^1.0.6", + "debug": "github:ngokevin/debug#noTimestamp", + "deep-assign": "^2.0.0", + "document-register-element": "github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", + "load-bmfont": "^1.2.3", + "object-assign": "^4.0.1", + "present": "0.0.6", + "promise-polyfill": "^3.1.0", + "super-animejs": "^3.1.0", + "super-three": "^0.137.0", + "three-bmfont-text": "github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733", + "webvr-polyfill": "^0.10.12" + }, + "engines": { + "node": ">= 4.6.0", + "npm": ">= 2.15.9" + } + }, + "node_modules/aframe-extras": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/aframe-extras/-/aframe-extras-6.1.1.tgz", + "integrity": "sha512-w3o3sKfQG+cwe1ZoKUxvMLehh0D/MlvFZeg2XuyIto+Nrs/kGLPcb/fsI5DXM4jociZ3wVQfqcA1BVF+0Nq45A==", + "dependencies": { + "three-pathfinding": "^0.7.0" + }, + "peerDependencies": { + "aframe": "*" + } + }, + "node_modules/aframe-forcegraph-component": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/aframe-forcegraph-component/-/aframe-forcegraph-component-3.0.5.tgz", + "integrity": "sha512-kSGV+0byfNzKONBxczz6Ao1s2/ECVzEA24iteVIT/jMjBFix2kcVFZvkg0PZyRU3TreZRS0jABkJ5kWPPWjlGQ==", + "dependencies": { + "accessor-fn": "1", + "three-forcegraph": "^1.39" + } + }, + "node_modules/an-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/an-array/-/an-array-1.0.0.tgz", + "integrity": "sha1-wSWlu4JXd4419LT2qpx9D6nkJmU=" + }, + "node_modules/array-shuffle": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-shuffle/-/array-shuffle-1.0.1.tgz", + "integrity": "sha1-fqSIKjVrS8pfVF4LblLq9tlxVXo=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/as-number": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/as-number/-/as-number-1.0.0.tgz", + "integrity": "sha1-rLJ+NPj52KsNqeN287iVmGD4CmY=" + }, + "node_modules/axios": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "dependencies": { + "follow-redirects": "^1.14.8" + } + }, + "node_modules/bezier-js": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/bezier-js/-/bezier-js-6.1.0.tgz", + "integrity": "sha512-oc8fkHqG0R+dQuNiXVbPMB0cc8iDqkLAjbA2gq26QmV8tZqW9GGI7iNEX1ioRWlZperQS7v5BX03+9FLVWZbSw==", + "funding": { + "type": "individual", + "url": "https://github.com/Pomax/bezierjs/blob/master/FUNDING.md" + } + }, + "node_modules/buffer-equal": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", + "integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/buffer-to-arraybuffer": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz", + "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=" + }, + "node_modules/canvas-color-tracker": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/canvas-color-tracker/-/canvas-color-tracker-1.1.5.tgz", + "integrity": "sha512-J0tDDrMU2PJfmIVWwuaU1/uPZ+d3ISmpaYZLrvd7s27ydvafl3HgNzg00DEQHLcqRZLoelBLIm8aVvNCmB582g==", + "dependencies": { + "tinycolor2": "^1.4.2" + } + }, + "node_modules/cardboard-vr-display": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/cardboard-vr-display/-/cardboard-vr-display-1.0.19.tgz", + "integrity": "sha512-+MjcnWKAkb95p68elqZLDPzoiF/dGncQilLGvPBM5ZorABp/ao3lCs7nnRcYBckmuNkg1V/5rdGDKoUaCVsHzQ==", + "dependencies": { + "gl-preserve-state": "^1.0.0", + "nosleep.js": "^0.7.0", + "webvr-polyfill-dpdb": "^1.0.17" + } + }, + "node_modules/custom-event-polyfill": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz", + "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==" + }, + "node_modules/d3-array": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.1.4.tgz", + "integrity": "sha512-H8lM97Gr9+LAR4WVHETCMt6LlWtLJVMCKsz1ojors+/PvAs2QqdLa20BuYvU11/DU+nLF0GVWL5Rv3jSgo2KmA==", + "dependencies": { + "internmap": "1 - 2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-binarytree": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/d3-binarytree/-/d3-binarytree-0.2.2.tgz", + "integrity": "sha512-TmgSEKWO4lSjX26Rk77hbTdiF3TQ1v5LqL+cmSz6/5RiSxmq6+e6qHE6X/KwrsIESekhEReH63X5yM8dvXaT7A==" + }, + "node_modules/d3-color": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-force-3d": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/d3-force-3d/-/d3-force-3d-3.0.3.tgz", + "integrity": "sha512-8HGTbw6y35UYManGCPU4+b9/PGgnyjzRq80DRsp7zFsRl0leVz2pzwx18dwkPe4rDxTOEpM4BuWQ2krbVaGQQA==", + "dependencies": { + "d3-binarytree": "^0.2.0", + "d3-dispatch": "1 - 3", + "d3-octree": "^0.2.0", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-format": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "dependencies": { + "d3-color": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-octree": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/d3-octree/-/d3-octree-0.2.2.tgz", + "integrity": "sha512-ysk9uSPAhZVb0Gq4GXzghl/Yqxu80dHrq55I53qaIMdGB65+0UfO84sr4Fci2JHumcgh6H4WE0r8LwxPagkE+g==" + }, + "node_modules/d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "dependencies": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-scale-chromatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz", + "integrity": "sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==", + "dependencies": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", + "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", + "dependencies": { + "d3-array": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-time-format": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "dependencies": { + "d3-time": "1 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "dependencies": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "d3-selection": "2 - 3" + } + }, + "node_modules/d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "dependencies": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/data-joint": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/data-joint/-/data-joint-1.2.5.tgz", + "integrity": "sha512-OcGbcTctTq7AdiWAzJdktyzi5wVzv7q6291BsKLdxVdyrsx9pZLb9QIpxavWHMd+OS5DgJgfhgoM4jjF//DRqg==", + "dependencies": { + "index-array-by": "^1.3.1" + } + }, + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + }, + "node_modules/debug": { + "version": "2.2.0", + "resolved": "git+ssh://git@github.com/ngokevin/debug.git#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a", + "integrity": "sha512-rUI9wkpSlmwV2QQcE+jDnEdUPyRG+alTguuGlIJHW1PRMycHzpGy24htiAOiBdg6jYFXduQw4JuA1lvKh3DwzA==", + "license": "MIT" + }, + "node_modules/decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/deep-assign": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-2.0.0.tgz", + "integrity": "sha1-6+BrHwfwja5ZdiDj3RYi83GhxXI=", + "dependencies": { + "is-obj": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/document-register-element": { + "version": "0.5.4", + "resolved": "git+ssh://git@github.com/dmarcos/document-register-element.git#8ccc532b7f3744be954574caf3072a5fd260ca90", + "integrity": "sha512-dwvGei9I/m1pYQ/9aNODyVmvSWBtlncfIROn5Sbi4MVnIcZKre5QaWx+AGLI/j6VH9sp8jwLyeuWP1micANT0g==", + "license": "MIT" + }, + "node_modules/dom-walk": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" + }, + "node_modules/dtype": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dtype/-/dtype-2.0.0.tgz", + "integrity": "sha1-zQUjI84GFETs0uj1dI9popvihDQ=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/esbuild": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.32.tgz", + "integrity": "sha512-RuzVUP/bkStmnVHK6Gh3gjaMjfXNLqBqvYVDiS9JKl5KdRdRLUeW5Wo8NrbL7cL6CW7Cyak7SvACqyPOBuA8vA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "esbuild-android-64": "0.14.32", + "esbuild-android-arm64": "0.14.32", + "esbuild-darwin-64": "0.14.32", + "esbuild-darwin-arm64": "0.14.32", + "esbuild-freebsd-64": "0.14.32", + "esbuild-freebsd-arm64": "0.14.32", + "esbuild-linux-32": "0.14.32", + "esbuild-linux-64": "0.14.32", + "esbuild-linux-arm": "0.14.32", + "esbuild-linux-arm64": "0.14.32", + "esbuild-linux-mips64le": "0.14.32", + "esbuild-linux-ppc64le": "0.14.32", + "esbuild-linux-riscv64": "0.14.32", + "esbuild-linux-s390x": "0.14.32", + "esbuild-netbsd-64": "0.14.32", + "esbuild-openbsd-64": "0.14.32", + "esbuild-sunos-64": "0.14.32", + "esbuild-windows-32": "0.14.32", + "esbuild-windows-64": "0.14.32", + "esbuild-windows-arm64": "0.14.32" + } + }, + "node_modules/esbuild-android-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.32.tgz", + "integrity": "sha512-q1qjB2UcoWehR9Yp9dO2RdJUeLLrXAYsbOU4tkYa+GmJzxTwuvOrMdvaemsXYqb7F4STVTca9KpfqGicEChtUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-android-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.32.tgz", + "integrity": "sha512-bs1uu+RuM15f8yjFc0FhPDE/6NID4fKl7beDVsGCme6Q8ld2IzRXmp5QaHurlcH93PFyQnUgVvdahIWgtK2QZw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-darwin-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.32.tgz", + "integrity": "sha512-6MekflAld28wYtzanwZTxQlxMPeYw/yv1ToFG2hpo3LGxOIE2mBD5IJaMCcyy1//EYvGnGToO3p6XKdbS8E1QQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-darwin-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.32.tgz", + "integrity": "sha512-BHYIjiPDYQTD+4zwqdqRo+I2bbg3fn9mah/gZm4SCCy+7uwTTYOYobIunHT7wVCgxnFCr50PJUdaMrEoCImRbw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-freebsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.32.tgz", + "integrity": "sha512-6BOBhtfAf9AlfjL1AvtfVOxwY82tHPfYrA0lskJpFjfiEMGTLU6e0vdOwb4+4x++gGz49azuGK0woYqdfL03uw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-freebsd-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.32.tgz", + "integrity": "sha512-zIRR4gKQW56p/xLM8TlpxVBNiX0w3VoR9ZxfH4nrfJ7QiL0SYHRy8YPL5C7zMWRjSze2WxQRHfS9bHKdVrVXBw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-32": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.32.tgz", + "integrity": "sha512-kn0AkGtPvzA6xiv93/mavvZ7DVinu/ewh2F2S0/8mE8/PXi3D4+svZ6V3beV5DIH7vcHVuGhoooWav8HPF04tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.32.tgz", + "integrity": "sha512-Ie+PMvrPj/HCOmSc0QubKttDxP2iBtPzDu+b+V3HGDGwkGmVpDkyXx1NXp5LjkIphIay2QekMwy1dSw3KDqCew==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-arm": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.32.tgz", + "integrity": "sha512-R/Bvn/YQNDyvfN0SERh/I7hKPqN+nSSruQdVeiYEJ+jc3fUi73jXYAscpTQgIBeER/yXnEsgJGU/UQ9+sscr7A==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.32.tgz", + "integrity": "sha512-ykoqKaxX95nB+lk2K/+qxr0ke+BxkeVi0yKOnymCR5Ive7IZDHa4BJX53NEGSBKLfWPwKE6SXTz8qcEewSntoA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-mips64le": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.32.tgz", + "integrity": "sha512-IilnlBexpHpt/5po0cle/L/S6CYnwaq23UuAqWzxp+opHLOCNnyANpC1jOoP551aRx4JuZ7z3xZZ7bYQZB147w==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-ppc64le": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.32.tgz", + "integrity": "sha512-TR6l5nWZbfq7jSY+1vsiQjT4m67NWplNhbX6GBieZq6DBt0nTx1XgTZAdKROF7jTuaK7YrCYlPXtfO3w86Mysw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-riscv64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.32.tgz", + "integrity": "sha512-aSOcUzTeIAslfri8e+bMpyzQuxhcIiNhWyuCGGXum2PtxwYiUqR8/UCMYfwYtYkhr1yABOFOfs83mm9KBy5qCQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-linux-s390x": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.32.tgz", + "integrity": "sha512-dNlip+EvexxKjRZitFCWCd7DVk64c7R5ySr8aFEMHCb/RriNiyDxYJGzYWm4EMJsMRMupMUHlMY64BAa3Op9FA==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-netbsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.32.tgz", + "integrity": "sha512-Pa3QByYqxzlBFQQQhjYBPg3WUfSjwibqzh1hC6mPDRUHnCeUcrLoBuIiG4xqOYEpQM9/kDowIBsrGIQEVWWdQA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-openbsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.32.tgz", + "integrity": "sha512-uWKKqpCjkMY8TCIobFvaSETonQY3OrmgnoTCC3tF+lvMoneYjppB6akx7L5Xv0kP+1tnSbrIof1ca8PfqGUyjw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-sunos-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.32.tgz", + "integrity": "sha512-Ar+u3mBk0oVV4Fwv/qlinJZNIPPtTBSG+1W42o8lOaVxJ+rJgecDoeUN+5uyd9at0BK1SVrQ1qZ4wjHKB0qFpQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-windows-32": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.32.tgz", + "integrity": "sha512-rLMsbflMY6Hjh3rmQnCDVZahJQ7n+XfT6o1+no5pHRpDlMh38MHthgGh35q+EcOMgrGP3ppnw70rhJq80SaYTQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-windows-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.32.tgz", + "integrity": "sha512-OHnMMxYufVgLXIMnwLynLMKguHMrsVnWcehieSP9i6ZX31KEsOFYWrorcnTWOn4rbZVLSL10ofxLuVIgRW3SWw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-windows-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.32.tgz", + "integrity": "sha512-ddavy6IPUBySMfqDfG243TgtuqwQBNJQJPVaA4DaavmMfpBsUxFrSV+HzBWXTKU3I9EcuoEvIATLuQ7NJKxjwg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/flatten-vertex-data": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/flatten-vertex-data/-/flatten-vertex-data-1.0.2.tgz", + "integrity": "sha512-BvCBFK2NZqerFTdMDgqfHBwxYWnxeCkwONsw6PvBMcUXqo8U/KDWwmXhqx1x2kLIg7DqIsJfOaJFOmlua3Lxuw==", + "dependencies": { + "dtype": "^2.0.0" + } + }, + "node_modules/follow-redirects": { + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/force-graph": { + "version": "1.42.9", + "resolved": "https://registry.npmjs.org/force-graph/-/force-graph-1.42.9.tgz", + "integrity": "sha512-FvzRlVDGj78CnaQBtTIoGg3d+kV5ei2TBOQ/xrUSKuv9gk2pAmTLJEK8cLYtKYFMMc/v1QTqcRhW9aQA1KTzsw==", + "dependencies": { + "@tweenjs/tween.js": "18", + "accessor-fn": "1", + "bezier-js": "3 - 6", + "canvas-color-tracker": "1", + "d3-array": "1 - 3", + "d3-drag": "2 - 3", + "d3-force-3d": "2 - 3", + "d3-scale": "1 - 4", + "d3-scale-chromatic": "1 - 3", + "d3-selection": "2 - 3", + "d3-zoom": "2 - 3", + "index-array-by": "1", + "kapsule": "^1.13", + "lodash.throttle": "4" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/gl-preserve-state": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gl-preserve-state/-/gl-preserve-state-1.0.0.tgz", + "integrity": "sha512-zQZ25l3haD4hvgJZ6C9+s0ebdkW9y+7U2qxvGu1uWOJh8a4RU+jURIKEQhf8elIlFpMH6CrAY2tH0mYrRjet3Q==" + }, + "node_modules/global": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", + "dependencies": { + "min-document": "^2.19.0", + "process": "^0.11.10" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/index-array-by": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/index-array-by/-/index-array-by-1.3.2.tgz", + "integrity": "sha512-OIiTTJ4bfAcHTcMUZp3nmSpxAES+nARZNADnGBhg7OjywT8caxm3FR8fdnSnZIF1LvKDk5wN05oBF6qkVk2ZFg==" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "engines": { + "node": ">=12" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/kapsule": { + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/kapsule/-/kapsule-1.13.7.tgz", + "integrity": "sha512-CKhyHyKyz5bYehAzz95U0ji5T9f4P0RXXPqQ2tGKjuTz3bJnHIUj8vCzGjnhFZ4XYtVT2wMvIq8D8Awb5rawcQ==", + "dependencies": { + "debounce": "^1.2.1" + } + }, + "node_modules/layout-bmfont-text": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/layout-bmfont-text/-/layout-bmfont-text-1.3.4.tgz", + "integrity": "sha1-8g8sVGR3T0jabOipl/vObUaUW4E=", + "dependencies": { + "as-number": "^1.0.0", + "word-wrapper": "^1.0.7", + "xtend": "^4.0.0" + } + }, + "node_modules/lit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", + "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", + "dependencies": { + "@lit/reactive-element": "^1.3.0", + "lit-element": "^3.2.0", + "lit-html": "^2.2.0" + } + }, + "node_modules/lit-element": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.2.0.tgz", + "integrity": "sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==", + "dependencies": { + "@lit/reactive-element": "^1.3.0", + "lit-html": "^2.2.0" + } + }, + "node_modules/lit-html": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.2.2.tgz", + "integrity": "sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/load-bmfont": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", + "integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==", + "dependencies": { + "buffer-equal": "0.0.1", + "mime": "^1.3.4", + "parse-bmfont-ascii": "^1.0.3", + "parse-bmfont-binary": "^1.0.5", + "parse-bmfont-xml": "^1.1.4", + "phin": "^2.9.1", + "xhr": "^2.0.1", + "xtend": "^4.0.0" + } + }, + "node_modules/lodash.throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" + }, + "node_modules/map-limit": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/map-limit/-/map-limit-0.0.1.tgz", + "integrity": "sha1-63lhAxwPDo0AG/LVb6toXViCLzg=", + "dependencies": { + "once": "~1.3.0" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/min-document": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", + "dependencies": { + "dom-walk": "^0.1.0" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/nanoid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/new-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/new-array/-/new-array-1.0.0.tgz", + "integrity": "sha1-XbxjnZYerH8an7wacUbsEvKST78=" + }, + "node_modules/ngraph.events": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ngraph.events/-/ngraph.events-1.2.1.tgz", + "integrity": "sha512-D4C+nXH/RFxioGXQdHu8ELDtC6EaCiNsZtih0IvyGN81OZSUby4jXoJ5+RNWasfsd0FnKxxpAROyUMzw64QNsw==" + }, + "node_modules/ngraph.forcelayout": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ngraph.forcelayout/-/ngraph.forcelayout-3.3.0.tgz", + "integrity": "sha512-EWqG8oSEueByuisyFl/c77M0+ts8g+dpNseafXFO71f0PvvZgzQ1zac1yO9CJVK6e94kbkvztgjDX3oQZ/4lVA==", + "dependencies": { + "ngraph.events": "^1.0.0", + "ngraph.merge": "^1.0.0", + "ngraph.random": "^1.0.0" + } + }, + "node_modules/ngraph.graph": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/ngraph.graph/-/ngraph.graph-20.0.0.tgz", + "integrity": "sha512-tJqmik6U5geNDSbmTSwm4R6coTMDbkfFFHD8wdeSJtKU/cxIWFsKtXuwMva/wTk6tQQl1C2//lrzmwfPJXAXHw==", + "dependencies": { + "ngraph.events": "^1.2.1" + } + }, + "node_modules/ngraph.merge": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ngraph.merge/-/ngraph.merge-1.0.0.tgz", + "integrity": "sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==" + }, + "node_modules/ngraph.random": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ngraph.random/-/ngraph.random-1.1.0.tgz", + "integrity": "sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==" + }, + "node_modules/nice-color-palettes": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nice-color-palettes/-/nice-color-palettes-1.0.1.tgz", + "integrity": "sha1-h16gHchu+uf1leBmqLJmDnIGBT4=", + "dependencies": { + "map-limit": "0.0.1", + "minimist": "^1.2.0", + "new-array": "^1.0.0", + "xhr-request": "^1.0.1" + }, + "bin": { + "nice-color-palettes": "bin/index.js" + } + }, + "node_modules/nosleep.js": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/nosleep.js/-/nosleep.js-0.7.0.tgz", + "integrity": "sha1-z9kZwlUjyg0PSmn7MwXAg62u4ok=" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", + "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/parse-bmfont-ascii": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz", + "integrity": "sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU=" + }, + "node_modules/parse-bmfont-binary": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz", + "integrity": "sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY=" + }, + "node_modules/parse-bmfont-xml": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz", + "integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==", + "dependencies": { + "xml-parse-from-string": "^1.0.0", + "xml2js": "^0.4.5" + } + }, + "node_modules/parse-headers": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", + "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==" + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/phin": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", + "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/polished": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", + "dependencies": { + "@babel/runtime": "^7.17.8" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/postcss": { + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.1", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/present": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/present/-/present-0.0.6.tgz", + "integrity": "sha1-nu/3ANqp6ZhhM1Lkf3rCMk1PrwI=" + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/promise-polyfill": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-3.1.0.tgz", + "integrity": "sha1-YpUrAdBZsRW0MnY7fvRhuA9t9H0=" + }, + "node_modules/quad-indices": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/quad-indices/-/quad-indices-2.0.1.tgz", + "integrity": "sha1-ppQdiaE9Y+7WwdSlpiGgRjYXqBQ=", + "dependencies": { + "an-array": "^1.0.0", + "dtype": "^2.0.0", + "is-buffer": "^1.0.2" + } + }, + "node_modules/query-string": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", + "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", + "dependencies": { + "decode-uri-component": "^0.2.0", + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + }, + "node_modules/resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rollup": { + "version": "2.70.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz", + "integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/simple-get": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.2.tgz", + "integrity": "sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw==", + "dependencies": { + "decompress-response": "^3.3.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/super-animejs": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/super-animejs/-/super-animejs-3.1.0.tgz", + "integrity": "sha512-6MFAFJDRuvwkovxQZPruuyHinTa4rgj4hNLOndjcYYhZLckoXtVRY9rJPuq8p6c/tgZJrFYEAYAfJ2/hhNtUCA==" + }, + "node_modules/super-three": { + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/super-three/-/super-three-0.137.0.tgz", + "integrity": "sha512-8jM8DiYiXQoalUoeFRxKWbW6KFQo3GFwgw+3vE2y6SJU/einw+JvuvgK+WhbIYRfz4LQV68nyOQ2eEZqAuouGw==" + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/three": { + "version": "0.139.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.139.2.tgz", + "integrity": "sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg==" + }, + "node_modules/three-bmfont-text": { + "version": "2.4.0", + "resolved": "git+ssh://git@github.com/dmarcos/three-bmfont-text.git#21d017046216e318362c48abd1a48bddfb6e0733", + "integrity": "sha512-lIMa1n+QKNU1f/LZgtS1oUGpoop3MuVXrUr5ybZOUR3+Jk//zjqScnQpHml6MWyvZzL8A5/1Hd8Tsqd3M1kudA==", + "license": "MIT", + "dependencies": { + "array-shuffle": "^1.0.1", + "inherits": "^2.0.1", + "layout-bmfont-text": "^1.2.0", + "nice-color-palettes": "^1.0.1", + "object-assign": "^4.0.1", + "quad-indices": "^2.0.1", + "three-buffer-vertex-data": "dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c" + } + }, + "node_modules/three-buffer-vertex-data": { + "version": "1.1.0", + "resolved": "git+ssh://git@github.com/dmarcos/three-buffer-vertex-data.git#69378fc58daf27d3b1d930df9f233473e4a4818c", + "integrity": "sha512-ZPCCbGfueRzd2/YwH136UnVN+N11Mvxu7uPaEzIdtuk0m5HPs1LGXOM5hOkpxamjvqSC6MDJ3nd11grGi7sMKw==", + "license": "MIT", + "dependencies": { + "flatten-vertex-data": "^1.0.0" + } + }, + "node_modules/three-forcegraph": { + "version": "1.39.4", + "resolved": "https://registry.npmjs.org/three-forcegraph/-/three-forcegraph-1.39.4.tgz", + "integrity": "sha512-kbycJcG98q/mwMJ5YIHIDz0nH2Fd8smpudc3QM2eoQPlf2cT7o1dzmrHWggUNnako4sWn7OybWypDSGf/S5/wg==", + "dependencies": { + "accessor-fn": "1", + "d3-array": "1 - 3", + "d3-force-3d": "2 - 3", + "d3-scale": "1 - 4", + "d3-scale-chromatic": "1 - 3", + "data-joint": "^1.2", + "kapsule": "^1.13", + "ngraph.forcelayout": "^3.3", + "ngraph.graph": "^20.0", + "tinycolor2": "^1.4" + }, + "peerDependencies": { + "three": ">=0.118.3" + } + }, + "node_modules/three-pathfinding": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/three-pathfinding/-/three-pathfinding-0.7.0.tgz", + "integrity": "sha512-UwWvzgio1UFe81n5jKHNzB4B+AG3wfZ54OKp7bTb1MHuC3cy6RTtr0dbbiPQQoqxzr+DRArR2DUwQSEknw5+nw==" + }, + "node_modules/three-render-objects": { + "version": "1.26.8", + "resolved": "https://registry.npmjs.org/three-render-objects/-/three-render-objects-1.26.8.tgz", + "integrity": "sha512-pCu439/SM2OOnDB71a52b005TGP7Hk1e0h7kBoCHaiQK9lmxXIpatDy9RdcQjz5Vx1Ug1Hsywcasq0pSlvxjCQ==", + "dependencies": { + "@tweenjs/tween.js": "18", + "accessor-fn": "1", + "kapsule": "^1.13", + "polished": "4" + }, + "peerDependencies": { + "three": "*" + } + }, + "node_modules/three-spritetext": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/three-spritetext/-/three-spritetext-1.6.5.tgz", + "integrity": "sha512-ttA1ce3tJz6OFojLGY3VjtqF9johetq50TztYcPFWqdEUrwPmej5XXcHahVyQGd88FHRDzJmW2rW3zSifUsdYA==", + "peerDependencies": { + "three": ">=0.86.0" + } + }, + "node_modules/timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tinycolor2": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", + "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==", + "engines": { + "node": "*" + } + }, + "node_modules/typescript": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/url-set-query": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-set-query/-/url-set-query-1.0.0.tgz", + "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=" + }, + "node_modules/vite": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.1.tgz", + "integrity": "sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==", + "dev": true, + "dependencies": { + "esbuild": "^0.14.27", + "postcss": "^8.4.12", + "resolve": "^1.22.0", + "rollup": "^2.59.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": ">=12.2.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "less": "*", + "sass": "*", + "stylus": "*" + }, + "peerDependenciesMeta": { + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + } + } + }, + "node_modules/webvr-polyfill": { + "version": "0.10.12", + "resolved": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.10.12.tgz", + "integrity": "sha512-trDJEVUQnRIVAnmImjEQ0BlL1NfuWl8+eaEdu+bs4g59c7OtETi/5tFkgEFDRaWEYwHntXs/uFF3OXZuutNGGA==", + "dependencies": { + "cardboard-vr-display": "^1.0.19" + } + }, + "node_modules/webvr-polyfill-dpdb": { + "version": "1.0.18", + "resolved": "https://registry.npmjs.org/webvr-polyfill-dpdb/-/webvr-polyfill-dpdb-1.0.18.tgz", + "integrity": "sha512-O0S1ZGEWyPvyZEkS2VbyV7mtir/NM9MNK3EuhbHPoJ8EHTky2pTXehjIl+IiDPr+Lldgx129QGt3NGly7rwRPw==" + }, + "node_modules/word-wrapper": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/word-wrapper/-/word-wrapper-1.0.7.tgz", + "integrity": "sha1-HxSv6/Zt/fD+9V79NxhO+9CMKLY=" + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/xhr": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", + "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==", + "dependencies": { + "global": "~4.4.0", + "is-function": "^1.0.1", + "parse-headers": "^2.0.0", + "xtend": "^4.0.0" + } + }, + "node_modules/xhr-request": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xhr-request/-/xhr-request-1.1.0.tgz", + "integrity": "sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==", + "dependencies": { + "buffer-to-arraybuffer": "^0.0.5", + "object-assign": "^4.1.1", + "query-string": "^5.0.1", + "simple-get": "^2.7.0", + "timed-out": "^4.0.1", + "url-set-query": "^1.0.0", + "xhr": "^2.0.4" + } + }, + "node_modules/xml-parse-from-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz", + "integrity": "sha1-qQKekp09vN7RafPG4oI42VpdWig=" + }, + "node_modules/xml2js": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + } + }, + "dependencies": { + "@ar-js-org/ar.js": { + "version": "3.4.0-alpha-rc2", + "resolved": "https://registry.npmjs.org/@ar-js-org/ar.js/-/ar.js-3.4.0-alpha-rc2.tgz", + "integrity": "sha512-KCU932cTpr/Ubi6/cQS59bx1QIc8XroBA4mEtAGIE7pfmjPFFx2d6gMzSVTlljh8gZBSVQavRHdga6oQ6ADBJg==", + "requires": { + "@ar-js-org/artoolkit5-js": "^0.1.3", + "aframe": "^1.0.4", + "three": "^0.133.0" + }, + "dependencies": { + "three": { + "version": "0.133.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz", + "integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw==" + } + } + }, + "@ar-js-org/artoolkit5-js": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@ar-js-org/artoolkit5-js/-/artoolkit5-js-0.1.3.tgz", + "integrity": "sha512-VMaWxlM5RTftZjXeZ6PRExhec1DFySHy6IprhBeGHPIg8lJO27FwxaHqwWvY050ANjFZEGRhgjvEjaXEmEi76Q==", + "requires": { + "@babel/runtime": "^7.17.2", + "axios": "^0.26.0" + } + }, + "@babel/runtime": { + "version": "7.17.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", + "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@lit/reactive-element": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.3.1.tgz", + "integrity": "sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==" + }, + "@tweenjs/tween.js": { + "version": "18.6.4", + "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz", + "integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==" + }, + "@types/node": { + "version": "17.0.23", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz", + "integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==", + "dev": true + }, + "@types/three": { + "version": "0.139.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.139.0.tgz", + "integrity": "sha512-4V/jZhyq7Mv05coUzxL3bz8AuBOSi/1F0RY7ujisHTV0Amy/fnYJ+s7TSJ1/hXjZukSkpuFRgV+wvWUEMbsMbQ==", + "dev": true + }, + "@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "3d-force-graph": { + "version": "1.70.9", + "resolved": "https://registry.npmjs.org/3d-force-graph/-/3d-force-graph-1.70.9.tgz", + "integrity": "sha512-K6VJqqoRT/9W+t6VV+e3c43Iu2jS4VzLhhG/ODDkQLFSwdszMNYMyD7x1xoUB/wuFz7sWgXFMsa0L5O2LsKp+w==", + "requires": { + "accessor-fn": "1", + "kapsule": "^1.13", + "three": ">=0.118 <1", + "three-forcegraph": "^1.39", + "three-render-objects": "^1.26" + } + }, + "3d-force-graph-ar": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/3d-force-graph-ar/-/3d-force-graph-ar-1.7.5.tgz", + "integrity": "sha512-4aZafpHHAqn04tbb54Qsi3weBnZJhpnZNfO3RWTNAG29O5VamXxWOGpEHzTtKFi8Svr9D8Ath0UeFAMsiXqL0Q==", + "requires": { + "aframe-forcegraph-component": "^3.0", + "kapsule": "^1.13" + } + }, + "3d-force-graph-vr": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/3d-force-graph-vr/-/3d-force-graph-vr-2.0.12.tgz", + "integrity": "sha512-+TDfBVT4Eqrc7PpmBxtrIxuk7+OJ76QwYj5dM/u1LVq3femf3qLz7uwk2f7t1hBUWvhfF8ub4idUSo+dL6CRbw==", + "requires": { + "accessor-fn": "1", + "aframe": "^1.2", + "aframe-extras": "^6.1", + "aframe-forcegraph-component": "^3.0", + "kapsule": "^1.13" + } + }, + "accessor-fn": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.3.2.tgz", + "integrity": "sha512-W4/Lj/gry8AHy+IC7Havr7fNbphHDzVAiZd5h10g8LRRz6ZKla3A1/lkFqoV1jh13R0eJLGWjDBlRGK36fcWiw==" + }, + "aframe": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/aframe/-/aframe-1.3.0.tgz", + "integrity": "sha512-f6OQaDf49SzdSxVskJPvPWldOwHpYMsGttmQHhU6FRiASsnyULKG1nqZom9pDuS3fFYEzQVqRMakQ2AhXeLkFg==", + "requires": { + "custom-event-polyfill": "^1.0.6", + "debug": "github:ngokevin/debug#noTimestamp", + "deep-assign": "^2.0.0", + "document-register-element": "github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90", + "load-bmfont": "^1.2.3", + "object-assign": "^4.0.1", + "present": "0.0.6", + "promise-polyfill": "^3.1.0", + "super-animejs": "^3.1.0", + "super-three": "^0.137.0", + "three-bmfont-text": "github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733", + "webvr-polyfill": "^0.10.12" + } + }, + "aframe-extras": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/aframe-extras/-/aframe-extras-6.1.1.tgz", + "integrity": "sha512-w3o3sKfQG+cwe1ZoKUxvMLehh0D/MlvFZeg2XuyIto+Nrs/kGLPcb/fsI5DXM4jociZ3wVQfqcA1BVF+0Nq45A==", + "requires": { + "three-pathfinding": "^0.7.0" + } + }, + "aframe-forcegraph-component": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/aframe-forcegraph-component/-/aframe-forcegraph-component-3.0.5.tgz", + "integrity": "sha512-kSGV+0byfNzKONBxczz6Ao1s2/ECVzEA24iteVIT/jMjBFix2kcVFZvkg0PZyRU3TreZRS0jABkJ5kWPPWjlGQ==", + "requires": { + "accessor-fn": "1", + "three-forcegraph": "^1.39" + } + }, + "an-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/an-array/-/an-array-1.0.0.tgz", + "integrity": "sha1-wSWlu4JXd4419LT2qpx9D6nkJmU=" + }, + "array-shuffle": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-shuffle/-/array-shuffle-1.0.1.tgz", + "integrity": "sha1-fqSIKjVrS8pfVF4LblLq9tlxVXo=" + }, + "as-number": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/as-number/-/as-number-1.0.0.tgz", + "integrity": "sha1-rLJ+NPj52KsNqeN287iVmGD4CmY=" + }, + "axios": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "requires": { + "follow-redirects": "^1.14.8" + } + }, + "bezier-js": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/bezier-js/-/bezier-js-6.1.0.tgz", + "integrity": "sha512-oc8fkHqG0R+dQuNiXVbPMB0cc8iDqkLAjbA2gq26QmV8tZqW9GGI7iNEX1ioRWlZperQS7v5BX03+9FLVWZbSw==" + }, + "buffer-equal": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", + "integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=" + }, + "buffer-to-arraybuffer": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz", + "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=" + }, + "canvas-color-tracker": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/canvas-color-tracker/-/canvas-color-tracker-1.1.5.tgz", + "integrity": "sha512-J0tDDrMU2PJfmIVWwuaU1/uPZ+d3ISmpaYZLrvd7s27ydvafl3HgNzg00DEQHLcqRZLoelBLIm8aVvNCmB582g==", + "requires": { + "tinycolor2": "^1.4.2" + } + }, + "cardboard-vr-display": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/cardboard-vr-display/-/cardboard-vr-display-1.0.19.tgz", + "integrity": "sha512-+MjcnWKAkb95p68elqZLDPzoiF/dGncQilLGvPBM5ZorABp/ao3lCs7nnRcYBckmuNkg1V/5rdGDKoUaCVsHzQ==", + "requires": { + "gl-preserve-state": "^1.0.0", + "nosleep.js": "^0.7.0", + "webvr-polyfill-dpdb": "^1.0.17" + } + }, + "custom-event-polyfill": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz", + "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==" + }, + "d3-array": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.1.4.tgz", + "integrity": "sha512-H8lM97Gr9+LAR4WVHETCMt6LlWtLJVMCKsz1ojors+/PvAs2QqdLa20BuYvU11/DU+nLF0GVWL5Rv3jSgo2KmA==", + "requires": { + "internmap": "1 - 2" + } + }, + "d3-binarytree": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/d3-binarytree/-/d3-binarytree-0.2.2.tgz", + "integrity": "sha512-TmgSEKWO4lSjX26Rk77hbTdiF3TQ1v5LqL+cmSz6/5RiSxmq6+e6qHE6X/KwrsIESekhEReH63X5yM8dvXaT7A==" + }, + "d3-color": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", + "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" + }, + "d3-dispatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", + "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==" + }, + "d3-drag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", + "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "requires": { + "d3-dispatch": "1 - 3", + "d3-selection": "3" + } + }, + "d3-ease": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", + "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" + }, + "d3-force-3d": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/d3-force-3d/-/d3-force-3d-3.0.3.tgz", + "integrity": "sha512-8HGTbw6y35UYManGCPU4+b9/PGgnyjzRq80DRsp7zFsRl0leVz2pzwx18dwkPe4rDxTOEpM4BuWQ2krbVaGQQA==", + "requires": { + "d3-binarytree": "^0.2.0", + "d3-dispatch": "1 - 3", + "d3-octree": "^0.2.0", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" + } + }, + "d3-format": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", + "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==" + }, + "d3-interpolate": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", + "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "requires": { + "d3-color": "1 - 3" + } + }, + "d3-octree": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/d3-octree/-/d3-octree-0.2.2.tgz", + "integrity": "sha512-ysk9uSPAhZVb0Gq4GXzghl/Yqxu80dHrq55I53qaIMdGB65+0UfO84sr4Fci2JHumcgh6H4WE0r8LwxPagkE+g==" + }, + "d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==" + }, + "d3-scale": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", + "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "requires": { + "d3-array": "2.10.0 - 3", + "d3-format": "1 - 3", + "d3-interpolate": "1.2.0 - 3", + "d3-time": "2.1.1 - 3", + "d3-time-format": "2 - 4" + } + }, + "d3-scale-chromatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz", + "integrity": "sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==", + "requires": { + "d3-color": "1 - 3", + "d3-interpolate": "1 - 3" + } + }, + "d3-selection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", + "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==" + }, + "d3-time": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.0.0.tgz", + "integrity": "sha512-zmV3lRnlaLI08y9IMRXSDshQb5Nj77smnfpnd2LrBa/2K281Jijactokeak14QacHs/kKq0AQ121nidNYlarbQ==", + "requires": { + "d3-array": "2 - 3" + } + }, + "d3-time-format": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", + "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "requires": { + "d3-time": "1 - 3" + } + }, + "d3-timer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", + "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" + }, + "d3-transition": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", + "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "requires": { + "d3-color": "1 - 3", + "d3-dispatch": "1 - 3", + "d3-ease": "1 - 3", + "d3-interpolate": "1 - 3", + "d3-timer": "1 - 3" + } + }, + "d3-zoom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", + "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "requires": { + "d3-dispatch": "1 - 3", + "d3-drag": "2 - 3", + "d3-interpolate": "1 - 3", + "d3-selection": "2 - 3", + "d3-transition": "2 - 3" + } + }, + "data-joint": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/data-joint/-/data-joint-1.2.5.tgz", + "integrity": "sha512-OcGbcTctTq7AdiWAzJdktyzi5wVzv7q6291BsKLdxVdyrsx9pZLb9QIpxavWHMd+OS5DgJgfhgoM4jjF//DRqg==", + "requires": { + "index-array-by": "^1.3.1" + } + }, + "debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + }, + "debug": { + "version": "git+ssh://git@github.com/ngokevin/debug.git#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a", + "from": "debug@github:ngokevin/debug#noTimestamp" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-assign": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-2.0.0.tgz", + "integrity": "sha1-6+BrHwfwja5ZdiDj3RYi83GhxXI=", + "requires": { + "is-obj": "^1.0.0" + } + }, + "document-register-element": { + "version": "git+ssh://git@github.com/dmarcos/document-register-element.git#8ccc532b7f3744be954574caf3072a5fd260ca90", + "from": "document-register-element@github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90" + }, + "dom-walk": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", + "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" + }, + "dtype": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dtype/-/dtype-2.0.0.tgz", + "integrity": "sha1-zQUjI84GFETs0uj1dI9popvihDQ=" + }, + "esbuild": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.32.tgz", + "integrity": "sha512-RuzVUP/bkStmnVHK6Gh3gjaMjfXNLqBqvYVDiS9JKl5KdRdRLUeW5Wo8NrbL7cL6CW7Cyak7SvACqyPOBuA8vA==", + "dev": true, + "requires": { + "esbuild-android-64": "0.14.32", + "esbuild-android-arm64": "0.14.32", + "esbuild-darwin-64": "0.14.32", + "esbuild-darwin-arm64": "0.14.32", + "esbuild-freebsd-64": "0.14.32", + "esbuild-freebsd-arm64": "0.14.32", + "esbuild-linux-32": "0.14.32", + "esbuild-linux-64": "0.14.32", + "esbuild-linux-arm": "0.14.32", + "esbuild-linux-arm64": "0.14.32", + "esbuild-linux-mips64le": "0.14.32", + "esbuild-linux-ppc64le": "0.14.32", + "esbuild-linux-riscv64": "0.14.32", + "esbuild-linux-s390x": "0.14.32", + "esbuild-netbsd-64": "0.14.32", + "esbuild-openbsd-64": "0.14.32", + "esbuild-sunos-64": "0.14.32", + "esbuild-windows-32": "0.14.32", + "esbuild-windows-64": "0.14.32", + "esbuild-windows-arm64": "0.14.32" + } + }, + "esbuild-android-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.32.tgz", + "integrity": "sha512-q1qjB2UcoWehR9Yp9dO2RdJUeLLrXAYsbOU4tkYa+GmJzxTwuvOrMdvaemsXYqb7F4STVTca9KpfqGicEChtUg==", + "dev": true, + "optional": true + }, + "esbuild-android-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.32.tgz", + "integrity": "sha512-bs1uu+RuM15f8yjFc0FhPDE/6NID4fKl7beDVsGCme6Q8ld2IzRXmp5QaHurlcH93PFyQnUgVvdahIWgtK2QZw==", + "dev": true, + "optional": true + }, + "esbuild-darwin-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.32.tgz", + "integrity": "sha512-6MekflAld28wYtzanwZTxQlxMPeYw/yv1ToFG2hpo3LGxOIE2mBD5IJaMCcyy1//EYvGnGToO3p6XKdbS8E1QQ==", + "dev": true, + "optional": true + }, + "esbuild-darwin-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.32.tgz", + "integrity": "sha512-BHYIjiPDYQTD+4zwqdqRo+I2bbg3fn9mah/gZm4SCCy+7uwTTYOYobIunHT7wVCgxnFCr50PJUdaMrEoCImRbw==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.32.tgz", + "integrity": "sha512-6BOBhtfAf9AlfjL1AvtfVOxwY82tHPfYrA0lskJpFjfiEMGTLU6e0vdOwb4+4x++gGz49azuGK0woYqdfL03uw==", + "dev": true, + "optional": true + }, + "esbuild-freebsd-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.32.tgz", + "integrity": "sha512-zIRR4gKQW56p/xLM8TlpxVBNiX0w3VoR9ZxfH4nrfJ7QiL0SYHRy8YPL5C7zMWRjSze2WxQRHfS9bHKdVrVXBw==", + "dev": true, + "optional": true + }, + "esbuild-linux-32": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.32.tgz", + "integrity": "sha512-kn0AkGtPvzA6xiv93/mavvZ7DVinu/ewh2F2S0/8mE8/PXi3D4+svZ6V3beV5DIH7vcHVuGhoooWav8HPF04tg==", + "dev": true, + "optional": true + }, + "esbuild-linux-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.32.tgz", + "integrity": "sha512-Ie+PMvrPj/HCOmSc0QubKttDxP2iBtPzDu+b+V3HGDGwkGmVpDkyXx1NXp5LjkIphIay2QekMwy1dSw3KDqCew==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.32.tgz", + "integrity": "sha512-R/Bvn/YQNDyvfN0SERh/I7hKPqN+nSSruQdVeiYEJ+jc3fUi73jXYAscpTQgIBeER/yXnEsgJGU/UQ9+sscr7A==", + "dev": true, + "optional": true + }, + "esbuild-linux-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.32.tgz", + "integrity": "sha512-ykoqKaxX95nB+lk2K/+qxr0ke+BxkeVi0yKOnymCR5Ive7IZDHa4BJX53NEGSBKLfWPwKE6SXTz8qcEewSntoA==", + "dev": true, + "optional": true + }, + "esbuild-linux-mips64le": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.32.tgz", + "integrity": "sha512-IilnlBexpHpt/5po0cle/L/S6CYnwaq23UuAqWzxp+opHLOCNnyANpC1jOoP551aRx4JuZ7z3xZZ7bYQZB147w==", + "dev": true, + "optional": true + }, + "esbuild-linux-ppc64le": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.32.tgz", + "integrity": "sha512-TR6l5nWZbfq7jSY+1vsiQjT4m67NWplNhbX6GBieZq6DBt0nTx1XgTZAdKROF7jTuaK7YrCYlPXtfO3w86Mysw==", + "dev": true, + "optional": true + }, + "esbuild-linux-riscv64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.32.tgz", + "integrity": "sha512-aSOcUzTeIAslfri8e+bMpyzQuxhcIiNhWyuCGGXum2PtxwYiUqR8/UCMYfwYtYkhr1yABOFOfs83mm9KBy5qCQ==", + "dev": true, + "optional": true + }, + "esbuild-linux-s390x": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.32.tgz", + "integrity": "sha512-dNlip+EvexxKjRZitFCWCd7DVk64c7R5ySr8aFEMHCb/RriNiyDxYJGzYWm4EMJsMRMupMUHlMY64BAa3Op9FA==", + "dev": true, + "optional": true + }, + "esbuild-netbsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.32.tgz", + "integrity": "sha512-Pa3QByYqxzlBFQQQhjYBPg3WUfSjwibqzh1hC6mPDRUHnCeUcrLoBuIiG4xqOYEpQM9/kDowIBsrGIQEVWWdQA==", + "dev": true, + "optional": true + }, + "esbuild-openbsd-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.32.tgz", + "integrity": "sha512-uWKKqpCjkMY8TCIobFvaSETonQY3OrmgnoTCC3tF+lvMoneYjppB6akx7L5Xv0kP+1tnSbrIof1ca8PfqGUyjw==", + "dev": true, + "optional": true + }, + "esbuild-sunos-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.32.tgz", + "integrity": "sha512-Ar+u3mBk0oVV4Fwv/qlinJZNIPPtTBSG+1W42o8lOaVxJ+rJgecDoeUN+5uyd9at0BK1SVrQ1qZ4wjHKB0qFpQ==", + "dev": true, + "optional": true + }, + "esbuild-windows-32": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.32.tgz", + "integrity": "sha512-rLMsbflMY6Hjh3rmQnCDVZahJQ7n+XfT6o1+no5pHRpDlMh38MHthgGh35q+EcOMgrGP3ppnw70rhJq80SaYTQ==", + "dev": true, + "optional": true + }, + "esbuild-windows-64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.32.tgz", + "integrity": "sha512-OHnMMxYufVgLXIMnwLynLMKguHMrsVnWcehieSP9i6ZX31KEsOFYWrorcnTWOn4rbZVLSL10ofxLuVIgRW3SWw==", + "dev": true, + "optional": true + }, + "esbuild-windows-arm64": { + "version": "0.14.32", + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.32.tgz", + "integrity": "sha512-ddavy6IPUBySMfqDfG243TgtuqwQBNJQJPVaA4DaavmMfpBsUxFrSV+HzBWXTKU3I9EcuoEvIATLuQ7NJKxjwg==", + "dev": true, + "optional": true + }, + "flatten-vertex-data": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/flatten-vertex-data/-/flatten-vertex-data-1.0.2.tgz", + "integrity": "sha512-BvCBFK2NZqerFTdMDgqfHBwxYWnxeCkwONsw6PvBMcUXqo8U/KDWwmXhqx1x2kLIg7DqIsJfOaJFOmlua3Lxuw==", + "requires": { + "dtype": "^2.0.0" + } + }, + "follow-redirects": { + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" + }, + "force-graph": { + "version": "1.42.9", + "resolved": "https://registry.npmjs.org/force-graph/-/force-graph-1.42.9.tgz", + "integrity": "sha512-FvzRlVDGj78CnaQBtTIoGg3d+kV5ei2TBOQ/xrUSKuv9gk2pAmTLJEK8cLYtKYFMMc/v1QTqcRhW9aQA1KTzsw==", + "requires": { + "@tweenjs/tween.js": "18", + "accessor-fn": "1", + "bezier-js": "3 - 6", + "canvas-color-tracker": "1", + "d3-array": "1 - 3", + "d3-drag": "2 - 3", + "d3-force-3d": "2 - 3", + "d3-scale": "1 - 4", + "d3-scale-chromatic": "1 - 3", + "d3-selection": "2 - 3", + "d3-zoom": "2 - 3", + "index-array-by": "1", + "kapsule": "^1.13", + "lodash.throttle": "4" + } + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gl-preserve-state": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gl-preserve-state/-/gl-preserve-state-1.0.0.tgz", + "integrity": "sha512-zQZ25l3haD4hvgJZ6C9+s0ebdkW9y+7U2qxvGu1uWOJh8a4RU+jURIKEQhf8elIlFpMH6CrAY2tH0mYrRjet3Q==" + }, + "global": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", + "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", + "requires": { + "min-document": "^2.19.0", + "process": "^0.11.10" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "index-array-by": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/index-array-by/-/index-array-by-1.3.2.tgz", + "integrity": "sha512-OIiTTJ4bfAcHTcMUZp3nmSpxAES+nARZNADnGBhg7OjywT8caxm3FR8fdnSnZIF1LvKDk5wN05oBF6qkVk2ZFg==" + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "internmap": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", + "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==" + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", + "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + }, + "kapsule": { + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/kapsule/-/kapsule-1.13.7.tgz", + "integrity": "sha512-CKhyHyKyz5bYehAzz95U0ji5T9f4P0RXXPqQ2tGKjuTz3bJnHIUj8vCzGjnhFZ4XYtVT2wMvIq8D8Awb5rawcQ==", + "requires": { + "debounce": "^1.2.1" + } + }, + "layout-bmfont-text": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/layout-bmfont-text/-/layout-bmfont-text-1.3.4.tgz", + "integrity": "sha1-8g8sVGR3T0jabOipl/vObUaUW4E=", + "requires": { + "as-number": "^1.0.0", + "word-wrapper": "^1.0.7", + "xtend": "^4.0.0" + } + }, + "lit": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", + "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", + "requires": { + "@lit/reactive-element": "^1.3.0", + "lit-element": "^3.2.0", + "lit-html": "^2.2.0" + } + }, + "lit-element": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.2.0.tgz", + "integrity": "sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==", + "requires": { + "@lit/reactive-element": "^1.3.0", + "lit-html": "^2.2.0" + } + }, + "lit-html": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.2.2.tgz", + "integrity": "sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==", + "requires": { + "@types/trusted-types": "^2.0.2" + } + }, + "load-bmfont": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", + "integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==", + "requires": { + "buffer-equal": "0.0.1", + "mime": "^1.3.4", + "parse-bmfont-ascii": "^1.0.3", + "parse-bmfont-binary": "^1.0.5", + "parse-bmfont-xml": "^1.1.4", + "phin": "^2.9.1", + "xhr": "^2.0.1", + "xtend": "^4.0.0" + } + }, + "lodash.throttle": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" + }, + "map-limit": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/map-limit/-/map-limit-0.0.1.tgz", + "integrity": "sha1-63lhAxwPDo0AG/LVb6toXViCLzg=", + "requires": { + "once": "~1.3.0" + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" + }, + "min-document": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", + "requires": { + "dom-walk": "^0.1.0" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "nanoid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz", + "integrity": "sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==", + "dev": true + }, + "new-array": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/new-array/-/new-array-1.0.0.tgz", + "integrity": "sha1-XbxjnZYerH8an7wacUbsEvKST78=" + }, + "ngraph.events": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ngraph.events/-/ngraph.events-1.2.1.tgz", + "integrity": "sha512-D4C+nXH/RFxioGXQdHu8ELDtC6EaCiNsZtih0IvyGN81OZSUby4jXoJ5+RNWasfsd0FnKxxpAROyUMzw64QNsw==" + }, + "ngraph.forcelayout": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ngraph.forcelayout/-/ngraph.forcelayout-3.3.0.tgz", + "integrity": "sha512-EWqG8oSEueByuisyFl/c77M0+ts8g+dpNseafXFO71f0PvvZgzQ1zac1yO9CJVK6e94kbkvztgjDX3oQZ/4lVA==", + "requires": { + "ngraph.events": "^1.0.0", + "ngraph.merge": "^1.0.0", + "ngraph.random": "^1.0.0" + } + }, + "ngraph.graph": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/ngraph.graph/-/ngraph.graph-20.0.0.tgz", + "integrity": "sha512-tJqmik6U5geNDSbmTSwm4R6coTMDbkfFFHD8wdeSJtKU/cxIWFsKtXuwMva/wTk6tQQl1C2//lrzmwfPJXAXHw==", + "requires": { + "ngraph.events": "^1.2.1" + } + }, + "ngraph.merge": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ngraph.merge/-/ngraph.merge-1.0.0.tgz", + "integrity": "sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==" + }, + "ngraph.random": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ngraph.random/-/ngraph.random-1.1.0.tgz", + "integrity": "sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==" + }, + "nice-color-palettes": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nice-color-palettes/-/nice-color-palettes-1.0.1.tgz", + "integrity": "sha1-h16gHchu+uf1leBmqLJmDnIGBT4=", + "requires": { + "map-limit": "0.0.1", + "minimist": "^1.2.0", + "new-array": "^1.0.0", + "xhr-request": "^1.0.1" + } + }, + "nosleep.js": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/nosleep.js/-/nosleep.js-0.7.0.tgz", + "integrity": "sha1-z9kZwlUjyg0PSmn7MwXAg62u4ok=" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "once": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", + "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", + "requires": { + "wrappy": "1" + } + }, + "parse-bmfont-ascii": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz", + "integrity": "sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU=" + }, + "parse-bmfont-binary": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz", + "integrity": "sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY=" + }, + "parse-bmfont-xml": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz", + "integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==", + "requires": { + "xml-parse-from-string": "^1.0.0", + "xml2js": "^0.4.5" + } + }, + "parse-headers": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz", + "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==" + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "phin": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", + "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==" + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "polished": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", + "requires": { + "@babel/runtime": "^7.17.8" + } + }, + "postcss": { + "version": "8.4.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", + "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", + "dev": true, + "requires": { + "nanoid": "^3.3.1", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "present": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/present/-/present-0.0.6.tgz", + "integrity": "sha1-nu/3ANqp6ZhhM1Lkf3rCMk1PrwI=" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "promise-polyfill": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-3.1.0.tgz", + "integrity": "sha1-YpUrAdBZsRW0MnY7fvRhuA9t9H0=" + }, + "quad-indices": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/quad-indices/-/quad-indices-2.0.1.tgz", + "integrity": "sha1-ppQdiaE9Y+7WwdSlpiGgRjYXqBQ=", + "requires": { + "an-array": "^1.0.0", + "dtype": "^2.0.0", + "is-buffer": "^1.0.2" + } + }, + "query-string": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", + "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", + "requires": { + "decode-uri-component": "^0.2.0", + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + }, + "resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "dev": true, + "requires": { + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "rollup": { + "version": "2.70.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz", + "integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" + }, + "simple-get": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.2.tgz", + "integrity": "sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw==", + "requires": { + "decompress-response": "^3.3.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + }, + "super-animejs": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/super-animejs/-/super-animejs-3.1.0.tgz", + "integrity": "sha512-6MFAFJDRuvwkovxQZPruuyHinTa4rgj4hNLOndjcYYhZLckoXtVRY9rJPuq8p6c/tgZJrFYEAYAfJ2/hhNtUCA==" + }, + "super-three": { + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/super-three/-/super-three-0.137.0.tgz", + "integrity": "sha512-8jM8DiYiXQoalUoeFRxKWbW6KFQo3GFwgw+3vE2y6SJU/einw+JvuvgK+WhbIYRfz4LQV68nyOQ2eEZqAuouGw==" + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "three": { + "version": "0.139.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.139.2.tgz", + "integrity": "sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg==" + }, + "three-bmfont-text": { + "version": "git+ssh://git@github.com/dmarcos/three-bmfont-text.git#21d017046216e318362c48abd1a48bddfb6e0733", + "from": "three-bmfont-text@github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733", + "requires": { + "array-shuffle": "^1.0.1", + "inherits": "^2.0.1", + "layout-bmfont-text": "^1.2.0", + "nice-color-palettes": "^1.0.1", + "object-assign": "^4.0.1", + "quad-indices": "^2.0.1", + "three-buffer-vertex-data": "dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c" + } + }, + "three-buffer-vertex-data": { + "version": "git+ssh://git@github.com/dmarcos/three-buffer-vertex-data.git#69378fc58daf27d3b1d930df9f233473e4a4818c", + "from": "three-buffer-vertex-data@dmarcos/three-buffer-vertex-data#69378fc58daf27d3b1d930df9f233473e4a4818c", + "requires": { + "flatten-vertex-data": "^1.0.0" + } + }, + "three-forcegraph": { + "version": "1.39.4", + "resolved": "https://registry.npmjs.org/three-forcegraph/-/three-forcegraph-1.39.4.tgz", + "integrity": "sha512-kbycJcG98q/mwMJ5YIHIDz0nH2Fd8smpudc3QM2eoQPlf2cT7o1dzmrHWggUNnako4sWn7OybWypDSGf/S5/wg==", + "requires": { + "accessor-fn": "1", + "d3-array": "1 - 3", + "d3-force-3d": "2 - 3", + "d3-scale": "1 - 4", + "d3-scale-chromatic": "1 - 3", + "data-joint": "^1.2", + "kapsule": "^1.13", + "ngraph.forcelayout": "^3.3", + "ngraph.graph": "^20.0", + "tinycolor2": "^1.4" + } + }, + "three-pathfinding": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/three-pathfinding/-/three-pathfinding-0.7.0.tgz", + "integrity": "sha512-UwWvzgio1UFe81n5jKHNzB4B+AG3wfZ54OKp7bTb1MHuC3cy6RTtr0dbbiPQQoqxzr+DRArR2DUwQSEknw5+nw==" + }, + "three-render-objects": { + "version": "1.26.8", + "resolved": "https://registry.npmjs.org/three-render-objects/-/three-render-objects-1.26.8.tgz", + "integrity": "sha512-pCu439/SM2OOnDB71a52b005TGP7Hk1e0h7kBoCHaiQK9lmxXIpatDy9RdcQjz5Vx1Ug1Hsywcasq0pSlvxjCQ==", + "requires": { + "@tweenjs/tween.js": "18", + "accessor-fn": "1", + "kapsule": "^1.13", + "polished": "4" + } + }, + "three-spritetext": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/three-spritetext/-/three-spritetext-1.6.5.tgz", + "integrity": "sha512-ttA1ce3tJz6OFojLGY3VjtqF9johetq50TztYcPFWqdEUrwPmej5XXcHahVyQGd88FHRDzJmW2rW3zSifUsdYA==", + "requires": {} + }, + "timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" + }, + "tinycolor2": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", + "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==" + }, + "typescript": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "dev": true + }, + "url-set-query": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-set-query/-/url-set-query-1.0.0.tgz", + "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=" + }, + "vite": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.1.tgz", + "integrity": "sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==", + "dev": true, + "requires": { + "esbuild": "^0.14.27", + "fsevents": "~2.3.2", + "postcss": "^8.4.12", + "resolve": "^1.22.0", + "rollup": "^2.59.0" + } + }, + "webvr-polyfill": { + "version": "0.10.12", + "resolved": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.10.12.tgz", + "integrity": "sha512-trDJEVUQnRIVAnmImjEQ0BlL1NfuWl8+eaEdu+bs4g59c7OtETi/5tFkgEFDRaWEYwHntXs/uFF3OXZuutNGGA==", + "requires": { + "cardboard-vr-display": "^1.0.19" + } + }, + "webvr-polyfill-dpdb": { + "version": "1.0.18", + "resolved": "https://registry.npmjs.org/webvr-polyfill-dpdb/-/webvr-polyfill-dpdb-1.0.18.tgz", + "integrity": "sha512-O0S1ZGEWyPvyZEkS2VbyV7mtir/NM9MNK3EuhbHPoJ8EHTky2pTXehjIl+IiDPr+Lldgx129QGt3NGly7rwRPw==" + }, + "word-wrapper": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/word-wrapper/-/word-wrapper-1.0.7.tgz", + "integrity": "sha1-HxSv6/Zt/fD+9V79NxhO+9CMKLY=" + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "xhr": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", + "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==", + "requires": { + "global": "~4.4.0", + "is-function": "^1.0.1", + "parse-headers": "^2.0.0", + "xtend": "^4.0.0" + } + }, + "xhr-request": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xhr-request/-/xhr-request-1.1.0.tgz", + "integrity": "sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==", + "requires": { + "buffer-to-arraybuffer": "^0.0.5", + "object-assign": "^4.1.1", + "query-string": "^5.0.1", + "simple-get": "^2.7.0", + "timed-out": "^4.0.1", + "url-set-query": "^1.0.0", + "xhr": "^2.0.4" + } + }, + "xml-parse-from-string": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz", + "integrity": "sha1-qQKekp09vN7RafPG4oI42VpdWig=" + }, + "xml2js": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "requires": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + } + }, + "xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + } +} diff --git a/lit-force-graph/package.json b/lit-force-graph/package.json new file mode 100644 index 0000000..edf01d7 --- /dev/null +++ b/lit-force-graph/package.json @@ -0,0 +1,35 @@ +{ + "name": "lit-force-graph", + "private": true, + "version": "0.0.0", + "main": "dist/my-element.es.js", + "exports": { + ".": "./dist/my-element.es.js" + }, + "types": "types/my-element.d.ts", + "files": [ + "dist", + "types" + ], + "scripts": { + "dev": "vite", + "build": "tsc && vite build" + }, + "dependencies": { + "@ar-js-org/ar.js": "^3.4.0-alpha-rc2", + "3d-force-graph": "^1.70.9", + "3d-force-graph-ar": "^1.7.5", + "3d-force-graph-vr": "^2.0.12", + "aframe": "^1.3.0", + "force-graph": "^1.42.9", + "lit": "^2.0.2", + "three": "^0.139.2", + "three-spritetext": "^1.6.5" + }, + "devDependencies": { + "@types/node": "^17.0.23", + "@types/three": "^0.139.0", + "typescript": "^4.5.4", + "vite": "^2.9.0" + } +} diff --git a/lit-force-graph/public/style.css b/lit-force-graph/public/style.css new file mode 100644 index 0000000..911c507 --- /dev/null +++ b/lit-force-graph/public/style.css @@ -0,0 +1,31 @@ +body { + margin: 0; + padding: 0; + overflow: hidden; + font-size: 12px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + position: relative; + width: 100%; + height: 100%; +} + +lit-force-graph { + width: 100%; + height: 100vh; +} + +:root { + --graph-background-color: #eee; + --graph-foreground-color: #000; + --graph-line-color: rgb(90, 90, 90); + --graph-node-color: rgb(218, 14, 14); +} + +@media (prefers-color-scheme: dark) { + :root { + --graph-background-color: #000; + --graph-foreground-color: #fafafa; + --graph-line-color: rgb(214, 214, 214); + --graph-node-color: rgb(228, 8, 8); + } +} diff --git a/lit-force-graph/screenshots/2d-dark.png b/lit-force-graph/screenshots/2d-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1a0d1ce1a85b1733276a6feaeaae7f7441024e GIT binary patch literal 31639 zcmeIbbySqw7dK8RphzPi2uLG2NVn2mQUU{lh)BcGF`!&p5a}F1LIgodIwX}E38lNc zW61XzzniYsGqp(*1?Ae1g`}jKyrd+JnuG0A3oA1e6uF@2Sj>l!UvIX~AN5eM`}jnC z6YjyLVeq?I3BiwkjX|h@gMDAx>dVx%Jm$N!@A4Mj2foNvj3`A(AGmp?>fQAstar;M z_a8poL#KM|GVZpX>;kWdAFqh7a9mG{cRZy=A%=dEi^63^d3~pYFyP3o+hlsmqTC$i zhMf<_iVs~P9RaAJ;RT9G@$~rWi6M&et1`B1hm)hTv+q&mBG{NH%&3#}`F@eUcC1ry zL0bEpDDO<=44~36&w_1f^VnprNgb52sKig=X(sV>KHJ(!`eMh}z=N{!gik*S4P_85 zsJBRvMUHCgA>NM%`4WM491UxfVu>Le{c~1)KI&an!uPKh)t|tyk|0j?eTGux%37Rt>oEuE2g2(b2YNhLw}xDKVqTk? z-7hZvRC>jDX|>BBpo~9joIWFlhjds9wO$$1*UYi-H9HDV5{5*fHAmKR@Q52L%Fv8} zhW(xrj_B@7R4E#~C|{v(R}bqkbZJS1&~zrSJta`Eu0+t_vR$F9$0V1)(e^R;h)V23 z`;lY?gCzADC5mjly&WNs@4eI;259~D%66DLFT}X8z&`35R7w)~elMBvNi+f=G?HH^ zi~d=7Ej)vM<^H4^WfWGX!~?l&vkxfJXx|aP_t}%={TBYs;@yo(G$%>CRPSdP?&w}G z)VavD{Y#DMTv3$*$n9t-u{nJ;CzJ#*y8_DUXYF`BacumCCoDH^m*aV(hNqzf`)Noo zrn9L-h>1vogJl`sHoYr-_uwJ<`&(K8&+j{>+oT<;ajH{y>++B&OX{Z^cAqXV^I#?i zfkQZCbW+1pDY|bj=r4HhFdwq|zvym?Gd191Q(|MhQjDhQ!_r9Ez+=o|vSxf0v|gy2 zclQU`vfplN%VW*L+`{I8ngMq!)=w0|KDQeu?Un=_lPEZdTU*Q~uh~`Ex7y9yi}&L2TBaZ9e+vPpo&k7<&Q!7fZ113SDN__C4C9L4gOVZA}Q%~ zQ1>e`c_juLni!(xK+>S_KwEkGH&kEaO9JU>J}^Z`s=VfiJd~&Ys_^6tImf%rx_?@v#xiAaT%hOwv#ouXs5A$BFUgqEp z$AOV<1LNBM>R~j~Nvk_0?>?2A%YS;J`&9qOqdoncM_2S_^?3Da9vOe6@&5ejO7ivE zN5Z<<`qU+BrRqi4AHNn`6uOyOK5Z}jP*P(pTew}SZ{BaUKQuOyVqOP7twsNSXW((9 zWK|=nER$@ZY4UVnq_1XrFIBb&#LS(nCeC}1e0pWJx(gAyElVmJ%N85S0WE)2nN>mM zbQ}Dv`gPgHL<1_nDF3Hn?=mr$1dsHi{WUMDN-C@H=i%8Yhbabd$rMQ(O_{sXWYf{H zrLhCKpDmLX8w?t)c4gd-+(_MB5X=ZE#KQxT&F|aFn;&*>?>cViul6s6Z{qEY&q2d8 zo2NcL*L{nsf@+B-g!a{!z?Z~V^<~G4ru*!l?d&8r_9kTS_}^)Gou!7~c5RgEP@qGA z?cU0~^nmo^kh`R!*UPZsH`YT_W!ORlZf%P7uolr5@wd?{-1<(%PMwTzNF+)%eOvQZ zFKHExv+_!*z$=0K296>eVnU~C#{(v?W?@o1Mge+a`Vm8u>L;^rSQU9=vN%Pnl)TA3 z26Lp8Oq8a&o8T*I&b%IMLD3~l7Ez5eD^t}I?hYdr<_n zn029N8ui2vvB24f+1i<5+5cqSR!LL}moI?Vo6|o{x_KA7*Y9?FX>5VP7&|v9N#G&3 zA-BuZuweA&0Q%QYf-(dZ$qD59GZ}kqGfoEA2BQb5wWSIKN;T{=?Phnip62ou+-lqG zL_Fqo=QVfo$hTSZA35a>W)2Q$ep$Y@Ll=&G;c5MIc2F-|-vsWSxY48`F-K z7|##Ky9o60120W|8XX#r^0Kc^n%~P7Y_E(vTYnm^_So)!U^Drhb~(K$9p0QYl{-G@ zsdG9y6EnkZ$PmVG^vR^`TG`m>T;Zx*j){fJV*TF4>MP-A!q;4?hbye+qq&cY-WxU< z_85B2-kW#3_cZ)JN#M<-KD>*4OA$LIb1{i9Xe zJihlF!aky}y(R`fFT6|^{|0?0m|_2J;ahBDL!*~$LpY>Q;CmnCcacXL*ZUPLWy2UK ztK3G8Tpg3mMo-hwXCpI+q;1m==|5tvS*+1l+lM?jo51Cx zh40=jn@lvf$9i%aEIs%;G`J1f0bRlX#zRjIqIk1Lk(tL)@M{oEcN z=uX-X5_K|tuS+<6G(JDz@@c&4?65a5y9PbUm$Xja`$#12EOaZ+O3wV<(*fs$j==RV zo%10uyjuL4I9I)ms;PAkaD4UQA|6~kKfEOjxAtaTil^qW_Q~p`%ij7>YeP#)HQZGk z1U|Tb(ijoG6P^q+5xb$BcMy7HaN4}1*xp}X5YBjykxAMLo5L9uD8!%THsA?h|%5DmZU%qVL4elQ_`QZXrHd*BTP%2Y#{}d zKvVq|4|O5B%1T0}w$>bvpV*q1akyIBAzwieaTNkSTAM*0)3{n&**FThiqf9{LJ0Vb ze9TEpbN&;Er6{egvKoz~t%Dg29|so)7p>Se8X6iAhbK>kG^AuMUkCmrO8X1~u@mCt zba8RvaJk1}>tN0a5)>5VVdRhwWjA@aA`^P0+2;lcZ$h03 zaVV}Cb0be2T5sIrwiDPmIOPbsJy**&Un97mv@fU^>oP8Cw!S@RUQ|6^)*cn5k?lH& zg-;{lgMx~N@$UzJ{5YYec`?R69%JDj)cBw@zx|)bWcMX}xY1sZ{@21~Q>ek_zqbrL z=X&9TVunFeh5cu@XvFZ}MuBX@7y}ix4NJnA=+7ZyFsJ-F;`9FMvCz<>2z*xlXWUq7 zBItjP&6fZJgP9IxQ2EaR;-|V^y&V33BB8^=QjfUu^#C>tdvUpzr-(Ea+a@0o(tXAkFn8kF^Rfmd$*Z8q0=d z28nn(lPkZA$9L|!l=^FlK}U2uovfj^Ou4}1kJXW=1LS>}$<;&i`jMxnX=+XU$8xrCe6;Azf()9)X4-mAQ!I|{*Sfg3 z+)IgwVbgoV3F($5&2)_(9;tBbwQs#0+a{jV&%aif*<&*SVNqwboW3D}LB5 zIW|l&w&A~K4?AdL+OofXlTD7(y*p%UIStQi;q`n=n8(O8)#!Hnmivk41Uj|AiqoOn ze5=@AVTsf7j}pjY&ra=r4X4-XHcYiWmQ%Ivbhkirbbl8ZPucQW%6@e=jQsnnUnd)l z(IvcIy|xeA@-RR4Jwm5GkjPxd6%#zwr5Z0iw5BL<7v0TKRW5*@EcaqFCA}8Llrs0V z^;*_PI2Tkdy@xDj#?F15888i37It2diy&bGR|}jRw2H6szj?e|tSYMZv?C6*BHf-` z{Is*p_G}^il-bbk^A*Gi^lTrRt*I(nD)OWN)|(xkuh5&NJiI*OeP%pX?Y0O#orm^x z%TkXPzt2u`P&oXm>ivf5bR!_!=y-}$G<*<7t&%LXwY~+{9nW(1?gQf5$u&B;I|_X241;c9 zLSLs(*H2UJmmeQZ22iJrovgXI46p1B+p4O1Z$KMH%uB75uT?Jh%!}<;lssq;fSDo42<0 z&<}ph-km#pxLlxm&%CPx)(WNCdL59VZ&Sfw#OYp@WZy#WHm*~5_MQv+Rt{8RuHeouIItyx0lyX*Vcu^4?g1wE&uqioKj^y{AsNgJUa%AV3A5+giJC< zGeut{HQ6Ldi-Rs~yvR&3+x4SRvt)T|MYDLIfsOBo+uS|aAPdz;gDy+(c7mq?2=Y#o z-aPpg1^*m;+B+nm*zxRW92&k%{8g_udx~0~sV&5VwdYe;S^!mLtG(Gt8|<<6VKY3v zdtczxd%w!47VM@3ieg%)&Ka9ea#WemO0-$>vrM9JdQ|#cYkvLgbiJydld#Vwk@&Or ze1c{E*H+TTK%r*wtu9mQqk*-;X7PL*(GVNU7Q%+L!r2;x;8q>A zOsEKY3M$;ky#C$<`38>bRT1=)eViodDFRWY?nxb@1A3IMiNpVOJSbRDL};^yt@b*J zq{`O*mxFwd=~w)7>r%`81@Q5@VDVs=U@jW!{g|?9255hXW3U80%yIX-&b-&AVJ=x` zM4jW!`^wp5dp(FrJZM}yrwl8^d#@NayG$}E%T%j~=LrVySN6|ZHo5d=i>_LXt`A6? zzf|$W3}1I{?!!kMN4#Sb11WuSZskd&lS(z}vjk%Y2=ZQ}^F`1jCADOLyba6scZ zq0|T4k+9<@@I(qlA8zRBu}Va>Q#*z0i7PeUv!I)w6+Ca^{ivUw`s_JH1RJxxBxc4A7{iqMz+A@zG&N@!|^(p)?c7JJp;Z)gvYUXk={#~1Q z`{aQrna3&jHs+zntmi5DE|U&WKc4Z^y)t1=*U#6tb}_xpS>4+p!C)DJbJUOa6^SIlp&^*K6eTBJFEm|K^T6r|O4n9qQ z#yI8?<9R(QG?AvV-Q5g_Ru9)K%!{A7-F*;Eyc^2y-*-G*ccSloHp>aE7~Z|h*hKC+ zav$?{RIoq1b@x!UL(0IWn>}wN{ZxJ3RrGW-T(wy|<2V?hcGae4=_FXEI^9DKVjpay zW@czA8_Kj?Dy@?pH<4Z4YPZHKui;5G+GDby4zXk{o1(Tw{80TB+3-A~sa+(p@PyTUF`??dN$I` zZvwWP)@Qk50W(Ls9nj>`wdG-n(;FnO?P0y?Mvy*ZxGCn38?BEMAH=?9I^UJN=uct8 z?2;MR#5+fmqfxNd?C-V>fCV17C1IoG)h-wAK9**=;ObmT_rB$F6Dg^?FCs+@m}*;F zjt=tjtq-M0DepI~3>ItpkppaL9vs+8<$FP3kicwa^B&y3!+I*AR(}g~>PK9LrRZCsb}T5u=5kvx1<#{3NBE z1yEGV$%^^Bp<)ah3*KhruTbOF&A|0Ykg9w|GbJ;KNuh&*5c*F1VB+OAb%iO^vtQ(7 zr?=Oo?r7B0wR*_Kz_>K%qtz;|p(p#bjR-1-=a}Ngl-Ct#KNUNsoyw|C@>vhmbtzr)I+IyxV56nn* z%N{hjVyBP6IBUS{$J7yL?+7>_C-m*TGRX^2$xZNGk!V;v_4N75%2t4@;JC=7b+QAKifWVtRvAcn= z2#vj=wlS(gPR7B(SZm{&>0_PRt>_9;`Qw)%(1B*Vw>%o_uN65eGV~!CQRp6xBEWWC zTMOYYG*PP{G2Lz}Tl7K4U8vpn|5b|Cgv^am(_z9Ks!O-Tr^CMiN_{{F@w+0qONbp1 zhvhuk@J~)$0XJ0VxF34be;j}qAibW^bW@avwl7e;qm?=MU`&u|n6&PonerR4WQfCH zVUIGXO!2NiiL!3Zl(3l}6Wn8LTf+SGk`d`8r35qMU zG(jnh1a=}Pi>m8k>4EF2&~1Kbq)vR$(b{eem$u$3MJ0T4&MyeH93vg0m2Q|GhflLpa`78L(7p~*M8P~BWL5l z31;x@-bR3UweWjd8IPzMIa)R$#7tyspMGZbQ}N?aF6s35M|-zyjPJ={+yTyX>QDiDsCt8BG_NgJs} zcg7Z+H1_C&1hr{*gDXUWqpkMHS_lo}{D(QJR*Gz%lWltu7vIc|6Qf&x31O;lqruf!@*3%@xUe9>$0p1gN{5dy_}$*5#TA>C z=o9cb;k~klnDH0aoebBldXFtDcO()+ji3hs z(1GnSQ|C#CkZ*TdOq<_>w93-=<@O0T#adoVlM$rJT6N!euRE6Gp;W*R8p$#cWkL(Z z;z`&4UXPG55z)cmYwpn)RcvZ1AjoUlZ4a{XP`)}Wn&!HlPFllEQlnQ%-F)y7%Zhd< zNWzp&U(iB5iD(tS{}uL=_OI5{+gMRoZSBJeZ~>>vUx(-%9R(#qj>WG~{6QCdEUO== zEnW9I1;cg@38_TsO|;_EIpN?|9mE8aI6{7{liO}Kz8oAyq=<{h3vHX=HVxHf%M~eK zYu<>5%*C5$>B=*IisNEtLDEx($Zo6nsr`Pj?)&E(H(8Hx@}No7yFo|6*0e<5K09p+|321d z!4je5nTQ)Yk!ZV9W_xZm~=B8a3fg)J+uDP9@K; z(#p#qYK$;h=&I%5C22G_F&Wfd7Jl){3!BrVTwO_l!dG#pc2O%9>k)V}Sm()`1#2SF z=jr{5JAH^jxHn(^>c@h$F1lZA3ySY4Df8T|#dd|3rV65()qWJSbla9)kLx?v)ZD2T zHGjn+04b3gTVIYhxu_Kg{~xwT`Q|tD%&#B#+bT&Fndc{!?Oi(}2wBnoWXgQIuLG=* z?X27%EgQeNM%Hjoo?^`UPul7&DZmVkwMG0I7y~L@PfvoMs?_7}GW_Qk3s*3h-bBL*~g&+C!C2%Ym&o#3lgRLZfmn!E&p$Y{Wsaa^l7Hts^8r zT)dCx{%xXB_Tv zI%;`a@9o6x9P|Q!E-=qH0%EKqhp(Pp!sCdpon@mlp*m{U59P7%_qRWl)v$XVPg9RC z4;>lkG5x;szGB2=z5FNhqU&ypQz4uxx!NBTY~6bk-N(8jCjRA7B{vPQSDfC$K1_na4A%oabffES(9 zOT3mpG8U2vW~FUI2LP(ae3pt2U_=VG=GDUi22Rq==$HvD02zlNsu#=%_XjOQP%`>? zk&GU34PP7klKs(Y*}M^KGt@l8u}d&}BpTXMTmAznCL7i8EgvL@vyhJZb};NACDW6O`OlX7(IQ{V#8yegjC7s<+giq6Ek!`!;_FlI{>M+@F< z&~0`~l$sd^PI)9tbBH7Z;KC~(8y)a9anTU~0Thq^28k3G0cuj+eRLTd>j9SH z3@C5WA3yv7S*w_z<3zv!wrl^c@PpUVAvZJYj@#>$0Is9efyS|kKz2pzM}YY8BynSC zdJ5cY&9T>G{Ai5$zRb>+z|J>GN4&&$^Vh)}FLu5cc=JjxY$Dy75!0I6@F#0TH3_SB z#<>U0rP{pjhh39T&>yZ-(V584+3X1_ls0TXj5!)VXyMON$&Tcxn0W)4{D(A#dLAYY z1d@(i4imnZSwNWTT~Uo>=-kG)VQ0sbds6k>9(yZ1=3PmB%a7E@_-i*`5jTcqslrlT zCWu}mpNwt96BlXD?Jt!T`2Gh~{*BpJMSYmSNE#k_&QIA(tA?v|o2G3q>C{!uyGg4? zsC3`Evks6gTp0jKOMQ0WX#>iZ&0b*WVeyZd@oFYLJw^b8W-^o$El`EP0TL{cs)@mt zoF1Ss53r50-Xt|_LejRuYrJnyrR843p@?>)v6JJa+=4YW{ZDLXVjuGaYRP`|2=4Z2 z3Ik;7(s8rVv9wqjnR}nxU^_Tw9OgO|G`dV&^Hc~}F-{@r)X063$muyRxLcRw*80m6 znM#@N+)R&ECb7++QA;>!M{(1Y3XG?+` zkH*4}ZD0K_XhiZ_-=OgNopg1Xk#v4(r3bfa03WPak?gfM=$0S3wGS3IWk~TQibnFC zT>xg{n#_TqBe^zPz;onUuim&Ju znO$o^|2`>K!pJWzp0_sdx+`WdD8^*OS(=u!*UnITtQ3w)wjoq)Y7ukCgMew@g2&a- z`M)L>eNfpdQ?I_G`_&QF^g7X@TnkIjvXM=iWP9H_o}5)yJW(e8{8wymD;hM zSoHbU>*P2(vkYrHeBPeTz2DJ-?^kB7_b3dE3a`wZ=pcdETGJ#(J=5(j70)}=TnRLi zoQEtHfy0MqDIwG8AslT)A6qDy(95tCX>|ih3~BR%Dx_7!Pj(=)(K>Sowe(o&4qHM| z`dZ-JA-lhJuM}Ms-p(j1LCD%AWxU-JTg#K|(8l6Hsd=h#RS0xv?Y7HEcXE=Gu`AJT zsJqCTeYoO&1>9>ZiDMS=_GEDR)+AX!yZ>57TowHsF1ba>H-;rj$9SAEF(6Q$tFV}Q z1d5g4DRKk6Qar8NQfbtdUH>i5Ro}V*4?j(GBM?(py|qz+=*F$FKc?(WvLIL{tv-0{ z2J&QtcM~{TMZu!QO;6v@mJBR!`#PpJA)2MK5Vt_2ty#*6LaH7^y<37HPWi$F)%{}= zv>}mfSvLcM0pzCM?dr)?tm5dYh4_O3(udPGLio#}(7f5d{^Qo=p^)7)22| z1~yewgR&J0uPLXXGl+#81)pr*eUK!g(}v`xyVSO0qnrX^(yoyO!^^jtm+rf%#1^e^ zh3?yfJA4WE$=6M7B24tAk5Av{=C`#H-_bnvG6vLptpe-mRxRzsm)4s^)6U_qmPy-H z)}20>^o**2s^5Ez{6h+kTjo1B1Ys%|m~Jc+0jElFOM(ZL-s^QBuOX>KB*pwMt9ijV zr}*B1`QCAX)aiy}g1aRF!WlunnINqikTNOPmqzxym&Lyq$L-ZY`q?{^p20XN-mtp8 zAxmL1tlnj+bg^dq6i=%@&aqaEkF$O`&DD349U2C}^Wk&FY5D3nX74>$yQ9|QPPRQA z=T`n?RgwJG7&)QtV= zdC}3#e`LMV(SJQK0g$@yk84V-YbzhDE2>nzmNebQ!U68#E{WppY;&>g_#CpBds)N7 zA0JDC4VmU_eh>DLOv{5*Em1WdmOmh`gfT6KOzAba6!A*J@17UvFbgA`V$ZL zG15rnyaIpz;{^##;80lEf@Swt&H~x>b0YlIKA8gJKM^DgaN?X*66O9oh(bjx#l}*5 z{#J+UkFkCuMnzT7e54@yr(lMFeoMPq<9;QSfU!Lb_Cd*HVb4tYbDY*dze5WoN`Jt7 z9%%`mo~Rg&-#AxftiuQNYrS*r&y(>4S{exp1;reuKgOw+2=vS6e&zS=iHfF7fS<~f znc4RneF%*0ow9_F21U(_Kd1Fq{O1ezSN!Mu=CAf&Y}dcW=Ufhdjn8>%jPGCDkCek- z*L&fE|GM6DIs8RF7tHow;CU{GzrgdH+mQH+`;l@;{Tp_j8_B<6*Ll4BH|o7Oy!%T! zAm#9v^SL0Y{*n&=Ka&o=i>1+dmyBWRCR(^#hiMN{%7!1LX)+*tmx3qDct)zkgda#8jI{2KH^gYFo8d~`OjlYIoQVBQ0^m`vr({;P;&r+p40*35IsMRE%xJ`2B~Otm&GI_+T3kqf zxqJ_X=(uH>^X!rptv|SirPk8l`~3o|EMH04XoV&{Jw7&X95bIU3h9lc-XGur&iNjP z7yo1sf9HfGU|5tcJ@OW9cpOxp_%!otX*-3jyc2|7);_il{^W3f4-Hab7|!ctg?z~@ znmx%bV}eumxc|-qC`;<`)7Fr^Py|`D{?oaoD5|rS$Cf2WpTiX?e&neDN17CS0>VFu z%inS4PEdU;XARq`=Z0j!ht9Ru6TQkAkJxNY6+s4egL1CUBtgf4>D8ZH@lKVGS?E#C zKYiinE4PzYe`OsCt%RdG_HDwPlVhj_I8T}d=Vz#x1E}1e1^3T& zCieQ@py-KV*FW3{dl>X{?W=)WDOYNbi{bg+!5BNM-OoH?6S~{E4AC&3597(ywV&Tx zb;-=M?9VJdTPoNSuv7q1E0AZbjMWHZvXqT`A5pa){BzmfH#nde-Zr%mgKqh)uK6=#KVsPD3bZIot$S-;m{-;jFPz$O<1E&D_8g& z9%%J*jh+*71z9O?1T$Qq{F`z7w&0;c(^jfU`4Kp92o+&sgfj>nFp;=xe|Quf!(o^J z6jJ0vIzX)%=g0GGbjg-KwcZ$dU5WLY=kh7XL$?dQT%!0&n9$O@67Q4460f5@Q5*U> z{`h<5DhWbPOYdU2)`%V7HNA$FgRKH?JL>|6Lj(;?yQXzN%W%}n01|xdrkdDAKpIyM zlnFU;f z0O~`3=jc*>@+C0nK>S~qzUNlKcHQp*D=l(og}2|J*U}{ujw`ZJFQTf@QL1s31(f#T zrx3Uz(B>rKd-HA&V1X#>4MU7viJgit?dimi&5}mrl#{{#wm^mEzY!XcZh4`uG1r^ylHwd^e(2lY?oF0) zB`narZw|FWkG&tZk!5hz4M-tp0rUMdZ?!;LS8;*EWzt!sobl#Vvzu!AMq1kvljdMAL9Y>bP?~5rE5n22 zg$Tm!O5Gask$A(`=gpL;NZ>{N;LV|+J>Q1YOk7@vJH)w*p=MhHpEG6Q(QeywnK_zA z(@VcPLRWHh(E4<=b2L}}$}YxM}s z#hGr|r7UcA+v;No&x){sy7SClAAR_z??PR70(`Vw58vMIdvQLdoy_{eR;onp0H9Mkdz=eT{H+zRw_-MwS{J+730rDC1WN=k@_aU0ae|Idg-#Eqx8F2OJ9nSBro}0h ztwa-TXEf#ZZ=@j02t=1zR8@*YHq6@c4J}*>F?MWY!I2zQ$6GtioZj~0KXlbEtW3S@ zH6?0zNX5;|PH}y)uD#Ez?p3_wzbVBTrW?WJ|CPr& zlF(_r2`?-}EHdkKP8Lzzl_c4N-sLJ^+23xI5^&Y)WZ4J~JHoqcmkm`^E#W)(`Gueu z4UDzBO-;VOVIbwI|#aCYuT0wlMe|#5<6Nc4iIUjP7YAW+85BR0s8#S?Kd!@|yjlJS*0n$E#Y4;Z(;HkHZTu z@yUWJ;NGC0LLOac!y^n6IRy+#qKZDdod-eKdc!5n!NQus3<)A4O9B?| z0q?wi zXE+|A$rm~y0R^zwVXCnl$hzdEjO(tjnU0LF zzIDE^Jat%sOGQ(qLUriWCm@5O%u1QltyvI}f|)WcdZ~jr zfL!kl$+Mrkw0gg5QmVlpn(?E847|)YZb;D-+D$f$c$jX~dLsZ6wmABYeu-Gr+~lC! zE^~upQ6i+xW|GC@36E z$h!bKv6xKclyNP)~TGnx4Atr0TW*)jep}njr{T{S9J8o zxtPczC3a9)>UP2xo9u-I9t2~tXDJ1#H}6^zOd!jERj*M{A&ZcaMjSV~g)l{Gwb22J z`|`c4QqILP0UZYFy_KhjctDF*9e3`z>P_3TH#J|HmPdeDDBWVc zfFONLYARIvMmJ8OU%QX!AB5@K*6f}^btgwBW&_@qeFbpQy~piXvUs-~VGo~iWnY9+ zSAl$zTi@i~%bgpR7JZr++%N_gI^Bf;Aj5RTzEumD6O$YUsJn{sK|GNEIxncrxJ6|S zPf4C~+V136eFDnA)Pp`YAOocWm00z>r6v4@GAbe<7-@HmkV4`9G09sKLmlR3*i!kT ztM-$mZVUIfOCOs$3b+*KvVy7$m*Rmf1&>@vD}4U_ea+r?#C^alY1zwAq)Mqqx=Pz7 zELc0VvzKK61vQR!V-Ijhg45I#V>w0(X77exsP@1a(AD4%dg_j*pP`5f|H8_T?yrHO%aoE zIDGC&P4s!)!}P!+8&BD|ROz1%+7gY%+&X!x_oMwXd&hVR@C8KX%WdcLO0~r>*-dcW zZS>2gV;84PlV>xdY_%Tvm}ZO99^8?@%X%9yzZQtC*;!fd%WR}b2_T0b`_>@)h3>|Q zeCpz&ZAdIClUJ&|Rio^G-O+@5@XGa@eUIkTQW6%tihwvN&H3mOp+C#1?~56W9lpSX z7~Y)tif2DIGsS@+JH!IFCxij0hq#@1+;#fZBETOg5WL1Ilg5hz!k8KGy~f*Rb^Fa5 zw2dx%WtCeOd;k<{!MBHcHTC9&jcLGW+js(0S`%rv)L+K~d%KQSIvw#0KKEnmw#)_-WGg&v=EL<%n~XsH=whnU0?p zFniNJ8)|AXy|Amke{)i8M+8U_wH(z_zYJ;AUINzbDn$B1yeAC!k}60d#-5#HjxorX z5$zvc5R-di-lNjH%1!ubSZ3*Y-dJjFX=>BKizb)4Y6>jzD~r1%7xAwtQQ+7eP=uw@ z7a=PB9gH9@x;cR$V>0 zS+$W?&7pE(REWsJsfbJsyr16*c!_qgltO_J(Zs+o`rI7! z-Q@zJ!V%3UfF7CV%kDf1niT9Felph)Ur{E{CQj-2rms+%GwN-)nEOZo?W;X-!$j&! zTm@F0e9Bdpu*;D35n!_|9>1+*I5#QyHL84816+)OWLX+lnG*SJRewT~5Hv<*pE>X+x@lHVB`BC)KIR74u?=J`N@du`+~vWWKw$`=S2&SX6yR58VQt?nzkB=P`!}+ z#s~efxio1a`x9`#$YMt17GWn4Uo4gmn_s9-Jv|{%GnC%qoQwSTHx6I8!A1lme77u< z#pqNHPBFZB+@Fz~)u~kA-ALhJ8@b>_SffnK6GW44q2G5FNEbF>+h}1jIEUDt&!(^` zPqTQqbm_E}eCqqK%d-?Otq2jD9kQSVD5oap773a%_uMn;2@0TkqawQ72f*sA9b^^r ze%3P+SHgWFNeh#%7(vImrUIhc=8fbyx&8|Xj)jkfiW)qBu9jFlY7+#~%nln_uNwP3 z_roA^1Vu?e_Ho5LaQ()ydR6yJM#hfh1@;FC4%qWS9PPW8KISPhm$O^t`2`QShc8f~ z8ZxQey(snf=VUykgp#irxusZ`hDX)N{>>%N1on8;#zi>5BR5gh&Y_q{N(u6O zWe!(#QGrF&Zv4ZUfsQL+d|*mZ!tb7@G{corv@frz&GcNYH|OrT7CtKh8tLxL-a;-F zm)@0H;7*dvOje!DWKO8Q?F*LPp1s&Q7DKnjS4ie;@!i`n1)xkj{#yz~4J-F4OvVRU z93dk6^}tA!A+lA)@4e-P$(g$j-0Xm`Ucg0~G-JZ+1{<~8yL$v*nRe?!A;xr|;_#Li^|02p&+8F=7g3`C4s8t}-Sk94! zJX}>XdvE>hVc=^f|2xVsF)u6rk?938LY{2hEj`yB^j6u6tttVO6E?rRzy(+<4ER8Z z?^g`U%S^KSL_IIBSMp4KsMgB^*JrOX2;_;MODw&f2$VfrX5K5Zn*PR|36cee6fNld-1}rb4y@%3C+wKHVYUChq?P=exU+~fh>i&8@ zj?`U%oGGad8l^cG)H@D*NjH;cs)DKtI|_s4_NKen!y8FV%DaKEW#0{LBu;=Y#yQM# z;KE&^qDf*au{u{fy-OBjx}1uiL`UTLeHN1 z6rgY`?<;U=Qw_mCm!RH@9iUi@_`};S5Z)A_^tPC3suZ>nYBD#sp@@gIfak#GUJ8Gscqek9smtakXDHXGAA&K&mSH!u4KPidh zt5*rJz~!Qq(<^!+4>oZP)NDDKE+TEy<)CczriBdlr-_@gv=?43@%9xZ+Tmk92;)KK*rt7KS_;u^!P;WHUI&L7aI>Ul>wK|1J1wgj?9iW zc{qDpprs66>|{Rqc1lxEGplx9+{ZDlX?yYf%aekgSilC>4M|#`>yt$86%(o`U2fNt z!(D{fJWzsplTG*ac(~J*q-3aiSASQVXR#3IM5y0FoH}^Dkx0}7Ql=300QN4@`P<#sk_{n{fz4g+qO>^Mi zm)#)?n)L(BLZS)zOdR|P@Cm{D1C353s2`x{_l0=1F@q7hNK99=hq&-vfc;JatV2L= z;l(Kr{=hmKNLF5O(kgF=NL0h0;?2GC7r;5fdvPQaJYi@7@M9IR?YjA8{nDP7`$kCt zxWtUnthmbJ93g$HLjz&243%1Lv$}^iiLeAvd%NOlv{h*O=XwFuuw~P?Q~=UI@Lm}+ z#0cF?fyh^1s%;AmptfWmDKDHFRv#VyW4RrLAlTb@CWZ&GfOcf-<_q{^G|!akfZfc3 zgP!+)(AR-0Ghf&c{NKEigs}s5(+D$Y(#nseFjxg=JxI&zs%-&qJlQ)dGqkFE$m5Z#PyP zx*3l`*yV%|6^wy^Vbo0n7dS2`0qRAoakey5wxS?g)h~N?pq{hf-Q>f!1zBCI%RLt1 zf})0=4cN#VxIAu8qhAclr(O+BGhk@)lA!jHAi^+VhTq^Hc?}TF$tuFTlNL)*u*j3r zYy&UpN9B&PLdzZZ{v#HBBsc-*!bt)UT>?HFb%mUXCOaIz z`Hw)P;nD>lxo*??rJbO=5+=Gg5CsG^6>FMVS>(+QE&r0|xx0>Bq{@K%5HM zx|vLwadgnQ)eXAdmd?Zg!FrCLQyBvS)f#2b2mhj~VAg!O<+8DOAyv=QkEP?M0ohs0 zI{CNu$o@Uwd9v=%(_aAf zsysbhPIT7)i7bETJg`FR>Kp#K-it&LYhJ)g{pcWH3^VD9T(;4RK)Qi!KF z>T7&_9L`KI|0iDi`{SRnE@1oritgM2UWU(qrSVr9f9=M9L7$PyD$6XM|D5X;Nm(ZIn00YA7c_-BB> z=P5$<6dNpSU3oBc592~jl(J^Q5MYUaOnL+i?a6Nhi`y|#wK+pX6 zQnf2-bOeY@;T(bVUE9`ggn4Y&8M5+^%DZ&sC-IK+;RKnsr; z6BsYt{O}l6!E@ z!lQS3XOu{TYb6XOLAGFuROmyTVo#2eOzQjGl=);t8rypOXI6(j`QZ^}=F%l)3IqgS=?@m!XVt99P0dz5y z@CuG>qmv^UKa?+(*bsNHQQ7hAdZ6SDeB(#zKWUY~q>qExNH1zUb)~=EdZqZuj|j2p z(|FQf)vmzsGr+gx2$8pFUNdA_5pI0kM{7;3y#(D8rMmPIXrb z@{2EC$TFw>lUmJoxYOSZ%(r$0;U+=2%sMCGc<-e$W+u)7S=YtE>M@ zxIF)Oqow)2W>IcY)0et0-nJa&G-8jge*EeaiJ-SOttNe?dv`@Znb1J$yRk_-n6c>VU?S6v~#Glgmd9E!D{g8xt)wv zkyZ26tZ9eVhI{mEm)UPz{6c7R@%lv-j#16an(5bv*@CZIuwCMy)vA3XocCChS7TNE z+jS(zRki9=e(+uOjU1)xPpe;fM|i&y%?{BL)V5&Hx=zVXr?aF%tEH|{r1M-`FGnNC zSvy1ZVup2kyN0q3m%2obx6Vedc)nMNSFKmVOn=vWoKS(FNtb45mUgywp}Xv2l&JEU ztc0>(f_K!e8F6WFTr)%HMQRj3w{>k|q4ksi3@n7R}1xOwm4_@i* z8CdNlvsxUePTkNj&>GPc)AD(`DYAIs>f5lIFtFv*Zm*;n{)^N>a21X$w@)%|0&e?m z8PzDa8dui!kc~I%tLt+cwDaT}v%77(V(TLtvc#_E0*Rf8t%+%=$DtTRTbC)+Wy*J!uU;=>h}h-J z=x0OI`oY=}T(hsX*GjX?D=p>AA-Wa@1Nxf=Ir?~dNIe0)I(^f3^#1S5@sfz@^~H3v z4CqRi%G8Sq-nErj6?vK2SacNSm)6QDDy`*J_(cFjjh zSytI1v!tnKQBch{y|h_AuIApC>tg+fsHPT>wcR@*YqFHGF`O|`+yRyP)tObaZdZ*T z)<#tPocwS~NJ6N5#J@t)Bi`o?YHP`lwwl&9+&Vlfc{kY*aXb0;IZc`CQl5Dt!ZVt_ zy|dO$JEd~U23Hif4SE535vm&08TgMh*Lz1t@XyUj*=xbqK15`yk+u_#(e4U&3Ul%; z%-sEQ_x{W4loCW01PJ2gkW?AYm%`L5l06*7OvOU&ObXQfv|Myaq(|dQb~NMsg?$z%zLyYLxt`e1>xF zC_Pa6_W2*gf||R459jmfQdTS2$LWP{wUge?9*(k}_O%-0YQ+Z5R;!LL4B9tg7wXS8 zgrGGVDemDLXYFQbXM|-v$-JtPpcF1&h-kEAvPisiouK#e)sC{5Lc?(`UdoHlc6p6> zJuJdroNju`6ajgjE}}?vL4GiUrN<$Ce`skadWcT@PN8s_hEs+kazo1^SFn(}eWh#X zzJRxYrJGNI{ZjDgfk21=YVej#)IfP*uSraUy<^?PE+fq|njXQuNXsOh_$_<0&Sto8 z{@%vU>4|MWO#^xzdhW`KHaE@wiXRSm6Yh59BegzjgSYIz_A|`CDSm@!O8k~PG32Xr zFg6XJ<}zXqV@8!fs35EuANyXkD3|lVN@ccjb8<0M?4cN;N9{U^_P3$J9CkVS+0OyYW-; zHL7P5?H!!#thR^dWC<@Vkn*3yeEffA;O& zu~6Llu;d~^D`8hr>tIyfRqeN^(wekXqwcXhp;$TSk>V4uExj8wNK!(lvR)AI*z4Z5 z?pLQF@-Ei?hWG>hiJ31RPhQjJ@tOpd|UQ0j;r0BB|%6Pgg1wsufNog?5nw_y}$U?V{>`9NA0>)}Z$4aQ#5&wZMm zy*iJBE~TnN$IzlhRCFGY9Ecnc$d_GWRrSe<0>G}exvsp0vNFzf;4?nXsi#&rAmGy} z;D;Lc!NEBl8H{rl_@4~;xs!_f`zlBy_4M!0xGk6)r8RHM%LD&wnmL=B+q*n;a3x_t zcmS^&w7RG3s;jIdYUW_aeIMfRz?|FD&Jptnj<}~N@X^lP^*+6)ovpo#sHX(OuRBD6 z&zL{+FwpB%0@Zk2~<92Yi>zm7}Yb zgFQXwz4sqDxVcI&FklAy-@n6ontNLPJCeQ2kywC$JeVsyH@R={{O{esqvDvqimF+8 zn%nB#v9bfy1B@Xlbn~Y8ulupC{5#?wPwM{rWk4wiN)p9X+zU^QKjOi-* z@6sGS{O84^2gP|XqW__aLp}fcE1+meLUEq|Et(`@kMW`$4h|Sc{*LrL&r=Iy1eNJJ zMyv-w^s9-Aa22(x7MrzYntXTr0~zRyn&4ef^o6@|Qn-QmL6tYdzI6(BvlTyMd(j?5 zc%D1W_RRt#{RdKlSEQHB32b`gt4r2z$@Pp08KF@UlFNQ?9p>t_JQk}fBxk(dF6Dcx z)-8KUZMZwn>oly1C8f!RZ;B?Ve8wlG2S36&g$w%Mhhe>Gw4)(>WR) zBdyFVhZgC-9|G?9#PH5(s<~&VAt1oP!dq2QDB<^G|Gubt%zpN5__tff$HYHJS-HPC zqA27+{pVDEy#QR(7)(sluB5F{Q5SQ9X^jG^^F&gawO8&W^W(A5_=)LgKkEJ z@tAh;Ngq;1yy{sp<2WwpCOFa45`782hnK zo(KqqrqB1SA}sN5aD19|RXADKVB+*rkD}<~8Uxegx>>6ZfCsQt1_~x}wH*Fw?2Tne zEQYBC!;BHUUv;3ptjE+KL)My?T#zHds5g7(m`F;M;7E1A1RXw5B}yJwk}3Zw0Sy_K zo|nfa80!d~ot^FJ>XA6ffWR-hRNO?99(b#Y!H!!{V*^3$f;kV3;tP|#CKJOIrwp0) zdrK6FMouNyTZiXJnC%?UP#l}Cm&)y!E`ulCV+E54owFIQ!vX6<^ zjM#+Ul1mB-Mz{B#j?<&6!)Wg2_}+J+n9+Fm9(mSi7lcHG_>2f5M=D`v@B`u>wQ3@Q zbn)%?B-~jk{@!(dNDh;@tt(PLp(LG~s0lPGV9>u}+}oyVp}1pi@ojEF{8rhJZ`BDrj6~GQhFxKI@cc;A?lqI7bAXxpluVCk z@;_?UMMF(}@>ClFPf6$sg0|;$8uV$=+bx3=0lQfN)qCxQd+oJBG;R}Vn+aRsmir%H z-+tPzdN8dD_o$t^dOAG$CHsY162Bj}%?AsNPNVX^M-dT}=6|oe@|T@;T#G=6k5o7m z(jAmE0Ol5n1D33in7&4mL$?_-B}_mYVrCHLWaPhtLy!`nwUNzgw@kYe>yV&5f==+NQl z6)6S#+%ev=tQxYj%HI{ZYe$pU(^vW${SCQPA zUY!Tj%dAIN=+$M@9z?sIDw+tHuARi=(OrBkLi?v#v1pi1HHQksMv|Z`lf5jwn)#B| zuNKsu36{D1X0`k>} zufHbAM_3Yeybn4%Z{u9yv$aGGZe53i$R$xjhyl9>R84~cpzVY7+8=j$uB&>rYg(XY zVibAmN~gb|HyREGMZ-c^Plc>2vM6sx^<1!u!;8eZyP0xx-SPvcg`ry(mq#0~{3QkQ zJMx3o)m=)T?$?*Q%@3?9HmoZm=W+|VQx4X%mOpVxM<$xtyBH*+`c3xxBf%Zk6`*nL z^e+n-pB-wHWzcBYv}w@J%HwCUyyaDYHpiGRBg zo{eCohrL{{o-eR*R}UC>?%>);Tn%TYvR=^2 zpq5r>pU;B}{Uren=HE|9dER``?64>E+$xWkcvdrI_g=}6>L0s0ex4T;Vm|F+VsC;P z9&FDw-gxV+LgG7ldVZ#Od4GJF3*kLbGPeLtaHy}^>qP7+jV0Hk*8tI|Nn7uwjz-44 z(zv`6vXv&ao3`=MUvkC|2tc`o@{g`bhbh^3A$-O)SF6^f_MW2Eczy08k|hK>9xRX7 zZMf)5EmYKRjCJk027adS@E68B$8!i#YTpah8dswEHCTN zQkp)@DEY=rtEzV{(lZQ-uJ4{tGrx$PK_g8Lkg>2ghVSH=6-=4UZ1iz&0b#1aN zPz4C@h)b=ljea**1qiZA!urJQY?+~)az`w$M_xmcQ!|yD)Xv#RIKGkoNF}*)r_`qd zI1tyzM^{PMDfP{g{kwd6Ygx>?{dp}Hjkl_G)?D{@zEL(*LIRX)rXv;G)9ChpcpqdX zx$Cc$ru>O%bW3n|YWcTH)W~pG;}&?(t2{Q!9lp?HIOhw{jrcs6$@UYI?C_Gs8o=3X z1mz@6Ec8FA?)Rx8XX77!f;?eDF-S)@?B+IHZ+q-DzLuG@SFpRrliX2!P@r(rqgt{$?vo^CF9&_j)Tuctwh4tU$Z=0#q0-CnI?hkn4qtZ zBCfVEj+6_L- z%*u50Ymw5@Fk8h4W@%U{=zhGG(`u!cWQ$5&*8xvGxzf(=U_*Vn6Y?^kt1VXPYbgn+ z`PZFW)gkO$9ACNz$!^Ghm&awRLT*i6ywi4BGk0TR9J(V@tAvCT2H!EWs`@#x-7Ew*OpUu9HF<|2hyawXt*G&K*C62iNV*V`SYGjr z^7wkG1A5b;P&(=gM~+rpFWgGrN`BtDr;7I?+YlW=B}By_^V>P={oED)R~74uKN)j$ z0H>shbMKwlZAqF5SZMLjOExGrjc2=$CTnjyA3s8N`MI)wb8^UQmIp(3v=RpQw!_h$ z@wn+N%UL9#BAryA+W_q{i5w zL7@AQXQKOEcjuo?I~}}6!UJ@>gjf00JEZfa+69G1AZlo7#74N-h$a!UdRxd%D#_;$ zSt@%5;vXsQGBM^zjlF#yC|Kz5Cev$_PCbcdZH-=>(0tE|S{WU!{U#^vCpxW6g_ zeePS8JREOVA{JQ|*+Y`)k~1NhC2h5p!~g7t|rF>IMY+{7_eNo#QV3MENv8TL7u^7wM(97 z)p?us8O=vyNW1ZV0=qbx`r&Z8hWXTJU)DjY!uY!bI8aTy8kJe>w3}{<@Xc=vv?{lh z3epceNARK3Zer7JLJ-wgGrm#a{Tlf^-ADkPUHn3okN7&JUqFJ`lC9z+c9;2hIJo^I z?dH3oXlVQlDnL-Z?R(WhQMW|PwvgQ?=X+g(QUrfw9`BMtyml-|8eZ~ibejo0^W^yQ z1O5i|%o$gBdtd7{38wU}R`GD9EiEDS<*ocO?t9bXo=L zLde&M(krZ*_N!H1RV~r`4NeyBa{AVF(*vaxsa@8RR&mJBeIji$E54G(a+?Yzh^c+P zW=$`?W{Fr{x_i9R@dJJGR?_;rpGhq}P_Lb^8_F z&Z}yEE$+FAoumo*m|=}F5%s!E^I=t7LHV^fo_P2hNoB=OE2HOR+SaW!y1$P>iT~O?SaElh;3K00 z4Z3p0tYopRl!&f3^s^~c=k~c?Ch>EX32EXBrd&)o7h_@2uAW|dOW`Kux(c5J+o^;d zedD#~s=g20*MO8`G}54V*Cvwb(JO@4P=KV3;D%<8$IU70u$vQzKJG5NdU$lGvjGWL z%0$*B9|jCc4P!U%U9g1V7Rx)dugVaptW!2xZQh(iB!b^q>*=%K)z|zXupz};mx;zz z3YIZYoKr8BSgl@QoQe1#MWDowz7a_qt>vSUDtOndB;?+UkC~)uv{D;6s`;lvK>WoN z{i$%X>2LC{hD#0C^SUi zO*_>WAg}4eD{HH!cr_Fv&}p|%_o?KYN+1pU_*$o>q>KF^o`i}i0~A);+18%lVBWO= zx;w0&Sq?FOO`)w!&p7Xhu;cOm{L=cnTytWyf6tkV&-~gHjd`~+TEta;PWLGCvQV+cO$|(FRI*Yr4~-89I*c1;ftVMqmWm>aB9&q?brUDWLn* zy?Iw)^a_M@0*L)JDYOe(ac)_!C@WxZHerPy`kEzw;XKbe=+Be`pETAK3Q2dhAk6QE z;fj=J&nm>H(<*+CM#jeFM$d|L^lO++=bG$WCvn59gkRbTjeDBqlSgvK?`XU(UOs*H zd|#jl!FMKbaV&htSx<}2O^ZxdPl=SVKdFRMhZ7+(lL$5Q8W|baPF_o#>APkzKCYR( z3iA%rBjcdD)3GDT+5Fz-FABrd4j&@ZB3#~CtUC)wEacM4>CHwJqu=8O;j#z$c*Flz zF=?!7YK^weLfrCWan(OIs9z%L5cRJ`OVTVa?&4nG_QpcIv_l z)Wmq?ayQxGiLK``i;9aFWK!yX+H`P{t4tU(XMfhfGN1xSMht^ zc;(gS$L2`?ZVs0{w5N-@6`KobbcDvuNjz zvFs)bu_P5A9)mvv`yqc+{2*M*$MEc*kqt9bs5)rwtwiQ#$gK>Lzg0{RPK5z96ZdH> z4LY9cpd%6L2|BJkH9YS+g5_j29SbE08F@?6zc;t7yaNnQ7-n>Xsfp!$kU0~;DCAmxd9D!C5O z6#J^^bycL~Ru$rtzl#_^`0Po09jv98r1%f_CTkz;A<(r42Q2}6Ey#GAg18aC=@tyh zv$Go0;QQ2XACnU9WSHz`yhdT%LU4I!?+1{=7l*q10J|Prm0IYKU9%nhwwU25SmZh>WNJ-g=OJT<(v&-+6cbdO>{k=Nx zF5wBhKu|18=gV9TSVMNYf< zH0{qv@l-1|06CB$_34wVLUSi3aq1tG0&;pbo`9W>jsTPc+HSI_{$QgpW*L33%+od? z2UjlU>yZR@qW+Ks%7*QxlBsPe^bESsu1fLe>=Pc}`+i2nDhDfcXeW0AG*8?x|3kVM zV{a?@OR~MZVF0tToJUf!cy-xRwj}4EvwXg=pX!+$o|%6*-T& z4Mux3pvIWvC$iB3$%#_E}PBSA*Qub}VP$Lt@{+pHoRIwS%uzTHUSvZ#8qIsTtj97iK@+jylDM*fkJi?uh!cZHvZy(MRENiNF{gL zR0ovc7?Q@k1I~r~K*W6Kq@N&2>&96NdboKp2DzvUL6MG8ujxv^||&c zGM(SM5^TUfZiag)twoCM*^aba6-BJw5ht&d7gXW3+%@RtlZLAX?DlT#x1!dz0CEMO zWlhz1@9mDH`XL1fbTgPWSqcr5XiArx7Fzz^X&*HT6GDR9`%-6b2AxTurizn^v<*2R zS!+8NM)W z0}$3J*(4AtST&V~{$pIm`Q~QH@?E0kzdr_4(%3ZOIZo z7B&1E>MCN3rMrgYq#_%Anu>wf_UWcI-w8^?O1edJYj^t#xiRE=o!?g?lh~vWJqyB` zfjvE0R#Ywlz{**1t9tiDSx;WuCx7v2MDO!7u?6#jldxYH@|0Z8Ao#6Dicy2Oj=r~lp%fkKIIGF_F70xk=CXZ%9cQ;CK9 z8}M621WN0akFP@Fy_tSdT?N&1Z>gE&)dwMNi5}x#Ev^WPcnmeDf{;)BYP9UFlkXHs zuka!@)6_0=mPw4I<2r)N-RA=VD-7dR0+Y^@jnGvLOIiDs*g^RF<*p!G)tc>ZFKyiA zOFA6`NLe)_c*8gfYl~GF+v_QZ&nz;YN&$J2ol~%jQn!w@9jz?7^kb3Egb!ZJnqw5j z3H!yABx*o}mb}JBf!>lTKNKD7HtdlGnoB@ycjUp=SOZDJ->3!ZL?IWFD%ReY+(#l0 zW)Qf$I|2|eb1oQ~=QDc!sy{%qqF1OVAzKDk`x%l&X;4})1a^H@(Gg9^pUYw%Xw6Z-MUz9H$0j-v4pG4m{*Ja zi8fz-UU3wBkV*K}n<|3xz1HwOxqP9XkTQ4cD#eDK%~#c&Z4C0tuasQk6J~n?Lehyd z%o8zQW%GKh>S?IKi*c65i@lJHbmr~8i8G5F2m!>_*41?%>u*eIy#Y3XdR>yk%_0v| zl8>P$o4fQKbRHJGeBS%LO4`mp+v?@Mez73z_H9vUZUZV!OQfc9Xr&4O@V^*3Z_WP9 z2VjKy87kVsw%bzn+Njl9SKEQyoSOijSvP9Md_qrprV8O_Z?w;<8LA?Jgbl^B1#RA3 zr~(9FS0O0p-_Qmcpy#ZUYteLT#O0RhF z)Ntsw`P&{@$<?e1KUG}fGW zu%DF7$8fA9iO(4hCKIS8>Kf2ZzCA+px7*NzP3;IEmpWTJ=nC^S`Sg!T{it!35F(>G zSelHyTPAeuqNyKYAGm#2T)^_~u^Ex-8Uq=?%;t!L$#~r`4c3rJgg|LkR6-yN`$0)4 zPlc(nb^M|)uDs0brgt53Bu(NtEC&q~J)&lx-|lj= zJ_cSJR|%9}!UAL?y`nax1FLSHuEZ!`$6o%0r z8w&@D@2b4$bnWjw7LX&DNcX_A@)h>|*D>|+|14*-366w8u&V8tdNv7GUWEhwiYvf) zw`l0A8g@N3jTV>GDJXG|Edr1O|BnHHKDIShdv~yjg`ETb4Ng6_JxB9j%TutM=8?F%0N5D=fw5n!G*=p z)Z4q-wZt|2M4?`Gxr-*9Y(M&pO>ZR%K*!|*68T@92OnQ!x2oJpwXqH-g8q&EN$GDG zHm^7r&6L>7$0_qd+4MkmSDTI{);9%sNJ@`@}VU zcmHFs((-KiRxx(pN$M2|@6u;)DoL>%j}c!V&KbFW68>(_Fn?g11{Qv<)V!@ajny@eEfO}D-^r~7Y=e5 z0enRB3g_{QsV0C$`4b-lH^5!`pvaI1)~ZAi%2+NhliE8AvtQyrZZtShcPO=-)$#+Z zaEOTpeaU&yJghwdSkWKdrC;l?%?4=HF~ZPS9}01?93g}$LQld-(?_Pb=eTweO{SiR?T@|qIU2tvG7Pi~Jx{`j1Bm!j#(@wiNSS=!XvT7lji#A<}) zTNwj#^7=1M3RMw!K7DdlLfD?FhNoev9ZErYEZ+ct6X+CR2Vm?jJW}X?33Q5zeNhtI zMZ+$rF(NOYC&8L-&@awT|G@J`nB}oZehPOVu&8yL?WE(X{>1RBK~DdX?eSoZ&ySm= zlI7}>h3yQbM15cdA4=?S2x3sn+Jq28LXQuFSy7Kn;$>_zGyQ-Eu$H*&~8v9V6!Uic9|Jatl&=exZXM@H=XwNeM? zqyIBrsoR!cZNrMDn1Dq~aZERW@;~BP%e;6{a?-xohYUY?O>MutyVmPdy;yewuwau7 zr{#LX#*MuL-YT~jp3eVm;4wcx-WE6TdP7GC?U(#e0YF-_0L&Skzj}R@fPOrR- zrAWxYhXT%{4$~kf@#9$&=?_XZ#tf5> z%UHu-0^)e=a4#<8cm@Jaz3{_TG$TO_+Zj@gQqO1%*Iuh4)!I#%5y#L-YkanZER!4g+gD?siYit*BkMGj?zSC zk7ry;m5uA`uCo@iv?mI6DPhr7^kn-flX(HuEC`Ov1>jP*ep*eR;M-W07y!%;_R*e@ zGE_c7hCijjzCRlm=-B?xcm;UFq8xTK#RRNWEVP43%=k1Y60V-GFJj6AC$6dK$6(^P z@m{-S^AmuDi1+%#3wKY*=VVA@Rlj?XKt3_3>`m0K>82_oNf8 z-p6Af`Tw_O4w%A&ep(%D0t%D9we%&QM0GKI5-4jqA!Xn;-I@9-gH4US#U!x*8L!@a zu@#HNj;5G^#db_Lz#0RISqMdw#nTh^#s54}^X1+B+nHOgBR<%97QI>+t%UynxI_U7R@TfJ9mEvZBCiV7aRp_ zF(&?ABJUhbs(OJ_A*k`KdgL{rI{3gHDR2~Sp+%SE_R>onChEtPXy&2RR}OvSMlx=| zc1kl#*6hR6OmZ@-v+ST}_!$4GfhzK2MI_`V2&-Jsl-3IV0Lc;rr|7jW4HIUB-VSHF|A4$g>G zwtwvg`UKy1cM5&4yMF2IK+NcTaBc@O#!w^dib&5eLgpwgHR@lG<9&e)A8fBNPy96n z(-6?+(u4_jwYlp2vn7eTLf^FkgASl~LLW6GcLdFKIdF4c{gI>VW;ZrFyQat34wqV` z`~Q#RYsTQyX1|DL*~8~TQW}RwJYb3{lDTfCF%HAVDiX8*6a(kn2K)to2daS=81C^c z>Nj6&dJUJvzb~zQi4S4t*GB1)WWw$H<74~MSWU-4Tn-rEG4l8An2umd9v*Z_$$)5z z|42MQ7TT3(vM|17|E<-q5}xZ%eOeB8OsRCD$yo-Tx&Gmo1@t#Jxim z4ilXd0(DNbSw%;Y%Ix~jE(iY-L$`h{Bv7p9s2Fut91yqQiU zBb9fAz(NK=%9yfjvCUvXbs>#IZPCJ5O@&28o*UiN5l9@GD0X1w>$Q38buK>2F-}g>F$}HX`0u=@3C;v+Z z8*hQmUlqM)->|>w3>?-X_SM7XYy*1O6lFTXu8JvSo-v<80If4d7S`2zl3q7sjgL+i za^`}yB?ZeY_2d^re!W^LxY2irt!pU7^V@TQpH9=QufFHtp_Ph;`%L8F3iaDVC6=mH z2fOnfb`@jglYU;mX-88L(CXbtEg$&p9?4%3sS!i~v3JZIOZ3|u5@@_RkwYi!m})Ny z6s%|FizjFJ`m@?xtzPtUd$Jn;#@4#&;QCR3o+y!%;5m$41UTfW{bJDnmz_86 zlFJDyXiv8lx1^O?uut#2=m{$hFP9|fg8)TBy7n(*N^M`re(2?xm4~(n9!3;XKO&}J z0I}`*hbLYA6%~Qgc1rzi>+$LafmH10YkD*tA}tb}7Kh7ncuV@@JiAehYljoMGa z2j4F*&Zi@V&Cm>UqF?6aw!T2=XN|GRZVWOcS z?AnyvnV0|5N*+M|QE9W;7m00&{+=8`x}ZYl9A_zWcG2ivOIfPh=+!m?oJGK7xl_oQ#J?6XCB(&nXn+rpl zS^HPQSA{rzht6jj-yrB6xozayIsbg5cWjP)pza_Z3!5i=GhN~Jch|Rklj#dm>ZF(63Yx71VaUHJ6J8Fr1?!6V3!*e9aCWzOlN{oBrT)u=PBg?NjMO}+vzY(`v z+y~EtIdQGWOTFN=o5eWqO#Hb-NY3;eI_E+_unpvZjCyBZK909G=90%_$VE2 ze0dk3dqy{+#asdgTg5D54^?sz51uQifR50dmF#^?7NPsH$&l~+C?=fEXECKl4qx{w z(39K|0{X31y9#})Mz@9wVLqzMxmf|J6-BvZ zIXy-P`2AmdDzu+M&MpGjBnFuSV^Ea@q7e4!J;PkPweMZb6+p{jb&qN$nAv5<&cV+n z?x2UVy|RBdf@%cJz_r$a}4f;Bb_j>=sRnw6_xWFB^`JvfYBZ*X%`;5kAaMbj(3r@PvPMVh^>a-y7((K_(k6V+9TdiHh_ z`B!}kxlDFPXY^5De!-HQeUd~R9KLYOcL9L#L$bi_X@8J7)KE^Z#JpG0do zo;@`p4|bccgOS9hLfMWpE7^VcoqhQcd2GfOfu8U<%QYkvY$m{T6m~9xG(duGQi7qR zq`GsC@o!2L#}F(2esgsTBNc^)uAlFkuXPei>bO^wo}b<2>jwH)QDX*2a{ZEpI6Y+M zQ^ebX0>>$LXCa;dsF7MdZA&z-k+xoz5Voj^qy0M zxvx%|Tg_MxNK>1`v!rkBg?gYe0gm|s0D485=cy2$GG6maesPKxyx!G51zaRmU+2xM zd%0?a9M}gJL<AyASqJK09ghM=+hmfWApX$YH$Jnu`5% z{bKn@d*=iLGK8=DvcaD3EbK!iK{8X4&?%Ubq5}QHdiSP_Ixt0`E6TZRDYxTu++d1u zFWP>q+5O8< zgcIH3l>&argDIux<+}q2XXrzb-cnUueFnIW1YRgF7>r_wnM5>30EOF=;@5*vNUFVVmEZ8J7Z zHJUftwSOv3K`fX%_)t|WGW2wNYiHlD6sSf%Y6g0#6!zhkae>tP4iB`?wpUpYs%Daz zS0Rzc-$mZXm6EFnzea!h&G-$x0$XeVx$cgP%x?oyH5DiZ%V^mZYn0oMiOwnNqmau9 zES`~JL+Apd8tcjIjVCWhg;n4$#qo~t6(|^gdYK5Ii|L0BBlJLS-k2zh3l}l`$__WvyO@0(NDLS>nUON>VwpV!`?!fdn8h|t>O|pFtT>cB=KsT;O zG~Nz851dsU)=heVORs!2O8pGHUL+h6l-{iX=Q3Wr=o0xYA+-;%S%LP5jiWY~fp_2s zY(U+_X8S6?>tXbigZ8Zn1G$D`y%tp#d{%;8G-2}2i^=oW1o8Z3s$~3aHeoZcc#z8j zkqOVUNkKD5n_(F{&<(P4x}B`mW{sHN`tV)4P~UAtal_O=al9!mBh>_O;?Lq~jFdjm z>j>#hM>umEi2J18-HS}^TRAt)`JmPKsCdJv0q{S1(>8U7=$aHzS6px;GAv8mH0~>s z-l|xG4Aa`LMx4s@EYeDfqsVqeqdCz@pv(wfOjmf+kTMVq0Jt_GsiRczh6wJ?&xXEe zCv6Q5=yQk{&_g`ImLO>NwoFyqdFWe4qGIz!Y1^D=CHL>Nb8du5FE^_Yu)Vm6;N6wwn+Oji#E@#D(xRhN$R2UD9VwE_ zdBF-Y!efGe9G;;t<-(svZ?%|RSIGP^T{&nH;8)jlz2nmImm;%=7E0FPOlwm=zkW2k zJE}{INbS>wUOx8=7{$^FOxg1gEuNY$(jlpAcV5nt-1 z&Kv@M_+5IvYi&PtbMnGCPbYGQg482(ih%DmFgGw3(WA@B>RIs71H<1%C0aI@daZqD zUT9K0O6JS1V|q`F7_J|!*gHwQ)vp0SF52PkoMY4jNnvU#(<>Kl;PFt@R^UsrsM@Og zw2w^em(k0PKllxA0mvn_oWXbKmZ$N6j`8x?U8W%SSnw_TAqU(mao>tH;<&q3ToV0I zoBbb3T1vR(=jxdr!BSrxB`it>KxrciH7@3Y@x53az>Rh1&Z4C|F0no;j#or~ze3ii zx6~Q`#1J=*ftkkq+JoIgi`-z15Ovhdc~u-AfS)fVV|f^4n>FcAML^U!Gh1yBM?wXn`zj(%FP-u8*HTbY^X> zRJ~QtYiE;cY@Ogr#syZ=L{u%K^>LE0U5+>n7!sya!~Bel$V4)~ymsmreF0q|liT~J zFL}jVH6-|##d7M?Q!$+-q0NJaD?#PynL9{GY=GFRve}{$!$s@f*<_1YPfnb&KC2O# z6veJ#ndsE~Ab9bJplcK*YmK?CS+A!jyPU0w(J=Hm#rEEel!@fdb5)q?!J4`G$Ic3- zI;tl*p$WjZbR7I#-ENWcAFrluTatUnJaj3px+JmVQsF-|ufPf~x&gdqB_L+b9Cq_z z%1woz-#wLWsQFnCN6br$EI?X?AzoiSYM;_Q4=watv_bMrYy-^5TL)On*mkJ1{jz~u zMasmxGT*tz`qd{0-|E_J<_1GS`%&E#x>8%GIsd$Wikmu|{P$6Ux!O4+S#gG5 z<23X8XQSHQL*JmM^}j{6y%BMo1atY;{9_clzKWp+ROW|@%v$93-Hyt%0~KIi4U76m za|O#KuI`7nnnY;m+{TRj9;XD`31kyllwIDxHH7Xjgejrh`eHG?^cFgKP4o)gteUnO zy+|M$cvXJmDpTk5s{Ph^{?KCwLcqKbJdJ_Q5%bhvZ=KYIBK$W?%%_Nb!u_1P(?XNd zkmW&V+qEz$irTt6c(!xM;V?N&y*%;s~ABUgI zI`9A|7N_3X+gSL(&5T2Vwd-t`(c_DG0zEW*tqZ{S9@)d!kNQZVWvq_vN~ii5X)=S) z@3m%<4?rYfJ1U${TmX1!s6!K9h|owuP%0A);HPtH_00d~H~>C*zb>o$8OBms?o7UU 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 literal 0 HcmV?d00001 diff --git a/lit-force-graph/screenshots/3d-dark.png b/lit-force-graph/screenshots/3d-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..849e52727d35fc550d12e44a81a814488006922e GIT binary patch literal 30855 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 literal 0 HcmV?d00001 diff --git a/lit-force-graph/screenshots/3d-light.png b/lit-force-graph/screenshots/3d-light.png new file mode 100644 index 0000000000000000000000000000000000000000..613cfcef84e1b71f5692e828b9fb1a8a41b938a8 GIT binary patch literal 31252 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 S({xq|ew-cL?N8YS@A*H9DJ{4F literal 0 HcmV?d00001 diff --git a/lit-force-graph/src/classes/context.ts b/lit-force-graph/src/classes/context.ts new file mode 100644 index 0000000..c427ed9 --- /dev/null +++ b/lit-force-graph/src/classes/context.ts @@ -0,0 +1,9 @@ +import { GraphData, GraphNode } from "./graph"; + +export interface RenderContext { + data: GraphData; + element: HTMLElement; + onHover: (node?: GraphNode) => void; +} + +export type Renderer = (context: RenderContext) => void; diff --git a/lit-force-graph/src/classes/graph.ts b/lit-force-graph/src/classes/graph.ts new file mode 100644 index 0000000..ace4678 --- /dev/null +++ b/lit-force-graph/src/classes/graph.ts @@ -0,0 +1,46 @@ +export class Graph { + private ids = new Set(); + private graph: GraphData = { + nodes: [], + links: [], + }; + + addNode(node: GraphNode) { + if (this.ids.has(node.id)) { + return this.graph.nodes.find((n) => n.id === node.id)!; + } + this.ids.add(node.id); + this.graph.nodes.push(node); + return node; + } + + addLink(link: GraphLink) { + this.graph.links.push(link); + return link; + } + + toJSON() { + return this.graph; + } +} + +export interface GraphNode { + id: string; + name?: string; + group?: string; + value?: T; +} + +export interface GraphLink { + source: string; + target: string; + name?: string; + value?: T; +} + +export interface GraphData { + name?: string; + description?: string; + nodes: GraphNode[]; + links: GraphLink[]; +} diff --git a/lit-force-graph/src/favicon.svg b/lit-force-graph/src/favicon.svg new file mode 100644 index 0000000..de4aedd --- /dev/null +++ b/lit-force-graph/src/favicon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/lit-force-graph/src/lit-force-graph.ts b/lit-force-graph/src/lit-force-graph.ts new file mode 100644 index 0000000..80ae0d0 --- /dev/null +++ b/lit-force-graph/src/lit-force-graph.ts @@ -0,0 +1,217 @@ +import { html, css, LitElement } from "lit"; +import { customElement, property, query, state } from "lit/decorators.js"; +import { Renderer } from "./classes/context"; +import { GraphData, GraphNode } from "./classes/graph"; +import { render as render2D } from "./modes/mode-2d"; +import { render as render3D } from "./modes/mode-3d"; + +export const tagName = "lit-force-graph"; + +@customElement(tagName) +export class LitForceGraph extends LitElement { + static styles = css` + :host { + background-color: var(--graph-background-color, #000011); + color: var(--graph-foreground-color, #ffffff); + width: var(--graph-width, 100%); + height: var(--graph-height, 100vh); + } + + #graph { + width: 100%; + height: 100%; + width: var(--graph-width, 100%); + height: var(--graph-height, 100vh); + } + + #controls { + position: absolute; + top: 20px; + right: 20px; + z-index: 100 !important; + display: flex; + flex-direction: column; + align-items: flex-end; + } + #controls div { + padding: 5px; + } + + #info { + position: absolute; + top: 10px; + left: 10px; + z-index: 100 !important; + display: flex; + flex-direction: column; + align-items: flex-start; + } + + #tooltips { + position: absolute; + bottom: 10px; + left: 10px; + right: 10px; + display: flex; + flex-direction: row; + align-items: center; + text-align: center; + justify-content: center; + } + + .node-tooltip { + background-color: var(--graph-foreground-color, #ffffff); + color: var(--graph-background-color, #000011); + border-radius: 5px; + font-size: 12px; + padding: 5px; + opacity: 0.67; + } + + #graph-description { + opacity: 0.67; + } + + .scene-tooltip { + color: var(--graph-foreground-color, #ffffff); + background-color: transparent; + display: none; + } + `; + + @query("#graph") graph!: HTMLElement; + @property() src = ""; + @property() mode = "2D"; + @property({ type: Object }) data?: GraphData; + @state() hovered?: GraphNode; + + renderers = new Map([ + ["2D", render2D], + ["3D", render3D], + ]); + + render() { + return html`
+
+
+
+ + +
+
+
+

${this.data?.name}

+
${this?.data?.description}
+
+
+ ${this.hovered + ? html`
+ ${this.hovered?.name ?? this.hovered?.id} +
` + : html``} +
+
`; + } + + async firstUpdated() { + await this.refresh(); + const prefersDark = window.matchMedia("(prefers-color-scheme: dark)"); + prefersDark.addEventListener("change", () => { + this.refresh(); + }); + } + + /** + * Set the graph data and update the renderer + * + * @param data Graph JSON + */ + setData(data: GraphData) { + this.data = data; + const renderer = this.renderers.get(this.mode); + renderer?.({ + element: this.graph, + data, + onHover: (node) => (this.hovered = node), + }); + } + + private async refresh() { + // Get json from script tag + const children = Array.from(this.children); + const elem = children.find((child) => child.tagName === "SCRIPT"); + if (elem) { + // Render from script tag contents + if (elem.textContent) { + const data = JSON.parse(elem.textContent); + if (data) this.setData(data); + // Render from script tag src + } else if (elem.hasAttribute("src")) { + const url = elem.getAttribute("src")!; + const data = await fetch(url).then((res) => res.json()); + if (data) this.setData(data); + } + } else if (this.src.length > 0) { + // Render from src attribute + const data = await fetch(this.src).then((res) => res.json()); + if (data) this.setData(data); + } + } + + private onChangeMode(e: Event) { + const mode = (e.target as HTMLSelectElement).value; + this.mode = mode; + if (!this.data) return; + this.setData({ ...this.data! }); + } + + private onDrop(e: DragEvent) { + e.preventDefault(); + const files = e.dataTransfer?.files; + if (files && files.length > 0) { + const file = files[0]; + const reader = new FileReader(); + reader.onload = () => { + const json = JSON.parse(reader.result as string); + this.data = json; + this.setData(json); + }; + reader.readAsText(file); + } + return false; + } + + attributeChangedCallback( + name: string, + _old: string | null, + value: string | null + ): void { + if (name === "src" && value) { + this.refresh(); + } + if (name === "data" && value) { + this.setData(JSON.parse(value)); + } + if (name === "mode" && value) { + this.mode = value; + if (this.data) { + this.setData({ ...this.data! }); + } + } + super.attributeChangedCallback(name, _old, value); + } +} + +declare global { + interface HTMLElementTagNameMap { + "lit-force-graph": LitForceGraph; + } +} diff --git a/lit-force-graph/src/modes/mode-2d.ts b/lit-force-graph/src/modes/mode-2d.ts new file mode 100644 index 0000000..d99b7ac --- /dev/null +++ b/lit-force-graph/src/modes/mode-2d.ts @@ -0,0 +1,58 @@ +import ForceGraph from "force-graph"; +import { RenderContext } from "../classes/context"; + +export function render(context: RenderContext) { + const graph = ForceGraph(); + const style = getComputedStyle(context.element); + const lineColor = style.getPropertyValue("--graph-line-color").trim(); + const bgColor = style.getPropertyValue("--graph-background-color").trim(); + const fgColor = style.getPropertyValue("--graph-foreground-color").trim(); + const nodeColor = style.getPropertyValue("--graph-node-color").trim(); + graph(context.element) + .graphData(context.data) + .width(Number(style.width.slice(0, -2))) + .height(Number(style.height.slice(0, -2))) + .cooldownTicks(100) + .backgroundColor(bgColor) + .linkColor(() => lineColor) + .linkWidth(0.2) + .nodeCanvasObject((node: any, ctx, globalScale) => { + // Draw a circle + ctx.beginPath(); + const size = 5 / globalScale; + ctx.arc(node.x, node.y, size, 0, 2 * Math.PI); + // ctx.fillStyle = nodeColor(node, groupColors); + ctx.fillStyle = nodeColor; + ctx.fill(); + ctx.lineWidth = 1 / globalScale; + ctx.strokeStyle = lineColor; + ctx.stroke(); + + if (globalScale >= 4) { + const label = node.name ?? node.id; + const fontSize = 12 / globalScale; + ctx.font = `${fontSize}px Sans-Serif`; + const textWidth = ctx.measureText(label).width; + const bckgDimensions = [textWidth, fontSize].map( + (n) => n + fontSize * 0.2 + ); // some padding + + ctx.textAlign = "center"; + ctx.textBaseline = "middle"; + ctx.fillStyle = fgColor; + // Measure text + ctx.fillText(label, node.x + size * 2 + textWidth / 2, node.y); + + node.__bckgDimensions = bckgDimensions; + } + }) + .onNodeHover((node: any, prev: any) => { + if (node) { + const graphNode = context.data.nodes.find((n) => n.id === node.id); + context.onHover(graphNode); + } + if (prev) { + context.onHover(undefined); + } + }); +} diff --git a/lit-force-graph/src/modes/mode-3d.ts b/lit-force-graph/src/modes/mode-3d.ts new file mode 100644 index 0000000..0b6adfd --- /dev/null +++ b/lit-force-graph/src/modes/mode-3d.ts @@ -0,0 +1,36 @@ +import ForceGraph from "3d-force-graph"; +import { RenderContext } from "../classes/context.js"; + +export function render(context: RenderContext) { + const graph = ForceGraph({ + controlType: "trackball", + rendererConfig: { antialias: true, alpha: true }, + }); + const style = getComputedStyle(context.element); + const lineColor = style.getPropertyValue("--graph-line-color").trim(); + const bgColor = style.getPropertyValue("--graph-background-color").trim(); + const nodeColor = style.getPropertyValue("--graph-node-color").trim(); + graph(context.element) + .graphData(context.data) + .width(Number(style.width.slice(0, -2))) + .height(Number(style.height.slice(0, -2))) + .showNavInfo(false) + .linkColor(() => lineColor) + .backgroundColor(bgColor) + .nodeThreeObject((node: any) => { + const color = node.color ?? nodeColor; + node.color = color; + return false as any; + }) + .nodeThreeObjectExtend(true) + .onNodeHover((node: any, prev: any) => { + if (node) { + const graphNode = context.data.nodes.find((n) => n.id === node.id); + context.onHover(graphNode); + } + if (prev) { + context.onHover(undefined); + } + }) + .cooldownTicks(100); +} diff --git a/lit-force-graph/src/modes/mode-ar.ts b/lit-force-graph/src/modes/mode-ar.ts new file mode 100644 index 0000000..fc0ece0 --- /dev/null +++ b/lit-force-graph/src/modes/mode-ar.ts @@ -0,0 +1,16 @@ +import "aframe"; +import "@ar-js-org/ar.js"; +import ForceGraph from "3d-force-graph-ar"; +import { RenderContext } from "../classes/context.js"; + +export function renderAR(context: RenderContext) { + const graph = ForceGraph(); + const style = getComputedStyle(context.element); + // const lineColor = style.getPropertyValue("--graph-line-color").trim(); + // const bgColor = style.getPropertyValue("--graph-background-color").trim(); + graph(context.element) + .graphData(context.data) + .width(Number(style.width.slice(0, -2))) + .height(Number(style.height.slice(0, -2))) + .cooldownTicks(100); +} diff --git a/lit-force-graph/src/modes/mode-vr.ts b/lit-force-graph/src/modes/mode-vr.ts new file mode 100644 index 0000000..5274a2b --- /dev/null +++ b/lit-force-graph/src/modes/mode-vr.ts @@ -0,0 +1,15 @@ +import ForceGraph from "3d-force-graph-vr"; +import { RenderContext } from "../classes/context.js"; + +export function renderVR(context: RenderContext) { + const graph = ForceGraph(); + const style = getComputedStyle(context.element); + // const lineColor = style.getPropertyValue("--graph-line-color").trim(); + // const bgColor = style.getPropertyValue("--graph-background-color").trim(); + graph(context.element) + .graphData(context.data) + .width(Number(style.width.slice(0, -2))) + .height(Number(style.height.slice(0, -2))) + .showNavInfo(false) + .cooldownTicks(100); +} diff --git a/lit-force-graph/src/vite-env.d.ts b/lit-force-graph/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/lit-force-graph/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/lit-force-graph/tsconfig.json b/lit-force-graph/tsconfig.json new file mode 100644 index 0000000..03ecaf4 --- /dev/null +++ b/lit-force-graph/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "module": "esnext", + "lib": ["es2017", "dom", "dom.iterable"], + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "./types", + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "moduleResolution": "node", + "allowSyntheticDefaultImports": true, + "experimentalDecorators": true, + "forceConsistentCasingInFileNames": true, + "useDefineForClassFields": false + }, + "include": ["src/**/*.ts"], + "references": [{ "path": "./tsconfig.node.json" }] +} diff --git a/lit-force-graph/tsconfig.node.json b/lit-force-graph/tsconfig.node.json new file mode 100644 index 0000000..e993792 --- /dev/null +++ b/lit-force-graph/tsconfig.node.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "composite": true, + "module": "esnext", + "moduleResolution": "node" + }, + "include": ["vite.config.ts"] +} diff --git a/lit-force-graph/vite.config.ts b/lit-force-graph/vite.config.ts new file mode 100644 index 0000000..339dabd --- /dev/null +++ b/lit-force-graph/vite.config.ts @@ -0,0 +1,17 @@ +import { defineConfig } from "vite"; +import { resolve } from "path"; + +export default defineConfig({ + base: "/lit-force-graph/", + build: { + lib: { + entry: "src/lit-force-graph.ts", + formats: ["es"], + }, + rollupOptions: { + input: { + main: resolve(__dirname, "index.html"), + }, + }, + }, +}); diff --git a/lit-html-editor b/lit-html-editor deleted file mode 160000 index 221d171..0000000 --- a/lit-html-editor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 221d1716ed0a9304394434be240c988a5ac63a7f diff --git a/lit-html-editor/.github/workflows/ci.yml b/lit-html-editor/.github/workflows/ci.yml new file mode 100644 index 0000000..d71d029 --- /dev/null +++ b/lit-html-editor/.github/workflows/ci.yml @@ -0,0 +1,24 @@ +name: Demo + +on: + push: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 12.x + - run: npm install + - run: npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist diff --git a/lit-html-editor/.gitignore b/lit-html-editor/.gitignore new file mode 100644 index 0000000..6afafb3 --- /dev/null +++ b/lit-html-editor/.gitignore @@ -0,0 +1,6 @@ +node_modules +.DS_Store +dist +types +*.local +test.html \ No newline at end of file diff --git a/lit-html-editor/.vscode/settings.json b/lit-html-editor/.vscode/settings.json new file mode 100644 index 0000000..88a6999 --- /dev/null +++ b/lit-html-editor/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "contenteditable" + ] +} \ No newline at end of file diff --git a/lit-html-editor/LICENSE b/lit-html-editor/LICENSE new file mode 100644 index 0000000..396a87f --- /dev/null +++ b/lit-html-editor/LICENSE @@ -0,0 +1,43 @@ +Apache License, Version 2.0 +SPDX short identifier: Apache-2.0 +Further resources on the Apache License, Version 2.0 + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. \ No newline at end of file diff --git a/lit-html-editor/README.md b/lit-html-editor/README.md new file mode 100644 index 0000000..e7bb4e9 --- /dev/null +++ b/lit-html-editor/README.md @@ -0,0 +1,11 @@ +# Lit Html Editor + +Rich text editor built with [Lit](https://lit.dev) based on [this](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content#example_a_simple_but_complete_rich_text_editor) example. + +You can try the demo [here](https://rodydavis.github.io/lit-html-editor/)! + +This used the contenteditable property that browsers support for full document editing and text formatting. + +![](/screenshot.png) + +There is also an example on the Lit playground [here](https://lit.dev/playground/#project=W3sibmFtZSI6InJpY2gtdGV4dC1lZGl0b3IudHMiLCJjb250ZW50IjoiaW1wb3J0IHsgTGl0RWxlbWVudCwgaHRtbCwgY3VzdG9tRWxlbWVudCwgY3NzLCBzdGF0ZSB9IGZyb20gXCJsaXQtZWxlbWVudFwiO1xuXG5pbXBvcnQgXCJAbWF0ZXJpYWwvbXdjLWljb24tYnV0dG9uXCI7XG5cbkBjdXN0b21FbGVtZW50KFwicmljaC10ZXh0LWVkaXRvclwiKVxuZXhwb3J0IGNsYXNzIFJpY2hUZXh0RWRpdG9yIGV4dGVuZHMgTGl0RWxlbWVudCB7XG4gIEBzdGF0ZSgpIGNvbnRlbnQ6IHN0cmluZyA9IFwiXCI7XG4gIEBzdGF0ZSgpIHJvb3Q6IEVsZW1lbnQgfCBudWxsID0gbnVsbDtcblxuICBzdGF0aWMgc3R5bGVzID0gY3NzYFxuICAgIDpob3N0IHtcbiAgICAgIC0tZWRpdG9yLXdpZHRoOiA2MDBweDtcbiAgICAgIC0tZWRpdG9yLWhlaWdodDogNjAwcHg7XG4gICAgICAtLWVkaXRvci1iYWNrZ3JvdW5kOiAjZjFmMWYxO1xuICAgICAgLS1lZGl0b3ItdG9vbGJhci1oZWlnaHQ6IDMzcHg7XG4gICAgICAtLWVkaXRvci10b29sYmFyLWJhY2tncm91bmQ6IGJsYWNrO1xuICAgICAgLS1lZGl0b3ItdG9vbGJhci1vbi1iYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgICAgIC0tZWRpdG9yLXRvb2xiYXItb24tYWN0aXZlLWJhY2tncm91bmQ6ICNhNGE0YTQ7XG4gICAgfVxuICAgIG1haW4ge1xuICAgICAgd2lkdGg6IHZhcigtLWVkaXRvci13aWR0aCk7XG4gICAgICBoZWlnaHQ6IHZhcigtLWVkaXRvci1oZWlnaHQpO1xuICAgICAgZGlzcGxheTogZ3JpZDtcbiAgICAgIGdyaWQtdGVtcGxhdGUtYXJlYXM6XG4gICAgICAgIFwidG9vbGJhciB0b29sYmFyXCJcbiAgICAgICAgXCJlZGl0b3IgZWRpdG9yXCI7XG4gICAgICBncmlkLXRlbXBsYXRlLXJvd3M6IHZhcigtLWVkaXRvci10b29sYmFyLWhlaWdodCkgYXV0bztcbiAgICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogYXV0byBhdXRvO1xuICAgIH1cbiAgICAjZWRpdG9yLWFjdGlvbnMge1xuICAgICAgZ3JpZC1hcmVhOiB0b29sYmFyO1xuICAgICAgd2lkdGg6IHZhcigtLWVkaXRvci13aWR0aCk7XG4gICAgICBoZWlnaHQ6IHZhcigtLWVkaXRvci10b29sYmFyLWhlaWdodCk7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1lZGl0b3ItdG9vbGJhci1iYWNrZ3JvdW5kKTtcbiAgICAgIGNvbG9yOiB2YXIoLS1lZGl0b3ItdG9vbGJhci1vbi1iYWNrZ3JvdW5kKTtcbiAgICAgIG92ZXJzY3JvbGwtYmVoYXZpb3I6IGNvbnRhaW47XG4gICAgICBvdmVyZmxvdy15OiBhdXRvO1xuICAgICAgLW1zLW92ZXJmbG93LXN0eWxlOiBub25lO1xuICAgICAgc2Nyb2xsYmFyLXdpZHRoOiBub25lO1xuICAgIH1cbiAgICAjZWRpdG9yLWFjdGlvbnM6Oi13ZWJraXQtc2Nyb2xsYmFyIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICAgICNlZGl0b3Ige1xuICAgICAgd2lkdGg6IHZhcigtLWVkaXRvci13aWR0aCk7XG4gICAgICBncmlkLWFyZWE6IGVkaXRvcjtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWVkaXRvci1iYWNrZ3JvdW5kKTtcbiAgICB9XG4gICAgI3Rvb2xiYXIge1xuICAgICAgd2lkdGg6IDEwODBweDtcbiAgICAgIGhlaWdodDogdmFyKC0tZWRpdG9yLXRvb2xiYXItaGVpZ2h0KTtcbiAgICB9XG4gICAgW2NvbnRlbnRlZGl0YWJsZV0ge1xuICAgICAgb3V0bGluZTogMHB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIH1cbiAgICAjdG9vbGJhciA-IG13Yy1pY29uLWJ1dHRvbiB7XG4gICAgICBjb2xvcjogdmFyKC0tZWRpdG9yLXRvb2xiYXItb24tYmFja2dyb3VuZCk7XG4gICAgICAtLW1kYy1pY29uLXNpemU6IDIwcHg7XG4gICAgICAtLW1kYy1pY29uLWJ1dHRvbi1zaXplOiAzMHB4O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cbiAgICAjdG9vbGJhciA-IC5hY3RpdmUge1xuICAgICAgY29sb3I6IHZhcigtLWVkaXRvci10b29sYmFyLW9uLWFjdGl2ZS1iYWNrZ3JvdW5kKTtcbiAgICB9XG4gICAgc2VsZWN0IHtcbiAgICAgIG1hcmdpbi10b3A6IDVweDtcbiAgICAgIGhlaWdodDogY2FsYyh2YXIoLS1lZGl0b3ItdG9vbGJhci1oZWlnaHQpIC0gMTBweCk7XG4gICAgfVxuICAgIGlucHV0W3R5cGU9XCJjb2xvclwiXSB7XG4gICAgICBoZWlnaHQ6IGNhbGModmFyKC0tZWRpdG9yLXRvb2xiYXItaGVpZ2h0KSAtIDE1cHgpO1xuICAgICAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xuICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgd2lkdGg6IDIycHg7XG4gICAgfVxuICAgIGlucHV0W3R5cGU9XCJjb2xvclwiXTo6LXdlYmtpdC1jb2xvci1zd2F0Y2gtd3JhcHBlciB7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgIH1cbiAgICBpbnB1dFt0eXBlPVwiY29sb3JcIl06Oi13ZWJraXQtY29sb3Itc3dhdGNoIHtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICB9XG4gIGA7XG5cbiAgcmVuZGVyKCkge1xuICAgIHJldHVybiBodG1sYDxtYWluPlxuICAgICAgPGlucHV0IGlkPVwiYmdcIiB0eXBlPVwiY29sb3JcIiBzdHlsZT0nZGlzcGxheTpub25lJyAvPlxuICAgICAgPGlucHV0IGlkPVwiZmdcIiB0eXBlPVwiY29sb3JcIiBzdHlsZT0nZGlzcGxheTpub25lJyAvPlxuICAgICAgPGRpdiBpZD1cImVkaXRvci1hY3Rpb25zXCI-XG4gICAgICAgIDxkaXYgaWQ9XCJ0b29sYmFyXCI-XG4gICAgICAgICAgJHt0b29sYmFyKHRoaXMuc2hhZG93Um9vdCEsIHRoaXMuZ2V0U2VsZWN0aW9uKCksIChjb21tYW5kLCB2YWwpID0-IHtcbiAgICAgICAgICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKGNvbW1hbmQsIGZhbHNlLCB2YWwpO1xuICAgICAgICAgICAgY29uc29sZS5sb2coXCJjb21tYW5kXCIsIGNvbW1hbmQsIHZhbCk7XG4gICAgICAgICAgfSl9XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY-XG4gICAgICA8ZGl2IGlkPVwiZWRpdG9yXCI-JHt0aGlzLnJvb3R9PC9kaXY-XG4gICAgPC9tYWluPiBgO1xuICB9XG5cbiAgYXN5bmMgZmlyc3RVcGRhdGVkKCkge1xuICAgIGNvbnN0IGVsZW0gPSB0aGlzLnBhcmVudEVsZW1lbnQhLnF1ZXJ5U2VsZWN0b3IoXCJyaWNoLXRleHQtZWRpdG9yIHRlbXBsYXRlXCIpO1xuICAgIHRoaXMuY29udGVudCA9IGVsZW0_LmlubmVySFRNTCA_PyBcIlwiO1xuICAgIHRoaXMucmVzZXQoKTtcbiAgfVxuXG4gIHJlc2V0KCkge1xuICAgIGNvbnN0IHBhcnNlciA9IG5ldyBET01QYXJzZXIoKTtcbiAgICBjb25zdCBkb2MgPSBwYXJzZXIucGFyc2VGcm9tU3RyaW5nKHRoaXMuY29udGVudCwgXCJ0ZXh0L2h0bWxcIik7XG4gICAgZG9jdW1lbnQuZXhlY0NvbW1hbmQoXCJkZWZhdWx0UGFyYWdyYXBoU2VwYXJhdG9yXCIsIGZhbHNlLCBcImJyXCIpO1xuICAgIGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoXCJzZWxlY3Rpb25jaGFuZ2VcIiwgKCkgPT4ge1xuICAgICAgdGhpcy5yZXF1ZXN0VXBkYXRlKCk7XG4gICAgfSk7XG4gICAgY29uc3Qgcm9vdCA9IGRvYy5xdWVyeVNlbGVjdG9yKFwiYm9keVwiKTtcbiAgICByb290IS5zZXRBdHRyaWJ1dGUoXCJjb250ZW50ZWRpdGFibGVcIiwgXCJ0cnVlXCIpO1xuICAgIHRoaXMucm9vdCA9IHJvb3Q7XG4gIH1cblxuICBnZXRTZWxlY3Rpb24oKTogU2VsZWN0aW9uIHwgbnVsbCB7XG4gICAgaWYgKHRoaXMuc2hhZG93Um9vdD8uZ2V0U2VsZWN0aW9uKSByZXR1cm4gdGhpcy5zaGFkb3dSb290Py5nZXRTZWxlY3Rpb24oKTtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxufVxuXG5mdW5jdGlvbiB0b29sYmFyKFxuICBzaGFkb3dSb290OiBTaGFkb3dSb290LFxuICBzZWxlY3Rpb246IFNlbGVjdGlvbiB8IG51bGwsXG4gIGNvbW1hbmQ6IChjOiBzdHJpbmcsIHZhbDogc3RyaW5nIHwgdW5kZWZpbmVkKSA9PiB2b2lkXG4pIHtcbiAgY29uc3QgdGFnczogc3RyaW5nW10gPSBbXTtcbiAgaWYgKHNlbGVjdGlvbj8udHlwZSA9PT0gXCJSYW5nZVwiKSB7XG4gICAgLy8gQHRzLWlnbm9yZVxuICAgIGxldCBwYXJlbnROb2RlID0gc2VsZWN0aW9uPy5iYXNlTm9kZTtcbiAgICBpZiAocGFyZW50Tm9kZSkge1xuICAgICAgY29uc3QgY2hlY2tOb2RlID0gKCkgPT4ge1xuICAgICAgICBjb25zdCBwYXJlbnRUYWdOYW1lID0gcGFyZW50Tm9kZT8udGFnTmFtZT8udG9Mb3dlckNhc2UoKT8udHJpbSgpO1xuICAgICAgICBpZiAocGFyZW50VGFnTmFtZSkgdGFncy5wdXNoKHBhcmVudFRhZ05hbWUpO1xuICAgICAgfTtcbiAgICAgIHdoaWxlIChwYXJlbnROb2RlICE9IG51bGwpIHtcbiAgICAgICAgY2hlY2tOb2RlKCk7XG4gICAgICAgIHBhcmVudE5vZGUgPSBwYXJlbnROb2RlPy5wYXJlbnROb2RlO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIGNvbnN0IGNvbW1hbmRzOiB7XG4gICAgaWNvbjogc3RyaW5nO1xuICAgIGNvbW1hbmQ6IHN0cmluZyB8ICgoKSA9PiB2b2lkKTtcbiAgICBhY3RpdmU_OiBib29sZWFuO1xuICAgIHR5cGU_OiBzdHJpbmc7XG4gICAgdmFsdWVzPzogeyB2YWx1ZTogc3RyaW5nOyBuYW1lOiBzdHJpbmc7IGZvbnQ_OiBib29sZWFuIH1bXTtcbiAgICBjb21tYW5kX3ZhbHVlPzogc3RyaW5nO1xuICB9W10gPSBbXG4gICAge1xuICAgICAgaWNvbjogXCJmb3JtYXRfY2xlYXJcIixcbiAgICAgIGNvbW1hbmQ6IFwicmVtb3ZlRm9ybWF0XCIsXG4gICAgfSxcblxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2JvbGRcIixcbiAgICAgIGNvbW1hbmQ6IFwiYm9sZFwiLFxuICAgICAgYWN0aXZlOiB0YWdzLmluY2x1ZGVzKFwiYlwiKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2l0YWxpY1wiLFxuICAgICAgY29tbWFuZDogXCJpdGFsaWNcIixcbiAgICAgIGFjdGl2ZTogdGFncy5pbmNsdWRlcyhcImlcIiksXG4gICAgfSxcbiAgICB7XG4gICAgICBpY29uOiBcImZvcm1hdF91bmRlcmxpbmVkXCIsXG4gICAgICBjb21tYW5kOiBcInVuZGVybGluZVwiLFxuICAgICAgYWN0aXZlOiB0YWdzLmluY2x1ZGVzKFwidVwiKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2FsaWduX2xlZnRcIixcbiAgICAgIGNvbW1hbmQ6IFwianVzdGlmeWxlZnRcIixcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2FsaWduX2NlbnRlclwiLFxuICAgICAgY29tbWFuZDogXCJqdXN0aWZ5Y2VudGVyXCIsXG4gICAgfSxcbiAgICB7XG4gICAgICBpY29uOiBcImZvcm1hdF9hbGlnbl9yaWdodFwiLFxuICAgICAgY29tbWFuZDogXCJqdXN0aWZ5cmlnaHRcIixcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2xpc3RfbnVtYmVyZWRcIixcbiAgICAgIGNvbW1hbmQ6IFwiaW5zZXJ0b3JkZXJlZGxpc3RcIixcbiAgICAgIGFjdGl2ZTogdGFncy5pbmNsdWRlcyhcIm9sXCIpLFxuICAgIH0sXG4gICAge1xuICAgICAgaWNvbjogXCJmb3JtYXRfbGlzdF9idWxsZXRlZFwiLFxuICAgICAgY29tbWFuZDogXCJpbnNlcnR1bm9yZGVyZWRsaXN0XCIsXG4gICAgICBhY3RpdmU6IHRhZ3MuaW5jbHVkZXMoXCJ1bFwiKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X3F1b3RlXCIsXG4gICAgICBjb21tYW5kOiBcImZvcm1hdGJsb2NrXCIsXG4gICAgICBjb21tYW5kX3ZhbHVlOiBcImJsb2NrcXVvdGVcIixcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2luZGVudF9kZWNyZWFzZVwiLFxuICAgICAgY29tbWFuZDogXCJvdXRkZW50XCIsXG4gICAgfSxcbiAgICB7XG4gICAgICBpY29uOiBcImZvcm1hdF9pbmRlbnRfaW5jcmVhc2VcIixcbiAgICAgIGNvbW1hbmQ6IFwiaW5kZW50XCIsXG4gICAgfSxcbiAgICB0YWdzLmluY2x1ZGVzKFwiYVwiKVxuICAgICAgPyB7IGljb246IFwibGlua19vZmZcIiwgY29tbWFuZDogXCJ1bmxpbmtcIiB9XG4gICAgICA6IHtcbiAgICAgICAgICBpY29uOiBcImFkZF9saW5rXCIsXG4gICAgICAgICAgY29tbWFuZDogKCkgPT4ge1xuICAgICAgICAgICAgY29uc3QgbmV3TGluayA9IHByb21wdChcIldyaXRlIHRoZSBVUkwgaGVyZVwiLCBcImh0dHA6Ly9cIik7XG4gICAgICAgICAgICBpZiAobmV3TGluayAmJiBuZXdMaW5rICE9IFwiXCIgJiYgbmV3TGluayAhPSBcImh0dHA6Ly9cIikge1xuICAgICAgICAgICAgICBjb21tYW5kKFwiY3JlYXRlbGlua1wiLCBuZXdMaW5rKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9LFxuICAgICAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X2NvbG9yX3RleHRcIixcbiAgICAgIGNvbW1hbmQ6ICgpID0-IHtcbiAgICAgICAgY29uc3QgaW5wdXQgPSBzaGFkb3dSb290LnF1ZXJ5U2VsZWN0b3IoXCIjZmdcIikhIGFzIEhUTUxJbnB1dEVsZW1lbnQ7XG4gICAgICAgIGlucHV0LmFkZEV2ZW50TGlzdGVuZXIoXCJpbnB1dFwiLCAoZTogYW55KSA9PiB7XG4gICAgICAgICAgY29uc3QgdmFsID0gZS50YXJnZXQudmFsdWU7XG4gICAgICAgICAgY29tbWFuZChcImZvcmVjb2xvclwiLCB2YWwpO1xuICAgICAgICB9KTtcbiAgICAgICAgaW5wdXQuY2xpY2soKTtcbiAgICAgIH0sXG4gICAgICB0eXBlOiBcImNvbG9yXCIsXG4gICAgfSxcbiAgICB7XG4gICAgICBpY29uOiBcImJvcmRlcl9jb2xvclwiLFxuICAgICAgY29tbWFuZDogKCkgPT4ge1xuICAgICAgICBjb25zdCBpbnB1dCA9IHNoYWRvd1Jvb3QucXVlcnlTZWxlY3RvcihcIiNiZ1wiKSEgYXMgSFRNTElucHV0RWxlbWVudDtcbiAgICAgICAgaW5wdXQuYWRkRXZlbnRMaXN0ZW5lcihcImlucHV0XCIsIChlOiBhbnkpID0-IHtcbiAgICAgICAgICBjb25zdCB2YWwgPSBlLnRhcmdldC52YWx1ZTtcbiAgICAgICAgICBjb21tYW5kKFwiYmFja2NvbG9yXCIsIHZhbCk7XG4gICAgICAgIH0pO1xuICAgICAgICBpbnB1dC5jbGljaygpO1xuICAgICAgfSxcbiAgICAgIHR5cGU6IFwiY29sb3JcIixcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwidGl0bGVcIixcbiAgICAgIGNvbW1hbmQ6IFwiZm9ybWF0YmxvY2tcIixcbiAgICAgIHZhbHVlczogW1xuICAgICAgICB7IG5hbWU6IFwiTm9ybWFsIFRleHRcIiwgdmFsdWU6IFwiLS1cIiB9LFxuICAgICAgICB7IG5hbWU6IFwiSGVhZGluZyAxXCIsIHZhbHVlOiBcImgxXCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIkhlYWRpbmcgMlwiLCB2YWx1ZTogXCJoMlwiIH0sXG4gICAgICAgIHsgbmFtZTogXCJIZWFkaW5nIDNcIiwgdmFsdWU6IFwiaDNcIiB9LFxuICAgICAgICB7IG5hbWU6IFwiSGVhZGluZyA0XCIsIHZhbHVlOiBcImg0XCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIkhlYWRpbmcgNVwiLCB2YWx1ZTogXCJoNVwiIH0sXG4gICAgICAgIHsgbmFtZTogXCJIZWFkaW5nIDZcIiwgdmFsdWU6IFwiaDZcIiB9LFxuICAgICAgICB7IG5hbWU6IFwiUGFyYWdyYXBoXCIsIHZhbHVlOiBcInBcIiB9LFxuICAgICAgICB7IG5hbWU6IFwiUHJlLUZvcm1hdHRlZFwiLCB2YWx1ZTogXCJwcmVcIiB9LFxuICAgICAgXSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwidGV4dF9mb3JtYXRcIixcbiAgICAgIGNvbW1hbmQ6IFwiZm9udG5hbWVcIixcbiAgICAgIHZhbHVlczogW1xuICAgICAgICB7IG5hbWU6IFwiRm9udCBOYW1lXCIsIHZhbHVlOiBcIi0tXCIgfSxcbiAgICAgICAgLi4uWy4uLmNoZWNrRm9udHMoKV0ubWFwKChmKSA9PiAoe1xuICAgICAgICAgIG5hbWU6IGYsXG4gICAgICAgICAgdmFsdWU6IGYsXG4gICAgICAgICAgZm9udDogdHJ1ZSxcbiAgICAgICAgfSkpLFxuICAgICAgXSxcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwiZm9ybWF0X3NpemVcIixcbiAgICAgIGNvbW1hbmQ6IFwiZm9udHNpemVcIixcbiAgICAgIHZhbHVlczogW1xuICAgICAgICB7IG5hbWU6IFwiRm9udCBTaXplXCIsIHZhbHVlOiBcIi0tXCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIlZlcnkgU21hbGxcIiwgdmFsdWU6IFwiMVwiIH0sXG4gICAgICAgIHsgbmFtZTogXCJTbWFsbFwiLCB2YWx1ZTogXCIyXCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIk5vcm1hbFwiLCB2YWx1ZTogXCIzXCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIk1lZGl1bSBMYXJnZVwiLCB2YWx1ZTogXCI0XCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIkxhcmdlXCIsIHZhbHVlOiBcIjVcIiB9LFxuICAgICAgICB7IG5hbWU6IFwiVmVyeSBMYXJnZVwiLCB2YWx1ZTogXCI2XCIgfSxcbiAgICAgICAgeyBuYW1lOiBcIk1heGltdW1cIiwgdmFsdWU6IFwiN1wiIH0sXG4gICAgICBdLFxuICAgIH0sXG4gICAge1xuICAgICAgaWNvbjogXCJ1bmRvXCIsXG4gICAgICBjb21tYW5kOiBcInVuZG9cIixcbiAgICB9LFxuICAgIHtcbiAgICAgIGljb246IFwicmVkb1wiLFxuICAgICAgY29tbWFuZDogXCJyZWRvXCIsXG4gICAgfSxcbiAgICB7XG4gICAgICBpY29uOiBcImNvbnRlbnRfY3V0XCIsXG4gICAgICBjb21tYW5kOiBcImN1dFwiLFxuICAgIH0sXG4gICAge1xuICAgICAgaWNvbjogXCJjb250ZW50X2NvcHlcIixcbiAgICAgIGNvbW1hbmQ6IFwiY29weVwiLFxuICAgIH0sXG4gICAge1xuICAgICAgaWNvbjogXCJjb250ZW50X3Bhc3RlXCIsXG4gICAgICBjb21tYW5kOiBcInBhc3RlXCIsXG4gICAgfSxcbiAgXTtcblxuICByZXR1cm4gaHRtbGBcbiAgICAke2NvbW1hbmRzLm1hcCgobikgPT4ge1xuICAgICAgY29uc3QgZWxlbSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoXCJtd2MtaWNvbi1idXR0b25cIik7XG4gICAgICBlbGVtLnNldEF0dHJpYnV0ZShcImljb25cIiwgbi5pY29uKTtcbiAgICAgIGVsZW0uY2xhc3NOYW1lID0gbi5hY3RpdmUgPyBcImFjdGl2ZVwiIDogXCJpbmFjdGl2ZVwiO1xuICAgICAgZWxlbS5hZGRFdmVudExpc3RlbmVyKFwiY2xpY2tcIiwgKCkgPT4ge1xuICAgICAgICBpZiAobi52YWx1ZXMpIHtcbiAgICAgICAgfSBlbHNlIGlmICh0eXBlb2Ygbi5jb21tYW5kID09PSBcInN0cmluZ1wiKSB7XG4gICAgICAgICAgY29tbWFuZChuLmNvbW1hbmQsIG4uY29tbWFuZF92YWx1ZSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgbi5jb21tYW5kKCk7XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICAgICAgcmV0dXJuIGh0bWxgXG4gICAgICAgICR7bi52YWx1ZXNcbiAgICAgICAgICA_IGh0bWxgIDxzZWxlY3RcbiAgICAgICAgICAgICAgaWQ9XCIke24uaWNvbn1cIlxuICAgICAgICAgICAgICBAY2hhbmdlPSR7KGU6IGFueSkgPT4ge1xuICAgICAgICAgICAgICAgIGNvbnN0IHZhbCA9IGUudGFyZ2V0LnZhbHVlO1xuICAgICAgICAgICAgICAgIGlmICh2YWwgPT09IFwiLS1cIikge1xuICAgICAgICAgICAgICAgICAgY29tbWFuZChcInJlbW92ZUZvcm1hdFwiLCB1bmRlZmluZWQpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAodHlwZW9mIG4uY29tbWFuZCA9PT0gXCJzdHJpbmdcIikge1xuICAgICAgICAgICAgICAgICAgY29tbWFuZChuLmNvbW1hbmQsIHZhbCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAke24udmFsdWVzLm1hcChcbiAgICAgICAgICAgICAgICAodikgPT4gaHRtbGAgPG9wdGlvbiB2YWx1ZT0ke3YudmFsdWV9PiR7di5uYW1lfTwvb3B0aW9uPmBcbiAgICAgICAgICAgICAgKX1cbiAgICAgICAgICAgIDwvc2VsZWN0PmBcbiAgICAgICAgICA6IGh0bWxgICR7ZWxlbX1gfVxuICAgICAgYDtcbiAgICB9KX1cbiAgYDtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGNoZWNrRm9udHMoKTogc3RyaW5nW10ge1xuICBjb25zdCBmb250Q2hlY2sgPSBuZXcgU2V0KFxuICAgIFtcbiAgICAgIC8vIFdpbmRvd3MgMTBcbiAgICAgIFwiQXJpYWxcIixcbiAgICAgIFwiQXJpYWwgQmxhY2tcIixcbiAgICAgIFwiQmFobnNjaHJpZnRcIixcbiAgICAgIFwiQ2FsaWJyaVwiLFxuICAgICAgXCJDYW1icmlhXCIsXG4gICAgICBcIkNhbWJyaWEgTWF0aFwiLFxuICAgICAgXCJDYW5kYXJhXCIsXG4gICAgICBcIkNvbWljIFNhbnMgTVNcIixcbiAgICAgIFwiQ29uc29sYXNcIixcbiAgICAgIFwiQ29uc3RhbnRpYVwiLFxuICAgICAgXCJDb3JiZWxcIixcbiAgICAgIFwiQ291cmllciBOZXdcIixcbiAgICAgIFwiRWJyaW1hXCIsXG4gICAgICBcIkZyYW5rbGluIEdvdGhpYyBNZWRpdW1cIixcbiAgICAgIFwiR2FicmlvbGFcIixcbiAgICAgIFwiR2FkdWdpXCIsXG4gICAgICBcIkdlb3JnaWFcIixcbiAgICAgIFwiSG9sb0xlbnMgTURMMiBBc3NldHNcIixcbiAgICAgIFwiSW1wYWN0XCIsXG4gICAgICBcIkluayBGcmVlXCIsXG4gICAgICBcIkphdmFuZXNlIFRleHRcIixcbiAgICAgIFwiTGVlbGF3YWRlZSBVSVwiLFxuICAgICAgXCJMdWNpZGEgQ29uc29sZVwiLFxuICAgICAgXCJMdWNpZGEgU2FucyBVbmljb2RlXCIsXG4gICAgICBcIk1hbGd1biBHb3RoaWNcIixcbiAgICAgIFwiTWFybGV0dFwiLFxuICAgICAgXCJNaWNyb3NvZnQgSGltYWxheWFcIixcbiAgICAgIFwiTWljcm9zb2Z0IEpoZW5nSGVpXCIsXG4gICAgICBcIk1pY3Jvc29mdCBOZXcgVGFpIEx1ZVwiLFxuICAgICAgXCJNaWNyb3NvZnQgUGhhZ3NQYVwiLFxuICAgICAgXCJNaWNyb3NvZnQgU2FucyBTZXJpZlwiLFxuICAgICAgXCJNaWNyb3NvZnQgVGFpIExlXCIsXG4gICAgICBcIk1pY3Jvc29mdCBZYUhlaVwiLFxuICAgICAgXCJNaWNyb3NvZnQgWWkgQmFpdGlcIixcbiAgICAgIFwiTWluZ0xpVS1FeHRCXCIsXG4gICAgICBcIk1vbmdvbGlhbiBCYWl0aVwiLFxuICAgICAgXCJNUyBHb3RoaWNcIixcbiAgICAgIFwiTVYgQm9saVwiLFxuICAgICAgXCJNeWFubWFyIFRleHRcIixcbiAgICAgIFwiTmlybWFsYSBVSVwiLFxuICAgICAgXCJQYWxhdGlubyBMaW5vdHlwZVwiLFxuICAgICAgXCJTZWdvZSBNREwyIEFzc2V0c1wiLFxuICAgICAgXCJTZWdvZSBQcmludFwiLFxuICAgICAgXCJTZWdvZSBTY3JpcHRcIixcbiAgICAgIFwiU2Vnb2UgVUlcIixcbiAgICAgIFwiU2Vnb2UgVUkgSGlzdG9yaWNcIixcbiAgICAgIFwiU2Vnb2UgVUkgRW1vamlcIixcbiAgICAgIFwiU2Vnb2UgVUkgU3ltYm9sXCIsXG4gICAgICBcIlNpbVN1blwiLFxuICAgICAgXCJTaXRrYVwiLFxuICAgICAgXCJTeWxmYWVuXCIsXG4gICAgICBcIlN5bWJvbFwiLFxuICAgICAgXCJUYWhvbWFcIixcbiAgICAgIFwiVGltZXMgTmV3IFJvbWFuXCIsXG4gICAgICBcIlRyZWJ1Y2hldCBNU1wiLFxuICAgICAgXCJWZXJkYW5hXCIsXG4gICAgICBcIldlYmRpbmdzXCIsXG4gICAgICBcIldpbmdkaW5nc1wiLFxuICAgICAgXCJZdSBHb3RoaWNcIixcbiAgICAgIC8vIG1hY09TXG4gICAgICBcIkFtZXJpY2FuIFR5cGV3cml0ZXJcIixcbiAgICAgIFwiQW5kYWxlIE1vbm9cIixcbiAgICAgIFwiQXJpYWxcIixcbiAgICAgIFwiQXJpYWwgQmxhY2tcIixcbiAgICAgIFwiQXJpYWwgTmFycm93XCIsXG4gICAgICBcIkFyaWFsIFJvdW5kZWQgTVQgQm9sZFwiLFxuICAgICAgXCJBcmlhbCBVbmljb2RlIE1TXCIsXG4gICAgICBcIkF2ZW5pclwiLFxuICAgICAgXCJBdmVuaXIgTmV4dFwiLFxuICAgICAgXCJBdmVuaXIgTmV4dCBDb25kZW5zZWRcIixcbiAgICAgIFwiQmFza2VydmlsbGVcIixcbiAgICAgIFwiQmlnIENhc2xvblwiLFxuICAgICAgXCJCb2RvbmkgNzJcIixcbiAgICAgIFwiQm9kb25pIDcyIE9sZHN0eWxlXCIsXG4gICAgICBcIkJvZG9uaSA3MiBTbWFsbGNhcHNcIixcbiAgICAgIFwiQnJhZGxleSBIYW5kXCIsXG4gICAgICBcIkJydXNoIFNjcmlwdCBNVFwiLFxuICAgICAgXCJDaGFsa2JvYXJkXCIsXG4gICAgICBcIkNoYWxrYm9hcmQgU0VcIixcbiAgICAgIFwiQ2hhbGtkdXN0ZXJcIixcbiAgICAgIFwiQ2hhcnRlclwiLFxuICAgICAgXCJDb2NoaW5cIixcbiAgICAgIFwiQ29taWMgU2FucyBNU1wiLFxuICAgICAgXCJDb3BwZXJwbGF0ZVwiLFxuICAgICAgXCJDb3VyaWVyXCIsXG4gICAgICBcIkNvdXJpZXIgTmV3XCIsXG4gICAgICBcIkRpZG90XCIsXG4gICAgICBcIkRJTiBBbHRlcm5hdGVcIixcbiAgICAgIFwiRElOIENvbmRlbnNlZFwiLFxuICAgICAgXCJGdXR1cmFcIixcbiAgICAgIFwiR2VuZXZhXCIsXG4gICAgICBcIkdlb3JnaWFcIixcbiAgICAgIFwiR2lsbCBTYW5zXCIsXG4gICAgICBcIkhlbHZldGljYVwiLFxuICAgICAgXCJIZWx2ZXRpY2EgTmV1ZVwiLFxuICAgICAgXCJIZXJjdWxhbnVtXCIsXG4gICAgICBcIkhvZWZsZXIgVGV4dFwiLFxuICAgICAgXCJJbXBhY3RcIixcbiAgICAgIFwiTHVjaWRhIEdyYW5kZVwiLFxuICAgICAgXCJMdW1pbmFyaVwiLFxuICAgICAgXCJNYXJrZXIgRmVsdFwiLFxuICAgICAgXCJNZW5sb1wiLFxuICAgICAgXCJNaWNyb3NvZnQgU2FucyBTZXJpZlwiLFxuICAgICAgXCJNb25hY29cIixcbiAgICAgIFwiTm90ZXdvcnRoeVwiLFxuICAgICAgXCJPcHRpbWFcIixcbiAgICAgIFwiUGFsYXRpbm9cIixcbiAgICAgIFwiUGFweXJ1c1wiLFxuICAgICAgXCJQaG9zcGhhdGVcIixcbiAgICAgIFwiUm9ja3dlbGxcIixcbiAgICAgIFwiU2F2b3llIExFVFwiLFxuICAgICAgXCJTaWduUGFpbnRlclwiLFxuICAgICAgXCJTa2lhXCIsXG4gICAgICBcIlNuZWxsIFJvdW5kaGFuZFwiLFxuICAgICAgXCJUYWhvbWFcIixcbiAgICAgIFwiVGltZXNcIixcbiAgICAgIFwiVGltZXMgTmV3IFJvbWFuXCIsXG4gICAgICBcIlRyYXR0YXRlbGxvXCIsXG4gICAgICBcIlRyZWJ1Y2hldCBNU1wiLFxuICAgICAgXCJWZXJkYW5hXCIsXG4gICAgICBcIlphcGZpbm9cIixcbiAgICBdLnNvcnQoKVxuICApO1xuICBjb25zdCBmb250QXZhaWxhYmxlID0gbmV3IFNldDxzdHJpbmc-KCk7XG4gIC8vIEB0cy1pZ25vcmVcbiAgZm9yIChjb25zdCBmb250IG9mIGZvbnRDaGVjay52YWx1ZXMoKSkge1xuICAgIC8vIEB0cy1pZ25vcmVcbiAgICBpZiAoZG9jdW1lbnQuZm9udHMuY2hlY2soYDEycHggXCIke2ZvbnR9XCJgKSkge1xuICAgICAgZm9udEF2YWlsYWJsZS5hZGQoZm9udCk7XG4gICAgfVxuICB9XG4gIC8vIEB0cy1pZ25vcmVcbiAgcmV0dXJuIGZvbnRBdmFpbGFibGUudmFsdWVzKCk7XG59XG4ifSx7Im5hbWUiOiJpbmRleC5odG1sIiwiY29udGVudCI6IjwhRE9DVFlQRSBodG1sPlxuPGh0bWwgbGFuZz1cImVuXCI-XG4gIDxoZWFkPlxuICAgIDxtZXRhIGNoYXJzZXQ9XCJVVEYtOFwiIC8-XG4gICAgPGxpbmsgcmVsPVwiaWNvblwiIHR5cGU9XCJpbWFnZS9zdmcreG1sXCIgaHJlZj1cIi9zcmMvZmF2aWNvbi5zdmdcIiAvPlxuICAgIDxtZXRhIG5hbWU9XCJ2aWV3cG9ydFwiIGNvbnRlbnQ9XCJ3aWR0aD1kZXZpY2Utd2lkdGgsIGluaXRpYWwtc2NhbGU9MS4wXCIgLz5cbiAgICA8bGlua1xuICAgICAgaHJlZj1cImh0dHBzOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1NYXRlcmlhbCtJY29ucyZkaXNwbGF5PWJsb2NrXCJcbiAgICAgIHJlbD1cInN0eWxlc2hlZXRcIlxuICAgIC8-XG4gICAgPHRpdGxlPkxpdCBIVE1MIEVkaXRvcjwvdGl0bGU-XG4gICAgPHNjcmlwdCB0eXBlPVwibW9kdWxlXCIgc3JjPVwiLi9yaWNoLXRleHQtZWRpdG9yLmpzXCI-PC9zY3JpcHQ-XG4gICAgPHN0eWxlPlxuICAgICAgYm9keSB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IDEwMHZoO1xuICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgICB9XG4gICAgICByaWNoLXRleHQtZWRpdG9yIHtcbiAgICAgICAgLS1lZGl0b3Itd2lkdGg6IDEwMCU7XG4gICAgICAgIC0tZWRpdG9yLWhlaWdodDogMTAwdmg7XG4gICAgICB9XG4gICAgPC9zdHlsZT5cbiAgPC9oZWFkPlxuICA8Ym9keT5cbiAgICA8cmljaC10ZXh0LWVkaXRvcj5cbiAgICAgIDx0ZW1wbGF0ZT5cbiAgICAgICAgPGgxPkhlYWRsaW5lIDE8L2gxPlxuICAgICAgICA8cD5UaGlzIGlzIGEgcGFyYWdyYXBoLjwvcD5cbiAgICAgICAgPHA-XG4gICAgICAgICAgPHNwYW4gc3R5bGU9XCJiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjU1LCAwLCAwKVwiXG4gICAgICAgICAgICA-PGZvbnQgY29sb3I9XCIjZmZmZmZmXCI-U3R5bGVkIFRleHQ8L2ZvbnQ-PC9zcGFuXG4gICAgICAgICAgPlxuICAgICAgICA8L3A-XG4gICAgICA8L3RlbXBsYXRlPlxuICAgIDwvcmljaC10ZXh0LWVkaXRvcj5cbiAgPC9ib2R5PlxuPC9odG1sPlxuIn1d). diff --git a/lit-html-editor/index.html b/lit-html-editor/index.html new file mode 100644 index 0000000..f21a7cc --- /dev/null +++ b/lit-html-editor/index.html @@ -0,0 +1,63 @@ + + + + + + + + Lit HTML Editor + + + + + + + + + diff --git a/lit-html-editor/package-lock.json b/lit-html-editor/package-lock.json new file mode 100644 index 0000000..bf8b35d --- /dev/null +++ b/lit-html-editor/package-lock.json @@ -0,0 +1,653 @@ +{ + "name": "lit-html-editor", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "lit-html-editor", + "version": "0.0.0", + "dependencies": { + "@material/mwc-icon": "^0.25.3", + "@material/mwc-icon-button": "^0.21.0", + "lit": "*" + }, + "devDependencies": { + "typescript": "^4.1.3", + "vite": "^2.3.4" + } + }, + "node_modules/@lit/reactive-element": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0.tgz", + "integrity": "sha512-Kpgenb8UNFsKCsFhggiVvUkCbcFQSd6N8hffYEEGjz27/4rw3cTSsmP9t3q1EHOAsdum60Wo64HvuZDFpEwexA==" + }, + "node_modules/@material/animation": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/animation/-/animation-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-SMkEHENcSy8jYYPg+ZmMGvI5YobU5FlYw0MPsg/RUxBdelt9OMQYELgJW3y7RrppF/tpJoZuYnZwyeUJc4OhLQ==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/base": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/base/-/base-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-aMPQ4eM95ZQDY53WzcSEbNhZAqRmYzgumpYEdz5PjOKO66lHparMUXlbQ2LqKhMrKuNg/LWY3Ncl8nL0h0LWfA==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/dom": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/dom/-/dom-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-uoX4Z0EbrigvHp/M2MzG0S0DNMivTY0U6E0WCiDVo8YrY67NJLSyVJnTpNhtthrCWJInKMcOUJwj73H6/GxX1A==", + "dependencies": { + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/feature-targeting": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-KZoxPbl0iCsESx11bAZ0qeAQJ7eqI6+nBX0T9AaJ5GFELP168uhkINDJX0TvQf5fgTNkEpeQrncJRaFuqHQTMg==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/mwc-base": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-base/-/mwc-base-0.21.0.tgz", + "integrity": "sha512-yaXnsgMBtz8NEHLhoA6LNPip/8CWKDOdC6HZAPTBQH+ZnyQ8JvqATGSP0YrkiGg34jNVE8gNrbkI85GzNVKmCA==", + "dependencies": { + "@material/base": "=12.0.0-canary.197f64fa2.0", + "@material/dom": "=12.0.0-canary.197f64fa2.0", + "lit-element": "~2.4.0", + "tslib": "^2.0.1" + } + }, + "node_modules/@material/mwc-base/node_modules/lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "dependencies": { + "lit-html": "^1.1.1" + } + }, + "node_modules/@material/mwc-icon": { + "version": "0.25.3", + "resolved": "https://registry.npmjs.org/@material/mwc-icon/-/mwc-icon-0.25.3.tgz", + "integrity": "sha512-36076AWZIRSr8qYOLjuDDkxej/HA0XAosrj7TS1ZeLlUBnLUtbDtvc1S7KSa0hqez7ouzOqGaWK24yoNnTa2OA==", + "dependencies": { + "lit": "^2.0.0", + "tslib": "^2.0.1" + } + }, + "node_modules/@material/mwc-icon-button": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-icon-button/-/mwc-icon-button-0.21.0.tgz", + "integrity": "sha512-puJb956mvzlalDPhkHqb3AgVLO8nZUdHqDpzgX4WgIuQXOXhU1IYKbJpMv3CJG/xpbtETuzftvK5OZ5vO4sfRw==", + "dependencies": { + "@material/mwc-ripple": "^0.21.0", + "lit-element": "~2.4.0", + "tslib": "^2.0.1" + } + }, + "node_modules/@material/mwc-icon-button/node_modules/lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "dependencies": { + "lit-html": "^1.1.1" + } + }, + "node_modules/@material/mwc-ripple": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-ripple/-/mwc-ripple-0.21.0.tgz", + "integrity": "sha512-4UnUmtEBGJ9qH+bqUz7ydwt3G0sjtqUDujz2d5EFn5Iv6ddo1btcbRCWMm80oKSE4tevfTUMW0+3hlaAqrx8fg==", + "dependencies": { + "@material/dom": "=12.0.0-canary.197f64fa2.0", + "@material/mwc-base": "^0.21.0", + "@material/ripple": "=12.0.0-canary.197f64fa2.0", + "lit-element": "~2.4.0", + "lit-html": "^1.1.2", + "tslib": "^2.0.1" + } + }, + "node_modules/@material/mwc-ripple/node_modules/lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "dependencies": { + "lit-html": "^1.1.1" + } + }, + "node_modules/@material/ripple": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-KnwaJ4tb83uATp8dPePSeairxfLKpOhFjAwIqNUAuM2oxMGHQU4F6TU1lNuoH9J4gy+yK3uwmtCqMbQYe265MA==", + "dependencies": { + "@material/animation": "12.0.0-canary.197f64fa2.0", + "@material/base": "12.0.0-canary.197f64fa2.0", + "@material/dom": "12.0.0-canary.197f64fa2.0", + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "@material/theme": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/theme": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/theme/-/theme-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-7juM8i8nU1LfQjmknAi8OdUwg+Db2XYL9LBQNyQ0pib/WguuydLCwqZWckGGClBsyenn7MLCwIn//GtB5YO1eg==", + "dependencies": { + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "node_modules/colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "node_modules/esbuild": { + "version": "0.11.23", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.23.tgz", + "integrity": "sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + } + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + } + }, + "node_modules/lit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0.tgz", + "integrity": "sha512-pqi5O/wVzQ9Bn4ERRoYQlt1EAUWyY5Wv888vzpoArbtChc+zfUv1XohRqSdtQZYCogl0eHKd+MQwymg2XJfECg==", + "dependencies": { + "@lit/reactive-element": "^1.0.0", + "lit-element": "^3.0.0", + "lit-html": "^2.0.0" + } + }, + "node_modules/lit-element": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0.tgz", + "integrity": "sha512-oPqRhhBBhs+AlI62QLwtWQNU/bNK/h2L1jI3IDroqZubo6XVAkyNy2dW3CRfjij8mrNlY7wULOfyyKKOnfEePA==", + "dependencies": { + "@lit/reactive-element": "^1.0.0", + "lit-html": "^2.0.0" + } + }, + "node_modules/lit-element/node_modules/lit-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz", + "integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/lit-html": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", + "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" + }, + "node_modules/lit/node_modules/lit-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz", + "integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/postcss": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz", + "integrity": "sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==", + "dev": true, + "dependencies": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "node_modules/rollup": { + "version": "2.50.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.0.tgz", + "integrity": "sha512-wO+F2MqWPGUCZx0549oqY8dsQqHVjuSxoyBWWnxKoQE+1UGcDKjtL7wHq/8jnnLJEeoGDQLf3ztrpgRwlbGJ0A==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.1" + } + }, + "node_modules/source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tslib": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", + "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + }, + "node_modules/typescript": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/vite": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.3.4.tgz", + "integrity": "sha512-7orxrF65+Q5n/sMCnO91S8OS0gkPJ7g+y3bLlc7CPCXVswK8to1T8YycCk9SZh+AcIc0TuN6YajWTBFS5atMNA==", + "dev": true, + "dependencies": { + "esbuild": "^0.11.23", + "postcss": "^8.2.10", + "resolve": "^1.19.0", + "rollup": "^2.38.5" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": ">=12.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.1" + } + } + }, + "dependencies": { + "@lit/reactive-element": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.0.0.tgz", + "integrity": "sha512-Kpgenb8UNFsKCsFhggiVvUkCbcFQSd6N8hffYEEGjz27/4rw3cTSsmP9t3q1EHOAsdum60Wo64HvuZDFpEwexA==" + }, + "@material/animation": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/animation/-/animation-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-SMkEHENcSy8jYYPg+ZmMGvI5YobU5FlYw0MPsg/RUxBdelt9OMQYELgJW3y7RrppF/tpJoZuYnZwyeUJc4OhLQ==", + "requires": { + "tslib": "^2.1.0" + } + }, + "@material/base": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/base/-/base-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-aMPQ4eM95ZQDY53WzcSEbNhZAqRmYzgumpYEdz5PjOKO66lHparMUXlbQ2LqKhMrKuNg/LWY3Ncl8nL0h0LWfA==", + "requires": { + "tslib": "^2.1.0" + } + }, + "@material/dom": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/dom/-/dom-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-uoX4Z0EbrigvHp/M2MzG0S0DNMivTY0U6E0WCiDVo8YrY67NJLSyVJnTpNhtthrCWJInKMcOUJwj73H6/GxX1A==", + "requires": { + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "@material/feature-targeting": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-KZoxPbl0iCsESx11bAZ0qeAQJ7eqI6+nBX0T9AaJ5GFELP168uhkINDJX0TvQf5fgTNkEpeQrncJRaFuqHQTMg==", + "requires": { + "tslib": "^2.1.0" + } + }, + "@material/mwc-base": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-base/-/mwc-base-0.21.0.tgz", + "integrity": "sha512-yaXnsgMBtz8NEHLhoA6LNPip/8CWKDOdC6HZAPTBQH+ZnyQ8JvqATGSP0YrkiGg34jNVE8gNrbkI85GzNVKmCA==", + "requires": { + "@material/base": "=12.0.0-canary.197f64fa2.0", + "@material/dom": "=12.0.0-canary.197f64fa2.0", + "lit-element": "~2.4.0", + "tslib": "^2.0.1" + }, + "dependencies": { + "lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "requires": { + "lit-html": "^1.1.1" + } + } + } + }, + "@material/mwc-icon": { + "version": "0.25.3", + "resolved": "https://registry.npmjs.org/@material/mwc-icon/-/mwc-icon-0.25.3.tgz", + "integrity": "sha512-36076AWZIRSr8qYOLjuDDkxej/HA0XAosrj7TS1ZeLlUBnLUtbDtvc1S7KSa0hqez7ouzOqGaWK24yoNnTa2OA==", + "requires": { + "lit": "^2.0.0", + "tslib": "^2.0.1" + } + }, + "@material/mwc-icon-button": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-icon-button/-/mwc-icon-button-0.21.0.tgz", + "integrity": "sha512-puJb956mvzlalDPhkHqb3AgVLO8nZUdHqDpzgX4WgIuQXOXhU1IYKbJpMv3CJG/xpbtETuzftvK5OZ5vO4sfRw==", + "requires": { + "@material/mwc-ripple": "^0.21.0", + "lit-element": "~2.4.0", + "tslib": "^2.0.1" + }, + "dependencies": { + "lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "requires": { + "lit-html": "^1.1.1" + } + } + } + }, + "@material/mwc-ripple": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@material/mwc-ripple/-/mwc-ripple-0.21.0.tgz", + "integrity": "sha512-4UnUmtEBGJ9qH+bqUz7ydwt3G0sjtqUDujz2d5EFn5Iv6ddo1btcbRCWMm80oKSE4tevfTUMW0+3hlaAqrx8fg==", + "requires": { + "@material/dom": "=12.0.0-canary.197f64fa2.0", + "@material/mwc-base": "^0.21.0", + "@material/ripple": "=12.0.0-canary.197f64fa2.0", + "lit-element": "~2.4.0", + "lit-html": "^1.1.2", + "tslib": "^2.0.1" + }, + "dependencies": { + "lit-element": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-2.4.0.tgz", + "integrity": "sha512-pBGLglxyhq/Prk2H91nA0KByq/hx/wssJBQFiYqXhGDvEnY31PRGYf1RglVzyLeRysu0IHm2K0P196uLLWmwFg==", + "requires": { + "lit-html": "^1.1.1" + } + } + } + }, + "@material/ripple": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-KnwaJ4tb83uATp8dPePSeairxfLKpOhFjAwIqNUAuM2oxMGHQU4F6TU1lNuoH9J4gy+yK3uwmtCqMbQYe265MA==", + "requires": { + "@material/animation": "12.0.0-canary.197f64fa2.0", + "@material/base": "12.0.0-canary.197f64fa2.0", + "@material/dom": "12.0.0-canary.197f64fa2.0", + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "@material/theme": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "@material/theme": { + "version": "12.0.0-canary.197f64fa2.0", + "resolved": "https://registry.npmjs.org/@material/theme/-/theme-12.0.0-canary.197f64fa2.0.tgz", + "integrity": "sha512-7juM8i8nU1LfQjmknAi8OdUwg+Db2XYL9LBQNyQ0pib/WguuydLCwqZWckGGClBsyenn7MLCwIn//GtB5YO1eg==", + "requires": { + "@material/feature-targeting": "12.0.0-canary.197f64fa2.0", + "tslib": "^2.1.0" + } + }, + "@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "esbuild": { + "version": "0.11.23", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.23.tgz", + "integrity": "sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "lit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0.tgz", + "integrity": "sha512-pqi5O/wVzQ9Bn4ERRoYQlt1EAUWyY5Wv888vzpoArbtChc+zfUv1XohRqSdtQZYCogl0eHKd+MQwymg2XJfECg==", + "requires": { + "@lit/reactive-element": "^1.0.0", + "lit-element": "^3.0.0", + "lit-html": "^2.0.0" + }, + "dependencies": { + "lit-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz", + "integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==", + "requires": { + "@types/trusted-types": "^2.0.2" + } + } + } + }, + "lit-element": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.0.0.tgz", + "integrity": "sha512-oPqRhhBBhs+AlI62QLwtWQNU/bNK/h2L1jI3IDroqZubo6XVAkyNy2dW3CRfjij8mrNlY7wULOfyyKKOnfEePA==", + "requires": { + "@lit/reactive-element": "^1.0.0", + "lit-html": "^2.0.0" + }, + "dependencies": { + "lit-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0.tgz", + "integrity": "sha512-tJsCapCmc0vtLj6harqd6HfCxnlt/RSkgowtz4SC9dFE3nSL38Tb33I5HMDiyJsRjQZRTgpVsahrnDrR9wg27w==", + "requires": { + "@types/trusted-types": "^2.0.2" + } + } + } + }, + "lit-html": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", + "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" + }, + "nanoid": { + "version": "3.1.23", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", + "integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "postcss": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz", + "integrity": "sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==", + "dev": true, + "requires": { + "colorette": "^1.2.2", + "nanoid": "^3.1.23", + "source-map-js": "^0.6.2" + } + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "rollup": { + "version": "2.50.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.0.tgz", + "integrity": "sha512-wO+F2MqWPGUCZx0549oqY8dsQqHVjuSxoyBWWnxKoQE+1UGcDKjtL7wHq/8jnnLJEeoGDQLf3ztrpgRwlbGJ0A==", + "dev": true, + "requires": { + "fsevents": "~2.3.1" + } + }, + "source-map-js": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-0.6.2.tgz", + "integrity": "sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==", + "dev": true + }, + "tslib": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", + "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + }, + "typescript": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "dev": true + }, + "vite": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.3.4.tgz", + "integrity": "sha512-7orxrF65+Q5n/sMCnO91S8OS0gkPJ7g+y3bLlc7CPCXVswK8to1T8YycCk9SZh+AcIc0TuN6YajWTBFS5atMNA==", + "dev": true, + "requires": { + "esbuild": "^0.11.23", + "fsevents": "~2.3.1", + "postcss": "^8.2.10", + "resolve": "^1.19.0", + "rollup": "^2.38.5" + } + } + } +} diff --git a/lit-html-editor/package.json b/lit-html-editor/package.json new file mode 100644 index 0000000..1d60f87 --- /dev/null +++ b/lit-html-editor/package.json @@ -0,0 +1,18 @@ +{ + "name": "lit-html-editor", + "version": "0.0.0", + "types": "types/my-element.d.ts", + "scripts": { + "dev": "vite --host", + "build": "tsc && vite build" + }, + "dependencies": { + "@material/mwc-icon": "^0.25.3", + "@material/mwc-icon-button": "^0.21.0", + "lit": "*" + }, + "devDependencies": { + "typescript": "^4.1.3", + "vite": "^2.3.4" + } +} diff --git a/lit-html-editor/screenshot.png b/lit-html-editor/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ebe52d69b54513e35d71ec3f5d517b2d6d9387 GIT binary patch literal 39057 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 true }) values: Option[] = []; + + render() { + const { icon, command, value, active, values } = this; + const hasItems = values.length > 0; + return html`
+ ${hasItems + ? html` ${icon} + ` + : html` { + if (command) { + editorCommand(command, value); + } else { + this.dispatchEvent( + new Event("action", { + bubbles: true, + composed: true, + }) + ); + } + }} + >`} +
+
`; + } +} + +interface Option { + name: string; + value: string; +} + +export function editorCommand(command: string, value?: string) { + document.execCommand(command, true, value); +} + +declare global { + interface HTMLElementTagNameMap { + "rich-action": RichAction; + } +} diff --git a/lit-html-editor/src/components/rich-text.ts b/lit-html-editor/src/components/rich-text.ts new file mode 100644 index 0000000..e214ed5 --- /dev/null +++ b/lit-html-editor/src/components/rich-text.ts @@ -0,0 +1,130 @@ +import { html, css, LitElement } from "lit"; +import { customElement, property } from "lit/decorators.js"; +import { live } from "../utils/live"; + +import "./rich-toolbar"; +import "./rich-viewer"; + +@customElement("rich-text") +export class RichText extends LitElement { + static styles = css` + :host { + --rich-color: black; + --rich-background: white; + --rich-action-active-color: red; + --icon-size: 24px; + --rich-padding: 8px; + } + main { + height: 100%; + width: 100%; + display: grid; + grid-template-rows: 1fr auto; + grid-template-columns: 1fr; + grid-template-areas: + "viewer" + "toolbar"; + } + + rich-toolbar { + grid-area: toolbar; + width: 100%; + overflow-x: auto; + background-color: var(--rich-background); + color: var(--rich-color); + border-top: 1px solid var(--rich-color); + } + + rich-viewer { + grid-area: viewer; + flex: 1; + width: 100%; + overflow-y: auto; + background-color: var(--rich-background); + color: var(--rich-color); + } + + /* @media (hover: hover) and (pointer: fine) { + main { + grid-template-rows: auto 1fr; + grid-template-areas: + "toolbar" + "viewer"; + } + rich-toolbar { + border-top: none; + border-bottom: 1px solid var(--rich-color); + } + } */ + main { + grid-template-rows: auto 1fr; + grid-template-areas: + "toolbar" + "viewer"; + } + rich-toolbar { + border-top: none; + border-bottom: 1px solid var(--rich-color); + } + + @media (prefers-color-scheme: dark) { + :host { + --rich-background: black; + --rich-color: white; + } + } + `; + + @live selection: Selection | null = null; + @property({ type: Boolean }) readonly = false; + @property({ type: Object, hasChanged: () => true }) node: Element = + document.createElement("div"); + + render() { + const { selection, readonly, node } = this; + return html`
+ { + const event = e as CustomEvent; + const parser = new DOMParser(); + const doc = parser.parseFromString(event.detail, "text/html"); + const root = doc.querySelector("body"); + this.node.innerHTML = root?.innerHTML ?? ""; + this.requestUpdate(); + }} + > + { + const event = e as CustomEvent; + this.selection = event.detail; + }} + .node=${node} + > + +
`; + } + + firstUpdated() { + const children = this.children; + if (children.length > 0) { + // Check if
+ +
+