view-layout-model-repository-de-grid-exp-view-layout.ts 5.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
export default {
  "layoutMode": "FLEX",
  "rootPanelItems": [
    {
      "panelItems": [
        {
          "panelItems": [
            {
              "panelItems": [
                {
                  "panelItems": [
                    {
                      "caption": "标题栏",
                      "itemStyle": "DEFAULT",
                      "itemType": "CTRLPOS",
                      "layoutPos": {
17
                        "shrink": 1,
18 19 20 21 22 23 24 25 26 27 28 29 30 31
                        "layout": "FLEX"
                      },
                      "showCaption": true,
                      "id": "captionbar"
                    }
                  ],
                  "layout": {
                    "layout": "FLEX"
                  },
                  "dataRegionType": "INHERIT",
                  "caption": "容器",
                  "itemStyle": "DEFAULT",
                  "itemType": "CONTAINER",
                  "layoutPos": {
32
                    "shrink": 1,
33 34 35 36 37 38 39 40 41 42 43
                    "layout": "FLEX"
                  },
                  "id": "page_exp_header_left"
                },
                {
                  "panelItems": [
                    {
                      "caption": "工具栏",
                      "itemStyle": "DEFAULT",
                      "itemType": "CTRLPOS",
                      "layoutPos": {
44
                        "shrink": 1,
45 46 47 48 49 50 51 52 53 54 55 56 57 58
                        "layout": "FLEX"
                      },
                      "showCaption": true,
                      "id": "toolbar"
                    }
                  ],
                  "layout": {
                    "layout": "FLEX"
                  },
                  "dataRegionType": "INHERIT",
                  "caption": "容器",
                  "itemStyle": "DEFAULT",
                  "itemType": "CONTAINER",
                  "layoutPos": {
59
                    "shrink": 1,
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
                    "layout": "FLEX"
                  },
                  "id": "page_exp_header_right"
                }
              ],
              "layout": {
                "dir": "row",
                "layout": "FLEX"
              },
              "dataRegionType": "INHERIT",
              "caption": "容器",
              "contentHeight": 54,
              "height": 54,
              "itemStyle": "DEFAULT",
              "itemType": "CONTAINER",
              "layoutPos": {
76
                "shrink": 1,
77 78 79 80 81 82 83 84 85 86 87 88 89 90
                "height": 54,
                "heightMode": "PX",
                "layout": "FLEX"
              },
              "id": "page_exp_header"
            },
            {
              "panelItems": [
                {
                  "caption": "表格导航",
                  "itemStyle": "DEFAULT",
                  "itemType": "CTRLPOS",
                  "layoutPos": {
                    "grow": 1,
91
                    "shrink": 1,
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
                    "layout": "FLEX"
                  },
                  "showCaption": true,
                  "id": "gridexpbar"
                }
              ],
              "layout": {
                "layout": "FLEX"
              },
              "dataRegionType": "INHERIT",
              "caption": "容器",
              "itemStyle": "DEFAULT",
              "itemType": "CONTAINER",
              "layoutPos": {
                "grow": 1,
107
                "shrink": 1,
108 109 110 111 112 113 114 115 116 117 118 119 120 121
                "layout": "FLEX"
              },
              "id": "page_exp_content"
            }
          ],
          "layout": {
            "layout": "FLEX"
          },
          "dataRegionType": "INHERIT",
          "caption": "容器",
          "contentWidth": 300,
          "itemStyle": "DEFAULT",
          "itemType": "CONTAINER",
          "layoutPos": {
122
            "shrink": 1,
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
            "layout": "FLEX",
            "width": 300,
            "widthMode": "PX"
          },
          "width": 300,
          "id": "page_content_left"
        },
        {
          "panelItems": [
            {
              "rawItem": {
                "predefinedType": "NAV_POS",
                "id": "nav_pos"
              },
              "caption": "导航区占位",
              "itemStyle": "DEFAULT",
              "itemType": "RAWITEM",
              "layoutPos": {
                "grow": 1,
142
                "shrink": 1,
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
                "layout": "FLEX"
              },
              "showCaption": true,
              "id": "nav_pos"
            }
          ],
          "layout": {
            "layout": "FLEX"
          },
          "dataRegionType": "INHERIT",
          "caption": "容器",
          "itemStyle": "DEFAULT",
          "itemType": "CONTAINER",
          "layoutPos": {
            "grow": 1,
158
            "shrink": 1,
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
            "layout": "FLEX"
          },
          "id": "page_content_right"
        }
      ],
      "layout": {
        "dir": "row",
        "layout": "FLEX"
      },
      "dataRegionType": "INHERIT",
      "caption": "容器",
      "itemStyle": "DEFAULT",
      "itemType": "CONTAINER",
      "layoutPos": {
        "grow": 1,
174
        "shrink": 1,
175 176 177 178 179 180 181 182 183 184 185 186 187 188
        "layout": "FLEX"
      },
      "id": "page_content"
    }
  ],
  "layoutPanel": true,
  "codeName": "GridExpViewLayout",
  "controlType": "VIEWLAYOUTPANEL",
  "logicName": "表格导航视图布局面板",
  "appDataEntityId": "web.viewlayoutmodelrepository",
  "controlParam": {},
  "name": "layoutpanel",
  "id": "gridexpviewlayout"
}