iobroker.drag-indicator 1.14.9 → 2.0.0

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 BenAhrdt <bsahrdt@gmail.com>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2022 BenAhrdt <bsahrdt@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,46 +1,59 @@
1
- ![Logo](admin/drag-indicator.png)
2
- # ioBroker.drag-indicator
3
-
4
- ## drag-indicator adapter for ioBroker
5
-
6
- Shows the min and max of a selected value (of type number)
7
- So you can catch the extreme values of an state in a desired timerange.
8
- e.g. you can use it for power or temperature values.
9
-
10
- ## Changelog
11
- <!--
12
- Placeholder for the next version (at the beginning of the line):
13
- ### **WORK IN PROGRESS**
14
- -->
15
-
16
- ### 1.14.9
17
- * (BenAhrdt) fixed some changes in readme
18
-
19
- ### 1.14.8
20
- * (BenAhrdt) change setForeignState to setState to write internal States
21
-
22
- ### 1.14.7
23
- * (BenAhrdt) first official version
24
-
25
- ## License
26
- MIT License
27
-
28
- Copyright (c) 2022 BenAhrdt <bsahrdt@gmail.com>
29
-
30
- Permission is hereby granted, free of charge, to any person obtaining a copy
31
- of this software and associated documentation files (the "Software"), to deal
32
- in the Software without restriction, including without limitation the rights
33
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34
- copies of the Software, and to permit persons to whom the Software is
35
- furnished to do so, subject to the following conditions:
36
-
37
- The above copyright notice and this permission notice shall be included in all
38
- copies or substantial portions of the Software.
39
-
40
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ ![Logo](admin/drag-indicator.png)
2
+ # ioBroker.drag-indicator
3
+
4
+ [![NPM version](https://img.shields.io/npm/v/iobroker.janitza-gridvis.svg)](https://www.npmjs.com/package/iobroker.drag-indicator)
5
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.janitza-gridvis.svg)](https://www.npmjs.com/package/iobroker.drag-indicator)
6
+ ![Number of Installations](https://iobroker.live/badges/drag-indicator-installed.svg)
7
+ ![Current version in stable repository](https://iobroker.live/badges/drag-indicator-stable.svg)
8
+ [![Dependency Status](https://img.shields.io/david/BenAhrdt/iobroker.janitza-gridvis.svg)](https://david-dm.org/BenAhrdt/iobroker.drag-indicator)
9
+
10
+ [![NPM](https://nodei.co/npm/iobroker.janitza-gridvis.png?downloads=true)](https://nodei.co/npm/iobroker.drag-indicator/)
11
+
12
+ **Tests:** ![Test and Release](https://github.com/BenAhrdt/ioBroker.drag-indicator/workflows/Test%20and%20Release/badge.svg)
13
+
14
+ ## drag-indicator adapter for ioBroker
15
+
16
+ Shows the min and max of a selected value (of type number)
17
+ So you can catch the extreme values of an state in a desired timerange.
18
+ e.g. you can use it for power or temperature values.
19
+
20
+ ## Changelog
21
+ <!--
22
+ Placeholder for the next version (at the beginning of the line):
23
+ ### **WORK IN PROGRESS**
24
+ -->
25
+
26
+ ### 2.0.0 (2022-06-04)
27
+ * (BenAhrdt) deploy implemented
28
+
29
+ ### 1.14.9
30
+ * (BenAhrdt) fixed some changes in readme
31
+
32
+ ### 1.14.8
33
+ * (BenAhrdt) change setForeignState to setState to write internal States
34
+
35
+ ### 1.14.7
36
+ * (BenAhrdt) first official version
37
+
38
+ ## License
39
+ MIT License
40
+
41
+ Copyright (c) 2022 BenAhrdt <bsahrdt@gmail.com>
42
+
43
+ Permission is hereby granted, free of charge, to any person obtaining a copy
44
+ of this software and associated documentation files (the "Software"), to deal
45
+ in the Software without restriction, including without limitation the rights
46
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
47
+ copies of the Software, and to permit persons to whom the Software is
48
+ furnished to do so, subject to the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be included in all
51
+ copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
54
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
55
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
56
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
57
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
58
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46
59
  SOFTWARE.
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Achtung, es können nur Datenpunkte vom Typ Nummer ausgewählt werden",
3
- "valueName": "Name",
4
- "valueNameTooltip": "Geben Sie den Namen des States ein, der später im channel Ordner angezeigt wird.",
5
- "deleteStateWithDisableText": "State löschen mit deaktivieren",
6
- "infoToCustomConfiglabel": "Konfiguration in der benutzerdefinierten Konfiguration eines Zustands vornehmen",
7
- "dragindicatorSettings": "DragIndicator-Einstellungen",
8
- "automaticReset": "automatischer Reset",
9
- "automaticResetTooltip": "Stellen Sie den gewünschten CronJob ein, der den Schleppzeiger automatisch zurücksetzt."
10
- }
1
+ {
2
+ "justTypeNumber": "Achtung, es können nur Datenpunkte vom Typ Nummer ausgewählt werden",
3
+ "valueName": "Name",
4
+ "valueNameTooltip": "Geben Sie den Namen des States ein, der später im channel Ordner angezeigt wird.",
5
+ "deleteStateWithDisableText": "State löschen mit deaktivieren",
6
+ "infoToCustomConfiglabel": "Konfiguration in der benutzerdefinierten Konfiguration eines Zustands vornehmen",
7
+ "dragindicatorSettings": "DragIndicator-Einstellungen",
8
+ "automaticReset": "automatischer Reset",
9
+ "automaticResetTooltip": "Stellen Sie den gewünschten CronJob ein, der den Schleppzeiger automatisch zurücksetzt."
10
+ }
@@ -1,11 +1,11 @@
1
-
2
- {
3
- "justTypeNumber": "Attention, only data points of type number can be selected",
4
- "valueName": "name",
5
- "valueNameTooltip": "inset the Name of the state, which will be displayed in the channel folder later.",
6
- "deleteStateWithDisableText": "delete state with disable",
7
- "infoToCustomConfiglabel": "do configuration in custom-config of a state",
8
- "dragindicatorSettings": "dragindicator settings",
9
- "automaticReset": "automatic reset",
10
- "automaticResetTooltip": "inset the desired cronJob, wich resets automaticaly the drag indicator."
1
+
2
+ {
3
+ "justTypeNumber": "Attention, only data points of type number can be selected",
4
+ "valueName": "name",
5
+ "valueNameTooltip": "inset the Name of the state, which will be displayed in the channel folder later.",
6
+ "deleteStateWithDisableText": "delete state with disable",
7
+ "infoToCustomConfiglabel": "do configuration in custom-config of a state",
8
+ "dragindicatorSettings": "dragindicator settings",
9
+ "automaticReset": "automatic reset",
10
+ "automaticResetTooltip": "inset the desired cronJob, wich resets automaticaly the drag indicator."
11
11
  }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Atención, solo se pueden seleccionar puntos de datos del número de tipo",
3
- "valueName": "nombre",
4
- "valueNameTooltip": "inserte el nombre del estado, que se mostrará en la carpeta del canal más adelante.",
5
- "deleteStateWithDisableText": "eliminar estado con deshabilitar",
6
- "infoToCustomConfiglabel": "hacer la configuración en la configuración personalizada de un estado",
7
- "dragindicatorSettings": "ajustes del indicador de arrastre",
8
- "automaticReset": "reinicio automático",
9
- "automaticResetTooltip": "inserte el cronJob deseado, que restablece automáticamente el indicador de arrastre."
10
- }
1
+ {
2
+ "justTypeNumber": "Atención, solo se pueden seleccionar puntos de datos del número de tipo",
3
+ "valueName": "nombre",
4
+ "valueNameTooltip": "inserte el nombre del estado, que se mostrará en la carpeta del canal más adelante.",
5
+ "deleteStateWithDisableText": "eliminar estado con deshabilitar",
6
+ "infoToCustomConfiglabel": "hacer la configuración en la configuración personalizada de un estado",
7
+ "dragindicatorSettings": "ajustes del indicador de arrastre",
8
+ "automaticReset": "reinicio automático",
9
+ "automaticResetTooltip": "inserte el cronJob deseado, que restablece automáticamente el indicador de arrastre."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Attention, seuls les points de données de numéro de type peuvent être sélectionnés",
3
- "valueName": "Nom",
4
- "valueNameTooltip": "insérez le nom de l'état, qui sera affiché dans le dossier du canal plus tard.",
5
- "deleteStateWithDisableText": "supprimer l'état avec désactiver",
6
- "infoToCustomConfiglabel": "faire la configuration dans la configuration personnalisée d'un état",
7
- "dragindicatorSettings": "paramètres de l'indicateur de glissement",
8
- "automaticReset": "réinitialisation automatique",
9
- "automaticResetTooltip": "insérez le cronJob souhaité, qui réinitialise automatiquement l'indicateur de traînée."
10
- }
1
+ {
2
+ "justTypeNumber": "Attention, seuls les points de données de numéro de type peuvent être sélectionnés",
3
+ "valueName": "Nom",
4
+ "valueNameTooltip": "insérez le nom de l'état, qui sera affiché dans le dossier du canal plus tard.",
5
+ "deleteStateWithDisableText": "supprimer l'état avec désactiver",
6
+ "infoToCustomConfiglabel": "faire la configuration dans la configuration personnalisée d'un état",
7
+ "dragindicatorSettings": "paramètres de l'indicateur de glissement",
8
+ "automaticReset": "réinitialisation automatique",
9
+ "automaticResetTooltip": "insérez le cronJob souhaité, qui réinitialise automatiquement l'indicateur de traînée."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Attenzione, possono essere selezionati solo punti dati di tipo numero",
3
- "valueName": "nome",
4
- "valueNameTooltip": "inserire il Nome dello stato, che verrà visualizzato nella cartella del canale in seguito.",
5
- "deleteStateWithDisableText": "elimina lo stato con disabilita",
6
- "infoToCustomConfiglabel": "eseguire la configurazione nella configurazione personalizzata di uno stato",
7
- "dragindicatorSettings": "impostazioni dell'indicatore di trascinamento",
8
- "automaticReset": "ripristino automatico",
9
- "automaticResetTooltip": "inserire il cronJob desiderato, che azzera automaticamente l'indicatore di trascinamento."
10
- }
1
+ {
2
+ "justTypeNumber": "Attenzione, possono essere selezionati solo punti dati di tipo numero",
3
+ "valueName": "nome",
4
+ "valueNameTooltip": "inserire il Nome dello stato, che verrà visualizzato nella cartella del canale in seguito.",
5
+ "deleteStateWithDisableText": "elimina lo stato con disabilita",
6
+ "infoToCustomConfiglabel": "eseguire la configurazione nella configurazione personalizzata di uno stato",
7
+ "dragindicatorSettings": "impostazioni dell'indicatore di trascinamento",
8
+ "automaticReset": "ripristino automatico",
9
+ "automaticResetTooltip": "inserire il cronJob desiderato, che azzera automaticamente l'indicatore di trascinamento."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Let op, alleen datapunten van typenummer kunnen worden geselecteerd",
3
- "valueName": "naam",
4
- "valueNameTooltip": "plaats de naam van de staat, die later in de kanaalmap wordt weergegeven.",
5
- "deleteStateWithDisableText": "status verwijderen met uitschakelen",
6
- "infoToCustomConfiglabel": "doe configuratie in aangepaste configuratie van een staat",
7
- "dragindicatorSettings": "instellingen voor sleepindicator",
8
- "automaticReset": "automatische reset",
9
- "automaticResetTooltip": "plaats de gewenste cronJob, die automatisch de sleep-indicator reset."
10
- }
1
+ {
2
+ "justTypeNumber": "Let op, alleen datapunten van typenummer kunnen worden geselecteerd",
3
+ "valueName": "naam",
4
+ "valueNameTooltip": "plaats de naam van de staat, die later in de kanaalmap wordt weergegeven.",
5
+ "deleteStateWithDisableText": "status verwijderen met uitschakelen",
6
+ "infoToCustomConfiglabel": "doe configuratie in aangepaste configuratie van een staat",
7
+ "dragindicatorSettings": "instellingen voor sleepindicator",
8
+ "automaticReset": "automatische reset",
9
+ "automaticResetTooltip": "plaats de gewenste cronJob, die automatisch de sleep-indicator reset."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Uwaga, można wybrać tylko punkty danych o numerze typu",
3
- "valueName": "Nazwa",
4
- "valueNameTooltip": "wstaw nazwę stanu, która będzie później wyświetlana w folderze kanału.",
5
- "deleteStateWithDisableText": "usuń stan z wyłączonym",
6
- "infoToCustomConfiglabel": "wykonaj konfigurację w custom-config stanu",
7
- "dragindicatorSettings": "ustawienia dragindicatora",
8
- "automaticReset": "automatyczny reset",
9
- "automaticResetTooltip": "wstaw żądany cronJob, który automatycznie zresetuje wskaźnik przeciągania."
10
- }
1
+ {
2
+ "justTypeNumber": "Uwaga, można wybrać tylko punkty danych o numerze typu",
3
+ "valueName": "Nazwa",
4
+ "valueNameTooltip": "wstaw nazwę stanu, która będzie później wyświetlana w folderze kanału.",
5
+ "deleteStateWithDisableText": "usuń stan z wyłączonym",
6
+ "infoToCustomConfiglabel": "wykonaj konfigurację w custom-config stanu",
7
+ "dragindicatorSettings": "ustawienia dragindicatora",
8
+ "automaticReset": "automatyczny reset",
9
+ "automaticResetTooltip": "wstaw żądany cronJob, który automatycznie zresetuje wskaźnik przeciągania."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Atenção, apenas pontos de dados do tipo número podem ser selecionados",
3
- "valueName": "nome",
4
- "valueNameTooltip": "insira o Nome do estado, que será exibido na pasta do canal posteriormente.",
5
- "deleteStateWithDisableText": "excluir estado com desabilitar",
6
- "infoToCustomConfiglabel": "fazer configuração em custom-config de um estado",
7
- "dragindicatorSettings": "configurações do indicador de arrastar",
8
- "automaticReset": "reset automático",
9
- "automaticResetTooltip": "insira o cronJob desejado, que reseta automaticamente o indicador de arrastar."
10
- }
1
+ {
2
+ "justTypeNumber": "Atenção, apenas pontos de dados do tipo número podem ser selecionados",
3
+ "valueName": "nome",
4
+ "valueNameTooltip": "insira o Nome do estado, que será exibido na pasta do canal posteriormente.",
5
+ "deleteStateWithDisableText": "excluir estado com desabilitar",
6
+ "infoToCustomConfiglabel": "fazer configuração em custom-config de um estado",
7
+ "dragindicatorSettings": "configurações do indicador de arrastar",
8
+ "automaticReset": "reset automático",
9
+ "automaticResetTooltip": "insira o cronJob desejado, que reseta automaticamente o indicador de arrastar."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "Внимание, могут быть выбраны только точки данных с номером типа",
3
- "valueName": "имя",
4
- "valueNameTooltip": "вставьте Имя состояния, которое будет отображаться в папке канала позже.",
5
- "deleteStateWithDisableText": "удалить состояние с отключением",
6
- "infoToCustomConfiglabel": "выполнить настройку в пользовательской конфигурации состояния",
7
- "dragindicatorSettings": "настройки индикатора перетаскивания",
8
- "automaticReset": "автоматический сброс",
9
- "automaticResetTooltip": "вставьте желаемый cronJob, который автоматически сбрасывает индикатор перетаскивания."
10
- }
1
+ {
2
+ "justTypeNumber": "Внимание, могут быть выбраны только точки данных с номером типа",
3
+ "valueName": "имя",
4
+ "valueNameTooltip": "вставьте Имя состояния, которое будет отображаться в папке канала позже.",
5
+ "deleteStateWithDisableText": "удалить состояние с отключением",
6
+ "infoToCustomConfiglabel": "выполнить настройку в пользовательской конфигурации состояния",
7
+ "dragindicatorSettings": "настройки индикатора перетаскивания",
8
+ "automaticReset": "автоматический сброс",
9
+ "automaticResetTooltip": "вставьте желаемый cronJob, который автоматически сбрасывает индикатор перетаскивания."
10
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "justTypeNumber": "注意,只能选择类型编号的数据点",
3
- "valueName": "姓名",
4
- "valueNameTooltip": "插入状态的名称,稍后将显示在通道文件夹中。",
5
- "deleteStateWithDisableText": "使用禁用删除状态",
6
- "infoToCustomConfiglabel": "在状态的自定义配置中进行配置",
7
- "dragindicatorSettings": "拖动指示器设置",
8
- "automaticReset": "自动复位",
9
- "automaticResetTooltip": "插入所需的 cronJob,它会自动重置拖动指示器。"
10
- }
1
+ {
2
+ "justTypeNumber": "注意,只能选择类型编号的数据点",
3
+ "valueName": "姓名",
4
+ "valueNameTooltip": "插入状态的名称,稍后将显示在通道文件夹中。",
5
+ "deleteStateWithDisableText": "使用禁用删除状态",
6
+ "infoToCustomConfiglabel": "在状态的自定义配置中进行配置",
7
+ "dragindicatorSettings": "拖动指示器设置",
8
+ "automaticReset": "自动复位",
9
+ "automaticResetTooltip": "插入所需的 cronJob,它会自动重置拖动指示器。"
10
+ }
@@ -1,24 +1,24 @@
1
- {
2
- "i18n": true,
3
- "items":{
4
- "deleteStatesWithDisable": {
5
- "type": "checkbox",
6
- "label": "deleteStateWithDisableText",
7
- "sm": 6
8
- },
9
- "emptyField":{
10
- "type":"staticText",
11
- "newLine": true,
12
- "sm":3
13
- },
14
- "infoToCustomConfig": {
15
- "type": "staticText",
16
- "label": "infoToCustomConfiglabel",
17
- "style": {
18
- "color": "red"
19
- },
20
- "sm": 6
21
- }
22
- }
23
- }
24
-
1
+ {
2
+ "i18n": true,
3
+ "items":{
4
+ "deleteStatesWithDisable": {
5
+ "type": "checkbox",
6
+ "label": "deleteStateWithDisableText",
7
+ "sm": 6
8
+ },
9
+ "emptyField":{
10
+ "type":"staticText",
11
+ "newLine": true,
12
+ "sm":3
13
+ },
14
+ "infoToCustomConfig": {
15
+ "type": "staticText",
16
+ "label": "infoToCustomConfiglabel",
17
+ "style": {
18
+ "color": "red"
19
+ },
20
+ "sm": 6
21
+ }
22
+ }
23
+ }
24
+
@@ -1,34 +1,34 @@
1
- {
2
- "i18n": true,
3
- "items": {
4
- "_basicSettings": {
5
- "newLine": true,
6
- "type": "header",
7
- "text": "dragindicatorSetting",
8
- "sm": 20
9
- },
10
- "warningText": {
11
- "newLine": true,
12
- "type": "staticText",
13
- "text": "justTypeNumber",
14
- "hidden": "customObj.common.type === 'number'",
15
- "sm": 12
16
- },
17
- "channelName": {
18
- "type": "text",
19
- "label": "valueName",
20
- "tooltip": "valueNameTooltip",
21
- "hidden": "customObj.common.type !== 'number'",
22
- "sm":3
23
- },
24
- "resetCronJob": {
25
- "newLine": true,
26
- "simple": true,
27
- "type": "cron",
28
- "label": "automaticReset",
29
- "tooltip": "automaticResetTooltip",
30
- "hidden": "customObj.common.type !== 'number'",
31
- "sm":6
32
- }
33
- }
1
+ {
2
+ "i18n": true,
3
+ "items": {
4
+ "_basicSettings": {
5
+ "newLine": true,
6
+ "type": "header",
7
+ "text": "dragindicatorSetting",
8
+ "sm": 20
9
+ },
10
+ "warningText": {
11
+ "newLine": true,
12
+ "type": "staticText",
13
+ "text": "justTypeNumber",
14
+ "hidden": "customObj.common.type === 'number'",
15
+ "sm": 12
16
+ },
17
+ "channelName": {
18
+ "type": "text",
19
+ "label": "valueName",
20
+ "tooltip": "valueNameTooltip",
21
+ "hidden": "customObj.common.type !== 'number'",
22
+ "sm":3
23
+ },
24
+ "resetCronJob": {
25
+ "newLine": true,
26
+ "simple": true,
27
+ "type": "cron",
28
+ "label": "automaticReset",
29
+ "tooltip": "automaticResetTooltip",
30
+ "hidden": "customObj.common.type !== 'number'",
31
+ "sm":6
32
+ }
33
+ }
34
34
  }
package/admin/style.css CHANGED
@@ -1,32 +1,32 @@
1
- /* You can delete those if you want. I just found them very helpful */
2
- * {
3
- box-sizing: border-box
4
- }
5
- .m {
6
- /* Don't cut off dropdowns! */
7
- overflow: initial;
8
- }
9
- .m.adapter-container,
10
- .m.adapter-container > div.App {
11
- /* Fix layout/scrolling issues with tabs */
12
- height: 100%;
13
- width: 100%;
14
- position: relative;
15
- }
16
- .m .select-wrapper + label {
17
- /* The positioning for dropdown labels is messed up */
18
- transform: none !important;
19
- }
20
-
21
- label > i[title] {
22
- /* Display the help cursor for the tooltip icons and fix their positioning */
23
- cursor: help;
24
- margin-left: 0.25em;
25
- }
26
-
27
- .dropdown-content {
28
- /* Don't wrap text in dropdowns */
29
- white-space: nowrap;
30
- }
31
-
32
- /* Add your styles here */
1
+ /* You can delete those if you want. I just found them very helpful */
2
+ * {
3
+ box-sizing: border-box
4
+ }
5
+ .m {
6
+ /* Don't cut off dropdowns! */
7
+ overflow: initial;
8
+ }
9
+ .m.adapter-container,
10
+ .m.adapter-container > div.App {
11
+ /* Fix layout/scrolling issues with tabs */
12
+ height: 100%;
13
+ width: 100%;
14
+ position: relative;
15
+ }
16
+ .m .select-wrapper + label {
17
+ /* The positioning for dropdown labels is messed up */
18
+ transform: none !important;
19
+ }
20
+
21
+ label > i[title] {
22
+ /* Display the help cursor for the tooltip icons and fix their positioning */
23
+ cursor: help;
24
+ margin-left: 0.25em;
25
+ }
26
+
27
+ .dropdown-content {
28
+ /* Don't wrap text in dropdowns */
29
+ white-space: nowrap;
30
+ }
31
+
32
+ /* Add your styles here */