-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Sprunjer object to each slot, refactor Group Create Modal & add G…
…roup Edit Modal
- Loading branch information
Showing
19 changed files
with
7,551 additions
and
7,259 deletions.
There are no files selected for viewing
306 changes: 155 additions & 151 deletions
306
dist/components-BCeLU8xU.js → dist/components-DPnoQqjS.js
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
dist/components-CvajJz2Z.cjs → dist/components-Da53Ullj.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./components-CvajJz2Z.cjs");exports.AppLink=a._sfc_main$6;exports.CardBox=a._sfc_main$8;exports.CardBoxBig=a._sfc_main$9;exports.FooterContent=a.FooterContent;exports.FormForgotPassword=a._sfc_main$13;exports.FormLogin=a._sfc_main$11;exports.FormRegister=a._sfc_main$12;exports.HeaderPage=a._sfc_main$10;exports.InfoBox=a._sfc_main$7;exports.MainContent=a.MainContent;exports.NavBar=a._sfc_main$14;exports.NavBarDropdown=a._sfc_main$15;exports.NavBarDropdownSeparator=a.NavBarDropdownSeparator;exports.NavBarItem=a._sfc_main$16;exports.NavBarLogin=a._sfc_main$17;exports.NavBarUserCard=a._sfc_main$18;exports.NavBarUserCardButton=a._sfc_main$19;exports.PageForgotPassword=a._sfc_main$22;exports.PageLogin=a._sfc_main$20;exports.PageRegister=a._sfc_main$21;exports.PageResendVerification=a._sfc_main$23;exports.SideBar=a.SideBar;exports.SideBarDropdown=a._sfc_main$24;exports.SideBarItem=a._sfc_main$25;exports.SideBarLabel=a._sfc_main$26;exports.SprunjeColumn=a._sfc_main$27;exports.SprunjeHeader=a._sfc_main$28;exports.SprunjePaginator=a._sfc_main$29;exports.SprunjeTable=a._sfc_main$30;exports.UFAlert=a._sfc_main;exports.UFLabel=a._sfc_main$1;exports.UFModal=a._sfc_main$2;exports.UFModalAlert=a._sfc_main$3;exports.UFModalConfirmation=a._sfc_main$4;exports.UFModalPrompt=a._sfc_main$5;exports.default=a.PinkCupcakeComponents; | ||
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./components-Da53Ullj.cjs");exports.AppLink=a._sfc_main$6;exports.CardBox=a._sfc_main$8;exports.CardBoxBig=a._sfc_main$9;exports.FooterContent=a.FooterContent;exports.FormForgotPassword=a._sfc_main$13;exports.FormLogin=a._sfc_main$11;exports.FormRegister=a._sfc_main$12;exports.HeaderPage=a._sfc_main$10;exports.InfoBox=a._sfc_main$7;exports.MainContent=a.MainContent;exports.NavBar=a._sfc_main$14;exports.NavBarDropdown=a._sfc_main$15;exports.NavBarDropdownSeparator=a.NavBarDropdownSeparator;exports.NavBarItem=a._sfc_main$16;exports.NavBarLogin=a._sfc_main$17;exports.NavBarUserCard=a._sfc_main$18;exports.NavBarUserCardButton=a._sfc_main$19;exports.PageForgotPassword=a._sfc_main$22;exports.PageLogin=a._sfc_main$20;exports.PageRegister=a._sfc_main$21;exports.PageResendVerification=a._sfc_main$23;exports.SideBar=a.SideBar;exports.SideBarDropdown=a._sfc_main$24;exports.SideBarItem=a._sfc_main$25;exports.SideBarLabel=a._sfc_main$26;exports.SprunjeColumn=a.SprunjeColumn;exports.SprunjeHeader=a._sfc_main$27;exports.SprunjePaginator=a._sfc_main$28;exports.SprunjeTable=a._sfc_main$29;exports.UFAlert=a._sfc_main;exports.UFLabel=a._sfc_main$1;exports.UFModal=a._sfc_main$2;exports.UFModalAlert=a._sfc_main$3;exports.UFModalConfirmation=a._sfc_main$4;exports.UFModalPrompt=a._sfc_main$5;exports.default=a.PinkCupcakeComponents; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
dist/components/Pages/Admin/Group/GroupCreateModal.vue.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
declare function __VLS_template(): { | ||
slots: { | ||
default?(_: {}): any; | ||
}; | ||
refs: {}; | ||
attrs: Partial<{}>; | ||
}; | ||
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; | ||
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { | ||
saved: (...args: any[]) => void; | ||
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{ | ||
onSaved?: ((...args: any[]) => any) | undefined; | ||
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; | ||
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; | ||
export default _default; | ||
type __VLS_WithTemplateSlots<T, S> = T & { | ||
new (): { | ||
$slots: S; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Interface | ||
*/ | ||
interface GroupEditForm { | ||
slug: string; | ||
name: string; | ||
description: string; | ||
icon: string; | ||
} | ||
type __VLS_PublicProps = { | ||
modelValue?: GroupEditForm; | ||
}; | ||
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { | ||
submit: (...args: any[]) => void; | ||
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ | ||
onSubmit?: ((...args: any[]) => any) | undefined; | ||
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; | ||
export default _default; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.