@fdm-monster/client-next 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +28 -1
- package/dist/assets/MaterialIcons-Regular-BjXOXp5c.eot +0 -0
- package/dist/assets/MaterialIcons-Regular-DEUTIz1o.ttf +0 -0
- package/dist/assets/MaterialIcons-Regular-DOtZ65Va.woff2 +0 -0
- package/dist/assets/MaterialIcons-Regular-FsbMSDLx.woff +0 -0
- package/dist/assets/index-CHzfWKPO.css +5 -0
- package/dist/assets/index-WVqTlgq7.js +90 -0
- package/dist/assets/index-WVqTlgq7.js.map +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/img/DavidZwart.jpg +0 -0
- package/dist/img/OIG.JYDC2RaWdz7g9.jpg +0 -0
- package/dist/img/OIG.jpg +0 -0
- package/dist/img/icons/android-chrome-256x256.png +0 -0
- package/dist/img/icons/android-chrome-384x384.png +0 -0
- package/dist/img/icons/android-chrome-512x512.png +0 -0
- package/dist/img/icons/favicon.svg +1 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/logo.svg +1 -0
- package/dist/img/manifest.webmanifest +33 -0
- package/dist/img/octoprint-tentacle.svg +144 -0
- package/dist/img/thumbail_unknown.jpg +0 -0
- package/dist/img/vbanner.jpg +0 -0
- package/dist/index.html +24 -0
- package/dist/robots.txt +2 -0
- package/package.json +1 -1
- package/.all-contributorsrc +0 -57
- package/.editorconfig +0 -5
- package/.eslintrc.js +0 -126
- package/.github/FUNDING.yml +0 -3
- package/.github/workflows/release-client.yml +0 -94
- package/.github/workflows/vue-publish.yml +0 -26
- package/.prettierignore +0 -15
- package/.whitesource +0 -12
- package/renovate.json +0 -30
- package/src/App.vue +0 -60
- package/src/AppLoader.vue +0 -383
- package/src/assets/adjectives.json +0 -1468
- package/src/assets/logo.svg +0 -6
- package/src/assets/nouns.json +0 -4309
- package/src/auto-imports.d.ts +0 -139
- package/src/backend/app.service.ts +0 -39
- package/src/backend/auth.service.ts +0 -56
- package/src/backend/base.service.ts +0 -57
- package/src/backend/batch.service.ts +0 -37
- package/src/backend/camera-stream.service.ts +0 -33
- package/src/backend/custom-gcode.service.ts +0 -11
- package/src/backend/dto/octoprint-settings.dto.ts +0 -168
- package/src/backend/first-time-setup.service.ts +0 -17
- package/src/backend/floor.service.ts +0 -84
- package/src/backend/index.ts +0 -4
- package/src/backend/print-completions.service.ts +0 -11
- package/src/backend/printer-file.service.ts +0 -91
- package/src/backend/printer-group.service.ts +0 -62
- package/src/backend/printer-job.service.ts +0 -20
- package/src/backend/printer-settings.service.ts +0 -28
- package/src/backend/printers.service.ts +0 -136
- package/src/backend/server-private.service.ts +0 -55
- package/src/backend/server.api.ts +0 -132
- package/src/backend/settings.service.ts +0 -85
- package/src/backend/user.service.ts +0 -51
- package/src/components/AboutHelp/AboutView.vue +0 -164
- package/src/components/CameraGrid/CameraGridView.vue +0 -111
- package/src/components/FirstTimeSetup/FirstTimeSetupView.vue +0 -354
- package/src/components/Generic/Actions/PrinterConnectionAction.vue +0 -56
- package/src/components/Generic/Actions/PrinterCreateAction.vue +0 -22
- package/src/components/Generic/Actions/PrinterDeleteAction.vue +0 -29
- package/src/components/Generic/Actions/PrinterQuickStopAction.vue +0 -35
- package/src/components/Generic/Actions/PrinterSettingsAction.vue +0 -35
- package/src/components/Generic/Actions/PrinterUrlAction.vue +0 -24
- package/src/components/Generic/Actions/RefreshFilesAction.vue +0 -50
- package/src/components/Generic/Actions/SyncPrinterNameAction.vue +0 -36
- package/src/components/Generic/Dialogs/AddOrUpdateCameraStreamDialog.vue +0 -131
- package/src/components/Generic/Dialogs/AddOrUpdateFloorDialog.vue +0 -141
- package/src/components/Generic/Dialogs/AddOrUpdatePrinterDialog.vue +0 -303
- package/src/components/Generic/Dialogs/BaseDialog.vue +0 -81
- package/src/components/Generic/Dialogs/BatchJsonCreateDialog.vue +0 -109
- package/src/components/Generic/Dialogs/BatchReprintDialog.vue +0 -190
- package/src/components/Generic/Dialogs/PrinterChecksPanel.vue +0 -37
- package/src/components/Generic/Dialogs/PrinterControlDialog.vue +0 -202
- package/src/components/Generic/Dialogs/PrinterMaintenanceDialog.vue +0 -130
- package/src/components/Generic/Dialogs/YamlImportExportDialog.vue +0 -186
- package/src/components/Generic/Dialogs/dialog.constants.ts +0 -19
- package/src/components/Generic/FileExplorerSideNav.vue +0 -734
- package/src/components/Generic/Loaders/GridLoader.vue +0 -68
- package/src/components/Generic/NavigationDrawer.vue +0 -69
- package/src/components/Generic/PrintJobsMenu.vue +0 -148
- package/src/components/Generic/Snackbars/AppErrorSnackbar.vue +0 -64
- package/src/components/Generic/Snackbars/AppInfoSnackbar.vue +0 -63
- package/src/components/Generic/Snackbars/AppProgressSnackbar.vue +0 -158
- package/src/components/Generic/Vuetify/TooltipButton.vue +0 -47
- package/src/components/HelpOverlay/HelpOverlay.vue +0 -57
- package/src/components/Login/LoginForm.vue +0 -206
- package/src/components/Login/LoginView.spec.ts +0 -64
- package/src/components/Login/LoginView.vue +0 -65
- package/src/components/Login/Logo.vue +0 -13
- package/src/components/Login/PermissionDenied.vue +0 -109
- package/src/components/Login/RegistrationForm.vue +0 -207
- package/src/components/Login/RegistrationView.vue +0 -17
- package/src/components/Login/__snapshots__/LoginView.spec.ts.snap +0 -1051
- package/src/components/NotFound/NotFoundView.vue +0 -39
- package/src/components/PrintStatistics/PrintStatistics.vue +0 -168
- package/src/components/PrintStatistics/PrintStatisticsView.vue +0 -15
- package/src/components/PrinterGrid/HomeToolbar.vue +0 -90
- package/src/components/PrinterGrid/PrinterGrid.vue +0 -164
- package/src/components/PrinterGrid/PrinterGridTile.vue +0 -438
- package/src/components/PrinterGrid/PrinterGridView.vue +0 -210
- package/src/components/PrinterList/FileControlList.vue +0 -40
- package/src/components/PrinterList/PrinterDetails.vue +0 -91
- package/src/components/PrinterList/PrintersView.vue +0 -492
- package/src/components/Settings/AccountSettings.vue +0 -163
- package/src/components/Settings/DiagnosticsSettings.vue +0 -137
- package/src/components/Settings/EmergencyCommands.vue +0 -265
- package/src/components/Settings/FloorSettings.vue +0 -276
- package/src/components/Settings/GridSettings.vue +0 -127
- package/src/components/Settings/OctoPrintSettings.vue +0 -188
- package/src/components/Settings/ServerProtectionSettings.vue +0 -370
- package/src/components/Settings/SettingsView.vue +0 -73
- package/src/components/Settings/SoftwareUpgradeSettings.vue +0 -297
- package/src/components/Settings/UserManagementSettings.vue +0 -257
- package/src/components/TopBar.vue +0 -147
- package/src/components.d.ts +0 -70
- package/src/directives/file-upload.directive.ts +0 -117
- package/src/directives/printer-drop-position.directive.ts +0 -92
- package/src/env.d.ts +0 -6
- package/src/main.ts +0 -76
- package/src/models/batch/reprint.dto.ts +0 -79
- package/src/models/batch.model.ts +0 -11
- package/src/models/camera-streams/camera-stream.ts +0 -19
- package/src/models/floors/floor.model.ts +0 -30
- package/src/models/octoprint/connection-options.model.ts +0 -8
- package/src/models/plugins/firmware-updates/prusa-firmware-release.model.ts +0 -57
- package/src/models/print-completions/print-completions.model.ts +0 -49
- package/src/models/printers/crud/create-printer.model.ts +0 -26
- package/src/models/printers/file-upload-commands.model.ts +0 -4
- package/src/models/printers/gcode/gcode-analysis.model.ts +0 -30
- package/src/models/printers/printer-current-job.model.ts +0 -90
- package/src/models/printers/printer-file.model.ts +0 -48
- package/src/models/printers/printer.model.ts +0 -18
- package/src/models/server/client-releases.model.ts +0 -27
- package/src/models/server/export-yaml.model.ts +0 -11
- package/src/models/server/features.model.ts +0 -37
- package/src/models/server/github-rate-limit.model.ts +0 -21
- package/src/models/server/version.model.ts +0 -14
- package/src/models/settings/printer-file-clean-settings.model.ts +0 -5
- package/src/models/settings/server-settings.dto.ts +0 -19
- package/src/models/settings/settings.model.ts +0 -57
- package/src/models/socketio-messages/socketio-message.model.ts +0 -53
- package/src/models/uploads/queued-upload.model.ts +0 -12
- package/src/models/user.model.ts +0 -15
- package/src/plugins/README.md +0 -3
- package/src/plugins/index.ts +0 -17
- package/src/plugins/vuetify.ts +0 -53
- package/src/router/index.ts +0 -192
- package/src/router/route-names.ts +0 -14
- package/src/router/utils.ts +0 -23
- package/src/shared/alert.events.ts +0 -14
- package/src/shared/app.constants.ts +0 -23
- package/src/shared/auth.constants.ts +0 -34
- package/src/shared/dialog.composable.ts +0 -41
- package/src/shared/drag.constants.ts +0 -19
- package/src/shared/experimental.constants.ts +0 -1
- package/src/shared/http-client.ts +0 -162
- package/src/shared/noun-adjectives.data.ts +0 -24
- package/src/shared/printer-grid.constants.ts +0 -5
- package/src/shared/printer-state.constants.ts +0 -194
- package/src/shared/snackbar.composable.ts +0 -66
- package/src/shared/socketio.service.ts +0 -104
- package/src/store/auth.store.ts +0 -255
- package/src/store/connection.store.ts +0 -66
- package/src/store/dialog.store.ts +0 -114
- package/src/store/features.store.ts +0 -57
- package/src/store/floor.store.ts +0 -173
- package/src/store/grid.store.ts +0 -10
- package/src/store/index.ts +0 -4
- package/src/store/printer-state.store.ts +0 -246
- package/src/store/printer.store.ts +0 -236
- package/src/store/profile.store.ts +0 -25
- package/src/store/settings.store.ts +0 -64
- package/src/store/test-printer.store.ts +0 -70
- package/src/store/uploads.store.ts +0 -75
- package/src/styles/README.md +0 -3
- package/src/styles/settings.scss +0 -10
- package/src/types/global.d.ts +0 -15
- package/src/utils/array.utils.ts +0 -15
- package/src/utils/date.utils.ts +0 -5
- package/src/utils/download-file.util.ts +0 -25
- package/src/utils/error.utils.ts +0 -3
- package/src/utils/file-size.util.ts +0 -11
- package/src/utils/id.type.ts +0 -1
- package/src/utils/sentry.util.ts +0 -8
- package/src/utils/test.util.ts +0 -30
- package/src/utils/time.utils.ts +0 -2
- package/src/utils/uploads-state.utils.ts +0 -58
- package/src/utils/validation.utils.ts +0 -14
- package/src/vite-env.d.ts +0 -7
- package/test/setup-axios-mock.ts +0 -15
- /package/{src/assets/logo.png → dist/assets/logo-CJVdjy51.png} +0 -0
- /package/{src/assets → dist/img/icons}/android-chrome-192x192.png +0 -0
package/dist/favicon.ico
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/img/OIG.jpg
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="_레이어_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412.42 412.42"><defs><style>.cls-1{fill:#e60012;}</style></defs><g id="_레이어_1-2"><circle cx="206.21" cy="206.21" r="206.21"/><path d="M34.9,185.49c-.71,5.88-1.13,11.86-1.26,17.9,22.27-14.3,45.49-25.72,45.49-25.72-14.56-.07-33.13,4.59-44.23,7.82Z"/><g><path class="cls-1" d="M127.11,154.6c-21.55,.7-61.54,5-91.52,25.69-3.61,2.49-7.07,5.22-10.34,8.21,0,0,3.78-1.31,9.64-3.01,11.1-3.23,29.67-7.89,44.23-7.82,0,0-23.22,11.42-45.49,25.72-.03,1.28-.05,2.55-.05,3.83,0,7.19,.44,14.27,1.26,21.23,28.85-38.28,73.71-64.21,92.26-73.85Z"/><path class="cls-1" d="M316.16,304.46c-13.24,9.59-32.06,2.21-26.71-14.19,0,0-8.39,6.35-16.59-1.14-8.2-7.49-5.32-14.28-5.32-14.28,0,0-4.76,5.93-15.82-1.2-4.18-2.69-4.92-3.16-6.61-8.41-5.2-16.2,.4-27.23,11.47-36.03,14.05-11.62,27.38-10.43,32.98-10.03,18.18,1.3,21.3,16.88,21.3,16.88,49.54-20.18,37.78,30.33,37.78,30.33,25.69-9.17,21.51-58.49,21.51-58.49-63.73,1.75-69.01-33.33-69.01-33.33h0c-73.34-32.35-98.93-136.88-98.93-136.88-10.09,33.49,8.45,101.01,8.45,101.01-41.28-21.1-66.05-63.3-66.05-63.3-2.69,20.6,29.6,66.99,31.13,69.18-1.05-1.46-16.46-21.08-81.61-15.27,0,0,43.43,8.91,47.96,23.52-1.19,.34-2.36,.68-3.53,1.02-45.03,20.97-82.6,57.7-102.36,83.99,8.94,52.17,40.31,96.68,83.84,123.22-29.33-58.5,4.94-109.29,21.47-121.26,15.22-11.02,28.12-12.32,34.24-10.75-8.32-18.53-31.75-29.17-31.75-29.17,45.98,15.71,39.57,45.39,39.57,45.39,0,0-4.35,14.14-5.8,13.79-.09,.17-.14,.26-.14,.26,105.64,26.71,92.52,74.54,92.52,74.54,37.61-6.42,46.18-29.67,46.18-29.67m-22.54-100.14c-4.43,.24-20.05-7.97-25.11-12.39-5.9-5.16-15.37-31.65-15.37-31.65,0,0,14.68,12.21,25.98,21.53,9.88,8.15,16.96,13.82,18.1,17.98l-3.6,4.53Z"/></g></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="_레이어_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 412.42 412.42"><defs><style>.cls-1{fill:#e60012;}</style></defs><g id="_레이어_1-2"><circle cx="206.21" cy="206.21" r="206.21"/><path d="M34.9,185.49c-.71,5.88-1.13,11.86-1.26,17.9,22.27-14.3,45.49-25.72,45.49-25.72-14.56-.07-33.13,4.59-44.23,7.82Z"/><g><path class="cls-1" d="M127.11,154.6c-21.55,.7-61.54,5-91.52,25.69-3.61,2.49-7.07,5.22-10.34,8.21,0,0,3.78-1.31,9.64-3.01,11.1-3.23,29.67-7.89,44.23-7.82,0,0-23.22,11.42-45.49,25.72-.03,1.28-.05,2.55-.05,3.83,0,7.19,.44,14.27,1.26,21.23,28.85-38.28,73.71-64.21,92.26-73.85Z"/><path class="cls-1" d="M316.16,304.46c-13.24,9.59-32.06,2.21-26.71-14.19,0,0-8.39,6.35-16.59-1.14-8.2-7.49-5.32-14.28-5.32-14.28,0,0-4.76,5.93-15.82-1.2-4.18-2.69-4.92-3.16-6.61-8.41-5.2-16.2,.4-27.23,11.47-36.03,14.05-11.62,27.38-10.43,32.98-10.03,18.18,1.3,21.3,16.88,21.3,16.88,49.54-20.18,37.78,30.33,37.78,30.33,25.69-9.17,21.51-58.49,21.51-58.49-63.73,1.75-69.01-33.33-69.01-33.33h0c-73.34-32.35-98.93-136.88-98.93-136.88-10.09,33.49,8.45,101.01,8.45,101.01-41.28-21.1-66.05-63.3-66.05-63.3-2.69,20.6,29.6,66.99,31.13,69.18-1.05-1.46-16.46-21.08-81.61-15.27,0,0,43.43,8.91,47.96,23.52-1.19,.34-2.36,.68-3.53,1.02-45.03,20.97-82.6,57.7-102.36,83.99,8.94,52.17,40.31,96.68,83.84,123.22-29.33-58.5,4.94-109.29,21.47-121.26,15.22-11.02,28.12-12.32,34.24-10.75-8.32-18.53-31.75-29.17-31.75-29.17,45.98,15.71,39.57,45.39,39.57,45.39,0,0-4.35,14.14-5.8,13.79-.09,.17-.14,.26-.14,.26,105.64,26.71,92.52,74.54,92.52,74.54,37.61-6.42,46.18-29.67,46.18-29.67m-22.54-100.14c-4.43,.24-20.05-7.97-25.11-12.39-5.9-5.16-15.37-31.65-15.37-31.65,0,0,14.68,12.21,25.98,21.53,9.88,8.15,16.96,13.82,18.1,17.98l-3.6,4.53Z"/></g></g></svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme_color": "#9B0505",
|
|
3
|
+
"background_color": "#424242",
|
|
4
|
+
"display": "browser",
|
|
5
|
+
"scope": "/",
|
|
6
|
+
"start_url": "/",
|
|
7
|
+
"name": "FDM Monster",
|
|
8
|
+
"short_name": "FDM Monster",
|
|
9
|
+
"description": "Visit our github on https://github.com/fdm-monster/fdm-monster",
|
|
10
|
+
"icons": [
|
|
11
|
+
{
|
|
12
|
+
"src": "/img/icons/android-chrome-192x192.png",
|
|
13
|
+
"sizes": "192x192",
|
|
14
|
+
"type": "image/png"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "/img/icons/android-chrome-256x256.png",
|
|
18
|
+
"sizes": "256x256",
|
|
19
|
+
"type": "image/png"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": "/img/icons/android-chrome-384x384.png",
|
|
23
|
+
"sizes": "384x384",
|
|
24
|
+
"type": "image/png"
|
|
25
|
+
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"src": "/img/icons/android-chrome-512x512.png",
|
|
29
|
+
"sizes": "512x512",
|
|
30
|
+
"type": "image/png"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="119.2866"
|
|
6
|
+
height="108.72864"
|
|
7
|
+
id="svg2"
|
|
8
|
+
version="1.1"
|
|
9
|
+
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
|
10
|
+
sodipodi:docname="octoprint-tentacle.svg"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
16
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
17
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs4">
|
|
20
|
+
<clipPath
|
|
21
|
+
clipPathUnits="userSpaceOnUse"
|
|
22
|
+
id="clipPath2999">
|
|
23
|
+
<path
|
|
24
|
+
d="M 0,600 H 800 V 0 H 0 Z"
|
|
25
|
+
id="path3001" />
|
|
26
|
+
</clipPath>
|
|
27
|
+
<clipPath
|
|
28
|
+
clipPathUnits="userSpaceOnUse"
|
|
29
|
+
id="clipPath3179">
|
|
30
|
+
<path
|
|
31
|
+
d="M 351,309.913 H 484 V 175.812 H 351 Z"
|
|
32
|
+
id="path3181" />
|
|
33
|
+
</clipPath>
|
|
34
|
+
<clipPath
|
|
35
|
+
clipPathUnits="userSpaceOnUse"
|
|
36
|
+
id="clipPath3195">
|
|
37
|
+
<path
|
|
38
|
+
d="m 361.6,295.312 h 19.5 v -19 h -19.5 z"
|
|
39
|
+
id="path3197" />
|
|
40
|
+
</clipPath>
|
|
41
|
+
<clipPath
|
|
42
|
+
clipPathUnits="userSpaceOnUse"
|
|
43
|
+
id="clipPath3211">
|
|
44
|
+
<path
|
|
45
|
+
d="m 351.7,260.413 h 16 v -15 h -16 z"
|
|
46
|
+
id="path3213" />
|
|
47
|
+
</clipPath>
|
|
48
|
+
<clipPath
|
|
49
|
+
clipPathUnits="userSpaceOnUse"
|
|
50
|
+
id="clipPath3227">
|
|
51
|
+
<path
|
|
52
|
+
d="m 344.1,254.212 h 8.3 v -3.9 h -8.3 z"
|
|
53
|
+
id="path3229" />
|
|
54
|
+
</clipPath>
|
|
55
|
+
<clipPath
|
|
56
|
+
clipPathUnits="userSpaceOnUse"
|
|
57
|
+
id="clipPath3243">
|
|
58
|
+
<path
|
|
59
|
+
d="m 340.9,226.913 h 44.9 v -51 h -44.9 z"
|
|
60
|
+
id="path3245" />
|
|
61
|
+
</clipPath>
|
|
62
|
+
<clipPath
|
|
63
|
+
clipPathUnits="userSpaceOnUse"
|
|
64
|
+
id="clipPath3259">
|
|
65
|
+
<path
|
|
66
|
+
d="m 351.7,230.012 h 63.7 v -48.3 h -63.7 z"
|
|
67
|
+
id="path3261" />
|
|
68
|
+
</clipPath>
|
|
69
|
+
<clipPath
|
|
70
|
+
clipPathUnits="userSpaceOnUse"
|
|
71
|
+
id="clipPath3299">
|
|
72
|
+
<path
|
|
73
|
+
d="m 385.8,184.512 h 53.4 v -9.275 h -53.4 z"
|
|
74
|
+
id="path3301" />
|
|
75
|
+
</clipPath>
|
|
76
|
+
<clipPath
|
|
77
|
+
clipPathUnits="userSpaceOnUse"
|
|
78
|
+
id="clipPath3323">
|
|
79
|
+
<path
|
|
80
|
+
d="m 426.9,185.212 h 18 v -3.6 h -18 z"
|
|
81
|
+
id="path3325" />
|
|
82
|
+
</clipPath>
|
|
83
|
+
</defs>
|
|
84
|
+
<sodipodi:namedview
|
|
85
|
+
id="base"
|
|
86
|
+
pagecolor="#ffffff"
|
|
87
|
+
bordercolor="#666666"
|
|
88
|
+
borderopacity="1.0"
|
|
89
|
+
inkscape:pageopacity="0.0"
|
|
90
|
+
inkscape:pageshadow="2"
|
|
91
|
+
inkscape:zoom="0.98994949"
|
|
92
|
+
inkscape:cx="73.741136"
|
|
93
|
+
inkscape:cy="-90.913729"
|
|
94
|
+
inkscape:document-units="px"
|
|
95
|
+
inkscape:current-layer="g2997"
|
|
96
|
+
showgrid="false"
|
|
97
|
+
borderlayer="false"
|
|
98
|
+
inkscape:window-width="3072"
|
|
99
|
+
inkscape:window-height="1630"
|
|
100
|
+
inkscape:window-x="0"
|
|
101
|
+
inkscape:window-y="0"
|
|
102
|
+
inkscape:window-maximized="1"
|
|
103
|
+
inkscape:showpageshadow="2"
|
|
104
|
+
inkscape:pagecheckerboard="0"
|
|
105
|
+
inkscape:deskcolor="#d1d1d1" />
|
|
106
|
+
<metadata
|
|
107
|
+
id="metadata7">
|
|
108
|
+
<rdf:RDF>
|
|
109
|
+
<cc:Work
|
|
110
|
+
rdf:about="">
|
|
111
|
+
<dc:format>image/svg+xml</dc:format>
|
|
112
|
+
<dc:type
|
|
113
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
114
|
+
</cc:Work>
|
|
115
|
+
</rdf:RDF>
|
|
116
|
+
</metadata>
|
|
117
|
+
<g
|
|
118
|
+
inkscape:label="Layer 1"
|
|
119
|
+
inkscape:groupmode="layer"
|
|
120
|
+
id="layer1"
|
|
121
|
+
transform="translate(-242.53139,-547.66593)">
|
|
122
|
+
<g
|
|
123
|
+
clip-path="url(#clipPath2999)"
|
|
124
|
+
id="g2997"
|
|
125
|
+
transform="matrix(0.72275231,-1.0198672,-1.0198672,-0.72275231,326.4038,1224.3601)">
|
|
126
|
+
<g
|
|
127
|
+
id="g4632"
|
|
128
|
+
transform="translate(-169.63313,-42.957391)">
|
|
129
|
+
<path
|
|
130
|
+
id="path3017"
|
|
131
|
+
transform="matrix(0.46256148,-0.652715,-0.652715,-0.46256148,648.17639,779.39047)"
|
|
132
|
+
d="m 384.4375,343.625 c -15.99755,0.30664 -30.52222,6.12188 -43.6875,17.78125 -8.14057,6.94712 -13.84608,14.98947 -17.125,24.15625 -2.84209,13.30651 -3.04201,26.33484 -0.65625,38.75 1.42265,7.86377 4.4336,17.15087 9.0625,28.03125 h 32.0625 c -2.23008,-6.5513 -4.39213,-11.64423 -6.4375,-15.375 -8.76436,-16.16947 -10.72333,-31.96741 -5.78125,-47.15625 1.79887,-4.70023 4.24569,-9.24781 7.28125,-13.53125 1.08413,-1.5298 2.49815,-3.12606 4.0625,-4.46875 2.04057,-2.23086 6.6777,-5.0753 14.03125,-8.75 2.88617,-1.47839 5.92925,-2.52099 9.3125,-3.1875 0.4208,-0.16141 3.13198,-0.53808 7.96875,-1.09375 3.16643,-0.36054 7.46794,0.0782 12.9375,1.65625 5.19331,1.53547 9.05886,3.20482 11.8125,5.15625 3.56954,2.52963 6.54008,5.24284 9.09375,8.125 0.67134,0.78218 1.15917,1.40686 1.65625,2.21875 0.90503,1.10099 2.17671,2.76831 3.8125,5 0.91788,0.65048 1.5374,1.2717 1.65625,1.96875 0.33567,0.39109 0.53933,0.54641 0.875,0.9375 0.83275,1.20297 1.67548,2.40055 2.40625,3.53125 0.59907,0.88416 1.04394,1.96113 1.46875,2.875 0.5999,-2.7922 0.49448,-6.54185 -0.65625,-11.1875 -1.37157,-5.41497 -2.97273,-9.15501 -4.8125,-11.53125 -3.8538,-4.72276 -6.14616,-7.58151 -7.09375,-8.40625 -0.23368,-0.31881 -2.36627,-1.83752 -6.34375,-4.65625 -3.67152,-2.60191 -7.53322,-4.72184 -11.375,-6.21875 -7.539,-3.1978 -16.23194,-4.7759 -25.53125,-4.625 z m -30.21875,99.9375 c 0.20397,0.14455 0.34683,0.40148 0.40625,0.75 -0.10199,-0.0723 -0.22375,-0.14494 -0.5,-0.1875 0.14455,-0.20397 0.12346,-0.38824 0.0937,-0.5625 z"
|
|
133
|
+
style="fill:#13c100;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
134
|
+
inkscape:connector-curvature="0" />
|
|
135
|
+
<path
|
|
136
|
+
id="path3101"
|
|
137
|
+
transform="matrix(0.46256148,-0.652715,-0.652715,-0.46256148,648.17639,779.39047)"
|
|
138
|
+
d="m 397.125,358.65625 c -0.93277,-0.0147 -1.80214,0.0349 -2.59375,0.125 -4.83677,0.55567 -7.54795,0.93234 -7.96875,1.09375 -3.38325,0.66651 -6.42633,1.70911 -9.3125,3.1875 -7.35355,3.6747 -11.99068,6.51914 -14.03125,8.75 -1.56435,1.34269 -2.97837,2.93895 -4.0625,4.46875 -3.03556,4.28344 -5.48238,8.83102 -7.28125,13.53125 -4.94208,15.18884 -2.98311,30.98678 5.78125,47.15625 2.04537,3.73077 4.20742,8.8237 6.4375,15.375 h 32.375 c -1.17829,-3.4936 -2.92961,-7.46935 -5.40625,-11.9375 -1.87349,-3.62578 -4.0443,-7.45858 -6.5,-11.34375 -0.10199,-0.0723 -0.0312,-0.15625 -0.0312,-0.15625 -0.39509,-0.73961 -0.74984,-1.31789 -1.1875,-1.78125 -0.23368,-0.31881 -0.39132,-0.55619 -0.625,-0.875 l -1.375,-1.9375 c -0.52679,-0.98615 -1.06542,-1.96936 -1.5625,-2.78125 -1.86948,-2.5505 -3.30033,-4.62469 -4.46875,-6.21875 -0.99416,-1.62377 -1.98282,-3.261 -2.875,-4.8125 -8.48894,-12.45054 -7.74709,-23.23497 2.1875,-32.28125 2.8396,-2.27743 6.15377,-4.38436 10.1875,-5.96875 2.42281,-1.04073 4.99629,-1.81603 7.40625,-2.40625 17.61732,-2.37609 33.1565,3.5878 46.5625,17.53125 -0.73077,-1.1307 -1.5735,-2.35953 -2.40625,-3.5625 -0.33567,-0.39109 -0.53933,-0.51516 -0.875,-0.90625 -0.11885,-0.69705 -0.73837,-1.31827 -1.65625,-1.96875 -1.63579,-2.23169 -2.90747,-3.89901 -3.8125,-5 -0.49708,-0.81189 -0.98491,-1.43657 -1.65625,-2.21875 -2.55367,-2.88216 -5.52421,-5.59537 -9.09375,-8.125 -2.75364,-1.95143 -6.61919,-3.62078 -11.8125,-5.15625 -4.10217,-1.18353 -7.54545,-1.73719 -10.34375,-1.78125 z"
|
|
139
|
+
style="fill:#169300;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
|
140
|
+
inkscape:connector-curvature="0" />
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
</g>
|
|
144
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
package/dist/index.html
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="anonymous">
|
|
6
|
+
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap">
|
|
7
|
+
<link rel="preload" as="font" type="font/eot" href="/assets/MaterialIcons-Regular-BjXOXp5c.eot" crossorigin="anonymous">
|
|
8
|
+
<link rel="preload" as="font" type="font/woff2" href="/assets/MaterialIcons-Regular-DOtZ65Va.woff2" crossorigin="anonymous">
|
|
9
|
+
<link rel="preload" as="font" type="font/woff" href="/assets/MaterialIcons-Regular-FsbMSDLx.woff" crossorigin="anonymous">
|
|
10
|
+
<link rel="preload" as="font" type="font/ttf" href="/assets/MaterialIcons-Regular-DEUTIz1o.ttf" crossorigin="anonymous">
|
|
11
|
+
|
|
12
|
+
<meta charset="UTF-8" />
|
|
13
|
+
<link rel="icon" href="/favicon.ico" />
|
|
14
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
15
|
+
<title>FDM Monster</title>
|
|
16
|
+
<script type="module" crossorigin src="/assets/index-WVqTlgq7.js"></script>
|
|
17
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CHzfWKPO.css">
|
|
18
|
+
</head>
|
|
19
|
+
|
|
20
|
+
<body>
|
|
21
|
+
<div id="app"></div>
|
|
22
|
+
</body>
|
|
23
|
+
|
|
24
|
+
</html>
|
package/dist/robots.txt
ADDED
package/package.json
CHANGED
package/.all-contributorsrc
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": [
|
|
3
|
-
"README.md"
|
|
4
|
-
],
|
|
5
|
-
"imageSize": 100,
|
|
6
|
-
"commit": false,
|
|
7
|
-
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"login": "davidzwa",
|
|
10
|
-
"name": "David Zwart",
|
|
11
|
-
"avatar_url": "https://avatars.githubusercontent.com/u/6005355?v=4",
|
|
12
|
-
"profile": "https://github.com/davidzwa",
|
|
13
|
-
"contributions": [
|
|
14
|
-
"bug",
|
|
15
|
-
"code",
|
|
16
|
-
"maintenance",
|
|
17
|
-
"userTesting"
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"login": "Abdullah-Abuzaid",
|
|
22
|
-
"name": "Abdullah Abuzaid",
|
|
23
|
-
"avatar_url": "https://avatars.githubusercontent.com/u/61384954?v=4",
|
|
24
|
-
"profile": "https://github.com/Abdullah-Abuzaid",
|
|
25
|
-
"contributions": [
|
|
26
|
-
"code",
|
|
27
|
-
"bug"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"login": "timmiedinnie",
|
|
32
|
-
"name": "Tim Dinh",
|
|
33
|
-
"avatar_url": "https://avatars.githubusercontent.com/u/3026022?v=4",
|
|
34
|
-
"profile": "https://github.com/timmiedinnie",
|
|
35
|
-
"contributions": [
|
|
36
|
-
"code"
|
|
37
|
-
]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"login": "WindArrow3d",
|
|
41
|
-
"name": "WindArrow3d",
|
|
42
|
-
"avatar_url": "https://avatars.githubusercontent.com/u/91099282?v=4",
|
|
43
|
-
"profile": "https://github.com/WindArrow3d",
|
|
44
|
-
"contributions": [
|
|
45
|
-
"bug"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"contributorsPerLine": 7,
|
|
50
|
-
"projectName": "fdm-monster-client",
|
|
51
|
-
"projectOwner": "fdm-monster",
|
|
52
|
-
"repoType": "github",
|
|
53
|
-
"repoHost": "https://github.com",
|
|
54
|
-
"skipCi": true,
|
|
55
|
-
"commitType": "docs",
|
|
56
|
-
"commitConvention": "angular"
|
|
57
|
-
}
|
package/.editorconfig
DELETED
package/.eslintrc.js
DELETED
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* .eslint.js
|
|
3
|
-
*
|
|
4
|
-
* ESLint configuration file.
|
|
5
|
-
*/
|
|
6
|
-
module.exports = {
|
|
7
|
-
root: true,
|
|
8
|
-
env: {
|
|
9
|
-
node: true
|
|
10
|
-
},
|
|
11
|
-
parser: 'vue-eslint-parser',
|
|
12
|
-
parserOptions: {
|
|
13
|
-
parser: '@typescript-eslint/parser'
|
|
14
|
-
},
|
|
15
|
-
plugins: ['vue', 'prettier'],
|
|
16
|
-
extends: [
|
|
17
|
-
'plugin:@typescript-eslint/recommended',
|
|
18
|
-
'eslint:recommended',
|
|
19
|
-
'@vue/eslint-config-typescript',
|
|
20
|
-
'plugin:vue/vue3-recommended',
|
|
21
|
-
'prettier',
|
|
22
|
-
'plugin:vuetify/base'
|
|
23
|
-
],
|
|
24
|
-
rules: {
|
|
25
|
-
'vue/multi-word-component-names': 'off',
|
|
26
|
-
'prettier/prettier': ['error'],
|
|
27
|
-
// Note: you must disable the base rule as it can report incorrect errors
|
|
28
|
-
// Bye bye useless characters
|
|
29
|
-
// semi: ['error', 'never'],
|
|
30
|
-
// '@typescript-eslint/semi': ['error', 'never'],
|
|
31
|
-
// // "vue/multiline-"
|
|
32
|
-
// 'vue/singleline-html-element-content-newline': [
|
|
33
|
-
// 'error',
|
|
34
|
-
// {
|
|
35
|
-
// ignoreWhenNoAttributes: false,
|
|
36
|
-
// ignoreWhenEmpty: true,
|
|
37
|
-
// ignores: ['pre', 'textarea', 'v-icon'],
|
|
38
|
-
// externalIgnores: []
|
|
39
|
-
// }
|
|
40
|
-
// ],
|
|
41
|
-
'vue/html-self-closing': [
|
|
42
|
-
'error',
|
|
43
|
-
{
|
|
44
|
-
html: {
|
|
45
|
-
void: 'always',
|
|
46
|
-
normal: 'always',
|
|
47
|
-
component: 'always'
|
|
48
|
-
},
|
|
49
|
-
svg: 'always',
|
|
50
|
-
math: 'always'
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
// // Enforce certain multiline behavior
|
|
54
|
-
// 'vue/multiline-html-element-content-newline': [
|
|
55
|
-
// 'error',
|
|
56
|
-
// {
|
|
57
|
-
// ignoreWhenEmpty: true,
|
|
58
|
-
// ignores: ['pre', 'textarea'],
|
|
59
|
-
// allowEmptyLines: false
|
|
60
|
-
// }
|
|
61
|
-
// ],
|
|
62
|
-
// // Clear empty lines proactively, is very rough
|
|
63
|
-
// 'no-multiple-empty-lines': [
|
|
64
|
-
// 'warn',
|
|
65
|
-
// {
|
|
66
|
-
// max: 1
|
|
67
|
-
// }
|
|
68
|
-
// ],
|
|
69
|
-
// // This rule is left like the default, just for showing why formatting is the way it is
|
|
70
|
-
// 'vue/html-indent': [
|
|
71
|
-
// 'error',
|
|
72
|
-
// 2,
|
|
73
|
-
// {
|
|
74
|
-
// attribute: 1,
|
|
75
|
-
// baseIndent: 1,
|
|
76
|
-
// closeBracket: 0,
|
|
77
|
-
// alignAttributesVertically: true,
|
|
78
|
-
// ignores: []
|
|
79
|
-
// }
|
|
80
|
-
// ],
|
|
81
|
-
// 'vue/html-closing-bracket-newline': [
|
|
82
|
-
// 'error',
|
|
83
|
-
// {
|
|
84
|
-
// singleline: 'never',
|
|
85
|
-
// multiline: 'never',
|
|
86
|
-
// selfClosingTag: {
|
|
87
|
-
// singleline: 'never',
|
|
88
|
-
// multiline: 'never'
|
|
89
|
-
// }
|
|
90
|
-
// }
|
|
91
|
-
// ]
|
|
92
|
-
// 'vue/new-line-between-multi-line-property': [
|
|
93
|
-
// 'error',
|
|
94
|
-
// {
|
|
95
|
-
// minLineOfMultilineProperty: 2
|
|
96
|
-
// }
|
|
97
|
-
// ],
|
|
98
|
-
'vue/block-lang': [
|
|
99
|
-
'error',
|
|
100
|
-
{
|
|
101
|
-
script: {
|
|
102
|
-
lang: 'ts'
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
'vue/no-unused-vars': ['error', {}],
|
|
107
|
-
// // Throws an error ast undefined
|
|
108
|
-
// '@typescript-eslint/no-unused-vars': ['off'],
|
|
109
|
-
'vue/no-ref-object-reactivity-loss': ['error']
|
|
110
|
-
// "vue/no-undef-components": ["error", {
|
|
111
|
-
// "ignorePatterns": []
|
|
112
|
-
// }],
|
|
113
|
-
// 'vue/require-typed-object-prop': 'error',
|
|
114
|
-
// 'vue/valid-v-on': [
|
|
115
|
-
// 'error',
|
|
116
|
-
// {
|
|
117
|
-
// modifiers: []
|
|
118
|
-
// }
|
|
119
|
-
// ],
|
|
120
|
-
// Let prettier fix this
|
|
121
|
-
// quotes: ['error', 'single'],
|
|
122
|
-
// '@typescript-eslint/indent': ['error', 2],
|
|
123
|
-
// // {var:val} in f.e. template activator
|
|
124
|
-
// 'vue/object-curly-spacing': 'error',
|
|
125
|
-
}
|
|
126
|
-
}
|
package/.github/FUNDING.yml
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
name: Dist Release
|
|
2
|
-
on:
|
|
3
|
-
push:
|
|
4
|
-
branches:
|
|
5
|
-
- 'develop'
|
|
6
|
-
- 'main'
|
|
7
|
-
- 'release/*' # Add this line to include all release branches
|
|
8
|
-
|
|
9
|
-
jobs:
|
|
10
|
-
checkversion:
|
|
11
|
-
runs-on: ubuntu-latest
|
|
12
|
-
outputs:
|
|
13
|
-
foundClientVersion: ${{ steps.init.outputs.foundClientVersion }}
|
|
14
|
-
steps:
|
|
15
|
-
- uses: actions/checkout@v4
|
|
16
|
-
- name: get-client-version
|
|
17
|
-
# https://gist.github.com/DarrenN/8c6a5b969481725a4413?permalink_comment_id=3863317#gistcomment-3863317
|
|
18
|
-
run: |
|
|
19
|
-
echo "CLIENT_VERSION=$(npm pkg get version | sed 's/"//g')" >> $GITHUB_ENV
|
|
20
|
-
- uses: mukunku/tag-exists-action@v1.6.0
|
|
21
|
-
id: checkTag
|
|
22
|
-
with:
|
|
23
|
-
tag: ${{ env.CLIENT_VERSION }}
|
|
24
|
-
- run: echo ${{ steps.checkTag.outputs.exists }}
|
|
25
|
-
- name: Environment variables to output
|
|
26
|
-
id: init
|
|
27
|
-
run: |
|
|
28
|
-
echo "foundClientVersion=${{ steps.checkTag.outputs.exists }}" >> $GITHUB_OUTPUT
|
|
29
|
-
|
|
30
|
-
publish:
|
|
31
|
-
needs: checkversion
|
|
32
|
-
runs-on: ubuntu-latest
|
|
33
|
-
environment: npm-release
|
|
34
|
-
if: needs.checkversion.outputs.foundClientVersion == 'false'
|
|
35
|
-
steps:
|
|
36
|
-
- uses: actions/checkout@v4
|
|
37
|
-
- uses: actions/setup-node@v4
|
|
38
|
-
with:
|
|
39
|
-
node-version: 20.x
|
|
40
|
-
|
|
41
|
-
# https://stackoverflow.com/questions/57968497/how-do-i-set-an-env-var-with-a-bash-expression-in-github-actions
|
|
42
|
-
- name: get-client-version
|
|
43
|
-
# https://gist.github.com/DarrenN/8c6a5b969481725a4413?permalink_comment_id=3863317#gistcomment-3863317
|
|
44
|
-
run: |
|
|
45
|
-
echo "CLIENT_VERSION=$(npm pkg get version | sed 's/"//g')" >> $GITHUB_ENV
|
|
46
|
-
|
|
47
|
-
# Build bundle
|
|
48
|
-
- run: yarn set version berry
|
|
49
|
-
- run: yarn install --immutable
|
|
50
|
-
- run: yarn run build
|
|
51
|
-
|
|
52
|
-
# Clear fields that make installing harder
|
|
53
|
-
- name: Replace JSON Value
|
|
54
|
-
run: |
|
|
55
|
-
jq '.dependencies = {}' package.json > tmp.json && mv tmp.json package.json
|
|
56
|
-
jq '.devDependencies = {}' package.json > tmp.json && mv tmp.json package.json
|
|
57
|
-
- name: Output package.json
|
|
58
|
-
run: |
|
|
59
|
-
cat package.json
|
|
60
|
-
|
|
61
|
-
# Publish to NPM
|
|
62
|
-
- uses: JS-DevTools/npm-publish@v3
|
|
63
|
-
with:
|
|
64
|
-
token: ${{ secrets.NPM_TOKEN }}
|
|
65
|
-
package: package.json
|
|
66
|
-
|
|
67
|
-
# Create GitHub release
|
|
68
|
-
- name: Create release
|
|
69
|
-
uses: actions/create-release@v1
|
|
70
|
-
id: create_release
|
|
71
|
-
with:
|
|
72
|
-
draft: false
|
|
73
|
-
prerelease: ${{ contains(env.CLIENT_VERSION, 'rc') || contains(env.CLIENT_VERSION, 'unstable') }}
|
|
74
|
-
release_name: "fdm-monster-client-next ${{ env.CLIENT_VERSION }}"
|
|
75
|
-
tag_name: ${{ env.CLIENT_VERSION }}
|
|
76
|
-
body: "Release notes not added" # ${{ steps.build_changelog.outputs.changelog }}
|
|
77
|
-
env:
|
|
78
|
-
GITHUB_TOKEN: ${{ github.token }}
|
|
79
|
-
|
|
80
|
-
- name: action-zip
|
|
81
|
-
uses: montudor/action-zip@v1.0.0
|
|
82
|
-
with:
|
|
83
|
-
args: zip -qq -r dist-client-${{ env.CLIENT_VERSION }}.zip dist ./package.json
|
|
84
|
-
|
|
85
|
-
- name: Upload client bundle zip
|
|
86
|
-
uses: actions/upload-release-asset@v1
|
|
87
|
-
env:
|
|
88
|
-
GITHUB_TOKEN: ${{ github.token }}
|
|
89
|
-
with:
|
|
90
|
-
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
91
|
-
asset_path: dist-client-${{ env.CLIENT_VERSION }}.zip
|
|
92
|
-
asset_name: dist-client-${{ env.CLIENT_VERSION }}.zip
|
|
93
|
-
asset_content_type: application/zip
|
|
94
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
name: Vue publish
|
|
2
|
-
on:
|
|
3
|
-
pull_request:
|
|
4
|
-
push:
|
|
5
|
-
branches:
|
|
6
|
-
- 'main'
|
|
7
|
-
jobs:
|
|
8
|
-
publish:
|
|
9
|
-
runs-on: ubuntu-latest
|
|
10
|
-
steps:
|
|
11
|
-
- uses: actions/checkout@v4
|
|
12
|
-
- uses: actions/setup-node@v4
|
|
13
|
-
with:
|
|
14
|
-
node-version: 20.x
|
|
15
|
-
cache: 'yarn'
|
|
16
|
-
|
|
17
|
-
- run: yarn set version berry
|
|
18
|
-
- run: yarn install --immutable
|
|
19
|
-
- run: yarn run build
|
|
20
|
-
- run: yarn run test:unit
|
|
21
|
-
- uses: JS-DevTools/npm-publish@v3
|
|
22
|
-
if: ${{ github.repository.name == 'fdm-monster-client' }}
|
|
23
|
-
with:
|
|
24
|
-
dry-run: true
|
|
25
|
-
token: ${{ secrets.NPM_TOKEN }}
|
|
26
|
-
package: package.json
|
package/.prettierignore
DELETED
package/.whitesource
DELETED
package/renovate.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"config:base"
|
|
4
|
-
],
|
|
5
|
-
"assignees": [
|
|
6
|
-
"davidzwa"
|
|
7
|
-
],
|
|
8
|
-
"labels": [
|
|
9
|
-
"renovate"
|
|
10
|
-
],
|
|
11
|
-
"automerge": true,
|
|
12
|
-
"packageRules": [
|
|
13
|
-
{
|
|
14
|
-
"matchUpdateTypes": [
|
|
15
|
-
"minor",
|
|
16
|
-
"patch",
|
|
17
|
-
"pin",
|
|
18
|
-
"digest"
|
|
19
|
-
],
|
|
20
|
-
"automerge": true
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"matchPackagePatterns": [
|
|
24
|
-
"@vueuse/*"
|
|
25
|
-
],
|
|
26
|
-
"groupName": "@vueuse",
|
|
27
|
-
"automerge": true
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
}
|