@gooddata/sdk-model 11.2.0-alpha.1 → 11.2.0-alpha.3
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 -135
- package/esm/settings/index.d.ts +0 -135
- 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,145 +8319,31 @@ 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
|
-
/**
|
|
8327
|
-
* Allows configuration of axis name position and visibility for Pluggable Visualizations.
|
|
8328
|
-
*/
|
|
8329
|
-
enableAxisNameConfiguration?: boolean;
|
|
8330
8322
|
/**
|
|
8331
8323
|
* Indicates whether the Waterfall Chart is available in AD.
|
|
8332
8324
|
*/
|
|
8333
8325
|
enableWaterfallChart?: boolean;
|
|
8334
|
-
/**
|
|
8335
|
-
* Indicates whether color picker config panel should allow users to select custom RGB colors.
|
|
8336
|
-
*/
|
|
8337
|
-
enableCustomColorPicker?: boolean;
|
|
8338
|
-
/**
|
|
8339
|
-
* Indicates whether the catalog groups in analytical designer are expanded by default.
|
|
8340
|
-
*/
|
|
8341
|
-
ADCatalogGroupsExpanded?: boolean;
|
|
8342
|
-
/**
|
|
8343
|
-
* Indicates whether multiple dates can be put into buckets
|
|
8344
|
-
*/
|
|
8345
|
-
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
|
-
/**
|
|
8352
|
-
* Indicates whether unavailable data items are visible
|
|
8353
|
-
*/
|
|
8354
|
-
enableUnavailableItemsVisible?: boolean;
|
|
8355
8326
|
/**
|
|
8356
8327
|
* Indicates whether unavailable data items are visible in the settings API
|
|
8357
8328
|
* only available on Tiger/Panther
|
|
8358
8329
|
*/
|
|
8359
8330
|
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
|
-
/**
|
|
8370
|
-
* Indicates whether the new UI for scheduled widget exports is enabled.
|
|
8371
|
-
*/
|
|
8372
|
-
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
8331
|
/**
|
|
8414
8332
|
* Indicates whether the company logo should be visible in the embedded dashboard.
|
|
8415
8333
|
*/
|
|
8416
8334
|
enableCompanyLogoInEmbeddedUI?: boolean;
|
|
8417
|
-
/**
|
|
8418
|
-
* Enable implicit drillToAttributeURL
|
|
8419
|
-
*/
|
|
8420
|
-
enableClickableAttributeURL?: boolean;
|
|
8421
8335
|
/**
|
|
8422
8336
|
* Enable implicit drill down
|
|
8423
8337
|
*/
|
|
8424
8338
|
enableKPIDashboardImplicitDrillDown?: boolean;
|
|
8425
|
-
/**
|
|
8426
|
-
* Enable drill from attributes
|
|
8427
|
-
*/
|
|
8428
|
-
enableKPIDashboardDrillFromAttribute?: boolean;
|
|
8429
8339
|
/**
|
|
8430
8340
|
* Enable usage of Dashboard permissions
|
|
8431
8341
|
*/
|
|
8432
8342
|
enableAnalyticalDashboardPermissions?: boolean;
|
|
8433
|
-
/**
|
|
8434
|
-
* Enable renaming measure to metric
|
|
8435
|
-
*/
|
|
8436
|
-
enableRenamingMeasureToMetric?: boolean;
|
|
8437
|
-
/**
|
|
8438
|
-
* Enable axis label formatting
|
|
8439
|
-
*/
|
|
8440
|
-
enableAxisLabelFormat?: boolean;
|
|
8441
8343
|
/**
|
|
8442
8344
|
* Enable charts sorting customization
|
|
8443
8345
|
*/
|
|
8444
8346
|
enableChartsSorting?: boolean;
|
|
8445
|
-
/**
|
|
8446
|
-
* Enable hiding of widget title
|
|
8447
|
-
*/
|
|
8448
|
-
enableHidingOfWidgetTitle?: boolean;
|
|
8449
|
-
/**
|
|
8450
|
-
* Enable axis name for the column, bar and bullet charts with view by two attributes.
|
|
8451
|
-
*/
|
|
8452
|
-
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
8347
|
/**
|
|
8462
8348
|
* Enable usage of insights, widgets, kpis descriptions.
|
|
8463
8349
|
*/
|
|
@@ -8470,14 +8356,6 @@ export declare interface ISettings {
|
|
|
8470
8356
|
* Enable use of composite grain
|
|
8471
8357
|
*/
|
|
8472
8358
|
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
8359
|
/**
|
|
8482
8360
|
* Enable new max bucket size items limit for Pivot Table
|
|
8483
8361
|
*/
|
|
@@ -8506,11 +8384,6 @@ export declare interface ISettings {
|
|
|
8506
8384
|
* Enables visualization switcher widgets on dashboards.
|
|
8507
8385
|
*/
|
|
8508
8386
|
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
8387
|
/**
|
|
8515
8388
|
* Enable creating users in user management.
|
|
8516
8389
|
*/
|
|
@@ -8519,10 +8392,6 @@ export declare interface ISettings {
|
|
|
8519
8392
|
* Enable attribute filter values validation by date filters.
|
|
8520
8393
|
*/
|
|
8521
8394
|
enableKDAttributeFilterDatesValidation?: boolean;
|
|
8522
|
-
/**
|
|
8523
|
-
* Enable upload of multiple CSVs to data source and multiple CSV data sources.
|
|
8524
|
-
*/
|
|
8525
|
-
enableMultipleCSVs?: boolean;
|
|
8526
8395
|
/**
|
|
8527
8396
|
* Enable possibility to set non-existing value into attribute filter in AD and KD via postMessage.
|
|
8528
8397
|
*/
|
|
@@ -8797,10 +8666,6 @@ export declare interface ISettings {
|
|
|
8797
8666
|
* Enable new pivot table
|
|
8798
8667
|
*/
|
|
8799
8668
|
enableNewPivotTable?: boolean;
|
|
8800
|
-
/**
|
|
8801
|
-
* Enable centralized automation management in home-ui
|
|
8802
|
-
*/
|
|
8803
|
-
enableCentralizedAutomationManagement?: boolean;
|
|
8804
8669
|
/**
|
|
8805
8670
|
* Enable automation management in dashboards
|
|
8806
8671
|
*/
|
package/esm/settings/index.d.ts
CHANGED
|
@@ -98,145 +98,31 @@ 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
|
-
/**
|
|
106
|
-
* Allows configuration of axis name position and visibility for Pluggable Visualizations.
|
|
107
|
-
*/
|
|
108
|
-
enableAxisNameConfiguration?: boolean;
|
|
109
101
|
/**
|
|
110
102
|
* Indicates whether the Waterfall Chart is available in AD.
|
|
111
103
|
*/
|
|
112
104
|
enableWaterfallChart?: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* Indicates whether color picker config panel should allow users to select custom RGB colors.
|
|
115
|
-
*/
|
|
116
|
-
enableCustomColorPicker?: boolean;
|
|
117
|
-
/**
|
|
118
|
-
* Indicates whether the catalog groups in analytical designer are expanded by default.
|
|
119
|
-
*/
|
|
120
|
-
ADCatalogGroupsExpanded?: boolean;
|
|
121
|
-
/**
|
|
122
|
-
* Indicates whether multiple dates can be put into buckets
|
|
123
|
-
*/
|
|
124
|
-
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
|
-
/**
|
|
131
|
-
* Indicates whether unavailable data items are visible
|
|
132
|
-
*/
|
|
133
|
-
enableUnavailableItemsVisible?: boolean;
|
|
134
105
|
/**
|
|
135
106
|
* Indicates whether unavailable data items are visible in the settings API
|
|
136
107
|
* only available on Tiger/Panther
|
|
137
108
|
*/
|
|
138
109
|
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
|
-
/**
|
|
149
|
-
* Indicates whether the new UI for scheduled widget exports is enabled.
|
|
150
|
-
*/
|
|
151
|
-
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
110
|
/**
|
|
193
111
|
* Indicates whether the company logo should be visible in the embedded dashboard.
|
|
194
112
|
*/
|
|
195
113
|
enableCompanyLogoInEmbeddedUI?: boolean;
|
|
196
|
-
/**
|
|
197
|
-
* Enable implicit drillToAttributeURL
|
|
198
|
-
*/
|
|
199
|
-
enableClickableAttributeURL?: boolean;
|
|
200
114
|
/**
|
|
201
115
|
* Enable implicit drill down
|
|
202
116
|
*/
|
|
203
117
|
enableKPIDashboardImplicitDrillDown?: boolean;
|
|
204
|
-
/**
|
|
205
|
-
* Enable drill from attributes
|
|
206
|
-
*/
|
|
207
|
-
enableKPIDashboardDrillFromAttribute?: boolean;
|
|
208
118
|
/**
|
|
209
119
|
* Enable usage of Dashboard permissions
|
|
210
120
|
*/
|
|
211
121
|
enableAnalyticalDashboardPermissions?: boolean;
|
|
212
|
-
/**
|
|
213
|
-
* Enable renaming measure to metric
|
|
214
|
-
*/
|
|
215
|
-
enableRenamingMeasureToMetric?: boolean;
|
|
216
|
-
/**
|
|
217
|
-
* Enable axis label formatting
|
|
218
|
-
*/
|
|
219
|
-
enableAxisLabelFormat?: boolean;
|
|
220
122
|
/**
|
|
221
123
|
* Enable charts sorting customization
|
|
222
124
|
*/
|
|
223
125
|
enableChartsSorting?: boolean;
|
|
224
|
-
/**
|
|
225
|
-
* Enable hiding of widget title
|
|
226
|
-
*/
|
|
227
|
-
enableHidingOfWidgetTitle?: boolean;
|
|
228
|
-
/**
|
|
229
|
-
* Enable axis name for the column, bar and bullet charts with view by two attributes.
|
|
230
|
-
*/
|
|
231
|
-
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
126
|
/**
|
|
241
127
|
* Enable usage of insights, widgets, kpis descriptions.
|
|
242
128
|
*/
|
|
@@ -249,14 +135,6 @@ export interface ISettings {
|
|
|
249
135
|
* Enable use of composite grain
|
|
250
136
|
*/
|
|
251
137
|
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
138
|
/**
|
|
261
139
|
* Enable new max bucket size items limit for Pivot Table
|
|
262
140
|
*/
|
|
@@ -285,11 +163,6 @@ export interface ISettings {
|
|
|
285
163
|
* Enables visualization switcher widgets on dashboards.
|
|
286
164
|
*/
|
|
287
165
|
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
166
|
/**
|
|
294
167
|
* Enable creating users in user management.
|
|
295
168
|
*/
|
|
@@ -298,10 +171,6 @@ export interface ISettings {
|
|
|
298
171
|
* Enable attribute filter values validation by date filters.
|
|
299
172
|
*/
|
|
300
173
|
enableKDAttributeFilterDatesValidation?: boolean;
|
|
301
|
-
/**
|
|
302
|
-
* Enable upload of multiple CSVs to data source and multiple CSV data sources.
|
|
303
|
-
*/
|
|
304
|
-
enableMultipleCSVs?: boolean;
|
|
305
174
|
/**
|
|
306
175
|
* Enable possibility to set non-existing value into attribute filter in AD and KD via postMessage.
|
|
307
176
|
*/
|
|
@@ -576,10 +445,6 @@ export interface ISettings {
|
|
|
576
445
|
* Enable new pivot table
|
|
577
446
|
*/
|
|
578
447
|
enableNewPivotTable?: boolean;
|
|
579
|
-
/**
|
|
580
|
-
* Enable centralized automation management in home-ui
|
|
581
|
-
*/
|
|
582
|
-
enableCentralizedAutomationManagement?: boolean;
|
|
583
448
|
/**
|
|
584
449
|
* Enable automation management in dashboards
|
|
585
450
|
*/
|
|
@@ -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;AAimBpC;;;;;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"}
|