@luzmo/analytics-components-kit 1.0.1-alpha.17 → 1.0.1-alpha.18

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.
Files changed (25) hide show
  1. package/components/conditional-number-options.config-B24MqnZj.js +151 -0
  2. package/components/conditional-number-options.config-C1eERsoe.cjs +20 -0
  3. package/components/conditional-number-options.de-BJcjBZY1.js +74 -0
  4. package/components/conditional-number-options.de-CFnufi0r.cjs +20 -0
  5. package/components/conditional-number-options.en-WSrIzRGJ.js +74 -0
  6. package/components/conditional-number-options.en-Wd-0YtdE.cjs +20 -0
  7. package/components/conditional-number-options.es-BKqT0zog.js +74 -0
  8. package/components/conditional-number-options.es-BTDTe5SF.cjs +20 -0
  9. package/components/conditional-number-options.fr-CZ-9jzPm.cjs +20 -0
  10. package/components/conditional-number-options.fr-D2r7Azy8.js +74 -0
  11. package/components/conditional-number-options.nl-CfRYL6o1.cjs +20 -0
  12. package/components/conditional-number-options.nl-pkRI1tLZ.js +74 -0
  13. package/components/edit-item/index.cjs +4 -4
  14. package/components/edit-item/index.js +6 -0
  15. package/components/edit-option/index.cjs +24 -24
  16. package/components/edit-option/index.js +40 -34
  17. package/components/edit-option-action-button-group/index.cjs +7 -7
  18. package/components/edit-option-action-button-group/index.js +56 -54
  19. package/item-definitions/conditional-number/conditional-number-options.config.d.ts +135 -0
  20. package/item-definitions/conditional-number/i18n/conditional-number-options.de.d.ts +53 -0
  21. package/item-definitions/conditional-number/i18n/conditional-number-options.en.d.ts +53 -0
  22. package/item-definitions/conditional-number/i18n/conditional-number-options.es.d.ts +53 -0
  23. package/item-definitions/conditional-number/i18n/conditional-number-options.fr.d.ts +53 -0
  24. package/item-definitions/conditional-number/i18n/conditional-number-options.nl.d.ts +53 -0
  25. package/package.json +1 -1
