aquasis-fe-components 1.2.16 → 1.3.1
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/aquasis-fe-components.js +60218 -62078
- package/dist/aquasis-fe-components.umd.cjs +146 -152
- package/dist/helpers/user.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/lib/ReleaseNote/ReleaseNoteConnector.d.ts +1 -20
- package/dist/lib/UserModal/UserModalConnector.d.ts +3 -15
- package/dist/lib/UserModal/UserTab1/index.d.ts +2 -5
- package/dist/lib/UserModal/index.d.ts +3 -0
- package/dist/reactQuery/index.d.ts +0 -2
- package/dist/services/userServices.d.ts +1 -2
- package/package.json +6 -4
- package/dist/connector/index.d.ts +0 -156
- package/dist/i18n/locales/br.json.d.ts +0 -118
- package/dist/i18n/locales/en.json.d.ts +0 -119
- package/dist/i18n/locales/es.json.d.ts +0 -118
- package/dist/i18n/locales/jp.json.d.ts +0 -816
- package/dist/i18n/locales/pt.json.d.ts +0 -118
- package/dist/i18n/locales/ro.json.d.ts +0 -118
package/dist/helpers/user.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AxiosResponse } from 'axios';
|
|
2
|
-
export declare const maintainUserHandler: (promise: Promise<AxiosResponse<unknown, any>>,
|
|
2
|
+
export declare const maintainUserHandler: (promise: Promise<AxiosResponse<unknown, any>>, callback?: () => void) => Promise<void>;
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.helpdesk__container .ant-card .ant-card-body{height:100%;max-height:80dvh;overflow-y:auto}.helpdesk__content{border-radius:10px;padding:10px;max-width:400px;background-color:#f7f7f7}.helpdesk__title{padding:10px 16px}.helpdesk__title.ant-typography{color:#60c5cf}.helpdesk__fields-files{flex-direction:column;margin-top:10px;width:100%}.helpdesk__fields-files .ant-upload-list{margin-top:5px;width:100%}body.dark .helpdesk__content{background-color:#333}.form__item-multiTable .ant-transfer-list-body-customize-wrapper{overflow-y:auto}.release-notes-image.ant-upload-wrapper{width:100%}*{padding:0;margin:0;box-sizing:border-box}body{height:100vh;width:100vw;overflow:hidden;background-color:#fff}body #root{height:100%}body ::placeholder{color:#919191}body .map-container{height:90dvh;width:100%}body .map-container canvas{border-radius:8px}body .map-widgets-wrapper{padding:0;min-width:400px;max-height:540px;overflow-y:auto}body .page__title-container{margin:0;padding:10px 20px;height:auto;border-bottom:1px solid rgba(5,5,5,.06)}body .page__title-container h1,body .page__title-container h2,body .page__title-container h3,body .page__title-container h4,body .page__title-container h5{color:#60c5cf;margin:0}body .recaptcha{display:flex;justify-content:center;width:100%;margin-bottom:24px}body .ant-layout-sider-trigger{border-right:1px solid rgba(5,5,5,.06)}body .ant-skeleton.ant-skeleton-element,body .ant-skeleton.ant-skeleton-element .ant-skeleton-image{width:100%;height:100%}body .filter__buttons{display:flex;align-items:center;justify-content:center;width:100%;gap:10px}body .ant-form-item .ant-form-item-control-input{min-height:32px}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content{display:flex}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content .ant-upload-wrapper{display:flex;align-items:center}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content .ant-upload-wrapper .ant-upload-list-item{margin:0 0 0 10px}body .avatar-uploader.ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload,body .avatar-uploader.ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-select{margin-inline-end:0;margin-bottom:0}body .avatar-uploader .float-btn{opacity:0;position:absolute;bottom:3px;left:40%;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center}body .avatar-uploader .float-btn-container{width:100%;height:100%;display:flex;justify-content:center}body .avatar-uploader .float-btn-container:hover .float-btn{opacity:1}body .rule-form-badge{margin-right:5px}body .rule-form-badge.ant-badge.ant-badge-status .ant-badge-status-dot{width:20px;height:20px}body .skeleton__loading{height:100%}body .ant-list-items .ant-list-item .ant-list-item-action{margin-inline-start:12px}body .ant-notification .ant-notification-notice.table-notification{min-width:500px}body .ant-notification .ant-notification-notice.notification-error{width:250px;padding:14px 16px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-icon{font-size:20px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-close{top:14px;right:14px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-message{font-size:14px;margin-inline-start:30px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-description{font-size:12px;margin-inline-start:30px}body .ant-spin-nested-loading,body .ant-spin-nested-loading .ant-spin-container{height:100%;width:100%}body .ant-skeleton.ant-skeleton-element.custom-skeleton{display:flex}body .esri-attribution{display:none}body .ant-carousel .slick-slider .slick-arrow{color:#60c5cf}body .ant-carousel .slick-slider .slick-dots>li>button{background:#60c5cf}body .ant-carousel .slick-slider .slick-list .slick-track .slick-slide{width:100%}body.dark{background-color:#333}body.dark .ant-layout-sider-trigger{border-right:1px solid rgba(253,253,253,.12)}body.dark .page__title-container{border-bottom:1px solid rgba(253,253,253,.12)}body.dark .ant-popover .ant-popover-arrow{--antd-arrow-background-color: #3b3b3b}body.dark .ant-popover .ant-popover-content .ant-popover-inner{background-color:#3b3b3b}body.dark .ant-badge .ant-badge-count{color:#fff;box-shadow:0 0 0 1px #3b3b3b}
|
|
1
|
+
.helpdesk__container .ant-card .ant-card-body{height:100%;max-height:80dvh;overflow-y:auto}.helpdesk__content{border-radius:10px;padding:10px;max-width:400px;background-color:#f7f7f7}.helpdesk__title{padding:10px 16px}.helpdesk__title.ant-typography{color:#60c5cf}.helpdesk__fields-files{flex-direction:column;margin-top:10px;width:100%}.helpdesk__fields-files .ant-upload-list{margin-top:5px;width:100%}body.dark .helpdesk__content{background-color:#333}.form__item-multiTable .ant-transfer-list-body-customize-wrapper{overflow-y:auto}.release-notes-image.ant-upload-wrapper{width:100%}.addUser__modal .ant-form-item-control-input{min-height:0}*{padding:0;margin:0;box-sizing:border-box}body{height:100vh;width:100vw;overflow:hidden;background-color:#fff}body #root{height:100%}body ::placeholder{color:#919191}body .map-container{height:90dvh;width:100%}body .map-container canvas{border-radius:8px}body .map-widgets-wrapper{padding:0;min-width:400px;max-height:540px;overflow-y:auto}body .page__title-container{margin:0;padding:10px 20px;height:auto;border-bottom:1px solid rgba(5,5,5,.06)}body .page__title-container h1,body .page__title-container h2,body .page__title-container h3,body .page__title-container h4,body .page__title-container h5{color:#60c5cf;margin:0}body .recaptcha{display:flex;justify-content:center;width:100%;margin-bottom:24px}body .ant-layout-sider-trigger{border-right:1px solid rgba(5,5,5,.06)}body .ant-skeleton.ant-skeleton-element,body .ant-skeleton.ant-skeleton-element .ant-skeleton-image{width:100%;height:100%}body .filter__buttons{display:flex;align-items:center;justify-content:center;width:100%;gap:10px}body .ant-form-item .ant-form-item-control-input{min-height:32px}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content{display:flex}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content .ant-upload-wrapper{display:flex;align-items:center}body .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content .ant-upload-wrapper .ant-upload-list-item{margin:0 0 0 10px}body .avatar-uploader.ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload,body .avatar-uploader.ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-select{margin-inline-end:0;margin-bottom:0}body .avatar-uploader .float-btn{opacity:0;position:absolute;bottom:3px;left:40%;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center}body .avatar-uploader .float-btn-container{width:100%;height:100%;display:flex;justify-content:center}body .avatar-uploader .float-btn-container:hover .float-btn{opacity:1}body .rule-form-badge{margin-right:5px}body .rule-form-badge.ant-badge.ant-badge-status .ant-badge-status-dot{width:20px;height:20px}body .skeleton__loading{height:100%}body .ant-list-items .ant-list-item .ant-list-item-action{margin-inline-start:12px}body .ant-notification .ant-notification-notice.table-notification{min-width:500px}body .ant-notification .ant-notification-notice.notification-error{width:250px;padding:14px 16px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-icon{font-size:20px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-close{top:14px;right:14px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-message{font-size:14px;margin-inline-start:30px}body .ant-notification .ant-notification-notice.notification-error .ant-notification-notice-description{font-size:12px;margin-inline-start:30px}body .ant-spin-nested-loading,body .ant-spin-nested-loading .ant-spin-container{height:100%;width:100%}body .ant-skeleton.ant-skeleton-element.custom-skeleton{display:flex}body .esri-attribution{display:none}body .ant-carousel .slick-slider .slick-arrow{color:#60c5cf}body .ant-carousel .slick-slider .slick-dots>li>button{background:#60c5cf}body .ant-carousel .slick-slider .slick-list .slick-track .slick-slide{width:100%}body.dark{background-color:#333}body.dark .ant-layout-sider-trigger{border-right:1px solid rgba(253,253,253,.12)}body.dark .page__title-container{border-bottom:1px solid rgba(253,253,253,.12)}body.dark .ant-popover .ant-popover-arrow{--antd-arrow-background-color: #3b3b3b}body.dark .ant-popover .ant-popover-content .ant-popover-inner{background-color:#3b3b3b}body.dark .ant-badge .ant-badge-count{color:#fff;box-shadow:0 0 0 1px #3b3b3b}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ConnectedHelpdesk as Helpdesk } from './lib/Helpdesk/HelpdeskConnector';
|
|
2
2
|
import { ReleaseNotesConnector as ReleaseNote } from './lib/ReleaseNote/ReleaseNoteConnector';
|
|
3
|
+
import { UserModalConnector as UserModal } from './lib/UserModal/UserModalConnector';
|
|
4
|
+
import { default as i18n } from './i18n';
|
|
3
5
|
export type * from './types/app';
|
|
4
6
|
export type * from './types/helpdesk';
|
|
5
7
|
export type * from './types/releaseNotes';
|
|
6
|
-
export
|
|
8
|
+
export type * from './types/user';
|
|
9
|
+
export { Helpdesk, i18n, ReleaseNote, UserModal };
|
|
@@ -1,23 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
declare const ReleaseNotesConnector: import('react-redux').ConnectedComponent<import('react').ComponentType<import('react-redux').Matching<{
|
|
3
|
-
language: import('../..').Language | undefined;
|
|
4
|
-
theme: import('../../enums/app').Themes;
|
|
5
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, ReleaseNoteProps & import('../../connector').LanguageProps>>, {
|
|
6
|
-
addBtnLabel?: string | undefined;
|
|
7
|
-
addBtnTooltipText?: string | undefined;
|
|
8
|
-
release2edit?: import('../..').IReleaseNote | undefined;
|
|
9
|
-
beforeOpenModal?: (() => void) | undefined;
|
|
10
|
-
beforeCloseModal?: (() => void) | undefined;
|
|
11
|
-
afterSubmit?: (() => void) | undefined;
|
|
12
|
-
showAddBtn?: boolean | undefined;
|
|
13
|
-
context?: import('react').Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
14
|
-
store?: import('redux').Store | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
ref?: import('react').LegacyRef<import('react').Component<import('react-redux').Matching<{
|
|
17
|
-
language: import('../..').Language | undefined;
|
|
18
|
-
theme: import('../../enums/app').Themes;
|
|
19
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, ReleaseNoteProps & import('../../connector').LanguageProps>, any, any>> | undefined;
|
|
20
|
-
key?: import('react').Key | null | undefined;
|
|
1
|
+
declare const ReleaseNotesConnector: import('react-redux').ConnectedComponent<import('react').FC<import('.').ReleaseNoteProps>, {
|
|
21
2
|
addBtnLabel?: string | undefined;
|
|
22
3
|
addBtnTooltipText?: string | undefined;
|
|
23
4
|
release2edit?: import('../..').IReleaseNote | undefined;
|
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
language: import('../..').Language | undefined;
|
|
4
|
-
theme: import('../../enums/app').Themes;
|
|
5
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, UserModalProps & import('../../connector').LanguageProps>>, {
|
|
6
|
-
onCancel: () => void;
|
|
7
|
-
isOpen: boolean;
|
|
8
|
-
context?: import('react').Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
9
|
-
store?: import('redux').Store | undefined;
|
|
10
|
-
} | {
|
|
11
|
-
ref?: import('react').LegacyRef<import('react').Component<import('react-redux').Matching<{
|
|
12
|
-
language: import('../..').Language | undefined;
|
|
13
|
-
theme: import('../../enums/app').Themes;
|
|
14
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, UserModalProps & import('../../connector').LanguageProps>, any, any>> | undefined;
|
|
15
|
-
key?: import('react').Key | null | undefined;
|
|
1
|
+
declare const UserModalConnector: import('react-redux').ConnectedComponent<import('react').FC<import('.').UserModalProps>, {
|
|
2
|
+
user: import('../..').IUser;
|
|
16
3
|
onCancel: () => void;
|
|
4
|
+
isLoading?: boolean | undefined;
|
|
17
5
|
isOpen: boolean;
|
|
18
6
|
context?: import('react').Context<import('react-redux').ReactReduxContextValue<any, import('redux').UnknownAction> | null> | undefined;
|
|
19
7
|
store?: import('redux').Store | undefined;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { IApp } from '../types/app';
|
|
2
2
|
import { GetReleaseNotePayload, IReleaseNote } from '../types/releaseNotes';
|
|
3
|
-
import { IUser } from '../types/user';
|
|
4
3
|
import { AxiosError } from 'axios';
|
|
5
4
|
export declare const useGetApps: () => import('react-query').UseQueryResult<IApp[], AxiosError<unknown, any>>;
|
|
6
5
|
export declare const useGetReleases: (payload: GetReleaseNotePayload) => import('react-query').UseQueryResult<IReleaseNote[], AxiosError<unknown, any>>;
|
|
7
|
-
export declare const useGetUser: () => import('react-query').UseQueryResult<IUser, AxiosError<unknown, any>>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const getUser: (userId: string) => Promise<IUser>;
|
|
1
|
+
import { UserPayload } from '../types/user';
|
|
3
2
|
export declare const maintainUser: (payload: UserPayload) => Promise<import('axios').AxiosResponse<any, any>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aquasis-fe-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"author": "Ewerton Souza",
|
|
@@ -15,8 +15,10 @@
|
|
|
15
15
|
"publish-beta": "npm publish --tag beta"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
+
"i18next": "^24.0.2",
|
|
18
19
|
"react": "18.x",
|
|
19
|
-
"react-dom": "18.x"
|
|
20
|
+
"react-dom": "18.x",
|
|
21
|
+
"react-i18next": "^15.1.1"
|
|
20
22
|
},
|
|
21
23
|
"files": [
|
|
22
24
|
"dist"
|
|
@@ -98,11 +100,11 @@
|
|
|
98
100
|
"axios": "^1.7.7",
|
|
99
101
|
"dayjs": "^1.11.13",
|
|
100
102
|
"hoist-non-react-statics": "^3.3.2",
|
|
101
|
-
"i18next": "^
|
|
103
|
+
"i18next": "^24.0.2",
|
|
102
104
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
103
105
|
"react": "^18.3.1",
|
|
104
106
|
"react-dom": "^18.3.1",
|
|
105
|
-
"react-i18next": "^15.
|
|
107
|
+
"react-i18next": "^15.1.1",
|
|
106
108
|
"react-query": "^3.39.3",
|
|
107
109
|
"react-redux": "^9.1.2",
|
|
108
110
|
"react-router-dom": "^6.27.0",
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import { Themes } from '../enums/app';
|
|
2
|
-
import { Language } from '../types/app';
|
|
3
|
-
import { ComponentType } from 'react';
|
|
4
|
-
export interface LanguageProps {
|
|
5
|
-
language: Language;
|
|
6
|
-
theme: Themes;
|
|
7
|
-
}
|
|
8
|
-
declare function withLanguage<P>(WrappedComponent: ComponentType<P>): import('react-redux').ConnectedComponent<ComponentType<import('react-redux').Matching<{
|
|
9
|
-
language: Language | undefined;
|
|
10
|
-
theme: Themes;
|
|
11
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>>, (import('react-redux').DistributiveOmit<import('react-redux').Matching<{
|
|
12
|
-
language: Language | undefined;
|
|
13
|
-
theme: Themes;
|
|
14
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
15
|
-
language: Language | undefined;
|
|
16
|
-
theme: Themes;
|
|
17
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
18
|
-
language: Language | undefined;
|
|
19
|
-
theme: Themes;
|
|
20
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
21
|
-
language: Language | undefined;
|
|
22
|
-
theme: Themes;
|
|
23
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react-redux').Matching<{
|
|
24
|
-
language: Language | undefined;
|
|
25
|
-
theme: Themes;
|
|
26
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>> extends infer T ? { [k in keyof T]: (import('react-redux').DistributiveOmit<import('react-redux').Matching<{
|
|
27
|
-
language: Language | undefined;
|
|
28
|
-
theme: Themes;
|
|
29
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
30
|
-
language: Language | undefined;
|
|
31
|
-
theme: Themes;
|
|
32
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
33
|
-
language: Language | undefined;
|
|
34
|
-
theme: Themes;
|
|
35
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
36
|
-
language: Language | undefined;
|
|
37
|
-
theme: Themes;
|
|
38
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react-redux').Matching<{
|
|
39
|
-
language: Language | undefined;
|
|
40
|
-
theme: Themes;
|
|
41
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>>)[k]; } : never) | (import('react-redux').DistributiveOmit<import('react-redux').Matching<{
|
|
42
|
-
language: Language | undefined;
|
|
43
|
-
theme: Themes;
|
|
44
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
45
|
-
language: Language | undefined;
|
|
46
|
-
theme: Themes;
|
|
47
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
48
|
-
language: Language | undefined;
|
|
49
|
-
theme: Themes;
|
|
50
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
51
|
-
language: Language | undefined;
|
|
52
|
-
theme: Themes;
|
|
53
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
54
|
-
language: Language | undefined;
|
|
55
|
-
theme: Themes;
|
|
56
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
57
|
-
language: Language | undefined;
|
|
58
|
-
theme: Themes;
|
|
59
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>> extends infer T_1 ? { [k_1 in keyof T_1]: (import('react-redux').DistributiveOmit<import('react-redux').Matching<{
|
|
60
|
-
language: Language | undefined;
|
|
61
|
-
theme: Themes;
|
|
62
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
63
|
-
language: Language | undefined;
|
|
64
|
-
theme: Themes;
|
|
65
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
66
|
-
language: Language | undefined;
|
|
67
|
-
theme: Themes;
|
|
68
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
69
|
-
language: Language | undefined;
|
|
70
|
-
theme: Themes;
|
|
71
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
72
|
-
language: Language | undefined;
|
|
73
|
-
theme: Themes;
|
|
74
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
75
|
-
language: Language | undefined;
|
|
76
|
-
theme: Themes;
|
|
77
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>>)[k_1]; } : never) | (import('react-redux').DistributiveOmit<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
78
|
-
language: Language | undefined;
|
|
79
|
-
theme: Themes;
|
|
80
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
81
|
-
language: Language | undefined;
|
|
82
|
-
theme: Themes;
|
|
83
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
84
|
-
language: Language | undefined;
|
|
85
|
-
theme: Themes;
|
|
86
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
87
|
-
language: Language | undefined;
|
|
88
|
-
theme: Themes;
|
|
89
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
90
|
-
language: Language | undefined;
|
|
91
|
-
theme: Themes;
|
|
92
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react-redux').Matching<{
|
|
93
|
-
language: Language | undefined;
|
|
94
|
-
theme: Themes;
|
|
95
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>> extends infer T_2 ? { [k_2 in keyof T_2]: (import('react-redux').DistributiveOmit<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
96
|
-
language: Language | undefined;
|
|
97
|
-
theme: Themes;
|
|
98
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
99
|
-
language: Language | undefined;
|
|
100
|
-
theme: Themes;
|
|
101
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
102
|
-
language: Language | undefined;
|
|
103
|
-
theme: Themes;
|
|
104
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
105
|
-
language: Language | undefined;
|
|
106
|
-
theme: Themes;
|
|
107
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
108
|
-
language: Language | undefined;
|
|
109
|
-
theme: Themes;
|
|
110
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react-redux').Matching<{
|
|
111
|
-
language: Language | undefined;
|
|
112
|
-
theme: Themes;
|
|
113
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>>)[k_2]; } : never) | (import('react-redux').DistributiveOmit<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
114
|
-
language: Language | undefined;
|
|
115
|
-
theme: Themes;
|
|
116
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
117
|
-
language: Language | undefined;
|
|
118
|
-
theme: Themes;
|
|
119
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
120
|
-
language: Language | undefined;
|
|
121
|
-
theme: Themes;
|
|
122
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
123
|
-
language: Language | undefined;
|
|
124
|
-
theme: Themes;
|
|
125
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
126
|
-
language: Language | undefined;
|
|
127
|
-
theme: Themes;
|
|
128
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
129
|
-
language: Language | undefined;
|
|
130
|
-
theme: Themes;
|
|
131
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
132
|
-
language: Language | undefined;
|
|
133
|
-
theme: Themes;
|
|
134
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>> extends infer T_3 ? { [k_3 in keyof T_3]: (import('react-redux').DistributiveOmit<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
135
|
-
language: Language | undefined;
|
|
136
|
-
theme: Themes;
|
|
137
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
138
|
-
language: Language | undefined;
|
|
139
|
-
theme: Themes;
|
|
140
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, Extract<"theme", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
141
|
-
language: Language | undefined;
|
|
142
|
-
theme: Themes;
|
|
143
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"language", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
144
|
-
language: Language | undefined;
|
|
145
|
-
theme: Themes;
|
|
146
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)> | Extract<"dispatch", (keyof P | keyof LanguageProps) & (keyof P | keyof LanguageProps | keyof import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
147
|
-
language: Language | undefined;
|
|
148
|
-
theme: Themes;
|
|
149
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>>)>> & {} & import('react-redux').ConnectPropsMaybeWithoutContext<import('react').ClassAttributes<import('react').Component<import('react-redux').Matching<{
|
|
150
|
-
language: Language | undefined;
|
|
151
|
-
theme: Themes;
|
|
152
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>, any, any>> & import('react-redux').Matching<{
|
|
153
|
-
language: Language | undefined;
|
|
154
|
-
theme: Themes;
|
|
155
|
-
} & import('react-redux').DispatchProp<import('redux').UnknownAction>, P & LanguageProps>>)[k_3]; } : never)>;
|
|
156
|
-
export default withLanguage;
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"translation": {
|
|
3
|
-
"GENERAL": {
|
|
4
|
-
"BACK": "Back",
|
|
5
|
-
"NEXT": "Next",
|
|
6
|
-
"SAVE": "Save",
|
|
7
|
-
"ACTIONS": {
|
|
8
|
-
"CLOSE": "Close",
|
|
9
|
-
"DELETE": "Delete",
|
|
10
|
-
"EDIT": "Edit",
|
|
11
|
-
"NEXT": "Next"
|
|
12
|
-
},
|
|
13
|
-
"APP": "App",
|
|
14
|
-
"BACK_LOGIN": "Back to login",
|
|
15
|
-
"FORM": {
|
|
16
|
-
"ERRORS": {
|
|
17
|
-
"CONFIRM_PASSWORD": "The passwords must be the same!",
|
|
18
|
-
"EMAIL": "The email have to be this format 'email@exemple.com'",
|
|
19
|
-
"NOT_EMPTY": "This field is mandatory",
|
|
20
|
-
"VERSION": "The version must end with a numeric value",
|
|
21
|
-
"FORMAT": "The format must be like 'X.X.X'"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"MENU": "Menu",
|
|
25
|
-
"MESSAGES": {
|
|
26
|
-
"ERROR": {
|
|
27
|
-
"EMAIL_EXISTS": "Email already exists",
|
|
28
|
-
"ITEM_CREATE": "Error trying to add {{item}}",
|
|
29
|
-
"ITEM_DELETE": "Error trying to delete {{item}}",
|
|
30
|
-
"ITEM_UPDATE": "Error trying to update {{item}}",
|
|
31
|
-
"UNAUTHORIZED": "Sorry, you are not authorized to access this page.",
|
|
32
|
-
"USERNAME_EXISTS": "Username already exists",
|
|
33
|
-
"RELEASE_NOTE": {
|
|
34
|
-
"0": "Version already exists",
|
|
35
|
-
"1": "Deployed date must be greater than the last",
|
|
36
|
-
"2": "Invalid Request parameters"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"SUCCESS": {
|
|
40
|
-
"ITEM_CREATE": "{{item}} added successfully",
|
|
41
|
-
"ITEM_DELETE": "{{item}} deleted successfully",
|
|
42
|
-
"ITEM_UPDATE": "{{item}} updated successfully"
|
|
43
|
-
},
|
|
44
|
-
"WARNING": {
|
|
45
|
-
"DELETE_CONFIRM": "You are about to delete this menu. Do you want proceed?"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"REMOVE": "Remove",
|
|
49
|
-
"ROLE": "Role",
|
|
50
|
-
"TENANT": "Organization",
|
|
51
|
-
"THEMES": {
|
|
52
|
-
"DARK": "Dark mode",
|
|
53
|
-
"LIGHT": "Light mode",
|
|
54
|
-
"TOOLTIP": "Click to switch to {{theme}}"
|
|
55
|
-
},
|
|
56
|
-
"UPLOAD": "Upload",
|
|
57
|
-
"USER": "User",
|
|
58
|
-
"UPLOAD_LABEL": "Click or drag file to this area to upload",
|
|
59
|
-
"JPG_PNG_WARNING": "Only supports JPG or PNG files."
|
|
60
|
-
},
|
|
61
|
-
"HELPDESK": {
|
|
62
|
-
"ERRORS_CODE": {
|
|
63
|
-
"DATATYPE_MISMATCH": "Deve conter apenas elementos do tipo de formato de arquivo válido.",
|
|
64
|
-
"INVALID_VALUE": "Valor inválido"
|
|
65
|
-
},
|
|
66
|
-
"FORM": {
|
|
67
|
-
"BUTTONS": {
|
|
68
|
-
"SEND": "Enviar"
|
|
69
|
-
},
|
|
70
|
-
"FIELDS": {
|
|
71
|
-
"ATTACHMENTS": "Anexos",
|
|
72
|
-
"DESCRIPTION": "Descrição",
|
|
73
|
-
"DESCRIPTION_PLACEHOLDER": "Insira a descrição...",
|
|
74
|
-
"EMAIL": "Email",
|
|
75
|
-
"EMAIL_PLACEHOLDER": "Insira o seu email...",
|
|
76
|
-
"NAME": "$t(Name)",
|
|
77
|
-
"NAME_PLACEHOLDER": "Insira seu nome...",
|
|
78
|
-
"SUBJECT": "Assunto",
|
|
79
|
-
"SUBJECT_PLACEHOLDER": "Insira o assunto...",
|
|
80
|
-
"TITLE": "Contate-nos",
|
|
81
|
-
"UPLOAD_FILES": "<strong>Subir arquivo(s) (max. 5)</strong><br/><small>Clique para adicionar ou arraste e solte o(s) arquivo(s).</small>"
|
|
82
|
-
},
|
|
83
|
-
"TITLE": "Bem-vindo ao apoio"
|
|
84
|
-
},
|
|
85
|
-
"SUPPORT": "Apoio",
|
|
86
|
-
"TABLE": {
|
|
87
|
-
"CODE": "Mensagem",
|
|
88
|
-
"FIELD": "Campo"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"RELEASE-NOTES": {
|
|
92
|
-
"WHATS_NEWS": "Welcome to {{app}} v{{version}} - What's News?",
|
|
93
|
-
"TITLE": "Release Notes",
|
|
94
|
-
"TEXT_SINGULAR": "Release Note",
|
|
95
|
-
"ADD_RELEASE_NOTE": "Add Release Note",
|
|
96
|
-
"UPD_RELEASE_NOTE": "Edit Release Note",
|
|
97
|
-
"ADD_NEW_SLIDE": "Add new slide",
|
|
98
|
-
"REMOVE_CURRENT_SLIDE": "Remove current slide",
|
|
99
|
-
"FORM": {
|
|
100
|
-
"FIELDS": {
|
|
101
|
-
"APP": "App",
|
|
102
|
-
"APP_PLACEHOLDER": "Select an app...",
|
|
103
|
-
"VERSION": "Version",
|
|
104
|
-
"VERSION_PLACEHOLDER": "Type the version...",
|
|
105
|
-
"VERSION_TOOLTIP": "The version of the selected application.",
|
|
106
|
-
"DEPLOY_DATE": "Deploy Date",
|
|
107
|
-
"TITLE": "Title...",
|
|
108
|
-
"DESCRIPTION": "Description...",
|
|
109
|
-
"DO_NOT_SHOW_AGAIN": "Do not show again until next update"
|
|
110
|
-
},
|
|
111
|
-
"ADD_NEW_FIELD": "Add new field"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
;
|
|
117
|
-
|
|
118
|
-
export default _default;
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"translation": {
|
|
3
|
-
"GENERAL": {
|
|
4
|
-
"BACK": "Back",
|
|
5
|
-
"NEXT": "Next",
|
|
6
|
-
"SAVE": "Save",
|
|
7
|
-
"DO_NOT_USE_IMAGE": "Do not use image",
|
|
8
|
-
"ACTIONS": {
|
|
9
|
-
"CLOSE": "Close",
|
|
10
|
-
"DELETE": "Delete",
|
|
11
|
-
"EDIT": "Edit",
|
|
12
|
-
"NEXT": "Next"
|
|
13
|
-
},
|
|
14
|
-
"APP": "App",
|
|
15
|
-
"BACK_LOGIN": "Back to login",
|
|
16
|
-
"FORM": {
|
|
17
|
-
"ERRORS": {
|
|
18
|
-
"CONFIRM_PASSWORD": "The passwords must be the same!",
|
|
19
|
-
"EMAIL": "The email have to be this format 'email@exemple.com'",
|
|
20
|
-
"NOT_EMPTY": "This field is mandatory",
|
|
21
|
-
"VERSION": "The version must end with a numeric value",
|
|
22
|
-
"FORMAT": "The format must be like 'X.X.X'"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"MENU": "Menu",
|
|
26
|
-
"MESSAGES": {
|
|
27
|
-
"ERROR": {
|
|
28
|
-
"EMAIL_EXISTS": "Email already exists",
|
|
29
|
-
"ITEM_CREATE": "Error trying to add {{item}}",
|
|
30
|
-
"ITEM_DELETE": "Error trying to delete {{item}}",
|
|
31
|
-
"ITEM_UPDATE": "Error trying to update {{item}}",
|
|
32
|
-
"UNAUTHORIZED": "Sorry, you are not authorized to access this page.",
|
|
33
|
-
"USERNAME_EXISTS": "Username already exists",
|
|
34
|
-
"RELEASE_NOTE": {
|
|
35
|
-
"0": "Version already exists",
|
|
36
|
-
"1": "Deployed date must be greater than the last",
|
|
37
|
-
"2": "Invalid Request parameters"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"SUCCESS": {
|
|
41
|
-
"ITEM_CREATE": "{{item}} added successfully",
|
|
42
|
-
"ITEM_DELETE": "{{item}} deleted successfully",
|
|
43
|
-
"ITEM_UPDATE": "{{item}} updated successfully"
|
|
44
|
-
},
|
|
45
|
-
"WARNING": {
|
|
46
|
-
"DELETE_CONFIRM": "You are about to delete this menu. Do you want proceed?"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"REMOVE": "Remove",
|
|
50
|
-
"ROLE": "Role",
|
|
51
|
-
"TENANT": "Organization",
|
|
52
|
-
"THEMES": {
|
|
53
|
-
"DARK": "Dark mode",
|
|
54
|
-
"LIGHT": "Light mode",
|
|
55
|
-
"TOOLTIP": "Click to switch to {{theme}}"
|
|
56
|
-
},
|
|
57
|
-
"UPLOAD": "Upload",
|
|
58
|
-
"USER": "User",
|
|
59
|
-
"UPLOAD_LABEL": "Click or drag file to this area to upload",
|
|
60
|
-
"JPG_PNG_WARNING": "Only supports JPG or PNG files."
|
|
61
|
-
},
|
|
62
|
-
"HELPDESK": {
|
|
63
|
-
"ERRORS_CODE": {
|
|
64
|
-
"DATATYPE_MISMATCH": "It should contain elements of type valid file format only",
|
|
65
|
-
"INVALID_VALUE": "Invalid value"
|
|
66
|
-
},
|
|
67
|
-
"FORM": {
|
|
68
|
-
"BUTTONS": {
|
|
69
|
-
"SEND": "Send"
|
|
70
|
-
},
|
|
71
|
-
"FIELDS": {
|
|
72
|
-
"ATTACHMENTS": "Attachments",
|
|
73
|
-
"DESCRIPTION": "Description",
|
|
74
|
-
"DESCRIPTION_PLACEHOLDER": "Insert description…",
|
|
75
|
-
"EMAIL": "Email",
|
|
76
|
-
"EMAIL_PLACEHOLDER": "Insert your email...",
|
|
77
|
-
"NAME": "$t(Name)",
|
|
78
|
-
"NAME_PLACEHOLDER": "Insert your name...",
|
|
79
|
-
"SUBJECT": "Subject",
|
|
80
|
-
"SUBJECT_PLACEHOLDER": "Insert subject...",
|
|
81
|
-
"TITLE": "Contact us",
|
|
82
|
-
"UPLOAD_FILES": "<strong>Upload files (max. 5)</strong><br/><small>Click to add or drag and drop files.</small>"
|
|
83
|
-
},
|
|
84
|
-
"TITLE": "Welcome to support"
|
|
85
|
-
},
|
|
86
|
-
"SUPPORT": "Support",
|
|
87
|
-
"TABLE": {
|
|
88
|
-
"CODE": "Message",
|
|
89
|
-
"FIELD": "Field"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"RELEASE-NOTES": {
|
|
93
|
-
"WHATS_NEWS": "Welcome to {{app}} v{{version}} - What's News?",
|
|
94
|
-
"TITLE": "Release Notes",
|
|
95
|
-
"TEXT_SINGULAR": "Release Note",
|
|
96
|
-
"ADD_RELEASE_NOTE": "Add Release Note",
|
|
97
|
-
"UPD_RELEASE_NOTE": "Edit Release Note",
|
|
98
|
-
"ADD_NEW_SLIDE": "Add new slide",
|
|
99
|
-
"REMOVE_CURRENT_SLIDE": "Remove current slide",
|
|
100
|
-
"FORM": {
|
|
101
|
-
"FIELDS": {
|
|
102
|
-
"APP": "App",
|
|
103
|
-
"APP_PLACEHOLDER": "Select an app...",
|
|
104
|
-
"VERSION": "Version",
|
|
105
|
-
"VERSION_PLACEHOLDER": "Type the version...",
|
|
106
|
-
"VERSION_TOOLTIP": "The version of the selected application.",
|
|
107
|
-
"DEPLOY_DATE": "Deploy Date",
|
|
108
|
-
"TITLE": "Title...",
|
|
109
|
-
"DESCRIPTION": "Description...",
|
|
110
|
-
"DO_NOT_SHOW_AGAIN": "Do not show again until next update"
|
|
111
|
-
},
|
|
112
|
-
"ADD_NEW_FIELD": "Add new field"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
;
|
|
118
|
-
|
|
119
|
-
export default _default;
|