@c8y/ngx-components 1023.43.2 → 1023.43.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/fesm2022/c8y-ngx-components-global-context.mjs +1 -6
- package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +1 -0
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
- package/global-context/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/widgets/implementations/alarms/index.d.ts.map +1 -1
|
@@ -10825,12 +10825,7 @@ const CONTROL_PRESETS = {
|
|
|
10825
10825
|
CONTEXT_FEATURE.HISTORY_TIME,
|
|
10826
10826
|
CONTEXT_FEATURE.AUTO_REFRESH
|
|
10827
10827
|
],
|
|
10828
|
-
config: [
|
|
10829
|
-
CONTEXT_FEATURE.LIVE_TIME,
|
|
10830
|
-
CONTEXT_FEATURE.HISTORY_TIME,
|
|
10831
|
-
CONTEXT_FEATURE.AUTO_REFRESH,
|
|
10832
|
-
CONTEXT_FEATURE.AGGREGATION
|
|
10833
|
-
],
|
|
10828
|
+
config: [CONTEXT_FEATURE.LIVE_TIME, CONTEXT_FEATURE.HISTORY_TIME, CONTEXT_FEATURE.AUTO_REFRESH],
|
|
10834
10829
|
view_and_config: [
|
|
10835
10830
|
CONTEXT_FEATURE.LIVE_TIME,
|
|
10836
10831
|
CONTEXT_FEATURE.HISTORY_TIME,
|