cic-kit 0.0.21 → 0.0.23
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/Accordion/Accordion.vue.d.ts +7 -2
- package/dist/cmp/Auth/Auth.d.ts +6 -1
- package/dist/cmp/Container/ContainerSideTabs.vue.d.ts +2 -2
- package/dist/cmp/Modal/Modal.vue.d.ts +2 -2
- package/dist/cmp/Router/_router.d.ts +4 -0
- package/dist/cmp/cicKitStore.d.ts +9 -0
- package/dist/cmp/{File → firebase}/FirebaseStrorage.d.ts +27 -5
- package/dist/cmp/input/File/FieldFile.vue.d.ts +68 -0
- package/dist/cmp/input/File/File.d.ts +5 -0
- package/dist/cmp/input/Tag/ColorTagInput.vue.d.ts +2 -2
- package/dist/cmp/input/Tag/TagInput.vue.d.ts +2 -2
- package/dist/cmp/loading/loadingController.d.ts +7 -2
- package/dist/cmp/offCanvas/OffcanvasCmp.vue.d.ts +2 -2
- package/dist/index-DRqJOqUR.js +3484 -0
- package/dist/index-Dnn2SCSl.cjs +1 -0
- package/dist/index.cjs +34 -23
- package/dist/index.d.ts +7 -1
- package/dist/index.mjs +24294 -18310
- package/dist/stores/currentUserStore.d.ts +1 -1
- package/package.json +2 -1
- /package/dist/defaultViews/{user/usersettings/UserFormPersonalInfo.vue.d.ts → HomeView.vue.d.ts} +0 -0
- /package/dist/defaultViews/user/{usersettings/UserFormPersonalInfoTest.vue.d.ts → UserProfileEditForm.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.23",
|
|
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",
|
/package/dist/defaultViews/{user/usersettings/UserFormPersonalInfo.vue.d.ts → HomeView.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|