@magic-xpa/cli 4.1000.0 → 4.1100.0-dev000.0
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.
- package/README.md +28 -28
- package/index.d.ts +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/index.ts +1 -1
- package/package.json +2 -2
- package/src/collection.json +75 -75
- package/src/public_api.d.ts +3 -3
- package/src/public_api.js +6 -6
- package/src/public_api.js.map +1 -1
- package/src/public_api.ts +5 -5
- package/src/schematics/magic-utils/Util.d.ts +6 -6
- package/src/schematics/magic-utils/Util.js +26 -26
- package/src/schematics/magic-utils/Util.js.map +1 -1
- package/src/schematics/magic-utils/config.d.ts +12 -12
- package/src/schematics/magic-utils/config.js +56 -56
- package/src/schematics/magic-utils/config.js.map +1 -1
- package/src/schematics/magic-utils/config.ts +68 -68
- package/src/schematics/magic-utils/env.d.ts +23 -23
- package/src/schematics/magic-utils/env.js +39 -39
- package/src/schematics/magic-utils/env.js.map +1 -1
- package/src/schematics/magic-utils/env.ts +50 -50
- package/src/schematics/magic-utils/manifest.d.ts +11 -11
- package/src/schematics/magic-utils/manifest.js +40 -40
- package/src/schematics/magic-utils/manifest.js.map +1 -1
- package/src/schematics/magic-utils/manifest.ts +46 -46
- package/src/schematics/magic-utils/metadata.class.d.ts +51 -51
- package/src/schematics/magic-utils/metadata.class.js +124 -124
- package/src/schematics/magic-utils/metadata.class.js.map +1 -1
- package/src/schematics/magic-utils/metadata.class.ts +159 -159
- package/src/schematics/magic-utils/process-json.d.ts +2 -2
- package/src/schematics/magic-utils/process-json.js +157 -158
- package/src/schematics/magic-utils/process-json.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-control.rule.d.ts +5 -5
- package/src/schematics/magic-utils/rules/build-control.rule.js +73 -74
- package/src/schematics/magic-utils/rules/build-control.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-view.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/build-view.rule.js +82 -80
- package/src/schematics/magic-utils/rules/build-view.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-view.rule.ts +4 -0
- package/src/schematics/magic-utils/rules/component-list.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/component-list.rule.js +316 -317
- package/src/schematics/magic-utils/rules/component-list.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/generate.rule.d.ts +5 -5
- package/src/schematics/magic-utils/rules/generate.rule.js +53 -54
- package/src/schematics/magic-utils/rules/generate.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/generate.rule.ts +61 -61
- package/src/schematics/magic-utils/rules/init-add-modules.rule.d.ts +12 -12
- package/src/schematics/magic-utils/rules/init-add-modules.rule.js +295 -296
- package/src/schematics/magic-utils/rules/init-add-modules.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-add-modules.rule.ts +360 -360
- package/src/schematics/magic-utils/rules/init-gen-components.rule.d.ts +4 -4
- package/src/schematics/magic-utils/rules/init-gen-components.rule.js +65 -66
- package/src/schematics/magic-utils/rules/init-gen-components.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js +17 -18
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.ts +19 -19
- package/src/schematics/magic-utils/rules/load-views-gen.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/load-views-gen.rule.js +28 -29
- package/src/schematics/magic-utils/rules/load-views-gen.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/magic-option.scheme.d.ts +22 -21
- package/src/schematics/magic-utils/rules/magic-option.scheme.js +2 -2
- package/src/schematics/magic-utils/rules/magic-option.scheme.js.map +1 -1
- package/src/schematics/magic-utils/rules/magic-option.scheme.ts +24 -23
- package/src/schematics/magic-utils/utils.d.ts +12 -12
- package/src/schematics/magic-utils/utils.js +116 -117
- package/src/schematics/magic-utils/utils.js.map +1 -1
- package/src/schematics/magic-utils/utils.ts +134 -134
- package/src/schematics/mg-Install-prerequisites/index.d.ts +3 -3
- package/src/schematics/mg-Install-prerequisites/index.js +24 -25
- package/src/schematics/mg-Install-prerequisites/index.js.map +1 -1
- package/src/schematics/mg-Install-prerequisites/index.ts +30 -30
- package/src/schematics/mg-Install-prerequisites/schema.json +14 -14
- package/src/schematics/mg-add/files/src/app/app.component.html +17 -17
- package/src/schematics/mg-add/files/src/app/app.routes.ts +14 -14
- package/src/schematics/mg-add/files/src/app/magic/component-list.g.ts +9 -9
- package/src/schematics/mg-add/files/src/app/magic/lazy-loader.service.ts +2 -1
- package/src/schematics/mg-add/files/src/app/magic/magic.gen.lib.module.ts +19 -19
- package/src/schematics/mg-add/files/src/magic-styles.css +131 -131
- package/src/schematics/mg-add/index.d.ts +3 -3
- package/src/schematics/mg-add/index.js +150 -151
- package/src/schematics/mg-add/index.js.map +1 -1
- package/src/schematics/mg-add/schema.json +29 -29
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.d.ts +2 -2
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.js +10 -11
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.js.map +1 -1
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.ts +12 -12
- package/src/schematics/mg-add/webModule/app.routes.ts +14 -14
- package/src/schematics/mg-add-tasks/index.d.ts +3 -3
- package/src/schematics/mg-add-tasks/index.js +29 -30
- package/src/schematics/mg-add-tasks/index.js.map +1 -1
- package/src/schematics/mg-add-tasks/index.ts +53 -53
- package/src/schematics/mg-add-tasks/schema.json +41 -41
- package/src/schematics/mg-delete-files/index.d.ts +3 -3
- package/src/schematics/mg-delete-files/index.js +12 -13
- package/src/schematics/mg-delete-files/index.js.map +1 -1
- package/src/schematics/mg-delete-files/index.ts +12 -12
- package/src/schematics/mg-delete-files/schema.json +14 -14
- package/src/schematics/mg-gen-module/index.d.ts +3 -3
- package/src/schematics/mg-gen-module/index.js +14 -15
- package/src/schematics/mg-gen-module/index.js.map +1 -1
- package/src/schematics/mg-gen-module/index.ts +14 -14
- package/src/schematics/mg-gen-module/schema.json +24 -24
- package/src/schematics/mg-generate/index.d.ts +3 -3
- package/src/schematics/mg-generate/index.js +12 -13
- package/src/schematics/mg-generate/index.js.map +1 -1
- package/src/schematics/mg-generate/index.ts +12 -12
- package/src/schematics/mg-generate/schema.json +34 -34
- package/src/schematics/mg-generate-component/index.d.ts +3 -3
- package/src/schematics/mg-generate-component/index.js +34 -35
- package/src/schematics/mg-generate-component/index.js.map +1 -1
- package/src/schematics/mg-generate-component/schema.json +6 -0
- package/src/schematics/mg-install/index.d.ts +3 -3
- package/src/schematics/mg-install/index.js +29 -30
- package/src/schematics/mg-install/index.js.map +1 -1
- package/src/schematics/mg-install/index.ts +37 -37
- package/src/schematics/mg-install/schema.json +24 -24
- package/src/schematics/mg-routes/index.d.ts +6 -6
- package/src/schematics/mg-routes/index.js +62 -63
- package/src/schematics/mg-routes/index.js.map +1 -1
- package/src/schematics/mg-routes/schema.json +14 -14
- package/src/schematics/mg-single-control/index.d.ts +3 -3
- package/src/schematics/mg-single-control/index.js +28 -29
- package/src/schematics/mg-single-control/index.js.map +1 -1
- package/src/schematics/mg-single-control/schema.json +24 -24
- package/src/schematics/utils/ast.d.ts +21 -21
- package/src/schematics/utils/ast.js +90 -91
- package/src/schematics/utils/ast.js.map +1 -1
- package/src/schematics/utils/ast.ts +103 -103
- package/src/schematics/utils/devkit-utils/README.md +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils.d.ts +87 -87
- package/src/schematics/utils/devkit-utils/ast-utils.js +489 -490
- package/src/schematics/utils/devkit-utils/ast-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils.ts +570 -570
- package/src/schematics/utils/devkit-utils/ast-utils_old.d.ts +68 -68
- package/src/schematics/utils/devkit-utils/ast-utils_old.js +419 -420
- package/src/schematics/utils/devkit-utils/ast-utils_old.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils_old.ts +478 -478
- package/src/schematics/utils/devkit-utils/change.d.ts +66 -66
- package/src/schematics/utils/devkit-utils/change.js +94 -94
- package/src/schematics/utils/devkit-utils/change.js.map +1 -1
- package/src/schematics/utils/devkit-utils/change.ts +127 -127
- package/src/schematics/utils/devkit-utils/component.d.ts +2 -2
- package/src/schematics/utils/devkit-utils/component.js +96 -97
- package/src/schematics/utils/devkit-utils/component.js.map +1 -1
- package/src/schematics/utils/devkit-utils/component.ts +136 -136
- package/src/schematics/utils/devkit-utils/config.d.ts +78 -78
- package/src/schematics/utils/devkit-utils/config.js +52 -52
- package/src/schematics/utils/devkit-utils/config.js.map +1 -1
- package/src/schematics/utils/devkit-utils/config.ts +120 -120
- package/src/schematics/utils/devkit-utils/find-module.d.ts +28 -28
- package/src/schematics/utils/devkit-utils/find-module.js +92 -93
- package/src/schematics/utils/devkit-utils/find-module.js.map +1 -1
- package/src/schematics/utils/devkit-utils/find-module.ts +108 -108
- package/src/schematics/utils/devkit-utils/ng-ast-utils.d.ts +5 -5
- package/src/schematics/utils/devkit-utils/ng-ast-utils.js +73 -74
- package/src/schematics/utils/devkit-utils/ng-ast-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ng-ast-utils.ts +84 -84
- package/src/schematics/utils/devkit-utils/parse-name.d.ts +13 -13
- package/src/schematics/utils/devkit-utils/parse-name.js +19 -20
- package/src/schematics/utils/devkit-utils/parse-name.js.map +1 -1
- package/src/schematics/utils/devkit-utils/parse-name.ts +24 -24
- package/src/schematics/utils/devkit-utils/route-utils.d.ts +20 -20
- package/src/schematics/utils/devkit-utils/route-utils.js +133 -134
- package/src/schematics/utils/devkit-utils/route-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/route-utils.ts +180 -180
- package/src/schematics/utils/devkit-utils/validation.d.ts +1 -1
- package/src/schematics/utils/devkit-utils/validation.js +18 -19
- package/src/schematics/utils/devkit-utils/validation.js.map +1 -1
- package/src/schematics/utils/devkit-utils/validation.ts +16 -16
- package/src/schematics/utils/html.d.ts +18 -18
- package/src/schematics/utils/html.js +59 -60
- package/src/schematics/utils/html.js.map +1 -1
- package/src/schematics/utils/html.ts +63 -63
- package/src/schematics/utils/lib-versions.d.ts +3 -3
- package/src/schematics/utils/lib-versions.js +6 -6
- package/src/schematics/utils/lib-versions.js.map +1 -1
- package/src/schematics/utils/lib-versions.ts +3 -3
- package/src/schematics/utils/package.d.ts +5 -5
- package/src/schematics/utils/package.js +20 -21
- package/src/schematics/utils/package.js.map +1 -1
- package/src/schematics/utils/package.ts +22 -22
- package/src/schematics/utils/testing.d.ts +5 -5
- package/src/schematics/utils/testing.js +26 -27
- package/src/schematics/utils/testing.js.map +1 -1
- package/src/schematics/utils/testing.ts +25 -25
- package/src/types/enums/Enums.d.ts +1646 -1646
- package/src/types/enums/Enums.js +1862 -1862
- package/src/types/enums/Enums.js.map +1 -1
- package/src/types/enums/Enums.ts +2063 -2063
- package/src/types/enums/generated-file-types.enum.d.ts +6 -6
- package/src/types/enums/generated-file-types.enum.js +10 -10
- package/src/types/enums/generated-file-types.enum.js.map +1 -1
- package/src/types/enums/generated-file-types.enum.ts +6 -6
- package/src/types/enums/horizontal-alignments.enum.d.ts +5 -5
- package/src/types/enums/horizontal-alignments.enum.js +9 -9
- package/src/types/enums/horizontal-alignments.enum.js.map +1 -1
- package/src/types/enums/horizontal-alignments.enum.ts +6 -6
- package/src/types/enums/themes.enum.d.ts +6 -6
- package/src/types/enums/themes.enum.js +10 -10
- package/src/types/enums/themes.enum.js.map +1 -1
- package/src/types/enums/themes.enum.ts +6 -6
- package/src/types/index.d.ts +7 -7
- package/src/types/index.js +10 -10
- package/src/types/index.js.map +1 -1
- package/src/types/index.ts +8 -8
- package/src/types/interfaces/app.d.ts +53 -53
- package/src/types/interfaces/app.js +9 -9
- package/src/types/interfaces/app.js.map +1 -1
- package/src/types/interfaces/app.ts +89 -89
- package/src/types/interfaces/control.d.ts +82 -82
- package/src/types/interfaces/control.js +2 -2
- package/src/types/interfaces/control.js.map +1 -1
- package/src/types/interfaces/control.ts +106 -106
- package/src/types/interfaces/env.interface.d.ts +19 -19
- package/src/types/interfaces/env.interface.js +10 -10
- package/src/types/interfaces/template.config.d.ts +8 -8
- package/src/types/interfaces/template.config.js +2 -2
- package/src/types/interfaces/template.config.js.map +1 -1
- package/src/types/interfaces/template.config.ts +11 -11
- package/templates/angular/src/app/app.component.html.ejs +17 -17
- package/templates/angular/src/app/cmp-array.ejs +3 -3
- package/templates/angular/src/app/cmp-hash.ejs +3 -3
- package/templates/angular/src/app/component-list.g.ts +21 -21
- package/templates/angular/src/app.component.ts +14 -14
- package/templates/angular/src/app.module.ts +70 -70
- package/templates/angular/src/app.routes.ts +73 -73
- package/templates/angular/src/styles/app.css +5 -5
- package/templates/attributes/button_attributes.ejs +2 -2
- package/templates/attributes/common/base/class.ejs +6 -6
- package/templates/attributes/common/base/control_type.ejs +53 -53
- package/templates/attributes/common/base/enabled.ejs +9 -9
- package/templates/attributes/common/base/imageFileName.ejs +3 -3
- package/templates/attributes/common/base/no_control_class.ejs +3 -3
- package/templates/attributes/common/base/rtol.ejs +3 -3
- package/templates/attributes/common/base/tabindex.ejs +11 -11
- package/templates/attributes/common/base/testingId.ejs +8 -8
- package/templates/attributes/common/base/tooltip.ejs +7 -7
- package/templates/attributes/common/base/visible.ejs +6 -6
- package/templates/attributes/common/base/wallpaper.ejs +3 -3
- package/templates/attributes/common/base_attributes.ejs +10 -10
- package/templates/attributes/common/container_attributes.ejs +6 -6
- package/templates/attributes/common/control_attributes.ejs +3 -3
- package/templates/attributes/common/format.ejs +5 -5
- package/templates/attributes/common/input/hint.ejs +13 -13
- package/templates/attributes/common/input/multiline_edit.ejs +3 -3
- package/templates/attributes/common/input/must_input.ejs +8 -8
- package/templates/attributes/common/input/password_edit.ejs +7 -7
- package/templates/attributes/common/input/row_editing_input_attributes.ejs +6 -6
- package/templates/attributes/common/input/validation.ejs +5 -5
- package/templates/attributes/common/input_attributes.ejs +4 -4
- package/templates/attributes/common/no_control_base_attributes.ejs +4 -4
- package/templates/attributes/common/row_editing_button_attributes.ejs +10 -10
- package/templates/component/view.component.html +14 -14
- package/templates/component/view.component.ts +123 -122
- package/templates/themes/basicHTML/Code/theme.module.ts +10 -10
- package/templates/themes/basicHTML/checkbox.ejs +1 -1
- package/templates/themes/basicHTML/combobox.ejs +37 -37
- package/templates/themes/basicHTML/edit.ejs +169 -168
- package/templates/themes/basicHTML/form.ejs +4 -4
- package/templates/themes/basicHTML/group.ejs +4 -4
- package/templates/themes/basicHTML/image.ejs +6 -6
- package/templates/themes/basicHTML/label.ejs +11 -11
- package/templates/themes/basicHTML/listbox.ejs +21 -21
- package/templates/themes/basicHTML/push-button.ejs +28 -28
- package/templates/themes/basicHTML/radio.ejs +20 -20
- package/templates/themes/basicHTML/subform.ejs +6 -6
- package/templates/themes/basicHTML/tab.ejs +31 -31
- package/templates/themes/basicHTML/tabpage.ejs +5 -5
- package/templates/themes/basicHiddenHTML/Code/theme.module.ts +10 -10
- package/templates/themes/basicHiddenHTML/combobox.ejs +5 -5
- package/templates/themes/basicHiddenHTML/form.ejs +3 -3
- package/templates/themes/basicHiddenHTML/group.ejs +2 -2
- package/templates/themes/basicHiddenHTML/image.ejs +4 -4
- package/templates/themes/basicHiddenHTML/label.ejs +1 -1
- package/templates/themes/basicHiddenHTML/listbox.ejs +8 -8
- package/templates/themes/basicHiddenHTML/push-button.ejs +26 -26
- package/templates/themes/basicHiddenHTML/radio.ejs +17 -17
- package/templates/themes/basicHiddenHTML/tab.ejs +13 -13
- package/templates/themes/basicHiddenHTML/table.ejs +18 -18
- package/templates/themes/basicHiddenHTML/tabpage.ejs +2 -2
- package/templates/themes/container.ejs +26 -26
- package/templates/themes/control.ejs +52 -52
- package/templates/themes/editTypeSelector.ejs +1 -1
- package/templates/themes/material/Code/theme.module.ts +68 -68
- package/templates/themes/material/base_attributes_date.ejs +8 -8
- package/templates/themes/material/checkbox.ejs +1 -1
- package/templates/themes/material/combobox.ejs +43 -43
- package/templates/themes/material/edit.ejs +204 -204
- package/templates/themes/material/group.ejs +3 -3
- package/templates/themes/material/listbox.ejs +22 -23
- package/templates/themes/material/push-button.ejs +28 -28
- package/templates/themes/material/radio.ejs +22 -22
- package/templates/themes/material/subform.ejs +8 -8
- package/templates/themes/material/tab.ejs +19 -19
- package/templates/themes/router_outlet.ejs +5 -5
- package/templates/themes/table/HTMLTable/columnHeader.ejs +3 -1
- package/templates/themes/table/HTMLTable/table.ejs +37 -37
- package/templates/themes/table/grid/additionalComponentCode.ejs +26 -26
- package/templates/themes/table/grid/additionalIncludes.ejs +1 -1
- package/templates/themes/table/grid/column.ejs +3 -1
- package/templates/themes/table/grid/table.ejs +37 -37
- package/templates/themes/table/repeatable/column.ejs +11 -11
- package/templates/themes/table/repeatable/table.ejs +28 -28
- package/templates/themes/tableTypeSelector.ejs +21 -21
- package/tsconfig.json +36 -36
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import { HorizontalAlignments } from '../enums/horizontal-alignments.enum';
|
|
2
|
-
import { CtrlImageStyle, MgControlType, SideType, StorageAttributeType, TableWebStyle, RowEditingTypes, WindowType } from "../enums/Enums";
|
|
3
|
-
import { CtrlButtonTypeGui } from '../enums/Enums';
|
|
4
|
-
export interface Exp {
|
|
5
|
-
has_exp?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export interface Boolean_Exp extends Exp {
|
|
8
|
-
value?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface Number_Exp extends Exp {
|
|
11
|
-
value?: number;
|
|
12
|
-
}
|
|
13
|
-
export interface String_Exp extends Exp {
|
|
14
|
-
value?: string;
|
|
15
|
-
}
|
|
16
|
-
export interface Control {
|
|
17
|
-
controlType: MgControlType;
|
|
18
|
-
classes?: string;
|
|
19
|
-
hasClassExpression?: boolean;
|
|
20
|
-
style: {
|
|
21
|
-
font?: Number_Exp;
|
|
22
|
-
color?: Number_Exp;
|
|
23
|
-
border?: Boolean_Exp;
|
|
24
|
-
border_style?: Number_Exp;
|
|
25
|
-
focus_color?: Number_Exp;
|
|
26
|
-
alignment: {
|
|
27
|
-
horizontal?: HorizontalAlignments;
|
|
28
|
-
vertical?: number;
|
|
29
|
-
};
|
|
30
|
-
line_divider?: Boolean_Exp;
|
|
31
|
-
multiline_edit?: boolean;
|
|
32
|
-
};
|
|
33
|
-
props: {
|
|
34
|
-
id: string;
|
|
35
|
-
name?: string;
|
|
36
|
-
component_uniquename?: string;
|
|
37
|
-
component_path?: string;
|
|
38
|
-
visible?: Exp;
|
|
39
|
-
enabled?: Exp;
|
|
40
|
-
tab_order?: Number_Exp;
|
|
41
|
-
password_edit?: Boolean_Exp;
|
|
42
|
-
button_style?: CtrlButtonTypeGui;
|
|
43
|
-
is_table_child?: boolean;
|
|
44
|
-
table_row_height?: number;
|
|
45
|
-
table_title_height?: number;
|
|
46
|
-
scroll_bar?: boolean;
|
|
47
|
-
no_modifiable_descendants?: boolean;
|
|
48
|
-
modifiable?: Boolean_Exp;
|
|
49
|
-
layer?: number;
|
|
50
|
-
tab_control_side?: SideType;
|
|
51
|
-
attribute?: StorageAttributeType;
|
|
52
|
-
web_style?: TableWebStyle;
|
|
53
|
-
row_editing_type?: RowEditingTypes;
|
|
54
|
-
mgformat?: string;
|
|
55
|
-
currency?: string;
|
|
56
|
-
mask?: string;
|
|
57
|
-
directive?: string;
|
|
58
|
-
validator?: string;
|
|
59
|
-
formatter?: string;
|
|
60
|
-
window_type?: WindowType;
|
|
61
|
-
is_router_outlet?: boolean;
|
|
62
|
-
default_outlet?: boolean;
|
|
63
|
-
wallpaper?: string;
|
|
64
|
-
wallpaper_style?: CtrlImageStyle;
|
|
65
|
-
sortable?: boolean;
|
|
66
|
-
common_line_id?: number;
|
|
67
|
-
dataexp?: boolean;
|
|
68
|
-
showsecs?: boolean;
|
|
69
|
-
enum_id: string;
|
|
70
|
-
directive_id: string;
|
|
71
|
-
};
|
|
72
|
-
hint: {
|
|
73
|
-
text?: String_Exp;
|
|
74
|
-
};
|
|
75
|
-
coordinates: {
|
|
76
|
-
x?: number;
|
|
77
|
-
y?: number;
|
|
78
|
-
width: number;
|
|
79
|
-
height?: number;
|
|
80
|
-
};
|
|
81
|
-
children: null | Control[];
|
|
82
|
-
}
|
|
1
|
+
import { HorizontalAlignments } from '../enums/horizontal-alignments.enum';
|
|
2
|
+
import { CtrlImageStyle, MgControlType, SideType, StorageAttributeType, TableWebStyle, RowEditingTypes, WindowType } from "../enums/Enums";
|
|
3
|
+
import { CtrlButtonTypeGui } from '../enums/Enums';
|
|
4
|
+
export interface Exp {
|
|
5
|
+
has_exp?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface Boolean_Exp extends Exp {
|
|
8
|
+
value?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface Number_Exp extends Exp {
|
|
11
|
+
value?: number;
|
|
12
|
+
}
|
|
13
|
+
export interface String_Exp extends Exp {
|
|
14
|
+
value?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface Control {
|
|
17
|
+
controlType: MgControlType;
|
|
18
|
+
classes?: string;
|
|
19
|
+
hasClassExpression?: boolean;
|
|
20
|
+
style: {
|
|
21
|
+
font?: Number_Exp;
|
|
22
|
+
color?: Number_Exp;
|
|
23
|
+
border?: Boolean_Exp;
|
|
24
|
+
border_style?: Number_Exp;
|
|
25
|
+
focus_color?: Number_Exp;
|
|
26
|
+
alignment: {
|
|
27
|
+
horizontal?: HorizontalAlignments;
|
|
28
|
+
vertical?: number;
|
|
29
|
+
};
|
|
30
|
+
line_divider?: Boolean_Exp;
|
|
31
|
+
multiline_edit?: boolean;
|
|
32
|
+
};
|
|
33
|
+
props: {
|
|
34
|
+
id: string;
|
|
35
|
+
name?: string;
|
|
36
|
+
component_uniquename?: string;
|
|
37
|
+
component_path?: string;
|
|
38
|
+
visible?: Exp;
|
|
39
|
+
enabled?: Exp;
|
|
40
|
+
tab_order?: Number_Exp;
|
|
41
|
+
password_edit?: Boolean_Exp;
|
|
42
|
+
button_style?: CtrlButtonTypeGui;
|
|
43
|
+
is_table_child?: boolean;
|
|
44
|
+
table_row_height?: number;
|
|
45
|
+
table_title_height?: number;
|
|
46
|
+
scroll_bar?: boolean;
|
|
47
|
+
no_modifiable_descendants?: boolean;
|
|
48
|
+
modifiable?: Boolean_Exp;
|
|
49
|
+
layer?: number;
|
|
50
|
+
tab_control_side?: SideType;
|
|
51
|
+
attribute?: StorageAttributeType;
|
|
52
|
+
web_style?: TableWebStyle;
|
|
53
|
+
row_editing_type?: RowEditingTypes;
|
|
54
|
+
mgformat?: string;
|
|
55
|
+
currency?: string;
|
|
56
|
+
mask?: string;
|
|
57
|
+
directive?: string;
|
|
58
|
+
validator?: string;
|
|
59
|
+
formatter?: string;
|
|
60
|
+
window_type?: WindowType;
|
|
61
|
+
is_router_outlet?: boolean;
|
|
62
|
+
default_outlet?: boolean;
|
|
63
|
+
wallpaper?: string;
|
|
64
|
+
wallpaper_style?: CtrlImageStyle;
|
|
65
|
+
sortable?: boolean;
|
|
66
|
+
common_line_id?: number;
|
|
67
|
+
dataexp?: boolean;
|
|
68
|
+
showsecs?: boolean;
|
|
69
|
+
enum_id: string;
|
|
70
|
+
directive_id: string;
|
|
71
|
+
};
|
|
72
|
+
hint: {
|
|
73
|
+
text?: String_Exp;
|
|
74
|
+
};
|
|
75
|
+
coordinates: {
|
|
76
|
+
x?: number;
|
|
77
|
+
y?: number;
|
|
78
|
+
width: number;
|
|
79
|
+
height?: number;
|
|
80
|
+
};
|
|
81
|
+
children: null | Control[];
|
|
82
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=control.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.js","sourceRoot":"","sources":["control.ts"],"names":[],"mappings":"","sourcesContent":["import {HorizontalAlignments} from '../enums/horizontal-alignments.enum';\nimport {\n CtrlImageStyle,\n MgControlType,\n SideType,\n StorageAttributeType,\n TableWebStyle,\n RowEditingTypes,\n WindowPosition,\n WindowType\n} from \"../enums/Enums\";\nimport {CtrlButtonTypeGui} from '../enums/Enums';\n\nexport interface Exp\n{\n\thas_exp?: boolean\n}\n\nexport interface Boolean_Exp extends Exp\n{\n\tvalue?: boolean,\n}\n\nexport interface Number_Exp extends Exp\n{\n\tvalue?: number,\n}\n\nexport interface String_Exp extends Exp\n{\n\tvalue?: string,\n}\n\nexport interface Control {\n\tcontrolType: MgControlType\n\tclasses?: string\n\thasClassExpression?: boolean\n\tstyle: {\n\t\tfont?: Number_Exp,\n\t\tcolor?: Number_Exp,\n\t\tborder?: Boolean_Exp,\n\t\tborder_style?: Number_Exp,\n\t\tfocus_color?: Number_Exp,\n\t\talignment: {\n\t\t\thorizontal?: HorizontalAlignments,\n\t\t\tvertical?: number,\n\t\t},\n line_divider?:Boolean_Exp;\n multiline_edit?: boolean,\n\t},\n\tprops: {\n\t\tid: string,\n\t\tname?: string,\n component_uniquename?: string;\n component_path?:string;\n visible?: Exp,\n\t\tenabled?: Exp,\n\t\ttab_order?: Number_Exp,\n\t\tpassword_edit?: Boolean_Exp,\n\t\tbutton_style?:CtrlButtonTypeGui,\n is_table_child?: boolean,\n table_row_height?: number,\n table_title_height?: number,\n scroll_bar?: boolean;\n no_modifiable_descendants?: boolean;\n modifiable?: Boolean_Exp,\n\t\tlayer?: number,\n tab_control_side?: SideType;\n attribute?: StorageAttributeType;\n web_style?: TableWebStyle;\n row_editing_type?: RowEditingTypes;\n mgformat?: string;\n currency?: string;\n mask?: string;\n directive?: string;\n validator?: string;\n formatter?: string;\n window_type?: WindowType;\n is_router_outlet?: boolean;\n default_outlet?: boolean;\n wallpaper?: string;\n wallpaper_style?: CtrlImageStyle;\n sortable?: boolean;\n common_line_id?: number;\n dataexp?:boolean;\n showsecs?:boolean;\n enum_id:string; // simple enum name, for method calls\n directive_id:string; // enum name as {{id}} for things such as directive name or formcontrol name\n\t}\n\n\thint: {\n\t\ttext?: String_Exp,\n\t}\n\tcoordinates:{\n x?:\tnumber,\n y?:\tnumber,\n width:\tnumber,\n height?:\tnumber\n\t}\n\tchildren: null | Control[],\n\n\n\t/// incode members:\n\t// class_name_in_css: string;\n\n}\n"]}
|
|
1
|
+
{"version":3,"file":"control.js","sourceRoot":"","sources":["control.ts"],"names":[],"mappings":"","sourcesContent":["import {HorizontalAlignments} from '../enums/horizontal-alignments.enum';\r\nimport {\r\n CtrlImageStyle,\r\n MgControlType,\r\n SideType,\r\n StorageAttributeType,\r\n TableWebStyle,\r\n RowEditingTypes,\r\n WindowPosition,\r\n WindowType\r\n} from \"../enums/Enums\";\r\nimport {CtrlButtonTypeGui} from '../enums/Enums';\r\n\r\nexport interface Exp\r\n{\r\n\thas_exp?: boolean\r\n}\r\n\r\nexport interface Boolean_Exp extends Exp\r\n{\r\n\tvalue?: boolean,\r\n}\r\n\r\nexport interface Number_Exp extends Exp\r\n{\r\n\tvalue?: number,\r\n}\r\n\r\nexport interface String_Exp extends Exp\r\n{\r\n\tvalue?: string,\r\n}\r\n\r\nexport interface Control {\r\n\tcontrolType: MgControlType\r\n\tclasses?: string\r\n\thasClassExpression?: boolean\r\n\tstyle: {\r\n\t\tfont?: Number_Exp,\r\n\t\tcolor?: Number_Exp,\r\n\t\tborder?: Boolean_Exp,\r\n\t\tborder_style?: Number_Exp,\r\n\t\tfocus_color?: Number_Exp,\r\n\t\talignment: {\r\n\t\t\thorizontal?: HorizontalAlignments,\r\n\t\t\tvertical?: number,\r\n\t\t},\r\n line_divider?:Boolean_Exp;\r\n multiline_edit?: boolean,\r\n\t},\r\n\tprops: {\r\n\t\tid: string,\r\n\t\tname?: string,\r\n component_uniquename?: string;\r\n component_path?:string;\r\n visible?: Exp,\r\n\t\tenabled?: Exp,\r\n\t\ttab_order?: Number_Exp,\r\n\t\tpassword_edit?: Boolean_Exp,\r\n\t\tbutton_style?:CtrlButtonTypeGui,\r\n is_table_child?: boolean,\r\n table_row_height?: number,\r\n table_title_height?: number,\r\n scroll_bar?: boolean;\r\n no_modifiable_descendants?: boolean;\r\n modifiable?: Boolean_Exp,\r\n\t\tlayer?: number,\r\n tab_control_side?: SideType;\r\n attribute?: StorageAttributeType;\r\n web_style?: TableWebStyle;\r\n row_editing_type?: RowEditingTypes;\r\n mgformat?: string;\r\n currency?: string;\r\n mask?: string;\r\n directive?: string;\r\n validator?: string;\r\n formatter?: string;\r\n window_type?: WindowType;\r\n is_router_outlet?: boolean;\r\n default_outlet?: boolean;\r\n wallpaper?: string;\r\n wallpaper_style?: CtrlImageStyle;\r\n sortable?: boolean;\r\n common_line_id?: number;\r\n dataexp?:boolean;\r\n showsecs?:boolean;\r\n enum_id:string; // simple enum name, for method calls\r\n directive_id:string; // enum name as {{id}} for things such as directive name or formcontrol name\r\n\t}\r\n\r\n\thint: {\r\n\t\ttext?: String_Exp,\r\n\t}\r\n\tcoordinates:{\r\n x?:\tnumber,\r\n y?:\tnumber,\r\n width:\tnumber,\r\n height?:\tnumber\r\n\t}\r\n\tchildren: null | Control[],\r\n\r\n\r\n\t/// incode members:\r\n\t// class_name_in_css: string;\r\n\r\n}\r\n"]}
|
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
import {HorizontalAlignments} from '../enums/horizontal-alignments.enum';
|
|
2
|
-
import {
|
|
3
|
-
CtrlImageStyle,
|
|
4
|
-
MgControlType,
|
|
5
|
-
SideType,
|
|
6
|
-
StorageAttributeType,
|
|
7
|
-
TableWebStyle,
|
|
8
|
-
RowEditingTypes,
|
|
9
|
-
WindowPosition,
|
|
10
|
-
WindowType
|
|
11
|
-
} from "../enums/Enums";
|
|
12
|
-
import {CtrlButtonTypeGui} from '../enums/Enums';
|
|
13
|
-
|
|
14
|
-
export interface Exp
|
|
15
|
-
{
|
|
16
|
-
has_exp?: boolean
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface Boolean_Exp extends Exp
|
|
20
|
-
{
|
|
21
|
-
value?: boolean,
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface Number_Exp extends Exp
|
|
25
|
-
{
|
|
26
|
-
value?: number,
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface String_Exp extends Exp
|
|
30
|
-
{
|
|
31
|
-
value?: string,
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export interface Control {
|
|
35
|
-
controlType: MgControlType
|
|
36
|
-
classes?: string
|
|
37
|
-
hasClassExpression?: boolean
|
|
38
|
-
style: {
|
|
39
|
-
font?: Number_Exp,
|
|
40
|
-
color?: Number_Exp,
|
|
41
|
-
border?: Boolean_Exp,
|
|
42
|
-
border_style?: Number_Exp,
|
|
43
|
-
focus_color?: Number_Exp,
|
|
44
|
-
alignment: {
|
|
45
|
-
horizontal?: HorizontalAlignments,
|
|
46
|
-
vertical?: number,
|
|
47
|
-
},
|
|
48
|
-
line_divider?:Boolean_Exp;
|
|
49
|
-
multiline_edit?: boolean,
|
|
50
|
-
},
|
|
51
|
-
props: {
|
|
52
|
-
id: string,
|
|
53
|
-
name?: string,
|
|
54
|
-
component_uniquename?: string;
|
|
55
|
-
component_path?:string;
|
|
56
|
-
visible?: Exp,
|
|
57
|
-
enabled?: Exp,
|
|
58
|
-
tab_order?: Number_Exp,
|
|
59
|
-
password_edit?: Boolean_Exp,
|
|
60
|
-
button_style?:CtrlButtonTypeGui,
|
|
61
|
-
is_table_child?: boolean,
|
|
62
|
-
table_row_height?: number,
|
|
63
|
-
table_title_height?: number,
|
|
64
|
-
scroll_bar?: boolean;
|
|
65
|
-
no_modifiable_descendants?: boolean;
|
|
66
|
-
modifiable?: Boolean_Exp,
|
|
67
|
-
layer?: number,
|
|
68
|
-
tab_control_side?: SideType;
|
|
69
|
-
attribute?: StorageAttributeType;
|
|
70
|
-
web_style?: TableWebStyle;
|
|
71
|
-
row_editing_type?: RowEditingTypes;
|
|
72
|
-
mgformat?: string;
|
|
73
|
-
currency?: string;
|
|
74
|
-
mask?: string;
|
|
75
|
-
directive?: string;
|
|
76
|
-
validator?: string;
|
|
77
|
-
formatter?: string;
|
|
78
|
-
window_type?: WindowType;
|
|
79
|
-
is_router_outlet?: boolean;
|
|
80
|
-
default_outlet?: boolean;
|
|
81
|
-
wallpaper?: string;
|
|
82
|
-
wallpaper_style?: CtrlImageStyle;
|
|
83
|
-
sortable?: boolean;
|
|
84
|
-
common_line_id?: number;
|
|
85
|
-
dataexp?:boolean;
|
|
86
|
-
showsecs?:boolean;
|
|
87
|
-
enum_id:string; // simple enum name, for method calls
|
|
88
|
-
directive_id:string; // enum name as {{id}} for things such as directive name or formcontrol name
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
hint: {
|
|
92
|
-
text?: String_Exp,
|
|
93
|
-
}
|
|
94
|
-
coordinates:{
|
|
95
|
-
x?: number,
|
|
96
|
-
y?: number,
|
|
97
|
-
width: number,
|
|
98
|
-
height?: number
|
|
99
|
-
}
|
|
100
|
-
children: null | Control[],
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
/// incode members:
|
|
104
|
-
// class_name_in_css: string;
|
|
105
|
-
|
|
106
|
-
}
|
|
1
|
+
import {HorizontalAlignments} from '../enums/horizontal-alignments.enum';
|
|
2
|
+
import {
|
|
3
|
+
CtrlImageStyle,
|
|
4
|
+
MgControlType,
|
|
5
|
+
SideType,
|
|
6
|
+
StorageAttributeType,
|
|
7
|
+
TableWebStyle,
|
|
8
|
+
RowEditingTypes,
|
|
9
|
+
WindowPosition,
|
|
10
|
+
WindowType
|
|
11
|
+
} from "../enums/Enums";
|
|
12
|
+
import {CtrlButtonTypeGui} from '../enums/Enums';
|
|
13
|
+
|
|
14
|
+
export interface Exp
|
|
15
|
+
{
|
|
16
|
+
has_exp?: boolean
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface Boolean_Exp extends Exp
|
|
20
|
+
{
|
|
21
|
+
value?: boolean,
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface Number_Exp extends Exp
|
|
25
|
+
{
|
|
26
|
+
value?: number,
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface String_Exp extends Exp
|
|
30
|
+
{
|
|
31
|
+
value?: string,
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface Control {
|
|
35
|
+
controlType: MgControlType
|
|
36
|
+
classes?: string
|
|
37
|
+
hasClassExpression?: boolean
|
|
38
|
+
style: {
|
|
39
|
+
font?: Number_Exp,
|
|
40
|
+
color?: Number_Exp,
|
|
41
|
+
border?: Boolean_Exp,
|
|
42
|
+
border_style?: Number_Exp,
|
|
43
|
+
focus_color?: Number_Exp,
|
|
44
|
+
alignment: {
|
|
45
|
+
horizontal?: HorizontalAlignments,
|
|
46
|
+
vertical?: number,
|
|
47
|
+
},
|
|
48
|
+
line_divider?:Boolean_Exp;
|
|
49
|
+
multiline_edit?: boolean,
|
|
50
|
+
},
|
|
51
|
+
props: {
|
|
52
|
+
id: string,
|
|
53
|
+
name?: string,
|
|
54
|
+
component_uniquename?: string;
|
|
55
|
+
component_path?:string;
|
|
56
|
+
visible?: Exp,
|
|
57
|
+
enabled?: Exp,
|
|
58
|
+
tab_order?: Number_Exp,
|
|
59
|
+
password_edit?: Boolean_Exp,
|
|
60
|
+
button_style?:CtrlButtonTypeGui,
|
|
61
|
+
is_table_child?: boolean,
|
|
62
|
+
table_row_height?: number,
|
|
63
|
+
table_title_height?: number,
|
|
64
|
+
scroll_bar?: boolean;
|
|
65
|
+
no_modifiable_descendants?: boolean;
|
|
66
|
+
modifiable?: Boolean_Exp,
|
|
67
|
+
layer?: number,
|
|
68
|
+
tab_control_side?: SideType;
|
|
69
|
+
attribute?: StorageAttributeType;
|
|
70
|
+
web_style?: TableWebStyle;
|
|
71
|
+
row_editing_type?: RowEditingTypes;
|
|
72
|
+
mgformat?: string;
|
|
73
|
+
currency?: string;
|
|
74
|
+
mask?: string;
|
|
75
|
+
directive?: string;
|
|
76
|
+
validator?: string;
|
|
77
|
+
formatter?: string;
|
|
78
|
+
window_type?: WindowType;
|
|
79
|
+
is_router_outlet?: boolean;
|
|
80
|
+
default_outlet?: boolean;
|
|
81
|
+
wallpaper?: string;
|
|
82
|
+
wallpaper_style?: CtrlImageStyle;
|
|
83
|
+
sortable?: boolean;
|
|
84
|
+
common_line_id?: number;
|
|
85
|
+
dataexp?:boolean;
|
|
86
|
+
showsecs?:boolean;
|
|
87
|
+
enum_id:string; // simple enum name, for method calls
|
|
88
|
+
directive_id:string; // enum name as {{id}} for things such as directive name or formcontrol name
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
hint: {
|
|
92
|
+
text?: String_Exp,
|
|
93
|
+
}
|
|
94
|
+
coordinates:{
|
|
95
|
+
x?: number,
|
|
96
|
+
y?: number,
|
|
97
|
+
width: number,
|
|
98
|
+
height?: number
|
|
99
|
+
}
|
|
100
|
+
children: null | Control[],
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/// incode members:
|
|
104
|
+
// class_name_in_css: string;
|
|
105
|
+
|
|
106
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { MagicMetadata, MagicPaths } from "../../schematics/magic-utils/metadata.class";
|
|
2
|
-
import { AppJson } from "../index";
|
|
3
|
-
import { Project, Workspace } from "../../schematics/utils/devkit-utils/config";
|
|
4
|
-
export declare class ModuleInfo {
|
|
5
|
-
moduleName: string;
|
|
6
|
-
loadOnDemand: boolean;
|
|
7
|
-
constructor(moduleName: string, loadOnDemand: boolean);
|
|
8
|
-
}
|
|
9
|
-
export interface IEnv {
|
|
10
|
-
workspace: Workspace;
|
|
11
|
-
project: Project;
|
|
12
|
-
metadata: MagicMetadata;
|
|
13
|
-
programList: MagicMetadata;
|
|
14
|
-
componentsGen: string[];
|
|
15
|
-
modulesGen: ModuleInfo[];
|
|
16
|
-
app: AppJson;
|
|
17
|
-
paths?: MagicPaths;
|
|
18
|
-
prevent_log: boolean;
|
|
19
|
-
}
|
|
1
|
+
import { MagicMetadata, MagicPaths } from "../../schematics/magic-utils/metadata.class";
|
|
2
|
+
import { AppJson } from "../index";
|
|
3
|
+
import { Project, Workspace } from "../../schematics/utils/devkit-utils/config";
|
|
4
|
+
export declare class ModuleInfo {
|
|
5
|
+
moduleName: string;
|
|
6
|
+
loadOnDemand: boolean;
|
|
7
|
+
constructor(moduleName: string, loadOnDemand: boolean);
|
|
8
|
+
}
|
|
9
|
+
export interface IEnv {
|
|
10
|
+
workspace: Workspace;
|
|
11
|
+
project: Project;
|
|
12
|
+
metadata: MagicMetadata;
|
|
13
|
+
programList: MagicMetadata;
|
|
14
|
+
componentsGen: string[];
|
|
15
|
+
modulesGen: ModuleInfo[];
|
|
16
|
+
app: AppJson;
|
|
17
|
+
paths?: MagicPaths;
|
|
18
|
+
prevent_log: boolean;
|
|
19
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ModuleInfo = void 0;
|
|
4
|
-
class ModuleInfo {
|
|
5
|
-
constructor(moduleName, loadOnDemand) {
|
|
6
|
-
this.moduleName = moduleName;
|
|
7
|
-
this.loadOnDemand = loadOnDemand;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.ModuleInfo = ModuleInfo;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModuleInfo = void 0;
|
|
4
|
+
class ModuleInfo {
|
|
5
|
+
constructor(moduleName, loadOnDemand) {
|
|
6
|
+
this.moduleName = moduleName;
|
|
7
|
+
this.loadOnDemand = loadOnDemand;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.ModuleInfo = ModuleInfo;
|
|
11
11
|
//# sourceMappingURL=env.interface.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { GeneratedFileTypes } from '../enums/generated-file-types.enum';
|
|
2
|
-
export interface TemplateConfig {
|
|
3
|
-
template: string;
|
|
4
|
-
name: string;
|
|
5
|
-
destination: string;
|
|
6
|
-
type: GeneratedFileTypes;
|
|
7
|
-
data: object;
|
|
8
|
-
}
|
|
1
|
+
import { GeneratedFileTypes } from '../enums/generated-file-types.enum';
|
|
2
|
+
export interface TemplateConfig {
|
|
3
|
+
template: string;
|
|
4
|
+
name: string;
|
|
5
|
+
destination: string;
|
|
6
|
+
type: GeneratedFileTypes;
|
|
7
|
+
data: object;
|
|
8
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=template.config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.config.js","sourceRoot":"","sources":["template.config.ts"],"names":[],"mappings":"","sourcesContent":["import {GeneratedFileTypes} from '../enums/generated-file-types.enum';\n\n// template for generating different file types\nexport interface TemplateConfig\n{\n\ttemplate: string\n\tname: string,\n\tdestination: string\n\ttype:GeneratedFileTypes,\n\tdata : object\n}\n"]}
|
|
1
|
+
{"version":3,"file":"template.config.js","sourceRoot":"","sources":["template.config.ts"],"names":[],"mappings":"","sourcesContent":["import {GeneratedFileTypes} from '../enums/generated-file-types.enum';\r\n\r\n// template for generating different file types\r\nexport interface TemplateConfig\r\n{\r\n\ttemplate: string\r\n\tname: string,\r\n\tdestination: string\r\n\ttype:GeneratedFileTypes,\r\n\tdata : object\r\n}\r\n"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {GeneratedFileTypes} from '../enums/generated-file-types.enum';
|
|
2
|
-
|
|
3
|
-
// template for generating different file types
|
|
4
|
-
export interface TemplateConfig
|
|
5
|
-
{
|
|
6
|
-
template: string
|
|
7
|
-
name: string,
|
|
8
|
-
destination: string
|
|
9
|
-
type:GeneratedFileTypes,
|
|
10
|
-
data : object
|
|
11
|
-
}
|
|
1
|
+
import {GeneratedFileTypes} from '../enums/generated-file-types.enum';
|
|
2
|
+
|
|
3
|
+
// template for generating different file types
|
|
4
|
+
export interface TemplateConfig
|
|
5
|
+
{
|
|
6
|
+
template: string
|
|
7
|
+
name: string,
|
|
8
|
+
destination: string
|
|
9
|
+
type:GeneratedFileTypes,
|
|
10
|
+
data : object
|
|
11
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<div>
|
|
2
|
-
<% if(!skipHelp){ %>
|
|
3
|
-
<H2>Hello Magic Web Client</H2>
|
|
4
|
-
<pre>
|
|
5
|
-
Steps for Generate Component
|
|
6
|
-
=========================================
|
|
7
|
-
1.1 copy json to magic-metadata
|
|
8
|
-
|
|
9
|
-
1.2 ng g @magic-xpa/cli:magic
|
|
10
|
-
--project = xxx
|
|
11
|
-
--component = yyy
|
|
12
|
-
--theme = material or basicHTML
|
|
13
|
-
-–allow-testing
|
|
14
|
-
</pre>
|
|
15
|
-
<% } %>
|
|
16
|
-
<magic-root></magic-root>
|
|
17
|
-
</div>
|
|
1
|
+
<div>
|
|
2
|
+
<% if(!skipHelp){ %>
|
|
3
|
+
<H2>Hello Magic Web Client</H2>
|
|
4
|
+
<pre>
|
|
5
|
+
Steps for Generate Component
|
|
6
|
+
=========================================
|
|
7
|
+
1.1 copy json to magic-metadata
|
|
8
|
+
|
|
9
|
+
1.2 ng g @magic-xpa/cli:magic
|
|
10
|
+
--project = xxx
|
|
11
|
+
--component = yyy
|
|
12
|
+
--theme = material or basicHTML
|
|
13
|
+
-–allow-testing
|
|
14
|
+
</pre>
|
|
15
|
+
<% } %>
|
|
16
|
+
<magic-root></magic-root>
|
|
17
|
+
</div>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<% components.forEach(view => { %>
|
|
2
|
-
<%= view.uniqueName %>,
|
|
3
|
-
<% }) %>
|
|
1
|
+
<% components.forEach(view => { %>
|
|
2
|
+
<%= view.uniqueName %>,
|
|
3
|
+
<% }) %>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<% components.forEach(view => { %>
|
|
2
|
-
<%= view.uniqueName %> : <%- view.uniqueName %>,
|
|
3
|
-
<% }) %>
|
|
1
|
+
<% components.forEach(view => { %>
|
|
2
|
+
<%= view.uniqueName %> : <%- view.uniqueName %>,
|
|
3
|
+
<% }) %>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<% cmpList.forEach( view => { %>
|
|
2
|
-
import {<%= view.props.id%> as <%= view.props.component_uniquename%>} from "./<%= view.props.component_path %><%= view.props.id %>.component";
|
|
3
|
-
<% }) %>
|
|
4
|
-
|
|
5
|
-
export const title = "<%= app.name %>";
|
|
6
|
-
|
|
7
|
-
export const magicGenCmpsHash = {
|
|
8
|
-
<% cmpList.forEach(view => { %>
|
|
9
|
-
<%= view.props.component_uniquename %> : <%- view.props.component_uniquename %>,
|
|
10
|
-
<% }) %>
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const magicGenComponents = [
|
|
14
|
-
<% cmpList.forEach(view => { %>
|
|
15
|
-
<%= view.props.component_uniquename %>,
|
|
16
|
-
<% }) %>
|
|
17
|
-
];
|
|
18
|
-
|
|
19
|
-
export const LazyLoadModulesMap =
|
|
20
|
-
{
|
|
21
|
-
};
|
|
1
|
+
<% cmpList.forEach( view => { %>
|
|
2
|
+
import {<%= view.props.id%> as <%= view.props.component_uniquename%>} from "./<%= view.props.component_path %><%= view.props.id %>.component";
|
|
3
|
+
<% }) %>
|
|
4
|
+
|
|
5
|
+
export const title = "<%= app.name %>";
|
|
6
|
+
|
|
7
|
+
export const magicGenCmpsHash = {
|
|
8
|
+
<% cmpList.forEach(view => { %>
|
|
9
|
+
<%= view.props.component_uniquename %> : <%- view.props.component_uniquename %>,
|
|
10
|
+
<% }) %>
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export const magicGenComponents = [
|
|
14
|
+
<% cmpList.forEach(view => { %>
|
|
15
|
+
<%= view.props.component_uniquename %>,
|
|
16
|
+
<% }) %>
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
export const LazyLoadModulesMap =
|
|
20
|
+
{
|
|
21
|
+
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {Component} from '@angular/core';
|
|
2
|
-
import {GuiCommand, CommandType} from "@magic-xpa/gui";
|
|
3
|
-
|
|
4
|
-
declare let myExtObject: any;
|
|
5
|
-
|
|
6
|
-
@Component({
|
|
7
|
-
selector: 'app-root',
|
|
8
|
-
template: `
|
|
9
|
-
<div>
|
|
10
|
-
<magic-root></magic-root>
|
|
11
|
-
</div>
|
|
12
|
-
`})
|
|
13
|
-
export class AppComponent {
|
|
14
|
-
}
|
|
1
|
+
import {Component} from '@angular/core';
|
|
2
|
+
import {GuiCommand, CommandType} from "@magic-xpa/gui";
|
|
3
|
+
|
|
4
|
+
declare let myExtObject: any;
|
|
5
|
+
|
|
6
|
+
@Component({
|
|
7
|
+
selector: 'app-root',
|
|
8
|
+
template: `
|
|
9
|
+
<div>
|
|
10
|
+
<magic-root></magic-root>
|
|
11
|
+
</div>
|
|
12
|
+
`})
|
|
13
|
+
export class AppComponent {
|
|
14
|
+
}
|