poe-svelte-ui-lib 1.1.12 → 1.1.13

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.
@@ -35,7 +35,7 @@
35
35
  options={VARIABLE_OPTIONS}
36
36
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
37
37
  onUpdate={(value) => {
38
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
38
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
39
39
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
40
40
  }}
41
41
  />
@@ -27,7 +27,7 @@
27
27
  options={VARIABLE_OPTIONS}
28
28
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
29
29
  onUpdate={(value) => {
30
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
30
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
31
31
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
32
32
  }}
33
33
  />
@@ -96,7 +96,7 @@
96
96
  options={VARIABLE_OPTIONS}
97
97
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
98
98
  onUpdate={(value) => {
99
- updateProperty('id', value.value as string, value.name?.split('|')[1].trim())
99
+ updateProperty('id', value.value as string, value.name?.split('')[1].trim())
100
100
  updateProperty('eventHandler.Variables', value.value as string)
101
101
  }}
102
102
  />
@@ -40,7 +40,7 @@
40
40
  options={VARIABLE_OPTIONS}
41
41
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
42
42
  onUpdate={(value) => {
43
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
43
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
44
44
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
45
45
  }}
46
46
  />
@@ -67,7 +67,7 @@
67
67
  options={VARIABLE_OPTIONS}
68
68
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
69
69
  onUpdate={(value) => {
70
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
70
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
71
71
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
72
72
  }}
73
73
  />
@@ -40,7 +40,7 @@
40
40
  options={VARIABLE_OPTIONS}
41
41
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
42
42
  onUpdate={(value) => {
43
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
43
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
44
44
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
45
45
  }}
46
46
  />
@@ -34,7 +34,7 @@
34
34
  options={VARIABLE_OPTIONS}
35
35
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
36
36
  onUpdate={(value) => {
37
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
37
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
38
38
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
39
39
  }}
40
40
  />
@@ -75,7 +75,7 @@
75
75
  options={VARIABLE_OPTIONS}
76
76
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
77
77
  onUpdate={(value) => {
78
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
78
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
79
79
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
80
80
  }}
81
81
  />
@@ -42,7 +42,7 @@
42
42
  options={VARIABLE_OPTIONS}
43
43
  value={VARIABLE_OPTIONS.find((opt) => opt.value === component.properties.id)}
44
44
  onUpdate={(value) => {
45
- updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('|')[1].trim())
45
+ updateProperty('id', value.value as string, component, onPropertyChange, value.name?.split('')[1].trim())
46
46
  updateProperty('eventHandler.Variables', value.value as string, component, onPropertyChange)
47
47
  }}
48
48
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {