@gooddata/sdk-model 11.1.0 → 11.2.0-alpha.2
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/esm/sdk-model.d.ts +0 -111
- package/esm/settings/index.d.ts +0 -111
- package/esm/settings/index.d.ts.map +1 -1
- package/esm/settings/index.js.map +1 -1
- package/package.json +1 -1
package/esm/sdk-model.d.ts
CHANGED
|
@@ -8319,10 +8319,6 @@ export declare interface ISettings {
|
|
|
8319
8319
|
* Enables additional chart accessibility features configurable in AD.
|
|
8320
8320
|
*/
|
|
8321
8321
|
enableChartAccessibilityFeatures?: boolean;
|
|
8322
|
-
/**
|
|
8323
|
-
* Headline component will not be underlined when it is set up with drilling.
|
|
8324
|
-
*/
|
|
8325
|
-
disableKpiDashboardHeadlineUnderline?: boolean;
|
|
8326
8322
|
/**
|
|
8327
8323
|
* Allows configuration of axis name position and visibility for Pluggable Visualizations.
|
|
8328
8324
|
*/
|
|
@@ -8331,10 +8327,6 @@ export declare interface ISettings {
|
|
|
8331
8327
|
* Indicates whether the Waterfall Chart is available in AD.
|
|
8332
8328
|
*/
|
|
8333
8329
|
enableWaterfallChart?: boolean;
|
|
8334
|
-
/**
|
|
8335
|
-
* Indicates whether color picker config panel should allow users to select custom RGB colors.
|
|
8336
|
-
*/
|
|
8337
|
-
enableCustomColorPicker?: boolean;
|
|
8338
8330
|
/**
|
|
8339
8331
|
* Indicates whether the catalog groups in analytical designer are expanded by default.
|
|
8340
8332
|
*/
|
|
@@ -8343,11 +8335,6 @@ export declare interface ISettings {
|
|
|
8343
8335
|
* Indicates whether multiple dates can be put into buckets
|
|
8344
8336
|
*/
|
|
8345
8337
|
enableMultipleDates?: boolean;
|
|
8346
|
-
/**
|
|
8347
|
-
* Indicates whether alternative display form can be selected for attribute and multiple instances
|
|
8348
|
-
* of the same attributes can be put into buckets
|
|
8349
|
-
*/
|
|
8350
|
-
enableAlternativeDisplayFormSelection?: boolean;
|
|
8351
8338
|
/**
|
|
8352
8339
|
* Indicates whether unavailable data items are visible
|
|
8353
8340
|
*/
|
|
@@ -8357,107 +8344,30 @@ export declare interface ISettings {
|
|
|
8357
8344
|
* only available on Tiger/Panther
|
|
8358
8345
|
*/
|
|
8359
8346
|
showHiddenCatalogItems?: boolean;
|
|
8360
|
-
/**
|
|
8361
|
-
* Indicates whether dashboard scheduled mails are enabled.
|
|
8362
|
-
*/
|
|
8363
|
-
enableKPIDashboardSchedule?: boolean;
|
|
8364
|
-
/**
|
|
8365
|
-
* Indicates whether the user can select recipients of scheduled e-mails.
|
|
8366
|
-
* If not, scheduled mail can only be sent to a logged in user.
|
|
8367
|
-
*/
|
|
8368
|
-
enableKPIDashboardScheduleRecipients?: boolean;
|
|
8369
8347
|
/**
|
|
8370
8348
|
* Indicates whether the new UI for scheduled widget exports is enabled.
|
|
8371
8349
|
*/
|
|
8372
8350
|
enableInsightExportScheduling?: boolean;
|
|
8373
|
-
/**
|
|
8374
|
-
* Indicates whether the user can zoom on the insights in KPI dashboards that have this feature enabled.
|
|
8375
|
-
*/
|
|
8376
|
-
enableKDZooming?: boolean;
|
|
8377
|
-
/**
|
|
8378
|
-
* Indicates whether the user can save and existing dashboard in KPI dashboards as new.
|
|
8379
|
-
*/
|
|
8380
|
-
enableKPIDashboardSaveAsNew?: boolean;
|
|
8381
|
-
/**
|
|
8382
|
-
* Indicates whether the Embed dashboard button is available in KPI dashboards.
|
|
8383
|
-
*/
|
|
8384
|
-
enableEmbedButtonInKD?: boolean;
|
|
8385
|
-
/**
|
|
8386
|
-
* Indicates whether the Embed button/dialog is available in AD.
|
|
8387
|
-
*/
|
|
8388
|
-
enableEmbedButtonInAD?: boolean;
|
|
8389
|
-
/**
|
|
8390
|
-
* Indicates whether the approximate variant of count is available in AD.
|
|
8391
|
-
*/
|
|
8392
|
-
enableApproxCount?: boolean;
|
|
8393
|
-
/**
|
|
8394
|
-
* Indicates whether the drill to dashboard is enabled.
|
|
8395
|
-
*/
|
|
8396
|
-
enableKPIDashboardDrillToDashboard?: boolean;
|
|
8397
|
-
/**
|
|
8398
|
-
* Indicates whether the drill to insight is enabled.
|
|
8399
|
-
*/
|
|
8400
|
-
enableKPIDashboardDrillToInsight?: boolean;
|
|
8401
|
-
/**
|
|
8402
|
-
* Indicates whether the drill to url is enabled.
|
|
8403
|
-
*/
|
|
8404
|
-
enableKPIDashboardDrillToURL?: boolean;
|
|
8405
|
-
/**
|
|
8406
|
-
* Indicates whether the drilled insight can be exported.
|
|
8407
|
-
*/
|
|
8408
|
-
enableDrilledInsightExport?: boolean;
|
|
8409
|
-
/**
|
|
8410
|
-
* Indicates whether backend supports data sampling.
|
|
8411
|
-
*/
|
|
8412
|
-
enableDataSampling?: boolean;
|
|
8413
8351
|
/**
|
|
8414
8352
|
* Indicates whether the company logo should be visible in the embedded dashboard.
|
|
8415
8353
|
*/
|
|
8416
8354
|
enableCompanyLogoInEmbeddedUI?: boolean;
|
|
8417
|
-
/**
|
|
8418
|
-
* Enable implicit drillToAttributeURL
|
|
8419
|
-
*/
|
|
8420
|
-
enableClickableAttributeURL?: boolean;
|
|
8421
8355
|
/**
|
|
8422
8356
|
* Enable implicit drill down
|
|
8423
8357
|
*/
|
|
8424
8358
|
enableKPIDashboardImplicitDrillDown?: boolean;
|
|
8425
|
-
/**
|
|
8426
|
-
* Enable drill from attributes
|
|
8427
|
-
*/
|
|
8428
|
-
enableKPIDashboardDrillFromAttribute?: boolean;
|
|
8429
8359
|
/**
|
|
8430
8360
|
* Enable usage of Dashboard permissions
|
|
8431
8361
|
*/
|
|
8432
8362
|
enableAnalyticalDashboardPermissions?: boolean;
|
|
8433
|
-
/**
|
|
8434
|
-
* Enable renaming measure to metric
|
|
8435
|
-
*/
|
|
8436
|
-
enableRenamingMeasureToMetric?: boolean;
|
|
8437
|
-
/**
|
|
8438
|
-
* Enable axis label formatting
|
|
8439
|
-
*/
|
|
8440
|
-
enableAxisLabelFormat?: boolean;
|
|
8441
8363
|
/**
|
|
8442
8364
|
* Enable charts sorting customization
|
|
8443
8365
|
*/
|
|
8444
8366
|
enableChartsSorting?: boolean;
|
|
8445
|
-
/**
|
|
8446
|
-
* Enable hiding of widget title
|
|
8447
|
-
*/
|
|
8448
|
-
enableHidingOfWidgetTitle?: boolean;
|
|
8449
8367
|
/**
|
|
8450
8368
|
* Enable axis name for the column, bar and bullet charts with view by two attributes.
|
|
8451
8369
|
*/
|
|
8452
8370
|
enableAxisNameViewByTwoAttributes?: boolean;
|
|
8453
|
-
/**
|
|
8454
|
-
* Enable reverse the order of stacked items in bar chart.
|
|
8455
|
-
*/
|
|
8456
|
-
enableReversedStacking?: boolean;
|
|
8457
|
-
/**
|
|
8458
|
-
* Enable visibility control for total labels
|
|
8459
|
-
*/
|
|
8460
|
-
enableSeparateTotalLabels?: boolean;
|
|
8461
8371
|
/**
|
|
8462
8372
|
* Enable usage of insights, widgets, kpis descriptions.
|
|
8463
8373
|
*/
|
|
@@ -8470,14 +8380,6 @@ export declare interface ISettings {
|
|
|
8470
8380
|
* Enable use of composite grain
|
|
8471
8381
|
*/
|
|
8472
8382
|
enableCompositeGrain?: boolean;
|
|
8473
|
-
/**
|
|
8474
|
-
* Enable table transposition (metrics in rows)
|
|
8475
|
-
*/
|
|
8476
|
-
enablePivotTableTransposition?: boolean;
|
|
8477
|
-
/**
|
|
8478
|
-
* Enable moving column attribute headers to the left.
|
|
8479
|
-
*/
|
|
8480
|
-
enableColumnHeadersPosition?: boolean;
|
|
8481
8383
|
/**
|
|
8482
8384
|
* Enable new max bucket size items limit for Pivot Table
|
|
8483
8385
|
*/
|
|
@@ -8506,11 +8408,6 @@ export declare interface ISettings {
|
|
|
8506
8408
|
* Enables visualization switcher widgets on dashboards.
|
|
8507
8409
|
*/
|
|
8508
8410
|
enableKDVisualizationSwitcher?: boolean;
|
|
8509
|
-
/**
|
|
8510
|
-
* Enable attribute filter values validation by metric, attribute, fact.
|
|
8511
|
-
* The configuration of filter values validation is merged with parent filters UI.
|
|
8512
|
-
*/
|
|
8513
|
-
enableAttributeFilterValuesValidation?: boolean;
|
|
8514
8411
|
/**
|
|
8515
8412
|
* Enable creating users in user management.
|
|
8516
8413
|
*/
|
|
@@ -8519,10 +8416,6 @@ export declare interface ISettings {
|
|
|
8519
8416
|
* Enable attribute filter values validation by date filters.
|
|
8520
8417
|
*/
|
|
8521
8418
|
enableKDAttributeFilterDatesValidation?: boolean;
|
|
8522
|
-
/**
|
|
8523
|
-
* Enable upload of multiple CSVs to data source and multiple CSV data sources.
|
|
8524
|
-
*/
|
|
8525
|
-
enableMultipleCSVs?: boolean;
|
|
8526
8419
|
/**
|
|
8527
8420
|
* Enable possibility to set non-existing value into attribute filter in AD and KD via postMessage.
|
|
8528
8421
|
*/
|
|
@@ -8797,10 +8690,6 @@ export declare interface ISettings {
|
|
|
8797
8690
|
* Enable new pivot table
|
|
8798
8691
|
*/
|
|
8799
8692
|
enableNewPivotTable?: boolean;
|
|
8800
|
-
/**
|
|
8801
|
-
* Enable centralized automation management in home-ui
|
|
8802
|
-
*/
|
|
8803
|
-
enableCentralizedAutomationManagement?: boolean;
|
|
8804
8693
|
/**
|
|
8805
8694
|
* Enable automation management in dashboards
|
|
8806
8695
|
*/
|
package/esm/settings/index.d.ts
CHANGED
|
@@ -98,10 +98,6 @@ export interface ISettings {
|
|
|
98
98
|
* Enables additional chart accessibility features configurable in AD.
|
|
99
99
|
*/
|
|
100
100
|
enableChartAccessibilityFeatures?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* Headline component will not be underlined when it is set up with drilling.
|
|
103
|
-
*/
|
|
104
|
-
disableKpiDashboardHeadlineUnderline?: boolean;
|
|
105
101
|
/**
|
|
106
102
|
* Allows configuration of axis name position and visibility for Pluggable Visualizations.
|
|
107
103
|
*/
|
|
@@ -110,10 +106,6 @@ export interface ISettings {
|
|
|
110
106
|
* Indicates whether the Waterfall Chart is available in AD.
|
|
111
107
|
*/
|
|
112
108
|
enableWaterfallChart?: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* Indicates whether color picker config panel should allow users to select custom RGB colors.
|
|
115
|
-
*/
|
|
116
|
-
enableCustomColorPicker?: boolean;
|
|
117
109
|
/**
|
|
118
110
|
* Indicates whether the catalog groups in analytical designer are expanded by default.
|
|
119
111
|
*/
|
|
@@ -122,11 +114,6 @@ export interface ISettings {
|
|
|
122
114
|
* Indicates whether multiple dates can be put into buckets
|
|
123
115
|
*/
|
|
124
116
|
enableMultipleDates?: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Indicates whether alternative display form can be selected for attribute and multiple instances
|
|
127
|
-
* of the same attributes can be put into buckets
|
|
128
|
-
*/
|
|
129
|
-
enableAlternativeDisplayFormSelection?: boolean;
|
|
130
117
|
/**
|
|
131
118
|
* Indicates whether unavailable data items are visible
|
|
132
119
|
*/
|
|
@@ -136,107 +123,30 @@ export interface ISettings {
|
|
|
136
123
|
* only available on Tiger/Panther
|
|
137
124
|
*/
|
|
138
125
|
showHiddenCatalogItems?: boolean;
|
|
139
|
-
/**
|
|
140
|
-
* Indicates whether dashboard scheduled mails are enabled.
|
|
141
|
-
*/
|
|
142
|
-
enableKPIDashboardSchedule?: boolean;
|
|
143
|
-
/**
|
|
144
|
-
* Indicates whether the user can select recipients of scheduled e-mails.
|
|
145
|
-
* If not, scheduled mail can only be sent to a logged in user.
|
|
146
|
-
*/
|
|
147
|
-
enableKPIDashboardScheduleRecipients?: boolean;
|
|
148
126
|
/**
|
|
149
127
|
* Indicates whether the new UI for scheduled widget exports is enabled.
|
|
150
128
|
*/
|
|
151
129
|
enableInsightExportScheduling?: boolean;
|
|
152
|
-
/**
|
|
153
|
-
* Indicates whether the user can zoom on the insights in KPI dashboards that have this feature enabled.
|
|
154
|
-
*/
|
|
155
|
-
enableKDZooming?: boolean;
|
|
156
|
-
/**
|
|
157
|
-
* Indicates whether the user can save and existing dashboard in KPI dashboards as new.
|
|
158
|
-
*/
|
|
159
|
-
enableKPIDashboardSaveAsNew?: boolean;
|
|
160
|
-
/**
|
|
161
|
-
* Indicates whether the Embed dashboard button is available in KPI dashboards.
|
|
162
|
-
*/
|
|
163
|
-
enableEmbedButtonInKD?: boolean;
|
|
164
|
-
/**
|
|
165
|
-
* Indicates whether the Embed button/dialog is available in AD.
|
|
166
|
-
*/
|
|
167
|
-
enableEmbedButtonInAD?: boolean;
|
|
168
|
-
/**
|
|
169
|
-
* Indicates whether the approximate variant of count is available in AD.
|
|
170
|
-
*/
|
|
171
|
-
enableApproxCount?: boolean;
|
|
172
|
-
/**
|
|
173
|
-
* Indicates whether the drill to dashboard is enabled.
|
|
174
|
-
*/
|
|
175
|
-
enableKPIDashboardDrillToDashboard?: boolean;
|
|
176
|
-
/**
|
|
177
|
-
* Indicates whether the drill to insight is enabled.
|
|
178
|
-
*/
|
|
179
|
-
enableKPIDashboardDrillToInsight?: boolean;
|
|
180
|
-
/**
|
|
181
|
-
* Indicates whether the drill to url is enabled.
|
|
182
|
-
*/
|
|
183
|
-
enableKPIDashboardDrillToURL?: boolean;
|
|
184
|
-
/**
|
|
185
|
-
* Indicates whether the drilled insight can be exported.
|
|
186
|
-
*/
|
|
187
|
-
enableDrilledInsightExport?: boolean;
|
|
188
|
-
/**
|
|
189
|
-
* Indicates whether backend supports data sampling.
|
|
190
|
-
*/
|
|
191
|
-
enableDataSampling?: boolean;
|
|
192
130
|
/**
|
|
193
131
|
* Indicates whether the company logo should be visible in the embedded dashboard.
|
|
194
132
|
*/
|
|
195
133
|
enableCompanyLogoInEmbeddedUI?: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* Enable implicit drillToAttributeURL
|
|
198
|
-
*/
|
|
199
|
-
enableClickableAttributeURL?: boolean;
|
|
200
134
|
/**
|
|
201
135
|
* Enable implicit drill down
|
|
202
136
|
*/
|
|
203
137
|
enableKPIDashboardImplicitDrillDown?: boolean;
|
|
204
|
-
/**
|
|
205
|
-
* Enable drill from attributes
|
|
206
|
-
*/
|
|
207
|
-
enableKPIDashboardDrillFromAttribute?: boolean;
|
|
208
138
|
/**
|
|
209
139
|
* Enable usage of Dashboard permissions
|
|
210
140
|
*/
|
|
211
141
|
enableAnalyticalDashboardPermissions?: boolean;
|
|
212
|
-
/**
|
|
213
|
-
* Enable renaming measure to metric
|
|
214
|
-
*/
|
|
215
|
-
enableRenamingMeasureToMetric?: boolean;
|
|
216
|
-
/**
|
|
217
|
-
* Enable axis label formatting
|
|
218
|
-
*/
|
|
219
|
-
enableAxisLabelFormat?: boolean;
|
|
220
142
|
/**
|
|
221
143
|
* Enable charts sorting customization
|
|
222
144
|
*/
|
|
223
145
|
enableChartsSorting?: boolean;
|
|
224
|
-
/**
|
|
225
|
-
* Enable hiding of widget title
|
|
226
|
-
*/
|
|
227
|
-
enableHidingOfWidgetTitle?: boolean;
|
|
228
146
|
/**
|
|
229
147
|
* Enable axis name for the column, bar and bullet charts with view by two attributes.
|
|
230
148
|
*/
|
|
231
149
|
enableAxisNameViewByTwoAttributes?: boolean;
|
|
232
|
-
/**
|
|
233
|
-
* Enable reverse the order of stacked items in bar chart.
|
|
234
|
-
*/
|
|
235
|
-
enableReversedStacking?: boolean;
|
|
236
|
-
/**
|
|
237
|
-
* Enable visibility control for total labels
|
|
238
|
-
*/
|
|
239
|
-
enableSeparateTotalLabels?: boolean;
|
|
240
150
|
/**
|
|
241
151
|
* Enable usage of insights, widgets, kpis descriptions.
|
|
242
152
|
*/
|
|
@@ -249,14 +159,6 @@ export interface ISettings {
|
|
|
249
159
|
* Enable use of composite grain
|
|
250
160
|
*/
|
|
251
161
|
enableCompositeGrain?: boolean;
|
|
252
|
-
/**
|
|
253
|
-
* Enable table transposition (metrics in rows)
|
|
254
|
-
*/
|
|
255
|
-
enablePivotTableTransposition?: boolean;
|
|
256
|
-
/**
|
|
257
|
-
* Enable moving column attribute headers to the left.
|
|
258
|
-
*/
|
|
259
|
-
enableColumnHeadersPosition?: boolean;
|
|
260
162
|
/**
|
|
261
163
|
* Enable new max bucket size items limit for Pivot Table
|
|
262
164
|
*/
|
|
@@ -285,11 +187,6 @@ export interface ISettings {
|
|
|
285
187
|
* Enables visualization switcher widgets on dashboards.
|
|
286
188
|
*/
|
|
287
189
|
enableKDVisualizationSwitcher?: boolean;
|
|
288
|
-
/**
|
|
289
|
-
* Enable attribute filter values validation by metric, attribute, fact.
|
|
290
|
-
* The configuration of filter values validation is merged with parent filters UI.
|
|
291
|
-
*/
|
|
292
|
-
enableAttributeFilterValuesValidation?: boolean;
|
|
293
190
|
/**
|
|
294
191
|
* Enable creating users in user management.
|
|
295
192
|
*/
|
|
@@ -298,10 +195,6 @@ export interface ISettings {
|
|
|
298
195
|
* Enable attribute filter values validation by date filters.
|
|
299
196
|
*/
|
|
300
197
|
enableKDAttributeFilterDatesValidation?: boolean;
|
|
301
|
-
/**
|
|
302
|
-
* Enable upload of multiple CSVs to data source and multiple CSV data sources.
|
|
303
|
-
*/
|
|
304
|
-
enableMultipleCSVs?: boolean;
|
|
305
198
|
/**
|
|
306
199
|
* Enable possibility to set non-existing value into attribute filter in AD and KD via postMessage.
|
|
307
200
|
*/
|
|
@@ -576,10 +469,6 @@ export interface ISettings {
|
|
|
576
469
|
* Enable new pivot table
|
|
577
470
|
*/
|
|
578
471
|
enableNewPivotTable?: boolean;
|
|
579
|
-
/**
|
|
580
|
-
* Enable centralized automation management in home-ui
|
|
581
|
-
*/
|
|
582
|
-
enableCentralizedAutomationManagement?: boolean;
|
|
583
472
|
/**
|
|
584
473
|
* Enable automation management in dashboards
|
|
585
474
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/settings/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEjE;;;;;;;;;GASG;AACH,MAAM,WAAW,SAAS;IAKtB;;OAEG;IACH,aAAa,CAAC,EAAE,cAAc,CAAC;IAE/B;;OAEG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;;OAGG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC;IAE7B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IAEtD;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAElC;;;OAGG;IACH,mBAAmB,CAAC,EAAE,0BAA0B,CAAC;IAEjD;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,oCAAoC,CAAC,EAAE,MAAM,CAAC;IAE9C;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,YAAY,CAAC;IAE3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;;OAGG;IACH,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAE1C;;OAEG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IAMzC;;OAEG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IAExC;;OAEG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;OAEG;IACH,gCAAgC,CAAC,EAAE,OAAO,CAAC;IAE3C;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/settings/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/settings/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/settings/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA+nBpC;;;;;GAKG;AACH,MAAM,UAAU,YAAY,CAAC,GAAY;IACrC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAE,GAAmB,CAAC,OAAO,IAAI,CAAC,CAAE,GAAmB,CAAC,QAAQ,CAAC;AAC9F,CAAC"}
|