From 2f951ed20ab26d865284c1571a4e08ccba7cfc0f Mon Sep 17 00:00:00 2001 From: KirillovIlya Date: Mon, 12 Dec 2022 19:18:58 +0300 Subject: [PATCH] [oform] Change file structure --- configs/word.json | 22 +++++++++---------- oform/{ => format}/Document.js | 0 oform/{ => format}/FieldGroup.js | 0 oform/{ => format}/FieldMaster.js | 0 oform/{ => format}/User.js | 0 oform/{ => format}/UserMaster.js | 0 oform/{ => format}/changes/DictionaryBase.js | 0 oform/{ => format}/changes/DocumentChanges.js | 0 .../{ => format}/changes/FieldGroupChanges.js | 0 .../changes/FieldMasterChanges.js | 0 oform/{ => format}/changes/UserChanges.js | 0 .../{ => format}/changes/UserMasterChanges.js | 0 12 files changed, 11 insertions(+), 11 deletions(-) rename oform/{ => format}/Document.js (100%) rename oform/{ => format}/FieldGroup.js (100%) rename oform/{ => format}/FieldMaster.js (100%) rename oform/{ => format}/User.js (100%) rename oform/{ => format}/UserMaster.js (100%) rename oform/{ => format}/changes/DictionaryBase.js (100%) rename oform/{ => format}/changes/DocumentChanges.js (100%) rename oform/{ => format}/changes/FieldGroupChanges.js (100%) rename oform/{ => format}/changes/FieldMasterChanges.js (100%) rename oform/{ => format}/changes/UserChanges.js (100%) rename oform/{ => format}/changes/UserMasterChanges.js (100%) diff --git a/configs/word.json b/configs/word.json index bad80e7..770d3c6 100644 --- a/configs/word.json +++ b/configs/word.json @@ -8,19 +8,19 @@ "apiBuilder.js", "oform/OForm.js", "oform/Role.js", - "oform/Document.js", - "oform/FieldGroup.js", - "oform/FieldMaster.js", - "oform/User.js", - "oform/UserMaster.js", "oform/XmlFile.js", "oform/XmlFormat.js", - "oform/changes/DictionaryBase.js", - "oform/changes/DocumentChanges.js", - "oform/changes/FieldGroupChanges.js", - "oform/changes/FieldMasterChanges.js", - "oform/changes/UserChanges.js", - "oform/changes/UserMasterChanges.js" + "oform/format/Document.js", + "oform/format/FieldGroup.js", + "oform/format/FieldMaster.js", + "oform/format/User.js", + "oform/format/UserMaster.js", + "oform/format/changes/DictionaryBase.js", + "oform/format/changes/DocumentChanges.js", + "oform/format/changes/FieldGroupChanges.js", + "oform/format/changes/FieldMasterChanges.js", + "oform/format/changes/UserChanges.js", + "oform/format/changes/UserMasterChanges.js" ] } } diff --git a/oform/Document.js b/oform/format/Document.js similarity index 100% rename from oform/Document.js rename to oform/format/Document.js diff --git a/oform/FieldGroup.js b/oform/format/FieldGroup.js similarity index 100% rename from oform/FieldGroup.js rename to oform/format/FieldGroup.js diff --git a/oform/FieldMaster.js b/oform/format/FieldMaster.js similarity index 100% rename from oform/FieldMaster.js rename to oform/format/FieldMaster.js diff --git a/oform/User.js b/oform/format/User.js similarity index 100% rename from oform/User.js rename to oform/format/User.js diff --git a/oform/UserMaster.js b/oform/format/UserMaster.js similarity index 100% rename from oform/UserMaster.js rename to oform/format/UserMaster.js diff --git a/oform/changes/DictionaryBase.js b/oform/format/changes/DictionaryBase.js similarity index 100% rename from oform/changes/DictionaryBase.js rename to oform/format/changes/DictionaryBase.js diff --git a/oform/changes/DocumentChanges.js b/oform/format/changes/DocumentChanges.js similarity index 100% rename from oform/changes/DocumentChanges.js rename to oform/format/changes/DocumentChanges.js diff --git a/oform/changes/FieldGroupChanges.js b/oform/format/changes/FieldGroupChanges.js similarity index 100% rename from oform/changes/FieldGroupChanges.js rename to oform/format/changes/FieldGroupChanges.js diff --git a/oform/changes/FieldMasterChanges.js b/oform/format/changes/FieldMasterChanges.js similarity index 100% rename from oform/changes/FieldMasterChanges.js rename to oform/format/changes/FieldMasterChanges.js diff --git a/oform/changes/UserChanges.js b/oform/format/changes/UserChanges.js similarity index 100% rename from oform/changes/UserChanges.js rename to oform/format/changes/UserChanges.js diff --git a/oform/changes/UserMasterChanges.js b/oform/format/changes/UserMasterChanges.js similarity index 100% rename from oform/changes/UserMasterChanges.js rename to oform/format/changes/UserMasterChanges.js