y-design-ssr 0.2.3 → 0.2.4
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/libs/button/index.css +1 -579
- package/libs/button/index.mjs +66 -111
- package/libs/button/index.umd.js +2 -203
- package/libs/button/package.json +1 -8
- package/libs/cell/index.css +1 -1077
- package/libs/cell/index.mjs +104 -167
- package/libs/cell/index.umd.js +2 -300
- package/libs/cell/package.json +1 -8
- package/libs/checkbox/index.css +1 -1053
- package/libs/checkbox/index.mjs +127 -242
- package/libs/checkbox/index.umd.js +2 -369
- package/libs/checkbox/package.json +1 -8
- package/libs/checkboxGroup/index.css +1 -422
- package/libs/checkboxGroup/index.mjs +87 -173
- package/libs/checkboxGroup/index.umd.js +2 -265
- package/libs/checkboxGroup/package.json +1 -8
- package/libs/col/index.css +1 -615
- package/libs/col/index.mjs +81 -246
- package/libs/col/index.umd.js +2 -305
- package/libs/col/package.json +1 -8
- package/libs/countdown/index.css +1 -417
- package/libs/countdown/index.mjs +71 -179
- package/libs/countdown/index.umd.js +2 -231
- package/libs/countdown/package.json +1 -8
- package/libs/dialog/index.css +1 -1405
- package/libs/dialog/index.mjs +476 -646
- package/libs/dialog/index.umd.js +2 -1128
- package/libs/dialog/package.json +1 -8
- package/libs/empty/index.css +1 -457
- package/libs/empty/index.mjs +44 -91
- package/libs/empty/index.umd.js +2 -139
- package/libs/empty/package.json +1 -8
- package/libs/form/index.css +1 -477
- package/libs/form/index.mjs +126 -226
- package/libs/form/index.umd.js +2 -319
- package/libs/form/package.json +1 -8
- package/libs/formItem/index.css +1 -477
- package/libs/formItem/index.mjs +126 -276
- package/libs/formItem/index.umd.js +2 -372
- package/libs/formItem/package.json +1 -8
- package/libs/icon/index.css +1 -982
- package/libs/icon/index.mjs +58 -107
- package/libs/icon/index.umd.js +2 -186
- package/libs/icon/package.json +1 -8
- package/libs/index.css +1 -2902
- package/libs/index.mjs +2348 -3789
- package/libs/index.umd.js +2 -5509
- package/libs/input/index.css +1 -483
- package/libs/input/index.mjs +92 -183
- package/libs/input/index.umd.js +2 -274
- package/libs/input/package.json +1 -8
- package/libs/layout/index.css +1 -684
- package/libs/layout/index.mjs +130 -230
- package/libs/layout/index.umd.js +2 -318
- package/libs/layout/package.json +1 -8
- package/libs/list/index.css +1 -440
- package/libs/list/index.mjs +207 -388
- package/libs/list/index.umd.js +2 -571
- package/libs/list/package.json +1 -8
- package/libs/loading/index.css +1 -548
- package/libs/loading/index.mjs +118 -196
- package/libs/loading/index.umd.js +2 -321
- package/libs/loading/package.json +1 -8
- package/libs/mask/index.css +1 -426
- package/libs/mask/index.mjs +70 -131
- package/libs/mask/index.umd.js +2 -201
- package/libs/mask/package.json +1 -8
- package/libs/popup/index.css +1 -465
- package/libs/popup/index.mjs +134 -210
- package/libs/popup/index.umd.js +2 -358
- package/libs/popup/package.json +1 -8
- package/libs/progress/index.css +1 -488
- package/libs/progress/index.mjs +128 -200
- package/libs/progress/index.umd.js +2 -322
- package/libs/progress/package.json +1 -8
- package/libs/pullrefresh/index.css +1 -441
- package/libs/pullrefresh/index.mjs +111 -241
- package/libs/pullrefresh/index.umd.js +2 -302
- package/libs/pullrefresh/package.json +1 -8
- package/libs/row/index.css +1 -485
- package/libs/row/index.mjs +89 -181
- package/libs/row/index.umd.js +2 -237
- package/libs/row/package.json +1 -8
- package/libs/slider/index.css +1 -558
- package/libs/slider/index.mjs +160 -356
- package/libs/slider/index.umd.js +2 -453
- package/libs/slider/package.json +1 -8
- package/libs/stepper/index.css +1 -489
- package/libs/stepper/index.mjs +101 -181
- package/libs/stepper/index.umd.js +2 -269
- package/libs/stepper/package.json +1 -8
- package/libs/swipe/index.css +1 -506
- package/libs/swipe/index.mjs +259 -542
- package/libs/swipe/index.umd.js +2 -703
- package/libs/swipe/package.json +1 -8
- package/libs/swipeItem/index.css +1 -424
- package/libs/swipeItem/index.mjs +52 -111
- package/libs/swipeItem/index.umd.js +2 -154
- package/libs/swipeItem/package.json +1 -8
- package/libs/switch/index.css +1 -472
- package/libs/switch/index.mjs +62 -121
- package/libs/switch/index.umd.js +2 -200
- package/libs/switch/package.json +1 -8
- package/libs/tab/index.mjs +68 -131
- package/libs/tab/index.umd.js +1 -190
- package/libs/tab/package.json +1 -8
- package/libs/tabs/index.css +1 -514
- package/libs/tabs/index.mjs +410 -751
- package/libs/tabs/index.umd.js +2 -1020
- package/libs/tabs/package.json +1 -8
- package/libs/toast/index.css +1 -1050
- package/libs/toast/index.mjs +114 -183
- package/libs/toast/index.umd.js +2 -306
- package/libs/toast/package.json +1 -8
- package/libs/tooltip/index.css +1 -514
- package/libs/tooltip/index.mjs +155 -293
- package/libs/tooltip/index.umd.js +2 -416
- package/libs/tooltip/package.json +1 -8
- package/package.json +5 -12
package/libs/layout/index.mjs
CHANGED
|
@@ -1,40 +1,11 @@
|
|
|
1
|
-
import { ref, reactive, getCurrentInstance, provide, isVNode, inject, onUnmounted, computed, defineComponent
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
if (Array.isArray(mods)) {
|
|
10
|
-
return mods.reduce((acc, cur) => acc + getMods(el, cur), "");
|
|
11
|
-
}
|
|
12
|
-
return Object.keys(mods).reduce(
|
|
13
|
-
(acc, cur) => acc + (mods[cur] ? getMods(el, cur) : ""),
|
|
14
|
-
""
|
|
15
|
-
);
|
|
16
|
-
};
|
|
17
|
-
const createBEM = (block) => {
|
|
18
|
-
return (el, mods) => {
|
|
19
|
-
let _el = el;
|
|
20
|
-
let _mods = mods;
|
|
21
|
-
if (_el && typeof _el !== "string") {
|
|
22
|
-
_mods = _el;
|
|
23
|
-
_el = "";
|
|
24
|
-
}
|
|
25
|
-
_el = _el ? `${block}__${_el}` : block;
|
|
26
|
-
return `${_el}${getMods(_el, _mods)}`;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
const createGlobalBem = () => {
|
|
30
|
-
return (el, mods) => {
|
|
31
|
-
if (!mods) {
|
|
32
|
-
return `y-${el}`;
|
|
33
|
-
}
|
|
34
|
-
return `${getMods(`y-${el}`, mods)}`;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
const defaultLang = {
|
|
1
|
+
import { ref as m, reactive as v, getCurrentInstance as y, provide as _, isVNode as j, inject as A, onUnmounted as L, computed as l, defineComponent as $, createVNode as x } from "vue";
|
|
2
|
+
const p = (e, t) => t ? typeof t == "string" ? ` ${e}--${t}` : Array.isArray(t) ? t.reduce((n, r) => n + p(e, r), "") : Object.keys(t).reduce(
|
|
3
|
+
(n, r) => n + (t[r] ? p(e, r) : ""),
|
|
4
|
+
""
|
|
5
|
+
) : "", P = (e) => (t, n) => {
|
|
6
|
+
let r = t, i = n;
|
|
7
|
+
return r && typeof r != "string" && (i = r, r = ""), r = r ? `${e}__${r}` : e, `${r}${p(r, i)}`;
|
|
8
|
+
}, B = () => (e, t) => t ? `${p(`y-${e}`, t)}` : `y-${e}`, M = {
|
|
38
9
|
"pull-refresh": {
|
|
39
10
|
pulling: "下拉刷新...",
|
|
40
11
|
loosing: "释放刷新...",
|
|
@@ -46,106 +17,61 @@ const defaultLang = {
|
|
|
46
17
|
validateMessage: "请输入正确内容"
|
|
47
18
|
}
|
|
48
19
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"zh-CN":
|
|
20
|
+
m("zh-CN");
|
|
21
|
+
v({
|
|
22
|
+
"zh-CN": M
|
|
52
23
|
});
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
return [
|
|
24
|
+
const b = (e) => {
|
|
25
|
+
const t = `y-${e}`;
|
|
26
|
+
return [t, P(t), B()];
|
|
56
27
|
};
|
|
57
|
-
var
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
RowType2["Flex"] = "flex";
|
|
66
|
-
RowType2["Default"] = "";
|
|
67
|
-
return RowType2;
|
|
68
|
-
})(RowType || {});
|
|
69
|
-
var RowJustify = /* @__PURE__ */ ((RowJustify2) => {
|
|
70
|
-
RowJustify2["Start"] = "start";
|
|
71
|
-
RowJustify2["Center"] = "center";
|
|
72
|
-
RowJustify2["End"] = "end";
|
|
73
|
-
RowJustify2["SpaceBetween"] = "space-between";
|
|
74
|
-
RowJustify2["SpaceAround"] = "space-around";
|
|
75
|
-
return RowJustify2;
|
|
76
|
-
})(RowJustify || {});
|
|
77
|
-
const filterChildren = (children) => {
|
|
78
|
-
const vnodes = [];
|
|
79
|
-
const _filterChildren = (childrens) => {
|
|
80
|
-
if (Array.isArray(childrens)) {
|
|
81
|
-
childrens.forEach((child) => {
|
|
82
|
-
var _a;
|
|
83
|
-
if (isVNode(child)) {
|
|
84
|
-
vnodes.push(child);
|
|
85
|
-
if ((_a = child.component) == null ? void 0 : _a.subTree) {
|
|
86
|
-
_filterChildren(child.component.subTree.children);
|
|
87
|
-
}
|
|
88
|
-
if (child.children) {
|
|
89
|
-
_filterChildren(child.children);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
_filterChildren(children);
|
|
96
|
-
return vnodes;
|
|
97
|
-
};
|
|
98
|
-
const sortChildren = (childrens, instance) => {
|
|
99
|
-
const vnodes = filterChildren(instance.subTree.children);
|
|
100
|
-
childrens.sort((a, b) => vnodes.indexOf(a.vnode) - vnodes.indexOf(b.vnode));
|
|
101
|
-
};
|
|
102
|
-
const setRelation = (key) => {
|
|
103
|
-
const instance = getCurrentInstance();
|
|
104
|
-
const childrens = reactive([]);
|
|
105
|
-
const initProvide = (value) => {
|
|
106
|
-
const addChild = (child) => {
|
|
107
|
-
if (child.proxy) {
|
|
108
|
-
childrens.push(child);
|
|
109
|
-
instance && sortChildren(childrens, instance);
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
|
-
const removeChild = (child) => {
|
|
113
|
-
const index = childrens.indexOf(child);
|
|
114
|
-
childrens.splice(index, 1);
|
|
115
|
-
};
|
|
116
|
-
provide(key, {
|
|
117
|
-
addChild,
|
|
118
|
-
removeChild,
|
|
119
|
-
childrens,
|
|
120
|
-
...value
|
|
28
|
+
var C = /* @__PURE__ */ ((e) => (e.Top = "top", e.Middle = "middle", e.Bottom = "bottom", e))(C || {});
|
|
29
|
+
const S = Symbol("Y-Row");
|
|
30
|
+
var T = /* @__PURE__ */ ((e) => (e.Flex = "flex", e.Default = "", e))(T || {}), N = /* @__PURE__ */ ((e) => (e.Start = "start", e.Center = "center", e.End = "end", e.SpaceBetween = "space-between", e.SpaceAround = "space-around", e))(N || {});
|
|
31
|
+
const I = (e) => {
|
|
32
|
+
const t = [], n = (r) => {
|
|
33
|
+
Array.isArray(r) && r.forEach((i) => {
|
|
34
|
+
var a;
|
|
35
|
+
j(i) && (t.push(i), (a = i.component) != null && a.subTree && n(i.component.subTree.children), i.children && n(i.children));
|
|
121
36
|
});
|
|
122
37
|
};
|
|
38
|
+
return n(e), t;
|
|
39
|
+
}, z = (e, t) => {
|
|
40
|
+
const n = I(t.subTree.children);
|
|
41
|
+
e.sort((r, i) => n.indexOf(r.vnode) - n.indexOf(i.vnode));
|
|
42
|
+
}, D = (e) => {
|
|
43
|
+
const t = y(), n = v([]);
|
|
123
44
|
return {
|
|
124
|
-
childrens,
|
|
125
|
-
initProvide
|
|
45
|
+
childrens: n,
|
|
46
|
+
initProvide: (i) => {
|
|
47
|
+
_(e, {
|
|
48
|
+
addChild: (o) => {
|
|
49
|
+
o.proxy && (n.push(o), t && z(n, t));
|
|
50
|
+
},
|
|
51
|
+
removeChild: (o) => {
|
|
52
|
+
const c = n.indexOf(o);
|
|
53
|
+
n.splice(c, 1);
|
|
54
|
+
},
|
|
55
|
+
childrens: n,
|
|
56
|
+
...i
|
|
57
|
+
});
|
|
58
|
+
}
|
|
126
59
|
};
|
|
127
|
-
}
|
|
128
|
-
const
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
onUnmounted(() => removeChild(currentInstance));
|
|
135
|
-
const index = computed(() => childrens.indexOf(currentInstance));
|
|
136
|
-
return {
|
|
137
|
-
index,
|
|
138
|
-
parent
|
|
60
|
+
}, R = (e) => {
|
|
61
|
+
const t = A(e, null), n = y();
|
|
62
|
+
if (t && n) {
|
|
63
|
+
const { childrens: r, addChild: i, removeChild: a } = t;
|
|
64
|
+
return i(n), L(() => a(n)), {
|
|
65
|
+
index: l(() => r.indexOf(n)),
|
|
66
|
+
parent: t
|
|
139
67
|
};
|
|
140
68
|
}
|
|
141
69
|
return {
|
|
142
70
|
parent: null,
|
|
143
|
-
index:
|
|
71
|
+
index: m(-1)
|
|
144
72
|
};
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
const Row = /* @__PURE__ */ defineComponent({
|
|
148
|
-
name: name$1,
|
|
73
|
+
}, [F, G] = b("row"), f = /* @__PURE__ */ $({
|
|
74
|
+
name: F,
|
|
149
75
|
props: {
|
|
150
76
|
type: {
|
|
151
77
|
type: String,
|
|
@@ -158,83 +84,66 @@ const Row = /* @__PURE__ */ defineComponent({
|
|
|
158
84
|
},
|
|
159
85
|
align: {
|
|
160
86
|
type: String,
|
|
161
|
-
default:
|
|
87
|
+
default: C.Top
|
|
162
88
|
},
|
|
163
89
|
justify: {
|
|
164
90
|
type: String,
|
|
165
|
-
default:
|
|
91
|
+
default: N.Start
|
|
166
92
|
}
|
|
167
93
|
},
|
|
168
|
-
setup(
|
|
169
|
-
slots
|
|
94
|
+
setup(e, {
|
|
95
|
+
slots: t
|
|
170
96
|
}) {
|
|
171
97
|
const {
|
|
172
|
-
childrens,
|
|
173
|
-
initProvide
|
|
174
|
-
} =
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
});
|
|
190
|
-
const spaceList = computed(() => {
|
|
191
|
-
const gutter = Number(props.gutter);
|
|
192
|
-
const spaces = [];
|
|
193
|
-
if (!gutter)
|
|
194
|
-
return spaces;
|
|
195
|
-
groupList.value.forEach((group) => {
|
|
196
|
-
const averagePadding = gutter * (group.length - 1) / group.length;
|
|
197
|
-
group.forEach((item, index) => {
|
|
198
|
-
if (index === 0) {
|
|
199
|
-
spaces.push({
|
|
200
|
-
right: averagePadding,
|
|
98
|
+
childrens: n,
|
|
99
|
+
initProvide: r
|
|
100
|
+
} = D(S), i = l(() => {
|
|
101
|
+
const s = [[]];
|
|
102
|
+
let o = 0;
|
|
103
|
+
return n.forEach((c, u) => {
|
|
104
|
+
var d;
|
|
105
|
+
o += Number((d = c.proxy) == null ? void 0 : d.span), o > 24 ? (s.push([u]), o -= 24) : s[s.length - 1].push(u);
|
|
106
|
+
}), s;
|
|
107
|
+
}), a = l(() => {
|
|
108
|
+
const s = Number(e.gutter), o = [];
|
|
109
|
+
return s && i.value.forEach((c) => {
|
|
110
|
+
const u = s * (c.length - 1) / c.length;
|
|
111
|
+
c.forEach((d, E) => {
|
|
112
|
+
if (E === 0)
|
|
113
|
+
o.push({
|
|
114
|
+
right: u,
|
|
201
115
|
left: 0
|
|
202
116
|
});
|
|
203
|
-
|
|
204
|
-
const
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
right
|
|
117
|
+
else {
|
|
118
|
+
const h = s - o[d - 1].right, O = u - h;
|
|
119
|
+
o.push({
|
|
120
|
+
left: h,
|
|
121
|
+
right: O
|
|
209
122
|
});
|
|
210
123
|
}
|
|
211
124
|
});
|
|
212
|
-
});
|
|
213
|
-
return spaces;
|
|
125
|
+
}), o;
|
|
214
126
|
});
|
|
215
|
-
|
|
216
|
-
spaceList
|
|
217
|
-
})
|
|
218
|
-
|
|
219
|
-
var _a;
|
|
127
|
+
return r({
|
|
128
|
+
spaceList: a
|
|
129
|
+
}), () => {
|
|
130
|
+
var u;
|
|
220
131
|
const {
|
|
221
|
-
type,
|
|
222
|
-
align,
|
|
223
|
-
justify
|
|
224
|
-
} =
|
|
225
|
-
return
|
|
226
|
-
|
|
227
|
-
[
|
|
228
|
-
[`align-${
|
|
229
|
-
[`justify-${
|
|
132
|
+
type: s,
|
|
133
|
+
align: o,
|
|
134
|
+
justify: c
|
|
135
|
+
} = e;
|
|
136
|
+
return x("div", {
|
|
137
|
+
class: G({
|
|
138
|
+
[s]: s,
|
|
139
|
+
[`align-${o}`]: s && o,
|
|
140
|
+
[`justify-${c}`]: s && c
|
|
230
141
|
})
|
|
231
|
-
}, [(
|
|
142
|
+
}, [(u = t.default) == null ? void 0 : u.call(t)]);
|
|
232
143
|
};
|
|
233
144
|
}
|
|
234
|
-
})
|
|
235
|
-
|
|
236
|
-
const Col = /* @__PURE__ */ defineComponent({
|
|
237
|
-
name,
|
|
145
|
+
}), [U, V] = b("col"), g = /* @__PURE__ */ $({
|
|
146
|
+
name: U,
|
|
238
147
|
props: {
|
|
239
148
|
// 列数
|
|
240
149
|
span: {
|
|
@@ -247,66 +156,57 @@ const Col = /* @__PURE__ */ defineComponent({
|
|
|
247
156
|
default: 0
|
|
248
157
|
}
|
|
249
158
|
},
|
|
250
|
-
setup(
|
|
251
|
-
slots
|
|
159
|
+
setup(e, {
|
|
160
|
+
slots: t
|
|
252
161
|
}) {
|
|
253
162
|
const {
|
|
254
|
-
parent,
|
|
255
|
-
index
|
|
256
|
-
} =
|
|
257
|
-
|
|
258
|
-
if (!parent) {
|
|
163
|
+
parent: n,
|
|
164
|
+
index: r
|
|
165
|
+
} = R(S), i = l(() => {
|
|
166
|
+
if (!n)
|
|
259
167
|
return {};
|
|
260
|
-
}
|
|
261
168
|
const {
|
|
262
|
-
spaceList
|
|
263
|
-
} =
|
|
264
|
-
|
|
265
|
-
if (spaces.length === 0)
|
|
169
|
+
spaceList: a
|
|
170
|
+
} = n, s = a.value;
|
|
171
|
+
if (s.length === 0)
|
|
266
172
|
return {};
|
|
267
173
|
const {
|
|
268
|
-
left,
|
|
269
|
-
right
|
|
270
|
-
} =
|
|
174
|
+
left: o,
|
|
175
|
+
right: c
|
|
176
|
+
} = s[r.value];
|
|
271
177
|
return {
|
|
272
|
-
paddingLeft:
|
|
273
|
-
paddingRight:
|
|
178
|
+
paddingLeft: o ? `${o}px` : 0,
|
|
179
|
+
paddingRight: c ? `${c}px` : 0
|
|
274
180
|
};
|
|
275
181
|
});
|
|
276
182
|
return () => {
|
|
277
|
-
var
|
|
183
|
+
var o;
|
|
278
184
|
const {
|
|
279
|
-
span,
|
|
280
|
-
offset
|
|
281
|
-
} =
|
|
282
|
-
return
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
[
|
|
286
|
-
[`offset-${
|
|
185
|
+
span: a,
|
|
186
|
+
offset: s
|
|
187
|
+
} = e;
|
|
188
|
+
return x("div", {
|
|
189
|
+
style: i.value,
|
|
190
|
+
class: V({
|
|
191
|
+
[a]: a,
|
|
192
|
+
[`offset-${s}`]: s
|
|
287
193
|
})
|
|
288
|
-
}, [(
|
|
194
|
+
}, [(o = t.default) == null ? void 0 : o.call(t)]);
|
|
289
195
|
};
|
|
290
196
|
}
|
|
291
197
|
});
|
|
292
|
-
|
|
293
|
-
const
|
|
294
|
-
|
|
295
|
-
const animation = "";
|
|
296
|
-
const theme = "";
|
|
297
|
-
const style = "";
|
|
298
|
-
Row.install = (app) => {
|
|
299
|
-
const { name: name2 } = Row;
|
|
300
|
-
app.component(name2, Row);
|
|
198
|
+
f.install = (e) => {
|
|
199
|
+
const { name: t } = f;
|
|
200
|
+
e.component(t, f);
|
|
301
201
|
};
|
|
302
|
-
|
|
303
|
-
const { name:
|
|
304
|
-
|
|
202
|
+
g.install = (e) => {
|
|
203
|
+
const { name: t } = g;
|
|
204
|
+
e.component(t, g);
|
|
305
205
|
};
|
|
306
206
|
export {
|
|
307
|
-
Col,
|
|
308
|
-
ROW_PROVIDE,
|
|
309
|
-
Row,
|
|
310
|
-
RowJustify,
|
|
311
|
-
RowType
|
|
207
|
+
g as Col,
|
|
208
|
+
S as ROW_PROVIDE,
|
|
209
|
+
f as Row,
|
|
210
|
+
N as RowJustify,
|
|
211
|
+
T as RowType
|
|
312
212
|
};
|