UI[Map]: Fix help popover styles in settings; make popover body scrollable
This commit is contained in:
parent
151a087e45
commit
896a7f0b45
@ -60,7 +60,8 @@
|
|||||||
[validationArgs]="[]"
|
[validationArgs]="[]"
|
||||||
[editorCompleter]="customPrettyActionEditorCompleter"
|
[editorCompleter]="customPrettyActionEditorCompleter"
|
||||||
functionTitle="{{ 'widget-action.custom-pretty-function' | translate }}"
|
functionTitle="{{ 'widget-action.custom-pretty-function' | translate }}"
|
||||||
[helpId]="helpId">
|
[helpId]="helpId"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -101,7 +101,8 @@
|
|||||||
[validationArgs]="[]"
|
[validationArgs]="[]"
|
||||||
[editorCompleter]="customPrettyActionEditorCompleter"
|
[editorCompleter]="customPrettyActionEditorCompleter"
|
||||||
functionTitle="{{ 'widget-action.custom-pretty-function' | translate }}"
|
functionTitle="{{ 'widget-action.custom-pretty-function' | translate }}"
|
||||||
[helpId]="helpId">
|
[helpId]="helpId"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
</mat-tab>
|
</mat-tab>
|
||||||
</mat-tab-group>
|
</mat-tab-group>
|
||||||
|
|||||||
@ -256,6 +256,7 @@
|
|||||||
[editorCompleter]="customActionEditorCompleter"
|
[editorCompleter]="customActionEditorCompleter"
|
||||||
withModules
|
withModules
|
||||||
helpId="widget/action/custom_action_fn"
|
helpId="widget/action/custom_action_fn"
|
||||||
|
[helpPopupStyle]="{width: '900px'}"
|
||||||
></tb-js-func>
|
></tb-js-func>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template [ngSwitchCase]="widgetActionType.placeMapItem">
|
<ng-template [ngSwitchCase]="widgetActionType.placeMapItem">
|
||||||
|
|||||||
@ -95,7 +95,8 @@
|
|||||||
[functionArgs]="['data', 'dsData']"
|
[functionArgs]="['data', 'dsData']"
|
||||||
[globalVariables]="functionScopeVariables"
|
[globalVariables]="functionScopeVariables"
|
||||||
functionTitle="{{ 'widgets.maps.data-layer.color-function' | translate }}"
|
functionTitle="{{ 'widgets.maps.data-layer.color-function' | translate }}"
|
||||||
[helpId]="helpId">
|
[helpId]="helpId"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -43,6 +43,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.tb-data-layer-color-settings-panel-buttons {
|
.tb-data-layer-color-settings-panel-buttons {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|||||||
@ -46,7 +46,8 @@
|
|||||||
[globalVariables]="functionScopeVariables"
|
[globalVariables]="functionScopeVariables"
|
||||||
[functionArgs]="['data', 'dsData']"
|
[functionArgs]="['data', 'dsData']"
|
||||||
functionTitle="{{ (patternType === 'label' ? 'widgets.maps.data-layer.label-function' : 'widgets.maps.data-layer.tooltip-function') | translate }}"
|
functionTitle="{{ (patternType === 'label' ? 'widgets.maps.data-layer.label-function' : 'widgets.maps.data-layer.tooltip-function') | translate }}"
|
||||||
[helpId]="helpId">
|
[helpId]="helpId"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
<ng-container *ngIf="patternType === 'tooltip'">
|
<ng-container *ngIf="patternType === 'tooltip'">
|
||||||
<div class="tb-form-row space-between column-xs">
|
<div class="tb-form-row space-between column-xs">
|
||||||
|
|||||||
@ -88,7 +88,8 @@
|
|||||||
[globalVariables]="functionScopeVariables"
|
[globalVariables]="functionScopeVariables"
|
||||||
[functionArgs]="['data', 'childCount']"
|
[functionArgs]="['data', 'childCount']"
|
||||||
functionTitle="{{ 'widgets.maps.data-layer.marker.clustering.marker-color-function' | translate }}"
|
functionTitle="{{ 'widgets.maps.data-layer.marker.clustering.marker-color-function' | translate }}"
|
||||||
helpId="widget/lib/map/clustering_color_fn">
|
helpId="widget/lib/map/clustering_color_fn"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
|
|||||||
@ -41,6 +41,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.tb-marker-image-settings-panel-buttons {
|
.tb-marker-image-settings-panel-buttons {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|||||||
@ -70,7 +70,8 @@
|
|||||||
[globalVariables]="functionScopeVariables"
|
[globalVariables]="functionScopeVariables"
|
||||||
[functionArgs]="['data', 'dsData']"
|
[functionArgs]="['data', 'dsData']"
|
||||||
functionTitle="{{ 'widgets.maps.timeline.location-snap-filter-function' | translate }}"
|
functionTitle="{{ 'widgets.maps.timeline.location-snap-filter-function' | translate }}"
|
||||||
helpId="widget/lib/map/trip_point_as_anchor_fn">
|
helpId="widget/lib/map/trip_point_as_anchor_fn"
|
||||||
|
[helpPopupStyle]="{width: '900px'}">
|
||||||
</tb-js-func>
|
</tb-js-func>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
|
|||||||
@ -8013,7 +8013,7 @@
|
|||||||
"pattern-type-function": "Function",
|
"pattern-type-function": "Function",
|
||||||
"label-pattern": "Label (pattern examples: '${entityName}', '${entityName}: (Text ${keyName} units.)' )",
|
"label-pattern": "Label (pattern examples: '${entityName}', '${entityName}: (Text ${keyName} units.)' )",
|
||||||
"label-function": "Label function",
|
"label-function": "Label function",
|
||||||
"tooltip-pattern": "Tooltip (for ex. 'Text ${keyName} units.' or <link-act name='my-action'>Link text</link-act>')",
|
"tooltip-pattern": "Tooltip (for ex. 'Text ${keyName} units.' or <link-act name='my-action'>Link text</link-act>)",
|
||||||
"tooltip-function": "Tooltip function",
|
"tooltip-function": "Tooltip function",
|
||||||
"tooltip-trigger": "Tooltip trigger",
|
"tooltip-trigger": "Tooltip trigger",
|
||||||
"tooltip-trigger-click": "Show tooltip on click",
|
"tooltip-trigger-click": "Show tooltip on click",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user