@tager/admin-mail
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -14,4 +14,6 @@ import { Nullable, ResponseBody } from '@tager/admin-services'; | ||
query?: string; | ||
pageNumber?: number; | ||
pageSize?: number; | ||
}): Promise<ResponseBody<Array<EmailLog>>>; | ||
export declare function getEmailModuleConfiguration(): Promise<ResponseBody<EmailModuleConfig>>; | ||
export declare function getServiceTemplateList(): Promise<ResponseBody<Array<EmailServiceTemplate>>>; |
@@ -11,2 +11,5 @@ import { ColumnDefinition } from '@tager/admin-ui'; | ||
handleChange: (event: import("@tager/admin-ui").TableChangeEvent) => void; | ||
pageSize: import("@vue/composition-api").Ref<number>; | ||
pageNumber: import("@vue/composition-api").Ref<number>; | ||
pageCount: import("@vue/composition-api").ComputedRef<number>; | ||
}> & { | ||
@@ -25,2 +28,5 @@ [key: string]: unknown; | ||
handleChange: (event: import("@tager/admin-ui").TableChangeEvent) => void; | ||
pageSize: import("@vue/composition-api").Ref<number>; | ||
pageNumber: import("@vue/composition-api").Ref<number>; | ||
pageCount: import("@vue/composition-api").ComputedRef<number>; | ||
}>, { | ||
@@ -27,0 +33,0 @@ [x: string]: any; |
{ | ||
"name": "@tager/admin-mail", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"license": "MIT", | ||
@@ -27,5 +27,5 @@ "main": "dist/index.umd.js", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@tager/admin-layout": "^0.4.3", | ||
"@tager/admin-services": "^0.2.14", | ||
"@tager/admin-ui": "^0.8.1", | ||
"@tager/admin-layout": "^0.4.4", | ||
"@tager/admin-services": "^0.2.16", | ||
"@tager/admin-ui": "^0.8.5", | ||
"@types/node": "12.x", | ||
@@ -32,0 +32,0 @@ "@typescript-eslint/eslint-plugin": "^2.26.0", |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import { MenuItemType } from '@tager/admin-layout'; |
@@ -0,0 +0,0 @@ export const EMAIL_ROUTE_PATHS = { |
@@ -0,0 +0,0 @@ import { CustomRouteConfig } from '@tager/admin-layout'; |
@@ -0,0 +0,0 @@ import Vue, { CreateElement } from 'vue'; |
@@ -0,0 +0,0 @@ import { computed, Ref, ref } from '@vue/composition-api'; |
const EN = {}; | ||
export default EN; |
const RU = {}; | ||
export default RU; |
export * from './constants/routes'; | ||
export * from './constants/menu'; | ||
export * from './utils/paths'; |
@@ -39,2 +39,4 @@ import { Nullable, request, ResponseBody } from '@tager/admin-services'; | ||
query?: string; | ||
pageNumber?: number; | ||
pageSize?: number; | ||
}): Promise<ResponseBody<Array<EmailLog>>> { | ||
@@ -41,0 +43,0 @@ return request.get({ path: '/admin/mail/logs', params }); |
@@ -0,0 +0,0 @@ import { Nullable } from '@tager/admin-services'; |
@@ -0,0 +0,0 @@ /** Reference: https://stackoverflow.com/a/53999913 */ |
@@ -0,0 +0,0 @@ import Vue, { VNode } from 'vue'; |
@@ -0,0 +0,0 @@ declare module '*.vue' { |
@@ -0,0 +0,0 @@ import { compile } from 'path-to-regexp'; |
export { default } from './EmailLogList.vue'; |
export { default } from './EmailTemplateList.vue'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
234257
51
4489