mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-15 00:15:57 +08:00
* configured babel and jest to work with webpack * added util function to camelize object entries * added tests for apiconvert dashboard * added enaming object key function * finished refactoring of convertapi dashboard * renamed camelize to transformObject * renamed uuids to randomValues * use random strings instead of hard coded values in test * refactored dictionary.process and added tests * refactored dashboard tests - test with json objects * added first tests for apiConvert core * made camelizeObjectkeys immutable * added talismanrc to gitignore * added all tests for apiConverts core * added more dictionary tests * finished refactoring apiConverts dictionary * restructured objects in folders * refactored apiConverts persistence * refactored apiConvert pos * refactored apiConvert privateAccess * refactored apiConverts process * refactored apiConverts report * refactored apiConverts user * refactored apiConverts values * refactored apiConverts window * linted all test files * removed tests for privateAccess * removed typos from prev implementation
107 lines
3.7 KiB
JSON
107 lines
3.7 KiB
JSON
{
|
|
"id": "5678",
|
|
"uuid": "95325d26-a67b-11eb-bcbc-0242ac130002",
|
|
"name": "Process Parameter Name",
|
|
"description": "Process Parameter Description",
|
|
"help": "Process Parameter Help",
|
|
"column_name": "Process Parameter Column Name",
|
|
"element_name": "Process Parameter Element Name",
|
|
"is_active": true,
|
|
"display_type": "Process Parameter Display Type",
|
|
"is_field_only": false,
|
|
"is_range": true,
|
|
"is_same_line": false,
|
|
"is_encrypted": true,
|
|
"is_quick_entry": false,
|
|
"sequence": "Process Parameter Sequence",
|
|
"seq_no_grid": 6,
|
|
"sort_no": 1,
|
|
"identifier_sequence": "Process Parameter Identifier Sequence",
|
|
"format_pattern": "Process Parameter Format Pattern",
|
|
"v_format": "Process Parameter V Format",
|
|
"default_value": "Process Parameter Default Value",
|
|
"default_value_to": "Process Parameter Default Value To",
|
|
"field_length": 2,
|
|
"value_max": 3,
|
|
"is_identifier": true,
|
|
"is_parent": false,
|
|
"is_key": true,
|
|
"is_selection_column": false,
|
|
"is_updateable": true,
|
|
"is_always_updateable": false,
|
|
"is_allow_copy": true,
|
|
"is_heading": false,
|
|
"is_allow_logging": true,
|
|
"is_translated": false,
|
|
"column_sql": "Process Parameter Column SQL",
|
|
"is_displayed": true,
|
|
"is_displayed_grid": false,
|
|
"is_mandatory": true,
|
|
"is_read_only": false,
|
|
"is_query_criteria": true,
|
|
"is_order_by": false,
|
|
"is_info_only": true,
|
|
"callout": "Process Parameter Callout",
|
|
"display_logic": "Process Parameter Display Logic",
|
|
"mandatory_logic": "Process Parameter Mandatory Logic",
|
|
"read_only_logic": "Process Parameter Read Only Logic",
|
|
"Fieldgroup": {
|
|
"id": "3455",
|
|
"uuid": "95325e16-a67b-11eb-bcbc-0242ac130002",
|
|
"name": "Process Parameter Fieldgroup Name",
|
|
"field_group_type": "Process Parameter Fieldgroup Type",
|
|
"is_active": true
|
|
},
|
|
"reference": {
|
|
"table_name": "Process Parameter Reference Table Name",
|
|
"key_column_name": "Process Parameter Reference Key Column Name",
|
|
"display_column_name": "Process Parameter Reference Display Column Name",
|
|
"query": "Process Parameter Reference Query",
|
|
"direct_query": "Process Parameter Reference Direcy Query",
|
|
"validation_code": "Process Parameter Reference Validation Code",
|
|
"zoom_windows": [
|
|
{
|
|
"id": "974634",
|
|
"uuid": "95325ede-a67b-11eb-bcbc-0242ac130002",
|
|
"name": "Process Parameter Reference Zoom Windows Name",
|
|
"description": "Process Parameter Reference Zoom Windows Description",
|
|
"is_sales_transaction": false,
|
|
"is_active": true
|
|
}
|
|
]
|
|
},
|
|
"context_info": {
|
|
"id": "8546456",
|
|
"uuid": "95325f9c-a67b-11eb-bcbc-0242ac130002",
|
|
"name": "Process Parameter Context Info Name",
|
|
"description": "Process Parameter Context Info Description",
|
|
"sql_statement": "Process Parameter Context Info SQL Statement",
|
|
"is_active": false,
|
|
"message_text": {
|
|
"id": "4383456",
|
|
"value": "Process Parameter Context Info Message Text Value",
|
|
"message_type": "Process Parameter Context Info Message Text Type",
|
|
"message_text": "Process Parameter Context Info Message Text Text",
|
|
"message_tip": "Process Parameter Context Info Message Text Tip",
|
|
"is_active": false
|
|
}
|
|
},
|
|
"Fielddefinition": {
|
|
"id": "4364567",
|
|
"uuid": "95326050-a67b-11eb-bcbc-0242ac130002",
|
|
"Value": "Process Parameter Field Definition Value",
|
|
"name": "Process Parameter Field Definition Name",
|
|
"is_active": false,
|
|
"field_group_type": "Process Parameter Field Definition Type",
|
|
"conditions": [
|
|
{
|
|
"id": "4567568",
|
|
"uuid": "953262d0-a67b-11eb-bcbc-0242ac130002",
|
|
"condition": "Process Parameter Field Definition Condition",
|
|
"style_sheet": "Process Parameter Field Definition Condition Style Sheet",
|
|
"is_active": false
|
|
}
|
|
]
|
|
}
|
|
}
|