cic-kit 0.0.21 → 0.0.22
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/dist/cic-kit.css +1 -1
- package/dist/cmp/Auth/Auth.d.ts +1 -1
- package/dist/cmp/Router/_router.d.ts +3 -0
- package/dist/cmp/cicKitStore.d.ts +9 -0
- package/dist/index-DRqJOqUR.js +3484 -0
- package/dist/index-Dnn2SCSl.cjs +1 -0
- package/dist/index.cjs +26 -23
- package/dist/index.d.ts +7 -1
- package/dist/index.mjs +22870 -18525
- package/dist/stores/currentUserStore.d.ts +1 -1
- package/package.json +2 -1
- package/dist/defaultViews/user/usersettings/UserFormPersonalInfoTest.vue.d.ts +0 -3
- /package/dist/defaultViews/{user/usersettings/UserFormPersonalInfo.vue.d.ts → HomeView.vue.d.ts} +0 -0
|
@@ -150,7 +150,7 @@ export declare const currentUserStore: {
|
|
|
150
150
|
canLocalSave: (localSet?: boolean) => boolean;
|
|
151
151
|
localSet: (_delete?: boolean) => void;
|
|
152
152
|
} | undefined;
|
|
153
|
-
|
|
153
|
+
isOnLoginProcess: boolean;
|
|
154
154
|
lastSeenInterval: number | undefined;
|
|
155
155
|
readonly name: string | undefined;
|
|
156
156
|
readonly surname: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cic-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"cic": "npx cic-index"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
+
"@vee-validate/yup": "^4.15.1",
|
|
45
46
|
"@tiptap/core": "^3.18.0",
|
|
46
47
|
"@tiptap/extension-code-block": "^3.18.0",
|
|
47
48
|
"@tiptap/extension-heading": "^3.18.0",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
/package/dist/defaultViews/{user/usersettings/UserFormPersonalInfo.vue.d.ts → HomeView.vue.d.ts}
RENAMED
|
File without changes
|