@drax/settings-vue 0.47.0 → 0.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.49.1",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./src/index.ts",
|
|
9
9
|
"module": "./src/index.ts",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
20
20
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
21
21
|
"build-only": "vite build",
|
|
22
|
-
"type-check": "vue-tsc
|
|
22
|
+
"type-check": "vue-tsc ",
|
|
23
23
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
24
24
|
"format": "prettier --write src/"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@drax/common-front": "^0.
|
|
28
|
-
"@drax/crud-vue": "^0.
|
|
29
|
-
"@drax/identity-vue": "^0.
|
|
30
|
-
"@drax/settings-front": "^0.
|
|
31
|
-
"@drax/settings-share": "^0.
|
|
27
|
+
"@drax/common-front": "^0.49.0",
|
|
28
|
+
"@drax/crud-vue": "^0.49.0",
|
|
29
|
+
"@drax/identity-vue": "^0.49.1",
|
|
30
|
+
"@drax/settings-front": "^0.49.0",
|
|
31
|
+
"@drax/settings-share": "^0.49.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"pinia": "^2.2.2",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"vue-tsc": "^2.1.10",
|
|
66
66
|
"vuetify": "^3.7.1"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "dd2c28fa11adc2b9ff7a8cde6b190389c167bc0a"
|
|
69
69
|
}
|
|
@@ -282,8 +282,8 @@ const updateSetting = async (setting?: ISetting) => {
|
|
|
282
282
|
</v-btn>
|
|
283
283
|
</v-toolbar>
|
|
284
284
|
<v-card-text>
|
|
285
|
-
<!-- @vue-ignore -->
|
|
286
285
|
<setting-field
|
|
286
|
+
v-if="showModal.setting"
|
|
287
287
|
:model-value="showModal.value"
|
|
288
288
|
:setting="showModal.setting"
|
|
289
289
|
:editing="false"
|
|
@@ -364,8 +364,8 @@ const updateSetting = async (setting?: ISetting) => {
|
|
|
364
364
|
></v-text-field>
|
|
365
365
|
</v-col>
|
|
366
366
|
<v-col cols="12" md="12" class="ma-0 pa-0 px-3">
|
|
367
|
-
<!-- @vue-ignore -->
|
|
368
367
|
<setting-field
|
|
368
|
+
v-if="informationUpdatingModal.setting"
|
|
369
369
|
variant="outlined"
|
|
370
370
|
v-model="informationUpdatingModal.setting.value"
|
|
371
371
|
:setting="informationUpdatingModal.setting"
|