+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/frontend/src/components/right/MuiltInputText.vue b/frontend/src/components/right/MuiltInputText.vue
index c6df176..ce8b6c9 100644
--- a/frontend/src/components/right/MuiltInputText.vue
+++ b/frontend/src/components/right/MuiltInputText.vue
@@ -1,18 +1,22 @@
-
+
+
+
diff --git a/frontend/src/components/right/PropertyList.vue b/frontend/src/components/right/PropertyList.vue
index 4556ef6..1c7357c 100644
--- a/frontend/src/components/right/PropertyList.vue
+++ b/frontend/src/components/right/PropertyList.vue
@@ -1,7 +1,7 @@
@@ -15,9 +15,12 @@ import InputText from '../right/InputText.vue';
import SelectBox from '../right/SelectBox.vue';
import DatePicker from '../right/DatePicker.vue';
import FieldInput from '../right/FieldInput.vue';
+import AppFieldSelect from './AppFieldSelect.vue';
import MuiltInputText from '../right/MuiltInputText.vue';
import ConditionInput from '../right/ConditionInput.vue';
import EventSetter from '../right/EventSetter.vue';
+import ColorPicker from './ColorPicker.vue';
+import NumInput from './NumInput.vue';
import { IActionNode,IActionProperty,IProp } from 'src/types/ActionTypes';
export default defineComponent({
@@ -27,9 +30,12 @@ export default defineComponent({
SelectBox,
DatePicker,
FieldInput,
+ AppFieldSelect,
MuiltInputText,
ConditionInput,
- EventSetter
+ EventSetter,
+ ColorPicker,
+ NumInput
},
props: {
nodeProps: {
diff --git a/frontend/src/components/right/PropertyPanel.vue b/frontend/src/components/right/PropertyPanel.vue
index 82d605e..401bab3 100644
--- a/frontend/src/components/right/PropertyPanel.vue
+++ b/frontend/src/components/right/PropertyPanel.vue
@@ -11,7 +11,7 @@
elevated
overlay
>
-
+
{{ actionNode?.subTitle }}:設定
diff --git a/frontend/src/components/right/SelectBox.vue b/frontend/src/components/right/SelectBox.vue
index c014842..70f991c 100644
--- a/frontend/src/components/right/SelectBox.vue
+++ b/frontend/src/components/right/SelectBox.vue
@@ -1,5 +1,7 @@
+
+