16e80583aSopenharmony_ci/**
26e80583aSopenharmony_ci * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
36e80583aSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
46e80583aSopenharmony_ci * you may not use this file except in compliance with the License.
56e80583aSopenharmony_ci * You may obtain a copy of the License at
66e80583aSopenharmony_ci *
76e80583aSopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
86e80583aSopenharmony_ci *
96e80583aSopenharmony_ci * Unless required by applicable law or agreed to in writing, software
106e80583aSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
116e80583aSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
126e80583aSopenharmony_ci * See the License for the specific language governing permissions and
136e80583aSopenharmony_ci * limitations under the License.
146e80583aSopenharmony_ci */
156e80583aSopenharmony_ci
166e80583aSopenharmony_ciconst GridLayoutConfigs = {
176e80583aSopenharmony_ci  GridLayoutTable: [
186e80583aSopenharmony_ci    {
196e80583aSopenharmony_ci      id: 0,
206e80583aSopenharmony_ci      layout: '4X4',
216e80583aSopenharmony_ci      name: '4X4',
226e80583aSopenharmony_ci      value: 1,
236e80583aSopenharmony_ci      row: 4,
246e80583aSopenharmony_ci      column: 4,
256e80583aSopenharmony_ci      checked: false
266e80583aSopenharmony_ci    },
276e80583aSopenharmony_ci
286e80583aSopenharmony_ci    {
296e80583aSopenharmony_ci      id: 1,
306e80583aSopenharmony_ci      layout: '5X4',
316e80583aSopenharmony_ci      name: '5X4',
326e80583aSopenharmony_ci      value: 0,
336e80583aSopenharmony_ci      row: 5,
346e80583aSopenharmony_ci      column: 4,
356e80583aSopenharmony_ci      checked: false
366e80583aSopenharmony_ci    },
376e80583aSopenharmony_ci
386e80583aSopenharmony_ci    {
396e80583aSopenharmony_ci      id: 2,
406e80583aSopenharmony_ci      layout: '6X4',
416e80583aSopenharmony_ci      name: '6X4',
426e80583aSopenharmony_ci      value: 2,
436e80583aSopenharmony_ci      row: 6,
446e80583aSopenharmony_ci      column: 4,
456e80583aSopenharmony_ci      checked: false
466e80583aSopenharmony_ci    },
476e80583aSopenharmony_ci  ],
486e80583aSopenharmony_ci  GridLayoutTableHorizontal: [
496e80583aSopenharmony_ci    {
506e80583aSopenharmony_ci      id: 0,
516e80583aSopenharmony_ci      layout: '2X6',
526e80583aSopenharmony_ci      name: '2X6',
536e80583aSopenharmony_ci      value: 0,
546e80583aSopenharmony_ci      row: 2,
556e80583aSopenharmony_ci      column: 6,
566e80583aSopenharmony_ci      checked: false
576e80583aSopenharmony_ci    }
586e80583aSopenharmony_ci  ],
596e80583aSopenharmony_ci  PadGridLayoutTableHorizontal: [
606e80583aSopenharmony_ci    {
616e80583aSopenharmony_ci      id: 0,
626e80583aSopenharmony_ci      layout: '5X11',
636e80583aSopenharmony_ci      name: '5X11',
646e80583aSopenharmony_ci      value: 0,
656e80583aSopenharmony_ci      row: 5,
666e80583aSopenharmony_ci      column: 11,
676e80583aSopenharmony_ci      checked: false
686e80583aSopenharmony_ci    },
696e80583aSopenharmony_ci    {
706e80583aSopenharmony_ci      id: 1,
716e80583aSopenharmony_ci      layout: '4X10',
726e80583aSopenharmony_ci      name: '4X10',
736e80583aSopenharmony_ci      value: 1,
746e80583aSopenharmony_ci      row: 4,
756e80583aSopenharmony_ci      column: 10,
766e80583aSopenharmony_ci      checked: false
776e80583aSopenharmony_ci    },
786e80583aSopenharmony_ci    {
796e80583aSopenharmony_ci      id: 2,
806e80583aSopenharmony_ci      layout: '4X9',
816e80583aSopenharmony_ci      name: '4X9',
826e80583aSopenharmony_ci      value: 2,
836e80583aSopenharmony_ci      row: 4,
846e80583aSopenharmony_ci      column: 9,
856e80583aSopenharmony_ci      checked: false
866e80583aSopenharmony_ci    }
876e80583aSopenharmony_ci  ],
886e80583aSopenharmony_ci};
896e80583aSopenharmony_ci
906e80583aSopenharmony_ciexport default GridLayoutConfigs;