@admin-layout/client 7.3.7-alpha.6 → 7.3.7-alpha.8

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.
@@ -1,4 +1,5 @@
1
1
  export * from './constants';
2
2
  export * from './error';
3
3
  export * from './layout';
4
+ export * from './languages';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAA"}
@@ -0,0 +1,294 @@
1
+ export declare const languages: {
2
+ en: {
3
+ title: string;
4
+ };
5
+ es: {
6
+ title: string;
7
+ };
8
+ fr: {
9
+ title: string;
10
+ };
11
+ de: {
12
+ title: string;
13
+ };
14
+ it: {
15
+ title: string;
16
+ };
17
+ pt: {
18
+ title: string;
19
+ };
20
+ ru: {
21
+ title: string;
22
+ };
23
+ zh: {
24
+ title: string;
25
+ };
26
+ ja: {
27
+ title: string;
28
+ };
29
+ ko: {
30
+ title: string;
31
+ };
32
+ ar: {
33
+ title: string;
34
+ };
35
+ hi: {
36
+ title: string;
37
+ };
38
+ bn: {
39
+ title: string;
40
+ };
41
+ pa: {
42
+ title: string;
43
+ };
44
+ jv: {
45
+ title: string;
46
+ };
47
+ ms: {
48
+ title: string;
49
+ };
50
+ vi: {
51
+ title: string;
52
+ };
53
+ th: {
54
+ title: string;
55
+ };
56
+ id: {
57
+ title: string;
58
+ };
59
+ tr: {
60
+ title: string;
61
+ };
62
+ fa: {
63
+ title: string;
64
+ };
65
+ he: {
66
+ title: string;
67
+ };
68
+ sv: {
69
+ title: string;
70
+ };
71
+ nl: {
72
+ title: string;
73
+ };
74
+ no: {
75
+ title: string;
76
+ };
77
+ da: {
78
+ title: string;
79
+ };
80
+ fi: {
81
+ title: string;
82
+ };
83
+ el: {
84
+ title: string;
85
+ };
86
+ hu: {
87
+ title: string;
88
+ };
89
+ cs: {
90
+ title: string;
91
+ };
92
+ ro: {
93
+ title: string;
94
+ };
95
+ pl: {
96
+ title: string;
97
+ };
98
+ bg: {
99
+ title: string;
100
+ };
101
+ uk: {
102
+ title: string;
103
+ };
104
+ hr: {
105
+ title: string;
106
+ };
107
+ sk: {
108
+ title: string;
109
+ };
110
+ sl: {
111
+ title: string;
112
+ };
113
+ sr: {
114
+ title: string;
115
+ };
116
+ mk: {
117
+ title: string;
118
+ };
119
+ lt: {
120
+ title: string;
121
+ };
122
+ lv: {
123
+ title: string;
124
+ };
125
+ et: {
126
+ title: string;
127
+ };
128
+ is: {
129
+ title: string;
130
+ };
131
+ ga: {
132
+ title: string;
133
+ };
134
+ mt: {
135
+ title: string;
136
+ };
137
+ cy: {
138
+ title: string;
139
+ };
140
+ sq: {
141
+ title: string;
142
+ };
143
+ sw: {
144
+ title: string;
145
+ };
146
+ am: {
147
+ title: string;
148
+ };
149
+ xh: {
150
+ title: string;
151
+ };
152
+ af: {
153
+ title: string;
154
+ };
155
+ ny: {
156
+ title: string;
157
+ };
158
+ lb: {
159
+ title: string;
160
+ };
161
+ mn: {
162
+ title: string;
163
+ };
164
+ km: {
165
+ title: string;
166
+ };
167
+ lo: {
168
+ title: string;
169
+ };
170
+ my: {
171
+ title: string;
172
+ };
173
+ ne: {
174
+ title: string;
175
+ };
176
+ si: {
177
+ title: string;
178
+ };
179
+ ta: {
180
+ title: string;
181
+ };
182
+ te: {
183
+ title: string;
184
+ };
185
+ kn: {
186
+ title: string;
187
+ };
188
+ ml: {
189
+ title: string;
190
+ };
191
+ mr: {
192
+ title: string;
193
+ };
194
+ gu: {
195
+ title: string;
196
+ };
197
+ or: {
198
+ title: string;
199
+ };
200
+ ur: {
201
+ title: string;
202
+ };
203
+ sd: {
204
+ title: string;
205
+ };
206
+ ps: {
207
+ title: string;
208
+ };
209
+ uz: {
210
+ title: string;
211
+ };
212
+ kk: {
213
+ title: string;
214
+ };
215
+ ky: {
216
+ title: string;
217
+ };
218
+ tg: {
219
+ title: string;
220
+ };
221
+ tk: {
222
+ title: string;
223
+ };
224
+ az: {
225
+ title: string;
226
+ };
227
+ hy: {
228
+ title: string;
229
+ };
230
+ ka: {
231
+ title: string;
232
+ };
233
+ os: {
234
+ title: string;
235
+ };
236
+ bs: {
237
+ title: string;
238
+ };
239
+ me: {
240
+ title: string;
241
+ };
242
+ mi: {
243
+ title: string;
244
+ };
245
+ sm: {
246
+ title: string;
247
+ };
248
+ tt: {
249
+ title: string;
250
+ };
251
+ ba: {
252
+ title: string;
253
+ };
254
+ ch: {
255
+ title: string;
256
+ };
257
+ bh: {
258
+ title: string;
259
+ };
260
+ dz: {
261
+ title: string;
262
+ };
263
+ gn: {
264
+ title: string;
265
+ };
266
+ ha: {
267
+ title: string;
268
+ };
269
+ iu: {
270
+ title: string;
271
+ };
272
+ mg: {
273
+ title: string;
274
+ };
275
+ rn: {
276
+ title: string;
277
+ };
278
+ st: {
279
+ title: string;
280
+ };
281
+ tn: {
282
+ title: string;
283
+ };
284
+ ts: {
285
+ title: string;
286
+ };
287
+ yo: {
288
+ title: string;
289
+ };
290
+ zu: {
291
+ title: string;
292
+ };
293
+ };
294
+ //# sourceMappingURL=languages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/constants/languages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGrB,CAAC"}
@@ -0,0 +1,99 @@
1
+ const languages = {
2
+ en: { title: 'English' },
3
+ es: { title: 'Spanish' },
4
+ fr: { title: 'French' },
5
+ de: { title: 'German' },
6
+ it: { title: 'Italian' },
7
+ pt: { title: 'Portuguese' },
8
+ ru: { title: 'Russian' },
9
+ zh: { title: 'Chinese' },
10
+ ja: { title: 'Japanese' },
11
+ ko: { title: 'Korean' },
12
+ ar: { title: 'Arabic' },
13
+ hi: { title: 'Hindi' },
14
+ bn: { title: 'Bengali' },
15
+ pa: { title: 'Punjabi' },
16
+ jv: { title: 'Javanese' },
17
+ ms: { title: 'Malay' },
18
+ vi: { title: 'Vietnamese' },
19
+ th: { title: 'Thai' },
20
+ id: { title: 'Indonesian' },
21
+ tr: { title: 'Turkish' },
22
+ fa: { title: 'Persian' },
23
+ he: { title: 'Hebrew' },
24
+ sv: { title: 'Swedish' },
25
+ nl: { title: 'Dutch' },
26
+ no: { title: 'Norwegian' },
27
+ da: { title: 'Danish' },
28
+ fi: { title: 'Finnish' },
29
+ el: { title: 'Greek' },
30
+ hu: { title: 'Hungarian' },
31
+ cs: { title: 'Czech' },
32
+ ro: { title: 'Romanian' },
33
+ pl: { title: 'Polish' },
34
+ bg: { title: 'Bulgarian' },
35
+ uk: { title: 'Ukrainian' },
36
+ hr: { title: 'Croatian' },
37
+ sk: { title: 'Slovak' },
38
+ sl: { title: 'Slovenian' },
39
+ sr: { title: 'Serbian' },
40
+ mk: { title: 'Macedonian' },
41
+ lt: { title: 'Lithuanian' },
42
+ lv: { title: 'Latvian' },
43
+ et: { title: 'Estonian' },
44
+ is: { title: 'Icelandic' },
45
+ ga: { title: 'Irish' },
46
+ mt: { title: 'Maltese' },
47
+ cy: { title: 'Welsh' },
48
+ sq: { title: 'Albanian' },
49
+ sw: { title: 'Swahili' },
50
+ am: { title: 'Amharic' },
51
+ xh: { title: 'Xhosa' },
52
+ af: { title: 'Afrikaans' },
53
+ ny: { title: 'Chichewa' },
54
+ lb: { title: 'Luxembourgish' },
55
+ mn: { title: 'Mongolian' },
56
+ km: { title: 'Khmer' },
57
+ lo: { title: 'Lao' },
58
+ my: { title: 'Burmese' },
59
+ ne: { title: 'Nepali' },
60
+ si: { title: 'Sinhala' },
61
+ ta: { title: 'Tamil' },
62
+ te: { title: 'Telugu' },
63
+ kn: { title: 'Kannada' },
64
+ ml: { title: 'Malayalam' },
65
+ mr: { title: 'Marathi' },
66
+ gu: { title: 'Gujarati' },
67
+ or: { title: 'Odia' },
68
+ ur: { title: 'Urdu' },
69
+ sd: { title: 'Sindhi' },
70
+ ps: { title: 'Pashto' },
71
+ uz: { title: 'Uzbek' },
72
+ kk: { title: 'Kazakh' },
73
+ ky: { title: 'Kyrgyz' },
74
+ tg: { title: 'Tajik' },
75
+ tk: { title: 'Turkmen' },
76
+ az: { title: 'Azerbaijani' },
77
+ hy: { title: 'Armenian' },
78
+ ka: { title: 'Georgian' },
79
+ os: { title: 'Ossetian' },
80
+ bs: { title: 'Bosnian' },
81
+ me: { title: 'Montenegrin' },
82
+ mi: { title: 'Maori' },
83
+ sm: { title: 'Samoan' },
84
+ tt: { title: 'Tatar' },
85
+ ba: { title: 'Bashkir' },
86
+ ch: { title: 'Chamorro' },
87
+ bh: { title: 'Bihari' },
88
+ dz: { title: 'Dzongkha' },
89
+ gn: { title: 'Guarani' },
90
+ ha: { title: 'Hausa' },
91
+ iu: { title: 'Inuktitut' },
92
+ mg: { title: 'Malagasy' },
93
+ rn: { title: 'Kirundi' },
94
+ st: { title: 'Sesotho' },
95
+ tn: { title: 'Tswana' },
96
+ ts: { title: 'Tsonga' },
97
+ yo: { title: 'Yoruba' },
98
+ zu: { title: 'Zulu' }
99
+ };export{languages};//# sourceMappingURL=languages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"languages.js","sources":["../../src/constants/languages.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA,MAAA,SAAsB,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- export{APPLICATION_ERROR_SLOT_FILL,CHANGE_LANGUAGE,CHANGE_SETTINGS_ACTION}from'./constants/constants.js';export{BACKEND_ERROR,CLEAR_APPLICATION_ERRORS,DISMISS_APPLICATION_ERROR,LOG_APPLICATION_ERROR,RESTORE_APPLICATION_ERRORS}from'./constants/error.js';export{HEADER_SEARCHBAR_FILL,HEADER_SEARCH_BUTTON_FILL,RIGHT_CONTENT_FILL,SCROLL_END_FILL}from'./constants/layout.js';export{dismissApplicationError,restoreApplicationError,setApplicationError}from'./redux/actions/error-actions.js';export{settingsReducer}from'./redux/settings.js';export{applicationErrors,initialErrorsState}from'./redux/reducers/error.js';export{getMenuSeparation}from'./utils/seperatedMenus.js';export{useComponentSize,useIsomorphicLayoutEffect}from'./utils/componentSize.js';export{matchParentRoute}from'./utils/parentRoute.js';export{addProLayoutParentKeys,filterRoutesWithLocale,menuDataRender,removeUnnecessaryProperties,setLocale,transformData}from'./utils/menuUtils.js';export{ApplicationErrorHandlerCommon}from'./components/ApplicationErrorHandlerCommon.js';export{ErrorBoundaryCommon}from'./components/ErrorBoundaryCommon.js';export{ApplicationErrorFillWrapper}from'./components/ApplicationErrorFillWrapper.js';export{ErrorLink,errorReduxLink}from'./graphql/link/error-link.js';export{systemFont}from'./themes/systemFont/index.js';export{borderRadius,colors,lightLayoutTheme,lightNavigationBarTheme,lightTabBarTheme,shadows,sizes,spacings,textVariants}from'./themes/templates/lightLayoutTheme.js';export{createLayoutTheme}from'./themes/templates/createLayoutTheme.js';export{darkColors,darkLayoutTheme,darkNavigationBarTheme,darkTabBarTheme}from'./themes/templates/darkLayoutTheme.js';//# sourceMappingURL=index.js.map
1
+ export{APPLICATION_ERROR_SLOT_FILL,CHANGE_LANGUAGE,CHANGE_SETTINGS_ACTION}from'./constants/constants.js';export{BACKEND_ERROR,CLEAR_APPLICATION_ERRORS,DISMISS_APPLICATION_ERROR,LOG_APPLICATION_ERROR,RESTORE_APPLICATION_ERRORS}from'./constants/error.js';export{HEADER_SEARCHBAR_FILL,HEADER_SEARCH_BUTTON_FILL,RIGHT_CONTENT_FILL,SCROLL_END_FILL}from'./constants/layout.js';export{languages}from'./constants/languages.js';export{dismissApplicationError,restoreApplicationError,setApplicationError}from'./redux/actions/error-actions.js';export{settingsReducer}from'./redux/settings.js';export{applicationErrors,initialErrorsState}from'./redux/reducers/error.js';export{getMenuSeparation}from'./utils/seperatedMenus.js';export{useComponentSize,useIsomorphicLayoutEffect}from'./utils/componentSize.js';export{matchParentRoute}from'./utils/parentRoute.js';export{addProLayoutParentKeys,filterRoutesWithLocale,menuDataRender,removeUnnecessaryProperties,setLocale,transformData}from'./utils/menuUtils.js';export{ApplicationErrorHandlerCommon}from'./components/ApplicationErrorHandlerCommon.js';export{ErrorBoundaryCommon}from'./components/ErrorBoundaryCommon.js';export{ApplicationErrorFillWrapper}from'./components/ApplicationErrorFillWrapper.js';export{ErrorLink,errorReduxLink}from'./graphql/link/error-link.js';export{systemFont}from'./themes/systemFont/index.js';export{borderRadius,colors,lightLayoutTheme,lightNavigationBarTheme,lightTabBarTheme,shadows,sizes,spacings,textVariants}from'./themes/templates/lightLayoutTheme.js';export{createLayoutTheme}from'./themes/templates/createLayoutTheme.js';export{darkColors,darkLayoutTheme,darkNavigationBarTheme,darkTabBarTheme}from'./themes/templates/darkLayoutTheme.js';//# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export{APPLICATION_ERROR_SLOT_FILL,CHANGE_LANGUAGE,CHANGE_SETTINGS_ACTION}from'./constants/constants.js';export{BACKEND_ERROR,CLEAR_APPLICATION_ERRORS,DISMISS_APPLICATION_ERROR,LOG_APPLICATION_ERROR,RESTORE_APPLICATION_ERRORS}from'./constants/error.js';export{HEADER_SEARCHBAR_FILL,HEADER_SEARCH_BUTTON_FILL,RIGHT_CONTENT_FILL,SCROLL_END_FILL}from'./constants/layout.js';export{dismissApplicationError,restoreApplicationError,setApplicationError}from'./redux/actions/error-actions.js';export{settingsReducer}from'./redux/settings.js';export{applicationErrors,initialErrorsState}from'./redux/reducers/error.js';export{getMenuSeparation}from'./utils/seperatedMenus.js';export{useComponentSize,useIsomorphicLayoutEffect}from'./utils/componentSize.js';export{matchParentRoute}from'./utils/parentRoute.js';export{addProLayoutParentKeys,filterRoutesWithLocale,menuDataRender,removeUnnecessaryProperties,setLocale,transformData}from'./utils/menuUtils.js';export{ApplicationErrorHandlerCommon}from'./components/ApplicationErrorHandlerCommon.js';export{ErrorBoundaryCommon}from'./components/ErrorBoundaryCommon.js';export{ApplicationErrorFillWrapper}from'./components/ApplicationErrorFillWrapper.js';export{ErrorLink,errorReduxLink}from'./graphql/link/error-link.js';export{systemFont}from'./themes/systemFont/index.js';export{borderRadius,colors,lightLayoutTheme,lightNavigationBarTheme,lightTabBarTheme,shadows,sizes,spacings,textVariants}from'./themes/templates/lightLayoutTheme.js';export{createLayoutTheme}from'./themes/templates/createLayoutTheme.js';export{darkColors,darkLayoutTheme,darkNavigationBarTheme,darkTabBarTheme}from'./themes/templates/darkLayoutTheme.js';//# sourceMappingURL=index.native.js.map
1
+ export{APPLICATION_ERROR_SLOT_FILL,CHANGE_LANGUAGE,CHANGE_SETTINGS_ACTION}from'./constants/constants.js';export{BACKEND_ERROR,CLEAR_APPLICATION_ERRORS,DISMISS_APPLICATION_ERROR,LOG_APPLICATION_ERROR,RESTORE_APPLICATION_ERRORS}from'./constants/error.js';export{HEADER_SEARCHBAR_FILL,HEADER_SEARCH_BUTTON_FILL,RIGHT_CONTENT_FILL,SCROLL_END_FILL}from'./constants/layout.js';export{languages}from'./constants/languages.js';export{dismissApplicationError,restoreApplicationError,setApplicationError}from'./redux/actions/error-actions.js';export{settingsReducer}from'./redux/settings.js';export{applicationErrors,initialErrorsState}from'./redux/reducers/error.js';export{getMenuSeparation}from'./utils/seperatedMenus.js';export{useComponentSize,useIsomorphicLayoutEffect}from'./utils/componentSize.js';export{matchParentRoute}from'./utils/parentRoute.js';export{addProLayoutParentKeys,filterRoutesWithLocale,menuDataRender,removeUnnecessaryProperties,setLocale,transformData}from'./utils/menuUtils.js';export{ApplicationErrorHandlerCommon}from'./components/ApplicationErrorHandlerCommon.js';export{ErrorBoundaryCommon}from'./components/ErrorBoundaryCommon.js';export{ApplicationErrorFillWrapper}from'./components/ApplicationErrorFillWrapper.js';export{ErrorLink,errorReduxLink}from'./graphql/link/error-link.js';export{systemFont}from'./themes/systemFont/index.js';export{borderRadius,colors,lightLayoutTheme,lightNavigationBarTheme,lightTabBarTheme,shadows,sizes,spacings,textVariants}from'./themes/templates/lightLayoutTheme.js';export{createLayoutTheme}from'./themes/templates/createLayoutTheme.js';export{darkColors,darkLayoutTheme,darkNavigationBarTheme,darkTabBarTheme}from'./themes/templates/darkLayoutTheme.js';//# sourceMappingURL=index.native.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/client",
3
- "version": "7.3.7-alpha.6",
3
+ "version": "7.3.7-alpha.8",
4
4
  "description": "Sample client for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -36,5 +36,5 @@
36
36
  "typescript": {
37
37
  "definition": "lib/index.d.ts"
38
38
  },
39
- "gitHead": "d8246f09fd739f8441764d1e0c0f1fdcd363b171"
39
+ "gitHead": "8ac919d69e73f734a6e0a333b55582d700127cdd"
40
40
  }