@zgfe/modules-settings 1.0.1-a.0

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.
Files changed (97) hide show
  1. package/README.md +33 -0
  2. package/dist/esm/components/pageLoading/index.d.ts +3 -0
  3. package/dist/esm/components/pageLoading/index.js +11 -0
  4. package/dist/esm/components/pageLoading/index.less +11 -0
  5. package/dist/esm/constants/api.d.ts +30 -0
  6. package/dist/esm/constants/api.js +32 -0
  7. package/dist/esm/constants/icons/demo.css +539 -0
  8. package/dist/esm/constants/icons/demo_index.html +8537 -0
  9. package/dist/esm/constants/icons/iconfont.css +1467 -0
  10. package/dist/esm/constants/icons/iconfont.js +43 -0
  11. package/dist/esm/constants/icons/iconfont.json +2550 -0
  12. package/dist/esm/constants/icons/iconfont.ttf +0 -0
  13. package/dist/esm/constants/icons/iconfont.woff +0 -0
  14. package/dist/esm/constants/icons/iconfont.woff2 +0 -0
  15. package/dist/esm/constants/styles/base.sass +9 -0
  16. package/dist/esm/constants/styles/cleverUI.css +7 -0
  17. package/dist/esm/constants/styles/constants.sass +60 -0
  18. package/dist/esm/constants/styles/customUITheme.sass +54 -0
  19. package/dist/esm/constants/styles/reset.sass +61 -0
  20. package/dist/esm/global.d.ts +4 -0
  21. package/dist/esm/index.d.ts +3 -0
  22. package/dist/esm/index.js +3 -0
  23. package/dist/esm/modules/appSettings/appInfo/index.d.ts +3 -0
  24. package/dist/esm/modules/appSettings/appInfo/index.js +45 -0
  25. package/dist/esm/modules/appSettings/dataAccessFilter/index.d.ts +3 -0
  26. package/dist/esm/modules/appSettings/dataAccessFilter/index.js +37 -0
  27. package/dist/esm/modules/appSettings/index.d.ts +3 -0
  28. package/dist/esm/modules/appSettings/index.js +24 -0
  29. package/dist/esm/modules/appSettings/member/index.d.ts +3 -0
  30. package/dist/esm/modules/appSettings/member/index.js +29 -0
  31. package/dist/esm/modules/appSettings/secretKey/index.d.ts +3 -0
  32. package/dist/esm/modules/appSettings/secretKey/index.js +8 -0
  33. package/dist/esm/modules/companySetting/appList/index.d.ts +21 -0
  34. package/dist/esm/modules/companySetting/appList/index.js +386 -0
  35. package/dist/esm/modules/companySetting/appList/index.less +72 -0
  36. package/dist/esm/modules/companySetting/cost/index.d.ts +6 -0
  37. package/dist/esm/modules/companySetting/cost/index.js +79 -0
  38. package/dist/esm/modules/companySetting/cost/index.less +31 -0
  39. package/dist/esm/modules/companySetting/edit/authConfig.d.ts +9 -0
  40. package/dist/esm/modules/companySetting/edit/authConfig.js +333 -0
  41. package/dist/esm/modules/companySetting/edit/authConfigCEP.d.ts +10 -0
  42. package/dist/esm/modules/companySetting/edit/authConfigCEP.js +309 -0
  43. package/dist/esm/modules/companySetting/edit/authGroup.d.ts +7 -0
  44. package/dist/esm/modules/companySetting/edit/authGroup.js +89 -0
  45. package/dist/esm/modules/companySetting/edit/authModule.d.ts +7 -0
  46. package/dist/esm/modules/companySetting/edit/authModule.js +217 -0
  47. package/dist/esm/modules/companySetting/edit/multiAuthModule.d.ts +7 -0
  48. package/dist/esm/modules/companySetting/edit/multiAuthModule.js +150 -0
  49. package/dist/esm/modules/companySetting/edit/styles/authConfig.less +3 -0
  50. package/dist/esm/modules/companySetting/edit/styles/authGroup.less +10 -0
  51. package/dist/esm/modules/companySetting/edit/styles/authModule.less +82 -0
  52. package/dist/esm/modules/companySetting/edit/styles/user.less +32 -0
  53. package/dist/esm/modules/companySetting/edit/styles/userGroup.less +44 -0
  54. package/dist/esm/modules/companySetting/edit/user.d.ts +12 -0
  55. package/dist/esm/modules/companySetting/edit/user.js +222 -0
  56. package/dist/esm/modules/companySetting/edit/userGroup.d.ts +14 -0
  57. package/dist/esm/modules/companySetting/edit/userGroup.js +321 -0
  58. package/dist/esm/modules/companySetting/index.d.ts +18 -0
  59. package/dist/esm/modules/companySetting/index.js +492 -0
  60. package/dist/esm/modules/companySetting/index.less +24 -0
  61. package/dist/esm/modules/companySetting/info/index.d.ts +6 -0
  62. package/dist/esm/modules/companySetting/info/index.js +105 -0
  63. package/dist/esm/modules/companySetting/info/index.less +35 -0
  64. package/dist/esm/modules/companySetting/style/common.less +68 -0
  65. package/dist/esm/modules/companySetting/user/index.d.ts +29 -0
  66. package/dist/esm/modules/companySetting/user/index.js +548 -0
  67. package/dist/esm/modules/companySetting/user/index.less +161 -0
  68. package/dist/esm/modules/companySetting/user/invite.d.ts +8 -0
  69. package/dist/esm/modules/companySetting/user/invite.js +171 -0
  70. package/dist/esm/modules/companySetting/userGroup/authConfigDetail.d.ts +16 -0
  71. package/dist/esm/modules/companySetting/userGroup/authConfigDetail.js +379 -0
  72. package/dist/esm/modules/companySetting/userGroup/groupItem.d.ts +11 -0
  73. package/dist/esm/modules/companySetting/userGroup/groupItem.js +140 -0
  74. package/dist/esm/modules/companySetting/userGroup/index.d.ts +13 -0
  75. package/dist/esm/modules/companySetting/userGroup/index.js +142 -0
  76. package/dist/esm/modules/companySetting/userGroup/index.less +6 -0
  77. package/dist/esm/modules/companySetting/userGroup/style/authConfigDetail.less +44 -0
  78. package/dist/esm/modules/companySetting/userGroup/style/index.less +79 -0
  79. package/dist/esm/modules/dsfdsf +0 -0
  80. package/dist/esm/modules/personalSetting/index.d.ts +4 -0
  81. package/dist/esm/modules/personalSetting/index.js +17 -0
  82. package/dist/esm/modules/personalSetting/index.less +1 -0
  83. package/dist/esm/modules/personalSetting/info/index.d.ts +3 -0
  84. package/dist/esm/modules/personalSetting/info/index.js +83 -0
  85. package/dist/esm/modules/personalSetting/reset/index.d.ts +3 -0
  86. package/dist/esm/modules/personalSetting/reset/index.js +93 -0
  87. package/dist/esm/utils/ajax.d.ts +3 -0
  88. package/dist/esm/utils/ajax.js +5 -0
  89. package/dist/esm/utils/base64.d.ts +11 -0
  90. package/dist/esm/utils/base64.js +128 -0
  91. package/dist/esm/utils/constants.d.ts +160 -0
  92. package/dist/esm/utils/constants.js +282 -0
  93. package/dist/esm/utils/functionalPermissions.d.ts +385 -0
  94. package/dist/esm/utils/functionalPermissions.js +407 -0
  95. package/dist/esm/utils/util.d.ts +209 -0
  96. package/dist/esm/utils/util.js +649 -0
  97. package/package.json +56 -0
