@dragonmastery/dragoncore-vue 0.0.14 → 0.0.15
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/{CreateTeamForm-Dqh6otGC.js → CreateTeamForm-Cm8DOOXF.js} +1 -1
- package/dist/{CreateTeamMemberForm-CcNZz5lm.js → CreateTeamMemberForm-CcdQys0C.js} +1 -1
- package/dist/{CreditBalanceDashboard-4TBlnrdL.js → CreditBalanceDashboard-RLAnIiVN.js} +1 -1
- package/dist/{CreditManagement-Dxx54Hgt.js → CreditManagement-DGLhDOO5.js} +1 -1
- package/dist/{CustomerCreateSupportTicketForm-C-rf61Zr.js → CustomerCreateSupportTicketForm-Dv0ZMYrw.js} +1 -1
- package/dist/{CustomerSupportTicketDetailPage-DZQCplSM.js → CustomerSupportTicketDetailPage-ryM1_h1-.js} +2 -2
- package/dist/{CustomerSupportTicketDetailPage-DZQCplSM.js.map → CustomerSupportTicketDetailPage-ryM1_h1-.js.map} +1 -1
- package/dist/CustomerSupportTicketList-Cfe8gqiX.js +27 -0
- package/dist/{CustomerSupportTicketSuccess-DH4nAjH6.js → CustomerSupportTicketSuccess-DnnRkxsI.js} +1 -1
- package/dist/{EditTeamForm-D5KvJw43.js → EditTeamForm-DzEAqBhc.js} +1 -1
- package/dist/{ResetPassword-DRSaVSck.js → ResetPassword-COmnbNlg.js} +1 -1
- package/dist/{SavedFiltersPage-DyItk8Bp.js → SavedFiltersPage-rG33pF5X.js} +2 -2
- package/dist/{SavedFiltersPage-DyItk8Bp.js.map → SavedFiltersPage-rG33pF5X.js.map} +1 -1
- package/dist/{StaffCreateSupportTicketForm-C0eHfAfg.js → StaffCreateSupportTicketForm-CIDdUNcs.js} +1 -1
- package/dist/{StaffSupportTicketDetailPage-DY07Ez0R.js → StaffSupportTicketDetailPage-_ZOQgWv0.js} +2 -2
- package/dist/{StaffSupportTicketDetailPage-DY07Ez0R.js.map → StaffSupportTicketDetailPage-_ZOQgWv0.js.map} +1 -1
- package/dist/StaffSupportTicketList-DPIu3W50.js +27 -0
- package/dist/StaffSupportTicketSuccess-8lYa8_Sm.js +27 -0
- package/dist/{TeamAttachmentsTab-DIGshfO9.js → TeamAttachmentsTab-VUrIDPW6.js} +1 -1
- package/dist/{ViewTeam-BB7x8H0t.js → TeamList-BOXFY4cO.js} +2 -2
- package/dist/{TeamMemberList-DrjbJGw1.js → TeamMemberList-BwqpVaNc.js} +1 -1
- package/dist/{TeamMemberParent-9R1FYywk.js → TeamMemberParent-DIxwJ6EP.js} +1 -1
- package/dist/{TeamParent-DKzg6jC5.js → TeamParent-pEhBNWqh.js} +1 -1
- package/dist/{TimelineNoteInput-BVqF4MtZ.js → TimelineNoteInput-CdfuzIeI.js} +2 -2
- package/dist/{TimelineNoteInput-BVqF4MtZ.js.map → TimelineNoteInput-CdfuzIeI.js.map} +1 -1
- package/dist/{TeamList-BPUsUsmN.js → ViewTeam-Cexcjy9c.js} +2 -2
- package/dist/{ViewTeamMember-CRv1hkxG.js → ViewTeamMember-DKBKSsAc.js} +1 -1
- package/dist/index.d.ts +34 -34
- package/dist/index.js +1 -1
- package/dist/{src-TZ7YfTtl.js → src-BUN-mdXa.js} +23 -23
- package/dist/{src-TZ7YfTtl.js.map → src-BUN-mdXa.js.map} +1 -1
- package/package.json +3 -3
- package/dist/CustomerSupportTicketList-BxrZ5bUX.js +0 -27
- package/dist/StaffSupportTicketList-DSL7Fdg5.js +0 -27
- package/dist/StaffSupportTicketSuccess-BXqidJUr.js +0 -27
|
@@ -3157,7 +3157,7 @@ const teamMemberRoutes = [
|
|
|
3157
3157
|
{
|
|
3158
3158
|
path: teamMemberPaths.list.path,
|
|
3159
3159
|
name: teamMemberPaths.list.name,
|
|
3160
|
-
component: () => import("./TeamMemberList-
|
|
3160
|
+
component: () => import("./TeamMemberList-BwqpVaNc.js"),
|
|
3161
3161
|
beforeEnter: [userAuthenticated],
|
|
3162
3162
|
meta: {
|
|
3163
3163
|
title: "Team Members",
|
|
@@ -3167,7 +3167,7 @@ const teamMemberRoutes = [
|
|
|
3167
3167
|
{
|
|
3168
3168
|
path: teamMemberPaths.create.path,
|
|
3169
3169
|
name: teamMemberPaths.create.name,
|
|
3170
|
-
component: () => import("./CreateTeamMemberForm-
|
|
3170
|
+
component: () => import("./CreateTeamMemberForm-CcdQys0C.js"),
|
|
3171
3171
|
beforeEnter: [userAuthenticated],
|
|
3172
3172
|
meta: {
|
|
3173
3173
|
title: "Create Team Member",
|
|
@@ -3176,7 +3176,7 @@ const teamMemberRoutes = [
|
|
|
3176
3176
|
},
|
|
3177
3177
|
{
|
|
3178
3178
|
path: teamMemberPaths.view.path,
|
|
3179
|
-
component: () => import("./TeamMemberParent-
|
|
3179
|
+
component: () => import("./TeamMemberParent-DIxwJ6EP.js"),
|
|
3180
3180
|
beforeEnter: [userAuthenticated],
|
|
3181
3181
|
meta: { sectionTabs: [{
|
|
3182
3182
|
id: "view",
|
|
@@ -3190,7 +3190,7 @@ const teamMemberRoutes = [
|
|
|
3190
3190
|
children: [{
|
|
3191
3191
|
path: "",
|
|
3192
3192
|
name: teamMemberPaths.view.name,
|
|
3193
|
-
component: () => import("./ViewTeamMember-
|
|
3193
|
+
component: () => import("./ViewTeamMember-DKBKSsAc.js"),
|
|
3194
3194
|
meta: {
|
|
3195
3195
|
title: "View Team Member",
|
|
3196
3196
|
description: "View team member details",
|
|
@@ -3263,7 +3263,7 @@ const teamRoutes = [{
|
|
|
3263
3263
|
{
|
|
3264
3264
|
path: teamPaths.list.path,
|
|
3265
3265
|
name: teamPaths.list.name,
|
|
3266
|
-
component: () => import("./TeamList-
|
|
3266
|
+
component: () => import("./TeamList-BOXFY4cO.js"),
|
|
3267
3267
|
meta: {
|
|
3268
3268
|
title: "Teams",
|
|
3269
3269
|
description: "Manage teams",
|
|
@@ -3281,7 +3281,7 @@ const teamRoutes = [{
|
|
|
3281
3281
|
{
|
|
3282
3282
|
path: teamPaths.create.path,
|
|
3283
3283
|
name: teamPaths.create.name,
|
|
3284
|
-
component: () => import("./CreateTeamForm-
|
|
3284
|
+
component: () => import("./CreateTeamForm-Cm8DOOXF.js"),
|
|
3285
3285
|
meta: {
|
|
3286
3286
|
title: "Create Team",
|
|
3287
3287
|
description: "Create new team",
|
|
@@ -3296,7 +3296,7 @@ const teamRoutes = [{
|
|
|
3296
3296
|
},
|
|
3297
3297
|
{
|
|
3298
3298
|
path: teamPaths.view.path,
|
|
3299
|
-
component: () => import("./TeamParent-
|
|
3299
|
+
component: () => import("./TeamParent-pEhBNWqh.js"),
|
|
3300
3300
|
meta: { sectionTabs: [
|
|
3301
3301
|
{
|
|
3302
3302
|
id: "view",
|
|
@@ -3333,7 +3333,7 @@ const teamRoutes = [{
|
|
|
3333
3333
|
{
|
|
3334
3334
|
path: "",
|
|
3335
3335
|
name: teamPaths.view.name,
|
|
3336
|
-
component: () => import("./ViewTeam-
|
|
3336
|
+
component: () => import("./ViewTeam-Cexcjy9c.js"),
|
|
3337
3337
|
meta: {
|
|
3338
3338
|
title: "View Team",
|
|
3339
3339
|
description: "View team details",
|
|
@@ -3343,7 +3343,7 @@ const teamRoutes = [{
|
|
|
3343
3343
|
{
|
|
3344
3344
|
path: teamPaths.edit.path,
|
|
3345
3345
|
name: teamPaths.edit.name,
|
|
3346
|
-
component: () => import("./EditTeamForm-
|
|
3346
|
+
component: () => import("./EditTeamForm-DzEAqBhc.js"),
|
|
3347
3347
|
meta: {
|
|
3348
3348
|
title: "Edit Team",
|
|
3349
3349
|
description: "Edit team details",
|
|
@@ -3363,7 +3363,7 @@ const teamRoutes = [{
|
|
|
3363
3363
|
{
|
|
3364
3364
|
path: teamPaths.attachments.path,
|
|
3365
3365
|
name: teamPaths.attachments.name,
|
|
3366
|
-
component: () => import("./TeamAttachmentsTab-
|
|
3366
|
+
component: () => import("./TeamAttachmentsTab-VUrIDPW6.js"),
|
|
3367
3367
|
meta: {
|
|
3368
3368
|
title: "Team Attachments",
|
|
3369
3369
|
description: "View and manage attachments",
|
|
@@ -4909,7 +4909,7 @@ function useSavedFilters(config) {
|
|
|
4909
4909
|
const savedFilterRoutes = [{
|
|
4910
4910
|
path: "/saved-filters",
|
|
4911
4911
|
name: "SavedFilters",
|
|
4912
|
-
component: () => import("./SavedFiltersPage-
|
|
4912
|
+
component: () => import("./SavedFiltersPage-rG33pF5X.js"),
|
|
4913
4913
|
beforeEnter: [userAuthenticated],
|
|
4914
4914
|
meta: {
|
|
4915
4915
|
title: "Saved Filters",
|
|
@@ -5626,7 +5626,7 @@ const customerSupportTicketRoutes = [{
|
|
|
5626
5626
|
{
|
|
5627
5627
|
path: customerSupportPaths.customer_list.path,
|
|
5628
5628
|
name: customerSupportPaths.customer_list.name,
|
|
5629
|
-
component: () => import("./CustomerSupportTicketList-
|
|
5629
|
+
component: () => import("./CustomerSupportTicketList-Cfe8gqiX.js"),
|
|
5630
5630
|
beforeEnter: (to) => customerListPresetGuard(to),
|
|
5631
5631
|
meta: {
|
|
5632
5632
|
title: "Tickets",
|
|
@@ -5645,7 +5645,7 @@ const customerSupportTicketRoutes = [{
|
|
|
5645
5645
|
{
|
|
5646
5646
|
path: customerSupportPaths.customer_create.path,
|
|
5647
5647
|
name: customerSupportPaths.customer_create.name,
|
|
5648
|
-
component: () => import("./CustomerCreateSupportTicketForm-
|
|
5648
|
+
component: () => import("./CustomerCreateSupportTicketForm-Dv0ZMYrw.js"),
|
|
5649
5649
|
meta: {
|
|
5650
5650
|
title: "Create Support Ticket",
|
|
5651
5651
|
description: "Create new support ticket",
|
|
@@ -5661,7 +5661,7 @@ const customerSupportTicketRoutes = [{
|
|
|
5661
5661
|
{
|
|
5662
5662
|
path: customerSupportPaths.customer_create_success.path,
|
|
5663
5663
|
name: customerSupportPaths.customer_create_success.name,
|
|
5664
|
-
component: () => import("./CustomerSupportTicketSuccess-
|
|
5664
|
+
component: () => import("./CustomerSupportTicketSuccess-DnnRkxsI.js"),
|
|
5665
5665
|
meta: {
|
|
5666
5666
|
title: "Support Ticket Submitted",
|
|
5667
5667
|
description: "Support ticket submitted successfully",
|
|
@@ -5691,7 +5691,7 @@ const customerSupportTicketRoutes = [{
|
|
|
5691
5691
|
children: [{
|
|
5692
5692
|
path: "",
|
|
5693
5693
|
name: customerSupportPaths.customer_view.name,
|
|
5694
|
-
component: () => import("./CustomerSupportTicketDetailPage-
|
|
5694
|
+
component: () => import("./CustomerSupportTicketDetailPage-ryM1_h1-.js"),
|
|
5695
5695
|
meta: {
|
|
5696
5696
|
title: "View Support Ticket",
|
|
5697
5697
|
description: "View support ticket details"
|
|
@@ -5768,7 +5768,7 @@ const staffSupportTicketRoutes = [{
|
|
|
5768
5768
|
{
|
|
5769
5769
|
path: staffSupportPaths.staff_list.path,
|
|
5770
5770
|
name: staffSupportPaths.staff_list.name,
|
|
5771
|
-
component: () => import("./StaffSupportTicketList-
|
|
5771
|
+
component: () => import("./StaffSupportTicketList-DPIu3W50.js"),
|
|
5772
5772
|
beforeEnter: (to) => staffListPresetGuard(to),
|
|
5773
5773
|
meta: {
|
|
5774
5774
|
title: "Manage Support",
|
|
@@ -5782,7 +5782,7 @@ const staffSupportTicketRoutes = [{
|
|
|
5782
5782
|
{
|
|
5783
5783
|
path: staffSupportPaths.staff_create.path,
|
|
5784
5784
|
name: staffSupportPaths.staff_create.name,
|
|
5785
|
-
component: () => import("./StaffCreateSupportTicketForm-
|
|
5785
|
+
component: () => import("./StaffCreateSupportTicketForm-CIDdUNcs.js"),
|
|
5786
5786
|
meta: {
|
|
5787
5787
|
title: "Create Support Ticket",
|
|
5788
5788
|
description: "Create new support ticket item",
|
|
@@ -5798,7 +5798,7 @@ const staffSupportTicketRoutes = [{
|
|
|
5798
5798
|
{
|
|
5799
5799
|
path: staffSupportPaths.staff_create_success.path,
|
|
5800
5800
|
name: staffSupportPaths.staff_create_success.name,
|
|
5801
|
-
component: () => import("./StaffSupportTicketSuccess-
|
|
5801
|
+
component: () => import("./StaffSupportTicketSuccess-8lYa8_Sm.js"),
|
|
5802
5802
|
meta: {
|
|
5803
5803
|
title: "Support Ticket Created",
|
|
5804
5804
|
description: "Support ticket created successfully",
|
|
@@ -5828,7 +5828,7 @@ const staffSupportTicketRoutes = [{
|
|
|
5828
5828
|
children: [{
|
|
5829
5829
|
path: "",
|
|
5830
5830
|
name: staffSupportPaths.staff_edit.name,
|
|
5831
|
-
component: () => import("./StaffSupportTicketDetailPage-
|
|
5831
|
+
component: () => import("./StaffSupportTicketDetailPage-_ZOQgWv0.js"),
|
|
5832
5832
|
meta: {
|
|
5833
5833
|
title: "View Support Ticket",
|
|
5834
5834
|
description: "View support ticket details"
|
|
@@ -8372,7 +8372,7 @@ const baseRoutes = [
|
|
|
8372
8372
|
{
|
|
8373
8373
|
path: authPaths.reset_password.path,
|
|
8374
8374
|
name: authPaths.reset_password.name,
|
|
8375
|
-
component: () => import("./ResetPassword-
|
|
8375
|
+
component: () => import("./ResetPassword-COmnbNlg.js"),
|
|
8376
8376
|
meta: {
|
|
8377
8377
|
title: "Reset Password",
|
|
8378
8378
|
description: "Reset Password page for Category 5 App"
|
|
@@ -8609,7 +8609,7 @@ const adminRoutes = [{
|
|
|
8609
8609
|
{
|
|
8610
8610
|
path: "credit-management",
|
|
8611
8611
|
name: "CreditManagement",
|
|
8612
|
-
component: () => import("./CreditManagement-
|
|
8612
|
+
component: () => import("./CreditManagement-DGLhDOO5.js"),
|
|
8613
8613
|
meta: {
|
|
8614
8614
|
title: "Credit Management",
|
|
8615
8615
|
description: "Manage customer credits and allocations",
|
|
@@ -8650,7 +8650,7 @@ const creditRoutes = [{
|
|
|
8650
8650
|
children: [{
|
|
8651
8651
|
path: creditPaths.credit_balance.path,
|
|
8652
8652
|
name: creditPaths.credit_balance.name,
|
|
8653
|
-
component: () => import("./CreditBalanceDashboard-
|
|
8653
|
+
component: () => import("./CreditBalanceDashboard-RLAnIiVN.js"),
|
|
8654
8654
|
meta: {
|
|
8655
8655
|
title: "Credit Balance",
|
|
8656
8656
|
description: "View your current credit balance and history.",
|
|
@@ -9256,4 +9256,4 @@ var CreditManagement_default = _sfc_main;
|
|
|
9256
9256
|
|
|
9257
9257
|
//#endregion
|
|
9258
9258
|
export { savedFilterRoutes as $, Sidebar_default as $t, adminSupportTicketUpdateSchemaWithMetadata as A, staffOnly as At, customerSupportTicketRowSchemaWithMetadata as B, SummarySection_default as Bt, SupportTicketAttachments_default as C, userRoutes as Ct, adminSupportTicketRowSchemaWithMetadata as D, createSuperAdminOnlyGuard as Dt, StaffSupportTicketList_default as E, createStaffOnlyGuard as Et, CancelInternalTaskWorkflow_default as F, buildQueryWithFilters as Ft, SupportTicketTimeline_default as G, KeyValueEditor_default as Gt, CustomerCreateSupportTicketForm_default as H, RecordVersionList_default as Ht, ApproveRejectActions_default as I, deserializeFiltersFromQueryParams as It, customerSupportPaths as J, FieldDisplay_default as Jt, staffSupportPaths as K, FileManager_default as Kt, CustomerCreditBalance_default as L, extractFiltersFromQuery as Lt, ConvertToInternalWorkflow_default as M, userIsSuperAdmin as Mt, ConvertToCustomerWorkflow_default as N, userAlreadyLoggedIn as Nt, StaffCreateSupportTicketForm_default as O, createUserAuthorizedGuard as Ot, CompleteSupportTicketForm_default as P, timezones as Pt, SaveFilterModal_default as Q, Admin_default as Qt, CustomerSupportTicketSuccess_default as R, serializeFiltersToQueryParams as Rt, adminSupportTicketFiltersSchemaWithMetadata as S, teamUpdateSchemaWithMetadata as St, StaffSupportTicketSuccess_default as T, createLeadOrStaffOnlyGuard as Tt, customerSupportTicketCreateSchemaWithMetadata as U, RecordChangesSummary_default as Ut, SupportTicketStatusBadge_default as V, RecordVersionViewer_default as Vt, customerSupportTicketUpdateSchemaWithMetadata as W, LoadingErrorStates_default as Wt, SavedFilterPresets_default as X, Default_default as Xt, customerSupportTicketRoutes as Y, InApp_default as Yt, ManagePresetsModal_default as Z, Auth_default as Zt, resetPasswordSchemaWithMetadata as _, teamPaths as _t, addCreditsSchemaWithMetadata as a, RightSidebar_default as an, TeamMemberList_default as at, useSupportTicketStatus as b, teamMemberRoutes as bt, CreditTransactionHistory_default as c, LoginButton_default as cn, CreateTeamMemberForm_default as ct, CreditBalanceOverview_default as d, AppHeader_default as dn, TeamList_default as dt, PINNED_PRESETS_KEY as en, useSavedFilters as et, creditPaths as f, AppTabNavigation_default as fn, teamRowSchemaWithMetadata as ft, ResetPassword_default as g, CreateTeamForm_default as gt, SocialLoginButtons_default as h, EditTeamForm_default as ht, AddCredits_default as i, useBuildTag as in, TeamMemberParent_default as it, ReactivateInternalTaskWorkflow_default as j, userAuthenticated as jt, adminSupportTicketCreateSchemaWithMetadata as k, leadOrStaffOnly as kt, CreditTransactionTypeBadge_default as l, InputModal_default as ln, ViewTeam_default as lt, adminRoutes as m, TeamAttachmentsTab_default as mt, SetMonthlyAllocation_default as n, usePinnedPresets as nn, getLastUsedPresetRedirect as nt, setMonthlyAllocationSchemaWithMetadata as o, NotFound_default as on, teamMemberRowSchemaWithMetadata as ot, creditRoutes as p, DragoncoreVue as pn, teamFiltersSchemaWithMetadata as pt, staffSupportTicketRoutes as q, FieldGroup_default as qt, ResetMonthlyBalance_default as r, MS as rn, ViewTeamMember_default as rt, CreditBalanceDashboard_default as s, Navbar_default as sn, teamMemberFiltersSchemaWithMetadata as st, CreditManagement_default as t, useInjectedPinnedPresets as tn, createLastUsedPresetGuard as tt, creditTransactionRowSchemaWithMetadata as u, BaseModal_default as un, TeamParent_default as ut, authPaths as v, teamRoutes as vt, CreditBalanceWidget_default as w, createAuthenticatedGuard as wt, useSupportTicketPermissions as x, teamCreateSchemaWithMetadata as xt, authRoutes as y, teamMemberPaths as yt, CustomerSupportTicketList_default as z, useUserLookup as zt };
|
|
9259
|
-
//# sourceMappingURL=src-
|
|
9259
|
+
//# sourceMappingURL=src-BUN-mdXa.js.map
|