{
await onChange();
});
-
// function onChange() {
// if (!props.source || !data.search) {
// return false;
diff --git a/resources/js/Components/SectionBannerStarOnGitea.vue b/resources/js/Components/SectionBannerStarOnGitea.vue
index f7760c9..b2ac77f 100644
--- a/resources/js/Components/SectionBannerStarOnGitea.vue
+++ b/resources/js/Components/SectionBannerStarOnGitea.vue
@@ -4,16 +4,10 @@ import BaseButton from '@/Components/BaseButton.vue';
import SectionBanner from '@/Components/SectionBanner.vue';
-
- Like the project? Please star on Gitea!
-
-
-
-
+
+ Like the project? Please star on Gitea!
+
+
+
+
diff --git a/resources/js/Components/SectionTitle.vue b/resources/js/Components/SectionTitle.vue
index 00c3104..392dd2a 100644
--- a/resources/js/Components/SectionTitle.vue
+++ b/resources/js/Components/SectionTitle.vue
@@ -1,22 +1,19 @@
-
+
+
+
+
+
diff --git a/resources/js/Components/SectionTitleLineWithButton.vue b/resources/js/Components/SectionTitleLineWithButton.vue
index 310e187..ca6fa30 100644
--- a/resources/js/Components/SectionTitleLineWithButton.vue
+++ b/resources/js/Components/SectionTitleLineWithButton.vue
@@ -1,56 +1,35 @@
-
-
-
-
-
- {{ title }}
-
-
-
-
-
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
diff --git a/resources/js/Components/TableCheckboxCell.vue b/resources/js/Components/TableCheckboxCell.vue
index 0cbe030..6b408fa 100644
--- a/resources/js/Components/TableCheckboxCell.vue
+++ b/resources/js/Components/TableCheckboxCell.vue
@@ -1,33 +1,27 @@
-
-
-
+
+
+
diff --git a/resources/js/Components/TableKeywords.vue b/resources/js/Components/TableKeywords.vue
index 2310004..723e2d0 100644
--- a/resources/js/Components/TableKeywords.vue
+++ b/resources/js/Components/TableKeywords.vue
@@ -120,8 +120,7 @@ const removeItem = (key) => {
-->
-
+
{{ errors[`subjects.${index}.type`].join(', ') }}
@@ -129,17 +128,21 @@ const removeItem = (key) => {
|
- {
- item.language = language;
- }
- ">
+ {
+ item.language = language;
+ }
+ "
+ >
{{ errors[`subjects.${index}.value`].join(', ') }}
-
+
{{ errors[`subjects.${index}.value`].join(', ') }}
@@ -147,8 +150,14 @@ const removeItem = (key) => {
|
-
+
{{ errors[`subjects.${index}.language`].join(', ') }}
@@ -157,8 +166,7 @@ const removeItem = (key) => {
-
+
|
@@ -169,8 +177,15 @@ const removeItem = (key) => {
-
+
Page {{ currentPageHuman }} of {{ numPages }}
@@ -182,7 +197,6 @@ const removeItem = (key) => {
-->
\ No newline at end of file
+ -->
diff --git a/tsconfig.json b/tsconfig.json
index b4c3e52..260c4ef 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,67 +1,55 @@
{
- "extends": "adonis-preset-ts/tsconfig.json",
- "include": [
- // "**/*",
- "**/*",
- // "./resources/js/**/*"
- // "./resources/js/**/*.vue",
- // "./resources/js/**/*.ts",
- // "./resources/js/**/*.vue",
- ],
- "exclude": [
- "node_modules",
- "build",
- "public"
- // "src/**/js/*.js"
- ],
- "compilerOptions": {
- "allowJs": true,
- "outDir": "build",
- "rootDir": "./",
- "sourceMap": true,
- // "moduleResolution": "node", //neu
- "experimentalDecorators": true, //neu
- "strictPropertyInitialization": false, //neu
- // Target latest language version 'esnext' of ECMAScript or minimal 'es6'.
- "target": "esnext", //neu
- //what module code is generated
- // "module": "NodeNext", //neu
- "skipLibCheck": true, //neu
- "esModuleInterop": true, //neu
- "allowSyntheticDefaultImports": true, //neu,
- "paths": {
- "App/*": [
- "./app/*"
- ],
- "Config/*": [
- "./config/*"
- ],
- "Contracts/*": [
- "./contracts/*"
- ],
- "Database/*": [
- "./database/*"
- ],
- // "@/*": ["./resources/js/"],
- "@/*": [
- "./resources/js/*"
- ]
- // "vue$": ["vue/dist/vue.runtime.esm-bundler.js"],
+ "extends": "adonis-preset-ts/tsconfig.json",
+ "include": [
+ // "**/*",
+ "**/*"
+ // "./resources/js/**/*"
+ // "./resources/js/**/*.vue",
+ // "./resources/js/**/*.ts",
+ // "./resources/js/**/*.vue",
+ ],
+ "exclude": [
+ "node_modules",
+ "build",
+ "public"
+ // "src/**/js/*.js"
+ ],
+ "compilerOptions": {
+ "allowJs": true,
+ "outDir": "build",
+ "rootDir": "./",
+ "sourceMap": true,
+ // "moduleResolution": "node", //neu
+ "experimentalDecorators": true, //neu
+ "strictPropertyInitialization": false, //neu
+ // Target latest language version 'esnext' of ECMAScript or minimal 'es6'.
+ "target": "esnext", //neu
+ //what module code is generated
+ // "module": "NodeNext", //neu
+ "skipLibCheck": true, //neu
+ "esModuleInterop": true, //neu
+ "allowSyntheticDefaultImports": true, //neu,
+ "paths": {
+ "App/*": ["./app/*"],
+ "Config/*": ["./config/*"],
+ "Contracts/*": ["./contracts/*"],
+ "Database/*": ["./database/*"],
+ // "@/*": ["./resources/js/"],
+ "@/*": ["./resources/js/*"]
+ // "vue$": ["vue/dist/vue.runtime.esm-bundler.js"],
+ },
+ "types": [
+ "@adonisjs/core",
+ "@adonisjs/repl",
+ "@adonisjs/session",
+ "@adonisjs/view",
+ "@adonisjs/shield",
+ "@japa/preset-adonis/build/adonis-typings",
+ "@eidellev/inertia-adonisjs",
+ "naive-ui/volar",
+ "@adonisjs/lucid",
+ "@adonisjs/auth"
+ ]
},
- "types": [
- "@adonisjs/core",
- "@adonisjs/repl",
- "@adonisjs/session",
- "@adonisjs/view",
- "@adonisjs/shield",
- "@japa/preset-adonis/build/adonis-typings",
- "@eidellev/inertia-adonisjs",
- "naive-ui/volar",
- "@adonisjs/lucid",
- "@adonisjs/auth"
- ]
- },
- "files": [
- "index.d.ts"
- ]
+ "files": ["index.d.ts"]
}
diff --git a/tsconfig.vue.json b/tsconfig.vue.json
index 4d40140..1a0e9e5 100644
--- a/tsconfig.vue.json
+++ b/tsconfig.vue.json
@@ -2,13 +2,13 @@
// tsconfig.vue.json
"extends": "@vue/tsconfig/tsconfig.json",
"include": ["./resources/js/**/*"],
-
+
"compilerOptions": {
- // "module": "commonjs", //for tehys.api...alos nodenext
- // Process & infer types from .js files.
+ // "module": "commonjs", //for tehys.api...alos nodenext
+ // Process & infer types from .js files.
"allowJs": true,
- //javascript language version: Target latest version 'esnext' of ECMAScript or minimal 'es6'.
- "target": "ESNext", //neu
+ //javascript language version: Target latest version 'esnext' of ECMAScript or minimal 'es6'.
+ "target": "ESNext", //neu
// //what module code is generated
"module": "ESNext", //neu
"experimentalDecorators": true, //neu
|