|
|
@ -41,29 +41,32 @@ |
|
|
</sqx-onboarding-tooltip> |
|
|
</sqx-onboarding-tooltip> |
|
|
|
|
|
|
|
|
<ng-container *sqxModal="searchDialog;closeAuto:false"> |
|
|
<ng-container *sqxModal="searchDialog;closeAuto:false"> |
|
|
<div class="dropdown-menu" [sqxAnchoredTo]="inputFind" @fade> |
|
|
<sqx-modal-dialog (close)="searchDialog.hide()" large="true"> |
|
|
<div class="form-horizontal"> |
|
|
<ng-container title> |
|
|
<div class="submit"> |
|
|
Custom Query |
|
|
<button type="button" class="btn btn-primary mr-2" (click)="search(true)"> |
|
|
</ng-container> |
|
|
Submit |
|
|
|
|
|
</button> |
|
|
<ng-container content> |
|
|
|
|
|
<div class="form-horizontal"> |
|
|
<button type="button" class="btn btn-text-secondary" (click)="searchDialog.hide()"> |
|
|
<sqx-query |
|
|
<i class="icon-close"></i> |
|
|
[model]="queryModel" |
|
|
</button> |
|
|
[query]="query" |
|
|
</div> |
|
|
(queryChange)="changeQuery($event)" |
|
|
<sqx-query |
|
|
[language]="language"> |
|
|
[model]="queryModel" |
|
|
</sqx-query> |
|
|
[query]="query" |
|
|
|
|
|
(queryChange)="changeQuery($event)" |
|
|
|
|
|
[language]="language"> |
|
|
|
|
|
</sqx-query> |
|
|
|
|
|
|
|
|
|
|
|
<div class="link"> |
|
|
<div class="link"> |
|
|
Read more about filtering in the <a href="https://docs.squidex.io/04-guides/02-api.html" sqxExternalLink>Documentation</a>. |
|
|
Read more about filtering in the <a href="https://docs.squidex.io/04-guides/02-api.html" sqxExternalLink>Documentation</a>. |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</ng-container> |
|
|
</div> |
|
|
|
|
|
|
|
|
<ng-container footer> |
|
|
|
|
|
<button type="button" class="float-right btn btn-primary mr-2" (click)="search(true)"> |
|
|
|
|
|
Submit |
|
|
|
|
|
</button> |
|
|
|
|
|
</ng-container> |
|
|
|
|
|
</sqx-modal-dialog> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container *sqxModal="saveQueryDialog"> |
|
|
<ng-container *sqxModal="saveQueryDialog"> |
|
|
|