@@ -0,0 +1,385 @@
1
+ declare const _default: {
2
+ mars: {
3
+ default: {
4
+ key: string;
5
+ };
6
+ all: {
7
+ key: string;
8
+ };
9
+ panel: {
10
+ key: string;
11
+ };
12
+ dataPanel: {
13
+ key: string;
14
+ };
15
+ dataview: {
16
+ key: string;
17
+ };
18
+ analysis: {
19
+ key: string;
20
+ };
21
+ dataV: {
22
+ key: string;
23
+ };
24
+ crossScreen: {
25
+ key: string;
26
+ };
27
+ scene: {
28
+ key: string;
29
+ };
30
+ customScene: {
31
+ key: string;
32
+ };
33
+ userGrowth: {
34
+ key: string;
35
+ };
36
+ basic: {
37
+ key: string;
38
+ };
39
+ wholeAnalysis: {
40
+ key: string;
41
+ };
42
+ retention: {
43
+ key: string;
44
+ };
45
+ source: {
46
+ key: string;
47
+ };
48
+ channel: {
49
+ key: string;
50
+ };
51
+ behavior: {
52
+ key: string;
53
+ };
54
+ eventAnalysis: {
55
+ key: string;
56
+ };
57
+ page: {
58
+ key: string;
59
+ };
60
+ zgSee: {
61
+ key: string;
62
+ };
63
+ conversion: {
64
+ key: string;
65
+ };
66
+ funnel: {
67
+ key: string;
68
+ };
69
+ pathAnalysis: {
70
+ key: string;
71
+ };
72
+ revenue: {
73
+ key: string;
74
+ };
75
+ stickiness: {
76
+ key: string;
77
+ };
78
+ user: {
79
+ key: string;
80
+ };
81
+ cep: {
82
+ key: string;
83
+ };
84
+ userList: {
85
+ key: string;
86
+ };
87
+ userGroup: {
88
+ key: string;
89
+ };
90
+ userPortrait: {
91
+ key: string;
92
+ };
93
+ custom: {
94
+ key: string;
95
+ };
96
+ diy: {
97
+ key: string;
98
+ };
99
+ sqlQuery: {
100
+ key: string;
101
+ };
102
+ advertisement: {
103
+ key: string;
104
+ };
105
+ sem: {
106
+ key: string;
107
+ };
108
+ digital: {
109
+ key: string;
110
+ };
111
+ landing: {
112
+ key: string;
113
+ };
114
+ wechat: {
115
+ key: string;
116
+ };
117
+ wxWhole: {
118
+ key: string;
119
+ };
120
+ wxMini: {
121
+ key: string;
122
+ };
123
+ wxMarketing: {
124
+ key: string;
125
+ };
126
+ wxFlow: {
127
+ key: string;
128
+ };
129
+ market: {
130
+ key: string;
131
+ };
132
+ manage: {
133
+ key: string;
134
+ };
135
+ dataAccess: {
136
+ key: string;
137
+ };
138
+ guide: {
139
+ key: string;
140
+ };
141
+ adChannel: {
142
+ key: string;
143
+ };
144
+ eventTracking: {
145
+ key: string;
146
+ };
147
+ iteration: {
148
+ key: string;
149
+ };
150
+ debug: {
151
+ key: string;
152
+ };
153
+ crash: {
154
+ key: string;
155
+ };
156
+ version: {
157
+ key: string;
158
+ };
159
+ warning: {
160
+ key: string;
161
+ };
162
+ diypage: {
163
+ key: string;
164
+ };
165
+ config: {
166
+ key: string;
167
+ };
168
+ setting: {
169
+ default: {
170
+ describe: string;
171
+ key: string;
172
+ };
173
+ company: {
174
+ describe: string;
175
+ key: string;
176
+ };
177
+ app: {
178
+ describe: string;
179
+ key: string;
180
+ };
181
+ system: {
182
+ describe: string;
183
+ key: string;
184
+ };
185
+ };
186
+ };
187
+ standard: {
188
+ default: {
189
+ key: string;
190
+ };
191
+ all: {
192
+ key: string;
193
+ };
194
+ panel: {
195
+ key: string;
196
+ };
197
+ dataPanel: {
198
+ key: string;
199
+ };
200
+ dataview: {
201
+ key: string;
202
+ };
203
+ dataV: {
204
+ key: string;
205
+ };
206
+ crossScreen: {
207
+ key: string;
208
+ };
209
+ huibiao: {
210
+ key: string;
211
+ };
212
+ report: {
213
+ key: string;
214
+ };
215
+ scene: {
216
+ key: string;
217
+ };
218
+ analysis: {
219
+ key: string;
220
+ };
221
+ businessDataAnalysis: {
222
+ key: string;
223
+ };
224
+ zhugeBI: {
225
+ key: string;
226
+ };
227
+ basicAnalysis: {
228
+ key: string;
229
+ };
230
+ wholeAnalysis: {
231
+ key: string;
232
+ };
233
+ eventAnalysis: {
234
+ key: string;
235
+ };
236
+ insight: {
237
+ key: string;
238
+ };
239
+ funnel: {
240
+ key: string;
241
+ };
242
+ intervalAnalysis: {
243
+ key: string;
244
+ };
245
+ page: {
246
+ key: string;
247
+ };
248
+ diy: {
249
+ key: string;
250
+ };
251
+ sqlQuery: {
252
+ key: string;
253
+ };
254
+ customScene: {
255
+ key: string;
256
+ };
257
+ userGrowth: {
258
+ key: string;
259
+ };
260
+ channel: {
261
+ key: string;
262
+ };
263
+ pathAnalysis: {
264
+ key: string;
265
+ };
266
+ retention: {
267
+ key: string;
268
+ };
269
+ revenue: {
270
+ key: string;
271
+ };
272
+ advertisement: {
273
+ key: string;
274
+ };
275
+ sem: {
276
+ key: string;
277
+ };
278
+ digital: {
279
+ key: string;
280
+ };
281
+ landing: {
282
+ key: string;
283
+ };
284
+ adAnalysis: {
285
+ key: string;
286
+ };
287
+ iteration: {
288
+ key: string;
289
+ };
290
+ stickiness: {
291
+ key: string;
292
+ };
293
+ version: {
294
+ key: string;
295
+ };
296
+ warning: {
297
+ key: string;
298
+ };
299
+ crash: {
300
+ key: string;
301
+ };
302
+ zgSee: {
303
+ key: string;
304
+ };
305
+ wechat: {
306
+ key: string;
307
+ };
308
+ wxWhole: {
309
+ key: string;
310
+ };
311
+ wxMini: {
312
+ key: string;
313
+ };
314
+ wxMarketing: {
315
+ key: string;
316
+ };
317
+ wxFlow: {
318
+ key: string;
319
+ };
320
+ diypage: {
321
+ key: string;
322
+ };
323
+ user: {
324
+ key: string;
325
+ };
326
+ cep: {
327
+ key: string;
328
+ };
329
+ userList: {
330
+ key: string;
331
+ };
332
+ userGroup: {
333
+ key: string;
334
+ };
335
+ userPortrait: {
336
+ key: string;
337
+ };
338
+ userTags: {
339
+ key: string;
340
+ };
341
+ market: {
342
+ key: string;
343
+ };
344
+ manage: {
345
+ key: string;
346
+ };
347
+ dataAccess: {
348
+ key: string;
349
+ };
350
+ plan: {
351
+ key: string;
352
+ };
353
+ eventTracking: {
354
+ key: string;
355
+ };
356
+ config: {
357
+ key: string;
358
+ };
359
+ setting: {
360
+ default: {
361
+ describe: string;
362
+ key: string;
363
+ };
364
+ company: {
365
+ describe: string;
366
+ key: string;
367
+ };
368
+ app: {
369
+ describe: string;
370
+ key: string;
371
+ };
372
+ system: {
373
+ describe: string;
374
+ key: string;
375
+ };
376
+ };
377
+ dataset: {
378
+ key: string;
379
+ };
380
+ idmapping: {
381
+ key: string;
382
+ };
383
+ };
384
+ };
385
+ export default _default;