@@ -0,0 +1,53 @@
1
+ declare const _default: {
2
+ name: string;
3
+ groups: {
4
+ general: {
5
+ label: string;
6
+ };
7
+ alignment: {
8
+ label: string;
9
+ };
10
+ };
11
+ options: {
12
+ 'display.label': {
13
+ label: string;
14
+ };
15
+ mode: {
16
+ label: string;
17
+ enum: {
18
+ normal: string;
19
+ percentage: string;
20
+ difference: string;
21
+ };
22
+ };
23
+ 'manualValues.target': {
24
+ label: string;
25
+ };
26
+ 'manualValues.conditional': {
27
+ label: string;
28
+ };
29
+ 'manualValues.asBackground': {
30
+ label: string;
31
+ };
32
+ color: {
33
+ label: string;
34
+ };
35
+ 'alignment.vertical': {
36
+ label: string;
37
+ values: {
38
+ top: string;
39
+ middle: string;
40
+ bottom: string;
41
+ };
42
+ };
43
+ 'alignment.horizontal': {
44
+ label: string;
45
+ values: {
46
+ left: string;
47
+ center: string;
48
+ right: string;
49
+ };
50
+ };
51
+ };
52
+ };
53
+ export default _default;
@@ -0,0 +1,53 @@
1
+ declare const _default: {
2
+ name: string;
3
+ groups: {
4
+ general: {
5
+ label: string;
6
+ };
7
+ alignment: {
8
+ label: string;
9
+ };
10
+ };
11
+ options: {
12
+ 'display.label': {
13
+ label: string;
14
+ };
15
+ mode: {
16
+ label: string;
17
+ enum: {
18
+ normal: string;
19
+ percentage: string;
20
+ difference: string;
21
+ };
22
+ };
23
+ 'manualValues.target': {
24
+ label: string;
25
+ };
26
+ 'manualValues.conditional': {
27
+ label: string;
28
+ };
29
+ 'manualValues.asBackground': {
30
+ label: string;
31
+ };
32
+ color: {
33
+ label: string;
34
+ };
35
+ 'alignment.vertical': {
36
+ label: string;
37
+ values: {
38
+ top: string;
39
+ middle: string;
40
+ bottom: string;
41
+ };
42
+ };
43
+ 'alignment.horizontal': {
44
+ label: string;
45
+ values: {
46
+ left: string;
47
+ center: string;
48
+ right: string;
49
+ };
50
+ };
51
+ };
52
+ };
53
+ export default _default;
@@ -0,0 +1,53 @@
1
+ declare const _default: {
2
+ name: string;
3
+ groups: {
4
+ general: {
5
+ label: string;
6
+ };
7
+ alignment: {
8
+ label: string;
9
+ };
10
+ };
11
+ options: {
12
+ 'display.label': {
13
+ label: string;
14
+ };
15
+ mode: {
16
+ label: string;
17
+ enum: {
18
+ normal: string;
19
+ percentage: string;
20
+ difference: string;
21
+ };
22
+ };
23
+ 'manualValues.target': {
24
+ label: string;
25
+ };
26
+ 'manualValues.conditional': {
27
+ label: string;
28
+ };
29
+ 'manualValues.asBackground': {
30
+ label: string;
31
+ };
32
+ color: {
33
+ label: string;
34
+ };
35
+ 'alignment.vertical': {
36
+ label: string;
37
+ values: {
38
+ top: string;
39
+ middle: string;
40
+ bottom: string;
41
+ };
42
+ };
43
+ 'alignment.horizontal': {
44
+ label: string;
45
+ values: {
46
+ left: string;
47
+ center: string;
48
+ right: string;
49
+ };
50
+ };
51
+ };
52
+ };
53
+ export default _default;
@@ -0,0 +1,53 @@
1
+ declare const _default: {
2
+ name: string;
3
+ groups: {
4
+ general: {
5
+ label: string;
6
+ };
7
+ alignment: {
8
+ label: string;
9
+ };
10
+ };
11
+ options: {
12
+ 'display.label': {
13
+ label: string;
14
+ };
15
+ mode: {
16
+ label: string;
17
+ enum: {
18
+ normal: string;
19
+ percentage: string;
20
+ difference: string;
21
+ };
22
+ };
23
+ 'manualValues.target': {
24
+ label: string;
25
+ };
26
+ 'manualValues.conditional': {
27
+ label: string;
28
+ };
29
+ 'manualValues.asBackground': {
30
+ label: string;
31
+ };
32
+ color: {
33
+ label: string;
34
+ };
35
+ 'alignment.vertical': {
36
+ label: string;
37
+ values: {
38
+ top: string;
39
+ middle: string;
40
+ bottom: string;
41
+ };
42
+ };
43
+ 'alignment.horizontal': {
44
+ label: string;
45
+ values: {
46
+ left: string;
47
+ center: string;
48
+ right: string;
49
+ };
50
+ };
51
+ };
52
+ };
53
+ export default _default;
@@ -0,0 +1,53 @@
1
+ declare const _default: {
2
+ name: string;
3
+ groups: {
4
+ general: {
5
+ label: string;
6
+ };
7
+ alignment: {
8
+ label: string;
9
+ };
10
+ };
11
+ options: {
12
+ 'display.label': {
13
+ label: string;
14
+ };
15
+ mode: {
16
+ label: string;
17
+ enum: {
18
+ normal: string;
19
+ percentage: string;
20
+ difference: string;
21
+ };
22
+ };
23
+ 'manualValues.target': {
24
+ label: string;
25
+ };
26
+ 'manualValues.conditional': {
27
+ label: string;
28
+ };
29
+ 'manualValues.asBackground': {
30
+ label: string;
31
+ };
32
+ color: {
33
+ label: string;
34
+ };
35
+ 'alignment.vertical': {
36
+ label: string;
37
+ values: {
38
+ top: string;
39
+ middle: string;
40
+ bottom: string;
41
+ };
42
+ };
43
+ 'alignment.horizontal': {
44
+ label: string;
45
+ values: {
46
+ left: string;
47
+ center: string;
48
+ right: string;
49
+ };
50
+ };
51
+ };
52
+ };
53
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luzmo/analytics-components-kit",
3
- "version": "1.0.1-alpha.17",
3
+ "version": "1.0.1-alpha.18",
4
4
  "type": "module",
5
5
  "main": "./components/index.js",
6
6
  "module": "./components/index.js",