Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{{#if isEmpty}}
{{translate 'None'}}
{{else}}
<div>(
{{#each viewDataList}}
<div data-view-key="{{key}}" style="margin-left: 15px;">{{{var key ../this}}}</div>
{{#unless isEnd}}
<div style="margin-left: 15px;">
{{translate ../operator category='logicalOperators' scope='Admin'}}
</div>
{{/unless}}
{{/each}}
)</div>
{{/if}}

View File

@@ -0,0 +1,4 @@
<div>{{translate 'not' category='logicalOperators' scope='Admin'}} (
<div data-view-key="{{viewKey}}" style="margin-left: 15px;">{{{var viewKey this}}}</div>
)</div>

View File

@@ -0,0 +1 @@
{{leftString}} {{{operatorString}}} <span data-name="{{valueViewKey}}">{{{value}}}</span>

View File

@@ -0,0 +1,2 @@
{{translate field category='fields' scope=scope}} {{{operatorString}}}
({{#each valueViewDataList}}<span data-name="{{key}}">{{{var key ../this}}}</span>{{#unless isEnd}}, {{/unless}}{{/each}})

View File

@@ -0,0 +1 @@
{{translate field category='fields' scope=scope}} {{{operatorString}}}

View File

@@ -0,0 +1 @@
{{translate field category='fields' scope=scope}} {{{operatorString}}} {{translateOption dateValue field='dateSearchRanges'}}